9322dfc46f
The button shows a success icon and tooltip on click, and resets after two seconds.
17 lines
201 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|