Sha256: 419caaad89f3abddbe59493f3d32da027bdd3d97dff0ee7a8023149c3f52070a
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) 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
12 entries across 6 versions & 1 rubygems