This repository has been archived on 2020-05-08. You can view files and clone it, but cannot push or open issues or pull requests.
_s/sass/shop/_checkout.scss

22 lines
268 B
SCSS
Raw Normal View History

2017-08-01 13:21:13 +00:00
@media screen and (min-width: 768px) {
2020-04-05 20:49:27 +00:00
2017-08-01 13:21:13 +00:00
.col2-set {
2020-04-05 20:49:27 +00:00
2017-08-01 13:21:13 +00:00
.form-row-first {
float: left;
margin-right: $columns__margin;
}
.form-row-last {
float: right;
margin-right: 0;
}
.form-row-first,
.form-row-last {
2020-04-05 20:49:27 +00:00
2017-08-01 13:21:13 +00:00
@include column-width(2);
}
}
}