woocommerce-paypal-payments/modules/ppcp-button/resources/css/gateway.scss
2023-09-11 10:47:08 +03:00

9 lines
158 B
SCSS

#place_order.ppcp-hidden {
display: none !important;
}
.ppcp-disabled {
cursor: not-allowed;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}