Sha256: 92aff05c62730633eed708089af596f08ff5a0b2d478c16436481aed51477eb2
Contents?: true
Size: 1.18 KB
Versions: 45
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 Theme 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
45 entries across 45 versions & 1 rubygems