| 1 |
#payment .payment_methods li .payplug-oney-flex, |
| 2 |
.wc-block-checkout__payment-method .payplug-oney-flex { |
| 3 |
display:flex; |
| 4 |
justify-content: space-between; |
| 5 |
} |
| 6 |
#payment .payment_methods li .payplug-oney-flex div:first-child, |
| 7 |
.wc-block-checkout__payment-method .payment_methods .payplug-oney-flex div:first-child { |
| 8 |
width: 78%; |
| 9 |
} |
| 10 |
|
| 11 |
#payment .payment_methods li.payment_method_payplug img.payplug-payment-icon, |
| 12 |
#payment .payment_methods li.payment_method_bancontact img.payplug-payment-icon, |
| 13 |
#payment .payment_methods li.payment_method_american_express img.payplug-payment-icon, |
| 14 |
#payment .payment_methods li.payment_method_oney_x3_with_fees img.payplug-payment-icon, |
| 15 |
#payment .payment_methods li.payment_method_oney_x4_with_fees img.payplug-payment-icon, |
| 16 |
#payment .payment_methods li.payment_method_oney_x3_without_fees img.payplug-payment-icon, |
| 17 |
#payment .payment_methods li.payment_method_oney_x4_without_fees img.payplug-payment-icon |
| 18 |
{ |
| 19 |
width: auto; |
| 20 |
max-height: 40px; |
| 21 |
} |
| 22 |
|
| 23 |
#payment .payment_methods li.payment_method_american_express img.payplug-payment-icon { |
| 24 |
max-width: max-content; |
| 25 |
} |
| 26 |
|
| 27 |
.disable-checkout-icons{ |
| 28 |
filter: grayscale(100%); |
| 29 |
} |
| 30 |
|