jellyfin-web/dashboard-ui/bower_components/emby-webcomponents/loading/loading.css
2016-02-17 16:24:01 -05:00

21 lines
337 B
CSS

.docspinner {
margin-top: -4vh;
margin-left: -4vh;
width: 7vh;
height: 7vh;
position: fixed;
top: 50%;
left: 50%;
z-index: 9999999;
}
.docspinner.tv {
margin-top: -5vh;
margin-left: -5vh;
width: 10vh;
height: 10vh;
}
.loadingHide {
display: none !important;
}