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,
|
||||
.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;
|
||||
|
||||
Reference in New Issue
Block a user