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.scss

16 lines
252 B
SCSS
Raw Normal View History

.showUser img {
border-radius: 25px;
height: 32px;
border: 2px solid #ffffff;
}
.showLocale img {
border-radius: 2px;
height: 20px;
border: 2px solid #ffffff;
}
.showUserSettings {
display: flex;
align-items: center;
}