feat: Implement initial admin and mobile application UI, including styling, layouts, authentication, and legal page components.

This commit is contained in:
Timo Knuth
2026-03-03 16:54:11 +01:00
parent 59f3efaaed
commit b7d826e29c
15 changed files with 265 additions and 33 deletions

View File

@@ -11,16 +11,16 @@ const config: Config = {
extend: {
colors: {
brand: {
50: '#fff1f1',
100: '#ffe1e1',
200: '#ffC7c7',
300: '#ffa0a0',
400: '#ff6b6b',
500: 'var(--color-brand-primary, #E63946)',
600: 'var(--color-brand-hover, #d42535)',
700: '#b21e2c',
800: '#931d29',
900: '#7a1e27',
50: '#fdf8f0',
100: '#f9edd7',
200: '#f1d6b0',
300: '#e6ba83',
400: '#d99d58',
500: 'var(--color-brand-primary, #C99738)',
600: 'var(--color-brand-hover, #A6752C)',
700: '#8c5d26',
800: '#734c24',
900: '#5e3f21',
},
},
fontFamily: {