oont-contents/plugins/tabby-checkout/css/tabby.css
2025-02-08 15:10:23 +01:00

14 lines
310 B
CSS

#place_order:disabled {
opacity:0.5;
text-decoration: none !important;
}
.payment_method_tabby_pay_later img, .payment_method_tabby_installments img {
max-height: 2em;
max-width: 5em;
}
.wc_payment_method .info {
float: right;
}
html[dir=rtl] .wc_payment_method .info {
float: left;
}