Skip to content

Commit

Permalink
ENGCOM-4249: Fix issue 21177 - Cart page cross-sell product add-to-ca…
Browse files Browse the repository at this point in the history
…rt button issue resolved #21178
  • Loading branch information
sivaschenko authored Feb 18, 2019
2 parents bdc715f + 7e30a00 commit 588a293
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,18 @@
// Desktop
// _____________________________________________

.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__s) {
.cart-container {
.block.crosssell {
.products-grid {
.product-item-actions {
margin: 0 0 @indent__s;
}
}
}
}
}

.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
.checkout-cart-index {
.page-main {
Expand Down

0 comments on commit 588a293

Please sign in to comment.