mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
8d47f56917
* Build assets using webpack * Change webpack bundling method, add path aliases, restore deploy script * Remove babel dependencies * Add buble rollup plugin and always attach promise polyfill to window * Fix object formatting for buble rollup plugin config * Remove reference to setImmediate from promise polyfill
17 lines
229 B
SCSS
17 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;
|
|
}
|