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

10 lines
136 B
SCSS

@import 'common/variables';
.comment_pinned {
&, &.comment_view_admin {
.comment__username {
font-weight: 700;
}
}
}