Sha256: 4a204f6b93665bc79e4eb12e74f25ddb95cf90397a224a2cc95ef5fdc3afe7be

Contents?: true

Size: 1.05 KB

Versions: 4

Compression:

Stored size: 1.05 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, 2024 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

4 entries across 4 versions & 1 rubygems

Version Path
j1-template-2024.0.3 assets/themes/j1/modules/lightGallery/css/plugins/lg-medium-zoom.css
j1-template-2024.0.2 assets/themes/j1/modules/lightGallery/css/plugins/lg-medium-zoom.css
j1-template-2024.0.1 assets/themes/j1/modules/lightGallery/css/plugins/lg-medium-zoom.css
j1-template-2024.0.0 assets/themes/j1/modules/lightGallery/css/plugins/lg-medium-zoom.css