Checkout UX: Place "Empty cart" button below "Checkout" button on mobile

Thanks to @breunigs for the suggestion
This commit is contained in:
Raphael Michel
2017-12-11 15:25:31 +01:00
parent 3ec0366c21
commit 33a254ce92
2 changed files with 11 additions and 1 deletions

View File

@@ -172,6 +172,9 @@ body.loading .container {
.checkout-button-row > div {
margin-bottom: 15px;
}
.checkout-button-row > div.clearfix {
margin: 0;
}
}
.dl-horizontal dt {