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

11 lines
167 B
SCSS

@import 'common/variables';
.comment {
display: flex;
position: relative;
overflow: hidden;
margin-bottom: $offset;
font-size: 16px;
line-height: 20px;
}