mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
13 lines
246 B
SCSS
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;
|
|
}
|
|
}
|