fix(slider-shelf): resolved styles for large devices is not working

This commit is contained in:
Henrique Santos Santana 2022-12-20 02:51:27 -03:00
parent efb77b62b3
commit 5e5a9475c7
2 changed files with 18 additions and 6 deletions

View File

@ -133,6 +133,12 @@
}
.footerCheckout__prateleira {
@include mq("lg") {
width: fluid(1034px, 1280px);
margin: 43.42px auto 56px;
padding: 0;
}
@include mq("md") {
&-title {
@include text-size("md-200");
@ -140,12 +146,6 @@
}
}
@include mq("lg") {
width: fluid(1034px, 1280px);
margin: 43.42px auto 56px;
padding: 0;
}
@include mq("xxl") {
&-title {
@include text-size("xxl");
@ -154,6 +154,17 @@
padding: 0;
}
.product-item {
&-name,
&-link,
.type-name {
@include text-size("md-300");
@include text-height("lg", 200);
font-family: $font-family-100;
}
}
.product-item-container {
margin: 0 9.965px;
}

View File

@ -31,6 +31,7 @@ $text-sizes-100: (
"sm": 18px,
"md-100": 20px,
"md-200": 24px,
"md-300": 26px,
"lg": 28px,
"xl": 36px,
"xxl": 48px,