1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend/src/component/user/user.module.scss
Fredrik Strand Oseberg 05334337c2 Feat/user profile (#274)
* chore: update changelog

* feat: user profile

* feat: onOutsideClick hook

* feat: tune user profile

* fix: refactor to button

* feat: mobile view

* fix: update tests

* feat: add link to docs
2021-04-23 13:49:42 +02:00

37 lines
474 B
SCSS

.showUser img {
border-radius: 25px;
height: 32px;
border: 2px solid #ffffff;
}
.showLocale {
display: flex;
align-items: center;
}
.labelFlag,
.showLocale img {
border-radius: 2px;
width: 30px;
height: 18px;
z-index: 6000;
margin: 0 10px;
}
.avatar {
width: 30px;
height: 30px;
}
.showUserSettings {
display: flex;
align-items: center;
width: 100%;
}
.dropdown {
color: #000;
font-weight: normal;
}