Merge branch 'feat/criaFooter' of ssh://gitea.ecommercetools.com.br:22022/ThiagoDutraSampaioLeite/m3-academy-template-checkout-thiago-dutra

This commit is contained in:
ThiagoDuutra 2022-12-15 12:07:26 -03:00
commit fafb893225
2 changed files with 34 additions and 0 deletions

View File

@ -139,6 +139,13 @@ export default class Footer {
slidesToScroll: 1, slidesToScroll: 1,
}, },
}, },
{
breakpoint: 720,
settings: {
slidesToShow: 2,
slidesToScroll: 2,
},
},
], ],
}); });
} }

View File

@ -6,6 +6,10 @@
justify-content: center; justify-content: center;
flex-direction: column; flex-direction: column;
@media (max-width: 1024px) {
width: 98% !important;
}
h2 { h2 {
font-weight: 400; font-weight: 400;
font-size: 24px; font-size: 24px;
@ -24,6 +28,15 @@
width: 242px; width: 242px;
height: 242px; height: 242px;
background: $color-gray3; background: $color-gray3;
@media (max-width: 1024px) {
width: 320px;
height: 320px;
}
@media (max-width: 350px) {
width: 164px;
height: 164px;
}
} }
.prateleira-text { .prateleira-text {
color: $color-black; color: $color-black;
@ -35,6 +48,9 @@
margin-bottom: 25px; margin-bottom: 25px;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
@media (max-width: 350px) {
flex-wrap: wrap;
}
button { button {
display: flex; display: flex;
@ -64,8 +80,19 @@
top: 43%; top: 43%;
} }
.slick-prev {
@media (max-width: 350px) {
top: 45%;
left: 0;
}
}
.slick-next { .slick-next {
right: 30px; right: 30px;
@media (max-width: 350px) {
top: 45%;
right: 15px;
}
} }
.btn-list-prateleira { .btn-list-prateleira {