Files
remark42/frontend/app/components/comment/comment.scss
T
2019-06-29 19:08:52 -05:00

17 lines
276 B
SCSS

.comment {
display: block;
position: relative;
overflow: hidden;
padding: 12px 0 8px;
font-size: 16px;
line-height: 1.2;
@media (hover: hover) {
&:hover {
> .comment__body .comment__actions .comment__controls {
opacity: 1;
}
}
}
}