Waterfall Phase 1.3 - Add resource type badges (HTML, CSS, JS, IMG)

This commit is contained in:
2025-12-28 02:34:02 +11:00
parent 600d231e7c
commit 1d39e77fd6
2 changed files with 31 additions and 2 deletions

View File

@@ -83,8 +83,22 @@
color: white;
}
.type-badge {
width: 48px;
height: 18px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 3px;
font-size: 9px;
font-weight: 700;
background: var(--color-bg-secondary);
color: var(--color-text-secondary);
border: 1px solid var(--color-border);
}
.request-label {
width: 250px;
width: 220px;
padding: 0 8px;
font-size: 11px;
color: var(--color-text-primary);