Files
_hublib-web/dist/react/video-player/components/with-blur/with-blur.css
2026-02-27 09:50:13 +03:00

10 lines
129 B
CSS

.video-js {
&.its-blur {
background-color: transparent;
}
&.with-blur {
background-color: transparent;
z-index: 2;
}
}