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%);
|
2023-10-20 09:38:32 +01:00
|
|
|
|
|
|
|
* {
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
2023-09-11 10:47:08 +03:00
|
|
|
}
|
2023-10-17 09:21:33 +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;
|
|
|
|
}
|