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,11 +21,12 @@ th,
td {
@include fs-3;
min-width: 120px;
background-color: lighten($body-background-color, 1%);
padding-top: $sp-2;
padding-right: $sp-3;
padding-bottom: $sp-2;
padding-left: $sp-3;
border-bottom: $border $grey-lt-000;
border-bottom: $border rgba($border-color, 0.5);
border-left: $border $border-color;
&:first-of-type {