diff --git a/src/ZB.MOM.WW.MxGateway.Server/wwwroot/css/site.css b/src/ZB.MOM.WW.MxGateway.Server/wwwroot/css/site.css index 100071c..40542db 100644 --- a/src/ZB.MOM.WW.MxGateway.Server/wwwroot/css/site.css +++ b/src/ZB.MOM.WW.MxGateway.Server/wwwroot/css/site.css @@ -9,108 +9,13 @@ body.dashboard-body { min-height: 100vh; } /* ── App bar ───────────────────────────────────────────────────────────────── - theme.css styles .app-bar / .brand / .mark / .spacer. Here we centre the row - and add the meta cluster. Navigation lives in the side rail below. */ + The kit's theme.css styles .app-bar / .brand / .mark / .spacer; these rules + centre the row and tweak the brand. Used by the minimal /denied page header — + the main dashboard's navigation lives in the kit side-rail shell (ThemeShell). */ .app-bar { align-items: center; gap: 1rem; } .app-bar .brand { color: var(--ink); } .app-bar .brand:hover { text-decoration: none; } -/* ── Sidebar ───────────────────────────────────────────────────────────────── - Left-rail navigation. Pattern lifted from ScadaLink CentralUI: a fixed-width - sidebar that hosts the brand at the top, a scrollable nav region with - collapsible NavSections in the middle, and a sign-in/out footer at the - bottom. The sidebar is wrapped in a Bootstrap .collapse so a hamburger - button can show/hide it on