mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 09:08:09 +08:00
19 lines
326 B
SCSS
19 lines
326 B
SCSS
.ppcp-button-googlepay {
|
|
min-height: 40px;
|
|
|
|
.gpay-card-info-container,
|
|
.gpay-button {
|
|
outline-offset: -1px;
|
|
border-radius: var(--apm-button-border-radius);
|
|
}
|
|
}
|
|
|
|
.wp-block-woocommerce-checkout, .wp-block-woocommerce-cart {
|
|
.gpay-button {
|
|
min-width: 0 !important;
|
|
}
|
|
}
|
|
|
|
#ppc-button-ppcp-googlepay {
|
|
display: none;
|
|
}
|