fix(ux): dashboard-metriken — wert-zahl xl/bold, label 2xs/uppercase

This commit is contained in:
Ulas Kalayci
2026-04-29 21:04:49 +02:00
parent 8e75a2584b
commit 5fd2ff80ad
+7 -3
View File
@@ -127,17 +127,21 @@
} }
.dashboard-metric__title { .dashboard-metric__title {
font-size: var(--text-xs); font-size: var(--text-2xs);
color: var(--color-text-secondary); color: var(--color-text-secondary);
text-transform: uppercase;
letter-spacing: 0.07em;
font-weight: var(--font-weight-medium);
} }
.dashboard-metric__value { .dashboard-metric__value {
font-size: var(--text-base); font-size: var(--text-xl);
font-weight: var(--font-weight-semibold); font-weight: var(--font-weight-bold);
color: var(--color-text-primary); color: var(--color-text-primary);
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
line-height: var(--line-height-tight);
} }
.dashboard-metric__hint { .dashboard-metric__hint {