Update box shadow for panels.

Box shadow value should be stored and referenced as a variable.
This commit is contained in:
dandds
2019-05-01 06:52:50 -04:00
parent bb06735c83
commit 7bf5ac09e2
4 changed files with 7 additions and 7 deletions

View File

@@ -16,7 +16,7 @@
}
width: 25rem;
box-shadow: 0 6px 18px 0 rgba(48,58,65,0.15);
box-shadow: $box-shadow;
.sidenav__title {
@include sidenav__header;