mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
19 lines
353 B
SCSS
19 lines
353 B
SCSS
/**
|
|
* Modal for disconnecting the merchant from the current PayPal account.
|
|
*/
|
|
.ppcp--modal-disconnect {
|
|
.ppcp--toggle-danger .components-form-toggle {
|
|
&.is-checked {
|
|
--wp-components-color-accent: #cc1818;
|
|
}
|
|
}
|
|
|
|
.ppcp--action-buttons {
|
|
text-align: right;
|
|
margin-top: 32px;
|
|
|
|
.components-button {
|
|
transition: background 0.3s;
|
|
}
|
|
}
|
|
}
|