mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-12-05 04:59:26 +05:30
11 lines
150 B
SCSS
11 lines
150 B
SCSS
|
.accountSwitcher {
|
||
|
background: #fff;
|
||
|
color: #444;
|
||
|
}
|
||
|
|
||
|
.logoutIcon {
|
||
|
composes: exit from 'components/ui/icons.scss';
|
||
|
|
||
|
color: #cdcdcd;
|
||
|
}
|