2020-01-03 14:23:49 +00:00
|
|
|
.wc-block-input-row {
|
2019-12-16 22:13:41 +00:00
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: space-between;
|
|
|
|
|
2020-01-17 16:58:08 +00:00
|
|
|
> .wc-block-country-input,
|
|
|
|
> .wc-block-text-input {
|
2019-12-16 22:13:41 +00:00
|
|
|
margin-right: $gap-small;
|
2020-01-17 16:58:08 +00:00
|
|
|
flex-basis: 0;
|
2019-12-16 22:13:41 +00:00
|
|
|
flex-grow: 1;
|
|
|
|
margin-top: $gap;
|
|
|
|
&:last-child {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// Responsive media styles.
|
|
|
|
@include breakpoint( "<480px" ) {
|
2020-01-03 14:23:49 +00:00
|
|
|
.wc-block-text-input {
|
2019-12-16 22:13:41 +00:00
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|