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