Files
remark42/frontend/app/components/comment/comment.scss
T
2020-01-16 16:42:07 -06:00

26 lines
372 B
SCSS

.comment {
display: block;
padding: 12px 0 8px;
font-size: 16px;
line-height: 1.2;
@media (hover: hover) {
&:hover {
> .comment__body .comment__actions .comment__controls {
opacity: 1;
}
}
}
}
.comment_level_6 {
.comment__text,
.comment__actions {
padding-left: 0;
}
}
.comment-form_type_reply {
margin-left: 17px;
}