Convert colors to vars

This commit is contained in:
Patrick Marsceill
2018-11-15 15:12:12 -05:00
parent 94d640b80e
commit 9c70c7f081
11 changed files with 49 additions and 20 deletions

View File

@@ -21,7 +21,7 @@
flex-wrap: wrap;
padding-top: $gutter-spacing-sm;
padding-bottom: $gutter-spacing-sm;
background-color: $grey-lt-000;
background-color: $sidebar-color;
@include mq(md) {
flex-wrap: nowrap;
@@ -75,10 +75,10 @@
}
.page-header {
background-color: $grey-lt-000;
background-color: $sidebar-color;
@include mq(md) {
background-color: $white;
background-color: $body-background-color;
border-bottom: $border $border-color;
}
@@ -137,6 +137,6 @@ body {
position: static;
align-self: flex-end;
justify-self: end;
background-color: $grey-lt-000;
background-color: $sidebar-color;
}
}