github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/ui/app/styles/components/copy-button.scss (about) 1 .copy-button { 2 padding-left: 0.5rem; 3 margin-bottom: 2px; 4 5 .button { 6 color: inherit; 7 8 &.is-static { 9 background-color: inherit; 10 } 11 12 svg { 13 fill: currentColor; 14 } 15 } 16 }