From 4a3354ae407110e26831798414a48e3047d046d5 Mon Sep 17 00:00:00 2001 From: Arvinda kumar Date: Wed, 9 Jan 2019 18:54:36 +0530 Subject: [PATCH 1/3] iessue fixed #20137 On checkout page apply discount button is not align with input box iessue fixed #20137 On checkout page apply discount button is not align with input box --- .../web/css/source/module/checkout/_payment-options.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout/_payment-options.less b/app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout/_payment-options.less index 0b27454b206e3..d87b4b70caffa 100644 --- a/app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout/_payment-options.less +++ b/app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout/_payment-options.less @@ -69,6 +69,9 @@ .payment-option-content { .lib-css(padding, 0 0 @indent__base @checkout-payment-option-content__padding__xl); + .action-apply{ + margin-right: 0; + } } .payment-option-inner { From 1a75856e3bcdea4943c723e8127b17647813b487 Mon Sep 17 00:00:00 2001 From: Sergii Ivashchenko Date: Thu, 10 Jan 2019 11:56:45 +0000 Subject: [PATCH 2/3] magento/magento2#20144: Fixed code style --- .../web/css/source/module/checkout/_payment-options.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout/_payment-options.less b/app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout/_payment-options.less index d87b4b70caffa..47754c9acee4d 100644 --- a/app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout/_payment-options.less +++ b/app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout/_payment-options.less @@ -69,7 +69,7 @@ .payment-option-content { .lib-css(padding, 0 0 @indent__base @checkout-payment-option-content__padding__xl); - .action-apply{ + .action-apply { margin-right: 0; } } From 496c6af02d6bc905c120a27a9231abb78a135d84 Mon Sep 17 00:00:00 2001 From: Arvinda kumar Date: Tue, 29 Jan 2019 19:13:10 +0530 Subject: [PATCH 3/3] _payment-options.less updated _payment-options.less updated --- .../web/css/source/module/checkout/_payment-options.less | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout/_payment-options.less b/app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout/_payment-options.less index 47754c9acee4d..3b584bc26fe34 100644 --- a/app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout/_payment-options.less +++ b/app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout/_payment-options.less @@ -69,8 +69,12 @@ .payment-option-content { .lib-css(padding, 0 0 @indent__base @checkout-payment-option-content__padding__xl); - .action-apply { - margin-right: 0; + .primary { + .action { + &.action-apply { + margin-right: 0; + } + } } }