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

17 lines
242 B
SCSS
Raw Normal View History

.showUser img {
border-radius: 25px;
height: 32px;
border: 2px solid #ffffff;
}
.showLocale img {
border-radius: 2px;
2018-02-09 08:47:05 +01:00
height: 30px;
margin: 0 10px;
}
2018-02-09 08:47:05 +01:00
.showUserSettings {
display: flex;
align-items: center;
}