build(app): use sass colors

This commit is contained in:
Julien
2018-09-10 01:14:07 +02:00
parent e346eafe21
commit 97789508c5
16 changed files with 91 additions and 20 deletions

View File

@@ -37,7 +37,7 @@ $c: ".c-base-divider";
#{$c}__category {
margin-right: 40px;
color: #ffffff;
color: $white;
text-align-last: left;
text-transform: uppercase;
font-weight: bold;
@@ -49,7 +49,7 @@ $c: ".c-base-divider";
display: block;
height: 1px;
border: 0;
border-top: 1px solid #313d4f;
border-top: 1px solid $oxford-blue;
}
}
</style>