Sha256: 0febf531119ab3772799158f67e948fc8363186616d34bfce31566c7ce1034a8
Contents?: true
Size: 1.1 KB
Versions: 6
Compression:
Stored size: 1.1 KB
Contents
/* # ----------------------------------------------------------------------------- # ~/assets/themes/j1/modules/slick/lightbox/css/theme/uno.css # Provides Slicks styles for J1 Theme Uno # # Product/Info: # https://jekyll.one # # Copyright (C) 2023 Juergen Adams # # J1 Theme is licensed under the MIT License. # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md # ----------------------------------------------------------------------------- */ /* Close Button -------------------------------------------------------------------------------- */ .slick-lightbox-close { right: 15px; width: 50px; cursor: pointer; background: transparent; color: transparent; } .slick-lightbox-close:before { font-size: 70px; line-height: .5 !important; color: white; opacity: 0.85; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* Arrow Buttons -------------------------------------------------------------------------------- */ /* jadams, 2023-09-01: set top postion */ .slick-lightbox .slick-prev { top: 45%; } .slick-lightbox .slick-next { top: 45%; }
Version data entries
6 entries across 6 versions & 1 rubygems