Merge pull request #576 from maciejczyzewski/master

Repair aggressive box-shadow in navigation.
This commit is contained in:
Michael Rose
2017-02-14 14:44:53 -05:00
committed by GitHub

View File

@ -262,7 +262,7 @@
border: 1px solid $border-color;
border-radius: $border-radius;
background: #fff;
box-shadow: 0 0 10px rgba(#000, 0.25);
box-shadow: 0 2px 4px 0 rgba(#000, 0.16), 0 2px 10px 0 rgba(#000, 0.12);
&.hidden {
display: none;