📝 "feat: Add PRODUKTIONSBEREITSCHAFT_DOKUMENTATION and UX_OPTIMIERUNG_FINAL to backend/app/"
This commit is contained in:
1
backend/app/PRODUKTIONSBEREITSCHAFT_DOKUMENTATION.md
Normal file
1
backend/app/PRODUKTIONSBEREITSCHAFT_DOKUMENTATION.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
|
1
backend/app/UX_OPTIMIERUNG_FINAL.md
Normal file
1
backend/app/UX_OPTIMIERUNG_FINAL.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
|
File diff suppressed because it is too large
Load Diff
2
backend/app/static/css/tailwind.min.css
vendored
2
backend/app/static/css/tailwind.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -11,7 +11,12 @@ module.exports = {
|
|||||||
spacing: {
|
spacing: {
|
||||||
'72': '18rem',
|
'72': '18rem',
|
||||||
'84': '21rem',
|
'84': '21rem',
|
||||||
'96': '24rem'
|
'96': '24rem',
|
||||||
|
// Custom spacing für Mercedes Grid System
|
||||||
|
'card-sm': '1rem',
|
||||||
|
'card-md': '1.5rem',
|
||||||
|
'card-lg': '2rem',
|
||||||
|
'section': '2.5rem'
|
||||||
},
|
},
|
||||||
colors: {
|
colors: {
|
||||||
// Mercedes-Benz Corporate Colors - Deep Black Theme
|
// Mercedes-Benz Corporate Colors - Deep Black Theme
|
||||||
@@ -63,11 +68,11 @@ module.exports = {
|
|||||||
'text-secondary': '#e2e8f0',
|
'text-secondary': '#e2e8f0',
|
||||||
'text-muted': '#94a3b8',
|
'text-muted': '#94a3b8',
|
||||||
'text-disabled': '#64748b',
|
'text-disabled': '#64748b',
|
||||||
'border': '#334155',
|
'border': '#475569',
|
||||||
'border-light': '#475569',
|
'border-light': '#475569',
|
||||||
'hover': '#334155', // Dunklerer Hover-Zustand
|
'hover': '#334155', // Dunklerer Hover-Zustand
|
||||||
'focus': '#475569',
|
'focus': '#475569',
|
||||||
'accent': '#4f46e5'
|
'accent': '#3b82f6'
|
||||||
},
|
},
|
||||||
// Light Mode optimierte Farben - Verbessert
|
// Light Mode optimierte Farben - Verbessert
|
||||||
'light': {
|
'light': {
|
||||||
@@ -94,7 +99,10 @@ module.exports = {
|
|||||||
'error': '#ef4444',
|
'error': '#ef4444',
|
||||||
'offline': '#6b7280',
|
'offline': '#6b7280',
|
||||||
'maintenance': '#8b5cf6',
|
'maintenance': '#8b5cf6',
|
||||||
'initializing': '#06b6d4'
|
'initializing': '#06b6d4',
|
||||||
|
'online': '#10b981',
|
||||||
|
'maintenance': '#8b5cf6',
|
||||||
|
'error': '#dc2626'
|
||||||
},
|
},
|
||||||
// Job Status Farben - Erweitert
|
// Job Status Farben - Erweitert
|
||||||
'job': {
|
'job': {
|
||||||
@@ -136,13 +144,6 @@ module.exports = {
|
|||||||
'cards-desktop': 'repeat(3, 1fr)',
|
'cards-desktop': 'repeat(3, 1fr)',
|
||||||
'wide-desktop': 'repeat(4, 1fr)'
|
'wide-desktop': 'repeat(4, 1fr)'
|
||||||
},
|
},
|
||||||
// Spacing für konsistente Abstände
|
|
||||||
gap: {
|
|
||||||
'card-sm': '1rem',
|
|
||||||
'card-md': '1.5rem',
|
|
||||||
'card-lg': '2rem',
|
|
||||||
'section': '2.5rem'
|
|
||||||
},
|
|
||||||
// Professional Shadows für Glasmorphismus
|
// Professional Shadows für Glasmorphismus
|
||||||
boxShadow: {
|
boxShadow: {
|
||||||
'mercedes-glass': '0 8px 32px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.1)',
|
'mercedes-glass': '0 8px 32px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.1)',
|
||||||
@@ -178,6 +179,7 @@ module.exports = {
|
|||||||
'code::after': {
|
'code::after': {
|
||||||
content: 'none',
|
content: 'none',
|
||||||
},
|
},
|
||||||
|
maxWidth: 'none'
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user