accounts-frontend/src/components/footerMenu/footerMenu.scss

24 lines
359 B
SCSS
Raw Normal View History

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