DEV: Remove SCSS color vars fallbacks (#112)
This commit is contained in:
parent
43189e0f56
commit
c25c041f98
|
@ -180,7 +180,7 @@
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
color: var(--quaternary, $quaternary) !important;
|
color: var(--quaternary) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.adbutler-ad {
|
.adbutler-ad {
|
||||||
|
@ -229,7 +229,7 @@
|
||||||
p.help {
|
p.help {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
color: var(--primary-medium, $primary-medium);
|
color: var(--primary-medium);
|
||||||
font-size: $font-down-1;
|
font-size: $font-down-1;
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue