woocommerce-paypal-payments/modules/ppcp-settings/resources/css/components/screens/_modals.scss
2025-02-13 15:08:50 +01:00

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