ranranrunforit commited on
Commit
0a7a725
·
verified ·
1 Parent(s): cb8cb58

Delete spacing.css

Browse files
Files changed (1) hide show
  1. spacing.css +0 -35
spacing.css DELETED
@@ -1,35 +0,0 @@
1
- /* ============================================================
2
- ELEVATION & MOTION — Chan Compass · Spectrum 2
3
- Soft, low-spread drop shadows; never heavy. Spectrum easing curves.
4
- ============================================================ */
5
-
6
- :root {
7
- /* ---- Drop shadows (Spectrum 2 elevation) ---- */
8
- --shadow-flat: none;
9
- --shadow-raised: 0 1px 3px rgba(0,0,0,.06), 0 1px 1px rgba(0,0,0,.04);
10
- --shadow-elevated: 0 2px 8px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);
11
- --shadow-emphasized:0 6px 20px rgba(0,0,0,.12), 0 2px 6px rgba(0,0,0,.08);
12
- --shadow-dragged: 0 12px 32px rgba(0,0,0,.18), 0 4px 10px rgba(0,0,0,.10);
13
-
14
- /* Accent-tinted glow (used on AI / focused panels) */
15
- --shadow-accent: 0 2px 12px rgba(2,101,220,.12);
16
-
17
- /* ---- Focus ring ---- */
18
- --focus-ring-width: 2px;
19
- --focus-ring-offset: 2px;
20
-
21
- /* ---- Motion ---- */
22
- --ease-default: cubic-bezier(0.45, 0, 0.4, 1); /* @kind other */
23
- --ease-in: cubic-bezier(0.5, 0, 1, 1); /* @kind other */
24
- --ease-out: cubic-bezier(0, 0, 0.4, 1); /* @kind other */
25
- --ease-in-out: cubic-bezier(0.45, 0, 0.4, 1); /* @kind other */
26
-
27
- --duration-fast: 130ms; /* @kind other */
28
- --duration-default: 160ms; /* @kind other */
29
- --duration-slow: 220ms; /* @kind other */
30
-
31
- --transition-default: all var(--duration-default) var(--ease-default);
32
- --transition-colors: color var(--duration-fast) var(--ease-default),
33
- background-color var(--duration-fast) var(--ease-default),
34
- border-color var(--duration-fast) var(--ease-default);
35
- }