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
|
|
|
|
2024-04-08 23:35:53 +02:00
|
|
|
.ppc-button-wrapper .ppcp-messages:first-child {
|
2023-10-17 09:21:33 +03:00
|
|
|
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;
|
|
|
|
}
|