From 72edd763a5de57b6d72bfb30ddacb8ea70755c88 Mon Sep 17 00:00:00 2001 From: Emerson Fully <63175980+emersonfully@users.noreply.github.com> Date: Fri, 24 Feb 2023 22:34:55 -0300 Subject: [PATCH] hotfix: Ajustes em elementos CSS que estavam com propriedades erradas --- src/components/footer/Footer.module.scss | 28 +++++++++++++++++-- src/components/footer/Footer.tsx | 2 -- src/components/footer/FooterBottom.tsx | 12 ++++++-- src/components/footer/FooterNewsletter.tsx | 4 +-- src/components/header/Header.module.scss | 3 +- src/components/main/Form/CustomForm.scss | 19 +++++++++++-- src/components/main/Form/CustomForm.tsx | 2 +- src/components/main/Main.module.scss | 5 ++-- src/components/main/Main.tsx | 6 ++-- .../TitleAndBreadGrumb.module.scss | 5 ++++ 10 files changed, 69 insertions(+), 17 deletions(-) diff --git a/src/components/footer/Footer.module.scss b/src/components/footer/Footer.module.scss index 956ff79..0ff46fc 100644 --- a/src/components/footer/Footer.module.scss +++ b/src/components/footer/Footer.module.scss @@ -9,6 +9,9 @@ footer { align-items: center; justify-content: center; padding: 16px; + + border-top: 1px solid black; + border-bottom: 1px solid black; // height: 104px; .newsletter__container__span { @@ -17,7 +20,7 @@ footer { font-size: 18px; line-height: 21px; letter-spacing: 0.05em; - font-variant: small-caps; + text-transform: uppercase; @media screen and (min-width: 2500px) { font-weight: 500; @@ -282,16 +285,29 @@ ul { display: flex; list-style: none; + li { + margin: 0 6px; + + @media screen and (max-width: 1024px) { + margin: 0 4px; + } + } + & span { background-color: $color-white; display: inline-block; height: 24px; - margin: -5px 6px 0 0; + margin: -5px 6px 0; width: 1px; } & img { height: 30px; + + @media screen and (max-width: 1024px) { + height: 17px; + } + @media screen and (min-width: 2500px) { height: 40px; } @@ -300,6 +316,10 @@ ul { .stamps__vtexPci { height: 46px; + @media screen and (max-width: 1024px) { + height: 28px; + } + @media screen and (min-width: 2500px) { height: 66px; } @@ -323,6 +343,10 @@ ul { list-style-type: none; margin: 0; + .developedBy__link { + display: flex; + } + & span { font-weight: 400; font-size: 10px; diff --git a/src/components/footer/Footer.tsx b/src/components/footer/Footer.tsx index dcca1e9..598c5df 100644 --- a/src/components/footer/Footer.tsx +++ b/src/components/footer/Footer.tsx @@ -7,9 +7,7 @@ import { FooterBottom } from "./FooterBottom"; const Footer = () => { return ( diff --git a/src/components/footer/FooterBottom.tsx b/src/components/footer/FooterBottom.tsx index 3a0592d..ad41e79 100644 --- a/src/components/footer/FooterBottom.tsx +++ b/src/components/footer/FooterBottom.tsx @@ -47,13 +47,21 @@ const FooterBottom = () => {
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea @@ -17,7 +17,7 @@ const GenericText = () => ( est laborum.
+
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. @@ -28,7 +28,7 @@ const GenericText = () => ( incidunt ut labore et dolore magnam aliquam quaerat voluptatem.
+
Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil diff --git a/src/components/main/TitleAndBreadCrumb/TitleAndBreadGrumb.module.scss b/src/components/main/TitleAndBreadCrumb/TitleAndBreadGrumb.module.scss index 40aa7cc..012a5f6 100644 --- a/src/components/main/TitleAndBreadCrumb/TitleAndBreadGrumb.module.scss +++ b/src/components/main/TitleAndBreadCrumb/TitleAndBreadGrumb.module.scss @@ -9,6 +9,7 @@ .breadgrumb__ul { display: flex; flex-direction: row; + align-items: center; .homeButton { @media screen and (min-width: 2500px) { @@ -51,6 +52,10 @@ color: $color-gray; + @media screen and (max-width: 1024px) { + margin: 80px 0 40px; + } + @media screen and (min-width: 2500px) { font-weight: 400; font-size: 48px;