feat(web/mazenet): group Service Fleet items by category (Remote Access, Web, Databases, etc.)

This commit is contained in:
2026-04-22 18:19:21 -04:00
parent 1674316788
commit 9c38a3f11a
4 changed files with 76 additions and 31 deletions

View File

@@ -110,6 +110,12 @@ body.maze-fullscreen .maze-shell {
.palette-hint {
font-size: 0.62rem; opacity: 0.5; line-height: 1.6; letter-spacing: 0.5px;
}
.palette-subgroup { display: flex; flex-direction: column; gap: 4px; margin-top: 4px; }
.palette-subgroup:first-child { margin-top: 0; }
.palette-subgroup-label {
font-size: 0.55rem; letter-spacing: 1.5px; opacity: 0.4;
color: var(--violet); margin-top: 6px;
}
.violet-accent { color: var(--violet); }
.alert-text { color: var(--alert); }