Admin Dashboard mit Statistiken: Tierärzte-Anzahl, Gesamtproben und Proben pro Tierarzt

This commit is contained in:
2026-03-16 17:11:17 +01:00
parent 2fd101565e
commit 1df2d8276c
5 changed files with 223 additions and 29 deletions

View File

@@ -1299,6 +1299,22 @@ a {
color: var(--muted);
}
.metric-card--secondary {
background: linear-gradient(135deg, rgba(139, 90, 124, 0.2) 0%, rgba(139, 90, 124, 0.05) 100%);
border-color: rgba(139, 90, 124, 0.25);
}
.sample-count {
display: inline-block;
min-width: 32px;
padding: 4px 12px;
background: rgba(90, 123, 168, 0.15);
border-radius: 16px;
font-weight: 600;
color: var(--text);
text-align: center;
}
.dialog-backdrop {
position: fixed;
inset: 0;