From ad85ed2cdc745c8054ed4e7662fad907c9d949f8 Mon Sep 17 00:00:00 2001 From: devartes Date: Thu, 9 Feb 2023 18:52:51 -0300 Subject: [PATCH] =?UTF-8?q?style:=20corre=C3=A7=C3=A3o=20de=20font-size=20?= =?UTF-8?q?e=20line-height=20do=20.productDescription=20para=20=20=20@medi?= =?UTF-8?q?a=20(max-width:=202561px)=20and=20(min-width:=201920px)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/css/vtex.store-components.css | 7 +++++++ .../pages/product/vtexStore/vtex.store-components.scss | 5 +++++ 2 files changed, 12 insertions(+) diff --git a/styles/css/vtex.store-components.css b/styles/css/vtex.store-components.css index 5f40621..0a7a78b 100644 --- a/styles/css/vtex.store-components.css +++ b/styles/css/vtex.store-components.css @@ -676,6 +676,7 @@ } @media (max-width: 2561px) and (min-width: 1920px) { .productDescriptionContainer .productDescriptionTitle { + font-size: 32px; margin-bottom: 16px; } } @@ -698,6 +699,12 @@ line-height: 22px; color: #929292; } +@media (max-width: 2561px) and (min-width: 1920px) { + .productDescriptionContainer .productDescriptionText .container .content :first-child { + font-size: 18px; + line-height: 25px; + } +} @media (max-width: 1025px) and (min-width: 768px) { .productDescriptionContainer .productDescriptionText .container .content :first-child { font-size: 14px; diff --git a/styles/sass/pages/product/vtexStore/vtex.store-components.scss b/styles/sass/pages/product/vtexStore/vtex.store-components.scss index 46bfeca..b816933 100644 --- a/styles/sass/pages/product/vtexStore/vtex.store-components.scss +++ b/styles/sass/pages/product/vtexStore/vtex.store-components.scss @@ -667,6 +667,7 @@ line-height: 32px; color: #575757; @media (max-width: 2561px) and (min-width: 1920px) { + font-size: 32px; margin-bottom: 16px; } @media (max-width: 1025px) and (min-width: 768px) { @@ -685,6 +686,10 @@ font-size: 16px; line-height: 22px; color: $gray; + @media (max-width: 2561px) and (min-width: 1920px) { + font-size: 18px; + line-height: 25px; + } @media (max-width: 1025px) and (min-width: 768px) { font-size: 14px; line-height: 19px;