open-nomad/ui/app/styles/components/copy-button.scss
Buck Doyle 9322dfc46f
UI: Add copy button for client/allocation UUIDs (#5926)
The button shows a success icon and tooltip on click, and resets
after two seconds.
2019-07-15 12:14:32 -05:00

17 lines
201 B
SCSS

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