color naming convention

This commit is contained in:
Raphael Goetter 2017-10-13 10:59:40 +02:00
parent 21755f2c58
commit 513851c5c8
6 changed files with 96 additions and 86 deletions

View file

@ -56,7 +56,7 @@ textarea {
[type="submit"] {
background-color: $forms-color;
color: $color-light;
color: $white;
cursor: pointer;
}

View file

@ -19,7 +19,7 @@ table,
&--zebra {
& tbody tr:nth-child(odd) {
background: $color-gray5;
background: $gray-200;
}
}