29 lines
576 B
SCSS
Raw Normal View History

2016-05-22 20:25:38 +03:00
.footerMenu {
2020-05-24 02:08:24 +03:00
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;
}
2020-07-09 02:50:40 +03:00
.row {
margin-bottom: 2px;
}
.footerItem {
2020-05-24 02:08:24 +03:00
display: inline-block;
2020-07-09 02:50:40 +03:00
margin: 2px 2px;
2020-05-24 02:08:24 +03:00
color: #666;
border-bottom-color: #666;
}
.langTriggerIcon {
2020-05-24 02:08:24 +03:00
composes: globe from '~app/components/ui/icons.scss';
2020-05-24 02:08:24 +03:00
position: relative;
bottom: 1px;
font-size: 11px;
2021-03-26 04:19:04 +01:00
margin-inline-end: 3px;
}