add dashboard frontend

This commit is contained in:
Gregor Vostrak
2024-03-11 18:02:54 +01:00
parent e8912650c0
commit 20fc123c36
86 changed files with 5124 additions and 849 deletions

View File

@@ -2,6 +2,18 @@
@tailwind components;
@tailwind utilities;
:root{
--theme-color-icon-default: #42466C;
--theme-color-card-background: #13152B;
}
[x-cloak] {
display: none;
}
@font-face {
font-family: 'Outfit';
src: url('/fonts/Outfit-VariableFont_wght.ttf');
}