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

@@ -12,8 +12,9 @@
background-color: $secondary;
width: 205px;
padding: 10px;
border: 1px solid $primary-low;
border: 1px solid $primary-low;
z-index: z("dropdown");
box-shadow: shadow("card");
ul {
list-style: none;