Remove all the translations that are left over after having unified them in the component.
27 lines
346 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|