stint-/förarbyteslogg per lag

This commit is contained in:
larssand
2026-03-15 14:46:27 +01:00
parent a6e1f4c89c
commit 94bca48f46
2 changed files with 227 additions and 4 deletions

View File

@@ -609,6 +609,22 @@ select:focus {
margin: 0 0 10px;
}
.team-log-grid {
display: grid;
gap: 12px;
}
.team-log-card {
border: 1px solid var(--line);
border-radius: 14px;
padding: 12px;
background: rgba(255, 255, 255, 0.02);
}
.team-log-card h5 {
margin: 0 0 8px;
}
.table-primary {
font-weight: 700;
}