move emby-webcomponents to components and reflect paths
This commit is contained in:
parent
e91cbf8438
commit
6ddc62857d
275 changed files with 20 additions and 20 deletions
10
src/components/loading/loading-legacy.css
Normal file
10
src/components/loading/loading-legacy.css
Normal file
|
@ -0,0 +1,10 @@
|
|||
.loading-spinner {
|
||||
margin-top: -3em;
|
||||
margin-left: -3em;
|
||||
width: 6em;
|
||||
height: 6em;
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
z-index: 9999999;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue