Files
remark42/web/app/components/comment/comment.scss
T

19 lines
335 B
SCSS

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