github.com/hernad/nomad@v1.6.112/ui/app/styles/components/copy-button.scss (about) 1 /** 2 * Copyright (c) HashiCorp, Inc. 3 * SPDX-License-Identifier: MPL-2.0 4 */ 5 6 .copy-button { 7 padding-left: 0.5rem; 8 margin-bottom: 2px; 9 10 &.inset { 11 display: inline-block; 12 } 13 14 .button { 15 color: inherit; 16 17 &.is-static { 18 background-color: inherit; 19 } 20 21 svg { 22 fill: currentColor; 23 } 24 } 25 }