mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 10:55:00 +08:00
✨ Define generic size for payment gateway icons
This commit is contained in:
parent
9002688f69
commit
d7f0b693e3
2 changed files with 4 additions and 11 deletions
|
@ -1,5 +1,4 @@
|
||||||
#payment ul.payment_methods li img.ppcp-card-icon {
|
#payment ul.payment_methods [class*="payment_method_ppcp-"] label img {
|
||||||
padding: 0 0 3px 3px;
|
|
||||||
max-height: 25px;
|
max-height: 25px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,9 +17,3 @@
|
||||||
#ppc-button-ppcp-googlepay {
|
#ppc-button-ppcp-googlepay {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
label[for='payment_method_ppcp-googlepay'] {
|
|
||||||
img {
|
|
||||||
max-height: 25px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue