From a032c72f20db942cc4d97827f063bdfea598d046 Mon Sep 17 00:00:00 2001 From: Rafael Sampaio Date: Fri, 10 Feb 2023 12:26:14 -0300 Subject: [PATCH] refactor: ajusta font weight add cart button --- styles/css/vtex.add-to-cart-button.css | 1 + styles/css/vtex.store-components.css | 5 +++++ styles/sass/pages/product/vtex.add-to-cart-button.scss | 1 + styles/sass/pages/product/vtex.store-components.scss | 6 ++++++ 4 files changed, 13 insertions(+) diff --git a/styles/css/vtex.add-to-cart-button.css b/styles/css/vtex.add-to-cart-button.css index 76c6d86..fcfd19a 100644 --- a/styles/css/vtex.add-to-cart-button.css +++ b/styles/css/vtex.add-to-cart-button.css @@ -10,4 +10,5 @@ /* Grid breakpoints */ .buttonText--addToCart { font-size: 18px; + font-weight: 400; } \ No newline at end of file diff --git a/styles/css/vtex.store-components.css b/styles/css/vtex.store-components.css index a99f420..ee6f51c 100644 --- a/styles/css/vtex.store-components.css +++ b/styles/css/vtex.store-components.css @@ -542,6 +542,11 @@ font-size: 14px; } } +@media (max-width: 639px) { + .productBrand--quickview { + margin-top: 32px; + } +} @media (max-width: 492px) { .shippingContainer { margin-bottom: 22px; diff --git a/styles/sass/pages/product/vtex.add-to-cart-button.scss b/styles/sass/pages/product/vtex.add-to-cart-button.scss index 2ef776a..8032c16 100644 --- a/styles/sass/pages/product/vtex.add-to-cart-button.scss +++ b/styles/sass/pages/product/vtex.add-to-cart-button.scss @@ -1,3 +1,4 @@ .buttonText--addToCart { font-size: 18px; + font-weight: 400; } diff --git a/styles/sass/pages/product/vtex.store-components.scss b/styles/sass/pages/product/vtex.store-components.scss index 34a2c03..4f46afa 100644 --- a/styles/sass/pages/product/vtex.store-components.scss +++ b/styles/sass/pages/product/vtex.store-components.scss @@ -567,6 +567,12 @@ } } +@media (max-width: 639px) { + .productBrand--quickview { + margin-top: 32px; + } +} + @media (max-width: 492px) { .shippingContainer { margin-bottom: 22px;