Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request mmistakes#576 from maciejczyzewski/master
Browse files Browse the repository at this point in the history
Repair aggressive box-shadow in navigation.
  • Loading branch information
makaroniame committed Feb 14, 2017
2 parents 18f6fbd + 685ff9c commit 68c1245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 68c1245

Please sign in to comment.