From 8162c119499ac92df523e73c9eedcef906a8d355 Mon Sep 17 00:00:00 2001 From: Sabrina Miranda Date: Thu, 9 Feb 2023 13:50:37 -0300 Subject: [PATCH] =?UTF-8?q?refactor:=20aplica=20mudan=C3=A7as=20no=20c?= =?UTF-8?q?=C3=B3digo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/css/vtex.rich-text.css | 5 ++--- styles/sass/pages/product/vtex.rich-text.scss | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/styles/css/vtex.rich-text.css b/styles/css/vtex.rich-text.css index 9ffc771..005b613 100644 --- a/styles/css/vtex.rich-text.css +++ b/styles/css/vtex.rich-text.css @@ -12,17 +12,16 @@ justify-content: center; } -.paragraph--newsletter-title { +.headingLevel1--newsletter-title { font-weight: 400; font-size: 24px; line-height: 38px; text-align: center; color: #FFFFFF; margin: 32px 0 0 0; - height: 38px; } @media screen and (max-width: 1024px) { - .paragraph--newsletter-title { + .headingLevel1--newsletter-title { margin-top: 64px; } } \ No newline at end of file diff --git a/styles/sass/pages/product/vtex.rich-text.scss b/styles/sass/pages/product/vtex.rich-text.scss index dc03363..94a92b5 100644 --- a/styles/sass/pages/product/vtex.rich-text.scss +++ b/styles/sass/pages/product/vtex.rich-text.scss @@ -3,14 +3,13 @@ justify-content: center; } -.paragraph--newsletter-title { +.headingLevel1--newsletter-title { font-weight: 400; font-size: 24px; line-height: 38px; text-align: center; color: #FFFFFF; margin: 32px 0 0 0; - height: 38px; @media screen and (max-width: 1024px) { margin-top: 64px;