PluginProbe
PayPlug for WooCommerce (Official) / 2.10.0
PayPlug for WooCommerce (Official) v2.10.0
3.0.0 2.18.0 1.0.17 1.0.18 1.0.19 1.0.20 1.0.21 1.0.22 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.1.0 1.10.0 1.10.1 1.2.1 1.2.10 1.2.11 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 All 101 releases
payplug / assets / css / payplug-checkout.css

payplug-checkout.css in PayPlug for WooCommerce (Official) 2.10.0, at assets/css/payplug-checkout.css

30 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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