From 211fe5c464fec402f02e8e965b3a0b844b35279e Mon Sep 17 00:00:00 2001 From: devartes Date: Tue, 7 Feb 2023 07:47:53 -0300 Subject: [PATCH] style: removendo estilo do .FooterRightBlock --- styles/css/vtex.menu.css | 79 ------------------- .../pages/product/vtexMenu/vtex.menu.scss | 66 ---------------- 2 files changed, 145 deletions(-) diff --git a/styles/css/vtex.menu.css b/styles/css/vtex.menu.css index 7ad4bb7..78a531b 100644 --- a/styles/css/vtex.menu.css +++ b/styles/css/vtex.menu.css @@ -148,83 +148,4 @@ display: flex; justify-content: center; } -} - -.FooterRightBlock { - margin-bottom: 16px; -} -@media (max-width: 1025px) and (min-width: 768px) { - .FooterRightBlock { - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; - margin-bottom: 0; - } -} -@media (max-width: 768px) and (min-width: 375px) { - .FooterRightBlock { - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; - margin-bottom: 0; - } -} -.FooterRightBlock .SpanTitle { - color: #ffffff; - font-weight: 400; - font-size: 14px; - line-height: 38px; -} -.FooterRightBlock .SpanTitleBig { - color: #ffffff; - font-weight: 400; - font-size: 18px; - line-height: 38px; -} -@media (max-width: 1025px) and (min-width: 768px) { - .FooterRightBlock .SpanTitleBig { - font-size: 14px; - } -} -@media (max-width: 768px) and (min-width: 375px) { - .FooterRightBlock .SpanTitleBig { - font-size: 14px; - } -} -.FooterRightBlock .UlGroup { - display: flex; - flex-direction: column; - padding: 0; - margin: 0; - row-gap: 4px; -} -@media (max-width: 1025px) and (min-width: 768px) { - .FooterRightBlock .UlGroup { - align-items: center; - } -} -@media (max-width: 768px) and (min-width: 375px) { - .FooterRightBlock .UlGroup { - justify-content: center; - align-items: center; - } -} -.FooterRightBlock .UlGroup .UlSecondary { - display: flex; - padding: 0; - margin: 0; - column-gap: 8px; - list-style: none; -} -@media (max-width: 1025px) and (min-width: 768px) { - .FooterRightBlock .UlGroup .UlSecondary .ImgCard { - width: 42px; - } -} -@media (max-width: 768px) and (min-width: 375px) { - .FooterRightBlock .UlGroup .UlSecondary .ImgCard { - width: 42px; - } } \ No newline at end of file diff --git a/styles/sass/pages/product/vtexMenu/vtex.menu.scss b/styles/sass/pages/product/vtexMenu/vtex.menu.scss index 11a8c1e..4e7f0ac 100644 --- a/styles/sass/pages/product/vtexMenu/vtex.menu.scss +++ b/styles/sass/pages/product/vtexMenu/vtex.menu.scss @@ -127,69 +127,3 @@ } } } - -.FooterRightBlock { - margin-bottom: 16px; - @media (max-width: 1025px) and (min-width: 768px) { - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; - margin-bottom: 0; - } - @media (max-width: 768px) and (min-width: 375px) { - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; - margin-bottom: 0; - } - .SpanTitle { - color: $white; - font-weight: 400; - font-size: 14px; - line-height: 38px; - } - .SpanTitleBig { - color: $white; - font-weight: 400; - font-size: 18px; - line-height: 38px; - @media (max-width: 1025px) and (min-width: 768px) { - font-size: 14px; - } - @media (max-width: 768px) and (min-width: 375px) { - font-size: 14px; - } - } - .UlGroup { - display: flex; - flex-direction: column; - padding: 0; - margin: 0; - row-gap: 4px; - @media (max-width: 1025px) and (min-width: 768px) { - align-items: center; - } - @media (max-width: 768px) and (min-width: 375px) { - justify-content: center; - align-items: center; - } - .UlSecondary { - display: flex; - padding: 0; - margin: 0; - column-gap: 8px; - list-style: none; - .ImgCard { - @media (max-width: 1025px) and (min-width: 768px) { - width: 42px; - } - @media (max-width: 768px) and (min-width: 375px) { - width: 42px; - } - } - } - } -} -