mivita/resources/assets/vendor/libs/blueimp-gallery/gallery-video.scss
2018-10-29 09:39:31 +01:00

15 lines
369 B
SCSS
Executable file

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