mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
15 lines
305 B
SCSS
15 lines
305 B
SCSS
@use "../../../ppcp-button/resources/css/mixins/apm-button" as apm-button;
|
|
|
|
li[id^="express-payment-method-ppcp-"] {
|
|
line-height: 0;
|
|
|
|
// Set min-width to 0 as the buttons need to fit in a tight grid.
|
|
.paypal-buttons {
|
|
min-width: 0 !important;
|
|
}
|
|
}
|
|
|
|
.ppcp-button-apm {
|
|
@include apm-button.button;
|
|
}
|
|
|