Skip to content

Commit

Permalink
magento#108: Clear Shopping Cart - Add RWD styling to cart actions co…
Browse files Browse the repository at this point in the history
…ntainer using flex
  • Loading branch information
John Carlo Octabio committed Jun 10, 2020
1 parent 0051ec9 commit e9c6dd1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/code/Magento/Checkout/Block/Cart/Grid.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ public function getItems()
}

/**
* Verify if display pager on shopping cart if cart block has custom_items and items qty in the shopping cart<limit
* from stores configuration
* Verify if display pager on shopping cart
* If cart block has custom_items and items qty in the shopping cart<limit from stores configuration
*
* @return bool
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,14 @@
.cart-container {
.form-cart {
.actions.main {
text-align: center;
.lib-vendor-prefix-display();
.lib-vendor-prefix-flex-direction(column);
.lib-vendor-box-align(center);

.clear,
.continue {
.lib-css(margin, 0 0 @indent__m 0);
}
}
}
}
Expand Down

0 comments on commit e9c6dd1

Please sign in to comment.