-
Notifications
You must be signed in to change notification settings - Fork 0
/
styleguide.json
70 lines (70 loc) · 1.6 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
{
"typeScale": {
"steps": 6,
"viewportMin": 320,
"viewportMax": 1500,
"baseMin": 16,
"baseMax": 18,
"scaleMin": "minor-third",
"scaleMax": "perfect-fourth"
},
"spaceScale": {
"steps": 6,
"viewportMin": 320,
"viewportMax": 1500,
"baseMin": 16,
"baseMax": 18,
"scaleMin": "minor-third",
"scaleMax": "perfect-fourth"
},
"fonts": {
"sans": "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",
"title": "Antonio,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif"
},
"theme": {
"light": "#e0e0e0",
"dark": "#343a40",
"primary": "#007bff",
"secondary": "#6c757d",
"success": "#28a745",
"info": "#17a2b8",
"warning": "#ffc107",
"error": "#dc3545"
},
"color": {
"muted": "#6c757d",
"white": "#fff",
"navy": "#092d3d",
"lightnavy": "#154357",
"lightblue": "#acc9db",
"darkblue": "#033449",
"medblue": "#4e6786",
"mdgrey": "#6f8195"
},
"properties": {
"gradient": "linear-gradient(var(--primary), var(--secondary))",
"font-title": "Antonio,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif",
"lg-step": "36em"
},
"grid": {
"steps": 6
},
"queries": {
"lg": "36em"
},
"borders": {
"widths": [
1,
2,
4
]
},
"radii": [
2,
8,
16,
9999
]
}