Skip to content

Commit b0ec4ef

Browse files
ENGCOM-6336: Need margin bottom to new Widget in Checkout/Cart Summary box #25729
2 parents 632cff7 + c87b3ba commit b0ec4ef

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)