From 7429a1123631e76493c307c21785aa1aecc302b3 Mon Sep 17 00:00:00 2001 From: danielmoliaribarbosa Date: Fri, 10 Feb 2023 15:43:53 -0300 Subject: [PATCH] feat(agenciamagmastorethemeSASS): Implementa SASS do block agenciamagmastore --- .../product/agenciamagma.store-theme.scss | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 styles/sass/pages/product/agenciamagma.store-theme.scss diff --git a/styles/sass/pages/product/agenciamagma.store-theme.scss b/styles/sass/pages/product/agenciamagma.store-theme.scss new file mode 100644 index 0000000..c374865 --- /dev/null +++ b/styles/sass/pages/product/agenciamagma.store-theme.scss @@ -0,0 +1,36 @@ +.html--pdp-breadcrumb { + background-color: transparent; +} + +.html--addButton { + width: 100%; +} + +:global(.vtex-store-components-3-x-discountInsideContainer) { + display: none !important; +} + +.html--prateleira-flexcol { + display: flex; + flex-direction: column; + align-items: center; + + @media screen and (max-width: 1024px) { + gap: 8px; + + .html--cart-content { + flex-direction: column; + } + } + + @media (min-width: 2560px) { + min-width: 434.4px; + min-height: 568.4px; + } +} + +.html--slider-layout-wrapper { + @media (min-width: 2560px) { + margin: 0 350px; + } +}