Files
nomad/ui/app/styles/components/copy-button.scss
2023-08-10 17:27:29 -05:00

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;
}
}
}