Added spinner Loading class
Signed-off-by: James Ketrenos <james_eikona@ketrenos.com>
This commit is contained in:
parent
091d20e53d
commit
99ae8c5c81
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user