Replace SCSS variable with a CSS one
This commit is contained in:
parent
eb598b046b
commit
40cc43d7ab
|
@ -2116,7 +2116,7 @@ p.demo_store,
|
|||
}
|
||||
|
||||
.checkout-inline-error-message {
|
||||
color: $red;
|
||||
color: var(--wc-red);
|
||||
font-size: 0.75em;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue