shell tab

This commit is contained in:
Jan Prochazka
2021-03-11 13:40:19 +01:00
parent 7d6bf90a0a
commit 913f89e970
13 changed files with 364 additions and 87 deletions

View File

@@ -0,0 +1,16 @@
<div on:click>
<slot />
</div>
<style>
div {
padding: 5px;
font-weight: bold;
text-transform: uppercase;
background-color: var(--theme-bg-2);
border: 1px solid var(--theme-border);
}
div:hover {
background-color: var(--theme-bg-3);
}
</style>