Sha256: a3621c2a202dc407bd95b44f4285549fae4a35c9c2200e96df28726b15c35995
Contents?: true
Size: 930 Bytes
Versions: 3
Compression:
Stored size: 930 Bytes
Contents
/* # ----------------------------------------------------------------------------- # ~/assets/themes/j1/modules/lightGallery/css/plugins/lg-fullscreen.css # Provides lightGallery styles for the plugin lgFullscreen # # Product/Info: # https://jekyll.one # # Copyright (C) 2023 Sachin Neravath # Copyright (C) 2023 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md # lightGallery is licensed under the GPLv3 license # See: https://github.com/sachinchoolur/lightGallery/blob/master/LICENSE # ----------------------------------------------------------------------------- */ /*! * lightgallery | 2.7.2 | September 20th 2023 * http://www.lightgalleryjs.com/ * Copyright (c) 2020 Sachin Neravath; * @license GPLv3 */ .lg-fullscreen:after { content: "\e20c"; } .lg-fullscreen-on .lg-fullscreen:after { content: "\e20d"; }
Version data entries
3 entries across 3 versions & 1 rubygems