mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
✨ More theming options for settings-blocks
This commit is contained in:
parent
857da5e989
commit
4e6162cacd
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@
|
|||
+ .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);
|
||||
border-top: var(--block-separator-size, 1px) solid var(--block-separator-color, --color-gray-200);
|
||||
}
|
||||
|
||||
// Types
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue