mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
✨ New option to add a gap between multiple actions
This commit is contained in:
parent
ceca647cde
commit
b4ef85dafb
2 changed files with 4 additions and 0 deletions
|
@ -86,6 +86,9 @@
|
|||
padding-top: var(--block-separator-gap, 32px);
|
||||
border-top: var(--block-separator-size, 1px) solid var(--block-separator-color);
|
||||
}
|
||||
|
||||
.ppcp--action + .ppcp--action {
|
||||
margin-top: var(--block-action-gap, 16px);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue