mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Adjust block button styles.
This commit is contained in:
parent
46c575a401
commit
55c7900a3e
5 changed files with 41 additions and 2 deletions
9
modules/ppcp-blocks/resources/css/gateway.scss
Normal file
9
modules/ppcp-blocks/resources/css/gateway.scss
Normal file
|
@ -0,0 +1,9 @@
|
|||
@use "../../../ppcp-button/resources/css/mixins/apm-button" as apm-button;
|
||||
|
||||
li[id^="express-payment-method-ppcp-"] {
|
||||
line-height: 0;
|
||||
}
|
||||
|
||||
.ppcp-button-apm {
|
||||
@include apm-button.button;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue