Change blue reference in variable name.
Keep color names out of color variables so they can be changed later and still make sense. Name based on primary function.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
button {
|
||||
&.standard {
|
||||
&-small {
|
||||
background: $gab-blue;
|
||||
background: $gab-small-cta-primary;
|
||||
color: white;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1px;
|
||||
|
||||
Reference in New Issue
Block a user