42 lines
546 B
YAML
42 lines
546 B
YAML
---
|
|
opacities:
|
|
0: 0
|
|
10: 0.1
|
|
20: 0.2
|
|
30: 0.3
|
|
40: 0.4
|
|
50: 0.5
|
|
60: 0.6
|
|
70: 0.7
|
|
80: 0.8
|
|
90: 0.9
|
|
100: 1
|
|
sizes:
|
|
25: 25%
|
|
50: 50%
|
|
60: 60%
|
|
75: 75%
|
|
100: 100%
|
|
auto: auto
|
|
35px: 35px
|
|
44px: 44px
|
|
content: 72ch
|
|
iframe_min_height: 480px
|
|
pixel_densities:
|
|
- "1"
|
|
- "1.5"
|
|
- "2"
|
|
cursors:
|
|
- "pointer"
|
|
- "none"
|
|
- "help"
|
|
- "not-allowed"
|
|
- "progress"
|
|
- "text"
|
|
- "wait"
|
|
font_families:
|
|
base: "$font-family-sans-serif"
|
|
headings: "$headings-font-family"
|
|
content: "$font-family-content"
|
|
color_mode_type: "data"
|