mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
13 lines
230 B
SCSS
13 lines
230 B
SCSS
#place_order.ppcp-hidden {
|
|
display: none !important;
|
|
}
|
|
|
|
.ppcp-disabled {
|
|
cursor: not-allowed;
|
|
-webkit-filter: grayscale(100%);
|
|
filter: grayscale(100%);
|
|
}
|
|
|
|
.ppc-button-wrapper #ppcp-messages:first-child {
|
|
padding-top: 10px;
|
|
}
|