Implement batch voting
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user