2024-08-11 14:02:17 +02:00
|
|
|
/* Front end display */
|
|
|
|
.ppcp-button-apm .gpay-card-info-container-fill .gpay-card-info-container {
|
|
|
|
outline-offset: -1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Admin preview */
|
2023-08-29 17:39:11 +01:00
|
|
|
.ppcp-button-googlepay {
|
2023-09-06 11:55:26 +01:00
|
|
|
min-height: 40px;
|
2024-06-25 12:52:33 +02:00
|
|
|
|
|
|
|
.gpay-card-info-container,
|
|
|
|
.gpay-button {
|
|
|
|
outline-offset: -1px;
|
|
|
|
border-radius: var(--apm-button-border-radius);
|
|
|
|
}
|
2024-07-15 13:43:09 +02:00
|
|
|
|
|
|
|
&.ppcp-preview-button.ppcp-button-dummy {
|
|
|
|
/* URL must specify the correct module-folder! */
|
|
|
|
--apm-button-dummy-background: url(../../../ppcp-googlepay/assets/images/googlepay.png);
|
|
|
|
}
|
2023-08-25 16:25:20 +01:00
|
|
|
}
|
2023-11-03 11:44:06 +00:00
|
|
|
|
2023-12-11 17:14:43 +00:00
|
|
|
.wp-block-woocommerce-checkout, .wp-block-woocommerce-cart {
|
|
|
|
.gpay-button {
|
|
|
|
min-width: 0 !important;
|
2023-11-03 11:44:06 +00:00
|
|
|
}
|
|
|
|
}
|
2024-07-16 16:45:32 +02:00
|
|
|
|
|
|
|
#ppc-button-ppcp-googlepay {
|
|
|
|
display: none;
|
|
|
|
}
|