You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

21 lines
309 B

.bod{
font-size: $font-14;
/* border-bottom: 1px solid $light-grey; */
.avatar{
position: relative;
width: 50px;
height: 50px;
overflow: hidden;
border-radius: 5px;
display: block;
img{
position: absolute;
top: 0;
left: 0;
width: 100%;
}
}
}