ux: centralize state-card text styles

This commit is contained in:
Marco Allegretti 2026-01-29 21:21:13 +01:00
parent 8e904f247a
commit 40358ca7fa
2 changed files with 21 additions and 16 deletions

View file

@ -482,6 +482,27 @@
text-align: center;
}
.state-card .loading {
color: var(--color-text-muted);
margin: 0;
}
.state-card .empty {
color: var(--color-text-muted);
margin: 0;
}
.state-card .hint {
font-size: 0.875rem;
margin: 0.5rem 0 0;
color: var(--color-text-muted);
}
.state-card .error {
color: var(--color-error);
margin: 0;
}
.ui-auth-page {
display: flex;
justify-content: center;

View file

@ -346,22 +346,6 @@ import { API_BASE as apiBase } from '../lib/api';
color: rgba(255, 255, 255, 0.78);
}
.loading {
color: var(--color-text-muted);
margin: 0;
}
.hint {
font-size: 0.875rem;
margin: 0.5rem 0 0;
color: var(--color-text-muted);
}
.error {
color: var(--color-error);
margin: 0;
}
.skel-title { height: 18px; width: 68%; }
.skel-slug { height: 12px; width: 36%; }
.skel-desc { height: 12px; width: 100%; margin-top: 0.75rem; }