More consistent shared styling between credential and session cards.

This commit is contained in:
Leo Vasanko
2025-10-04 08:32:27 -06:00
parent 591ea626bf
commit 79b6c50a9c
3 changed files with 24 additions and 21 deletions
+11 -12
View File
@@ -462,7 +462,6 @@ th {
}
@media (max-width: 720px) {
/* Keep record-list responsive, but leave credential-list and session-list as fixed-width grid */
.record-list { display: flex; flex-direction: column; max-width: 100%; }
}
@@ -549,6 +548,16 @@ th {
align-items: center;
}
.session-dates {
display: grid;
grid-auto-flow: row;
grid-template-columns: 7rem 1fr;
gap: 0.35rem 0.5rem;
font-size: 0.75rem;
color: var(--color-text-muted);
align-items: center;
}
.date-label {
font-weight: 500;
color: inherit;
@@ -567,16 +576,6 @@ th {
font-size: 1.2rem;
}
.session-details {
font-size: 0.9rem;
color: var(--color-text-muted);
}
.session-badges {
display: flex;
gap: var(--space-xs);
}
.badge {
padding: 0.2rem 0.5rem;
border-radius: var(--radius-sm);
@@ -598,7 +597,7 @@ th {
.session-meta-info {
font-size: 0.8rem;
font-size: 0.75rem;
color: var(--color-text-muted);
font-family: monospace;
}