mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
15 lines
278 B
SCSS
15 lines
278 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;
|
|
}
|
|
}
|