Added a loading indicator when voting.

This commit is contained in:
Ajay Ramachandran
2019-07-20 13:41:13 -04:00
parent 4bb6cd0dcf
commit 4cc44258e8
3 changed files with 50 additions and 16 deletions

View File

@@ -56,13 +56,8 @@
font-weight: bold;
color: #000000;
text-align: center;
}
#sponsorTimesErrorMessage {
font-size: 15px;
font-weight: bold;
color: #000000;
text-align: center;
margin-top: 0px;
margin-bottom: 0px;
}
#sponsorTimesThanksForVotingInfoText {
@@ -70,6 +65,14 @@
font-weight: bold;
color: #000000;
text-align: center;
margin-top: 0px;
}
.sponsorTimesInfoMessage {
font-size: 15px;
font-weight: bold;
color: #000000;
text-align: center;
}
.voteButton {