Remove all proposal-related code

We're not using proposals at the moment, so it's just in the way.
This commit is contained in:
2020-05-10 10:25:06 +02:00
parent cc2f91afce
commit 4946b3311d
19 changed files with 4 additions and 532 deletions
@@ -115,37 +115,3 @@ ul.contribution-list {
}
}
@media (min-width: 550px) {
ul.proposal-list {
li {
grid-template-columns: auto 10rem;
grid-row-gap: 0.5rem;
p {
&.kredits-amount, &.voting {
text-align: right;
}
}
&.unconfirmed {
p {
&.kredits-amount, &.voting {
text-align: right;
}
&.description {
grid-column-start: span 1;
}
&.voting {
grid-column-start: span 1;
}
}
}
.description {
}
}
}
}