Barış Soner Uşaklı 3 years ago
parent 168b94317a
commit 611121e2e4

@ -164,21 +164,19 @@
display: inline-block; display: inline-block;
padding: 1rem; padding: 1rem;
&:first-child {
padding-right: 0.5rem;
}
&:last-child {
padding-left: 0.5rem;
}
&:focus { &:focus {
text-decoration: none; text-decoration: none;
} }
} }
[component="post/upvote"].upvoted, [component="post/downvote"].downvoted { [component="post/upvote"].upvoted {
color: @brand-primary; border-radius: 3px;
border: 1px solid @brand-success;
}
[component="post/downvote"].downvoted {
border-radius: 3px;
border: 1px solid @brand-warning;
} }
[component="post/vote-count"] { [component="post/vote-count"] {

Loading…
Cancel
Save