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

@@ -15,7 +15,41 @@ export default {
theme: {
extend: {
fontFamily: {
sans: ['Figtree', ...defaultTheme.fontFamily.sans],
sans: ['Outfit', ...defaultTheme.fontFamily.sans],
},
colors: {
'white': '#D9DCFB',
'default-background': '#040618',
'default-background-seperator': '#13152B',
'card-background': 'var(--theme-color-card-background)',
'card-background-active': '#1C1E34',
'card-background-seperator': '#262A51',
'card-border': '#242940',
'card-border-active': '#2A3461',
'muted': '#8F93B7',
'icon-default': 'var(--theme-color-icon-default)',
'icon-active': '#787DA8',
'menu-active': '#13152B',
'input-placeholder': '#42466C',
'input-border': '#242740',
'input-border-active': '#797EA8',
'input-background': '#030513',
'button-secondary-background': '#22243E',
'button-secondary-background-hover': '#292C4D',
'button-secondary-border': '#353961',
'accent': {
'50': '#eff7ff',
'100': '#daecff',
'200': '#b0d7ff',
'300': '#91caff',
'400': '#5eadfc',
'500': '#388bf9',
'600': '#226cee',
'700': '#1a57db',
'800': '#1c46b1',
'900': '#1c3f8c',
'950': '#162755',
},
},
},
},