css: Reorder widgets.scss so `.poll-vote` are in same place.

This commit is contained in:
Vaibhav 2019-08-05 02:21:55 +05:30 committed by Tim Abbott
parent 39b1665237
commit 7b77cc936a
1 changed files with 4 additions and 4 deletions

View File

@ -54,6 +54,10 @@
background-color: hsl(0, 0%, 100%);
}
.poll-vote:hover {
border-color: hsl(156, 30%, 50%);
}
button.task {
height: 20px;
width: 20px;
@ -76,10 +80,6 @@ img.task-completed {
width: 15px;
}
.poll-vote:hover {
border-color: hsl(156, 30%, 50%);
}
input.add-task,
button.add-task,
input.poll-option,