framework/extensions/likes/less/forum.less

24 lines
380 B
Plaintext
Raw Normal View History

.PostLikesModal-list {
list-style: none;
padding: 0;
margin: 0;
a {
color: @text-color;
font-size: 15px;
font-weight: bold;
display: block;
margin-bottom: 10px;
text-decoration: none;
&:hover .username {
text-decoration: underline;
}
}
.Avatar {
.Avatar--size(32px);
vertical-align: middle;
margin-right: 5px;
}
}