diff --git a/src/web/src/index.css b/src/web/src/index.css index afca6c3..edbcd6c 100644 --- a/src/web/src/index.css +++ b/src/web/src/index.css @@ -51,6 +51,8 @@ --success-foreground: oklch(0.990 0.000 0); --warning: oklch(0.760 0.150 75); --warning-foreground: oklch(0.220 0.050 75); + --warning-bg: oklch(0.970 0.040 80); /* banner bg — usado en fiscal ADM-009 */ + --warning-border: oklch(0.870 0.090 78); /* border del banner warning */ /* ── shadcn semantic mapping (LIGHT) ─────────────────── */ --background: oklch(0.962 0.006 250); /* slate cool — pop con cards white */ @@ -134,6 +136,9 @@ --destructive: oklch(0.580 0.190 25); --destructive-foreground: oklch(0.990 0.000 0); + --warning-bg: oklch(0.220 0.055 72); /* banner bg dark mode — warm amber sutil */ + --warning-border: oklch(0.380 0.090 74); + --border: oklch(1 0 0 / 0.10); /* sutil glass-style border */ --input: oklch(0.245 0.022 252); /* elevado, mismo nivel que muted */ --input-border: oklch(1 0 0 / 0.14); @@ -317,6 +322,8 @@ --color-success-foreground: var(--success-foreground); --color-warning: var(--warning); --color-warning-foreground: var(--warning-foreground); + --color-warning-bg: var(--warning-bg); + --color-warning-border: var(--warning-border); --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px);