philomena/assets/css/views/comments.scss
2019-12-11 17:21:14 -05:00

21 lines
300 B
SCSS

.fetched-comment {
margin-bottom: -1px; /* collapse block borders */
}
.comment_deleted {
color: $vote_down_color;
}
.comment--destroyed {
background-color: $destroyed_comment_color;
}
.comment_under_review {
color: blue;
}
.post-image-container {
width: 60px;
text-align: center;
}