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

35 lines
482 B
SCSS
Raw Normal View History

.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;
2018-02-09 08:47:05 +01:00
margin: 0 10px;
}
2018-02-09 08:47:05 +01:00
.avatar {
width: 30px;
height: 30px;
border-radius: 5px;
margin-left: 5px;
}
.showUserSettings {
display: flex;
align-items: center;
}
.dropdown {
color: #fff;
font-weight: normal;
}