Skip to content
This repository has been archived by the owner on May 12, 2019. It is now read-only.

Commit

Permalink
adjust aside shadow. Fixed #72
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Oct 8, 2015
1 parent 30cad77 commit 54a693e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scss/components/_aside.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
overflow-y: scroll;

border-right: 1px solid $gray;
box-shadow: 11px -10px 1px -9px $gray-light;
box-shadow: 10.5px -10px 1px -9px $gray-light;

&.animated {
transition: width $aside-animation-time $aside-animation;
Expand Down

0 comments on commit 54a693e

Please sign in to comment.