mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-05-31 14:11:58 +05:30
Create app namespace for all absolute requires of app modules. Move all packages under packages yarn workspace
This commit is contained in:
23
packages/app/components/footerMenu/footerMenu.scss
Normal file
23
packages/app/components/footerMenu/footerMenu.scss
Normal file
@@ -0,0 +1,23 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user