70 lines
1.3 KiB
YAML
70 lines
1.3 KiB
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
|
|
80px: 80px
|
|
150px: 150px
|
|
100vh: 100vh
|
|
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"
|
|
font_sizes:
|
|
1: "$h1-font-size"
|
|
2: "$h2-font-size"
|
|
3: "$h3-font-size"
|
|
4: "$h4-font-size"
|
|
5: "$h5-font-size"
|
|
6: "$h6-font-size"
|
|
font-weight-bold: 700
|
|
input-height-lg: "4rem"
|
|
input-font-size-lg: "1rem"
|
|
input-padding-y-lg: "0.5rem"
|
|
input-padding-x-lg: "1.5rem"
|
|
input-border-radius-lg: "0.5rem"
|
|
list-group-border-radius: "0"
|
|
list-group-border-color: "transparent"
|
|
list-group-border-width: "3px"
|
|
list-group-hover-bg: "$secondary"
|
|
list-group-active-bg: "none"
|
|
list-group-active-color: "$secondary"
|
|
list-group-active-border-color: "$primary"
|
|
list-group-item-padding-y: "0.25rem"
|
|
list-group-item-padding-x: "1rem"
|
|
input-font-size-lg: "1rem"
|
|
input-padding-y-lg: "0.5rem"
|
|
input-padding-x-lg: "1.5rem"
|
|
form-select-indicator-color: "$primary"
|