woocommerce-paypal-payments/modules/ppcp-button/resources/css/hosted-fields.scss

21 lines
371 B
SCSS
Raw Normal View History

#payment ul.payment_methods [class*="payment_method_ppcp-"] label img {
max-height: 25px;
display: inline-block;
}
.payments-sdk-contingency-handler {
z-index: 1000 !important;
}
2021-09-14 09:28:48 +02:00
2021-09-14 11:44:49 +02:00
.ppcp-credit-card-gateway-form-field-disabled {
2021-09-14 09:28:48 +02:00
opacity: .5 !important;
}
.ppcp-dcc-order-button {
float: right;
}
iframe[id^="hosted-fields-tokenization-frame_"] {
display: none;
}