From 33fdd701a67028b59344020becfb5ca93642d779 Mon Sep 17 00:00:00 2001 From: Rafael Sampaio Date: Mon, 9 Jan 2023 17:25:49 -0300 Subject: [PATCH] =?UTF-8?q?refactor:=20ajusta=20mensagem=20de=20valida?= =?UTF-8?q?=C3=A7=C3=A3o=20do=20newsletter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/NewsLetter/styles.module.scss | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/src/components/NewsLetter/styles.module.scss b/src/components/NewsLetter/styles.module.scss index 38cd27e..b20f790 100644 --- a/src/components/NewsLetter/styles.module.scss +++ b/src/components/NewsLetter/styles.module.scss @@ -7,7 +7,6 @@ border-color: var(--black-500); width: 100%; padding: 16px 0; - position: relative; &__title { width: 37.09%; @@ -32,6 +31,7 @@ height: 42px; width: 37.09%; max-width: 474.75px; + position: relative; span { font-style: normal; @@ -40,8 +40,8 @@ line-height: 14px; color: var(--red-500); position: absolute; - top: 31%; - right: 43%; + top: -30%; + left: 55%; } } @@ -101,6 +101,11 @@ width: 100%; max-width: 100%; flex-direction: column; + + span { + top: 43%; + left: 0%; + } } &__input { @@ -130,6 +135,13 @@ width: 36.88%; max-width: 922px; height: 59px; + + span { + font-size: 24px; + line-height: 28px; + top: -42%; + left: 56%; + } } &__input {