Sha256: e2f07fdcb52b526e0128a538b8f5b8c74a370ae33402af18dd352972de52760b

Contents?: true

Size: 1.04 KB

Versions: 3

Compression:

Stored size: 1.04 KB

Contents

/*
 # -----------------------------------------------------------------------------
 # ~/assets/themes/j1/modules/lightGallery/css/plugins/lg-medium-zoom.css
 # Provides lightGallery styles for the plugin lgMediumZoom
 #
 # 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-medium-zoom-item {
  cursor: zoom-in;
}

.lg-medium-zoom .lg-outer {
  cursor: zoom-out;
}

.lg-medium-zoom .lg-outer.lg-grab img.lg-object {
  cursor: zoom-out;
}

.lg-medium-zoom .lg-outer.lg-grabbing img.lg-object {
  cursor: zoom-out;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
j1-template-2023.10.2 assets/themes/j1/modules/lightGallery/css/plugins/lg-medium-zoom.css
j1-template-2023.10.1 assets/themes/j1/modules/lightGallery/css/plugins/lg-medium-zoom.css
j1-template-2023.10.0 assets/themes/j1/modules/lightGallery/css/plugins/lg-medium-zoom.css