fix(ux): dashboard-metriken — wert-zahl xl/bold, label 2xs/uppercase
This commit is contained in:
@@ -127,17 +127,21 @@
|
||||
}
|
||||
|
||||
.dashboard-metric__title {
|
||||
font-size: var(--text-xs);
|
||||
font-size: var(--text-2xs);
|
||||
color: var(--color-text-secondary);
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.07em;
|
||||
font-weight: var(--font-weight-medium);
|
||||
}
|
||||
|
||||
.dashboard-metric__value {
|
||||
font-size: var(--text-base);
|
||||
font-weight: var(--font-weight-semibold);
|
||||
font-size: var(--text-xl);
|
||||
font-weight: var(--font-weight-bold);
|
||||
color: var(--color-text-primary);
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
line-height: var(--line-height-tight);
|
||||
}
|
||||
|
||||
.dashboard-metric__hint {
|
||||
|
||||
Reference in New Issue
Block a user