From 398ea6e721317cfa7973f626ee77a49e824f8809 Mon Sep 17 00:00:00 2001 From: Carlos Lins Date: Wed, 25 Jan 2023 19:38:57 -0300 Subject: [PATCH] fix: corrigindo responsividade elemento calcular frete --- styles/css/vtex.store-components.css | 4 ++-- styles/sass/pages/product/vtex.store-components.scss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/styles/css/vtex.store-components.css b/styles/css/vtex.store-components.css index 7f3c886..c981d28 100644 --- a/styles/css/vtex.store-components.css +++ b/styles/css/vtex.store-components.css @@ -218,7 +218,7 @@ height: max-content; background-color: #000000; margin-top: 27px; - margin-left: -2px; + margin-left: -3px; border-radius: 0; border: 0; padding: 0; @@ -334,7 +334,7 @@ .shippingContainer { width: 100%; grid-template-areas: "label button" "notCep notCep"; - grid-template-columns: 83.4459% 1fr; + grid-template-columns: 1fr 46px; padding-bottom: 23px; margin-bottom: 16px; } diff --git a/styles/sass/pages/product/vtex.store-components.scss b/styles/sass/pages/product/vtex.store-components.scss index d8b4c95..246e15f 100644 --- a/styles/sass/pages/product/vtex.store-components.scss +++ b/styles/sass/pages/product/vtex.store-components.scss @@ -246,7 +246,7 @@ height: max-content; background-color: #000000; margin-top: 27px; - margin-left: -2px; + margin-left: -3px; border-radius: 0; border: 0; padding: 0; @@ -389,7 +389,7 @@ width: 100%; grid-template-areas: "label button" "notCep notCep"; - grid-template-columns: 83.4459% 1fr; + grid-template-columns: 1fr 46px; padding-bottom: 23px; margin-bottom: 16px;