accounts-frontend/packages/app/components/footerMenu/footerMenu.scss

29 lines
571 B
SCSS
Raw Normal View History

2016-05-22 22:55:38 +05:30
.footerMenu {
2020-05-24 04:38:24 +05:30
padding: 0 25px;
text-align: center;
font-size: 12px;
// 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;
}
2020-07-09 05:20:40 +05:30
.row {
margin-bottom: 2px;
}
.footerItem {
2020-05-24 04:38:24 +05:30
display: inline-block;
2020-07-09 05:20:40 +05:30
margin: 2px 2px;
2020-05-24 04:38:24 +05:30
color: #666;
border-bottom-color: #666;
}
.langTriggerIcon {
2020-05-24 04:38:24 +05:30
composes: globe from '~app/components/ui/icons.scss';
2020-05-24 04:38:24 +05:30
position: relative;
bottom: 1px;
font-size: 11px;
margin-right: 3px;
}