Skip to content

Commit c87b3ba

Browse files
ENGCOM-6336: Need margin bottom to new Widget in Checkout/Cart Summary box #25729
- Merge Pull Request #25729 from fabriciosobral/magento2:25703-margin-bottom-new-widget-checkout-cart-summary-box - Merged commits: 1. 9b55f0e 2. 5a8e815 3. 1ab336b 4. c4a3e51
2 parents 9de4a7e + c4a3e51 commit c87b3ba

File tree

2 files changed

+8
-0
lines changed
  • app/design/frontend/Magento
    • blank/Magento_Checkout/web/css/source/module
    • luma/Magento_Checkout/web/css/source/module

2 files changed

+8
-0
lines changed

app/design/frontend/Magento/blank/Magento_Checkout/web/css/source/module/_cart.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,10 @@
346346

347347
.widget {
348348
float: left;
349+
350+
&.block {
351+
margin-bottom: @indent__base;
352+
}
349353
}
350354
}
351355

app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/_cart.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,10 @@
563563

564564
.widget {
565565
float: left;
566+
567+
&.block {
568+
margin-bottom: @indent__base;
569+
}
566570
}
567571
}
568572

0 commit comments

Comments
 (0)