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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user