Remove duplication in sidebar color definition
We're going to change that code so it uses color-pick-contrast, so we're refactoring it first.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.admin-sidebar {
|
||||
background: $sidebar;
|
||||
background: linear-gradient(to bottom, #245b80 0%, #488fb5 100%);
|
||||
background: linear-gradient(to bottom, $sidebar 0%, #488fb5 100%);
|
||||
border-right: 1px solid $border;
|
||||
color: $white;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user