Change prettier rules

This commit is contained in:
ErickSkrauch
2020-05-24 02:08:24 +03:00
parent 73f0c37a6a
commit f85b9d8d35
382 changed files with 24137 additions and 26046 deletions

View File

@@ -1,36 +1,36 @@
.footerMenu {
padding: 0 25px;
text-align: center;
font-size: 12px;
// Set line-height the same as the font-size value to keep the border-bottom
// close to the text when the inline-block is turned on .footerItem
line-height: 12px;
padding: 0 25px;
text-align: center;
font-size: 12px;
// Set line-height the same as the font-size value to keep the border-bottom
// close to the text when the inline-block is turned on .footerItem
line-height: 12px;
}
.footerItem {
display: inline-block;
margin: 2px 5px 2px 0;
color: #666;
border-bottom-color: #666;
display: inline-block;
margin: 2px 5px 2px 0;
color: #666;
border-bottom-color: #666;
&:last-of-type {
margin-right: 0;
}
&:last-of-type {
margin-right: 0;
}
}
.langTriggerContainer {
margin-top: 1px;
margin-top: 1px;
}
.langTrigger {
composes: footerItem;
composes: footerItem;
}
.langTriggerIcon {
composes: globe from '~app/components/ui/icons.scss';
composes: globe from '~app/components/ui/icons.scss';
position: relative;
bottom: 1px;
font-size: 11px;
margin-right: 3px;
position: relative;
bottom: 1px;
font-size: 11px;
margin-right: 3px;
}