forked from M3-Academy/m3-academy-template-checkout
fix(slider-shelf): resolved styles for large devices is not working
This commit is contained in:
parent
efb77b62b3
commit
5e5a9475c7
@ -133,6 +133,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.footerCheckout__prateleira {
|
.footerCheckout__prateleira {
|
||||||
|
@include mq("lg") {
|
||||||
|
width: fluid(1034px, 1280px);
|
||||||
|
margin: 43.42px auto 56px;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
@include mq("md") {
|
@include mq("md") {
|
||||||
&-title {
|
&-title {
|
||||||
@include text-size("md-200");
|
@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") {
|
@include mq("xxl") {
|
||||||
&-title {
|
&-title {
|
||||||
@include text-size("xxl");
|
@include text-size("xxl");
|
||||||
@ -154,6 +154,17 @@
|
|||||||
padding: 0;
|
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 {
|
.product-item-container {
|
||||||
margin: 0 9.965px;
|
margin: 0 9.965px;
|
||||||
}
|
}
|
||||||
|
@ -31,6 +31,7 @@ $text-sizes-100: (
|
|||||||
"sm": 18px,
|
"sm": 18px,
|
||||||
"md-100": 20px,
|
"md-100": 20px,
|
||||||
"md-200": 24px,
|
"md-200": 24px,
|
||||||
|
"md-300": 26px,
|
||||||
"lg": 28px,
|
"lg": 28px,
|
||||||
"xl": 36px,
|
"xl": 36px,
|
||||||
"xxl": 48px,
|
"xxl": 48px,
|
||||||
|
Loading…
Reference in New Issue
Block a user