mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
9 lines
211 B
SCSS
9 lines
211 B
SCSS
/**
|
|
* Used by the "Connection Details" section in the top of the "Settings" tab.
|
|
*/
|
|
.ppcp--value-list {
|
|
--block-item-gap: 0;
|
|
--block-separator-gap: 6px;
|
|
--block-header-gap: 0;
|
|
--block-separator-size: 0;
|
|
}
|