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

15 lines
216 B
CSS
Raw Normal View History

2016-02-16 09:15:36 -07:00
.docspinner {
2016-04-23 19:43:52 -07:00
margin-top: -5vh;
margin-left: -5vh;
width: 10vh;
height: 10vh;
2016-02-16 09:15:36 -07:00
position: fixed;
top: 50%;
left: 50%;
z-index: 9999999;
}
.loadingHide {
display: none !important;
2016-04-23 19:43:52 -07:00
}