accounts-frontend/packages/app/components/auth/chooseAccount/chooseAccount.scss

19 lines
349 B
SCSS
Raw Normal View History

@import '~app/components/ui/panel.scss';
@import '~app/components/ui/fonts.scss';
2016-11-06 01:53:56 +05:30
.accountSwitcherContainer {
2020-05-24 04:38:24 +05:30
margin-left: -$bodyLeftRightPadding;
margin-right: -$bodyLeftRightPadding;
}
.description {
2020-05-24 04:38:24 +05:30
font-family: $font-family-title;
margin: 5px 0 19px;
line-height: 1.4;
font-size: 16px;
2016-11-06 01:53:56 +05:30
}
.appName {
2020-05-24 04:38:24 +05:30
color: #fff;
2016-11-06 01:53:56 +05:30
}