2016-05-22 22:55:38 +05:30
|
|
|
.footerMenu {
|
2019-11-27 14:33:32 +05:30
|
|
|
font-size: 12px;
|
|
|
|
line-height: 1.5;
|
|
|
|
color: #666;
|
2016-05-22 22:55:38 +05:30
|
|
|
|
2019-11-27 14:33:32 +05:30
|
|
|
a {
|
|
|
|
color: #666;
|
|
|
|
border-bottom-color: #666;
|
|
|
|
}
|
2016-05-22 22:55:38 +05:30
|
|
|
}
|
2017-10-16 00:30:21 +05:30
|
|
|
|
|
|
|
.langTriggerContainer {
|
2019-11-27 14:33:32 +05:30
|
|
|
text-align: center;
|
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
|
|
|
}
|