@primer/css 0.0.0-1f49d76 → 0.0.0-20211010195643
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +858 -133
- package/CONTRIBUTING.md +85 -0
- package/DEVELOP.md +4 -39
- package/LICENSE +1 -1
- package/README.md +13 -15
- package/RELEASING.md +5 -76
- package/actionlist/action-list-item-divider.scss +42 -0
- package/actionlist/action-list-item.scss +439 -0
- package/actionlist/action-list-variables.scss +8 -0
- package/actionlist/action-list.scss +33 -0
- package/actionlist/index.scss +5 -0
- package/alerts/README.md +1 -1
- package/alerts/flash.scss +32 -26
- package/alerts/index.scss +2 -2
- package/autocomplete/README.md +1 -1
- package/autocomplete/autocomplete.scss +18 -8
- package/autocomplete/index.scss +3 -3
- package/autocomplete/suggester.scss +27 -10
- package/avatars/README.md +1 -1
- package/avatars/avatar-parent-child.scss +2 -3
- package/avatars/avatar-stack.scss +12 -14
- package/avatars/avatar.scss +4 -0
- package/avatars/circle-badge.scss +4 -4
- package/avatars/index.scss +5 -5
- package/base/README.md +1 -1
- package/base/base.scss +39 -7
- package/base/index.scss +6 -5
- package/base/kbd.scss +5 -6
- package/base/normalize.scss +13 -53
- package/base/octicons.scss +6 -0
- package/blankslate/README.md +1 -1
- package/blankslate/blankslate.scss +7 -4
- package/blankslate/index.scss +2 -2
- package/box/README.md +1 -1
- package/box/box.scss +38 -38
- package/box/index.scss +2 -2
- package/branch-name/README.md +1 -1
- package/branch-name/branch-name.scss +15 -10
- package/branch-name/index.scss +2 -2
- package/breadcrumb/README.md +1 -1
- package/breadcrumb/breadcrumb.scss +12 -7
- package/breadcrumb/index.scss +2 -2
- package/buttons/README.md +1 -1
- package/buttons/button.scss +115 -121
- package/buttons/index.scss +4 -4
- package/buttons/misc.scss +52 -41
- package/color-modes/index.scss +9 -0
- package/color-modes/native.scss +10 -0
- package/color-modes/themes/dark.scss +7 -0
- package/color-modes/themes/dark_colorblind.scss +7 -0
- package/color-modes/themes/dark_dimmed.scss +7 -0
- package/color-modes/themes/dark_high_contrast.scss +7 -0
- package/color-modes/themes/light.scss +7 -0
- package/color-modes/themes/light_colorblind.scss +7 -0
- package/core/README.md +1 -1
- package/core/index.scss +17 -16
- package/deprecations.js +18 -200
- package/deprecations.json +539 -0
- package/dist/actionlist.css +2 -0
- package/dist/actionlist.css.map +1 -0
- package/dist/actionlist.js +1 -0
- package/dist/alerts.css +1 -2
- package/dist/alerts.css.map +1 -1
- package/dist/alerts.js +1 -1
- package/dist/autocomplete.css +1 -2
- package/dist/autocomplete.css.map +1 -1
- package/dist/autocomplete.js +1 -1
- package/dist/avatars.css +1 -2
- package/dist/avatars.css.map +1 -1
- package/dist/avatars.js +1 -1
- package/dist/base.css +1 -2
- package/dist/base.css.map +1 -1
- package/dist/base.js +1 -1
- package/dist/blankslate.css +1 -2
- package/dist/blankslate.css.map +1 -1
- package/dist/blankslate.js +1 -1
- package/dist/box.css +1 -2
- package/dist/box.css.map +1 -1
- package/dist/box.js +1 -1
- package/dist/branch-name.css +1 -2
- package/dist/branch-name.css.map +1 -1
- package/dist/branch-name.js +1 -1
- package/dist/breadcrumb.css +1 -2
- package/dist/breadcrumb.css.map +1 -1
- package/dist/breadcrumb.js +1 -1
- package/dist/buttons.css +1 -2
- package/dist/buttons.css.map +1 -1
- package/dist/buttons.js +1 -1
- package/dist/color-modes.css +2 -0
- package/dist/color-modes.css.map +1 -0
- package/dist/color-modes.js +1 -0
- package/dist/core.css +1 -2
- package/dist/core.css.map +1 -1
- package/dist/core.js +1 -1
- package/dist/deprecations.json +534 -571
- package/dist/dropdown.css +1 -2
- package/dist/dropdown.css.map +1 -1
- package/dist/dropdown.js +1 -1
- package/dist/forms.css +1 -2
- package/dist/forms.css.map +1 -1
- package/dist/forms.js +1 -1
- package/dist/header.css +1 -2
- package/dist/header.css.map +1 -1
- package/dist/header.js +1 -1
- package/dist/labels.css +1 -2
- package/dist/labels.css.map +1 -1
- package/dist/labels.js +1 -1
- package/dist/layout.css +1 -2
- package/dist/layout.css.map +1 -1
- package/dist/layout.js +1 -1
- package/dist/links.css +2 -0
- package/dist/links.css.map +1 -0
- package/dist/links.js +1 -0
- package/dist/loaders.css +0 -1
- package/dist/loaders.css.map +1 -1
- package/dist/loaders.js +1 -1
- package/dist/markdown.css +1 -2
- package/dist/markdown.css.map +1 -1
- package/dist/markdown.js +1 -1
- package/dist/marketing-buttons.css +1 -2
- package/dist/marketing-buttons.css.map +1 -1
- package/dist/marketing-buttons.js +1 -1
- package/dist/marketing-support.css +1 -2
- package/dist/marketing-support.js +1 -1
- package/dist/marketing-type.css +1 -2
- package/dist/marketing-type.css.map +1 -1
- package/dist/marketing-type.js +1 -1
- package/dist/marketing-utilities.css +1 -2
- package/dist/marketing-utilities.css.map +1 -1
- package/dist/marketing-utilities.js +1 -1
- package/dist/marketing.css +1 -2
- package/dist/marketing.css.map +1 -1
- package/dist/marketing.js +1 -1
- package/dist/meta.json +314 -369
- package/dist/navigation.css +1 -2
- package/dist/navigation.css.map +1 -1
- package/dist/navigation.js +1 -1
- package/dist/pagination.css +1 -2
- package/dist/pagination.css.map +1 -1
- package/dist/pagination.js +1 -1
- package/dist/popover.css +1 -2
- package/dist/popover.css.map +1 -1
- package/dist/popover.js +1 -1
- package/dist/primer.css +4 -5
- package/dist/primer.css.map +1 -1
- package/dist/primer.js +1 -1
- package/dist/product.css +1 -2
- package/dist/product.css.map +1 -1
- package/dist/product.js +1 -1
- package/dist/progress.css +1 -2
- package/dist/progress.css.map +1 -1
- package/dist/progress.js +1 -1
- package/dist/select-menu.css +1 -2
- package/dist/select-menu.css.map +1 -1
- package/dist/select-menu.js +1 -1
- package/dist/stats/actionlist.json +1 -0
- package/dist/stats/alerts.json +1 -1
- package/dist/stats/autocomplete.json +1 -1
- package/dist/stats/avatars.json +1 -1
- package/dist/stats/base.json +1 -1
- package/dist/stats/blankslate.json +1 -1
- package/dist/stats/box.json +1 -1
- package/dist/stats/branch-name.json +1 -1
- package/dist/stats/breadcrumb.json +1 -1
- package/dist/stats/buttons.json +1 -1
- package/dist/stats/color-modes.json +1 -0
- package/dist/stats/core.json +1 -1
- package/dist/stats/dropdown.json +1 -1
- package/dist/stats/forms.json +1 -1
- package/dist/stats/header.json +1 -1
- package/dist/stats/labels.json +1 -1
- package/dist/stats/layout.json +1 -1
- package/dist/stats/links.json +1 -0
- package/dist/stats/loaders.json +1 -1
- package/dist/stats/markdown.json +1 -1
- package/dist/stats/marketing-buttons.json +1 -1
- package/dist/stats/marketing-support.json +1 -1
- package/dist/stats/marketing-type.json +1 -1
- package/dist/stats/marketing-utilities.json +1 -1
- package/dist/stats/marketing.json +1 -1
- package/dist/stats/navigation.json +1 -1
- package/dist/stats/pagination.json +1 -1
- package/dist/stats/popover.json +1 -1
- package/dist/stats/primer.json +1 -1
- package/dist/stats/product.json +1 -1
- package/dist/stats/progress.json +1 -1
- package/dist/stats/select-menu.json +1 -1
- package/dist/stats/subhead.json +1 -1
- package/dist/stats/support.json +1 -1
- package/dist/stats/table-object.json +1 -1
- package/dist/stats/timeline.json +1 -1
- package/dist/stats/toasts.json +1 -1
- package/dist/stats/tooltips.json +1 -1
- package/dist/stats/truncate.json +1 -1
- package/dist/stats/utilities.json +1 -1
- package/dist/subhead.css +1 -2
- package/dist/subhead.css.map +1 -1
- package/dist/subhead.js +1 -1
- package/dist/support.css +1 -1
- package/dist/support.js +1 -1
- package/dist/table-object.css +0 -1
- package/dist/table-object.css.map +1 -1
- package/dist/table-object.js +1 -1
- package/dist/timeline.css +1 -2
- package/dist/timeline.css.map +1 -1
- package/dist/timeline.js +1 -1
- package/dist/toasts.css +1 -2
- package/dist/toasts.css.map +1 -1
- package/dist/toasts.js +1 -1
- package/dist/tooltips.css +1 -2
- package/dist/tooltips.css.map +1 -1
- package/dist/tooltips.js +1 -1
- package/dist/truncate.css +1 -2
- package/dist/truncate.css.map +1 -1
- package/dist/truncate.js +1 -1
- package/dist/utilities.css +1 -2
- package/dist/utilities.css.map +1 -1
- package/dist/utilities.js +1 -1
- package/dist/variables.json +630 -2274
- package/dropdown/README.md +1 -1
- package/dropdown/dropdown.scss +32 -88
- package/dropdown/index.scss +2 -2
- package/forms/README.md +1 -1
- package/forms/form-control.scss +39 -57
- package/forms/form-group.scss +31 -48
- package/forms/form-select.scss +12 -4
- package/forms/form-validation.scss +27 -32
- package/forms/index.scss +7 -7
- package/forms/input-group.scss +7 -0
- package/forms/radio-group.scss +22 -3
- package/header/README.md +1 -1
- package/header/header.scss +16 -6
- package/header/index.scss +2 -2
- package/index.scss +4 -1
- package/labels/README.md +1 -1
- package/labels/counters.scss +10 -11
- package/labels/diffstat.scss +8 -8
- package/labels/index.scss +7 -7
- package/labels/labels.scss +30 -41
- package/labels/states.scss +17 -16
- package/layout/README.md +1 -1
- package/layout/grid-offset.scss +11 -11
- package/layout/grid.scss +23 -23
- package/layout/index.scss +7 -4
- package/layout/layout.scss +185 -0
- package/layout/mixins.scss +79 -0
- package/{README.template.md → links/README.md} +5 -5
- package/links/index.scss +3 -0
- package/links/link.scss +55 -0
- package/loaders/README.md +1 -1
- package/loaders/index.scss +2 -2
- package/loaders/loaders.scss +1 -1
- package/markdown/README.md +1 -1
- package/markdown/blob-csv.scss +2 -2
- package/markdown/code.scss +7 -5
- package/markdown/footnotes.scss +37 -0
- package/markdown/headings.scss +6 -4
- package/markdown/images.scss +3 -4
- package/markdown/index.scss +9 -8
- package/markdown/lists.scss +18 -5
- package/markdown/markdown-body.scss +14 -9
- package/markdown/tables.scss +7 -7
- package/marketing/README.md +1 -1
- package/marketing/buttons/button.scss +81 -75
- package/marketing/index.scss +4 -4
- package/marketing/support/index.scss +1 -0
- package/marketing/support/mixins.scss +66 -0
- package/marketing/support/variables.scss +109 -58
- package/marketing/type/typography.scss +100 -62
- package/marketing/utilities/animations.scss +9 -0
- package/marketing/utilities/index.scss +2 -3
- package/marketing/utilities/layout.scss +31 -10
- package/navigation/README.md +1 -1
- package/navigation/filter-list.scss +8 -9
- package/navigation/index.scss +7 -7
- package/navigation/menu.scss +22 -23
- package/navigation/sidenav.scss +19 -25
- package/navigation/subnav.scss +9 -13
- package/navigation/tabnav.scss +20 -10
- package/navigation/underline-nav.scss +19 -14
- package/package.json +75 -63
- package/pagination/README.md +1 -1
- package/pagination/index.scss +2 -2
- package/pagination/pagination.scss +8 -8
- package/popover/README.md +1 -1
- package/popover/index.scss +2 -2
- package/popover/popover.scss +14 -13
- package/postcss.config.cjs +22 -0
- package/prettier.config.cjs +1 -0
- package/product/README.md +1 -1
- package/product/index.scss +17 -17
- package/progress/README.md +1 -1
- package/progress/index.scss +2 -2
- package/progress/progress.scss +3 -4
- package/select-menu/README.md +1 -1
- package/select-menu/index.scss +2 -2
- package/select-menu/select-menu.scss +44 -46
- package/{stylelint.config.js → stylelint.config.cjs} +5 -6
- package/subhead/README.md +1 -1
- package/subhead/index.scss +2 -2
- package/subhead/subhead.scss +9 -3
- package/support/README.md +1 -1
- package/support/index.scss +7 -8
- package/support/mixins/color-modes.scss +106 -0
- package/support/mixins/misc.scss +19 -13
- package/support/variables/layout.scss +68 -9
- package/support/variables/misc.scss +2 -27
- package/support/variables/typography.scss +2 -1
- package/table-object/README.md +1 -1
- package/table-object/index.scss +1 -1
- package/timeline/README.md +1 -1
- package/timeline/index.scss +2 -2
- package/timeline/timeline-item.scss +18 -18
- package/toasts/README.md +1 -1
- package/toasts/index.scss +2 -2
- package/toasts/toasts.scss +45 -24
- package/tooltips/README.md +1 -1
- package/tooltips/index.scss +2 -2
- package/tooltips/tooltips.scss +8 -12
- package/truncate/README.md +1 -1
- package/truncate/index.scss +2 -1
- package/truncate/truncate.scss +30 -0
- package/utilities/README.md +1 -1
- package/utilities/animations.scss +14 -1
- package/utilities/borders.scss +5 -50
- package/utilities/box-shadow.scss +8 -8
- package/utilities/colors.scss +71 -107
- package/utilities/details.scss +18 -6
- package/utilities/flexbox.scss +4 -3
- package/utilities/index.scss +12 -12
- package/utilities/layout.scss +23 -14
- package/utilities/margin.scss +34 -16
- package/utilities/padding.scss +13 -8
- package/utilities/typography.scss +5 -15
- package/.browserslistrc +0 -6
- package/.eslintrc.json +0 -13
- package/.nowignore +0 -5
- package/MIGRATING.md +0 -74
- package/bin/primer-migrate +0 -86
- package/dist/marketing-support.css.map +0 -1
- package/dist/support.css.map +0 -1
- package/fonts/Inter-Bold.woff +0 -0
- package/fonts/Inter-Medium.woff +0 -0
- package/fonts/Inter-Regular.woff +0 -0
- package/marketing/utilities/margin.scss +0 -17
- package/marketing/utilities/padding.scss +0 -24
- package/postcss.config.js +0 -14
- package/prettier.config.js +0 -1
- package/release.config.js +0 -4
- package/support/mixins/buttons.scss +0 -172
- package/support/variables/color-system.scss +0 -243
- package/support/variables/colors.scss +0 -55
package/dist/variables.json
CHANGED
|
@@ -1,1435 +1,55 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$
|
|
3
|
-
"computed": "#1b1f23",
|
|
4
|
-
"values": [
|
|
5
|
-
"$black",
|
|
6
|
-
"#1b1f23"
|
|
7
|
-
],
|
|
8
|
-
"source": {
|
|
9
|
-
"path": "src/support/variables/colors.scss",
|
|
10
|
-
"line": 23
|
|
11
|
-
},
|
|
12
|
-
"refs": []
|
|
13
|
-
},
|
|
14
|
-
"$bg-black-fade": {
|
|
15
|
-
"computed": "rgba(27, 31, 35, 0.5)",
|
|
16
|
-
"values": [
|
|
17
|
-
"$black-fade-50",
|
|
18
|
-
"rgba($black, 0.5)",
|
|
19
|
-
"rgba(27, 31, 35, 0.5)"
|
|
20
|
-
],
|
|
21
|
-
"source": {
|
|
22
|
-
"path": "src/support/variables/colors.scss",
|
|
23
|
-
"line": 24
|
|
24
|
-
},
|
|
25
|
-
"refs": []
|
|
26
|
-
},
|
|
27
|
-
"$bg-blue": {
|
|
28
|
-
"computed": "#0366d6",
|
|
29
|
-
"values": [
|
|
30
|
-
"$blue-500",
|
|
31
|
-
"#0366d6"
|
|
32
|
-
],
|
|
33
|
-
"source": {
|
|
34
|
-
"path": "src/support/variables/colors.scss",
|
|
35
|
-
"line": 26
|
|
36
|
-
},
|
|
37
|
-
"refs": []
|
|
38
|
-
},
|
|
39
|
-
"$bg-blue-light": {
|
|
40
|
-
"computed": "#f1f8ff",
|
|
41
|
-
"values": [
|
|
42
|
-
"$blue-000",
|
|
43
|
-
"#f1f8ff"
|
|
44
|
-
],
|
|
45
|
-
"source": {
|
|
46
|
-
"path": "src/support/variables/colors.scss",
|
|
47
|
-
"line": 25
|
|
48
|
-
},
|
|
49
|
-
"refs": []
|
|
50
|
-
},
|
|
51
|
-
"$bg-diffstat-added": {
|
|
52
|
-
"computed": "#2cbe4e",
|
|
53
|
-
"values": [
|
|
54
|
-
"darken($green-400, 5%)",
|
|
55
|
-
"#2cbe4e"
|
|
56
|
-
],
|
|
57
|
-
"source": {
|
|
58
|
-
"path": "src/support/variables/misc.scss",
|
|
59
|
-
"line": 40
|
|
60
|
-
},
|
|
61
|
-
"refs": []
|
|
62
|
-
},
|
|
63
|
-
"$bg-diffstat-deleted": {
|
|
64
|
-
"computed": "#cb2431",
|
|
65
|
-
"values": [
|
|
66
|
-
"$red-600",
|
|
67
|
-
"#cb2431"
|
|
68
|
-
],
|
|
69
|
-
"source": {
|
|
70
|
-
"path": "src/support/variables/misc.scss",
|
|
71
|
-
"line": 41
|
|
72
|
-
},
|
|
73
|
-
"refs": []
|
|
74
|
-
},
|
|
75
|
-
"$bg-diffstat-neutral": {
|
|
76
|
-
"computed": "#d1d5da",
|
|
77
|
-
"values": [
|
|
78
|
-
"$gray-300",
|
|
79
|
-
"#d1d5da"
|
|
80
|
-
],
|
|
81
|
-
"source": {
|
|
82
|
-
"path": "src/support/variables/misc.scss",
|
|
83
|
-
"line": 42
|
|
84
|
-
},
|
|
85
|
-
"refs": []
|
|
86
|
-
},
|
|
87
|
-
"$bg-gray": {
|
|
88
|
-
"computed": "#f6f8fa",
|
|
89
|
-
"values": [
|
|
90
|
-
"$gray-100",
|
|
91
|
-
"#f6f8fa"
|
|
92
|
-
],
|
|
93
|
-
"source": {
|
|
94
|
-
"path": "src/support/variables/colors.scss",
|
|
95
|
-
"line": 29
|
|
96
|
-
},
|
|
97
|
-
"refs": []
|
|
98
|
-
},
|
|
99
|
-
"$bg-gray-dark": {
|
|
100
|
-
"computed": "#24292e",
|
|
101
|
-
"values": [
|
|
102
|
-
"$gray-900",
|
|
103
|
-
"#24292e"
|
|
104
|
-
],
|
|
105
|
-
"source": {
|
|
106
|
-
"path": "src/support/variables/colors.scss",
|
|
107
|
-
"line": 27
|
|
108
|
-
},
|
|
109
|
-
"refs": []
|
|
110
|
-
},
|
|
111
|
-
"$bg-gray-light": {
|
|
112
|
-
"computed": "#fafbfc",
|
|
113
|
-
"values": [
|
|
114
|
-
"$gray-000",
|
|
115
|
-
"#fafbfc"
|
|
116
|
-
],
|
|
117
|
-
"source": {
|
|
118
|
-
"path": "src/support/variables/colors.scss",
|
|
119
|
-
"line": 28
|
|
120
|
-
},
|
|
121
|
-
"refs": []
|
|
122
|
-
},
|
|
123
|
-
"$bg-green": {
|
|
124
|
-
"computed": "#28a745",
|
|
125
|
-
"values": [
|
|
126
|
-
"$green-500",
|
|
127
|
-
"#28a745"
|
|
128
|
-
],
|
|
129
|
-
"source": {
|
|
130
|
-
"path": "src/support/variables/colors.scss",
|
|
131
|
-
"line": 30
|
|
132
|
-
},
|
|
133
|
-
"refs": []
|
|
134
|
-
},
|
|
135
|
-
"$bg-green-light": {
|
|
136
|
-
"computed": "#dcffe4",
|
|
137
|
-
"values": [
|
|
138
|
-
"$green-100",
|
|
139
|
-
"#dcffe4"
|
|
140
|
-
],
|
|
141
|
-
"source": {
|
|
142
|
-
"path": "src/support/variables/colors.scss",
|
|
143
|
-
"line": 31
|
|
144
|
-
},
|
|
145
|
-
"refs": []
|
|
146
|
-
},
|
|
147
|
-
"$bg-orange": {
|
|
148
|
-
"computed": "#d15704",
|
|
149
|
-
"values": [
|
|
150
|
-
"$orange-700",
|
|
151
|
-
"#d15704"
|
|
152
|
-
],
|
|
153
|
-
"source": {
|
|
154
|
-
"path": "src/support/variables/colors.scss",
|
|
155
|
-
"line": 32
|
|
156
|
-
},
|
|
157
|
-
"refs": []
|
|
158
|
-
},
|
|
159
|
-
"$bg-pink": {
|
|
160
|
-
"computed": "#ea4aaa",
|
|
161
|
-
"values": [
|
|
162
|
-
"$pink-500",
|
|
163
|
-
"#ea4aaa"
|
|
164
|
-
],
|
|
165
|
-
"source": {
|
|
166
|
-
"path": "src/support/variables/colors.scss",
|
|
167
|
-
"line": 35
|
|
168
|
-
},
|
|
169
|
-
"refs": []
|
|
170
|
-
},
|
|
171
|
-
"$bg-purple": {
|
|
172
|
-
"computed": "#6f42c1",
|
|
173
|
-
"values": [
|
|
174
|
-
"$purple-500",
|
|
175
|
-
"#6f42c1"
|
|
176
|
-
],
|
|
177
|
-
"source": {
|
|
178
|
-
"path": "src/support/variables/colors.scss",
|
|
179
|
-
"line": 33
|
|
180
|
-
},
|
|
181
|
-
"refs": []
|
|
182
|
-
},
|
|
183
|
-
"$bg-purple-light": {
|
|
184
|
-
"computed": "#f5f0ff",
|
|
185
|
-
"values": [
|
|
186
|
-
"$purple-000",
|
|
187
|
-
"#f5f0ff"
|
|
188
|
-
],
|
|
189
|
-
"source": {
|
|
190
|
-
"path": "src/support/variables/colors.scss",
|
|
191
|
-
"line": 34
|
|
192
|
-
},
|
|
193
|
-
"refs": []
|
|
194
|
-
},
|
|
195
|
-
"$bg-red": {
|
|
196
|
-
"computed": "#d73a49",
|
|
197
|
-
"values": [
|
|
198
|
-
"$red-500",
|
|
199
|
-
"#d73a49"
|
|
200
|
-
],
|
|
201
|
-
"source": {
|
|
202
|
-
"path": "src/support/variables/colors.scss",
|
|
203
|
-
"line": 36
|
|
204
|
-
},
|
|
205
|
-
"refs": []
|
|
206
|
-
},
|
|
207
|
-
"$bg-red-light": {
|
|
208
|
-
"computed": "#ffeef0",
|
|
209
|
-
"values": [
|
|
210
|
-
"$red-000",
|
|
211
|
-
"#ffeef0"
|
|
212
|
-
],
|
|
213
|
-
"source": {
|
|
214
|
-
"path": "src/support/variables/colors.scss",
|
|
215
|
-
"line": 37
|
|
216
|
-
},
|
|
217
|
-
"refs": []
|
|
218
|
-
},
|
|
219
|
-
"$bg-white": {
|
|
220
|
-
"computed": "#fff",
|
|
221
|
-
"values": [
|
|
222
|
-
"$white",
|
|
223
|
-
"#fff"
|
|
224
|
-
],
|
|
225
|
-
"source": {
|
|
226
|
-
"path": "src/support/variables/colors.scss",
|
|
227
|
-
"line": 22
|
|
228
|
-
},
|
|
229
|
-
"refs": []
|
|
230
|
-
},
|
|
231
|
-
"$bg-yellow": {
|
|
232
|
-
"computed": "#ffd33d",
|
|
233
|
-
"values": [
|
|
234
|
-
"$yellow-500",
|
|
235
|
-
"#ffd33d"
|
|
236
|
-
],
|
|
237
|
-
"source": {
|
|
238
|
-
"path": "src/support/variables/colors.scss",
|
|
239
|
-
"line": 38
|
|
240
|
-
},
|
|
241
|
-
"refs": []
|
|
242
|
-
},
|
|
243
|
-
"$bg-yellow-dark": {
|
|
244
|
-
"computed": "#dbab09",
|
|
245
|
-
"values": [
|
|
246
|
-
"$yellow-700",
|
|
247
|
-
"#dbab09"
|
|
248
|
-
],
|
|
249
|
-
"source": {
|
|
250
|
-
"path": "src/support/variables/colors.scss",
|
|
251
|
-
"line": 40
|
|
252
|
-
},
|
|
253
|
-
"refs": []
|
|
254
|
-
},
|
|
255
|
-
"$bg-yellow-light": {
|
|
256
|
-
"computed": "#fff5b1",
|
|
257
|
-
"values": [
|
|
258
|
-
"$yellow-200",
|
|
259
|
-
"#fff5b1"
|
|
260
|
-
],
|
|
261
|
-
"source": {
|
|
262
|
-
"path": "src/support/variables/colors.scss",
|
|
263
|
-
"line": 39
|
|
264
|
-
},
|
|
265
|
-
"refs": []
|
|
266
|
-
},
|
|
267
|
-
"$black": {
|
|
268
|
-
"computed": "#1b1f23",
|
|
269
|
-
"values": [
|
|
270
|
-
"#1b1f23"
|
|
271
|
-
],
|
|
272
|
-
"source": {
|
|
273
|
-
"path": "src/support/variables/color-system.scss",
|
|
274
|
-
"line": 2
|
|
275
|
-
},
|
|
276
|
-
"refs": [
|
|
277
|
-
"$bg-black",
|
|
278
|
-
"$text-black",
|
|
279
|
-
"$tooltip-background-color"
|
|
280
|
-
]
|
|
281
|
-
},
|
|
282
|
-
"$black-fade-15": {
|
|
283
|
-
"computed": "rgba(27, 31, 35, 0.15)",
|
|
284
|
-
"values": [
|
|
285
|
-
"rgba($black, 0.15)",
|
|
286
|
-
"rgba(27, 31, 35, 0.15)"
|
|
287
|
-
],
|
|
288
|
-
"source": {
|
|
289
|
-
"path": "src/support/variables/color-system.scss",
|
|
290
|
-
"line": 104
|
|
291
|
-
},
|
|
292
|
-
"refs": [
|
|
293
|
-
"$border-black-fade",
|
|
294
|
-
"$border-color-button"
|
|
295
|
-
]
|
|
296
|
-
},
|
|
297
|
-
"$black-fade-30": {
|
|
298
|
-
"computed": "rgba(27, 31, 35, 0.3)",
|
|
299
|
-
"values": [
|
|
300
|
-
"rgba($black, 0.3)",
|
|
301
|
-
"rgba(27, 31, 35, 0.3)"
|
|
302
|
-
],
|
|
303
|
-
"source": {
|
|
304
|
-
"path": "src/support/variables/color-system.scss",
|
|
305
|
-
"line": 105
|
|
306
|
-
},
|
|
307
|
-
"refs": []
|
|
308
|
-
},
|
|
309
|
-
"$black-fade-50": {
|
|
310
|
-
"computed": "rgba(27, 31, 35, 0.5)",
|
|
311
|
-
"values": [
|
|
312
|
-
"rgba($black, 0.5)",
|
|
313
|
-
"rgba(27, 31, 35, 0.5)"
|
|
314
|
-
],
|
|
315
|
-
"source": {
|
|
316
|
-
"path": "src/support/variables/color-system.scss",
|
|
317
|
-
"line": 106
|
|
318
|
-
},
|
|
319
|
-
"refs": [
|
|
320
|
-
"$bg-black-fade"
|
|
321
|
-
]
|
|
322
|
-
},
|
|
323
|
-
"$black-fade-70": {
|
|
324
|
-
"computed": "rgba(27, 31, 35, 0.7)",
|
|
325
|
-
"values": [
|
|
326
|
-
"rgba($black, 0.7)",
|
|
327
|
-
"rgba(27, 31, 35, 0.7)"
|
|
328
|
-
],
|
|
329
|
-
"source": {
|
|
330
|
-
"path": "src/support/variables/color-system.scss",
|
|
331
|
-
"line": 107
|
|
332
|
-
},
|
|
333
|
-
"refs": []
|
|
334
|
-
},
|
|
335
|
-
"$black-fade-85": {
|
|
336
|
-
"computed": "rgba(27, 31, 35, 0.85)",
|
|
337
|
-
"values": [
|
|
338
|
-
"rgba($black, 0.85)",
|
|
339
|
-
"rgba(27, 31, 35, 0.85)"
|
|
340
|
-
],
|
|
341
|
-
"source": {
|
|
342
|
-
"path": "src/support/variables/color-system.scss",
|
|
343
|
-
"line": 108
|
|
344
|
-
},
|
|
345
|
-
"refs": []
|
|
346
|
-
},
|
|
347
|
-
"$blue": {
|
|
348
|
-
"computed": "#0366d6",
|
|
349
|
-
"values": [
|
|
350
|
-
"$blue-500",
|
|
351
|
-
"#0366d6"
|
|
352
|
-
],
|
|
353
|
-
"source": {
|
|
354
|
-
"path": "src/support/variables/color-system.scss",
|
|
355
|
-
"line": 119
|
|
356
|
-
},
|
|
357
|
-
"refs": []
|
|
358
|
-
},
|
|
359
|
-
"$blue-000": {
|
|
360
|
-
"computed": "#f1f8ff",
|
|
361
|
-
"values": [
|
|
362
|
-
"#f1f8ff"
|
|
363
|
-
],
|
|
364
|
-
"source": {
|
|
365
|
-
"path": "src/support/variables/color-system.scss",
|
|
366
|
-
"line": 20
|
|
367
|
-
},
|
|
368
|
-
"refs": [
|
|
369
|
-
"$bg-blue-light"
|
|
370
|
-
]
|
|
371
|
-
},
|
|
372
|
-
"$blue-100": {
|
|
373
|
-
"computed": "#dbedff",
|
|
374
|
-
"values": [
|
|
375
|
-
"#dbedff"
|
|
376
|
-
],
|
|
377
|
-
"source": {
|
|
378
|
-
"path": "src/support/variables/color-system.scss",
|
|
379
|
-
"line": 21
|
|
380
|
-
},
|
|
381
|
-
"refs": []
|
|
382
|
-
},
|
|
383
|
-
"$blue-200": {
|
|
384
|
-
"computed": "#c8e1ff",
|
|
385
|
-
"values": [
|
|
386
|
-
"#c8e1ff"
|
|
387
|
-
],
|
|
388
|
-
"source": {
|
|
389
|
-
"path": "src/support/variables/color-system.scss",
|
|
390
|
-
"line": 22
|
|
391
|
-
},
|
|
392
|
-
"refs": [
|
|
393
|
-
"$border-blue-light"
|
|
394
|
-
]
|
|
395
|
-
},
|
|
396
|
-
"$blue-300": {
|
|
397
|
-
"computed": "#79b8ff",
|
|
398
|
-
"values": [
|
|
399
|
-
"#79b8ff"
|
|
400
|
-
],
|
|
401
|
-
"source": {
|
|
402
|
-
"path": "src/support/variables/color-system.scss",
|
|
403
|
-
"line": 23
|
|
404
|
-
},
|
|
405
|
-
"refs": []
|
|
406
|
-
},
|
|
407
|
-
"$blue-400": {
|
|
408
|
-
"computed": "#2188ff",
|
|
409
|
-
"values": [
|
|
410
|
-
"#2188ff"
|
|
411
|
-
],
|
|
412
|
-
"source": {
|
|
413
|
-
"path": "src/support/variables/color-system.scss",
|
|
414
|
-
"line": 24
|
|
415
|
-
},
|
|
416
|
-
"refs": []
|
|
417
|
-
},
|
|
418
|
-
"$blue-500": {
|
|
419
|
-
"computed": "#0366d6",
|
|
420
|
-
"values": [
|
|
421
|
-
"#0366d6"
|
|
422
|
-
],
|
|
423
|
-
"source": {
|
|
424
|
-
"path": "src/support/variables/color-system.scss",
|
|
425
|
-
"line": 25
|
|
426
|
-
},
|
|
427
|
-
"refs": [
|
|
428
|
-
"$blue",
|
|
429
|
-
"$border-blue",
|
|
430
|
-
"$bg-blue",
|
|
431
|
-
"$text-blue"
|
|
432
|
-
]
|
|
433
|
-
},
|
|
434
|
-
"$blue-600": {
|
|
435
|
-
"computed": "#005cc5",
|
|
436
|
-
"values": [
|
|
437
|
-
"#005cc5"
|
|
438
|
-
],
|
|
439
|
-
"source": {
|
|
440
|
-
"path": "src/support/variables/color-system.scss",
|
|
441
|
-
"line": 26
|
|
442
|
-
},
|
|
443
|
-
"refs": []
|
|
444
|
-
},
|
|
445
|
-
"$blue-700": {
|
|
446
|
-
"computed": "#044289",
|
|
447
|
-
"values": [
|
|
448
|
-
"#044289"
|
|
449
|
-
],
|
|
450
|
-
"source": {
|
|
451
|
-
"path": "src/support/variables/color-system.scss",
|
|
452
|
-
"line": 27
|
|
453
|
-
},
|
|
454
|
-
"refs": []
|
|
455
|
-
},
|
|
456
|
-
"$blue-800": {
|
|
457
|
-
"computed": "#032f62",
|
|
458
|
-
"values": [
|
|
459
|
-
"#032f62"
|
|
460
|
-
],
|
|
461
|
-
"source": {
|
|
462
|
-
"path": "src/support/variables/color-system.scss",
|
|
463
|
-
"line": 28
|
|
464
|
-
},
|
|
465
|
-
"refs": []
|
|
466
|
-
},
|
|
467
|
-
"$blue-900": {
|
|
468
|
-
"computed": "#05264c",
|
|
469
|
-
"values": [
|
|
470
|
-
"#05264c"
|
|
471
|
-
],
|
|
472
|
-
"source": {
|
|
473
|
-
"path": "src/support/variables/color-system.scss",
|
|
474
|
-
"line": 29
|
|
475
|
-
},
|
|
476
|
-
"refs": []
|
|
477
|
-
},
|
|
478
|
-
"$body-font": {
|
|
479
|
-
"computed": "-apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji",
|
|
480
|
-
"values": [
|
|
481
|
-
"-apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\"",
|
|
482
|
-
"-apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji"
|
|
483
|
-
],
|
|
484
|
-
"source": {
|
|
485
|
-
"path": "src/support/variables/typography.scss",
|
|
486
|
-
"line": 35
|
|
487
|
-
},
|
|
488
|
-
"refs": []
|
|
489
|
-
},
|
|
490
|
-
"$body-font-size": {
|
|
491
|
-
"computed": "14px",
|
|
492
|
-
"values": [
|
|
493
|
-
"14px"
|
|
494
|
-
],
|
|
495
|
-
"source": {
|
|
496
|
-
"path": "src/support/variables/typography.scss",
|
|
497
|
-
"line": 41
|
|
498
|
-
},
|
|
499
|
-
"refs": []
|
|
500
|
-
},
|
|
501
|
-
"$body-line-height": {
|
|
502
|
-
"computed": "1.5",
|
|
503
|
-
"values": [
|
|
504
|
-
"$lh-default",
|
|
505
|
-
"1.5"
|
|
506
|
-
],
|
|
507
|
-
"source": {
|
|
508
|
-
"path": "src/support/variables/typography.scss",
|
|
509
|
-
"line": 42
|
|
510
|
-
},
|
|
511
|
-
"refs": []
|
|
512
|
-
},
|
|
513
|
-
"$border": {
|
|
514
|
-
"computed": "1px #e1e4e8 solid",
|
|
515
|
-
"values": [
|
|
516
|
-
"$border-width $border-color $border-style",
|
|
517
|
-
"1px $border-gray solid",
|
|
518
|
-
"1px $gray-200 solid",
|
|
519
|
-
"1px #e1e4e8 solid"
|
|
520
|
-
],
|
|
521
|
-
"source": {
|
|
522
|
-
"path": "src/support/variables/misc.scss",
|
|
523
|
-
"line": 7
|
|
524
|
-
},
|
|
525
|
-
"refs": []
|
|
526
|
-
},
|
|
527
|
-
"$border-black-fade": {
|
|
528
|
-
"computed": "rgba(27, 31, 35, 0.15)",
|
|
529
|
-
"values": [
|
|
530
|
-
"$black-fade-15",
|
|
531
|
-
"rgba($black, 0.15)",
|
|
532
|
-
"rgba(27, 31, 35, 0.15)"
|
|
533
|
-
],
|
|
534
|
-
"source": {
|
|
535
|
-
"path": "src/support/variables/colors.scss",
|
|
536
|
-
"line": 6
|
|
537
|
-
},
|
|
538
|
-
"refs": []
|
|
539
|
-
},
|
|
540
|
-
"$border-blue": {
|
|
541
|
-
"computed": "#0366d6",
|
|
542
|
-
"values": [
|
|
543
|
-
"$blue-500",
|
|
544
|
-
"#0366d6"
|
|
545
|
-
],
|
|
546
|
-
"source": {
|
|
547
|
-
"path": "src/support/variables/colors.scss",
|
|
548
|
-
"line": 12
|
|
549
|
-
},
|
|
550
|
-
"refs": []
|
|
551
|
-
},
|
|
552
|
-
"$border-blue-light": {
|
|
553
|
-
"computed": "#c8e1ff",
|
|
554
|
-
"values": [
|
|
555
|
-
"$blue-200",
|
|
556
|
-
"#c8e1ff"
|
|
557
|
-
],
|
|
558
|
-
"source": {
|
|
559
|
-
"path": "src/support/variables/colors.scss",
|
|
560
|
-
"line": 13
|
|
561
|
-
},
|
|
562
|
-
"refs": []
|
|
563
|
-
},
|
|
564
|
-
"$border-color": {
|
|
565
|
-
"computed": "#e1e4e8",
|
|
566
|
-
"values": [
|
|
567
|
-
"$border-gray",
|
|
568
|
-
"$gray-200",
|
|
569
|
-
"#e1e4e8"
|
|
570
|
-
],
|
|
571
|
-
"source": {
|
|
572
|
-
"path": "src/support/variables/misc.scss",
|
|
573
|
-
"line": 5
|
|
574
|
-
},
|
|
575
|
-
"refs": []
|
|
576
|
-
},
|
|
577
|
-
"$border-color-button": {
|
|
578
|
-
"computed": "rgba(27, 31, 35, 0.15)",
|
|
579
|
-
"values": [
|
|
580
|
-
"$black-fade-15",
|
|
581
|
-
"rgba($black, 0.15)",
|
|
582
|
-
"rgba(27, 31, 35, 0.15)"
|
|
583
|
-
],
|
|
584
|
-
"source": {
|
|
585
|
-
"path": "src/support/variables/misc.scss",
|
|
586
|
-
"line": 25
|
|
587
|
-
},
|
|
588
|
-
"refs": []
|
|
589
|
-
},
|
|
590
|
-
"$border-gray": {
|
|
591
|
-
"computed": "#e1e4e8",
|
|
592
|
-
"values": [
|
|
593
|
-
"$gray-200",
|
|
594
|
-
"#e1e4e8"
|
|
595
|
-
],
|
|
596
|
-
"source": {
|
|
597
|
-
"path": "src/support/variables/colors.scss",
|
|
598
|
-
"line": 11
|
|
599
|
-
},
|
|
600
|
-
"refs": [
|
|
601
|
-
"$border-color"
|
|
602
|
-
]
|
|
603
|
-
},
|
|
604
|
-
"$border-gray-dark": {
|
|
605
|
-
"computed": "#d1d5da",
|
|
606
|
-
"values": [
|
|
607
|
-
"$gray-300",
|
|
608
|
-
"#d1d5da"
|
|
609
|
-
],
|
|
610
|
-
"source": {
|
|
611
|
-
"path": "src/support/variables/colors.scss",
|
|
612
|
-
"line": 8
|
|
613
|
-
},
|
|
614
|
-
"refs": []
|
|
615
|
-
},
|
|
616
|
-
"$border-gray-darker": {
|
|
617
|
-
"computed": "#444d56",
|
|
618
|
-
"values": [
|
|
619
|
-
"$gray-700",
|
|
620
|
-
"#444d56"
|
|
621
|
-
],
|
|
622
|
-
"source": {
|
|
623
|
-
"path": "src/support/variables/colors.scss",
|
|
624
|
-
"line": 9
|
|
625
|
-
},
|
|
626
|
-
"refs": []
|
|
627
|
-
},
|
|
628
|
-
"$border-gray-light": {
|
|
629
|
-
"computed": "#eaecef",
|
|
630
|
-
"values": [
|
|
631
|
-
"lighten($gray-200, 3%)",
|
|
632
|
-
"#eaecef"
|
|
633
|
-
],
|
|
634
|
-
"source": {
|
|
635
|
-
"path": "src/support/variables/colors.scss",
|
|
636
|
-
"line": 10
|
|
637
|
-
},
|
|
638
|
-
"refs": []
|
|
639
|
-
},
|
|
640
|
-
"$border-green": {
|
|
641
|
-
"computed": "#34d058",
|
|
642
|
-
"values": [
|
|
643
|
-
"$green-400",
|
|
644
|
-
"#34d058"
|
|
645
|
-
],
|
|
646
|
-
"source": {
|
|
647
|
-
"path": "src/support/variables/colors.scss",
|
|
648
|
-
"line": 14
|
|
649
|
-
},
|
|
650
|
-
"refs": []
|
|
651
|
-
},
|
|
652
|
-
"$border-green-light": {
|
|
653
|
-
"computed": "#a2cbac",
|
|
654
|
-
"values": [
|
|
655
|
-
"desaturate($green-300, 40%)",
|
|
656
|
-
"#a2cbac"
|
|
657
|
-
],
|
|
658
|
-
"source": {
|
|
659
|
-
"path": "src/support/variables/colors.scss",
|
|
660
|
-
"line": 15
|
|
661
|
-
},
|
|
662
|
-
"refs": []
|
|
663
|
-
},
|
|
664
|
-
"$border-purple": {
|
|
665
|
-
"computed": "#6f42c1",
|
|
666
|
-
"values": [
|
|
667
|
-
"$purple",
|
|
668
|
-
"$purple-500",
|
|
669
|
-
"#6f42c1"
|
|
670
|
-
],
|
|
671
|
-
"source": {
|
|
672
|
-
"path": "src/support/variables/colors.scss",
|
|
673
|
-
"line": 16
|
|
674
|
-
},
|
|
675
|
-
"refs": []
|
|
676
|
-
},
|
|
677
|
-
"$border-radius": {
|
|
678
|
-
"computed": "6px",
|
|
679
|
-
"values": [
|
|
680
|
-
"$border-radius-2",
|
|
681
|
-
"6px"
|
|
682
|
-
],
|
|
683
|
-
"source": {
|
|
684
|
-
"path": "src/support/variables/misc.scss",
|
|
685
|
-
"line": 12
|
|
686
|
-
},
|
|
687
|
-
"refs": []
|
|
688
|
-
},
|
|
689
|
-
"$border-radius-1": {
|
|
690
|
-
"computed": "4px",
|
|
691
|
-
"values": [
|
|
692
|
-
"4px"
|
|
693
|
-
],
|
|
694
|
-
"source": {
|
|
695
|
-
"path": "src/support/variables/misc.scss",
|
|
696
|
-
"line": 10
|
|
697
|
-
},
|
|
698
|
-
"refs": []
|
|
699
|
-
},
|
|
700
|
-
"$border-radius-2": {
|
|
701
|
-
"computed": "6px",
|
|
702
|
-
"values": [
|
|
703
|
-
"6px"
|
|
704
|
-
],
|
|
705
|
-
"source": {
|
|
706
|
-
"path": "src/support/variables/misc.scss",
|
|
707
|
-
"line": 11
|
|
708
|
-
},
|
|
709
|
-
"refs": [
|
|
710
|
-
"$border-radius"
|
|
711
|
-
]
|
|
712
|
-
},
|
|
713
|
-
"$border-red": {
|
|
714
|
-
"computed": "#d73a49",
|
|
715
|
-
"values": [
|
|
716
|
-
"$red",
|
|
717
|
-
"$red-500",
|
|
718
|
-
"#d73a49"
|
|
719
|
-
],
|
|
720
|
-
"source": {
|
|
721
|
-
"path": "src/support/variables/colors.scss",
|
|
722
|
-
"line": 17
|
|
723
|
-
},
|
|
724
|
-
"refs": []
|
|
725
|
-
},
|
|
726
|
-
"$border-red-light": {
|
|
727
|
-
"computed": "#f97583",
|
|
728
|
-
"values": [
|
|
729
|
-
"$red-300",
|
|
730
|
-
"#f97583"
|
|
731
|
-
],
|
|
732
|
-
"source": {
|
|
733
|
-
"path": "src/support/variables/colors.scss",
|
|
734
|
-
"line": 18
|
|
735
|
-
},
|
|
736
|
-
"refs": []
|
|
737
|
-
},
|
|
738
|
-
"$border-style": {
|
|
739
|
-
"computed": "solid",
|
|
740
|
-
"values": [
|
|
741
|
-
"solid"
|
|
742
|
-
],
|
|
743
|
-
"source": {
|
|
744
|
-
"path": "src/support/variables/misc.scss",
|
|
745
|
-
"line": 6
|
|
746
|
-
},
|
|
747
|
-
"refs": []
|
|
748
|
-
},
|
|
749
|
-
"$border-white": {
|
|
750
|
-
"computed": "#fff",
|
|
751
|
-
"values": [
|
|
752
|
-
"$white",
|
|
753
|
-
"#fff"
|
|
754
|
-
],
|
|
755
|
-
"source": {
|
|
756
|
-
"path": "src/support/variables/colors.scss",
|
|
757
|
-
"line": 5
|
|
758
|
-
},
|
|
759
|
-
"refs": []
|
|
760
|
-
},
|
|
761
|
-
"$border-white-fade": {
|
|
762
|
-
"computed": "rgba(255, 255, 255, 0.15)",
|
|
763
|
-
"values": [
|
|
764
|
-
"$white-fade-15",
|
|
765
|
-
"rgba($white, 0.15)",
|
|
766
|
-
"rgba(255, 255, 255, 0.15)"
|
|
767
|
-
],
|
|
768
|
-
"source": {
|
|
769
|
-
"path": "src/support/variables/colors.scss",
|
|
770
|
-
"line": 7
|
|
771
|
-
},
|
|
772
|
-
"refs": []
|
|
773
|
-
},
|
|
774
|
-
"$border-width": {
|
|
775
|
-
"computed": "1px",
|
|
776
|
-
"values": [
|
|
777
|
-
"1px"
|
|
778
|
-
],
|
|
779
|
-
"source": {
|
|
780
|
-
"path": "src/support/variables/misc.scss",
|
|
781
|
-
"line": 4
|
|
782
|
-
},
|
|
783
|
-
"refs": []
|
|
784
|
-
},
|
|
785
|
-
"$border-yellow": {
|
|
786
|
-
"computed": "#f9c513",
|
|
787
|
-
"values": [
|
|
788
|
-
"$yellow-600",
|
|
789
|
-
"#f9c513"
|
|
790
|
-
],
|
|
791
|
-
"source": {
|
|
792
|
-
"path": "src/support/variables/colors.scss",
|
|
793
|
-
"line": 19
|
|
794
|
-
},
|
|
795
|
-
"refs": []
|
|
796
|
-
},
|
|
797
|
-
"$box-shadow": {
|
|
798
|
-
"computed": "0 1px 0 rgba(27, 31, 35, 0.04)",
|
|
799
|
-
"values": [
|
|
800
|
-
"0 1px 0 rgba($black, 0.04)",
|
|
801
|
-
"0 1px 0 rgba(27, 31, 35, 0.04)"
|
|
802
|
-
],
|
|
803
|
-
"source": {
|
|
804
|
-
"path": "src/support/variables/misc.scss",
|
|
805
|
-
"line": 15
|
|
806
|
-
},
|
|
807
|
-
"refs": []
|
|
808
|
-
},
|
|
809
|
-
"$box-shadow-extra-large": {
|
|
810
|
-
"computed": "0 12px 48px rgba(149, 157, 165, 0.3)",
|
|
811
|
-
"values": [
|
|
812
|
-
"0 12px 48px rgba($gray-400, 0.3)",
|
|
813
|
-
"0 12px 48px rgba(149, 157, 165, 0.3)"
|
|
814
|
-
],
|
|
815
|
-
"source": {
|
|
816
|
-
"path": "src/support/variables/misc.scss",
|
|
817
|
-
"line": 18
|
|
818
|
-
},
|
|
819
|
-
"refs": []
|
|
820
|
-
},
|
|
821
|
-
"$box-shadow-focus": {
|
|
822
|
-
"computed": "0 0 0 3px rgba(3, 102, 214, 0.3)",
|
|
823
|
-
"values": [
|
|
824
|
-
"0 0 0 3px rgba($border-blue, 0.3)",
|
|
825
|
-
"0 0 0 3px rgba(3, 102, 214, 0.3)"
|
|
826
|
-
],
|
|
827
|
-
"source": {
|
|
828
|
-
"path": "src/support/variables/misc.scss",
|
|
829
|
-
"line": 22
|
|
830
|
-
},
|
|
831
|
-
"refs": []
|
|
832
|
-
},
|
|
833
|
-
"$box-shadow-highlight": {
|
|
834
|
-
"computed": "inset 0 1px 0 rgba(255, 255, 255, 0.25)",
|
|
835
|
-
"values": [
|
|
836
|
-
"inset 0 1px 0 rgba($white, 0.25)",
|
|
837
|
-
"inset 0 1px 0 rgba(255, 255, 255, 0.25)"
|
|
838
|
-
],
|
|
839
|
-
"source": {
|
|
840
|
-
"path": "src/support/variables/misc.scss",
|
|
841
|
-
"line": 20
|
|
842
|
-
},
|
|
843
|
-
"refs": []
|
|
844
|
-
},
|
|
845
|
-
"$box-shadow-inset": {
|
|
846
|
-
"computed": "inset 0 1px 0 rgba(225, 228, 232, 0.2)",
|
|
847
|
-
"values": [
|
|
848
|
-
"inset 0 1px 0 rgba($border-color, 0.2)",
|
|
849
|
-
"inset 0 1px 0 rgba(225, 228, 232, 0.2)"
|
|
850
|
-
],
|
|
851
|
-
"source": {
|
|
852
|
-
"path": "src/support/variables/misc.scss",
|
|
853
|
-
"line": 21
|
|
854
|
-
},
|
|
855
|
-
"refs": []
|
|
856
|
-
},
|
|
857
|
-
"$box-shadow-large": {
|
|
858
|
-
"computed": "0 8px 24px rgba(149, 157, 165, 0.2)",
|
|
859
|
-
"values": [
|
|
860
|
-
"0 8px 24px rgba($gray-400, 0.2)",
|
|
861
|
-
"0 8px 24px rgba(149, 157, 165, 0.2)"
|
|
862
|
-
],
|
|
863
|
-
"source": {
|
|
864
|
-
"path": "src/support/variables/misc.scss",
|
|
865
|
-
"line": 17
|
|
866
|
-
},
|
|
867
|
-
"refs": []
|
|
868
|
-
},
|
|
869
|
-
"$box-shadow-medium": {
|
|
870
|
-
"computed": "0 3px 6px rgba(149, 157, 165, 0.15)",
|
|
871
|
-
"values": [
|
|
872
|
-
"0 3px 6px rgba($gray-400, 0.15)",
|
|
873
|
-
"0 3px 6px rgba(149, 157, 165, 0.15)"
|
|
874
|
-
],
|
|
875
|
-
"source": {
|
|
876
|
-
"path": "src/support/variables/misc.scss",
|
|
877
|
-
"line": 16
|
|
878
|
-
},
|
|
879
|
-
"refs": []
|
|
880
|
-
},
|
|
881
|
-
"$btn-active-shadow": {
|
|
882
|
-
"computed": "inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15)",
|
|
883
|
-
"values": [
|
|
884
|
-
"inset 0 0.15em 0.3em $black-fade-15",
|
|
885
|
-
"inset 0 0.15em 0.3em rgba($black, 0.15)",
|
|
886
|
-
"inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15)"
|
|
887
|
-
],
|
|
888
|
-
"source": {
|
|
889
|
-
"path": "src/support/variables/misc.scss",
|
|
890
|
-
"line": 26
|
|
891
|
-
},
|
|
892
|
-
"refs": []
|
|
893
|
-
},
|
|
894
|
-
"$btn-input-focus-shadow": {
|
|
895
|
-
"computed": "0 0 0 0.2em rgba(3, 102, 214, 0.3)",
|
|
896
|
-
"values": [
|
|
897
|
-
"0 0 0 0.2em rgba($blue, 0.3)",
|
|
898
|
-
"0 0 0 0.2em rgba(3, 102, 214, 0.3)"
|
|
899
|
-
],
|
|
900
|
-
"source": {
|
|
901
|
-
"path": "src/support/variables/misc.scss",
|
|
902
|
-
"line": 30
|
|
903
|
-
},
|
|
904
|
-
"refs": []
|
|
905
|
-
},
|
|
906
|
-
"$container-lg": {
|
|
907
|
-
"computed": "1012px",
|
|
908
|
-
"values": [
|
|
909
|
-
"$width-lg",
|
|
910
|
-
"1012px"
|
|
911
|
-
],
|
|
912
|
-
"source": {
|
|
913
|
-
"path": "src/support/variables/layout.scss",
|
|
914
|
-
"line": 106
|
|
915
|
-
},
|
|
916
|
-
"refs": []
|
|
917
|
-
},
|
|
918
|
-
"$container-md": {
|
|
919
|
-
"computed": "768px",
|
|
920
|
-
"values": [
|
|
921
|
-
"$width-md",
|
|
922
|
-
"768px"
|
|
923
|
-
],
|
|
924
|
-
"source": {
|
|
925
|
-
"path": "src/support/variables/layout.scss",
|
|
926
|
-
"line": 105
|
|
927
|
-
},
|
|
928
|
-
"refs": []
|
|
929
|
-
},
|
|
930
|
-
"$container-sm": {
|
|
931
|
-
"computed": "544px",
|
|
932
|
-
"values": [
|
|
933
|
-
"$width-sm",
|
|
934
|
-
"544px"
|
|
935
|
-
],
|
|
936
|
-
"source": {
|
|
937
|
-
"path": "src/support/variables/layout.scss",
|
|
938
|
-
"line": 104
|
|
939
|
-
},
|
|
940
|
-
"refs": []
|
|
941
|
-
},
|
|
942
|
-
"$container-width": {
|
|
943
|
-
"computed": "980px",
|
|
944
|
-
"values": [
|
|
945
|
-
"980px"
|
|
946
|
-
],
|
|
947
|
-
"source": {
|
|
948
|
-
"path": "src/support/variables/layout.scss",
|
|
949
|
-
"line": 89
|
|
950
|
-
},
|
|
951
|
-
"refs": []
|
|
952
|
-
},
|
|
953
|
-
"$container-xl": {
|
|
954
|
-
"computed": "1280px",
|
|
955
|
-
"values": [
|
|
956
|
-
"$width-xl",
|
|
957
|
-
"1280px"
|
|
958
|
-
],
|
|
959
|
-
"source": {
|
|
960
|
-
"path": "src/support/variables/layout.scss",
|
|
961
|
-
"line": 107
|
|
962
|
-
},
|
|
963
|
-
"refs": []
|
|
964
|
-
},
|
|
965
|
-
"$em-spacer-1": {
|
|
966
|
-
"computed": "0.0625em",
|
|
967
|
-
"values": [
|
|
968
|
-
"0.0625em"
|
|
969
|
-
],
|
|
970
|
-
"source": {
|
|
971
|
-
"path": "src/support/variables/layout.scss",
|
|
972
|
-
"line": 67
|
|
973
|
-
},
|
|
974
|
-
"refs": []
|
|
975
|
-
},
|
|
976
|
-
"$em-spacer-2": {
|
|
977
|
-
"computed": "0.125em",
|
|
978
|
-
"values": [
|
|
979
|
-
"0.125em"
|
|
980
|
-
],
|
|
981
|
-
"source": {
|
|
982
|
-
"path": "src/support/variables/layout.scss",
|
|
983
|
-
"line": 68
|
|
984
|
-
},
|
|
985
|
-
"refs": []
|
|
986
|
-
},
|
|
987
|
-
"$em-spacer-3": {
|
|
988
|
-
"computed": "0.25em",
|
|
989
|
-
"values": [
|
|
990
|
-
"0.25em"
|
|
991
|
-
],
|
|
992
|
-
"source": {
|
|
993
|
-
"path": "src/support/variables/layout.scss",
|
|
994
|
-
"line": 69
|
|
995
|
-
},
|
|
996
|
-
"refs": []
|
|
997
|
-
},
|
|
998
|
-
"$em-spacer-4": {
|
|
999
|
-
"computed": "0.375em",
|
|
1000
|
-
"values": [
|
|
1001
|
-
"0.375em"
|
|
1002
|
-
],
|
|
1003
|
-
"source": {
|
|
1004
|
-
"path": "src/support/variables/layout.scss",
|
|
1005
|
-
"line": 70
|
|
1006
|
-
},
|
|
1007
|
-
"refs": []
|
|
1008
|
-
},
|
|
1009
|
-
"$em-spacer-5": {
|
|
1010
|
-
"computed": "0.5em",
|
|
1011
|
-
"values": [
|
|
1012
|
-
"0.5em"
|
|
1013
|
-
],
|
|
1014
|
-
"source": {
|
|
1015
|
-
"path": "src/support/variables/layout.scss",
|
|
1016
|
-
"line": 71
|
|
1017
|
-
},
|
|
1018
|
-
"refs": []
|
|
1019
|
-
},
|
|
1020
|
-
"$em-spacer-6": {
|
|
1021
|
-
"computed": "0.75em",
|
|
1022
|
-
"values": [
|
|
1023
|
-
"0.75em"
|
|
1024
|
-
],
|
|
1025
|
-
"source": {
|
|
1026
|
-
"path": "src/support/variables/layout.scss",
|
|
1027
|
-
"line": 72
|
|
1028
|
-
},
|
|
1029
|
-
"refs": []
|
|
1030
|
-
},
|
|
1031
|
-
"$font-size-small": {
|
|
1032
|
-
"computed": "12px",
|
|
1033
|
-
"values": [
|
|
1034
|
-
"12px"
|
|
1035
|
-
],
|
|
1036
|
-
"source": {
|
|
1037
|
-
"path": "src/support/variables/typography.scss",
|
|
1038
|
-
"line": 21
|
|
1039
|
-
},
|
|
1040
|
-
"refs": []
|
|
1041
|
-
},
|
|
1042
|
-
"$font-weight-bold": {
|
|
1043
|
-
"computed": "600",
|
|
1044
|
-
"values": [
|
|
1045
|
-
"600"
|
|
1046
|
-
],
|
|
1047
|
-
"source": {
|
|
1048
|
-
"path": "src/support/variables/typography.scss",
|
|
1049
|
-
"line": 24
|
|
1050
|
-
},
|
|
1051
|
-
"refs": []
|
|
1052
|
-
},
|
|
1053
|
-
"$font-weight-light": {
|
|
1054
|
-
"computed": "300",
|
|
2
|
+
"$h00-size-mobile": {
|
|
1055
3
|
"values": [
|
|
1056
|
-
"
|
|
4
|
+
"40px"
|
|
1057
5
|
],
|
|
1058
6
|
"source": {
|
|
1059
7
|
"path": "src/support/variables/typography.scss",
|
|
1060
|
-
"line":
|
|
8
|
+
"line": 5
|
|
1061
9
|
},
|
|
1062
|
-
"
|
|
10
|
+
"computed": "40px"
|
|
1063
11
|
},
|
|
1064
|
-
"$
|
|
1065
|
-
"computed": "400",
|
|
12
|
+
"$h0-size-mobile": {
|
|
1066
13
|
"values": [
|
|
1067
|
-
"
|
|
14
|
+
"32px"
|
|
1068
15
|
],
|
|
1069
16
|
"source": {
|
|
1070
17
|
"path": "src/support/variables/typography.scss",
|
|
1071
|
-
"line":
|
|
18
|
+
"line": 6
|
|
1072
19
|
},
|
|
1073
|
-
"
|
|
20
|
+
"computed": "32px"
|
|
1074
21
|
},
|
|
1075
|
-
"$
|
|
1076
|
-
"computed": "500",
|
|
22
|
+
"$h1-size-mobile": {
|
|
1077
23
|
"values": [
|
|
1078
|
-
"
|
|
24
|
+
"26px"
|
|
1079
25
|
],
|
|
1080
26
|
"source": {
|
|
1081
27
|
"path": "src/support/variables/typography.scss",
|
|
1082
|
-
"line":
|
|
1083
|
-
},
|
|
1084
|
-
"refs": []
|
|
1085
|
-
},
|
|
1086
|
-
"$form-control-shadow": {
|
|
1087
|
-
"computed": "inset 0 1px 2px rgba(27, 31, 35, 0.075)",
|
|
1088
|
-
"values": [
|
|
1089
|
-
"inset 0 1px 2px rgba($black, 0.075)",
|
|
1090
|
-
"inset 0 1px 2px rgba(27, 31, 35, 0.075)"
|
|
1091
|
-
],
|
|
1092
|
-
"source": {
|
|
1093
|
-
"path": "src/support/variables/misc.scss",
|
|
1094
|
-
"line": 29
|
|
1095
|
-
},
|
|
1096
|
-
"refs": []
|
|
1097
|
-
},
|
|
1098
|
-
"$gray": {
|
|
1099
|
-
"computed": "#6a737d",
|
|
1100
|
-
"values": [
|
|
1101
|
-
"$gray-500",
|
|
1102
|
-
"#6a737d"
|
|
1103
|
-
],
|
|
1104
|
-
"source": {
|
|
1105
|
-
"path": "src/support/variables/color-system.scss",
|
|
1106
|
-
"line": 126
|
|
1107
|
-
},
|
|
1108
|
-
"refs": []
|
|
1109
|
-
},
|
|
1110
|
-
"$gray-000": {
|
|
1111
|
-
"computed": "#fafbfc",
|
|
1112
|
-
"values": [
|
|
1113
|
-
"#fafbfc"
|
|
1114
|
-
],
|
|
1115
|
-
"source": {
|
|
1116
|
-
"path": "src/support/variables/color-system.scss",
|
|
1117
|
-
"line": 8
|
|
1118
|
-
},
|
|
1119
|
-
"refs": [
|
|
1120
|
-
"$bg-gray-light"
|
|
1121
|
-
]
|
|
1122
|
-
},
|
|
1123
|
-
"$gray-100": {
|
|
1124
|
-
"computed": "#f6f8fa",
|
|
1125
|
-
"values": [
|
|
1126
|
-
"#f6f8fa"
|
|
1127
|
-
],
|
|
1128
|
-
"source": {
|
|
1129
|
-
"path": "src/support/variables/color-system.scss",
|
|
1130
|
-
"line": 9
|
|
1131
|
-
},
|
|
1132
|
-
"refs": [
|
|
1133
|
-
"$bg-gray"
|
|
1134
|
-
]
|
|
1135
|
-
},
|
|
1136
|
-
"$gray-200": {
|
|
1137
|
-
"computed": "#e1e4e8",
|
|
1138
|
-
"values": [
|
|
1139
|
-
"#e1e4e8"
|
|
1140
|
-
],
|
|
1141
|
-
"source": {
|
|
1142
|
-
"path": "src/support/variables/color-system.scss",
|
|
1143
|
-
"line": 10
|
|
1144
|
-
},
|
|
1145
|
-
"refs": [
|
|
1146
|
-
"$border-gray",
|
|
1147
|
-
"$border-color"
|
|
1148
|
-
]
|
|
1149
|
-
},
|
|
1150
|
-
"$gray-300": {
|
|
1151
|
-
"computed": "#d1d5da",
|
|
1152
|
-
"values": [
|
|
1153
|
-
"#d1d5da"
|
|
1154
|
-
],
|
|
1155
|
-
"source": {
|
|
1156
|
-
"path": "src/support/variables/color-system.scss",
|
|
1157
|
-
"line": 11
|
|
1158
|
-
},
|
|
1159
|
-
"refs": [
|
|
1160
|
-
"$border-gray-dark",
|
|
1161
|
-
"$bg-diffstat-neutral"
|
|
1162
|
-
]
|
|
1163
|
-
},
|
|
1164
|
-
"$gray-400": {
|
|
1165
|
-
"computed": "#959da5",
|
|
1166
|
-
"values": [
|
|
1167
|
-
"#959da5"
|
|
1168
|
-
],
|
|
1169
|
-
"source": {
|
|
1170
|
-
"path": "src/support/variables/color-system.scss",
|
|
1171
|
-
"line": 12
|
|
1172
|
-
},
|
|
1173
|
-
"refs": [
|
|
1174
|
-
"$gray-light"
|
|
1175
|
-
]
|
|
1176
|
-
},
|
|
1177
|
-
"$gray-500": {
|
|
1178
|
-
"computed": "#6a737d",
|
|
1179
|
-
"values": [
|
|
1180
|
-
"#6a737d"
|
|
1181
|
-
],
|
|
1182
|
-
"source": {
|
|
1183
|
-
"path": "src/support/variables/color-system.scss",
|
|
1184
|
-
"line": 13
|
|
1185
|
-
},
|
|
1186
|
-
"refs": [
|
|
1187
|
-
"$gray",
|
|
1188
|
-
"$text-gray-light"
|
|
1189
|
-
]
|
|
1190
|
-
},
|
|
1191
|
-
"$gray-600": {
|
|
1192
|
-
"computed": "#586069",
|
|
1193
|
-
"values": [
|
|
1194
|
-
"#586069"
|
|
1195
|
-
],
|
|
1196
|
-
"source": {
|
|
1197
|
-
"path": "src/support/variables/color-system.scss",
|
|
1198
|
-
"line": 14
|
|
1199
|
-
},
|
|
1200
|
-
"refs": [
|
|
1201
|
-
"$text-gray"
|
|
1202
|
-
]
|
|
1203
|
-
},
|
|
1204
|
-
"$gray-700": {
|
|
1205
|
-
"computed": "#444d56",
|
|
1206
|
-
"values": [
|
|
1207
|
-
"#444d56"
|
|
1208
|
-
],
|
|
1209
|
-
"source": {
|
|
1210
|
-
"path": "src/support/variables/color-system.scss",
|
|
1211
|
-
"line": 15
|
|
1212
|
-
},
|
|
1213
|
-
"refs": [
|
|
1214
|
-
"$border-gray-darker"
|
|
1215
|
-
]
|
|
1216
|
-
},
|
|
1217
|
-
"$gray-800": {
|
|
1218
|
-
"computed": "#2f363d",
|
|
1219
|
-
"values": [
|
|
1220
|
-
"#2f363d"
|
|
1221
|
-
],
|
|
1222
|
-
"source": {
|
|
1223
|
-
"path": "src/support/variables/color-system.scss",
|
|
1224
|
-
"line": 16
|
|
1225
|
-
},
|
|
1226
|
-
"refs": []
|
|
1227
|
-
},
|
|
1228
|
-
"$gray-900": {
|
|
1229
|
-
"computed": "#24292e",
|
|
1230
|
-
"values": [
|
|
1231
|
-
"#24292e"
|
|
1232
|
-
],
|
|
1233
|
-
"source": {
|
|
1234
|
-
"path": "src/support/variables/color-system.scss",
|
|
1235
|
-
"line": 17
|
|
1236
|
-
},
|
|
1237
|
-
"refs": [
|
|
1238
|
-
"$gray-dark",
|
|
1239
|
-
"$bg-gray-dark",
|
|
1240
|
-
"$text-gray-dark"
|
|
1241
|
-
]
|
|
1242
|
-
},
|
|
1243
|
-
"$gray-dark": {
|
|
1244
|
-
"computed": "#24292e",
|
|
1245
|
-
"values": [
|
|
1246
|
-
"$gray-900",
|
|
1247
|
-
"#24292e"
|
|
1248
|
-
],
|
|
1249
|
-
"source": {
|
|
1250
|
-
"path": "src/support/variables/color-system.scss",
|
|
1251
|
-
"line": 124
|
|
1252
|
-
},
|
|
1253
|
-
"refs": []
|
|
1254
|
-
},
|
|
1255
|
-
"$gray-light": {
|
|
1256
|
-
"computed": "#959da5",
|
|
1257
|
-
"values": [
|
|
1258
|
-
"$gray-400",
|
|
1259
|
-
"#959da5"
|
|
1260
|
-
],
|
|
1261
|
-
"source": {
|
|
1262
|
-
"path": "src/support/variables/color-system.scss",
|
|
1263
|
-
"line": 125
|
|
1264
|
-
},
|
|
1265
|
-
"refs": []
|
|
1266
|
-
},
|
|
1267
|
-
"$green": {
|
|
1268
|
-
"computed": "#28a745",
|
|
1269
|
-
"values": [
|
|
1270
|
-
"$green-500",
|
|
1271
|
-
"#28a745"
|
|
1272
|
-
],
|
|
1273
|
-
"source": {
|
|
1274
|
-
"path": "src/support/variables/color-system.scss",
|
|
1275
|
-
"line": 120
|
|
1276
|
-
},
|
|
1277
|
-
"refs": []
|
|
1278
|
-
},
|
|
1279
|
-
"$green-000": {
|
|
1280
|
-
"computed": "#f0fff4",
|
|
1281
|
-
"values": [
|
|
1282
|
-
"#f0fff4"
|
|
1283
|
-
],
|
|
1284
|
-
"source": {
|
|
1285
|
-
"path": "src/support/variables/color-system.scss",
|
|
1286
|
-
"line": 32
|
|
1287
|
-
},
|
|
1288
|
-
"refs": []
|
|
1289
|
-
},
|
|
1290
|
-
"$green-100": {
|
|
1291
|
-
"computed": "#dcffe4",
|
|
1292
|
-
"values": [
|
|
1293
|
-
"#dcffe4"
|
|
1294
|
-
],
|
|
1295
|
-
"source": {
|
|
1296
|
-
"path": "src/support/variables/color-system.scss",
|
|
1297
|
-
"line": 33
|
|
1298
|
-
},
|
|
1299
|
-
"refs": [
|
|
1300
|
-
"$bg-green-light"
|
|
1301
|
-
]
|
|
1302
|
-
},
|
|
1303
|
-
"$green-200": {
|
|
1304
|
-
"computed": "#bef5cb",
|
|
1305
|
-
"values": [
|
|
1306
|
-
"#bef5cb"
|
|
1307
|
-
],
|
|
1308
|
-
"source": {
|
|
1309
|
-
"path": "src/support/variables/color-system.scss",
|
|
1310
|
-
"line": 34
|
|
1311
|
-
},
|
|
1312
|
-
"refs": []
|
|
1313
|
-
},
|
|
1314
|
-
"$green-300": {
|
|
1315
|
-
"computed": "#85e89d",
|
|
1316
|
-
"values": [
|
|
1317
|
-
"#85e89d"
|
|
1318
|
-
],
|
|
1319
|
-
"source": {
|
|
1320
|
-
"path": "src/support/variables/color-system.scss",
|
|
1321
|
-
"line": 35
|
|
1322
|
-
},
|
|
1323
|
-
"refs": []
|
|
1324
|
-
},
|
|
1325
|
-
"$green-400": {
|
|
1326
|
-
"computed": "#34d058",
|
|
1327
|
-
"values": [
|
|
1328
|
-
"#34d058"
|
|
1329
|
-
],
|
|
1330
|
-
"source": {
|
|
1331
|
-
"path": "src/support/variables/color-system.scss",
|
|
1332
|
-
"line": 36
|
|
1333
|
-
},
|
|
1334
|
-
"refs": [
|
|
1335
|
-
"$border-green"
|
|
1336
|
-
]
|
|
1337
|
-
},
|
|
1338
|
-
"$green-500": {
|
|
1339
|
-
"computed": "#28a745",
|
|
1340
|
-
"values": [
|
|
1341
|
-
"#28a745"
|
|
1342
|
-
],
|
|
1343
|
-
"source": {
|
|
1344
|
-
"path": "src/support/variables/color-system.scss",
|
|
1345
|
-
"line": 37
|
|
1346
|
-
},
|
|
1347
|
-
"refs": [
|
|
1348
|
-
"$green",
|
|
1349
|
-
"$bg-green"
|
|
1350
|
-
]
|
|
1351
|
-
},
|
|
1352
|
-
"$green-600": {
|
|
1353
|
-
"computed": "#22863a",
|
|
1354
|
-
"values": [
|
|
1355
|
-
"#22863a"
|
|
1356
|
-
],
|
|
1357
|
-
"source": {
|
|
1358
|
-
"path": "src/support/variables/color-system.scss",
|
|
1359
|
-
"line": 38
|
|
1360
|
-
},
|
|
1361
|
-
"refs": [
|
|
1362
|
-
"$text-green"
|
|
1363
|
-
]
|
|
1364
|
-
},
|
|
1365
|
-
"$green-700": {
|
|
1366
|
-
"computed": "#176f2c",
|
|
1367
|
-
"values": [
|
|
1368
|
-
"#176f2c"
|
|
1369
|
-
],
|
|
1370
|
-
"source": {
|
|
1371
|
-
"path": "src/support/variables/color-system.scss",
|
|
1372
|
-
"line": 39
|
|
1373
|
-
},
|
|
1374
|
-
"refs": []
|
|
1375
|
-
},
|
|
1376
|
-
"$green-800": {
|
|
1377
|
-
"computed": "#165c26",
|
|
1378
|
-
"values": [
|
|
1379
|
-
"#165c26"
|
|
1380
|
-
],
|
|
1381
|
-
"source": {
|
|
1382
|
-
"path": "src/support/variables/color-system.scss",
|
|
1383
|
-
"line": 40
|
|
1384
|
-
},
|
|
1385
|
-
"refs": []
|
|
1386
|
-
},
|
|
1387
|
-
"$green-900": {
|
|
1388
|
-
"computed": "#144620",
|
|
1389
|
-
"values": [
|
|
1390
|
-
"#144620"
|
|
1391
|
-
],
|
|
1392
|
-
"source": {
|
|
1393
|
-
"path": "src/support/variables/color-system.scss",
|
|
1394
|
-
"line": 41
|
|
1395
|
-
},
|
|
1396
|
-
"refs": []
|
|
1397
|
-
},
|
|
1398
|
-
"$grid-gutter": {
|
|
1399
|
-
"computed": "10px",
|
|
1400
|
-
"values": [
|
|
1401
|
-
"10px"
|
|
1402
|
-
],
|
|
1403
|
-
"source": {
|
|
1404
|
-
"path": "src/support/variables/layout.scss",
|
|
1405
|
-
"line": 90
|
|
28
|
+
"line": 7
|
|
1406
29
|
},
|
|
1407
|
-
"
|
|
30
|
+
"computed": "26px"
|
|
1408
31
|
},
|
|
1409
|
-
"$
|
|
1410
|
-
"computed": "40px",
|
|
32
|
+
"$h2-size-mobile": {
|
|
1411
33
|
"values": [
|
|
1412
|
-
"
|
|
34
|
+
"22px"
|
|
1413
35
|
],
|
|
1414
36
|
"source": {
|
|
1415
37
|
"path": "src/support/variables/typography.scss",
|
|
1416
|
-
"line":
|
|
38
|
+
"line": 8
|
|
1417
39
|
},
|
|
1418
|
-
"
|
|
40
|
+
"computed": "22px"
|
|
1419
41
|
},
|
|
1420
|
-
"$
|
|
1421
|
-
"computed": "32px",
|
|
42
|
+
"$h3-size-mobile": {
|
|
1422
43
|
"values": [
|
|
1423
|
-
"
|
|
44
|
+
"18px"
|
|
1424
45
|
],
|
|
1425
46
|
"source": {
|
|
1426
47
|
"path": "src/support/variables/typography.scss",
|
|
1427
|
-
"line":
|
|
48
|
+
"line": 9
|
|
1428
49
|
},
|
|
1429
|
-
"
|
|
50
|
+
"computed": "18px"
|
|
1430
51
|
},
|
|
1431
52
|
"$h00-size": {
|
|
1432
|
-
"computed": "48px",
|
|
1433
53
|
"values": [
|
|
1434
54
|
"48px"
|
|
1435
55
|
],
|
|
@@ -1437,21 +57,19 @@
|
|
|
1437
57
|
"path": "src/support/variables/typography.scss",
|
|
1438
58
|
"line": 12
|
|
1439
59
|
},
|
|
1440
|
-
"
|
|
60
|
+
"computed": "48px"
|
|
1441
61
|
},
|
|
1442
|
-
"$
|
|
1443
|
-
"computed": "40px",
|
|
62
|
+
"$h0-size": {
|
|
1444
63
|
"values": [
|
|
1445
64
|
"40px"
|
|
1446
65
|
],
|
|
1447
66
|
"source": {
|
|
1448
67
|
"path": "src/support/variables/typography.scss",
|
|
1449
|
-
"line":
|
|
68
|
+
"line": 13
|
|
1450
69
|
},
|
|
1451
|
-
"
|
|
70
|
+
"computed": "40px"
|
|
1452
71
|
},
|
|
1453
72
|
"$h1-size": {
|
|
1454
|
-
"computed": "32px",
|
|
1455
73
|
"values": [
|
|
1456
74
|
"32px"
|
|
1457
75
|
],
|
|
@@ -1459,21 +77,9 @@
|
|
|
1459
77
|
"path": "src/support/variables/typography.scss",
|
|
1460
78
|
"line": 14
|
|
1461
79
|
},
|
|
1462
|
-
"
|
|
1463
|
-
},
|
|
1464
|
-
"$h1-size-mobile": {
|
|
1465
|
-
"computed": "26px",
|
|
1466
|
-
"values": [
|
|
1467
|
-
"26px"
|
|
1468
|
-
],
|
|
1469
|
-
"source": {
|
|
1470
|
-
"path": "src/support/variables/typography.scss",
|
|
1471
|
-
"line": 7
|
|
1472
|
-
},
|
|
1473
|
-
"refs": []
|
|
80
|
+
"computed": "32px"
|
|
1474
81
|
},
|
|
1475
82
|
"$h2-size": {
|
|
1476
|
-
"computed": "24px",
|
|
1477
83
|
"values": [
|
|
1478
84
|
"24px"
|
|
1479
85
|
],
|
|
@@ -1481,21 +87,9 @@
|
|
|
1481
87
|
"path": "src/support/variables/typography.scss",
|
|
1482
88
|
"line": 15
|
|
1483
89
|
},
|
|
1484
|
-
"
|
|
1485
|
-
},
|
|
1486
|
-
"$h2-size-mobile": {
|
|
1487
|
-
"computed": "22px",
|
|
1488
|
-
"values": [
|
|
1489
|
-
"22px"
|
|
1490
|
-
],
|
|
1491
|
-
"source": {
|
|
1492
|
-
"path": "src/support/variables/typography.scss",
|
|
1493
|
-
"line": 8
|
|
1494
|
-
},
|
|
1495
|
-
"refs": []
|
|
90
|
+
"computed": "24px"
|
|
1496
91
|
},
|
|
1497
92
|
"$h3-size": {
|
|
1498
|
-
"computed": "20px",
|
|
1499
93
|
"values": [
|
|
1500
94
|
"20px"
|
|
1501
95
|
],
|
|
@@ -1503,21 +97,9 @@
|
|
|
1503
97
|
"path": "src/support/variables/typography.scss",
|
|
1504
98
|
"line": 16
|
|
1505
99
|
},
|
|
1506
|
-
"
|
|
1507
|
-
},
|
|
1508
|
-
"$h3-size-mobile": {
|
|
1509
|
-
"computed": "18px",
|
|
1510
|
-
"values": [
|
|
1511
|
-
"18px"
|
|
1512
|
-
],
|
|
1513
|
-
"source": {
|
|
1514
|
-
"path": "src/support/variables/typography.scss",
|
|
1515
|
-
"line": 9
|
|
1516
|
-
},
|
|
1517
|
-
"refs": []
|
|
100
|
+
"computed": "20px"
|
|
1518
101
|
},
|
|
1519
102
|
"$h4-size": {
|
|
1520
|
-
"computed": "16px",
|
|
1521
103
|
"values": [
|
|
1522
104
|
"16px"
|
|
1523
105
|
],
|
|
@@ -1525,10 +107,9 @@
|
|
|
1525
107
|
"path": "src/support/variables/typography.scss",
|
|
1526
108
|
"line": 17
|
|
1527
109
|
},
|
|
1528
|
-
"
|
|
110
|
+
"computed": "16px"
|
|
1529
111
|
},
|
|
1530
112
|
"$h5-size": {
|
|
1531
|
-
"computed": "14px",
|
|
1532
113
|
"values": [
|
|
1533
114
|
"14px"
|
|
1534
115
|
],
|
|
@@ -1536,10 +117,9 @@
|
|
|
1536
117
|
"path": "src/support/variables/typography.scss",
|
|
1537
118
|
"line": 18
|
|
1538
119
|
},
|
|
1539
|
-
"
|
|
120
|
+
"computed": "14px"
|
|
1540
121
|
},
|
|
1541
122
|
"$h6-size": {
|
|
1542
|
-
"computed": "12px",
|
|
1543
123
|
"values": [
|
|
1544
124
|
"12px"
|
|
1545
125
|
],
|
|
@@ -1547,1450 +127,1226 @@
|
|
|
1547
127
|
"path": "src/support/variables/typography.scss",
|
|
1548
128
|
"line": 19
|
|
1549
129
|
},
|
|
1550
|
-
"
|
|
130
|
+
"computed": "12px"
|
|
1551
131
|
},
|
|
1552
|
-
"$
|
|
1553
|
-
"computed": "1.25",
|
|
132
|
+
"$font-size-small": {
|
|
1554
133
|
"values": [
|
|
1555
|
-
"
|
|
134
|
+
"12px"
|
|
1556
135
|
],
|
|
1557
136
|
"source": {
|
|
1558
137
|
"path": "src/support/variables/typography.scss",
|
|
1559
|
-
"line":
|
|
138
|
+
"line": 21
|
|
1560
139
|
},
|
|
1561
|
-
"
|
|
140
|
+
"computed": "12px"
|
|
1562
141
|
},
|
|
1563
|
-
"$
|
|
1564
|
-
"computed": "1",
|
|
142
|
+
"$font-weight-bold": {
|
|
1565
143
|
"values": [
|
|
1566
|
-
"
|
|
144
|
+
"600"
|
|
1567
145
|
],
|
|
1568
146
|
"source": {
|
|
1569
147
|
"path": "src/support/variables/typography.scss",
|
|
1570
|
-
"line":
|
|
148
|
+
"line": 24
|
|
1571
149
|
},
|
|
1572
|
-
"
|
|
150
|
+
"computed": "600"
|
|
1573
151
|
},
|
|
1574
|
-
"$
|
|
1575
|
-
"computed": "1.5",
|
|
152
|
+
"$font-weight-semibold": {
|
|
1576
153
|
"values": [
|
|
1577
|
-
"
|
|
154
|
+
"500"
|
|
1578
155
|
],
|
|
1579
156
|
"source": {
|
|
1580
157
|
"path": "src/support/variables/typography.scss",
|
|
1581
|
-
"line":
|
|
158
|
+
"line": 25
|
|
1582
159
|
},
|
|
1583
|
-
"
|
|
1584
|
-
"$body-line-height"
|
|
1585
|
-
]
|
|
160
|
+
"computed": "500"
|
|
1586
161
|
},
|
|
1587
|
-
"$
|
|
1588
|
-
"computed": "SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace",
|
|
162
|
+
"$font-weight-normal": {
|
|
1589
163
|
"values": [
|
|
1590
|
-
"
|
|
1591
|
-
"SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace"
|
|
164
|
+
"400"
|
|
1592
165
|
],
|
|
1593
166
|
"source": {
|
|
1594
167
|
"path": "src/support/variables/typography.scss",
|
|
1595
|
-
"line":
|
|
168
|
+
"line": 26
|
|
1596
169
|
},
|
|
1597
|
-
"
|
|
170
|
+
"computed": "400"
|
|
1598
171
|
},
|
|
1599
|
-
"$
|
|
1600
|
-
"computed": "#f66a0a",
|
|
172
|
+
"$font-weight-light": {
|
|
1601
173
|
"values": [
|
|
1602
|
-
"
|
|
1603
|
-
"#f66a0a"
|
|
174
|
+
"300"
|
|
1604
175
|
],
|
|
1605
176
|
"source": {
|
|
1606
|
-
"path": "src/support/variables/
|
|
1607
|
-
"line":
|
|
177
|
+
"path": "src/support/variables/typography.scss",
|
|
178
|
+
"line": 27
|
|
1608
179
|
},
|
|
1609
|
-
"
|
|
180
|
+
"computed": "300"
|
|
1610
181
|
},
|
|
1611
|
-
"$
|
|
1612
|
-
"computed": "#fff8f2",
|
|
182
|
+
"$lh-condensed-ultra": {
|
|
1613
183
|
"values": [
|
|
1614
|
-
"
|
|
184
|
+
"1"
|
|
1615
185
|
],
|
|
1616
186
|
"source": {
|
|
1617
|
-
"path": "src/support/variables/
|
|
1618
|
-
"line":
|
|
187
|
+
"path": "src/support/variables/typography.scss",
|
|
188
|
+
"line": 30
|
|
1619
189
|
},
|
|
1620
|
-
"
|
|
190
|
+
"computed": "1"
|
|
1621
191
|
},
|
|
1622
|
-
"$
|
|
1623
|
-
"computed": "#ffebda",
|
|
192
|
+
"$lh-condensed": {
|
|
1624
193
|
"values": [
|
|
1625
|
-
"
|
|
194
|
+
"1.25"
|
|
1626
195
|
],
|
|
1627
196
|
"source": {
|
|
1628
|
-
"path": "src/support/variables/
|
|
1629
|
-
"line":
|
|
197
|
+
"path": "src/support/variables/typography.scss",
|
|
198
|
+
"line": 31
|
|
1630
199
|
},
|
|
1631
|
-
"
|
|
200
|
+
"computed": "1.25"
|
|
1632
201
|
},
|
|
1633
|
-
"$
|
|
1634
|
-
"computed": "#ffd1ac",
|
|
202
|
+
"$lh-default": {
|
|
1635
203
|
"values": [
|
|
1636
|
-
"
|
|
204
|
+
"1.5"
|
|
1637
205
|
],
|
|
1638
206
|
"source": {
|
|
1639
|
-
"path": "src/support/variables/
|
|
1640
|
-
"line":
|
|
207
|
+
"path": "src/support/variables/typography.scss",
|
|
208
|
+
"line": 32
|
|
1641
209
|
},
|
|
1642
|
-
"
|
|
210
|
+
"computed": "1.5"
|
|
1643
211
|
},
|
|
1644
|
-
"$
|
|
1645
|
-
"computed": "#ffab70",
|
|
212
|
+
"$body-font": {
|
|
1646
213
|
"values": [
|
|
1647
|
-
"
|
|
214
|
+
"-apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\""
|
|
1648
215
|
],
|
|
1649
216
|
"source": {
|
|
1650
|
-
"path": "src/support/variables/
|
|
1651
|
-
"line":
|
|
217
|
+
"path": "src/support/variables/typography.scss",
|
|
218
|
+
"line": 35
|
|
1652
219
|
},
|
|
1653
|
-
"
|
|
220
|
+
"computed": "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\""
|
|
1654
221
|
},
|
|
1655
|
-
"$
|
|
1656
|
-
"computed": "#fb8532",
|
|
222
|
+
"$mono-font": {
|
|
1657
223
|
"values": [
|
|
1658
|
-
"
|
|
224
|
+
"ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace"
|
|
1659
225
|
],
|
|
1660
226
|
"source": {
|
|
1661
|
-
"path": "src/support/variables/
|
|
1662
|
-
"line":
|
|
227
|
+
"path": "src/support/variables/typography.scss",
|
|
228
|
+
"line": 39
|
|
1663
229
|
},
|
|
1664
|
-
"
|
|
230
|
+
"computed": "ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace"
|
|
1665
231
|
},
|
|
1666
|
-
"$
|
|
1667
|
-
"computed": "#f66a0a",
|
|
232
|
+
"$body-font-size": {
|
|
1668
233
|
"values": [
|
|
1669
|
-
"
|
|
234
|
+
"14px"
|
|
1670
235
|
],
|
|
1671
236
|
"source": {
|
|
1672
|
-
"path": "src/support/variables/
|
|
1673
|
-
"line":
|
|
237
|
+
"path": "src/support/variables/typography.scss",
|
|
238
|
+
"line": 42
|
|
1674
239
|
},
|
|
1675
|
-
"
|
|
1676
|
-
"$orange"
|
|
1677
|
-
]
|
|
240
|
+
"computed": "14px"
|
|
1678
241
|
},
|
|
1679
|
-
"$
|
|
1680
|
-
"computed": "#e36209",
|
|
242
|
+
"$body-line-height": {
|
|
1681
243
|
"values": [
|
|
1682
|
-
"
|
|
244
|
+
"$lh-default",
|
|
245
|
+
"1.5"
|
|
1683
246
|
],
|
|
1684
247
|
"source": {
|
|
1685
|
-
"path": "src/support/variables/
|
|
1686
|
-
"line":
|
|
248
|
+
"path": "src/support/variables/typography.scss",
|
|
249
|
+
"line": 43
|
|
1687
250
|
},
|
|
1688
|
-
"
|
|
1689
|
-
"$text-orange-light"
|
|
1690
|
-
]
|
|
251
|
+
"computed": "1.5"
|
|
1691
252
|
},
|
|
1692
|
-
"$
|
|
1693
|
-
"computed": "#d15704",
|
|
253
|
+
"$spacer": {
|
|
1694
254
|
"values": [
|
|
1695
|
-
"
|
|
255
|
+
"8px"
|
|
1696
256
|
],
|
|
1697
257
|
"source": {
|
|
1698
|
-
"path": "src/support/variables/
|
|
1699
|
-
"line":
|
|
258
|
+
"path": "src/support/variables/layout.scss",
|
|
259
|
+
"line": 32
|
|
1700
260
|
},
|
|
1701
|
-
"
|
|
1702
|
-
"$bg-orange"
|
|
1703
|
-
]
|
|
261
|
+
"computed": "8px"
|
|
1704
262
|
},
|
|
1705
|
-
"$
|
|
1706
|
-
"computed": "#c24e00",
|
|
263
|
+
"$spacer-0": {
|
|
1707
264
|
"values": [
|
|
1708
|
-
"
|
|
265
|
+
"0"
|
|
1709
266
|
],
|
|
1710
267
|
"source": {
|
|
1711
|
-
"path": "src/support/variables/
|
|
1712
|
-
"line":
|
|
268
|
+
"path": "src/support/variables/layout.scss",
|
|
269
|
+
"line": 35
|
|
1713
270
|
},
|
|
1714
|
-
"
|
|
271
|
+
"computed": "0"
|
|
1715
272
|
},
|
|
1716
|
-
"$
|
|
1717
|
-
"computed": "#a04100",
|
|
273
|
+
"$spacer-1": {
|
|
1718
274
|
"values": [
|
|
1719
|
-
"
|
|
275
|
+
"$spacer * 0.5",
|
|
276
|
+
"8px * 0.5"
|
|
1720
277
|
],
|
|
1721
278
|
"source": {
|
|
1722
|
-
"path": "src/support/variables/
|
|
1723
|
-
"line":
|
|
279
|
+
"path": "src/support/variables/layout.scss",
|
|
280
|
+
"line": 36
|
|
1724
281
|
},
|
|
1725
|
-
"
|
|
1726
|
-
"$text-orange"
|
|
1727
|
-
]
|
|
282
|
+
"computed": "4px"
|
|
1728
283
|
},
|
|
1729
|
-
"$
|
|
1730
|
-
"computed": "#ffeef8",
|
|
284
|
+
"$spacer-2": {
|
|
1731
285
|
"values": [
|
|
1732
|
-
"
|
|
286
|
+
"$spacer",
|
|
287
|
+
"8px"
|
|
1733
288
|
],
|
|
1734
289
|
"source": {
|
|
1735
|
-
"path": "src/support/variables/
|
|
1736
|
-
"line":
|
|
290
|
+
"path": "src/support/variables/layout.scss",
|
|
291
|
+
"line": 37
|
|
1737
292
|
},
|
|
1738
|
-
"
|
|
293
|
+
"computed": "8px"
|
|
1739
294
|
},
|
|
1740
|
-
"$
|
|
1741
|
-
"computed": "#fedbf0",
|
|
295
|
+
"$spacer-3": {
|
|
1742
296
|
"values": [
|
|
1743
|
-
"
|
|
297
|
+
"$spacer * 2",
|
|
298
|
+
"8px * 2"
|
|
1744
299
|
],
|
|
1745
300
|
"source": {
|
|
1746
|
-
"path": "src/support/variables/
|
|
1747
|
-
"line":
|
|
301
|
+
"path": "src/support/variables/layout.scss",
|
|
302
|
+
"line": 38
|
|
1748
303
|
},
|
|
1749
|
-
"
|
|
304
|
+
"computed": "16px"
|
|
1750
305
|
},
|
|
1751
|
-
"$
|
|
1752
|
-
"computed": "#f9b3dd",
|
|
306
|
+
"$spacer-4": {
|
|
1753
307
|
"values": [
|
|
1754
|
-
"
|
|
308
|
+
"$spacer * 3",
|
|
309
|
+
"8px * 3"
|
|
1755
310
|
],
|
|
1756
311
|
"source": {
|
|
1757
|
-
"path": "src/support/variables/
|
|
1758
|
-
"line":
|
|
312
|
+
"path": "src/support/variables/layout.scss",
|
|
313
|
+
"line": 39
|
|
1759
314
|
},
|
|
1760
|
-
"
|
|
315
|
+
"computed": "24px"
|
|
1761
316
|
},
|
|
1762
|
-
"$
|
|
1763
|
-
"computed": "#f692ce",
|
|
317
|
+
"$spacer-5": {
|
|
1764
318
|
"values": [
|
|
1765
|
-
"
|
|
319
|
+
"$spacer * 4",
|
|
320
|
+
"8px * 4"
|
|
1766
321
|
],
|
|
1767
322
|
"source": {
|
|
1768
|
-
"path": "src/support/variables/
|
|
1769
|
-
"line":
|
|
323
|
+
"path": "src/support/variables/layout.scss",
|
|
324
|
+
"line": 40
|
|
1770
325
|
},
|
|
1771
|
-
"
|
|
326
|
+
"computed": "32px"
|
|
1772
327
|
},
|
|
1773
|
-
"$
|
|
1774
|
-
"computed": "#ec6cb9",
|
|
328
|
+
"$spacer-6": {
|
|
1775
329
|
"values": [
|
|
1776
|
-
"
|
|
330
|
+
"$spacer * 5",
|
|
331
|
+
"8px * 5"
|
|
1777
332
|
],
|
|
1778
333
|
"source": {
|
|
1779
|
-
"path": "src/support/variables/
|
|
1780
|
-
"line":
|
|
334
|
+
"path": "src/support/variables/layout.scss",
|
|
335
|
+
"line": 41
|
|
1781
336
|
},
|
|
1782
|
-
"
|
|
337
|
+
"computed": "40px"
|
|
1783
338
|
},
|
|
1784
|
-
"$
|
|
1785
|
-
"computed": "#ea4aaa",
|
|
339
|
+
"$spacer-7": {
|
|
1786
340
|
"values": [
|
|
1787
|
-
"
|
|
341
|
+
"$spacer * 6",
|
|
342
|
+
"8px * 6"
|
|
1788
343
|
],
|
|
1789
344
|
"source": {
|
|
1790
|
-
"path": "src/support/variables/
|
|
1791
|
-
"line":
|
|
345
|
+
"path": "src/support/variables/layout.scss",
|
|
346
|
+
"line": 69
|
|
1792
347
|
},
|
|
1793
|
-
"
|
|
1794
|
-
"$bg-pink",
|
|
1795
|
-
"$text-pink"
|
|
1796
|
-
]
|
|
348
|
+
"computed": "48px"
|
|
1797
349
|
},
|
|
1798
|
-
"$
|
|
1799
|
-
"computed": "#d03592",
|
|
350
|
+
"$spacer-8": {
|
|
1800
351
|
"values": [
|
|
1801
|
-
"
|
|
352
|
+
"$spacer * 8",
|
|
353
|
+
"8px * 8"
|
|
1802
354
|
],
|
|
1803
355
|
"source": {
|
|
1804
|
-
"path": "src/support/variables/
|
|
1805
|
-
"line":
|
|
356
|
+
"path": "src/support/variables/layout.scss",
|
|
357
|
+
"line": 70
|
|
1806
358
|
},
|
|
1807
|
-
"
|
|
359
|
+
"computed": "64px"
|
|
1808
360
|
},
|
|
1809
|
-
"$
|
|
1810
|
-
"computed": "#b93a86",
|
|
361
|
+
"$spacer-9": {
|
|
1811
362
|
"values": [
|
|
1812
|
-
"
|
|
363
|
+
"$spacer * 10",
|
|
364
|
+
"8px * 10"
|
|
1813
365
|
],
|
|
1814
366
|
"source": {
|
|
1815
|
-
"path": "src/support/variables/
|
|
1816
|
-
"line":
|
|
367
|
+
"path": "src/support/variables/layout.scss",
|
|
368
|
+
"line": 71
|
|
1817
369
|
},
|
|
1818
|
-
"
|
|
370
|
+
"computed": "80px"
|
|
1819
371
|
},
|
|
1820
|
-
"$
|
|
1821
|
-
"computed": "#99306f",
|
|
372
|
+
"$spacer-10": {
|
|
1822
373
|
"values": [
|
|
1823
|
-
"
|
|
374
|
+
"$spacer * 12",
|
|
375
|
+
"8px * 12"
|
|
1824
376
|
],
|
|
1825
377
|
"source": {
|
|
1826
|
-
"path": "src/support/variables/
|
|
1827
|
-
"line":
|
|
378
|
+
"path": "src/support/variables/layout.scss",
|
|
379
|
+
"line": 72
|
|
1828
380
|
},
|
|
1829
|
-
"
|
|
381
|
+
"computed": "96px"
|
|
1830
382
|
},
|
|
1831
|
-
"$
|
|
1832
|
-
"computed": "#6d224f",
|
|
383
|
+
"$spacer-11": {
|
|
1833
384
|
"values": [
|
|
1834
|
-
"
|
|
385
|
+
"$spacer * 14",
|
|
386
|
+
"8px * 14"
|
|
1835
387
|
],
|
|
1836
388
|
"source": {
|
|
1837
|
-
"path": "src/support/variables/
|
|
1838
|
-
"line":
|
|
389
|
+
"path": "src/support/variables/layout.scss",
|
|
390
|
+
"line": 73
|
|
1839
391
|
},
|
|
1840
|
-
"
|
|
392
|
+
"computed": "112px"
|
|
1841
393
|
},
|
|
1842
|
-
"$
|
|
1843
|
-
"computed": "#6f42c1",
|
|
394
|
+
"$spacer-12": {
|
|
1844
395
|
"values": [
|
|
1845
|
-
"$
|
|
1846
|
-
"
|
|
396
|
+
"$spacer * 16",
|
|
397
|
+
"8px * 16"
|
|
1847
398
|
],
|
|
1848
399
|
"source": {
|
|
1849
|
-
"path": "src/support/variables/
|
|
1850
|
-
"line":
|
|
400
|
+
"path": "src/support/variables/layout.scss",
|
|
401
|
+
"line": 74
|
|
1851
402
|
},
|
|
1852
|
-
"
|
|
1853
|
-
"$border-purple",
|
|
1854
|
-
"$text-purple"
|
|
1855
|
-
]
|
|
403
|
+
"computed": "128px"
|
|
1856
404
|
},
|
|
1857
|
-
"$
|
|
1858
|
-
"computed": "#f5f0ff",
|
|
405
|
+
"$em-spacer-1": {
|
|
1859
406
|
"values": [
|
|
1860
|
-
"
|
|
407
|
+
"0.0625em"
|
|
1861
408
|
],
|
|
1862
409
|
"source": {
|
|
1863
|
-
"path": "src/support/variables/
|
|
1864
|
-
"line":
|
|
410
|
+
"path": "src/support/variables/layout.scss",
|
|
411
|
+
"line": 99
|
|
1865
412
|
},
|
|
1866
|
-
"
|
|
1867
|
-
"$bg-purple-light"
|
|
1868
|
-
]
|
|
413
|
+
"computed": "0.0625em"
|
|
1869
414
|
},
|
|
1870
|
-
"$
|
|
1871
|
-
"computed": "#e6dcfd",
|
|
415
|
+
"$em-spacer-2": {
|
|
1872
416
|
"values": [
|
|
1873
|
-
"
|
|
417
|
+
"0.125em"
|
|
1874
418
|
],
|
|
1875
419
|
"source": {
|
|
1876
|
-
"path": "src/support/variables/
|
|
1877
|
-
"line":
|
|
420
|
+
"path": "src/support/variables/layout.scss",
|
|
421
|
+
"line": 100
|
|
1878
422
|
},
|
|
1879
|
-
"
|
|
423
|
+
"computed": "0.125em"
|
|
1880
424
|
},
|
|
1881
|
-
"$
|
|
1882
|
-
"computed": "#d1bcf9",
|
|
425
|
+
"$em-spacer-3": {
|
|
1883
426
|
"values": [
|
|
1884
|
-
"
|
|
427
|
+
"0.25em"
|
|
1885
428
|
],
|
|
1886
429
|
"source": {
|
|
1887
|
-
"path": "src/support/variables/
|
|
1888
|
-
"line":
|
|
430
|
+
"path": "src/support/variables/layout.scss",
|
|
431
|
+
"line": 101
|
|
1889
432
|
},
|
|
1890
|
-
"
|
|
433
|
+
"computed": "0.25em"
|
|
1891
434
|
},
|
|
1892
|
-
"$
|
|
1893
|
-
"computed": "#b392f0",
|
|
435
|
+
"$em-spacer-4": {
|
|
1894
436
|
"values": [
|
|
1895
|
-
"
|
|
437
|
+
"0.375em"
|
|
1896
438
|
],
|
|
1897
439
|
"source": {
|
|
1898
|
-
"path": "src/support/variables/
|
|
1899
|
-
"line":
|
|
440
|
+
"path": "src/support/variables/layout.scss",
|
|
441
|
+
"line": 102
|
|
1900
442
|
},
|
|
1901
|
-
"
|
|
443
|
+
"computed": "0.375em"
|
|
1902
444
|
},
|
|
1903
|
-
"$
|
|
1904
|
-
"computed": "#8a63d2",
|
|
445
|
+
"$em-spacer-5": {
|
|
1905
446
|
"values": [
|
|
1906
|
-
"
|
|
447
|
+
"0.5em"
|
|
1907
448
|
],
|
|
1908
449
|
"source": {
|
|
1909
|
-
"path": "src/support/variables/
|
|
1910
|
-
"line":
|
|
450
|
+
"path": "src/support/variables/layout.scss",
|
|
451
|
+
"line": 103
|
|
1911
452
|
},
|
|
1912
|
-
"
|
|
453
|
+
"computed": "0.5em"
|
|
1913
454
|
},
|
|
1914
|
-
"$
|
|
1915
|
-
"computed": "#6f42c1",
|
|
455
|
+
"$em-spacer-6": {
|
|
1916
456
|
"values": [
|
|
1917
|
-
"
|
|
457
|
+
"0.75em"
|
|
1918
458
|
],
|
|
1919
459
|
"source": {
|
|
1920
|
-
"path": "src/support/variables/
|
|
1921
|
-
"line":
|
|
460
|
+
"path": "src/support/variables/layout.scss",
|
|
461
|
+
"line": 104
|
|
1922
462
|
},
|
|
1923
|
-
"
|
|
1924
|
-
"$purple",
|
|
1925
|
-
"$border-purple",
|
|
1926
|
-
"$bg-purple",
|
|
1927
|
-
"$text-purple"
|
|
1928
|
-
]
|
|
463
|
+
"computed": "0.75em"
|
|
1929
464
|
},
|
|
1930
|
-
"$
|
|
1931
|
-
"computed": "#5a32a3",
|
|
465
|
+
"$size": {
|
|
1932
466
|
"values": [
|
|
1933
|
-
"
|
|
467
|
+
"16px"
|
|
1934
468
|
],
|
|
1935
469
|
"source": {
|
|
1936
|
-
"path": "src/support/variables/
|
|
1937
|
-
"line":
|
|
470
|
+
"path": "src/support/variables/layout.scss",
|
|
471
|
+
"line": 108
|
|
1938
472
|
},
|
|
1939
|
-
"
|
|
473
|
+
"computed": "16px"
|
|
1940
474
|
},
|
|
1941
|
-
"$
|
|
1942
|
-
"computed": "#4c2889",
|
|
475
|
+
"$size-0": {
|
|
1943
476
|
"values": [
|
|
1944
|
-
"
|
|
477
|
+
"0"
|
|
1945
478
|
],
|
|
1946
479
|
"source": {
|
|
1947
|
-
"path": "src/support/variables/
|
|
1948
|
-
"line":
|
|
480
|
+
"path": "src/support/variables/layout.scss",
|
|
481
|
+
"line": 110
|
|
1949
482
|
},
|
|
1950
|
-
"
|
|
483
|
+
"computed": "0"
|
|
1951
484
|
},
|
|
1952
|
-
"$
|
|
1953
|
-
"computed": "#3a1d6e",
|
|
485
|
+
"$size-1": {
|
|
1954
486
|
"values": [
|
|
1955
|
-
"
|
|
487
|
+
"$size",
|
|
488
|
+
"16px"
|
|
1956
489
|
],
|
|
1957
490
|
"source": {
|
|
1958
|
-
"path": "src/support/variables/
|
|
1959
|
-
"line":
|
|
491
|
+
"path": "src/support/variables/layout.scss",
|
|
492
|
+
"line": 111
|
|
1960
493
|
},
|
|
1961
|
-
"
|
|
494
|
+
"computed": "16px"
|
|
1962
495
|
},
|
|
1963
|
-
"$
|
|
1964
|
-
"computed": "#29134e",
|
|
496
|
+
"$size-2": {
|
|
1965
497
|
"values": [
|
|
1966
|
-
"
|
|
498
|
+
"$size-1 + 4px",
|
|
499
|
+
"16px + 4px"
|
|
1967
500
|
],
|
|
1968
501
|
"source": {
|
|
1969
|
-
"path": "src/support/variables/
|
|
1970
|
-
"line":
|
|
502
|
+
"path": "src/support/variables/layout.scss",
|
|
503
|
+
"line": 112
|
|
1971
504
|
},
|
|
1972
|
-
"
|
|
505
|
+
"computed": "20px"
|
|
1973
506
|
},
|
|
1974
|
-
"$
|
|
1975
|
-
"computed": "#d73a49",
|
|
507
|
+
"$size-3": {
|
|
1976
508
|
"values": [
|
|
1977
|
-
"$
|
|
1978
|
-
"
|
|
509
|
+
"$size-2 + 4px",
|
|
510
|
+
"16px + 4px + 4px"
|
|
1979
511
|
],
|
|
1980
512
|
"source": {
|
|
1981
|
-
"path": "src/support/variables/
|
|
1982
|
-
"line":
|
|
513
|
+
"path": "src/support/variables/layout.scss",
|
|
514
|
+
"line": 113
|
|
1983
515
|
},
|
|
1984
|
-
"
|
|
1985
|
-
"$border-red"
|
|
1986
|
-
]
|
|
516
|
+
"computed": "24px"
|
|
1987
517
|
},
|
|
1988
|
-
"$
|
|
1989
|
-
"computed": "#ffeef0",
|
|
518
|
+
"$size-4": {
|
|
1990
519
|
"values": [
|
|
1991
|
-
"
|
|
520
|
+
"$size-3 + 4px",
|
|
521
|
+
"16px + 4px + 4px + 4px"
|
|
1992
522
|
],
|
|
1993
523
|
"source": {
|
|
1994
|
-
"path": "src/support/variables/
|
|
1995
|
-
"line":
|
|
524
|
+
"path": "src/support/variables/layout.scss",
|
|
525
|
+
"line": 114
|
|
1996
526
|
},
|
|
1997
|
-
"
|
|
1998
|
-
"$bg-red-light"
|
|
1999
|
-
]
|
|
527
|
+
"computed": "28px"
|
|
2000
528
|
},
|
|
2001
|
-
"$
|
|
2002
|
-
"computed": "#ffdce0",
|
|
529
|
+
"$size-5": {
|
|
2003
530
|
"values": [
|
|
2004
|
-
"
|
|
531
|
+
"$size-4 + 4px",
|
|
532
|
+
"16px + 4px + 4px + 4px + 4px"
|
|
2005
533
|
],
|
|
2006
534
|
"source": {
|
|
2007
|
-
"path": "src/support/variables/
|
|
2008
|
-
"line":
|
|
535
|
+
"path": "src/support/variables/layout.scss",
|
|
536
|
+
"line": 115
|
|
2009
537
|
},
|
|
2010
|
-
"
|
|
538
|
+
"computed": "32px"
|
|
2011
539
|
},
|
|
2012
|
-
"$
|
|
2013
|
-
"computed": "#fdaeb7",
|
|
540
|
+
"$size-6": {
|
|
2014
541
|
"values": [
|
|
2015
|
-
"
|
|
542
|
+
"$size-5 + 8px",
|
|
543
|
+
"16px + 4px + 4px + 4px + 4px + 8px"
|
|
2016
544
|
],
|
|
2017
545
|
"source": {
|
|
2018
|
-
"path": "src/support/variables/
|
|
2019
|
-
"line":
|
|
546
|
+
"path": "src/support/variables/layout.scss",
|
|
547
|
+
"line": 116
|
|
2020
548
|
},
|
|
2021
|
-
"
|
|
549
|
+
"computed": "40px"
|
|
2022
550
|
},
|
|
2023
|
-
"$
|
|
2024
|
-
"computed": "#f97583",
|
|
551
|
+
"$size-7": {
|
|
2025
552
|
"values": [
|
|
2026
|
-
"
|
|
553
|
+
"$size-6 + 8px",
|
|
554
|
+
"16px + 4px + 4px + 4px + 4px + 8px + 8px"
|
|
2027
555
|
],
|
|
2028
556
|
"source": {
|
|
2029
|
-
"path": "src/support/variables/
|
|
2030
|
-
"line":
|
|
557
|
+
"path": "src/support/variables/layout.scss",
|
|
558
|
+
"line": 117
|
|
2031
559
|
},
|
|
2032
|
-
"
|
|
2033
|
-
"$border-red-light"
|
|
2034
|
-
]
|
|
560
|
+
"computed": "48px"
|
|
2035
561
|
},
|
|
2036
|
-
"$
|
|
2037
|
-
"computed": "#ea4a5a",
|
|
562
|
+
"$size-8": {
|
|
2038
563
|
"values": [
|
|
2039
|
-
"
|
|
564
|
+
"$size-7 + 16px",
|
|
565
|
+
"16px + 4px + 4px + 4px + 4px + 8px + 8px + 16px"
|
|
2040
566
|
],
|
|
2041
567
|
"source": {
|
|
2042
|
-
"path": "src/support/variables/
|
|
2043
|
-
"line":
|
|
568
|
+
"path": "src/support/variables/layout.scss",
|
|
569
|
+
"line": 118
|
|
2044
570
|
},
|
|
2045
|
-
"
|
|
571
|
+
"computed": "64px"
|
|
2046
572
|
},
|
|
2047
|
-
"$
|
|
2048
|
-
"computed": "#d73a49",
|
|
573
|
+
"$container-width": {
|
|
2049
574
|
"values": [
|
|
2050
|
-
"
|
|
575
|
+
"980px"
|
|
2051
576
|
],
|
|
2052
577
|
"source": {
|
|
2053
|
-
"path": "src/support/variables/
|
|
2054
|
-
"line":
|
|
578
|
+
"path": "src/support/variables/layout.scss",
|
|
579
|
+
"line": 121
|
|
2055
580
|
},
|
|
2056
|
-
"
|
|
2057
|
-
"$red",
|
|
2058
|
-
"$border-red",
|
|
2059
|
-
"$bg-red"
|
|
2060
|
-
]
|
|
581
|
+
"computed": "980px"
|
|
2061
582
|
},
|
|
2062
|
-
"$
|
|
2063
|
-
"computed": "#cb2431",
|
|
583
|
+
"$grid-gutter": {
|
|
2064
584
|
"values": [
|
|
2065
|
-
"
|
|
585
|
+
"10px"
|
|
2066
586
|
],
|
|
2067
587
|
"source": {
|
|
2068
|
-
"path": "src/support/variables/
|
|
2069
|
-
"line":
|
|
588
|
+
"path": "src/support/variables/layout.scss",
|
|
589
|
+
"line": 122
|
|
2070
590
|
},
|
|
2071
|
-
"
|
|
2072
|
-
"$text-red",
|
|
2073
|
-
"$bg-diffstat-deleted"
|
|
2074
|
-
]
|
|
591
|
+
"computed": "10px"
|
|
2075
592
|
},
|
|
2076
|
-
"$
|
|
2077
|
-
"computed": "#b31d28",
|
|
593
|
+
"$width-xs": {
|
|
2078
594
|
"values": [
|
|
2079
|
-
"
|
|
595
|
+
"0"
|
|
2080
596
|
],
|
|
2081
597
|
"source": {
|
|
2082
|
-
"path": "src/support/variables/
|
|
2083
|
-
"line":
|
|
598
|
+
"path": "src/support/variables/layout.scss",
|
|
599
|
+
"line": 125
|
|
2084
600
|
},
|
|
2085
|
-
"
|
|
601
|
+
"computed": "0"
|
|
2086
602
|
},
|
|
2087
|
-
"$
|
|
2088
|
-
"computed": "#9e1c23",
|
|
603
|
+
"$width-sm": {
|
|
2089
604
|
"values": [
|
|
2090
|
-
"
|
|
605
|
+
"544px"
|
|
2091
606
|
],
|
|
2092
607
|
"source": {
|
|
2093
|
-
"path": "src/support/variables/
|
|
2094
|
-
"line":
|
|
608
|
+
"path": "src/support/variables/layout.scss",
|
|
609
|
+
"line": 127
|
|
2095
610
|
},
|
|
2096
|
-
"
|
|
611
|
+
"computed": "544px"
|
|
2097
612
|
},
|
|
2098
|
-
"$
|
|
2099
|
-
"computed": "#86181d",
|
|
613
|
+
"$width-md": {
|
|
2100
614
|
"values": [
|
|
2101
|
-
"
|
|
615
|
+
"768px"
|
|
2102
616
|
],
|
|
2103
617
|
"source": {
|
|
2104
|
-
"path": "src/support/variables/
|
|
2105
|
-
"line":
|
|
618
|
+
"path": "src/support/variables/layout.scss",
|
|
619
|
+
"line": 129
|
|
2106
620
|
},
|
|
2107
|
-
"
|
|
621
|
+
"computed": "768px"
|
|
2108
622
|
},
|
|
2109
|
-
"$
|
|
2110
|
-
"computed": "16px",
|
|
623
|
+
"$width-lg": {
|
|
2111
624
|
"values": [
|
|
2112
|
-
"
|
|
625
|
+
"1012px"
|
|
2113
626
|
],
|
|
2114
627
|
"source": {
|
|
2115
628
|
"path": "src/support/variables/layout.scss",
|
|
2116
|
-
"line":
|
|
629
|
+
"line": 131
|
|
2117
630
|
},
|
|
2118
|
-
"
|
|
2119
|
-
"$size-1"
|
|
2120
|
-
]
|
|
631
|
+
"computed": "1012px"
|
|
2121
632
|
},
|
|
2122
|
-
"$
|
|
2123
|
-
"computed": "0",
|
|
633
|
+
"$width-xl": {
|
|
2124
634
|
"values": [
|
|
2125
|
-
"
|
|
635
|
+
"1280px"
|
|
2126
636
|
],
|
|
2127
637
|
"source": {
|
|
2128
638
|
"path": "src/support/variables/layout.scss",
|
|
2129
|
-
"line":
|
|
639
|
+
"line": 133
|
|
2130
640
|
},
|
|
2131
|
-
"
|
|
641
|
+
"computed": "1280px"
|
|
2132
642
|
},
|
|
2133
|
-
"$
|
|
2134
|
-
"computed": "16px",
|
|
643
|
+
"$container-sm": {
|
|
2135
644
|
"values": [
|
|
2136
|
-
"$
|
|
2137
|
-
"
|
|
645
|
+
"$width-sm",
|
|
646
|
+
"544px"
|
|
2138
647
|
],
|
|
2139
648
|
"source": {
|
|
2140
649
|
"path": "src/support/variables/layout.scss",
|
|
2141
|
-
"line":
|
|
650
|
+
"line": 136
|
|
2142
651
|
},
|
|
2143
|
-
"
|
|
652
|
+
"computed": "544px"
|
|
2144
653
|
},
|
|
2145
|
-
"$
|
|
2146
|
-
"computed": "20px",
|
|
654
|
+
"$container-md": {
|
|
2147
655
|
"values": [
|
|
2148
|
-
"$
|
|
2149
|
-
"
|
|
2150
|
-
"16px + 4px",
|
|
2151
|
-
"20px"
|
|
656
|
+
"$width-md",
|
|
657
|
+
"768px"
|
|
2152
658
|
],
|
|
2153
659
|
"source": {
|
|
2154
660
|
"path": "src/support/variables/layout.scss",
|
|
2155
|
-
"line":
|
|
661
|
+
"line": 137
|
|
2156
662
|
},
|
|
2157
|
-
"
|
|
663
|
+
"computed": "768px"
|
|
2158
664
|
},
|
|
2159
|
-
"$
|
|
2160
|
-
"computed": "24px",
|
|
665
|
+
"$container-lg": {
|
|
2161
666
|
"values": [
|
|
2162
|
-
"$
|
|
2163
|
-
"
|
|
2164
|
-
"24px"
|
|
667
|
+
"$width-lg",
|
|
668
|
+
"1012px"
|
|
2165
669
|
],
|
|
2166
670
|
"source": {
|
|
2167
671
|
"path": "src/support/variables/layout.scss",
|
|
2168
|
-
"line":
|
|
672
|
+
"line": 138
|
|
2169
673
|
},
|
|
2170
|
-
"
|
|
674
|
+
"computed": "1012px"
|
|
2171
675
|
},
|
|
2172
|
-
"$
|
|
2173
|
-
"computed": "28px",
|
|
676
|
+
"$container-xl": {
|
|
2174
677
|
"values": [
|
|
2175
|
-
"$
|
|
2176
|
-
"
|
|
2177
|
-
"28px"
|
|
678
|
+
"$width-xl",
|
|
679
|
+
"1280px"
|
|
2178
680
|
],
|
|
2179
681
|
"source": {
|
|
2180
682
|
"path": "src/support/variables/layout.scss",
|
|
2181
|
-
"line":
|
|
683
|
+
"line": 139
|
|
2182
684
|
},
|
|
2183
|
-
"
|
|
685
|
+
"computed": "1280px"
|
|
2184
686
|
},
|
|
2185
|
-
"$
|
|
2186
|
-
"computed": "32px",
|
|
687
|
+
"$border-width": {
|
|
2187
688
|
"values": [
|
|
2188
|
-
"
|
|
2189
|
-
"$size-3 + 4px + 4px",
|
|
2190
|
-
"32px"
|
|
689
|
+
"1px"
|
|
2191
690
|
],
|
|
2192
691
|
"source": {
|
|
2193
|
-
"path": "src/support/variables/
|
|
2194
|
-
"line":
|
|
692
|
+
"path": "src/support/variables/misc.scss",
|
|
693
|
+
"line": 4
|
|
2195
694
|
},
|
|
2196
|
-
"
|
|
695
|
+
"computed": "1px"
|
|
2197
696
|
},
|
|
2198
|
-
"$
|
|
2199
|
-
"computed": "40px",
|
|
697
|
+
"$border-style": {
|
|
2200
698
|
"values": [
|
|
2201
|
-
"
|
|
2202
|
-
"$size-4 + 4px + 8px",
|
|
2203
|
-
"40px"
|
|
699
|
+
"solid"
|
|
2204
700
|
],
|
|
2205
701
|
"source": {
|
|
2206
|
-
"path": "src/support/variables/
|
|
2207
|
-
"line":
|
|
702
|
+
"path": "src/support/variables/misc.scss",
|
|
703
|
+
"line": 5
|
|
2208
704
|
},
|
|
2209
|
-
"
|
|
705
|
+
"computed": "solid"
|
|
2210
706
|
},
|
|
2211
|
-
"$
|
|
2212
|
-
"computed": "48px",
|
|
707
|
+
"$border": {
|
|
2213
708
|
"values": [
|
|
2214
|
-
"$
|
|
2215
|
-
"
|
|
2216
|
-
"48px"
|
|
709
|
+
"$border-width $border-style var(--color-border-default)",
|
|
710
|
+
"1px solid var(--color-border-default)"
|
|
2217
711
|
],
|
|
2218
712
|
"source": {
|
|
2219
|
-
"path": "src/support/variables/
|
|
2220
|
-
"line":
|
|
713
|
+
"path": "src/support/variables/misc.scss",
|
|
714
|
+
"line": 6
|
|
2221
715
|
},
|
|
2222
|
-
"
|
|
716
|
+
"computed": "1px solid var(--color-border-default)"
|
|
2223
717
|
},
|
|
2224
|
-
"$
|
|
2225
|
-
"computed": "64px",
|
|
718
|
+
"$border-radius-1": {
|
|
2226
719
|
"values": [
|
|
2227
|
-
"
|
|
2228
|
-
"$size-6 + 8px + 16px",
|
|
2229
|
-
"64px"
|
|
720
|
+
"4px"
|
|
2230
721
|
],
|
|
2231
722
|
"source": {
|
|
2232
|
-
"path": "src/support/variables/
|
|
2233
|
-
"line":
|
|
723
|
+
"path": "src/support/variables/misc.scss",
|
|
724
|
+
"line": 9
|
|
2234
725
|
},
|
|
2235
|
-
"
|
|
726
|
+
"computed": "4px"
|
|
2236
727
|
},
|
|
2237
|
-
"$
|
|
2238
|
-
"computed": "8px",
|
|
728
|
+
"$border-radius-2": {
|
|
2239
729
|
"values": [
|
|
2240
|
-
"
|
|
730
|
+
"6px"
|
|
2241
731
|
],
|
|
2242
732
|
"source": {
|
|
2243
|
-
"path": "src/support/variables/
|
|
2244
|
-
"line":
|
|
733
|
+
"path": "src/support/variables/misc.scss",
|
|
734
|
+
"line": 10
|
|
2245
735
|
},
|
|
2246
|
-
"
|
|
2247
|
-
"$spacer-2"
|
|
2248
|
-
]
|
|
736
|
+
"computed": "6px"
|
|
2249
737
|
},
|
|
2250
|
-
"$
|
|
2251
|
-
"computed": "0",
|
|
738
|
+
"$border-radius-3": {
|
|
2252
739
|
"values": [
|
|
2253
|
-
"
|
|
740
|
+
"8px"
|
|
2254
741
|
],
|
|
2255
742
|
"source": {
|
|
2256
|
-
"path": "src/support/variables/
|
|
2257
|
-
"line":
|
|
743
|
+
"path": "src/support/variables/misc.scss",
|
|
744
|
+
"line": 11
|
|
2258
745
|
},
|
|
2259
|
-
"
|
|
746
|
+
"computed": "8px"
|
|
2260
747
|
},
|
|
2261
|
-
"$
|
|
2262
|
-
"computed": "4px",
|
|
748
|
+
"$border-radius": {
|
|
2263
749
|
"values": [
|
|
2264
|
-
"
|
|
2265
|
-
"
|
|
750
|
+
"$border-radius-2",
|
|
751
|
+
"6px"
|
|
2266
752
|
],
|
|
2267
753
|
"source": {
|
|
2268
|
-
"path": "src/support/variables/
|
|
2269
|
-
"line":
|
|
754
|
+
"path": "src/support/variables/misc.scss",
|
|
755
|
+
"line": 12
|
|
2270
756
|
},
|
|
2271
|
-
"
|
|
757
|
+
"computed": "6px"
|
|
2272
758
|
},
|
|
2273
|
-
"$
|
|
2274
|
-
"computed": "8px",
|
|
759
|
+
"$tooltip-max-width": {
|
|
2275
760
|
"values": [
|
|
2276
|
-
"
|
|
2277
|
-
"8px"
|
|
761
|
+
"250px"
|
|
2278
762
|
],
|
|
2279
763
|
"source": {
|
|
2280
|
-
"path": "src/support/variables/
|
|
2281
|
-
"line":
|
|
764
|
+
"path": "src/support/variables/misc.scss",
|
|
765
|
+
"line": 15
|
|
2282
766
|
},
|
|
2283
|
-
"
|
|
767
|
+
"computed": "250px"
|
|
2284
768
|
},
|
|
2285
|
-
"$
|
|
2286
|
-
"computed": "16px",
|
|
769
|
+
"$tooltip-delay": {
|
|
2287
770
|
"values": [
|
|
2288
|
-
"
|
|
2289
|
-
"8px * 2",
|
|
2290
|
-
"16px"
|
|
771
|
+
"0.4s"
|
|
2291
772
|
],
|
|
2292
773
|
"source": {
|
|
2293
|
-
"path": "src/support/variables/
|
|
2294
|
-
"line":
|
|
774
|
+
"path": "src/support/variables/misc.scss",
|
|
775
|
+
"line": 16
|
|
2295
776
|
},
|
|
2296
|
-
"
|
|
777
|
+
"computed": "0.4s"
|
|
2297
778
|
},
|
|
2298
|
-
"$
|
|
2299
|
-
"computed": "24px",
|
|
779
|
+
"$tooltip-duration": {
|
|
2300
780
|
"values": [
|
|
2301
|
-
"
|
|
2302
|
-
"8px * 3",
|
|
2303
|
-
"24px"
|
|
781
|
+
"0.1s"
|
|
2304
782
|
],
|
|
2305
783
|
"source": {
|
|
2306
|
-
"path": "src/support/variables/
|
|
2307
|
-
"line":
|
|
784
|
+
"path": "src/support/variables/misc.scss",
|
|
785
|
+
"line": 17
|
|
2308
786
|
},
|
|
2309
|
-
"
|
|
787
|
+
"computed": "0.1s"
|
|
2310
788
|
},
|
|
2311
|
-
"$
|
|
2312
|
-
"computed": "32px",
|
|
789
|
+
"$marketing-font-path": {
|
|
2313
790
|
"values": [
|
|
2314
|
-
"
|
|
2315
|
-
"8px * 4",
|
|
2316
|
-
"32px"
|
|
791
|
+
"\"/fonts/\""
|
|
2317
792
|
],
|
|
2318
793
|
"source": {
|
|
2319
|
-
"path": "src/support/variables
|
|
2320
|
-
"line":
|
|
794
|
+
"path": "src/marketing/support/variables.scss",
|
|
795
|
+
"line": 3
|
|
2321
796
|
},
|
|
2322
|
-
"
|
|
797
|
+
"computed": "\"/fonts/\""
|
|
2323
798
|
},
|
|
2324
|
-
"$
|
|
2325
|
-
"computed": "40px",
|
|
799
|
+
"$font-mktg": {
|
|
2326
800
|
"values": [
|
|
2327
|
-
"$
|
|
2328
|
-
"
|
|
2329
|
-
"40px"
|
|
801
|
+
"$body-font",
|
|
802
|
+
"-apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\""
|
|
2330
803
|
],
|
|
2331
804
|
"source": {
|
|
2332
|
-
"path": "src/support/variables
|
|
2333
|
-
"line":
|
|
805
|
+
"path": "src/marketing/support/variables.scss",
|
|
806
|
+
"line": 5
|
|
2334
807
|
},
|
|
2335
|
-
"
|
|
808
|
+
"computed": "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\""
|
|
2336
809
|
},
|
|
2337
|
-
"$
|
|
2338
|
-
"computed": "#1b1f23",
|
|
810
|
+
"$font-weight-medium": {
|
|
2339
811
|
"values": [
|
|
2340
|
-
"
|
|
2341
|
-
"#1b1f23"
|
|
812
|
+
"450"
|
|
2342
813
|
],
|
|
2343
814
|
"source": {
|
|
2344
|
-
"path": "src/support/variables
|
|
2345
|
-
"line":
|
|
815
|
+
"path": "src/marketing/support/variables.scss",
|
|
816
|
+
"line": 6
|
|
2346
817
|
},
|
|
2347
|
-
"
|
|
818
|
+
"computed": "450"
|
|
2348
819
|
},
|
|
2349
|
-
"$
|
|
2350
|
-
"computed": "#0366d6",
|
|
820
|
+
"$font-weight-extrabold": {
|
|
2351
821
|
"values": [
|
|
2352
|
-
"
|
|
2353
|
-
"#0366d6"
|
|
822
|
+
"800"
|
|
2354
823
|
],
|
|
2355
824
|
"source": {
|
|
2356
|
-
"path": "src/support/variables
|
|
2357
|
-
"line":
|
|
825
|
+
"path": "src/marketing/support/variables.scss",
|
|
826
|
+
"line": 7
|
|
2358
827
|
},
|
|
2359
|
-
"
|
|
828
|
+
"computed": "800"
|
|
2360
829
|
},
|
|
2361
|
-
"$
|
|
2362
|
-
"computed": "#586069",
|
|
830
|
+
"$mktg-font-feature-settings": {
|
|
2363
831
|
"values": [
|
|
2364
|
-
"
|
|
2365
|
-
"#586069"
|
|
832
|
+
"'ss02' on, 'ss01' on"
|
|
2366
833
|
],
|
|
2367
834
|
"source": {
|
|
2368
|
-
"path": "src/support/variables
|
|
2369
|
-
"line":
|
|
835
|
+
"path": "src/marketing/support/variables.scss",
|
|
836
|
+
"line": 9
|
|
2370
837
|
},
|
|
2371
|
-
"
|
|
838
|
+
"computed": "'ss02' on, 'ss01' on"
|
|
2372
839
|
},
|
|
2373
|
-
"$
|
|
2374
|
-
"computed": "#24292e",
|
|
840
|
+
"$mktg-header-spacing-large": {
|
|
2375
841
|
"values": [
|
|
2376
|
-
"
|
|
2377
|
-
"#24292e"
|
|
842
|
+
"-0.03em"
|
|
2378
843
|
],
|
|
2379
844
|
"source": {
|
|
2380
|
-
"path": "src/support/variables
|
|
2381
|
-
"line":
|
|
845
|
+
"path": "src/marketing/support/variables.scss",
|
|
846
|
+
"line": 10
|
|
2382
847
|
},
|
|
2383
|
-
"
|
|
848
|
+
"computed": "-0.03em"
|
|
2384
849
|
},
|
|
2385
|
-
"$
|
|
2386
|
-
"computed": "#6a737d",
|
|
850
|
+
"$mktg-header-spacing-default": {
|
|
2387
851
|
"values": [
|
|
2388
|
-
"
|
|
2389
|
-
"#6a737d"
|
|
852
|
+
"-0.01em"
|
|
2390
853
|
],
|
|
2391
854
|
"source": {
|
|
2392
|
-
"path": "src/support/variables
|
|
2393
|
-
"line":
|
|
855
|
+
"path": "src/marketing/support/variables.scss",
|
|
856
|
+
"line": 11
|
|
2394
857
|
},
|
|
2395
|
-
"
|
|
858
|
+
"computed": "-0.01em"
|
|
2396
859
|
},
|
|
2397
|
-
"$
|
|
2398
|
-
"computed": "#22863a",
|
|
860
|
+
"$mktg-header-spacing-threshold": {
|
|
2399
861
|
"values": [
|
|
2400
|
-
"
|
|
2401
|
-
"#22863a"
|
|
862
|
+
"48px"
|
|
2402
863
|
],
|
|
2403
864
|
"source": {
|
|
2404
|
-
"path": "src/support/variables
|
|
2405
|
-
"line":
|
|
865
|
+
"path": "src/marketing/support/variables.scss",
|
|
866
|
+
"line": 12
|
|
2406
867
|
},
|
|
2407
|
-
"
|
|
868
|
+
"computed": "48px"
|
|
2408
869
|
},
|
|
2409
|
-
"$
|
|
2410
|
-
"computed": "#a04100",
|
|
870
|
+
"$mktg-header-weight-large": {
|
|
2411
871
|
"values": [
|
|
2412
|
-
"$
|
|
2413
|
-
"
|
|
872
|
+
"$font-weight-extrabold",
|
|
873
|
+
"800"
|
|
2414
874
|
],
|
|
2415
875
|
"source": {
|
|
2416
|
-
"path": "src/support/variables
|
|
2417
|
-
"line":
|
|
876
|
+
"path": "src/marketing/support/variables.scss",
|
|
877
|
+
"line": 13
|
|
2418
878
|
},
|
|
2419
|
-
"
|
|
879
|
+
"computed": "800"
|
|
2420
880
|
},
|
|
2421
|
-
"$
|
|
2422
|
-
"computed": "#e36209",
|
|
881
|
+
"$mktg-header-weight-default": {
|
|
2423
882
|
"values": [
|
|
2424
|
-
"$
|
|
2425
|
-
"
|
|
883
|
+
"$font-weight-bold",
|
|
884
|
+
"600"
|
|
2426
885
|
],
|
|
2427
886
|
"source": {
|
|
2428
|
-
"path": "src/support/variables
|
|
2429
|
-
"line":
|
|
887
|
+
"path": "src/marketing/support/variables.scss",
|
|
888
|
+
"line": 14
|
|
2430
889
|
},
|
|
2431
|
-
"
|
|
890
|
+
"computed": "600"
|
|
2432
891
|
},
|
|
2433
|
-
"$
|
|
2434
|
-
"computed": "#ea4aaa",
|
|
892
|
+
"$mktg-header-weight-threshold": {
|
|
2435
893
|
"values": [
|
|
2436
|
-
"
|
|
2437
|
-
"#ea4aaa"
|
|
894
|
+
"24px"
|
|
2438
895
|
],
|
|
2439
896
|
"source": {
|
|
2440
|
-
"path": "src/support/variables
|
|
2441
|
-
"line":
|
|
897
|
+
"path": "src/marketing/support/variables.scss",
|
|
898
|
+
"line": 15
|
|
2442
899
|
},
|
|
2443
|
-
"
|
|
900
|
+
"computed": "24px"
|
|
2444
901
|
},
|
|
2445
|
-
"$
|
|
2446
|
-
"computed": "#6f42c1",
|
|
902
|
+
"$mktg-h-size-0": {
|
|
2447
903
|
"values": [
|
|
2448
|
-
"
|
|
2449
|
-
"$purple-500",
|
|
2450
|
-
"#6f42c1"
|
|
904
|
+
"96px"
|
|
2451
905
|
],
|
|
2452
906
|
"source": {
|
|
2453
|
-
"path": "src/support/variables
|
|
2454
|
-
"line":
|
|
907
|
+
"path": "src/marketing/support/variables.scss",
|
|
908
|
+
"line": 18
|
|
2455
909
|
},
|
|
2456
|
-
"
|
|
910
|
+
"computed": "96px"
|
|
2457
911
|
},
|
|
2458
|
-
"$
|
|
2459
|
-
"computed": "#cb2431",
|
|
912
|
+
"$mktg-h-size-1": {
|
|
2460
913
|
"values": [
|
|
2461
|
-
"
|
|
2462
|
-
"#cb2431"
|
|
914
|
+
"72px"
|
|
2463
915
|
],
|
|
2464
916
|
"source": {
|
|
2465
|
-
"path": "src/support/variables
|
|
2466
|
-
"line":
|
|
917
|
+
"path": "src/marketing/support/variables.scss",
|
|
918
|
+
"line": 19
|
|
2467
919
|
},
|
|
2468
|
-
"
|
|
920
|
+
"computed": "72px"
|
|
2469
921
|
},
|
|
2470
|
-
"$
|
|
2471
|
-
"computed": "#fff",
|
|
922
|
+
"$mktg-h-size-2": {
|
|
2472
923
|
"values": [
|
|
2473
|
-
"
|
|
2474
|
-
"#fff"
|
|
924
|
+
"64px"
|
|
2475
925
|
],
|
|
2476
926
|
"source": {
|
|
2477
|
-
"path": "src/support/variables
|
|
2478
|
-
"line":
|
|
927
|
+
"path": "src/marketing/support/variables.scss",
|
|
928
|
+
"line": 20
|
|
2479
929
|
},
|
|
2480
|
-
"
|
|
930
|
+
"computed": "64px"
|
|
2481
931
|
},
|
|
2482
|
-
"$
|
|
2483
|
-
"computed": "#b08800",
|
|
932
|
+
"$mktg-h-size-3": {
|
|
2484
933
|
"values": [
|
|
2485
|
-
"
|
|
2486
|
-
"#b08800"
|
|
934
|
+
"56px"
|
|
2487
935
|
],
|
|
2488
936
|
"source": {
|
|
2489
|
-
"path": "src/support/variables
|
|
2490
|
-
"line":
|
|
937
|
+
"path": "src/marketing/support/variables.scss",
|
|
938
|
+
"line": 21
|
|
2491
939
|
},
|
|
2492
|
-
"
|
|
940
|
+
"computed": "56px"
|
|
2493
941
|
},
|
|
2494
|
-
"$
|
|
2495
|
-
"computed": "#1b1f23",
|
|
942
|
+
"$mktg-h-size-4": {
|
|
2496
943
|
"values": [
|
|
2497
|
-
"
|
|
2498
|
-
"#1b1f23"
|
|
944
|
+
"48px"
|
|
2499
945
|
],
|
|
2500
946
|
"source": {
|
|
2501
|
-
"path": "src/support/variables
|
|
2502
|
-
"line":
|
|
947
|
+
"path": "src/marketing/support/variables.scss",
|
|
948
|
+
"line": 22
|
|
2503
949
|
},
|
|
2504
|
-
"
|
|
950
|
+
"computed": "48px"
|
|
2505
951
|
},
|
|
2506
|
-
"$
|
|
2507
|
-
"computed": "0.4s",
|
|
952
|
+
"$mktg-h-size-5": {
|
|
2508
953
|
"values": [
|
|
2509
|
-
"
|
|
954
|
+
"40px"
|
|
2510
955
|
],
|
|
2511
956
|
"source": {
|
|
2512
|
-
"path": "src/support/variables
|
|
2513
|
-
"line":
|
|
957
|
+
"path": "src/marketing/support/variables.scss",
|
|
958
|
+
"line": 23
|
|
2514
959
|
},
|
|
2515
|
-
"
|
|
960
|
+
"computed": "40px"
|
|
2516
961
|
},
|
|
2517
|
-
"$
|
|
2518
|
-
"computed": "0.1s",
|
|
962
|
+
"$mktg-h-size-6": {
|
|
2519
963
|
"values": [
|
|
2520
|
-
"
|
|
964
|
+
"32px"
|
|
2521
965
|
],
|
|
2522
966
|
"source": {
|
|
2523
|
-
"path": "src/support/variables
|
|
2524
|
-
"line":
|
|
967
|
+
"path": "src/marketing/support/variables.scss",
|
|
968
|
+
"line": 24
|
|
2525
969
|
},
|
|
2526
|
-
"
|
|
970
|
+
"computed": "32px"
|
|
2527
971
|
},
|
|
2528
|
-
"$
|
|
2529
|
-
"computed": "250px",
|
|
972
|
+
"$mktg-h-size-7": {
|
|
2530
973
|
"values": [
|
|
2531
|
-
"
|
|
974
|
+
"28px"
|
|
2532
975
|
],
|
|
2533
976
|
"source": {
|
|
2534
|
-
"path": "src/support/variables
|
|
2535
|
-
"line":
|
|
977
|
+
"path": "src/marketing/support/variables.scss",
|
|
978
|
+
"line": 25
|
|
2536
979
|
},
|
|
2537
|
-
"
|
|
980
|
+
"computed": "28px"
|
|
2538
981
|
},
|
|
2539
|
-
"$
|
|
2540
|
-
"computed": "#fff",
|
|
982
|
+
"$mktg-h-size-8": {
|
|
2541
983
|
"values": [
|
|
2542
|
-
"
|
|
2543
|
-
"#fff"
|
|
984
|
+
"24px"
|
|
2544
985
|
],
|
|
2545
986
|
"source": {
|
|
2546
|
-
"path": "src/support/variables
|
|
2547
|
-
"line":
|
|
987
|
+
"path": "src/marketing/support/variables.scss",
|
|
988
|
+
"line": 26
|
|
2548
989
|
},
|
|
2549
|
-
"
|
|
990
|
+
"computed": "24px"
|
|
2550
991
|
},
|
|
2551
|
-
"$
|
|
2552
|
-
"computed": "#fff",
|
|
992
|
+
"$mktg-h-size-9": {
|
|
2553
993
|
"values": [
|
|
2554
|
-
"
|
|
994
|
+
"20px"
|
|
2555
995
|
],
|
|
2556
996
|
"source": {
|
|
2557
|
-
"path": "src/support/variables
|
|
2558
|
-
"line":
|
|
997
|
+
"path": "src/marketing/support/variables.scss",
|
|
998
|
+
"line": 27
|
|
2559
999
|
},
|
|
2560
|
-
"
|
|
2561
|
-
"$border-white",
|
|
2562
|
-
"$bg-white",
|
|
2563
|
-
"$text-white",
|
|
2564
|
-
"$tooltip-text-color"
|
|
2565
|
-
]
|
|
1000
|
+
"computed": "20px"
|
|
2566
1001
|
},
|
|
2567
|
-
"$
|
|
2568
|
-
"computed": "rgba(255, 255, 255, 0.15)",
|
|
1002
|
+
"$mktg-h-size-10": {
|
|
2569
1003
|
"values": [
|
|
2570
|
-
"
|
|
2571
|
-
"rgba(255, 255, 255, 0.15)"
|
|
1004
|
+
"16px"
|
|
2572
1005
|
],
|
|
2573
1006
|
"source": {
|
|
2574
|
-
"path": "src/support/variables
|
|
2575
|
-
"line":
|
|
1007
|
+
"path": "src/marketing/support/variables.scss",
|
|
1008
|
+
"line": 28
|
|
2576
1009
|
},
|
|
2577
|
-
"
|
|
2578
|
-
"$border-white-fade"
|
|
2579
|
-
]
|
|
1010
|
+
"computed": "16px"
|
|
2580
1011
|
},
|
|
2581
|
-
"$
|
|
2582
|
-
"computed": "rgba(255, 255, 255, 0.3)",
|
|
1012
|
+
"$mktg-h-lh-0": {
|
|
2583
1013
|
"values": [
|
|
2584
|
-
"
|
|
2585
|
-
"rgba(255, 255, 255, 0.3)"
|
|
1014
|
+
"100px"
|
|
2586
1015
|
],
|
|
2587
1016
|
"source": {
|
|
2588
|
-
"path": "src/support/variables
|
|
2589
|
-
"line":
|
|
1017
|
+
"path": "src/marketing/support/variables.scss",
|
|
1018
|
+
"line": 31
|
|
2590
1019
|
},
|
|
2591
|
-
"
|
|
1020
|
+
"computed": "100px"
|
|
2592
1021
|
},
|
|
2593
|
-
"$
|
|
2594
|
-
"computed": "rgba(255, 255, 255, 0.5)",
|
|
1022
|
+
"$mktg-h-lh-1": {
|
|
2595
1023
|
"values": [
|
|
2596
|
-
"
|
|
2597
|
-
"rgba(255, 255, 255, 0.5)"
|
|
1024
|
+
"76px"
|
|
2598
1025
|
],
|
|
2599
1026
|
"source": {
|
|
2600
|
-
"path": "src/support/variables
|
|
2601
|
-
"line":
|
|
1027
|
+
"path": "src/marketing/support/variables.scss",
|
|
1028
|
+
"line": 32
|
|
2602
1029
|
},
|
|
2603
|
-
"
|
|
1030
|
+
"computed": "76px"
|
|
2604
1031
|
},
|
|
2605
|
-
"$
|
|
2606
|
-
"computed": "rgba(255, 255, 255, 0.7)",
|
|
1032
|
+
"$mktg-h-lh-2": {
|
|
2607
1033
|
"values": [
|
|
2608
|
-
"
|
|
2609
|
-
"rgba(255, 255, 255, 0.7)"
|
|
1034
|
+
"68px"
|
|
2610
1035
|
],
|
|
2611
1036
|
"source": {
|
|
2612
|
-
"path": "src/support/variables
|
|
2613
|
-
"line":
|
|
1037
|
+
"path": "src/marketing/support/variables.scss",
|
|
1038
|
+
"line": 33
|
|
2614
1039
|
},
|
|
2615
|
-
"
|
|
1040
|
+
"computed": "68px"
|
|
2616
1041
|
},
|
|
2617
|
-
"$
|
|
2618
|
-
"computed": "rgba(255, 255, 255, 0.85)",
|
|
1042
|
+
"$mktg-h-lh-3": {
|
|
2619
1043
|
"values": [
|
|
2620
|
-
"
|
|
2621
|
-
"rgba(255, 255, 255, 0.85)"
|
|
1044
|
+
"60px"
|
|
2622
1045
|
],
|
|
2623
1046
|
"source": {
|
|
2624
|
-
"path": "src/support/variables
|
|
2625
|
-
"line":
|
|
1047
|
+
"path": "src/marketing/support/variables.scss",
|
|
1048
|
+
"line": 34
|
|
2626
1049
|
},
|
|
2627
|
-
"
|
|
1050
|
+
"computed": "60px"
|
|
2628
1051
|
},
|
|
2629
|
-
"$
|
|
2630
|
-
"computed": "1012px",
|
|
1052
|
+
"$mktg-h-lh-4": {
|
|
2631
1053
|
"values": [
|
|
2632
|
-
"
|
|
1054
|
+
"52px"
|
|
2633
1055
|
],
|
|
2634
1056
|
"source": {
|
|
2635
|
-
"path": "src/support/variables
|
|
2636
|
-
"line":
|
|
1057
|
+
"path": "src/marketing/support/variables.scss",
|
|
1058
|
+
"line": 35
|
|
2637
1059
|
},
|
|
2638
|
-
"
|
|
2639
|
-
"$container-lg"
|
|
2640
|
-
]
|
|
1060
|
+
"computed": "52px"
|
|
2641
1061
|
},
|
|
2642
|
-
"$
|
|
2643
|
-
"computed": "768px",
|
|
1062
|
+
"$mktg-h-lh-5": {
|
|
2644
1063
|
"values": [
|
|
2645
|
-
"
|
|
1064
|
+
"44px"
|
|
2646
1065
|
],
|
|
2647
1066
|
"source": {
|
|
2648
|
-
"path": "src/support/variables
|
|
2649
|
-
"line":
|
|
1067
|
+
"path": "src/marketing/support/variables.scss",
|
|
1068
|
+
"line": 36
|
|
2650
1069
|
},
|
|
2651
|
-
"
|
|
2652
|
-
"$container-md"
|
|
2653
|
-
]
|
|
1070
|
+
"computed": "44px"
|
|
2654
1071
|
},
|
|
2655
|
-
"$
|
|
2656
|
-
"computed": "544px",
|
|
1072
|
+
"$mktg-h-lh-6": {
|
|
2657
1073
|
"values": [
|
|
2658
|
-
"
|
|
1074
|
+
"36px"
|
|
2659
1075
|
],
|
|
2660
1076
|
"source": {
|
|
2661
|
-
"path": "src/support/variables
|
|
2662
|
-
"line":
|
|
1077
|
+
"path": "src/marketing/support/variables.scss",
|
|
1078
|
+
"line": 37
|
|
2663
1079
|
},
|
|
2664
|
-
"
|
|
2665
|
-
"$container-sm"
|
|
2666
|
-
]
|
|
1080
|
+
"computed": "36px"
|
|
2667
1081
|
},
|
|
2668
|
-
"$
|
|
2669
|
-
"computed": "1280px",
|
|
1082
|
+
"$mktg-h-lh-7": {
|
|
2670
1083
|
"values": [
|
|
2671
|
-
"
|
|
1084
|
+
"32px"
|
|
2672
1085
|
],
|
|
2673
1086
|
"source": {
|
|
2674
|
-
"path": "src/support/variables
|
|
2675
|
-
"line":
|
|
1087
|
+
"path": "src/marketing/support/variables.scss",
|
|
1088
|
+
"line": 38
|
|
2676
1089
|
},
|
|
2677
|
-
"
|
|
2678
|
-
"$container-xl"
|
|
2679
|
-
]
|
|
1090
|
+
"computed": "32px"
|
|
2680
1091
|
},
|
|
2681
|
-
"$
|
|
2682
|
-
"computed": "0",
|
|
1092
|
+
"$mktg-h-lh-8": {
|
|
2683
1093
|
"values": [
|
|
2684
|
-
"
|
|
1094
|
+
"28px"
|
|
2685
1095
|
],
|
|
2686
1096
|
"source": {
|
|
2687
|
-
"path": "src/support/variables
|
|
2688
|
-
"line":
|
|
1097
|
+
"path": "src/marketing/support/variables.scss",
|
|
1098
|
+
"line": 39
|
|
2689
1099
|
},
|
|
2690
|
-
"
|
|
1100
|
+
"computed": "28px"
|
|
2691
1101
|
},
|
|
2692
|
-
"$
|
|
2693
|
-
"computed": "#ffd33d",
|
|
1102
|
+
"$mktg-h-lh-9": {
|
|
2694
1103
|
"values": [
|
|
2695
|
-
"
|
|
2696
|
-
"#ffd33d"
|
|
1104
|
+
"24px"
|
|
2697
1105
|
],
|
|
2698
1106
|
"source": {
|
|
2699
|
-
"path": "src/support/variables
|
|
2700
|
-
"line":
|
|
1107
|
+
"path": "src/marketing/support/variables.scss",
|
|
1108
|
+
"line": 40
|
|
2701
1109
|
},
|
|
2702
|
-
"
|
|
1110
|
+
"computed": "24px"
|
|
2703
1111
|
},
|
|
2704
|
-
"$
|
|
2705
|
-
"computed": "#fffdef",
|
|
1112
|
+
"$mktg-h-lh-10": {
|
|
2706
1113
|
"values": [
|
|
2707
|
-
"
|
|
1114
|
+
"20px"
|
|
2708
1115
|
],
|
|
2709
1116
|
"source": {
|
|
2710
|
-
"path": "src/support/variables
|
|
2711
|
-
"line":
|
|
1117
|
+
"path": "src/marketing/support/variables.scss",
|
|
1118
|
+
"line": 41
|
|
2712
1119
|
},
|
|
2713
|
-
"
|
|
1120
|
+
"computed": "20px"
|
|
2714
1121
|
},
|
|
2715
|
-
"$
|
|
2716
|
-
"computed": "#fffbdd",
|
|
1122
|
+
"$mktg-body-spacing-threshold": {
|
|
2717
1123
|
"values": [
|
|
2718
|
-
"
|
|
1124
|
+
"28px"
|
|
2719
1125
|
],
|
|
2720
1126
|
"source": {
|
|
2721
|
-
"path": "src/support/variables
|
|
2722
|
-
"line":
|
|
1127
|
+
"path": "src/marketing/support/variables.scss",
|
|
1128
|
+
"line": 69
|
|
2723
1129
|
},
|
|
2724
|
-
"
|
|
1130
|
+
"computed": "28px"
|
|
2725
1131
|
},
|
|
2726
|
-
"$
|
|
2727
|
-
"computed": "#fff5b1",
|
|
1132
|
+
"$mktg-body-weight-threshold": {
|
|
2728
1133
|
"values": [
|
|
2729
|
-
"
|
|
1134
|
+
"24px"
|
|
2730
1135
|
],
|
|
2731
1136
|
"source": {
|
|
2732
|
-
"path": "src/support/variables
|
|
2733
|
-
"line":
|
|
1137
|
+
"path": "src/marketing/support/variables.scss",
|
|
1138
|
+
"line": 70
|
|
2734
1139
|
},
|
|
2735
|
-
"
|
|
2736
|
-
"$bg-yellow-light"
|
|
2737
|
-
]
|
|
1140
|
+
"computed": "24px"
|
|
2738
1141
|
},
|
|
2739
|
-
"$
|
|
2740
|
-
"computed": "#ffea7f",
|
|
1142
|
+
"$mktg-body-spacing-large": {
|
|
2741
1143
|
"values": [
|
|
2742
|
-
"
|
|
1144
|
+
"-0.01em"
|
|
2743
1145
|
],
|
|
2744
1146
|
"source": {
|
|
2745
|
-
"path": "src/support/variables
|
|
2746
|
-
"line":
|
|
1147
|
+
"path": "src/marketing/support/variables.scss",
|
|
1148
|
+
"line": 108
|
|
2747
1149
|
},
|
|
2748
|
-
"
|
|
1150
|
+
"computed": "-0.01em"
|
|
2749
1151
|
},
|
|
2750
|
-
"$
|
|
2751
|
-
"computed": "#ffdf5d",
|
|
1152
|
+
"$mktg-body-size-0": {
|
|
2752
1153
|
"values": [
|
|
2753
|
-
"
|
|
1154
|
+
"48px"
|
|
2754
1155
|
],
|
|
2755
1156
|
"source": {
|
|
2756
|
-
"path": "src/support/variables
|
|
2757
|
-
"line":
|
|
1157
|
+
"path": "src/marketing/support/variables.scss",
|
|
1158
|
+
"line": 74
|
|
2758
1159
|
},
|
|
2759
|
-
"
|
|
1160
|
+
"computed": "48px"
|
|
2760
1161
|
},
|
|
2761
|
-
"$
|
|
2762
|
-
"computed": "#ffd33d",
|
|
1162
|
+
"$mktg-body-size-1": {
|
|
2763
1163
|
"values": [
|
|
2764
|
-
"
|
|
1164
|
+
"40px"
|
|
2765
1165
|
],
|
|
2766
1166
|
"source": {
|
|
2767
|
-
"path": "src/support/variables
|
|
2768
|
-
"line":
|
|
1167
|
+
"path": "src/marketing/support/variables.scss",
|
|
1168
|
+
"line": 75
|
|
2769
1169
|
},
|
|
2770
|
-
"
|
|
2771
|
-
"$yellow",
|
|
2772
|
-
"$bg-yellow"
|
|
2773
|
-
]
|
|
1170
|
+
"computed": "40px"
|
|
2774
1171
|
},
|
|
2775
|
-
"$
|
|
2776
|
-
"computed": "#f9c513",
|
|
1172
|
+
"$mktg-body-size-2": {
|
|
2777
1173
|
"values": [
|
|
2778
|
-
"
|
|
1174
|
+
"32px"
|
|
2779
1175
|
],
|
|
2780
1176
|
"source": {
|
|
2781
|
-
"path": "src/support/variables
|
|
2782
|
-
"line":
|
|
1177
|
+
"path": "src/marketing/support/variables.scss",
|
|
1178
|
+
"line": 76
|
|
2783
1179
|
},
|
|
2784
|
-
"
|
|
2785
|
-
"$border-yellow"
|
|
2786
|
-
]
|
|
1180
|
+
"computed": "32px"
|
|
2787
1181
|
},
|
|
2788
|
-
"$
|
|
2789
|
-
"computed": "#dbab09",
|
|
1182
|
+
"$mktg-body-size-3": {
|
|
2790
1183
|
"values": [
|
|
2791
|
-
"
|
|
1184
|
+
"28px"
|
|
2792
1185
|
],
|
|
2793
1186
|
"source": {
|
|
2794
|
-
"path": "src/support/variables
|
|
2795
|
-
"line":
|
|
1187
|
+
"path": "src/marketing/support/variables.scss",
|
|
1188
|
+
"line": 77
|
|
2796
1189
|
},
|
|
2797
|
-
"
|
|
2798
|
-
"$bg-yellow-dark"
|
|
2799
|
-
]
|
|
1190
|
+
"computed": "28px"
|
|
2800
1191
|
},
|
|
2801
|
-
"$
|
|
2802
|
-
"computed": "#b08800",
|
|
1192
|
+
"$mktg-body-size-4": {
|
|
2803
1193
|
"values": [
|
|
2804
|
-
"
|
|
1194
|
+
"24px"
|
|
2805
1195
|
],
|
|
2806
1196
|
"source": {
|
|
2807
|
-
"path": "src/support/variables
|
|
2808
|
-
"line":
|
|
1197
|
+
"path": "src/marketing/support/variables.scss",
|
|
1198
|
+
"line": 78
|
|
2809
1199
|
},
|
|
2810
|
-
"
|
|
2811
|
-
"$text-yellow"
|
|
2812
|
-
]
|
|
1200
|
+
"computed": "24px"
|
|
2813
1201
|
},
|
|
2814
|
-
"$
|
|
2815
|
-
"computed": "#735c0f",
|
|
1202
|
+
"$mktg-body-size-5": {
|
|
2816
1203
|
"values": [
|
|
2817
|
-
"
|
|
1204
|
+
"20px"
|
|
2818
1205
|
],
|
|
2819
1206
|
"source": {
|
|
2820
|
-
"path": "src/support/variables
|
|
2821
|
-
"line":
|
|
1207
|
+
"path": "src/marketing/support/variables.scss",
|
|
1208
|
+
"line": 79
|
|
2822
1209
|
},
|
|
2823
|
-
"
|
|
1210
|
+
"computed": "20px"
|
|
2824
1211
|
},
|
|
2825
|
-
"$
|
|
2826
|
-
"computed": "#1074e7",
|
|
1212
|
+
"$mktg-body-size-6": {
|
|
2827
1213
|
"values": [
|
|
2828
|
-
"
|
|
2829
|
-
"#1074e7"
|
|
1214
|
+
"16px"
|
|
2830
1215
|
],
|
|
2831
1216
|
"source": {
|
|
2832
1217
|
"path": "src/marketing/support/variables.scss",
|
|
2833
|
-
"line":
|
|
1218
|
+
"line": 80
|
|
2834
1219
|
},
|
|
2835
|
-
"
|
|
1220
|
+
"computed": "16px"
|
|
2836
1221
|
},
|
|
2837
|
-
"$
|
|
2838
|
-
"computed": "Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol",
|
|
1222
|
+
"$mktg-body-size-7": {
|
|
2839
1223
|
"values": [
|
|
2840
|
-
"
|
|
2841
|
-
"Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol"
|
|
1224
|
+
"14px"
|
|
2842
1225
|
],
|
|
2843
1226
|
"source": {
|
|
2844
1227
|
"path": "src/marketing/support/variables.scss",
|
|
2845
|
-
"line":
|
|
1228
|
+
"line": 81
|
|
2846
1229
|
},
|
|
2847
|
-
"
|
|
1230
|
+
"computed": "14px"
|
|
2848
1231
|
},
|
|
2849
|
-
"$
|
|
2850
|
-
"computed": "#2ebc4f",
|
|
1232
|
+
"$mktg-body-size-8": {
|
|
2851
1233
|
"values": [
|
|
2852
|
-
"
|
|
2853
|
-
"#2ebc4f"
|
|
1234
|
+
"12px"
|
|
2854
1235
|
],
|
|
2855
1236
|
"source": {
|
|
2856
1237
|
"path": "src/marketing/support/variables.scss",
|
|
2857
|
-
"line":
|
|
1238
|
+
"line": 82
|
|
2858
1239
|
},
|
|
2859
|
-
"
|
|
1240
|
+
"computed": "12px"
|
|
2860
1241
|
},
|
|
2861
|
-
"$
|
|
2862
|
-
"computed": "64px",
|
|
1242
|
+
"$mktg-body-lh-0": {
|
|
2863
1243
|
"values": [
|
|
2864
1244
|
"64px"
|
|
2865
1245
|
],
|
|
2866
1246
|
"source": {
|
|
2867
1247
|
"path": "src/marketing/support/variables.scss",
|
|
2868
|
-
"line":
|
|
1248
|
+
"line": 85
|
|
2869
1249
|
},
|
|
2870
|
-
"
|
|
1250
|
+
"computed": "64px"
|
|
2871
1251
|
},
|
|
2872
|
-
"$
|
|
2873
|
-
"computed": "48px",
|
|
1252
|
+
"$mktg-body-lh-1": {
|
|
2874
1253
|
"values": [
|
|
2875
|
-
"
|
|
1254
|
+
"52px"
|
|
2876
1255
|
],
|
|
2877
1256
|
"source": {
|
|
2878
1257
|
"path": "src/marketing/support/variables.scss",
|
|
2879
|
-
"line":
|
|
1258
|
+
"line": 86
|
|
2880
1259
|
},
|
|
2881
|
-
"
|
|
1260
|
+
"computed": "52px"
|
|
2882
1261
|
},
|
|
2883
|
-
"$
|
|
2884
|
-
"computed": "(0: 0, 1: 4px, 2: 8px, 3: 16px, 4: 24px, 5: 32px, 6: 40px, 7: 48px, 8: 64px, 9: 80px, 10: 96px, 11: 112px, 12: 128px)",
|
|
1262
|
+
"$mktg-body-lh-2": {
|
|
2885
1263
|
"values": [
|
|
2886
|
-
"
|
|
2887
|
-
"(0: 0, 1: 4px, 2: 8px, 3: 16px, 4: 24px, 5: 32px, 6: 40px, 7: 48px, 8: 64px, 9: 80px, 10: 96px, 11: 112px, 12: 128px)"
|
|
1264
|
+
"44px"
|
|
2888
1265
|
],
|
|
2889
1266
|
"source": {
|
|
2890
1267
|
"path": "src/marketing/support/variables.scss",
|
|
2891
|
-
"line":
|
|
1268
|
+
"line": 87
|
|
2892
1269
|
},
|
|
2893
|
-
"
|
|
1270
|
+
"computed": "44px"
|
|
2894
1271
|
},
|
|
2895
|
-
"$
|
|
2896
|
-
"computed": "/fonts/",
|
|
1272
|
+
"$mktg-body-lh-3": {
|
|
2897
1273
|
"values": [
|
|
2898
|
-
"
|
|
2899
|
-
"/fonts/"
|
|
1274
|
+
"40px"
|
|
2900
1275
|
],
|
|
2901
1276
|
"source": {
|
|
2902
1277
|
"path": "src/marketing/support/variables.scss",
|
|
2903
|
-
"line":
|
|
1278
|
+
"line": 88
|
|
2904
1279
|
},
|
|
2905
|
-
"
|
|
1280
|
+
"computed": "40px"
|
|
2906
1281
|
},
|
|
2907
|
-
"$
|
|
2908
|
-
"computed": "96px",
|
|
1282
|
+
"$mktg-body-lh-4": {
|
|
2909
1283
|
"values": [
|
|
2910
|
-
"
|
|
2911
|
-
"8px * 12",
|
|
2912
|
-
"96px"
|
|
1284
|
+
"32px"
|
|
2913
1285
|
],
|
|
2914
1286
|
"source": {
|
|
2915
1287
|
"path": "src/marketing/support/variables.scss",
|
|
2916
|
-
"line":
|
|
1288
|
+
"line": 89
|
|
2917
1289
|
},
|
|
2918
|
-
"
|
|
1290
|
+
"computed": "32px"
|
|
2919
1291
|
},
|
|
2920
|
-
"$
|
|
2921
|
-
"computed": "112px",
|
|
1292
|
+
"$mktg-body-lh-5": {
|
|
2922
1293
|
"values": [
|
|
2923
|
-
"
|
|
2924
|
-
"8px * 14",
|
|
2925
|
-
"112px"
|
|
1294
|
+
"28px"
|
|
2926
1295
|
],
|
|
2927
1296
|
"source": {
|
|
2928
1297
|
"path": "src/marketing/support/variables.scss",
|
|
2929
|
-
"line":
|
|
1298
|
+
"line": 90
|
|
2930
1299
|
},
|
|
2931
|
-
"
|
|
1300
|
+
"computed": "28px"
|
|
2932
1301
|
},
|
|
2933
|
-
"$
|
|
2934
|
-
"computed": "128px",
|
|
1302
|
+
"$mktg-body-lh-6": {
|
|
2935
1303
|
"values": [
|
|
2936
|
-
"
|
|
2937
|
-
"8px * 16",
|
|
2938
|
-
"128px"
|
|
1304
|
+
"24px"
|
|
2939
1305
|
],
|
|
2940
1306
|
"source": {
|
|
2941
1307
|
"path": "src/marketing/support/variables.scss",
|
|
2942
|
-
"line":
|
|
1308
|
+
"line": 91
|
|
2943
1309
|
},
|
|
2944
|
-
"
|
|
1310
|
+
"computed": "24px"
|
|
2945
1311
|
},
|
|
2946
|
-
"$
|
|
2947
|
-
"computed": "48px",
|
|
1312
|
+
"$mktg-body-lh-7": {
|
|
2948
1313
|
"values": [
|
|
2949
|
-
"
|
|
2950
|
-
"8px * 6",
|
|
2951
|
-
"48px"
|
|
1314
|
+
"20px"
|
|
2952
1315
|
],
|
|
2953
1316
|
"source": {
|
|
2954
1317
|
"path": "src/marketing/support/variables.scss",
|
|
2955
|
-
"line":
|
|
1318
|
+
"line": 92
|
|
2956
1319
|
},
|
|
2957
|
-
"
|
|
1320
|
+
"computed": "20px"
|
|
2958
1321
|
},
|
|
2959
|
-
"$
|
|
2960
|
-
"computed": "64px",
|
|
1322
|
+
"$mktg-body-lh-8": {
|
|
2961
1323
|
"values": [
|
|
2962
|
-
"
|
|
2963
|
-
"8px * 8",
|
|
2964
|
-
"64px"
|
|
1324
|
+
"20px"
|
|
2965
1325
|
],
|
|
2966
1326
|
"source": {
|
|
2967
1327
|
"path": "src/marketing/support/variables.scss",
|
|
2968
|
-
"line":
|
|
1328
|
+
"line": 93
|
|
2969
1329
|
},
|
|
2970
|
-
"
|
|
1330
|
+
"computed": "20px"
|
|
2971
1331
|
},
|
|
2972
|
-
"$
|
|
2973
|
-
"computed": "80px",
|
|
1332
|
+
"$transition-time": {
|
|
2974
1333
|
"values": [
|
|
2975
|
-
"
|
|
2976
|
-
"8px * 10",
|
|
2977
|
-
"80px"
|
|
1334
|
+
"0.4s"
|
|
2978
1335
|
],
|
|
2979
1336
|
"source": {
|
|
2980
1337
|
"path": "src/marketing/support/variables.scss",
|
|
2981
|
-
"line":
|
|
1338
|
+
"line": 121
|
|
2982
1339
|
},
|
|
2983
|
-
"
|
|
1340
|
+
"computed": "0.4s"
|
|
2984
1341
|
},
|
|
2985
|
-
"$
|
|
2986
|
-
"computed": "0.4s",
|
|
1342
|
+
"$ease-mktg": {
|
|
2987
1343
|
"values": [
|
|
2988
|
-
"0.
|
|
1344
|
+
"cubic-bezier(0.16, 1, 0.3, 1)"
|
|
2989
1345
|
],
|
|
2990
1346
|
"source": {
|
|
2991
1347
|
"path": "src/marketing/support/variables.scss",
|
|
2992
|
-
"line":
|
|
1348
|
+
"line": 122
|
|
2993
1349
|
},
|
|
2994
|
-
"
|
|
1350
|
+
"computed": "calc(cubic-bezier(0.16, 1, 0.3, 1))"
|
|
2995
1351
|
}
|
|
2996
1352
|
}
|