Remove no longer necessary participation icons CSS

The `icon-budget` hasn't been used in this context for a long time;
maybe since commit d0b8fef6b.

The `document-form` class was removed in commit 6c1d828a6.

Finally, the `topic-new` and `topic-form` were removed in commit
c887cb736.
This commit is contained in:
Javi Martín
2021-07-10 23:51:24 +02:00
parent 461df6167a
commit 10f7183f8c

View File

@@ -245,16 +245,10 @@
// ---------------------
.debate-new,
.proposal-new,
.budget-investment-form,
.document-form,
.topic-new,
.topic-form {
.proposal-new {
.icon-debates,
.icon-proposals,
.icon-budget,
.icon-image {
.icon-proposals {
font-size: rem-calc(50);
line-height: $line-height;
opacity: 0.5;
@@ -264,14 +258,9 @@
color: $debates;
}
.icon-proposals,
.icon-image {
.icon-proposals {
color: $proposals;
}
.icon-budget {
color: $budget;
}
}
.recommendations {
@@ -297,10 +286,7 @@
}
}
.proposal-new,
.document-form,
.topic-form,
.topic-new {
.proposal-new {
.recommendations li::before {
color: $proposals;