refactor(apply): add score-badge--mid-high token for 4-tier scoring
This commit is contained in:
parent
b663458b28
commit
1367ca377a
1 changed files with 7 additions and 4 deletions
|
|
@ -52,10 +52,11 @@ body {
|
||||||
--status-hired: var(--color-success);
|
--status-hired: var(--color-success);
|
||||||
|
|
||||||
/* ── Match score thresholds ── */
|
/* ── Match score thresholds ── */
|
||||||
--score-high: var(--color-success); /* ≥ 70% */
|
--score-high: var(--color-success); /* ≥ 70% */
|
||||||
--score-mid: var(--color-warning); /* 40–69% */
|
--score-mid-high: #2b7cb8; /* 50–69% — Falcon Blue variant */
|
||||||
--score-low: var(--color-error); /* < 40% */
|
--score-mid: var(--color-warning); /* 30–49% */
|
||||||
--score-none: var(--color-text-muted);
|
--score-low: var(--color-error); /* < 30% */
|
||||||
|
--score-none: var(--color-text-muted);
|
||||||
|
|
||||||
/* ── Motion tokens ── */
|
/* ── Motion tokens ── */
|
||||||
--swipe-exit: 300ms;
|
--swipe-exit: 300ms;
|
||||||
|
|
@ -87,6 +88,8 @@ body {
|
||||||
--app-accent-light: #2D1505;
|
--app-accent-light: #2D1505;
|
||||||
--app-accent-text: #1a2338;
|
--app-accent-text: #1a2338;
|
||||||
|
|
||||||
|
--score-mid-high: #5ba3d9; /* lighter blue for dark bg */
|
||||||
|
|
||||||
--status-synced: #9b8fea;
|
--status-synced: #9b8fea;
|
||||||
--status-survey: #b08fea;
|
--status-survey: #b08fea;
|
||||||
--status-phone: #4ec9be;
|
--status-phone: #4ec9be;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue