2016-05-22 22:55:38 +05:30
|
|
|
.footerMenu {
|
2020-01-16 00:44:35 +05:30
|
|
|
padding: 0 25px;
|
|
|
|
text-align: center;
|
2019-11-27 14:33:32 +05:30
|
|
|
font-size: 12px;
|
2020-01-16 00:44:35 +05:30
|
|
|
// 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;
|
2019-11-27 14:33:32 +05:30
|
|
|
color: #666;
|
2020-01-16 00:44:35 +05:30
|
|
|
border-bottom-color: #666;
|
2016-05-22 22:55:38 +05:30
|
|
|
|
2020-01-16 00:44:35 +05:30
|
|
|
&:last-of-type {
|
|
|
|
margin-right: 0;
|
2019-11-27 14:33:32 +05:30
|
|
|
}
|
2016-05-22 22:55:38 +05:30
|
|
|
}
|
2017-10-16 00:30:21 +05:30
|
|
|
|
|
|
|
.langTriggerContainer {
|
2020-01-16 00:44:35 +05:30
|
|
|
margin-top: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.langTrigger {
|
|
|
|
composes: footerItem;
|
2017-10-16 00:30:21 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.langTriggerIcon {
|
2019-12-08 00:32:00 +05:30
|
|
|
composes: globe from '~app/components/ui/icons.scss';
|
2017-10-16 00:30:21 +05:30
|
|
|
|
2019-11-27 14:33:32 +05:30
|
|
|
position: relative;
|
|
|
|
bottom: 1px;
|
|
|
|
font-size: 11px;
|
|
|
|
margin-right: 3px;
|
2017-10-16 00:30:21 +05:30
|
|
|
}
|