accounts-frontend/src/components/auth/chooseAccount/chooseAccount.scss

19 lines
341 B
SCSS
Raw Normal View History

2016-12-04 20:30:27 +05:30
@import '~components/ui/panel.scss';
@import '~components/ui/fonts.scss';
2016-11-06 01:53:56 +05:30
.accountSwitcherContainer {
margin-left: -$bodyLeftRightPadding;
margin-right: -$bodyLeftRightPadding;
}
.description {
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 {
color: #fff;
}