Files
everything2/EveryThing/wwwroot/vendor/libs/blueimp-gallery/gallery-video.scss
David Štaleker 03b92525d7 Prvi commit
2023-05-12 09:00:07 +02:00

16 lines
384 B
SCSS

@import '../../../../node_modules/blueimp-gallery/css/blueimp-gallery-video';
.blueimp-gallery > .slides > .slide {
> .video-content > a {
background-image: url(img/video-play.png);
}
> .video-loading > a {
background-image: url(img/loading.gif);
}
body:last-child & > .video-content:not(.video-loading) > a {
background-image: url(img/video-play.svg);
}
}