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

23 lines
348 B
SCSS
Raw Normal View History

2020-07-17 11:47:00 +03:00
#ppcp-hosted-fields {
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;
}
}