woocommerce-paypal-payments/modules/ppcp-settings/resources/css/components/screens/_modals.scss
2025-02-12 16:31:07 +01:00

13 lines
246 B
SCSS

/**
* Modal for disconnecting the merchant from the current PayPal account.
*/
.ppcp--modal-disconnect {
.ppcp--toggle-danger {
--wp-components-color-accent: #cc1818
}
.ppcp--action-buttons {
text-align: right;
margin-top: 32px;
}
}