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;