Files
_hublib-web/dist/react/video-player/components/with-blur/with-blur.css

10 lines
129 B
CSS
Raw Normal View History

2026-02-27 09:50:13 +03:00
.video-js {
&.its-blur {
background-color: transparent;
}
&.with-blur {
background-color: transparent;
z-index: 2;
}
}