Sha256: 209995ef087bf2f37fe06823c660ab19a7dcd5f16f6196f6414cb44772f81106

Contents?: true

Size: 1.18 KB

Versions: 5

Compression:

Stored size: 1.18 KB

Contents

/*
 # -----------------------------------------------------------------------------
 # ~/assets/theme/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
 # -----------------------------------------------------------------------------
*/

/* 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

5 entries across 5 versions & 1 rubygems

Version Path
j1-template-2024.3.16 assets/theme/j1/modules/clipboard/css/theme/uno.css
j1-template-2024.3.15 assets/theme/j1/modules/clipboard/css/theme/uno.css
j1-template-2024.3.14 assets/theme/j1/modules/clipboard/css/theme/uno.css
j1-template-2024.3.13 assets/theme/j1/modules/clipboard/css/theme/uno.css
j1-template-2024.3.12 assets/theme/j1/modules/clipboard/css/theme/uno.css