Create checkout-inline-error-message mixin

This commit is contained in:
Gabriel Manussakis 2024-08-28 08:56:33 -03:00
parent 9eb689d7af
commit eb598b046b
No known key found for this signature in database
GPG Key ID: 947CCD7D22B2FD1B
1 changed files with 8 additions and 0 deletions

View File

@ -319,3 +319,11 @@
font-size: 0.75em;
margin-top: 8px;
}
@mixin checkout-inline-error-message() {
color: var(--wc-red);
font-size: 0.75em;
line-height: 1.3;
margin-bottom: 0;
margin-top: 0.5em;
}