mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-06 00:07:44 +01:00
05334337c2
* 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
37 lines
474 B
SCSS
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;
|
|
}
|