mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
14 lines
246 B
SCSS
14 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;
|
||
|
}
|
||
|
}
|