jellyfish-web/src/components/loading/loadingLegacy.css

11 lines
171 B
CSS
Raw Normal View History

2018-10-23 01:13:23 +03:00
.loading-spinner {
margin-top: -3em;
margin-left: -3em;
width: 6em;
height: 6em;
position: fixed;
top: 50%;
left: 50%;
z-index: 9999999;
}