Skip to content

Commit d45bd65

Browse files
Added space above error message.
1 parent f0d1bf7 commit d45bd65

File tree

2 files changed

+4
-5
lines changed
  • app/design/frontend/Magento/luma

2 files changed

+4
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -293,11 +293,7 @@
293293
}
294294
}
295295

296-
.page-product-grouped {
297-
.box-tocart {
298-
margin-top: @indent__s;
299-
}
300-
}
296+
301297

302298
.product-options-wrapper {
303299
.fieldset-product-options-inner {

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@
7070
clear: left;
7171
}
7272
}
73+
.box-tocart {
74+
margin-top: @indent__s;
75+
}
7376
}
7477
}
7578

0 commit comments

Comments
 (0)