Loading circle

This commit is contained in:
Nate Taylor
2019-10-26 11:59:26 -05:00
parent 6028661f00
commit f89577a100
2 changed files with 14 additions and 0 deletions

View File

@@ -57,4 +57,15 @@ div.results {
.purple {
color: #675BA7
}
.hidden {
display: none;
}
.waiting {
background: #9BC850;
position: absolute;
top: 47%;
width: 50%;
}