refactor: change hardcoded value with variable

This commit is contained in:
Roman Hotsiy 2017-04-23 15:42:01 +03:00
parent 74a319393c
commit 328ae639d7
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -62,7 +62,7 @@ input {
} }
li.menu-item-depth-1 { li.menu-item-depth-1 {
color: #0033a0; color: $primary-color;
text-transform: uppercase; text-transform: uppercase;
} }