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:
@@ -636,7 +636,8 @@
|
|||||||
padding: $line-height / 2 0;
|
padding: $line-height / 2 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.proposal {
|
.proposal,
|
||||||
|
.budget-investment {
|
||||||
|
|
||||||
.supports {
|
.supports {
|
||||||
@include supports;
|
@include supports;
|
||||||
@@ -647,7 +648,6 @@
|
|||||||
.budget-investment-show {
|
.budget-investment-show {
|
||||||
|
|
||||||
.supports {
|
.supports {
|
||||||
@include supports;
|
|
||||||
|
|
||||||
.investment-project-amount,
|
.investment-project-amount,
|
||||||
.budget-investment-amount {
|
.budget-investment-amount {
|
||||||
|
|||||||
Reference in New Issue
Block a user