hubl/src/styles/layout/user/messages.scss

13 lines
174 B
SCSS
Raw Normal View History

2020-11-19 15:53:48 +00:00
.avatar-container {
display: inline-block;
margin-right: 10px;
.avatar {
height: 40px;
width: 40px;
}
}
.avatar-text {
position: absolute;
top: 2.8rem;
}