Add loading behavior

This commit is contained in:
2019-10-04 17:20:25 -04:00
parent 6101cf6a76
commit 3314abfc5c
4 changed files with 21 additions and 10 deletions

View File

@@ -7,3 +7,9 @@ body {
margin: 0;
font-family: Roboto, "Helvetica Neue", sans-serif;
}
.content-spinner {
position: absolute !important;
top: 150px;
left: calc(50% - 50px);
}