open-nomad/ui/app/styles/components/copy-button.scss
Phil Renaud 11de45d17b
[ui] Copyable server and client attribute values (#16548)
* Copyable server and client attribute values

* Changelog
2023-03-22 15:05:01 -04:00

21 lines
245 B
SCSS

.copy-button {
padding-left: 0.5rem;
margin-bottom: 2px;
&.inset {
display: inline-block;
}
.button {
color: inherit;
&.is-static {
background-color: inherit;
}
svg {
fill: currentColor;
}
}
}