mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 08:55:43 +03:00
26 lines
324 B
SCSS
26 lines
324 B
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: BUSL-1.1
|
|
*/
|
|
|
|
.copy-button {
|
|
padding-left: 0.5rem;
|
|
margin-bottom: 2px;
|
|
|
|
&.inset {
|
|
display: inline-block;
|
|
}
|
|
|
|
.button {
|
|
color: inherit;
|
|
|
|
&.is-static {
|
|
background-color: inherit;
|
|
}
|
|
|
|
svg {
|
|
fill: currentColor;
|
|
}
|
|
}
|
|
}
|