Replace color values with variables for easier theming

Replaced all color values with variables in scss files and
added associated variables to _variables.scss file
This commit is contained in:
Stuart Nichols
2017-10-16 15:06:51 +01:00
parent 9eae562767
commit 1a02364c2f
12 changed files with 326 additions and 110 deletions

View File

@@ -27,7 +27,7 @@
small
{
color: #666;
color: $errors-wrapper-errors-small-font-color;
}
}