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:
@@ -27,7 +27,7 @@
|
||||
|
||||
small
|
||||
{
|
||||
color: #666;
|
||||
color: $errors-wrapper-errors-small-font-color;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user