2016-05-22 20:25:38 +03:00
|
|
|
.footerMenu {
|
2019-11-27 11:03:32 +02:00
|
|
|
font-size: 12px;
|
|
|
|
line-height: 1.5;
|
|
|
|
color: #666;
|
2016-05-22 20:25:38 +03:00
|
|
|
|
2019-11-27 11:03:32 +02:00
|
|
|
a {
|
|
|
|
color: #666;
|
|
|
|
border-bottom-color: #666;
|
|
|
|
}
|
2016-05-22 20:25:38 +03:00
|
|
|
}
|
2017-10-15 22:00:21 +03:00
|
|
|
|
|
|
|
.langTriggerContainer {
|
2019-11-27 11:03:32 +02:00
|
|
|
text-align: center;
|
2017-10-15 22:00:21 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.langTriggerIcon {
|
2019-12-07 21:02:00 +02:00
|
|
|
composes: globe from '~app/components/ui/icons.scss';
|
2017-10-15 22:00:21 +03:00
|
|
|
|
2019-11-27 11:03:32 +02:00
|
|
|
position: relative;
|
|
|
|
bottom: 1px;
|
|
|
|
font-size: 11px;
|
|
|
|
margin-right: 3px;
|
2017-10-15 22:00:21 +03:00
|
|
|
}
|