UX: Implementing a box-shadow system, cleaning up existing shadows

This commit is contained in:
Kris
2018-02-20 12:18:20 -05:00
parent ed422285f0
commit 677e126fbf
33 changed files with 69 additions and 78 deletions

View File

@@ -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;