mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 01:15:43 +03:00
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;
|
|
}
|
|
}
|
|
}
|