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

41 lines
589 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;
2023-12-15 18:07:55 +00:00
div[class^="item-"] {
margin-top: 14px;
&:first-child {
margin-top: 0;
}
}
2023-12-07 18:20:58 +00:00
}
2023-12-11 17:14:43 +00:00
#ppc-button-minicart {
line-height: 0;
display: block;
}
2023-12-07 18:20:58 +00:00
.ppcp-button-apm {
@include apm-button.button;
}