Implement batch voting

This commit is contained in:
2018-04-24 15:29:10 +02:00
committed by Sebastian Kippe
parent 1945074db6
commit cb4d20cf81
6 changed files with 60 additions and 34 deletions
+15
View File
@@ -46,7 +46,22 @@ ul.proposal-list {
height: 2rem;
line-height: 2rem;
padding: 0 0.6rem;
&.selected {
background-color: rgba(224,104,251, 0.6);
}
}
}
button {
margin-top: 1.1rem;
height: 2rem;
line-height: 2rem;
padding: 0 0.6rem;
&:disabled {
cursor: not-allowed;
color: rgba(204,204,204, 0.6);
}
}
}