mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Implementing a box-shadow system, cleaning up existing shadows
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
&.bad {
|
||||
background: $danger-medium;
|
||||
color: white;
|
||||
box-shadow: 1px 1px 5px rgba(0,0,0, .7);
|
||||
box-shadow: shadow("dropdown");
|
||||
}
|
||||
&.hide, &.good {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user