open-nomad/ui/app/styles/components/copy-button.scss

17 lines
201 B
SCSS
Raw Normal View History

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