mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 04:27:59 +01:00
18 lines
229 B
SCSS
18 lines
229 B
SCSS
|
|
||
|
.fetched-comment {
|
||
|
margin-bottom: -1px; /* collapse block borders */
|
||
|
}
|
||
|
|
||
|
.comment_deleted {
|
||
|
color: $vote_down_color;
|
||
|
}
|
||
|
|
||
|
.comment_under_review {
|
||
|
color: blue;
|
||
|
}
|
||
|
|
||
|
.post-image-container {
|
||
|
width: 60px;
|
||
|
text-align: center;
|
||
|
}
|