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:
Dank Gabs 2019-07-20 00:14:13 -04:00
parent 9637e35e17
commit d6ebbad3c9
2 changed files with 2 additions and 2 deletions

@ -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