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.
23 lines
383 B
23 lines
383 B
.list-wrapper .user-item {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 12px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.list-wrapper .user-item:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.list-wrapper .user-item img {
|
|
width: 32px;
|
|
height: 32px;
|
|
border-radius: 50%;
|
|
margin-right: 8px;
|
|
}
|
|
|
|
.list-wrapper .user-item p {
|
|
width: 80%;
|
|
color: #333;
|
|
font-size: 13px;
|
|
} |