From b8480b8b890d0ce589d08c58c9c911764d4e64d4 Mon Sep 17 00:00:00 2001 From: "vadim.malesh" Date: Tue, 28 Jan 2020 10:30:26 +0200 Subject: [PATCH] fix static --- .../web/css/source/module/checkout/_shipping.less | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout/_shipping.less b/app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout/_shipping.less index f054140c0e1b2..8f2092713b718 100644 --- a/app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout/_shipping.less +++ b/app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout/_shipping.less @@ -211,12 +211,6 @@ } } } - - #shipping-method-buttons-container { - .button { - margin-top: 2px; - } - } } // @@ -302,6 +296,9 @@ .action { &.primary { margin: 0; + &.button { + margin-top: 2px; + } } } }