Files
nomad/ui/app/styles/components/copy-button.scss
2023-04-10 15:36:59 +00:00

26 lines
323 B
SCSS

/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
.copy-button {
padding-left: 0.5rem;
margin-bottom: 2px;
&.inset {
display: inline-block;
}
.button {
color: inherit;
&.is-static {
background-color: inherit;
}
svg {
fill: currentColor;
}
}
}