forked from M3-Academy/m3-academy-template-checkout
lint(footer): clear prettier ignore comments and separeted styles types
This commit is contained in:
parent
5e5a9475c7
commit
b856181537
@ -50,7 +50,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* prettier-ignore*/
|
|
||||||
.footerCheckout {
|
.footerCheckout {
|
||||||
@include mq("md") {
|
@include mq("md") {
|
||||||
&__stamps {
|
&__stamps {
|
||||||
@ -80,11 +79,13 @@
|
|||||||
|
|
||||||
&__address {
|
&__address {
|
||||||
order: 0;
|
order: 0;
|
||||||
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__stamps {
|
&__stamps {
|
||||||
order: 1;
|
order: 1;
|
||||||
|
|
||||||
width: 33.223684211%;
|
width: 33.223684211%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
@ -108,18 +109,18 @@
|
|||||||
&__developedBy {
|
&__developedBy {
|
||||||
span {
|
span {
|
||||||
@include text-size("sm");
|
@include text-size("sm");
|
||||||
@include text-height("xs",200)
|
@include text-height("xs", 200);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* prettier-ignore*/
|
|
||||||
.footerCheckout {
|
.footerCheckout {
|
||||||
&__creditList {
|
&__creditList {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 4px;
|
gap: 4px;
|
||||||
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
/* _prateleira.scss */
|
/* _prateleira.scss */
|
||||||
|
|
||||||
/* prettier-ignore */
|
|
||||||
.footerCheckout__prateleira {
|
.footerCheckout__prateleira {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 0 8px;
|
padding: 0 8px;
|
||||||
|
Loading…
Reference in New Issue
Block a user