css: Nest .poll-vote inside .poll-widget.

This commit is contained in:
Vaibhav
2019-08-05 02:31:03 +05:30
committed by Tim Abbott
parent 13293c702e
commit 6f0f4647ec

View File

@@ -45,16 +45,16 @@
.poll-option {
font-weight: 600;
}
}
.poll-vote {
color: hsl(156, 41%, 40%);
border-color: hsl(156, 28%, 70%);
margin-right: 4px;
background-color: hsl(0, 0%, 100%);
.poll-vote {
color: hsl(156, 41%, 40%);
border-color: hsl(156, 28%, 70%);
margin-right: 4px;
background-color: hsl(0, 0%, 100%);
&:hover {
border-color: hsl(156, 30%, 50%);
&:hover {
border-color: hsl(156, 30%, 50%);
}
}
}