1
0

Added spinner Loading class

Signed-off-by: James Ketrenos <james_eikona@ketrenos.com>
This commit is contained in:
James Ketrenos 2022-02-28 00:00:40 -08:00
parent 091d20e53d
commit 99ae8c5c81

View File

@ -9,6 +9,15 @@
background-image: url("./assets/tabletop.png"); background-image: url("./assets/tabletop.png");
} }
.Loading {
position: absolute;
top: calc(50vh - 1.5em);
left: calc(30vw - 1.5em);
width: 3em !important;
height: 3em !important;
z-index: 10000;
}
.BottomBar { .BottomBar {
display: flex; display: flex;
margin-right: 30rem; margin-right: 30rem;