woocommerce-paypal-payments/modules/ppcp-button/resources/css/gateway.scss

18 lines
263 B
SCSS
Raw Normal View History

2022-10-20 13:13:42 +03:00
#place_order.ppcp-hidden {
display: none !important;
}
2023-09-11 10:47:08 +03:00
.ppcp-disabled {
cursor: not-allowed;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
* {
pointer-events: none;
}
2023-09-11 10:47:08 +03:00
}
.ppc-button-wrapper #ppcp-messages:first-child {
padding-top: 10px;
}