Use $notice-color to style box-shadow on notices

This commit is contained in:
Michael Rose 2016-04-05 22:05:26 -04:00
parent 3e34300529
commit 85db09fe35
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@
text-indent: initial; // override
background-color: mix(#fff, $notice-color, 90%);
border-radius: $border-radius;
box-shadow: $box-shadow;
box-shadow: 0 1px 1px rgba($notice-color, 0.25);
h4 {
margin-top: 0 !important; // override

File diff suppressed because one or more lines are too long