mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-16 15:59:40 +02:00
refactor(ui): apply elevation system across todo, contacts, calendar, clock apps
Replace all hardcoded hex/rgba colors with CSS custom properties throughout the todo web app and fix modal backgrounds in contacts, calendar, and clock. Removes all redundant :global(.dark) overrides — CSS vars handle both modes. - todo: TaskEditModal, SubtaskList, TagStrip, TagStripModal, SyncIndicator - todo: FokusLayout, GridLayout, KanbanLayout, ViewColumn (drop targets, add-column cards) - todo: ViewSelector, ViewColumnHeader, ViewEditorModal, TodoToolbarContent - todo: QuickAddTask, TagSelector, KanbanTaskCard, +layout (FAB) - todo: DurationPicker, StorypointsSelector, FunRatingPicker, PrioritySelector - contacts: NewContactModal background + remove Schnelleingabe quick input - calendar: EventDetailModal, VoiceRecordingModal backgrounds - clock: AuthGateModal background Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e3355191d5
commit
838b4c13de
25 changed files with 245 additions and 755 deletions
|
|
@ -117,9 +117,10 @@
|
|||
}
|
||||
|
||||
.modal-content {
|
||||
background-color: var(--color-background, white);
|
||||
background-color: var(--color-surface-elevated-2);
|
||||
border: 1px solid var(--color-border-strong);
|
||||
border-radius: 0.75rem;
|
||||
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
|
||||
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
|
||||
max-width: 28rem;
|
||||
width: 100%;
|
||||
padding: 1.5rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue