Notes votes: use icons instead of borders. Removed unnecessary padding
This commit is contained in:
parent
2aafd7cf4e
commit
64e76a87aa
3 changed files with 22 additions and 10 deletions
|
@ -73,15 +73,7 @@
|
|||
|
||||
/* mark vote notes */
|
||||
.voting_notes .note {
|
||||
padding: 8px 0 8px 12px;
|
||||
&.upvote {
|
||||
padding-left: 8px;
|
||||
border-left: 4px solid #468847;
|
||||
}
|
||||
&.downvote {
|
||||
padding-left: 8px;
|
||||
border-left: 4px solid #B94A48;
|
||||
}
|
||||
padding: 8px 0;
|
||||
}
|
||||
|
||||
.notes-status {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue