Skip to content

Commit

Permalink
quantity-not-center-align-on-review-order
Browse files Browse the repository at this point in the history
  • Loading branch information
Nainesh committed Feb 7, 2019
1 parent 5c8f2b1 commit 3fc1709
Showing 1 changed file with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,15 @@
&.table-order-review {
> tbody {
> tr {
> td.col.qty {
text-align: center;
> td {
&.col {
&.subtotal {
border-bottom: none;
}
&.qty {
text-align: center;
}
}
}
}
}
Expand Down

0 comments on commit 3fc1709

Please sign in to comment.