10 lines
136 B
SCSS
10 lines
136 B
SCSS
@import 'common/variables';
|
|
|
|
.comment_pinned {
|
|
&, &.comment_view_admin {
|
|
.comment__username {
|
|
font-weight: 700;
|
|
}
|
|
}
|
|
}
|