mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-30 23:08:00 +01:00
21 lines
300 B
SCSS
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;
|
|
}
|