woocommerce-paypal-payments/modules/ppcp-settings/resources/css/components/screens/settings/_tab-settings.scss
2025-01-28 10:47:22 +01:00

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;
}
}