Add data from proposals to contribution chart

This commit is contained in:
2018-07-14 17:35:06 +02:00
parent 7a35f5177c
commit 2befc91d90
4 changed files with 71 additions and 16 deletions
+12
View File
@@ -62,6 +62,18 @@ section {
}
}
&#contributions-by-type {
.chart {
width: 50%;
margin-left: auto;
margin-right: auto;
}
@include media($mobile) {
width: 90%;
}
}
&#proposals-open, &#proposals-closed {
.actions {
padding-top: 3rem;