mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 16:24:33 +08:00
17 lines
263 B
SCSS
17 lines
263 B
SCSS
#place_order.ppcp-hidden {
|
|
display: none !important;
|
|
}
|
|
|
|
.ppcp-disabled {
|
|
cursor: not-allowed;
|
|
-webkit-filter: grayscale(100%);
|
|
filter: grayscale(100%);
|
|
|
|
* {
|
|
pointer-events: none;
|
|
}
|
|
}
|
|
|
|
.ppc-button-wrapper #ppcp-messages:first-child {
|
|
padding-top: 10px;
|
|
}
|