Unify comment icon on legislation summaries

This was the only place in the application where the comments icon was
included without the span with the class "icon-comments".

We unified with the rest of the application and removed the
"comments-count" class which is no longer needed.
This commit is contained in:
taitus
2022-07-22 12:18:05 +02:00
parent 0ca17c6fae
commit e6f2c5474d
2 changed files with 2 additions and 4 deletions

View File

@@ -2047,9 +2047,11 @@ table {
width: 100%;
}
.annotation-summary,
.budget-investment-info,
.debate-info,
.debate-meta,
.debate-summary,
.investment-project-info,
.legislation-comments,
.proposal-info,

View File

@@ -966,10 +966,6 @@
}
}
.comments-count {
@include has-fa-icon(comments, regular);
}
.question-title:not(:only-child) {
margin-bottom: $line-height / 2;
}