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:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user