Files
nairobi/app/assets/stylesheets/comments_count.scss
taitus 2865ee286f Add comments count component
Remove all the translations that are left over after having unified them
in the component.
2022-08-19 15:40:51 +02:00

27 lines
346 B
SCSS

.comments-count {
@include has-fa-icon(comments, regular);
&::before {
margin-right: 0.3rem;
}
.legislation-comments & {
a {
text-decoration: underline;
}
&::before {
color: #999;
}
}
.comment-header & {
@include has-fa-icon(comment, solid);
&::before {
color: #838383;
}
}
}