Skip to content

Commit 7c01d29

Browse files
ENGCOM-4181: Added space above error message. #21074
- Merge Pull Request #21074 from suryakant-krish/magento2:Fixed-error-msg-group-product - Merged commits: 1. 669980a 2. f0d1bf7 3. d45bd65 4. 64f270a
2 parents e51df41 + 64f270a commit 7c01d29

File tree

2 files changed

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

2 files changed

+5
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,7 @@
397397

398398
.box-tocart {
399399
&:extend(.abs-box-tocart all);
400+
400401
.field.qty {
401402
}
402403

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@
7070
clear: left;
7171
}
7272
}
73+
74+
.box-tocart {
75+
margin-top: @indent__s;
76+
}
7377
}
7478
}
7579

0 commit comments

Comments
 (0)