-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyleguide.json
72 lines (72 loc) · 1.78 KB
/
styleguide.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"typeScale": {
"steps": 12,
"viewportMin": 320,
"viewportMax": 1500,
"baseMin": 16,
"baseMax": 20,
"scaleMin": "minor-third",
"scaleMax": "perfect-fourth"
},
"spaceScale": {
"steps": 12,
"viewportMin": 320,
"viewportMax": 1500,
"baseMin": 16,
"baseMax": 18,
"scaleMin": "minor-third",
"scaleMax": "perfect-fourth"
},
"fonts": {
"sans": "HK Grotesk, system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif",
"serif": "Georgia,Cambria,Times New Roman,Times,serif",
"mono": "Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace"
},
"theme": {
"light": "#f8f9fa",
"dark": "#343a40",
"primary": "#007bff",
"secondary": "#6c757d",
"success": "#28a745",
"info": "#17a2b8",
"warning": "#ffc107",
"error": "#dc3545"
},
"color": {
"crimson": "#eb0052",
"muted": "#6c757d",
"white": "#fff"
},
"properties": {
"site-width": "90vw",
"site-max-width": "1440px",
"linktree-avatar-img": "url('/_public/axol-wink.svg')",
"linktree-bg-img":"url('/_public/background.png')",
"linktree-link-border-radius": "999px",
"linktree-link-shadow": "4px 8px 11px #d3cef5",
"linktree-link-border-color": "transparent",
"linktree-link-border-color-hover": "#FFF",
"linktree-link-bg-color": "#FFF",
"linktree-link-bg-color-hover": "transparent",
"linktree-link-transform": "translate(0, 2px)"
},
"grid": {
"steps": 6
},
"queries": {
"lg": "48em"
},
"borders": {
"widths": [
1,
2,
4
]
},
"radii": [
2,
8,
16,
9999
]
}