mirror of
https://github.com/hacks-guide/minimal-mistakes.git
synced 2025-02-21 09:10:34 +00:00
Use $notice-color to style box-shadow on notices
This commit is contained in:
parent
3e34300529
commit
85db09fe35
@ -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
Loading…
x
Reference in New Issue
Block a user