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

19 lines
291 B
SCSS

@import 'common/variables';
.comment {
position: relative;
overflow: hidden;
margin-bottom: $offset;
font-size: 16px;
line-height: 1.2;
@media (hover: hover) {
&:hover {
.comment__controls {
transform: translateX(8px);
opacity: 1;
}
}
}
}