Define generic size for payment gateway icons

This commit is contained in:
Philipp Stracker 2024-09-03 17:35:36 +02:00
parent 9002688f69
commit d7f0b693e3
No known key found for this signature in database
2 changed files with 4 additions and 11 deletions

View file

@ -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 {

View file

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