Sha256: 736641b0b7cdea670e3e3f4284bfdba35f852a1ccab82f6cb6d6aae0624f3f50
Contents?: true
Size: 1.18 KB
Versions: 4
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) 2020 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- */ /* 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: #9e9e9e; cursor: pointer; text-transform: uppercase; background-color: transparent; border-radius: .25rem; } .btn-clipboard:hover { color: #fff; background-color: #9E9E9E; } /* NOT used on mobile ------------------------------------------------------------------------------- */ @media (min-width: 320px) and (max-width: 767px) { .j1-clipboard { display: none; } }
Version data entries
4 entries across 4 versions & 1 rubygems