19 lines
349 B
SCSS
Raw Normal View History

@import '~app/components/ui/panel.scss';
@import '~app/components/ui/fonts.scss';
2016-11-05 22:23:56 +02:00
.accountSwitcherContainer {
2020-05-24 02:08:24 +03:00
margin-left: -$bodyLeftRightPadding;
margin-right: -$bodyLeftRightPadding;
}
.description {
2020-05-24 02:08:24 +03:00
font-family: $font-family-title;
margin: 5px 0 19px;
line-height: 1.4;
font-size: 16px;
2016-11-05 22:23:56 +02:00
}
.appName {
2020-05-24 02:08:24 +03:00
color: #fff;
2016-11-05 22:23:56 +02:00
}