Added button to popup to allow you to vote from the popup.

This commit is contained in:
Ajay Ramachandran
2019-07-17 22:53:42 -04:00
parent 01b61f6192
commit 888a03a708
4 changed files with 104 additions and 2 deletions

View File

@@ -12,6 +12,15 @@ body {
background-color: #ffd9d9;
}
.voteButton {
height: 32px;
margin-right: 15px;
cursor: pointer;
}
.voteButton:hover {
filter: brightness(80%);
}
.greenButton {
background-color:#ec1c1c;
-moz-border-radius:28px;