mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-27 18:53:20 +01:00
11 lines
227 B
CSS
11 lines
227 B
CSS
.component_skeletonviewer {
|
|
background: var(--bg-color);
|
|
}
|
|
.component_skeleton_container {
|
|
height: 100%;
|
|
width: 100%;
|
|
position: relative;
|
|
}
|
|
.component_skeleton_container > .component_loader {
|
|
width: 100%;
|
|
}
|