mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-24 01:18:01 +02:00
17 lines
242 B
SCSS
17 lines
242 B
SCSS
.showUser img {
|
|
border-radius: 25px;
|
|
height: 32px;
|
|
border: 2px solid #ffffff;
|
|
}
|
|
|
|
.showLocale img {
|
|
border-radius: 2px;
|
|
height: 30px;
|
|
margin: 0 10px;
|
|
}
|
|
|
|
.showUserSettings {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|