jellyfin-web/dashboard-ui/bower_components/emby-webcomponents/loading/loading.css

21 lines
337 B
CSS
Raw Normal View History

2016-02-16 09:15:36 -07:00
.docspinner {
margin-top: -4vh;
margin-left: -4vh;
2016-02-17 14:24:01 -07:00
width: 7vh;
height: 7vh;
2016-02-16 09:15:36 -07:00
position: fixed;
top: 50%;
left: 50%;
z-index: 9999999;
}
.docspinner.tv {
margin-top: -5vh;
margin-left: -5vh;
width: 10vh;
height: 10vh;
}
2016-02-16 09:15:36 -07:00
.loadingHide {
display: none !important;
}