mirror of
https://github.com/DeNNiiInc/Web-Page-Performance-Test.git
synced 2026-04-17 20:05:58 +00:00
Waterfall Phase 1.3 - Add resource type badges (HTML, CSS, JS, IMG)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user