From 669980aab826a151ff3c100352294460d84c3df1 Mon Sep 17 00:00:00 2001 From: suryakant Date: Fri, 8 Feb 2019 18:10:28 +0530 Subject: [PATCH 1/4] Added space above error message. --- .../Magento/luma/Magento_Catalog/web/css/source/_module.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/_module.less b/app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/_module.less index 501a1d2918d6a..ba30763110d67 100644 --- a/app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/_module.less +++ b/app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/_module.less @@ -391,6 +391,8 @@ .box-tocart { &:extend(.abs-box-tocart all); + margin-top: @indent__s; + .field.qty { } From f0d1bf7a3ae6c259a5ddc6ac2949ad079f0ef50c Mon Sep 17 00:00:00 2001 From: suryakant Date: Thu, 14 Feb 2019 17:08:38 +0530 Subject: [PATCH 2/4] Fixed for only group product. --- .../luma/Magento_Catalog/web/css/source/_module.less | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/_module.less b/app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/_module.less index ba30763110d67..48fa5ecde302b 100644 --- a/app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/_module.less +++ b/app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/_module.less @@ -293,6 +293,12 @@ } } + .page-product-grouped { + .box-tocart { + margin-top: @indent__s; + } + } + .product-options-wrapper { .fieldset-product-options-inner { .legend { @@ -391,7 +397,6 @@ .box-tocart { &:extend(.abs-box-tocart all); - margin-top: @indent__s; .field.qty { } From d45bd6555d48b32ffb32a22c6668887c2bf68f86 Mon Sep 17 00:00:00 2001 From: suryakant Date: Mon, 4 Mar 2019 12:43:50 +0530 Subject: [PATCH 3/4] Added space above error message. --- .../luma/Magento_Catalog/web/css/source/_module.less | 6 +----- .../luma/Magento_GroupedProduct/web/css/source/_module.less | 3 +++ 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/_module.less b/app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/_module.less index 48fa5ecde302b..fc59d530fd16c 100644 --- a/app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/_module.less +++ b/app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/_module.less @@ -293,11 +293,7 @@ } } - .page-product-grouped { - .box-tocart { - margin-top: @indent__s; - } - } + .product-options-wrapper { .fieldset-product-options-inner { diff --git a/app/design/frontend/Magento/luma/Magento_GroupedProduct/web/css/source/_module.less b/app/design/frontend/Magento/luma/Magento_GroupedProduct/web/css/source/_module.less index 088372808aa6a..92a67df1d26c3 100644 --- a/app/design/frontend/Magento/luma/Magento_GroupedProduct/web/css/source/_module.less +++ b/app/design/frontend/Magento/luma/Magento_GroupedProduct/web/css/source/_module.less @@ -70,6 +70,9 @@ clear: left; } } + .box-tocart { + margin-top: @indent__s; + } } } From 64f270a2738f9795eb0048f331bcb22a9b1e6f54 Mon Sep 17 00:00:00 2001 From: suryakant Date: Mon, 4 Mar 2019 14:08:08 +0530 Subject: [PATCH 4/4] Added space above error message. --- .../Magento/luma/Magento_Catalog/web/css/source/_module.less | 2 -- .../luma/Magento_GroupedProduct/web/css/source/_module.less | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/_module.less b/app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/_module.less index fc59d530fd16c..33b1ff43fe046 100644 --- a/app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/_module.less +++ b/app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/_module.less @@ -293,8 +293,6 @@ } } - - .product-options-wrapper { .fieldset-product-options-inner { .legend { diff --git a/app/design/frontend/Magento/luma/Magento_GroupedProduct/web/css/source/_module.less b/app/design/frontend/Magento/luma/Magento_GroupedProduct/web/css/source/_module.less index 92a67df1d26c3..550f8718ddead 100644 --- a/app/design/frontend/Magento/luma/Magento_GroupedProduct/web/css/source/_module.less +++ b/app/design/frontend/Magento/luma/Magento_GroupedProduct/web/css/source/_module.less @@ -70,6 +70,7 @@ clear: left; } } + .box-tocart { margin-top: @indent__s; }