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

41 lines
740 B
SCSS
Raw Normal View History

2020-08-18 12:08:45 +03:00
#ppcp-hosted-fields {
2020-07-20 11:20:12 +03:00
.ppcp-dcc-credit-card-wrapper {
width: 100%;
2020-08-18 12:08:45 +03:00
display: grid;
grid-template-columns: 55% 1fr 1fr;
grid-template-rows: 1fr 1fr;
grid-column-gap: 15px;
margin-bottom: 15px;
2020-07-20 11:20:12 +03:00
label, span {
height: 30px;
padding: 0;
margin: 0;
overflow: hidden;
position: relative;
vertical-align: bottom;
2020-08-18 12:08:45 +03:00
font-size: 10px;
}
label {
grid-row: 1/2;
}
span {
grid-row: 2/3;
background:white;
border: 1px #666;
padding: 5px;
2020-07-20 11:20:12 +03:00
}
label {
line-height: 30px;
}
2020-07-17 11:47:00 +03:00
}
2020-07-20 11:20:12 +03:00
2020-07-17 11:47:00 +03:00
}