Collaborative legislation summary

This commit is contained in:
German Galia
2019-06-03 12:34:25 +02:00
parent 2f8505332e
commit 4f50e67ac3
22 changed files with 649 additions and 4 deletions

View File

@@ -1006,3 +1006,39 @@
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%;
}