color naming convention
This commit is contained in:
parent
21755f2c58
commit
513851c5c8
6 changed files with 96 additions and 86 deletions
|
@ -56,7 +56,7 @@ textarea {
|
|||
|
||||
[type="submit"] {
|
||||
background-color: $forms-color;
|
||||
color: $color-light;
|
||||
color: $white;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ table,
|
|||
|
||||
&--zebra {
|
||||
& tbody tr:nth-child(odd) {
|
||||
background: $color-gray5;
|
||||
background: $gray-200;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue