mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-06 16:21:23 +05:30
24 lines
334 B
SCSS
24 lines
334 B
SCSS
.footerMenu {
|
|
font-size: 12px;
|
|
line-height: 1.5;
|
|
color: #666;
|
|
|
|
a {
|
|
color: #666;
|
|
border-bottom-color: #666;
|
|
}
|
|
}
|
|
|
|
.langTriggerContainer {
|
|
text-align: center;
|
|
}
|
|
|
|
.langTriggerIcon {
|
|
composes: globe from '~app/components/ui/icons.scss';
|
|
|
|
position: relative;
|
|
bottom: 1px;
|
|
font-size: 11px;
|
|
margin-right: 3px;
|
|
}
|