mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
♻️ Add prefix to CSS state-classes
This commit is contained in:
parent
193e046a9a
commit
54504b7591
15 changed files with 32 additions and 33 deletions
|
@ -27,12 +27,12 @@
|
|||
display: block;
|
||||
text-transform: uppercase;
|
||||
|
||||
&.style-alt {
|
||||
&.ppcp--no-caps {
|
||||
@include font(14, 16, 600);
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
&.style-big {
|
||||
&.ppcp--big {
|
||||
@include font(16, 20, 600);
|
||||
}
|
||||
|
||||
|
@ -97,7 +97,7 @@
|
|||
margin-left: 5px;
|
||||
}
|
||||
|
||||
+ .ppcp-r-settings-block:not(.no-gap) {
|
||||
+ .ppcp-r-settings-block:not(.ppcp--no-gap) {
|
||||
margin-top: var(--block-separator-gap, 32px);
|
||||
padding-top: var(--block-separator-gap, 32px);
|
||||
border-top: 1px solid var(--color-gray-200);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue