Sha256: 1956a02de48720395efc5d043a246d3daa32b1582de72526b471e250c421da07
Contents?: true
Size: 1.19 KB
Versions: 12
Compression:
Stored size: 1.19 KB
Contents
/* # ----------------------------------------------------------------------------- # ~/assets/themes/j1/modules/clipboard/css/theme/uno.css # Provides Clipboard styles for J1 Theme Uno (v2.0.6) # # Product/Info: # https://jekyll.one # # 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 # ----------------------------------------------------------------------------- */ /* Clipboard ------------------------------------------------------------------------------- */ .j1-clipboard { position: relative; display: block; float: right; } .btn-clipboard { position: absolute; top: .6rem; right: .5rem; z-index: 3; display: block; padding: .25rem .5rem; font-size: .75rem; color: #212121; cursor: pointer; text-transform: uppercase; background-color: transparent; border-radius: .25rem; } .btn-clipboard:hover { color: #fff; background-color: #2196f3; } /* NOT used on mobile ------------------------------------------------------------------------------- */ @media (min-width: 320px) and (max-width: 767px) { .j1-clipboard { display: none; } }
Version data entries
12 entries across 12 versions & 1 rubygems