2020-01-03 14:23:49 +00:00
|
|
|
.wc-block-checkout__add-note,
|
|
|
|
.wc-block-checkout__keep-updated,
|
|
|
|
.wc-block-checkout__use-address-for-billing {
|
2019-12-16 22:13:41 +00:00
|
|
|
margin-top: $gap;
|
|
|
|
}
|
2020-03-03 10:46:53 +00:00
|
|
|
|
|
|
|
@include breakpoint( ">480px" ) {
|
2020-03-04 15:13:38 +00:00
|
|
|
.wc-block-checkout__billing-fields,
|
2020-03-03 10:46:53 +00:00
|
|
|
.wc-block-checkout__shipping-fields {
|
|
|
|
.wc-block-address-form {
|
2020-03-13 14:41:04 +00:00
|
|
|
margin-left: #{-$gap-small / 2};
|
|
|
|
margin-right: #{-$gap-small / 2};
|
|
|
|
|
|
|
|
&::after {
|
|
|
|
content: "";
|
|
|
|
clear: both;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wc-block-text-input,
|
|
|
|
.wc-block-select {
|
|
|
|
float: left;
|
|
|
|
margin-left: #{$gap-small / 2};
|
|
|
|
margin-right: #{$gap-small / 2};
|
|
|
|
position: relative;
|
|
|
|
width: calc(50% - #{$gap-small});
|
|
|
|
}
|
|
|
|
|
|
|
|
.wc-block-address-form__company,
|
|
|
|
.wc-block-address-form__address_1,
|
|
|
|
.wc-block-address-form__address_2 {
|
|
|
|
width: calc(100% - #{$gap-small});
|
|
|
|
}
|
2020-03-03 10:46:53 +00:00
|
|
|
|
2020-03-13 14:41:04 +00:00
|
|
|
.wc-block-checkbox {
|
|
|
|
clear: both;
|
|
|
|
}
|
2020-03-03 10:46:53 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|