Remove collaborative legislation summary

This feature wasn't properly tested nor reviewed, and after reviewing
several pull requests with a similar status and considering this pull
request is related to the public area of the web, we've decided to
remove it before releasing version 1.1.

This commit reverts commit 4f50e67a.
This commit is contained in:
Javi Martín
2019-11-06 13:00:45 +01:00
parent 405ceee8f9
commit 128a816464
20 changed files with 0 additions and 613 deletions

View File

@@ -1006,39 +1006,3 @@
font-weight: bold;
}
}
// 10. Legislation resumes
// -------------------------
.resume_title {
padding-left: 0;
}
.panel_resume {
margin-left: rem-calc(16);
}
.question_title {
margin-bottom: 1.5%;
}
.comment_box {
border-radius: rem-calc(10);
padding: 1.5%;
background-color: rgba(217, 216, 243, 0.2);
margin-bottom: 1%;
}
.centered_votes {
padding: rem-calc(10);
}
.annotation_text {
border: 1px solid $black;
padding: rem-calc(10);
}
.download-button {
position: absolute;
margin-top: rem-calc(25);
margin-left: 85%;
}