mirror of
https://github.com/ced4568/ceds-noc.git
synced 2026-08-12 21:04:02 +00:00
Upgrade NOC dashboard to V3 with latency and roadmap
This commit is contained in:
@@ -580,4 +580,34 @@ a:hover {
|
||||
color: var(--muted);
|
||||
font-weight: 500;
|
||||
margin-top: 0.25rem;
|
||||
}
|
||||
|
||||
.system-label {
|
||||
display: inline-block;
|
||||
margin-top: 0.85rem;
|
||||
margin-bottom: 0.35rem;
|
||||
padding: 0.25rem 0.55rem;
|
||||
border-radius: 999px;
|
||||
background: rgba(88, 166, 255, 0.12);
|
||||
border: 1px solid rgba(88, 166, 255, 0.22);
|
||||
color: var(--accent);
|
||||
font-size: 0.72rem;
|
||||
font-weight: 800;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.04em;
|
||||
}
|
||||
|
||||
.system-meta {
|
||||
display: grid;
|
||||
gap: 0.25rem;
|
||||
margin-top: 0.85rem;
|
||||
}
|
||||
|
||||
.system-meta small {
|
||||
color: var(--muted);
|
||||
}
|
||||
|
||||
.system-meta small:first-child {
|
||||
color: var(--accent);
|
||||
font-weight: 800;
|
||||
}
|
||||
Reference in New Issue
Block a user