Sha256: 1a25b939a7a472f27fbaf8658b9a59aaf2a2d1a4687d71d7af4984a1893c7bf8
Contents?: true
Size: 1.18 KB
Versions: 3
Compression:
Stored size: 1.18 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 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
3 entries across 3 versions & 1 rubygems