ranranrunforit commited on
Commit
3aa17f7
·
verified ·
1 Parent(s): 9338a4f

Delete elevation.css

Browse files
Files changed (1) hide show
  1. elevation.css +0 -58
elevation.css DELETED
@@ -1,58 +0,0 @@
1
- /* ============================================================
2
- BASE — Chan Compass · Spectrum 2
3
- Light, opinionated element defaults. Body uses the canvas
4
- background and UI type. Helper classes for the few primitives
5
- that aren't worth a React component.
6
- ============================================================ */
7
-
8
- *, *::before, *::after { box-sizing: border-box; }
9
-
10
- body {
11
- margin: 0;
12
- background: var(--canvas);
13
- color: var(--text-body);
14
- font: var(--type-body);
15
- -webkit-font-smoothing: antialiased;
16
- text-rendering: optimizeLegibility;
17
- }
18
-
19
- h1, h2, h3, h4 {
20
- margin: 0;
21
- color: var(--text-heading);
22
- letter-spacing: var(--letter-spacing-heading);
23
- text-wrap: balance;
24
- }
25
- h1 { font: var(--type-h1); }
26
- h2 { font: var(--type-h2); }
27
- h3 { font: var(--type-h3); letter-spacing: 0; }
28
- h4 { font: var(--type-h4); letter-spacing: 0; }
29
-
30
- p { margin: 0; text-wrap: pretty; }
31
-
32
- a { color: var(--accent-text); text-decoration: none; }
33
- a:hover { text-decoration: underline; text-underline-offset: 2px; }
34
-
35
- code, kbd, samp { font-family: var(--font-code); font-size: 0.92em; }
36
-
37
- ::selection { background: var(--accent-subtle); }
38
-
39
- :focus-visible {
40
- outline: var(--focus-ring-width) solid var(--focus-ring);
41
- outline-offset: var(--focus-ring-offset);
42
- border-radius: var(--radius-sm);
43
- }
44
-
45
- /* ---- Eyebrow / overline ---- */
46
- .s2-eyebrow {
47
- font: var(--font-weight-bold) var(--font-size-50)/1.2 var(--font-sans);
48
- letter-spacing: var(--letter-spacing-caps);
49
- text-transform: uppercase;
50
- color: var(--text-muted);
51
- }
52
-
53
- /* ---- Hairline divider ---- */
54
- .s2-divider {
55
- border: none;
56
- border-top: var(--border-width-100) solid var(--border-hairline);
57
- margin: var(--space-300) 0;
58
- }