Skip to content

Commit

Permalink
modify simple-stack-fluid style
Browse files Browse the repository at this point in the history
  • Loading branch information
RuochenLyu committed Jul 9, 2015
1 parent 457b6cb commit 16ee2db
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 15 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-stack",
"version": "1.0.0",
"version": "2.0.2",
"homepage": "https://github.com/mycolorway/simple-stack",
"authors": [
"farthinker <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-stack",
"version": "2.0.0",
"version": "2.0.2",
"description": "A stack layout component",
"main": "demo.html",
"repository": {
Expand Down
6 changes: 0 additions & 6 deletions styles/stack.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,6 @@
.simple-stack.simple-stack-fluid {
width: auto;
}
.simple-stack.simple-stack-fluid .page {
width: auto;
border: none;
box-shadow: none;
background: none;
}
.simple-stack.simple-stack-transition .page {
-webkit-transition-property: top, margin-top, opacity, -webkit-transform, box-shadow;
-webkit-transition-duration: 200ms;
Expand Down
7 changes: 0 additions & 7 deletions styles/stack.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,6 @@ $stack-header-height: 46px;

&.simple-stack-fluid {
width: auto;

.page {
width: auto;
border: none;
box-shadow: none;
background: none;
}
}

&.simple-stack-transition .page {
Expand Down

0 comments on commit 16ee2db

Please sign in to comment.