gruene-seele/resources/assets/vendor/libs/blueimp-gallery/gallery-video.scss
2021-01-08 17:48:20 +01:00

15 lines
369 B
SCSS

@import '~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);
}
}