Update box shadow for panels.
Box shadow value should be stored and referenced as a variable.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user