From f8344363141d2a53eb16cdbca5a002c5efd4eb50 Mon Sep 17 00:00:00 2001 From: Sabrina Miranda Date: Tue, 10 Jan 2023 17:07:04 +0000 Subject: [PATCH] revert 6b91a685664d2f5e9bd9c39dd2f23b5b93c1358b revert feat(header): Estiliza o footer bottom para mobile Nome commit errado --- .../FooterBottom/FooterBottom.module.scss | 35 ------------------- 1 file changed, 35 deletions(-) diff --git a/src/components/FooterBottom/FooterBottom.module.scss b/src/components/FooterBottom/FooterBottom.module.scss index aa25d09..615f986 100644 --- a/src/components/FooterBottom/FooterBottom.module.scss +++ b/src/components/FooterBottom/FooterBottom.module.scss @@ -8,26 +8,11 @@ height: 96px; } - @media (max-width: 1024px) { - height: 134px; - } - - @media (max-width: 375px) { - height: 128px; - } - &__wrapper { display: flex; padding: 15px 100px; justify-content: space-between; align-items: center; - - @media (max-width: 1024px) { - display: grid; - grid-template-columns: 100%; - padding: 15px 16px; - gap: 15px; - } } &__address { @@ -40,10 +25,6 @@ font-size: 20px; line-height: 23px; } - - @media (max-width: 1024px) { - grid-area: 2; - } } &__payments-icons { @@ -55,10 +36,6 @@ gap: 6px; } - @media (max-width: 375px) { - gap: 11px;; - } - li { display: flex; } @@ -70,19 +47,11 @@ @media (min-width: 2500px) { height: 39px; } - - @media (max-width: 375px) { - height: 17px; - } } .li-divider { border: 1px solid variables.$gray-400; height: 24px; - - @media (max-width: 375px) { - height: 20px; - } } .li-vtexpci { @@ -92,10 +61,6 @@ @media (min-width: 2500px) { height: 66px; } - - @media (max-width: 375px) { - height: 28px; - } } }