style(web): update styles

- app.css: update app-level styles
- global.css: update global styles
- backend-unavailable-view.css: update backend unavailable view styles
- login-view.css: update login view styles
- setup-view.css: update setup view styles
- travel-reimbursement-create-view.css: update travel form styles
This commit is contained in:
caoxiaozhu
2026-05-12 15:14:34 +00:00
parent bc593d4473
commit a6720942fb
6 changed files with 1198 additions and 94 deletions

View File

@@ -23,10 +23,15 @@
--nav-muted: #7d89a5;
--radius: 8px;
--ease: cubic-bezier(.2, .8, .2, 1);
--desktop-ui-scale: 1;
--desktop-ui-inverse-scale: 1;
--desktop-stage-width: 100vw;
--desktop-stage-height: 100dvh;
font-family: "LXGW WenKai", Inter, "SF Pro Display", "PingFang SC", sans-serif;
}
* { box-sizing: border-box; }
html, body, #app { min-height: 100%; }
body { margin: 0; min-height: 100dvh; color: var(--text); background: var(--bg); }
.mdi { line-height: 1; vertical-align: middle; }
button, input, select, textarea { font: inherit; }