Files
remark42/frontend/app/components/comment/comment.scss
T
2019-04-28 19:27:36 +03:00

18 lines
299 B
SCSS

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