File "gateway.scss"

Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-blocks/resources/css/gateway.scss
File size: 305 bytes
MIME-type: text/plain
Charset: utf-8

@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;
}