mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-06-09 20:39:25 -03:00
feat: introduce design token system foundation
- Add semantic OKLch color tokens with light/dark themes - Add typography, spacing, effects, breakpoints, z-index tokens - Refactor base.css with backward-compatible aliases - Add prefers-reduced-motion support - Add MIGRATION.md for Phase 2 component audit
This commit is contained in:
11
static/css/tokens/z-index.css
Normal file
11
static/css/tokens/z-index.css
Normal file
@@ -0,0 +1,11 @@
|
||||
:root {
|
||||
--z-base: 10;
|
||||
--z-sticky: 50;
|
||||
--z-header: 100;
|
||||
--z-dropdown: 200;
|
||||
--z-modal-backdrop: 500;
|
||||
--z-modal: 1000;
|
||||
--z-overlay: 2000;
|
||||
--z-toast: 3000;
|
||||
--z-tooltip: 4000;
|
||||
}
|
||||
Reference in New Issue
Block a user