accounts-frontend/src/components/accounts/accountSwitcher.scss

28 lines
404 B
SCSS
Raw Normal View History

2016-11-06 01:53:56 +05:30
@import '~components/ui/colors.scss';
.accountSwitcher {
background: #fff;
color: #444;
2016-11-06 01:53:56 +05:30
text-align: left;
}
.lightAccountSwitcher {
background: #fff;
}
.darkAccountSwitcher {
background: $black;
}
.logoutIcon {
composes: exit from 'components/ui/icons.scss';
color: #cdcdcd;
}
2016-11-06 01:53:56 +05:30
.nextIcon {
composes: arrowRight from 'components/ui/icons.scss';
color: #cdcdcd;
}