feat(control): shutdown

This commit is contained in:
2026-01-05 22:59:31 +01:00
parent 0c619bdc1d
commit 58e56ffae3
3 changed files with 46 additions and 1 deletions
+14
View File
@@ -12,6 +12,20 @@
--color-stone-850: oklch(0.242 0.0065 45.171);
}
.button {
&.space {
@apply px-4;
}
&.error {
@apply text-red-400 hover:text-stone-100;
&:hover {
@apply bg-red-400;
}
}
}
main {
scrollbar-width: thin;
scrollbar-color: var(--color-stone-300) transparent;