Skip to content

Commit

Permalink
add dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Mickey- committed Jan 8, 2016
1 parent 5afc8a6 commit 843e40f
Show file tree
Hide file tree
Showing 4 changed files with 869 additions and 263 deletions.
18 changes: 15 additions & 3 deletions dist/css/sm.css
Original file line number Diff line number Diff line change
Expand Up @@ -2451,7 +2451,8 @@ input[type="button"].button {
flex-shrink: 0;
}
/* === Pages === */
.page {
.page,
.page-group {
box-sizing: border-box;
position: absolute;
left: 0;
Expand All @@ -2462,15 +2463,26 @@ input[type="button"].button {
display: none;
}
.page.page-current,
.page-group.page-current,
.page.page-visible,
.page-group.page-visible,
.page.page-from-center-to-left,
.page-group.page-from-center-to-left,
.page.page-from-center-to-right,
.page-group.page-from-center-to-right,
.page.page-from-right-to-center,
.page.page-from-left-to-center {
.page-group.page-from-right-to-center,
.page.page-from-left-to-center,
.page-group.page-from-left-to-center {
display: block;
}
.page.page-current {
.page.page-current,
.page-group.page-current {
overflow: hidden;
}
.page-group {
display: block;
}
.page-transitioning,
.page-transitioning .swipeback-page-shadow {
-webkit-transition: 400ms;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/sm.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 843e40f

Please sign in to comment.