mirror of
https://gh.wpcy.net/https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2026-05-04 08:13:02 +08:00
31 lines
567 B
SCSS
31 lines
567 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;
|
|
}
|
|
|
|
.ppcp--webhooks {
|
|
.ppcp--webhook-list li {
|
|
list-style: none;
|
|
|
|
&::before {
|
|
content: '✔︎';
|
|
opacity: 0.35;
|
|
font-size: 0.75em;
|
|
line-height: 1.35;
|
|
display: inline-block;
|
|
margin-right: 8px;
|
|
}
|
|
}
|
|
}
|
|
.ppcp--webhook-resubscribe,
|
|
.ppcp--webhook-simulation {
|
|
.ppcp--action .components-button {
|
|
min-width: 160px;
|
|
display: block;
|
|
}
|
|
}
|