Skip to content

Commit

Permalink
CSS: add box-shadow variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-nginx authored Dec 16, 2016
1 parent 50c94c3 commit 760dcd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/css/_schemes/Pisces/_layout.styl
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
padding: 0;
width: 240px;
background: white;
box-shadow: $box-shadow-inner;

+desktop-large() {
.container & { width: 240px; }
Expand Down Expand Up @@ -60,6 +61,7 @@
width: $content-desktop;
background: white;
min-height: 700px;
box-shadow: $box-shadow-inner;

+tablet() {
width: 100%;
Expand Down

0 comments on commit 760dcd0

Please sign in to comment.