mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
13 lines
266 B
SCSS
13 lines
266 B
SCSS
#payment ul.payment_methods li img.ppcp-card-icon {
|
|
padding: 0 0 3px 3px;
|
|
max-height: 25px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.payments-sdk-contingency-handler {
|
|
z-index: 1000 !important;
|
|
}
|
|
|
|
.ppcp-credit-card-gateway-form-field-disabled {
|
|
opacity: .5 !important;
|
|
}
|