From 2fd2a267ed775c75da36ba1992612fed21879b4a Mon Sep 17 00:00:00 2001 From: Emmanuel Vitor Date: Fri, 10 Feb 2023 23:37:58 -0300 Subject: [PATCH] fix: ajuta titulo prouto mobile --- styles/css/vtex.flex-layout.css | 3 +++ styles/css/vtex.store-components.css | 4 ++++ styles/sass/pages/product/vtex.flex-layout.scss | 4 ++++ styles/sass/pages/product/vtex.store-components.scss | 5 +++++ 4 files changed, 16 insertions(+) diff --git a/styles/css/vtex.flex-layout.css b/styles/css/vtex.flex-layout.css index 951c0c1..af3cf3a 100644 --- a/styles/css/vtex.flex-layout.css +++ b/styles/css/vtex.flex-layout.css @@ -90,6 +90,9 @@ .flexRow--indisponivel :global(.vtex-store-components-3-x-container) .flexRowContent--indisponivel :global(.vtex-flex-layout-0-x-stretchChildrenWidth) :global(.vtex-store-components-3-x-productNameContainer--quickview) { max-width: none; text-align: initial; + font-weight: 300; + font-size: 20px; + line-height: 34px; } } .flexRow--indisponivel :global(.vtex-store-components-3-x-container) .flexRowContent--indisponivel :global(.vtex-flex-layout-0-x-stretchChildrenWidth) .flexColChild--info-availability { diff --git a/styles/css/vtex.store-components.css b/styles/css/vtex.store-components.css index 1d80a66..ea75bee 100644 --- a/styles/css/vtex.store-components.css +++ b/styles/css/vtex.store-components.css @@ -122,6 +122,9 @@ @media (max-width: 1024px) { :global(.vtex-store-components-3-x-container) .productNameContainer--quickview { text-align: initial; + font-weight: 300; + font-size: 20px; + line-height: 34px; } } @@ -523,6 +526,7 @@ max-width: none; padding-bottom: 16px; border-bottom: 1px solid #B9B9B9; + color: #929292; } } diff --git a/styles/sass/pages/product/vtex.flex-layout.scss b/styles/sass/pages/product/vtex.flex-layout.scss index b4654be..8942cda 100644 --- a/styles/sass/pages/product/vtex.flex-layout.scss +++ b/styles/sass/pages/product/vtex.flex-layout.scss @@ -81,6 +81,10 @@ @media (max-width:1024px) { max-width: none; text-align: initial; + font-weight: 300; + font-size: 20px; + line-height: 34px; + } } diff --git a/styles/sass/pages/product/vtex.store-components.scss b/styles/sass/pages/product/vtex.store-components.scss index 88f2b70..240f30a 100644 --- a/styles/sass/pages/product/vtex.store-components.scss +++ b/styles/sass/pages/product/vtex.store-components.scss @@ -128,6 +128,10 @@ @media (max-width:1024px) { text-align: initial; + font-weight: 300; + font-size: 20px; + line-height: 34px; + } } } @@ -613,6 +617,7 @@ max-width: none; padding-bottom: 16px; border-bottom: 1px solid $color-gray11; + color: $color-gray6 ; } }