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

24 lines
379 B
SCSS
Raw Normal View History

2020-07-20 11:09:34 +03:00
#ppcp-hosted-fields,
#ppcp-hosted-fields-mini-cart {
2020-07-17 11:47:00 +03:00
display: table !important;
div {
display: table-row;
}
label, span {
display: table-cell;
height: 30px;
padding: 0;
margin: 0;
overflow: hidden;
position: relative;
vertical-align: bottom;
}
label {
line-height: 30px;
}
}