mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-07 00:29:19 +05:30
19 lines
335 B
SCSS
19 lines
335 B
SCSS
@import '~app/components/ui/panel.scss';
|
|
@import '~app/components/ui/fonts.scss';
|
|
|
|
.accountSwitcherContainer {
|
|
margin-left: -$bodyLeftRightPadding;
|
|
margin-right: -$bodyLeftRightPadding;
|
|
}
|
|
|
|
.description {
|
|
font-family: $font-family-title;
|
|
margin: 5px 0 19px;
|
|
line-height: 1.4;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.appName {
|
|
color: #fff;
|
|
}
|