Admin Dashboard mit Statistiken: Tierärzte-Anzahl, Gesamtproben und Proben pro Tierarzt
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user