Copy setting button

This commit is contained in:
Jake Archibald
2020-12-09 14:36:50 +00:00
parent 21a8f62dcc
commit 9de95f74fe
4 changed files with 31 additions and 3 deletions

View File

@@ -87,6 +87,7 @@
grid-auto-columns: max-content;
grid-auto-flow: column;
display: grid;
gap: 0.8rem;
}
.title-button {
@@ -106,3 +107,11 @@
stroke: var(--header-text-color);
}
}
.copy-over-button {
composes: title-button;
svg {
fill: var(--header-text-color);
}
}