mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
🎨 Rearrange CSS
This commit is contained in:
parent
22230def4f
commit
ceca647cde
2 changed files with 10 additions and 9 deletions
|
@ -37,6 +37,13 @@
|
|||
}
|
||||
}
|
||||
|
||||
.ppcp--title-extra {
|
||||
@include font(13, 20, 400);
|
||||
color: var(--color-text-teriary);
|
||||
text-transform: none;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.ppcp--title-wrapper {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
@ -74,17 +81,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
.ppcp--title-extra {
|
||||
@include font(13, 20, 400);
|
||||
color: var(--color-text-teriary);
|
||||
text-transform: none;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
+ .ppcp-r-settings-block:not(.ppcp--no-gap) {
|
||||
margin-top: var(--block-separator-gap, 32px);
|
||||
padding-top: var(--block-separator-gap, 32px);
|
||||
border-top: var(--block-separator-size, 1px) solid var(--block-separator-color, --color-gray-200);
|
||||
border-top: var(--block-separator-size, 1px) solid var(--block-separator-color);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue