Skip to content

Commit f0d1bf7

Browse files
Fixed for only group product.
1 parent 669980a commit f0d1bf7

File tree

1 file changed

+6
-1
lines changed
  • app/design/frontend/Magento/luma/Magento_Catalog/web/css/source

1 file changed

+6
-1
lines changed

app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/_module.less

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,12 @@
293293
}
294294
}
295295

296+
.page-product-grouped {
297+
.box-tocart {
298+
margin-top: @indent__s;
299+
}
300+
}
301+
296302
.product-options-wrapper {
297303
.fieldset-product-options-inner {
298304
.legend {
@@ -391,7 +397,6 @@
391397

392398
.box-tocart {
393399
&:extend(.abs-box-tocart all);
394-
margin-top: @indent__s;
395400

396401
.field.qty {
397402
}

0 commit comments

Comments
 (0)