Remove no longer necessary participation icons CSS
The `icon-budget` hasn't been used in this context for a long time; maybe since commitd0b8fef6b. The `document-form` class was removed in commit6c1d828a6. Finally, the `topic-new` and `topic-form` were removed in commitc887cb736.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user