fix(ux): dashboard-metriken — wert-zahl xl/bold, label 2xs/uppercase
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user