Skip to content

Commit beeb56c

Browse files
committed
Fixes a less compilation in Magento's blank theme in regards to the Magento_AdvancedCheckout module. This should in theory improve the frontend layout rendering as to how it was intended.
1 parent ed98703 commit beeb56c

File tree

1 file changed

+12
-6
lines changed
  • app/design/frontend/Magento/blank/Magento_AdvancedCheckout/web/css/source

1 file changed

+12
-6
lines changed

app/design/frontend/Magento/blank/Magento_AdvancedCheckout/web/css/source/_module.less

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,6 @@
5353
}
5454

5555
.block-content {
56-
&:extend(.abs-add-clearfix-desktop all);
57-
58-
.box {
59-
&:extend(.abs-blocks-2columns all);
60-
}
61-
6256
.actions-toolbar {
6357
clear: both;
6458
.lib-actions-toolbar(
@@ -167,4 +161,16 @@
167161
&:extend(.abs-add-clearfix-desktop all);
168162
}
169163
}
164+
165+
.column {
166+
.block-addbysku {
167+
.block-content {
168+
&:extend(.abs-add-clearfix-desktop all);
169+
170+
.box {
171+
&:extend(.abs-blocks-2columns all);
172+
}
173+
}
174+
}
175+
}
170176
}

0 commit comments

Comments
 (0)