Files
remark42/web/app/components/comment/comment.scss
T
2018-05-02 02:18:38 +03:00

18 lines
282 B
SCSS

.comment {
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__controls {
opacity: 1;
}
}
}
}