style: schlicheres Design (flach statt Schatten, kleinerer Radius)
CI / backend-tests (push) Failing after 1m52s
CI / frontend-build (push) Successful in 18s

Nutzer-Vorgabe: Design in Richtung OpenFleet (schlicht) - Schatten auf none
gesetzt, Radius 12px->8px, ruhigere Palette. Da Schatten/Radius komplett über
CSS-Variablen liefen, genügt die Token-Änderung, kein Component-Code
angefasst.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01KC8HYvv6UkCVYheYiTw9DD
This commit is contained in:
2026-09-05 15:09:05 +02:00
co-authored by Claude Sonnet 5
parent 985e80b59d
commit 024576cdc1
2 changed files with 33 additions and 18 deletions
+16
View File
@@ -4205,3 +4205,19 @@ Keine Commits in dieser Session.
- frontend/src/styles/global.css | 201 ++++++++++++++++++++++++++++++++++++++++++++++++--------------------
---
## 2026-09-05 15:00 15:03 (2m)
**Beschreibung:** Claude Code Session
**Projekt:** asb-material
### Commits
- 985e80b style(mobile): responsiver Durchgang - Sidebar+Liste-Layouts brechen um
### Geänderte Dateien
- DEVLOG.md | 16 ++++++++++++++++
- frontend/src/pages/admin/MaterialSection.tsx | 6 +++---
- frontend/src/pages/admin/ObjektPositionenPanel.tsx | 9 +++------
- frontend/src/pages/admin/ObjektSection.tsx | 6 +++---
- frontend/src/pages/admin/ZustaendigkeitSection.tsx | 6 +++---
- frontend/src/styles/global.css | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
---