2021-09-16 12:16:21 +00:00
|
|
|
.wc-block-checkout__form {
|
|
|
|
margin: 0;
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
.is-mobile,
|
|
|
|
.is-small,
|
|
|
|
.is-medium {
|
|
|
|
.wc-block-checkout__main {
|
|
|
|
order: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.is-small,
|
|
|
|
.is-medium,
|
|
|
|
.is-large {
|
2021-09-24 14:11:51 +00:00
|
|
|
.wc-block-checkout__shipping-fields,
|
|
|
|
.wc-block-checkout__billing-fields {
|
|
|
|
.wc-block-components-address-form {
|
|
|
|
margin-left: #{-$gap-small * 0.5};
|
|
|
|
margin-right: #{-$gap-small * 0.5};
|
2021-09-16 12:16:21 +00:00
|
|
|
|
2021-09-24 14:11:51 +00:00
|
|
|
&::after {
|
|
|
|
content: "";
|
|
|
|
clear: both;
|
|
|
|
display: block;
|
|
|
|
}
|
2021-09-16 12:16:21 +00:00
|
|
|
|
2021-09-24 14:11:51 +00:00
|
|
|
.wc-block-components-text-input,
|
|
|
|
.wc-block-components-country-input,
|
|
|
|
.wc-block-components-state-input {
|
|
|
|
float: left;
|
|
|
|
margin-left: #{$gap-small * 0.5};
|
|
|
|
margin-right: #{$gap-small * 0.5};
|
|
|
|
position: relative;
|
|
|
|
width: calc(50% - #{$gap-small});
|
2021-09-16 12:16:21 +00:00
|
|
|
|
2021-09-24 14:11:51 +00:00
|
|
|
&:nth-of-type(2),
|
|
|
|
&:first-of-type {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
2021-09-16 12:16:21 +00:00
|
|
|
}
|
|
|
|
|
2021-09-24 14:11:51 +00:00
|
|
|
.wc-block-components-address-form__company,
|
|
|
|
.wc-block-components-address-form__address_1,
|
|
|
|
.wc-block-components-address-form__address_2 {
|
|
|
|
width: calc(100% - #{$gap-small});
|
|
|
|
}
|
2021-09-16 12:16:21 +00:00
|
|
|
|
2021-09-24 14:11:51 +00:00
|
|
|
.wc-block-components-checkbox {
|
|
|
|
clear: both;
|
|
|
|
}
|
2021-09-16 12:16:21 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|