Skip to content

Commit

Permalink
Merge remote-tracking branch 'mainline/2.2-develop' into 2.2-develop
Browse files Browse the repository at this point in the history
  • Loading branch information
nmalevanec committed Feb 22, 2019
2 parents 733115e + 6480499 commit 20bd8d2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,14 @@
}
}
}
.order-items.table-wrapper {
.col.price,
.col.qty,
.col.subtotal,
.col.msrp {
text-align: left;
}
}
}

.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,14 @@
&:extend(.abs-sidebar-totals-mobile all);
}
}
.order-items.table-wrapper {
.col.price,
.col.qty,
.col.subtotal,
.col.msrp {
text-align: left;
}
}
}

.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
Expand Down

0 comments on commit 20bd8d2

Please sign in to comment.