Remove duplicate mixin in budget-investment-show

This mixin was being called twice for the `.budget-investment-show`
selector; once in the CSS including this code for all the "Show
participation" pages, and once in the CSS for budget investments.
This commit is contained in:
Javi Martín
2022-10-13 16:12:34 +02:00
parent ef87abd8b7
commit 05cb72a398

View File

@@ -636,7 +636,8 @@
padding: $line-height / 2 0;
}
.proposal {
.proposal,
.budget-investment {
.supports {
@include supports;
@@ -647,7 +648,6 @@
.budget-investment-show {
.supports {
@include supports;
.investment-project-amount,
.budget-investment-amount {