lint(footer): clear prettier ignore comments and separeted styles types

This commit is contained in:
Henrique Santos Santana 2022-12-20 08:16:15 -03:00
parent 5e5a9475c7
commit b856181537
2 changed files with 8 additions and 8 deletions

View File

@ -50,7 +50,6 @@
}
}
/* prettier-ignore*/
.footerCheckout {
@include mq("md") {
&__stamps {
@ -80,13 +79,15 @@
&__address {
order: 0;
margin: 0;
margin: 0;
}
&__stamps {
order: 1;
width: 33.223684211%;
margin: 0;
width: 33.223684211%;
margin: 0;
}
&__developedBy {
@ -108,19 +109,19 @@
&__developedBy {
span {
@include text-size("sm");
@include text-height("xs",200)
@include text-height("xs", 200);
}
}
}
}
/* prettier-ignore*/
.footerCheckout {
&__creditList {
display: flex;
align-items: center;
gap: 4px;
width: 100%;
width: 100%;
}
&__creditItem,

View File

@ -1,6 +1,5 @@
/* _prateleira.scss */
/* prettier-ignore */
.footerCheckout__prateleira {
width: 100%;
padding: 0 8px;