mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +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,11 +1,10 @@
|
||||||
#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;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.payments-sdk-contingency-handler {
|
.payments-sdk-contingency-handler {
|
||||||
z-index: 1000 !important;
|
z-index: 1000 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ppcp-credit-card-gateway-form-field-disabled {
|
.ppcp-credit-card-gateway-form-field-disabled {
|
||||||
|
|
|
@ -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