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

@@ -25,7 +25,7 @@
margin: 0 0 10px 0;
padding: 10px 20px;
border-bottom: 1px solid #ebebeb;
border-bottom: 1px solid $auth-container-border-color;
&:last-of-type
{