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:
parent
9637e35e17
commit
d6ebbad3c9
|
@ -1,7 +1,7 @@
|
|||
button {
|
||||
&.standard {
|
||||
&-small {
|
||||
background: $gab-blue;
|
||||
background: $gab-small-cta-primary;
|
||||
color: white;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1px;
|
||||
|
|
|
@ -12,7 +12,7 @@ $gab-brand-default: #21cf7a;
|
|||
$gab-alert-red: #cc6643;
|
||||
$gab-secondary-text: #999;
|
||||
$gab-text-highlight: $gab-brand-default;
|
||||
$gab-blue: #627ff2;
|
||||
$gab-small-cta-primary: #607CF5;
|
||||
|
||||
|
||||
// THEME COLORS
|
||||
|
|
Loading…
Reference in New Issue