24 lines
334 B
SCSS
Raw Normal View History

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