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

29 lines
442 B
SCSS
Raw Normal View History

2023-12-07 18:20:58 +00:00
@use "mixins/apm-button" as apm-button;
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;
}
2023-12-07 18:20:58 +00:00
// Prevents spacing after button group.
#ppc-button-ppcp-gateway {
line-height: 0;
}
.ppcp-button-apm {
@include apm-button.button;
}