Files
_hublib-web/dist/react/video-player/components/with-loader/with-loader.module.scss

12 lines
177 B
SCSS
Raw Normal View History

2026-02-27 09:50:13 +03:00
.loading {
position: absolute;
left: 0;
object-position: center;
z-index: 3;
overflow: hidden;
width: 100%;
max-width: 100%;
height: 100%;
max-height: 100%;
}