xarxaprod-wp-theme/sass/plugins/woocommerce/_checkout.scss

22 lines
268 B
SCSS
Raw Normal View History

2024-01-09 16:13:20 +01:00
@media screen and (min-width: 768px) {
.col2-set {
.form-row-first {
float: left;
margin-right: $columns__margin;
}
.form-row-last {
float: right;
margin-right: 0;
}
.form-row-first,
.form-row-last {
@include column-width(2);
}
}
}