11de45d17b
* Copyable server and client attribute values * Changelog
21 lines
245 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|