@utrecht/design-tokens 2.1.0 → 2.2.0
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/.stylelintrc.json +5 -1
- package/CHANGELOG.md +14 -0
- package/config.json +8 -0
- package/dist/_mixin-theme.scss +34 -37
- package/dist/_mixin.scss +1009 -0
- package/dist/_variables.scss +34 -37
- package/dist/background-image-icon.css +0 -1
- package/dist/dark/_mixin-theme.scss +34 -37
- package/dist/dark/_mixin.scss +1020 -0
- package/dist/dark/_variables.scss +1017 -0
- package/dist/dark/index.cjs +1020 -0
- package/dist/dark/index.css +34 -37
- package/dist/dark/index.d.ts +1139 -0
- package/dist/dark/index.flat.json +1016 -0
- package/dist/dark/index.json +30694 -0
- package/dist/dark/index.mjs +1018 -0
- package/dist/dark/index.tokens.json +7885 -0
- package/dist/dark/list.json +30694 -0
- package/dist/dark/property.css +705 -0
- package/dist/dark/root.css +538 -541
- package/dist/dark/theme-prince-xml.css +1020 -0
- package/dist/dark/theme.css +1020 -0
- package/dist/dark/tokens.cjs +37567 -0
- package/dist/dark/tokens.d.ts +4842 -0
- package/dist/dark/tokens.json +37563 -0
- package/dist/dark/variables.cjs +1020 -0
- package/dist/dark/variables.css +1020 -0
- package/dist/dark/variables.d.ts +1139 -0
- package/dist/dark/variables.json +1016 -0
- package/dist/dark/variables.less +1017 -0
- package/dist/dark/variables.mjs +1018 -0
- package/dist/index.cjs +29 -32
- package/dist/index.css +149 -82
- package/dist/index.d.ts +18 -25
- package/dist/index.flat.json +591 -593
- package/dist/index.json +4577 -7587
- package/dist/index.mjs +31 -34
- package/dist/index.tokens.json +385 -71
- package/dist/list.json +31811 -0
- package/dist/property.css +770 -0
- package/dist/root.css +529 -532
- package/dist/theme-prince-xml.css +34 -37
- package/dist/theme.css +529 -532
- package/dist/tokens.cjs +6297 -8992
- package/dist/tokens.d.ts +208 -60
- package/dist/tokens.json +38705 -0
- package/dist/variables.cjs +1009 -0
- package/dist/variables.css +1009 -0
- package/dist/variables.d.ts +1128 -0
- package/dist/variables.json +1005 -0
- package/dist/variables.less +34 -37
- package/dist/variables.mjs +1007 -0
- package/package.json +6 -5
- package/src/background-image-icon.scss +0 -1
- package/src/brand/utrecht/typography.tokens.json +7 -9
- package/src/component/of/progress-indicator.tokens.json +1 -1
- package/src/component/utrecht/backdrop.tokens.json +1 -1
- package/src/component/utrecht/blockquote.tokens.json +3 -3
- package/src/component/utrecht/button.tokens.json +1 -3
- package/src/component/utrecht/code-block.tokens.json +2 -2
- package/src/component/utrecht/figure.tokens.json +2 -2
- package/src/component/utrecht/form-fieldset.tokens.json +2 -2
- package/src/component/utrecht/form-toggle.tokens.json +1 -1
- package/src/component/utrecht/link.tokens.json +3 -1
- package/src/component/utrecht/pagination.tokens.json +1 -1
- package/src/component/utrecht/skip-link.tokens.json +4 -2
- package/src/component/utrecht/table.tokens.json +1 -1
- package/src/component/utrecht/toptask-link.tokens.json +1 -1
- package/src/css-property-formatter.mjs +46 -0
- package/src/dark/component/tokens.json +1 -1
- package/src/index.scss +81 -5
- package/style-dictionary-build-dark.mjs +64 -0
- package/style-dictionary-build.mjs +41 -0
- package/style-dictionary-config.mjs +261 -0
- package/dist/figma-tokens.json +0 -40396
- package/src/css-property-formatter.js +0 -35
- package/src/style-dictionary-config-dark.js +0 -56
- package/src/style-dictionary-config.js +0 -63
- package/style-dictionary.config.json +0 -143
|
@@ -0,0 +1,1009 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
module.exports = {
|
|
6
|
+
"utrechtAccordionRowGap": "8px",
|
|
7
|
+
"utrechtAccordionButtonPaddingInlineEnd": "16px",
|
|
8
|
+
"utrechtAccordionButtonPaddingInlineStart": "16px",
|
|
9
|
+
"utrechtAccordionButtonPaddingBlockEnd": "8px",
|
|
10
|
+
"utrechtAccordionButtonPaddingBlockStart": "8px",
|
|
11
|
+
"utrechtAccordionButtonBackgroundColor": "hsl(0 0% 95%)",
|
|
12
|
+
"utrechtAccordionButtonColor": "hsl(0 0% 10%)",
|
|
13
|
+
"utrechtAccordionButtonBorderColor": "hsl(0 0% 95%)",
|
|
14
|
+
"utrechtAccordionButtonBorderWidth": "0",
|
|
15
|
+
"utrechtAccordionButtonHoverBackgroundColor": "inherit",
|
|
16
|
+
"utrechtAccordionButtonHoverBorderColor": "hsl(0 0% 95%)",
|
|
17
|
+
"utrechtAccordionButtonHoverColor": "hsl(0 0% 10%)",
|
|
18
|
+
"utrechtAccordionButtonActiveBackgroundColor": "hsl(0 0% 80%)",
|
|
19
|
+
"utrechtAccordionButtonActiveBorderColor": "hsl(0 0% 95%)",
|
|
20
|
+
"utrechtAccordionButtonActiveColor": "hsl(0 0% 10%)",
|
|
21
|
+
"utrechtAccordionButtonFocusBackgroundColor": "hsl(0 0% 80%)",
|
|
22
|
+
"utrechtAccordionButtonFocusBorderColor": "hsl(0 0% 95%)",
|
|
23
|
+
"utrechtAccordionButtonFocusColor": "hsl(0 0% 10%)",
|
|
24
|
+
"utrechtAccordionButtonIconSize": "24px",
|
|
25
|
+
"utrechtAccordionButtonIconUtrechtBackgroundColor": "hsl(48 100% 50%)",
|
|
26
|
+
"utrechtAccordionPanelBorderColor": "hsl(0 0% 95%)",
|
|
27
|
+
"utrechtAccordionPanelBorderWidth": "2px",
|
|
28
|
+
"utrechtAccordionPanelPaddingBlockStart": "8px",
|
|
29
|
+
"utrechtAccordionPanelPaddingBlockEnd": "8px",
|
|
30
|
+
"utrechtAccordionPanelPaddingInlineStart": "16px",
|
|
31
|
+
"utrechtAccordionPanelPaddingInlineEnd": "16px",
|
|
32
|
+
"utrechtAccordionSectionMarginBlockStart": "4px",
|
|
33
|
+
"utrechtAlertDialogMaxBlockSize": "80vh",
|
|
34
|
+
"utrechtAlertDialogMaxInlineSize": "780px",
|
|
35
|
+
"utrechtAlertDialogMinBlockSize": "100px",
|
|
36
|
+
"utrechtAlertDialogMinInlineSize": "320px",
|
|
37
|
+
"utrechtAlertBackgroundColor": "hsl(211 60% 90%)",
|
|
38
|
+
"utrechtAlertColor": "hsl(0 0% 0%)",
|
|
39
|
+
"utrechtAlertColumnGap": "16px",
|
|
40
|
+
"utrechtAlertPaddingBlockStart": "20px",
|
|
41
|
+
"utrechtAlertPaddingBlockEnd": "20px",
|
|
42
|
+
"utrechtAlertPaddingInlineStart": "20px",
|
|
43
|
+
"utrechtAlertPaddingInlineEnd": "20px",
|
|
44
|
+
"utrechtAlertInfoBackgroundColor": "hsl(211 60% 90%)",
|
|
45
|
+
"utrechtAlertInfoColor": "hsl(0 0% 0%)",
|
|
46
|
+
"utrechtAlertWarningBackgroundColor": "hsl(48 100% 80%)",
|
|
47
|
+
"utrechtAlertWarningColor": "hsl(0 0% 0%)",
|
|
48
|
+
"utrechtAlertErrorBackgroundColor": "hsl(0 100% 95%)",
|
|
49
|
+
"utrechtAlertErrorColor": "hsl(0 0% 0%)",
|
|
50
|
+
"utrechtAlertOkBackgroundColor": "hsl(90 30% 90%)",
|
|
51
|
+
"utrechtAlertOkColor": "hsl(0 0% 0%)",
|
|
52
|
+
"utrechtAlertIconColor": "hsl(211 60% 35%)",
|
|
53
|
+
"utrechtAlertIconSize": "24px",
|
|
54
|
+
"utrechtAlertIconInsetBlockStart": "6px",
|
|
55
|
+
"utrechtAlertIconInfoColor": "hsl(211 60% 35%)",
|
|
56
|
+
"utrechtAlertIconErrorColor": "hsl(0 100% 40%)",
|
|
57
|
+
"utrechtAlertIconWarningColor": "hsl(48 100% 40%)",
|
|
58
|
+
"utrechtAlertIconOkColor": "hsl(90 30% 38%)",
|
|
59
|
+
"utrechtArticleMaxInlineSize": "780px",
|
|
60
|
+
"utrechtBackdropBackgroundColor": "hsl(0 0% 100%)",
|
|
61
|
+
"utrechtBackdropColor": "hsl(0 0% 0%)",
|
|
62
|
+
"utrechtBackdropOpacity": "0.8",
|
|
63
|
+
"utrechtBackdropFadeInAnimationDuration": "400ms",
|
|
64
|
+
"utrechtBackdropReducedTransparencyOpacity": "0.98",
|
|
65
|
+
"utrechtBadgeCounterBackgroundColor": "hsl(0 100% 40%)",
|
|
66
|
+
"utrechtBadgeCounterBorderRadius": "1rem",
|
|
67
|
+
"utrechtBadgeCounterColor": "hsl(0 0% 100%)",
|
|
68
|
+
"utrechtBadgeCounterFontSize": "1rem",
|
|
69
|
+
"utrechtBadgeCounterPaddingBlock": "1ex",
|
|
70
|
+
"utrechtBadgeCounterPaddingInline": "1ex",
|
|
71
|
+
"utrechtBadgeListItemMarginBlock": "8px",
|
|
72
|
+
"utrechtBadgeListItemMarginInline": "12px",
|
|
73
|
+
"utrechtBadgeBackgroundColor": "hsl(0 0% 30%)",
|
|
74
|
+
"utrechtBadgeBorderRadius": "0",
|
|
75
|
+
"utrechtBadgeColor": "hsl(0 0% 100%)",
|
|
76
|
+
"utrechtBadgePaddingBlock": "8px",
|
|
77
|
+
"utrechtBadgePaddingInline": "12px",
|
|
78
|
+
"utrechtBadgeFontStyle": "normal",
|
|
79
|
+
"utrechtBlockquoteMarginInlineStart": "1.6em",
|
|
80
|
+
"utrechtBlockquoteMarginInlineEnd": "1.6em",
|
|
81
|
+
"utrechtBlockquoteContentColor": "hsl(0 100% 40%)",
|
|
82
|
+
"utrechtBlockquoteContentFontSize": "1.125rem",
|
|
83
|
+
"utrechtBlockquoteCaptionFontSize": "0.875rem",
|
|
84
|
+
"utrechtBlockquoteMarginBlockStart": "1.6em",
|
|
85
|
+
"utrechtBlockquoteMarginBlockEnd": "1.6em",
|
|
86
|
+
"utrechtBreadcrumbNavMinBlockSize": "34px",
|
|
87
|
+
"utrechtBreadcrumbNavFontSize": "1rem",
|
|
88
|
+
"utrechtBreadcrumbNavItemPaddingBlockStart": "8px",
|
|
89
|
+
"utrechtBreadcrumbNavItemPaddingBlockEnd": "8px",
|
|
90
|
+
"utrechtBreadcrumbNavItemPaddingInlineEnd": "8px",
|
|
91
|
+
"utrechtBreadcrumbNavItemPaddingInlineStart": "8px",
|
|
92
|
+
"utrechtBreadcrumbNavLinkColor": "hsl(211 60% 35%)",
|
|
93
|
+
"utrechtBreadcrumbNavLinkFocusBackgroundColor": "hsl(48 100% 60%)",
|
|
94
|
+
"utrechtBreadcrumbNavLinkFocusColor": "hsl(211 60% 40%)",
|
|
95
|
+
"utrechtBreadcrumbNavLinkFocusTextDecoration": "underline",
|
|
96
|
+
"utrechtBreadcrumbNavLinkHoverColor": "hsl(211 60% 40%)",
|
|
97
|
+
"utrechtBreadcrumbNavLinkHoverTextDecoration": "underline",
|
|
98
|
+
"utrechtBreadcrumbNavLinkDisabledColor": "hsl(0 0% 40%)",
|
|
99
|
+
"utrechtBreadcrumbNavLinkTextDecoration": "none",
|
|
100
|
+
"utrechtBreadcrumbNavLinkIconSize": "16px",
|
|
101
|
+
"utrechtBreadcrumbNavSeparatorColor": "hsl(211 60% 35%)",
|
|
102
|
+
"utrechtBreadcrumbNavSeparatorIconSize": "0.875rem",
|
|
103
|
+
"utrechtBreadcrumbNavArrowsLinkBackgroundColor": "hsl(0 0% 90%)",
|
|
104
|
+
"utrechtBreadcrumbNavArrowsLinkFocusBackgroundColor": "hsl(48 100% 60%)",
|
|
105
|
+
"utrechtBreadcrumbNavArrowsLinkFocusColor": "hsl(0 0% 0%)",
|
|
106
|
+
"utrechtBreadcrumbNavArrowsLinkColor": "hsl(0 0% 0%)",
|
|
107
|
+
"utrechtBreadcrumbNavDividerInlineSize": "1px",
|
|
108
|
+
"utrechtButtonBackgroundColor": "hsl(0 0% 100%)",
|
|
109
|
+
"utrechtButtonBorderColor": "hsl(0 0% 40%)",
|
|
110
|
+
"utrechtButtonBorderRadius": "0",
|
|
111
|
+
"utrechtButtonBorderWidth": "1px",
|
|
112
|
+
"utrechtButtonColor": "hsl(0 0% 40%)",
|
|
113
|
+
"utrechtButtonColumnGap": "0.5ch",
|
|
114
|
+
"utrechtButtonFontFamily": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
115
|
+
"utrechtButtonFontSize": "1rem",
|
|
116
|
+
"utrechtButtonMarginBlockStart": "8px",
|
|
117
|
+
"utrechtButtonMarginBlockEnd": "8px",
|
|
118
|
+
"utrechtButtonMarginInlineStart": "0",
|
|
119
|
+
"utrechtButtonMarginInlineEnd": "0",
|
|
120
|
+
"utrechtButtonPaddingBlockStart": "8px",
|
|
121
|
+
"utrechtButtonPaddingBlockEnd": "8px",
|
|
122
|
+
"utrechtButtonPaddingInlineStart": "16px",
|
|
123
|
+
"utrechtButtonPaddingInlineEnd": "16px",
|
|
124
|
+
"utrechtButtonActiveBackgroundColor": "hsl(0 0% 40%)",
|
|
125
|
+
"utrechtButtonActiveColor": "hsl(0 0% 100%)",
|
|
126
|
+
"utrechtButtonDisabledBackgroundColor": "hsl(0 0% 90%)",
|
|
127
|
+
"utrechtButtonDisabledBorderColor": "hsl(0 0% 80%)",
|
|
128
|
+
"utrechtButtonDisabledColor": "hsl(0 0% 80%)",
|
|
129
|
+
"utrechtButtonFocusScale": "1.02",
|
|
130
|
+
"utrechtButtonHoverScale": "1.02",
|
|
131
|
+
"utrechtButtonPressedBackgroundColor": "hsl(0 0% 40%)",
|
|
132
|
+
"utrechtButtonPressedColor": "hsl(0 0% 100%)",
|
|
133
|
+
"utrechtButtonPrimaryActionBackgroundColor": "hsl(211 60% 35%)",
|
|
134
|
+
"utrechtButtonPrimaryActionBorderColor": "transparent",
|
|
135
|
+
"utrechtButtonPrimaryActionBorderWidth": "2px",
|
|
136
|
+
"utrechtButtonPrimaryActionColor": "hsl(0 0% 100%)",
|
|
137
|
+
"utrechtButtonPrimaryActionActiveBackgroundColor": "hsl(211 60% 30%)",
|
|
138
|
+
"utrechtButtonPrimaryActionActiveBorderColor": "hsl(211 60% 30%)",
|
|
139
|
+
"utrechtButtonPrimaryActionActiveColor": "hsl(0 0% 100%)",
|
|
140
|
+
"utrechtButtonPrimaryActionDisabledBackgroundColor": "hsl(0 0% 90%)",
|
|
141
|
+
"utrechtButtonPrimaryActionDisabledBorderColor": "hsl(0 0% 80%)",
|
|
142
|
+
"utrechtButtonPrimaryActionDisabledColor": "hsl(0 0% 80%)",
|
|
143
|
+
"utrechtButtonPrimaryActionHoverBackgroundColor": "hsl(211 60% 40%)",
|
|
144
|
+
"utrechtButtonPrimaryActionHoverBorderColor": "transparent",
|
|
145
|
+
"utrechtButtonPrimaryActionHoverColor": "hsl(0 0% 100%)",
|
|
146
|
+
"utrechtButtonPrimaryActionFocusBackgroundColor": "hsl(211 60% 40%)",
|
|
147
|
+
"utrechtButtonPrimaryActionFocusBorderColor": "hsl(211 60% 40%)",
|
|
148
|
+
"utrechtButtonPrimaryActionFocusBorderWidth": "2px",
|
|
149
|
+
"utrechtButtonPrimaryActionPressedBackgroundColor": "hsl(211 60% 30%)",
|
|
150
|
+
"utrechtButtonPrimaryActionPressedBorderColor": "hsl(211 60% 30%)",
|
|
151
|
+
"utrechtButtonPrimaryActionPressedColor": "hsl(0 0% 100%)",
|
|
152
|
+
"utrechtButtonPrimaryActionReadyBackgroundColor": "hsl(90 30% 50%)",
|
|
153
|
+
"utrechtButtonPrimaryActionReadyBorderColor": "transparent",
|
|
154
|
+
"utrechtButtonPrimaryActionReadyColor": "hsl(0 0% 0%)",
|
|
155
|
+
"utrechtButtonPrimaryActionReadyDisabledBorderColor": "hsl(0 0% 90%)",
|
|
156
|
+
"utrechtButtonPrimaryActionReadyHoverBackgroundColor": "hsl(90 30% 38%)",
|
|
157
|
+
"utrechtButtonPrimaryActionReadyHoverBorderColor": "transparent",
|
|
158
|
+
"utrechtButtonPrimaryActionReadyHoverColor": "hsl(0 0% 100%)",
|
|
159
|
+
"utrechtButtonPrimaryActionReadyFocusBackgroundColor": "hsl(90 30% 38%)",
|
|
160
|
+
"utrechtButtonPrimaryActionReadyFocusBorderColor": "hsl(90 30% 38%)",
|
|
161
|
+
"utrechtButtonPrimaryActionWarningBackgroundColor": "hsl(48 100% 50%)",
|
|
162
|
+
"utrechtButtonPrimaryActionWarningBorderColor": "transparent",
|
|
163
|
+
"utrechtButtonPrimaryActionWarningColor": "hsl(0 0% 0%)",
|
|
164
|
+
"utrechtButtonPrimaryActionWarningDisabledBorderColor": "hsl(0 0% 90%)",
|
|
165
|
+
"utrechtButtonPrimaryActionWarningHoverBackgroundColor": "hsl(48 100% 40%)",
|
|
166
|
+
"utrechtButtonPrimaryActionWarningHoverBorderColor": "transparent",
|
|
167
|
+
"utrechtButtonPrimaryActionWarningHoverColor": "hsl(0 0% 0%)",
|
|
168
|
+
"utrechtButtonPrimaryActionWarningFocusBackgroundColor": "hsl(48 100% 40%)",
|
|
169
|
+
"utrechtButtonPrimaryActionWarningFocusBorderColor": "hsl(48 100% 40%)",
|
|
170
|
+
"utrechtButtonPrimaryActionDangerBackgroundColor": "hsl(0 100% 40%)",
|
|
171
|
+
"utrechtButtonPrimaryActionDangerBorderColor": "transparent",
|
|
172
|
+
"utrechtButtonPrimaryActionDangerColor": "hsl(0 0% 100%)",
|
|
173
|
+
"utrechtButtonPrimaryActionDangerDisabledBorderColor": "hsl(0 0% 90%)",
|
|
174
|
+
"utrechtButtonPrimaryActionDangerHoverBackgroundColor": "hsl(0 100% 30%)",
|
|
175
|
+
"utrechtButtonPrimaryActionDangerHoverBorderColor": "transparent",
|
|
176
|
+
"utrechtButtonPrimaryActionDangerHoverColor": "hsl(0 0% 100%)",
|
|
177
|
+
"utrechtButtonPrimaryActionDangerFocusBackgroundColor": "hsl(0 100% 30%)",
|
|
178
|
+
"utrechtButtonPrimaryActionDangerFocusBorderColor": "hsl(0 100% 30%)",
|
|
179
|
+
"utrechtButtonSecondaryActionBackgroundColor": "hsl(0 0% 100%)",
|
|
180
|
+
"utrechtButtonSecondaryActionBorderColor": "hsl(211 60% 35%)",
|
|
181
|
+
"utrechtButtonSecondaryActionBorderWidth": "2px",
|
|
182
|
+
"utrechtButtonSecondaryActionColor": "hsl(211 60% 35%)",
|
|
183
|
+
"utrechtButtonSecondaryActionActiveBackgroundColor": "hsl(0 0% 100%)",
|
|
184
|
+
"utrechtButtonSecondaryActionActiveBorderColor": "hsl(211 60% 30%)",
|
|
185
|
+
"utrechtButtonSecondaryActionActiveColor": "hsl(211 60% 30%)",
|
|
186
|
+
"utrechtButtonSecondaryActionDisabledBackgroundColor": "hsl(0 0% 100%)",
|
|
187
|
+
"utrechtButtonSecondaryActionDisabledBorderColor": "hsl(0 0% 80%)",
|
|
188
|
+
"utrechtButtonSecondaryActionDisabledColor": "hsl(0 0% 80%)",
|
|
189
|
+
"utrechtButtonSecondaryActionHoverBackgroundColor": "hsl(0 0% 100%)",
|
|
190
|
+
"utrechtButtonSecondaryActionHoverBorderColor": "hsl(211 60% 40%)",
|
|
191
|
+
"utrechtButtonSecondaryActionHoverColor": "hsl(211 60% 35%)",
|
|
192
|
+
"utrechtButtonSecondaryActionPressedBackgroundColor": "hsl(0 0% 100%)",
|
|
193
|
+
"utrechtButtonSecondaryActionPressedColor": "hsl(211 60% 30%)",
|
|
194
|
+
"utrechtButtonSecondaryActionDangerBorderColor": "hsl(0 100% 40%)",
|
|
195
|
+
"utrechtButtonSecondaryActionDangerColor": "hsl(0 100% 40%)",
|
|
196
|
+
"utrechtButtonSecondaryActionDangerHoverBorderColor": "hsl(0 100% 30%)",
|
|
197
|
+
"utrechtButtonSecondaryActionDangerHoverColor": "hsl(0 100% 30%)",
|
|
198
|
+
"utrechtButtonSecondaryActionDangerFocusBorderColor": "hsl(0 100% 30%)",
|
|
199
|
+
"utrechtButtonSecondaryActionWarningBorderColor": "hsl(48 100% 50%)",
|
|
200
|
+
"utrechtButtonSecondaryActionWarningColor": "hsl(0 0% 40%)",
|
|
201
|
+
"utrechtButtonSecondaryActionWarningHoverBorderColor": "hsl(48 100% 40%)",
|
|
202
|
+
"utrechtButtonSecondaryActionWarningHoverColor": "hsl(48 100% 40%)",
|
|
203
|
+
"utrechtButtonSecondaryActionWarningFocusBorderColor": "hsl(48 100% 40%)",
|
|
204
|
+
"utrechtButtonSecondaryActionReadyBorderColor": "hsl(90 30% 50%)",
|
|
205
|
+
"utrechtButtonSecondaryActionReadyColor": "hsl(0 0% 40%)",
|
|
206
|
+
"utrechtButtonSecondaryActionReadyHoverBorderColor": "hsl(90 30% 38%)",
|
|
207
|
+
"utrechtButtonSecondaryActionReadyHoverColor": "hsl(90 30% 38%)",
|
|
208
|
+
"utrechtButtonSecondaryActionReadyFocusBorderColor": "hsl(90 30% 38%)",
|
|
209
|
+
"utrechtButtonSubtleBackgroundColor": "transparent",
|
|
210
|
+
"utrechtButtonSubtleBorderColor": "transparent",
|
|
211
|
+
"utrechtButtonSubtleBorderWidth": "2px",
|
|
212
|
+
"utrechtButtonSubtleColor": "hsl(211 60% 35%)",
|
|
213
|
+
"utrechtButtonSubtleFontWeight": "700",
|
|
214
|
+
"utrechtButtonSubtleActiveBackgroundColor": "hsl(211 60% 35%)",
|
|
215
|
+
"utrechtButtonSubtleActiveColor": "hsl(0 0% 100%)",
|
|
216
|
+
"utrechtButtonSubtleDisabledBackgroundColor": "transparent",
|
|
217
|
+
"utrechtButtonSubtleDisabledColor": "hsl(0 0% 80%)",
|
|
218
|
+
"utrechtButtonSubtleHoverBackgroundColor": "hsl(0 0% 100%)",
|
|
219
|
+
"utrechtButtonSubtleHoverBorderColor": "hsl(211 60% 40%)",
|
|
220
|
+
"utrechtButtonSubtleHoverColor": "hsl(211 60% 35%)",
|
|
221
|
+
"utrechtButtonSubtleFocusBackgroundColor": "hsl(0 0% 100%)",
|
|
222
|
+
"utrechtButtonSubtleFocusBorderColor": "hsl(211 60% 35%)",
|
|
223
|
+
"utrechtButtonSubtleFocusColor": "hsl(211 60% 35%)",
|
|
224
|
+
"utrechtButtonSubtlePressedBackgroundColor": "hsl(211 60% 35%)",
|
|
225
|
+
"utrechtButtonSubtlePressedColor": "hsl(0 0% 100%)",
|
|
226
|
+
"utrechtButtonSubtleDangerColor": "hsl(0 100% 40%)",
|
|
227
|
+
"utrechtButtonSubtleDangerHoverColor": "hsl(0 100% 30%)",
|
|
228
|
+
"utrechtButtonSubtleDangerFocusColor": "hsl(0 100% 30%)",
|
|
229
|
+
"utrechtButtonSubtleReadyColor": "hsl(90 30% 50%)",
|
|
230
|
+
"utrechtButtonSubtleReadyHoverColor": "hsl(90 30% 38%)",
|
|
231
|
+
"utrechtButtonSubtleReadyFocusColor": "hsl(90 30% 38%)",
|
|
232
|
+
"utrechtCalendarTableWeeksItemWidth": "44px",
|
|
233
|
+
"utrechtCalendarTableWeeksItemPaddingBlockStart": "4px",
|
|
234
|
+
"utrechtCalendarTableWeeksItemPaddingBlockEnd": "10px",
|
|
235
|
+
"utrechtCalendarTableWeeksItemLineHeight": "1.5rem",
|
|
236
|
+
"utrechtCalendarTableDaysItemDaySize": "44px",
|
|
237
|
+
"utrechtCalendarTableDaysItemDayColor": "hsl(0 0% 0%)",
|
|
238
|
+
"utrechtCalendarTableDaysItemDayBorderWidth": "2px",
|
|
239
|
+
"utrechtCalendarTableDaysItemDayBorderColor": "transparent",
|
|
240
|
+
"utrechtCalendarTableDaysItemDayHoverColor": "hsl(211 60% 40%)",
|
|
241
|
+
"utrechtCalendarTableDaysItemDayHoverBorderColor": "hsl(0 0% 0%)",
|
|
242
|
+
"utrechtCalendarTableDaysItemDayFocusBorderColor": "transparent",
|
|
243
|
+
"utrechtCalendarTableDaysItemDayActiveBorderColor": "transparent",
|
|
244
|
+
"utrechtCalendarTableDaysItemDayOutOfTheMonthColor": "hsl(0 0% 80%)",
|
|
245
|
+
"utrechtCalendarTableDaysItemDayOutOfTheMonthBorderColor": "transparent",
|
|
246
|
+
"utrechtCalendarTableDaysItemDayIsTodayBackgroundColor": "hsl(211 60% 90%)",
|
|
247
|
+
"utrechtCalendarTableDaysItemDayIsTodayColor": "hsl(211 60% 30%)",
|
|
248
|
+
"utrechtCalendarTableDaysItemDayIsTodayBorderColor": "hsl(211 60% 35%)",
|
|
249
|
+
"utrechtCalendarTableDaysItemDayIsTodayFontWeight": "700",
|
|
250
|
+
"utrechtCalendarTableDaysItemDayEmphasisBorderColor": "transparent",
|
|
251
|
+
"utrechtCalendarTableDaysItemDaySelectedBackgroundColor": "hsl(211 60% 30%)",
|
|
252
|
+
"utrechtCalendarTableDaysItemDaySelectedColor": "hsl(0 0% 100%)",
|
|
253
|
+
"utrechtCalendarTableDaysItemDaySelectedBorderColor": "transparent",
|
|
254
|
+
"utrechtCalendarTableDaysItemDayDisabledColor": "hsl(0 0% 40%)",
|
|
255
|
+
"utrechtCalendarTableDaysItemDayDisabledBorderColor": "transparent",
|
|
256
|
+
"utrechtCalendarNavigationColor": "hsl(211 60% 30%)",
|
|
257
|
+
"utrechtCalendarNavigationPaddingBlockStart": "2px",
|
|
258
|
+
"utrechtCalendarNavigationPaddingBlockEnd": "2px",
|
|
259
|
+
"utrechtCalendarNavigationLabelMinInlineSize": "200px",
|
|
260
|
+
"utrechtCalendarNavigationLabelColor": "hsl(0 0% 0%)",
|
|
261
|
+
"utrechtCalendarNavigationLabelFontSize": "1.125rem",
|
|
262
|
+
"utrechtCalendarIconSize": "24px",
|
|
263
|
+
"utrechtCheckboxBackgroundColor": "hsl(0 0% 100%)",
|
|
264
|
+
"utrechtCheckboxBorderColor": "hsl(0 0% 30%)",
|
|
265
|
+
"utrechtCheckboxBorderRadius": "0",
|
|
266
|
+
"utrechtCheckboxBorderWidth": "2px",
|
|
267
|
+
"utrechtCheckboxColor": "hsl(0 0% 0%)",
|
|
268
|
+
"utrechtCheckboxSize": "24px",
|
|
269
|
+
"utrechtCheckboxFocusBorderWidth": "2px",
|
|
270
|
+
"utrechtCheckboxDisabledBorderColor": "hsl(0 0% 80%)",
|
|
271
|
+
"utrechtCheckboxDisabledBackgroundColor": "hsl(0 0% 80%)",
|
|
272
|
+
"utrechtCheckboxCheckedBorderColor": "hsl(211 60% 40%)",
|
|
273
|
+
"utrechtCheckboxCheckedBackgroundColor": "hsl(211 60% 40%)",
|
|
274
|
+
"utrechtCheckboxIndeterminateBackgroundColor": "hsl(211 60% 40%)",
|
|
275
|
+
"utrechtCheckboxInvalidBorderColor": "#990000",
|
|
276
|
+
"utrechtCheckboxMarginBlockStart": 0,
|
|
277
|
+
"utrechtCodeBlockBackgroundColor": "hsl(0 0% 95%)",
|
|
278
|
+
"utrechtCodeBlockColor": "hsl(0 0% 0%)",
|
|
279
|
+
"utrechtCodeBlockFontSize": "1rem",
|
|
280
|
+
"utrechtCodeBlockLineHeight": "1.5",
|
|
281
|
+
"utrechtCodeBlockMarginBlockStart": "20px",
|
|
282
|
+
"utrechtCodeBlockMarginBlockEnd": "20px",
|
|
283
|
+
"utrechtCodeBlockPaddingBlockStart": "20px",
|
|
284
|
+
"utrechtCodeBlockPaddingBlockEnd": "20px",
|
|
285
|
+
"utrechtCodeBlockPaddingInlineStart": "20px",
|
|
286
|
+
"utrechtCodeBlockPaddingInlineEnd": "20px",
|
|
287
|
+
"utrechtColumnLayoutColumnRuleColor": "hsl(0 0% 80%)",
|
|
288
|
+
"utrechtColumnLayoutColumnRuleWidth": "2px",
|
|
289
|
+
"utrechtColumnLayoutColumnWidth": "350px",
|
|
290
|
+
"utrechtColumnLayoutGap": "16px",
|
|
291
|
+
"utrechtActionActivateCursor": "pointer",
|
|
292
|
+
"utrechtActionBusyCursor": "wait",
|
|
293
|
+
"utrechtActionDisabledCursor": "not-allowed",
|
|
294
|
+
"utrechtActionInertCursor": "default",
|
|
295
|
+
"utrechtActionNavigateCursor": "pointer",
|
|
296
|
+
"utrechtActionSubmitCursor": "pointer",
|
|
297
|
+
"utrechtFeedbackDangerBackgroundColor": "hsl(0 100% 40%)",
|
|
298
|
+
"utrechtFeedbackDangerBorderColor": "hsl(0 100% 40%)",
|
|
299
|
+
"utrechtFeedbackDangerColor": "hsl(0 100% 40%)",
|
|
300
|
+
"utrechtFeedbackDangerFillBackgroundColor": "hsl(0 100% 40%)",
|
|
301
|
+
"utrechtFeedbackDangerFillColor": "hsl(0 0% 100%)",
|
|
302
|
+
"utrechtFeedbackWarningBackgroundColor": "hsl(48 100% 50%)",
|
|
303
|
+
"utrechtFeedbackWarningBorderColor": "hsl(48 100% 50%)",
|
|
304
|
+
"utrechtFeedbackWarningColor": "hsl(48 100% 50%)",
|
|
305
|
+
"utrechtFeedbackWarningFillBackgroundColor": "hsl(48 100% 50%)",
|
|
306
|
+
"utrechtFeedbackWarningFillColor": "hsl(0 0% 0%)",
|
|
307
|
+
"utrechtFeedbackSafeBackgroundColor": "hsl(90 30% 50%)",
|
|
308
|
+
"utrechtFeedbackSafeBorderColor": "hsl(90 30% 50%)",
|
|
309
|
+
"utrechtFeedbackSafeColor": "hsl(90 30% 50%)",
|
|
310
|
+
"utrechtFeedbackSafeFillBackgroundColor": "hsl(90 30% 50%)",
|
|
311
|
+
"utrechtFeedbackSafeFillColor": "hsl(0 0% 100%)",
|
|
312
|
+
"utrechtFeedbackInvalidBackgroundColor": "#990000",
|
|
313
|
+
"utrechtFeedbackInvalidBorderColor": "#990000",
|
|
314
|
+
"utrechtFeedbackInvalidColor": "#990000",
|
|
315
|
+
"utrechtFeedbackInvalidFillBackgroundColor": "#990000",
|
|
316
|
+
"utrechtFeedbackInvalidFillColor": "hsl(0 0% 100%)",
|
|
317
|
+
"utrechtFeedbackValidBackgroundColor": "hsl(90 30% 50%)",
|
|
318
|
+
"utrechtFeedbackValidBorderColor": "hsl(90 30% 50%)",
|
|
319
|
+
"utrechtFeedbackValidColor": "hsl(90 30% 50%)",
|
|
320
|
+
"utrechtFeedbackValidFillBackgroundColor": "hsl(90 30% 50%)",
|
|
321
|
+
"utrechtFeedbackValidFillColor": "hsl(0 0% 100%)",
|
|
322
|
+
"utrechtFeedbackErrorBackgroundColor": "hsl(0 100% 40%)",
|
|
323
|
+
"utrechtFeedbackErrorBorderColor": "hsl(0 100% 40%)",
|
|
324
|
+
"utrechtFeedbackErrorColor": "hsl(0 100% 40%)",
|
|
325
|
+
"utrechtFeedbackErrorFillBackgroundColor": "hsl(0 100% 40%)",
|
|
326
|
+
"utrechtFeedbackErrorFillColor": "hsl(0 0% 100%)",
|
|
327
|
+
"utrechtFeedbackSuccessBackgroundColor": "hsl(90 30% 50%)",
|
|
328
|
+
"utrechtFeedbackSuccessBorderColor": "hsl(90 30% 50%)",
|
|
329
|
+
"utrechtFeedbackSuccessColor": "hsl(90 30% 50%)",
|
|
330
|
+
"utrechtFeedbackSuccessFillBackgroundColor": "hsl(90 30% 50%)",
|
|
331
|
+
"utrechtFeedbackSuccessFillColor": "hsl(0 0% 100%)",
|
|
332
|
+
"utrechtFeedbackInactiveBackgroundColor": "hsl(0 100% 40%)",
|
|
333
|
+
"utrechtFeedbackInactiveBorderColor": "hsl(0 100% 40%)",
|
|
334
|
+
"utrechtFeedbackInactiveColor": "hsl(0 100% 40%)",
|
|
335
|
+
"utrechtFeedbackInactiveFillBackgroundColor": "hsl(0 100% 40%)",
|
|
336
|
+
"utrechtFeedbackInactiveFillColor": "hsl(0 0% 100%)",
|
|
337
|
+
"utrechtFeedbackActiveBackgroundColor": "hsl(90 30% 50%)",
|
|
338
|
+
"utrechtFeedbackActiveBorderColor": "hsl(90 30% 50%)",
|
|
339
|
+
"utrechtFeedbackActiveColor": "hsl(90 30% 50%)",
|
|
340
|
+
"utrechtFeedbackActiveFillBackgroundColor": "hsl(90 30% 50%)",
|
|
341
|
+
"utrechtFeedbackActiveFillColor": "hsl(0 0% 100%)",
|
|
342
|
+
"utrechtPointerTargetMinSize": "44px",
|
|
343
|
+
"utrechtSpaceBlock3xs": "2px",
|
|
344
|
+
"utrechtSpaceBlock2xs": "4px",
|
|
345
|
+
"utrechtSpaceBlockXs": "8px",
|
|
346
|
+
"utrechtSpaceBlockSm": "12px",
|
|
347
|
+
"utrechtSpaceBlockMd": "16px",
|
|
348
|
+
"utrechtSpaceBlockLg": "20px",
|
|
349
|
+
"utrechtSpaceBlockXl": "24px",
|
|
350
|
+
"utrechtSpaceBlock2xl": "32px",
|
|
351
|
+
"utrechtSpaceBlock3xl": "48px",
|
|
352
|
+
"utrechtSpaceBlock4xl": "64px",
|
|
353
|
+
"utrechtSpaceBlock4xs": "1px",
|
|
354
|
+
"utrechtSpaceInline3xs": "2px",
|
|
355
|
+
"utrechtSpaceInline2xs": "4px",
|
|
356
|
+
"utrechtSpaceInlineXs": "8px",
|
|
357
|
+
"utrechtSpaceInlineSm": "12px",
|
|
358
|
+
"utrechtSpaceInlineMd": "16px",
|
|
359
|
+
"utrechtSpaceInlineLg": "20px",
|
|
360
|
+
"utrechtSpaceInlineXl": "24px",
|
|
361
|
+
"utrechtSpaceInline2xl": "28px",
|
|
362
|
+
"utrechtSpaceInline3xl": "32px",
|
|
363
|
+
"utrechtSpaceInline4xl": "48px",
|
|
364
|
+
"utrechtSpaceText3xs": "0.125ch",
|
|
365
|
+
"utrechtSpaceText2xs": "0.25ch",
|
|
366
|
+
"utrechtSpaceTextXs": "0.5ch",
|
|
367
|
+
"utrechtSpaceTextSm": "0.75ch",
|
|
368
|
+
"utrechtSpaceTextMd": "1ch",
|
|
369
|
+
"utrechtSpaceTextLg": "1.5ch",
|
|
370
|
+
"utrechtSpaceTextXl": "1.75ch",
|
|
371
|
+
"utrechtSpaceText2xl": "2ch",
|
|
372
|
+
"utrechtSpaceText3xl": "3ch",
|
|
373
|
+
"utrechtSpaceRow4xs": "1px",
|
|
374
|
+
"utrechtSpaceRow3xs": "2px",
|
|
375
|
+
"utrechtSpaceRow2xs": "4px",
|
|
376
|
+
"utrechtSpaceRowXs": "8px",
|
|
377
|
+
"utrechtSpaceRowSm": "12px",
|
|
378
|
+
"utrechtSpaceRowMd": "16px",
|
|
379
|
+
"utrechtSpaceRowLg": "20px",
|
|
380
|
+
"utrechtSpaceRowXl": "24px",
|
|
381
|
+
"utrechtSpaceRow2xl": "28px",
|
|
382
|
+
"utrechtSpaceRow3xl": "32px",
|
|
383
|
+
"utrechtSpaceRow4xl": "48px",
|
|
384
|
+
"utrechtSpaceRow5xl": "64px",
|
|
385
|
+
"utrechtSpaceColumn4xs": "1px",
|
|
386
|
+
"utrechtSpaceColumn3xs": "2px",
|
|
387
|
+
"utrechtSpaceColumn2xs": "4px",
|
|
388
|
+
"utrechtSpaceColumnXs": "8px",
|
|
389
|
+
"utrechtSpaceColumnSm": "12px",
|
|
390
|
+
"utrechtSpaceColumnMd": "16px",
|
|
391
|
+
"utrechtSpaceColumnLg": "20px",
|
|
392
|
+
"utrechtSpaceColumnXl": "24px",
|
|
393
|
+
"utrechtSpaceColumn2xl": "28px",
|
|
394
|
+
"utrechtSpaceColumn3xl": "32px",
|
|
395
|
+
"utrechtSpaceColumn4xl": "48px",
|
|
396
|
+
"utrechtSpaceColumn5xl": "64px",
|
|
397
|
+
"utrechtDataListMarginBlockEnd": "16px",
|
|
398
|
+
"utrechtDataListMarginBlockStart": "16px",
|
|
399
|
+
"utrechtDataListItemKeyFontWeight": "700",
|
|
400
|
+
"utrechtDataListRowsColumnMinInlineSize": "25ch",
|
|
401
|
+
"utrechtDataListRowsColumnInlineSize": "80%",
|
|
402
|
+
"utrechtDataListRowsItemMarginBlockStart": "16px",
|
|
403
|
+
"utrechtDataListRowsItemValueMarginBlockStart": "8px",
|
|
404
|
+
"utrechtDataPlaceholderBackgroundColor": "hsl(0 0% 40%)",
|
|
405
|
+
"utrechtDocumentBackgroundColor": "hsl(0 0% 100%)",
|
|
406
|
+
"utrechtDocumentColor": "hsl(0 0% 0%)",
|
|
407
|
+
"utrechtDocumentFontFamily": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
408
|
+
"utrechtDocumentFontSize": "1rem",
|
|
409
|
+
"utrechtDocumentLineHeight": "1.4",
|
|
410
|
+
"utrechtDrawerBackgroundColor": "hsl(0 0% 100%)",
|
|
411
|
+
"utrechtDrawerBorderColor": "hsl(0 0% 90%)",
|
|
412
|
+
"utrechtDrawerBorderWidth": "1px",
|
|
413
|
+
"utrechtDrawerColor": "hsl(0 0% 0%)",
|
|
414
|
+
"utrechtDrawerMaxBlockSize": "240px",
|
|
415
|
+
"utrechtDrawerMaxInlineSize": "320px",
|
|
416
|
+
"utrechtDrawerPaddingBlockEnd": "16px",
|
|
417
|
+
"utrechtDrawerPaddingBlockStart": "16px",
|
|
418
|
+
"utrechtDrawerPaddingInlineStart": "16px",
|
|
419
|
+
"utrechtDrawerPaddingInlineEnd": "16px",
|
|
420
|
+
"utrechtEmphasisStrongFontWeight": "700",
|
|
421
|
+
"utrechtFigureCaptionColor": "#727272",
|
|
422
|
+
"utrechtFigureCaptionFontSize": "0.875rem",
|
|
423
|
+
"utrechtFigureCaptionLineHeight": "1.5",
|
|
424
|
+
"utrechtFocusBackgroundColor": "hsl(48 100% 60%)",
|
|
425
|
+
"utrechtFocusOutlineColor": "hsl(0 0% 0%)",
|
|
426
|
+
"utrechtFocusOutlineStyle": "dotted",
|
|
427
|
+
"utrechtFocusOutlineWidth": "2px",
|
|
428
|
+
"utrechtFocusInverseOutlineColor": "hsl(0 0% 100%)",
|
|
429
|
+
"utrechtFormControlBackgroundColor": "hsl(0 0% 100%)",
|
|
430
|
+
"utrechtFormControlBorderColor": "hsl(0 0% 30%)",
|
|
431
|
+
"utrechtFormControlBorderRadius": "0",
|
|
432
|
+
"utrechtFormControlBorderWidth": "1px",
|
|
433
|
+
"utrechtFormControlColor": "hsl(0 0% 0%)",
|
|
434
|
+
"utrechtFormControlFontFamily": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
435
|
+
"utrechtFormControlFontSize": "1rem",
|
|
436
|
+
"utrechtFormControlMaxInlineSize": "28em",
|
|
437
|
+
"utrechtFormControlPaddingBlockEnd": "8px",
|
|
438
|
+
"utrechtFormControlPaddingBlockStart": "8px",
|
|
439
|
+
"utrechtFormControlPaddingInlineEnd": "12px",
|
|
440
|
+
"utrechtFormControlPaddingInlineStart": "12px",
|
|
441
|
+
"utrechtFormControlPlaceholderColor": "hsl(0 0% 40%)",
|
|
442
|
+
"utrechtFormControlPlaceholderFontStyle": "normal",
|
|
443
|
+
"utrechtFormControlFocusBorderColor": "hsl(0 0% 80%)",
|
|
444
|
+
"utrechtFormControlInvalidBorderColor": "#990000",
|
|
445
|
+
"utrechtFormControlReadOnlyBackgroundColor": "hsl(0 0% 90%)",
|
|
446
|
+
"utrechtFormControlReadOnlyBorderColor": "transparent",
|
|
447
|
+
"utrechtFormControlReadOnlyColor": "hsl(0 0% 20%)",
|
|
448
|
+
"utrechtFormControlBlockSize": "42px",
|
|
449
|
+
"utrechtFormFieldDescriptionInvalidColor": "#990000",
|
|
450
|
+
"utrechtFormFieldDescriptionValidColor": "hsl(90 30% 50%)",
|
|
451
|
+
"utrechtFormFieldDescriptionWarningColor": "hsl(48 100% 50%)",
|
|
452
|
+
"utrechtFormFieldErrorMessageColor": "#990000",
|
|
453
|
+
"utrechtFormFieldMarginBlockStart": "4px",
|
|
454
|
+
"utrechtFormFieldMarginBlockEnd": "4px",
|
|
455
|
+
"utrechtFormFieldInvalidBorderInlineStartColor": "#990000",
|
|
456
|
+
"utrechtFormFieldInvalidBorderInlineStartWidth": "3px",
|
|
457
|
+
"utrechtFormFieldInvalidPaddingInlineStart": "12px",
|
|
458
|
+
"utrechtFormFieldLabelMarginBlockEnd": "12px",
|
|
459
|
+
"utrechtFormFieldDescriptionMarginBlockStart": "12px",
|
|
460
|
+
"utrechtFormFieldDescriptionMarginBlockEnd": "12px",
|
|
461
|
+
"utrechtFormFieldsetMarginBlockEnd": "4px",
|
|
462
|
+
"utrechtFormFieldsetMarginBlockStart": "4px",
|
|
463
|
+
"utrechtFormFieldsetSectionBackgroundColor": "hsl(0 0% 80%)",
|
|
464
|
+
"utrechtFormFieldsetSectionColor": "hsl(0 0% 0%)",
|
|
465
|
+
"utrechtFormFieldsetLegendFontSize": "1rem",
|
|
466
|
+
"utrechtFormFieldsetLegendFontWeight": "700",
|
|
467
|
+
"utrechtFormFieldsetLegendLineHeight": "1.5",
|
|
468
|
+
"utrechtFormFieldsetLegendMarginBlockEnd": "12px",
|
|
469
|
+
"utrechtFormFieldsetLegendMarginBlockStart": "24px",
|
|
470
|
+
"utrechtFormFieldsetLegendDisabledColor": "hsl(0 0% 40%)",
|
|
471
|
+
"utrechtFormLabelFontWeight": "700",
|
|
472
|
+
"utrechtFormLabelFontSize": "1em",
|
|
473
|
+
"utrechtFormLabelCheckboxFontWeight": "400",
|
|
474
|
+
"utrechtFormLabelRadioFontWeight": "400",
|
|
475
|
+
"utrechtFormToggleAccentColor": "hsla(0 0% 48% / 100%)",
|
|
476
|
+
"utrechtFormToggleBackgroundColor": "hsl(0 0% 100%)",
|
|
477
|
+
"utrechtFormToggleBorderColor": "transparent",
|
|
478
|
+
"utrechtFormToggleBorderStyle": "solid",
|
|
479
|
+
"utrechtFormToggleBorderRadius": "10em",
|
|
480
|
+
"utrechtFormToggleBorderWidth": "2px",
|
|
481
|
+
"utrechtFormToggleColor": "hsl(0 0% 0%)",
|
|
482
|
+
"utrechtFormToggleHeight": "24px",
|
|
483
|
+
"utrechtFormTogglePaddingInlineEnd": "0",
|
|
484
|
+
"utrechtFormTogglePaddingInlineStart": "0",
|
|
485
|
+
"utrechtFormTogglePaddingBlockEnd": "0",
|
|
486
|
+
"utrechtFormTogglePaddingBlockStart": "0",
|
|
487
|
+
"utrechtFormToggleWidth": "48px",
|
|
488
|
+
"utrechtFormToggleTrackBorderRadius": "10em",
|
|
489
|
+
"utrechtFormToggleTrackDisabledBackgroundColor": "hsl(0 0% 90%)",
|
|
490
|
+
"utrechtFormToggleThumbBackgroundColor": "hsl(0 0% 100%)",
|
|
491
|
+
"utrechtFormToggleThumbMarginInlineStart": ".25em",
|
|
492
|
+
"utrechtFormToggleThumbMarginInlineEnd": ".25em",
|
|
493
|
+
"utrechtFormToggleThumbMinInlineSize": "18px",
|
|
494
|
+
"utrechtFormToggleThumbDisabledBoxShadow": 0,
|
|
495
|
+
"utrechtFormToggleThumbDisabledBackgroundColor": "hsl(0 0% 100%)",
|
|
496
|
+
"utrechtFormToggleCheckedAccentColor": "hsl(211 60% 35%)",
|
|
497
|
+
"utrechtFormToggleFocusBorderColor": "hsl(0 0% 0%)",
|
|
498
|
+
"utrechtFormToggleFocusBorderStyle": "dotted",
|
|
499
|
+
"utrechtFormToggleFocusBorderWidth": "2px",
|
|
500
|
+
"utrechtHeading1FontFamily": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
501
|
+
"utrechtHeading1FontSize": "2rem",
|
|
502
|
+
"utrechtHeading1FontWeight": "700",
|
|
503
|
+
"utrechtHeading1LineHeight": "1.25",
|
|
504
|
+
"utrechtHeading1MarginBlockEnd": "0.67rem",
|
|
505
|
+
"utrechtHeading1MarginBlockStart": "0.67rem",
|
|
506
|
+
"utrechtHeading2FontFamily": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
507
|
+
"utrechtHeading2FontSize": "1.25rem",
|
|
508
|
+
"utrechtHeading2FontWeight": "700",
|
|
509
|
+
"utrechtHeading2LineHeight": "1.25",
|
|
510
|
+
"utrechtHeading2MarginBlockEnd": "0.3rem",
|
|
511
|
+
"utrechtHeading2MarginBlockStart": "1.5rem",
|
|
512
|
+
"utrechtHeading3FontFamily": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
513
|
+
"utrechtHeading3FontSize": "1.25rem",
|
|
514
|
+
"utrechtHeading3FontWeight": "400",
|
|
515
|
+
"utrechtHeading3LineHeight": "1.25",
|
|
516
|
+
"utrechtHeading3MarginBlockEnd": "0.2rem",
|
|
517
|
+
"utrechtHeading3MarginBlockStart": "1rem",
|
|
518
|
+
"utrechtHeading4FontFamily": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
519
|
+
"utrechtHeading4FontSize": "1.125rem",
|
|
520
|
+
"utrechtHeading4FontWeight": "400",
|
|
521
|
+
"utrechtHeading4LineHeight": "1.5",
|
|
522
|
+
"utrechtHeading4MarginBlockEnd": "0.3rem",
|
|
523
|
+
"utrechtHeading4MarginBlockStart": "1.2rem",
|
|
524
|
+
"utrechtHeading5FontFamily": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
525
|
+
"utrechtHeading5FontSize": "0.875rem",
|
|
526
|
+
"utrechtHeading5FontWeight": "400",
|
|
527
|
+
"utrechtHeading5LineHeight": "1.5",
|
|
528
|
+
"utrechtHeading5MarginBlockEnd": "0.2rem",
|
|
529
|
+
"utrechtHeading5MarginBlockStart": "1rem",
|
|
530
|
+
"utrechtHeading6FontFamily": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
531
|
+
"utrechtHeading6FontSize": "0.875rem",
|
|
532
|
+
"utrechtHeading6FontWeight": "400",
|
|
533
|
+
"utrechtHeading6LineHeight": "1.5",
|
|
534
|
+
"utrechtHeadingFontWeight": "700",
|
|
535
|
+
"utrechtIconSize": "48px",
|
|
536
|
+
"utrechtIconBaselineInsetBlockStart": "0.125em",
|
|
537
|
+
"utrechtIndexCharNavMarginBlockStart": "20px",
|
|
538
|
+
"utrechtIndexCharNavMarginBlockEnd": "16px",
|
|
539
|
+
"utrechtIndexCharNavGap": "12px",
|
|
540
|
+
"utrechtIndexCharNavLinkCurrentFontWeight": "700",
|
|
541
|
+
"utrechtLinkListRowGap": "8px",
|
|
542
|
+
"utrechtLinkListLinkColumnGap": "8px",
|
|
543
|
+
"utrechtLinkListLinkFontWeight": "700",
|
|
544
|
+
"utrechtLinkListLinkTextDecoration": "none",
|
|
545
|
+
"utrechtLinkListIconSize": "14px",
|
|
546
|
+
"utrechtLinkSocialBackgroundColor": "hsl(0 100% 40%)",
|
|
547
|
+
"utrechtLinkSocialBorderColor": "hsl(0 0% 100%)",
|
|
548
|
+
"utrechtLinkSocialBorderWidth": "2px",
|
|
549
|
+
"utrechtLinkSocialColor": "hsl(0 0% 100%)",
|
|
550
|
+
"utrechtLinkSocialMarginInlineStart": "12px",
|
|
551
|
+
"utrechtLinkSocialSize": "40px",
|
|
552
|
+
"utrechtLinkSocialIconSize": "26px",
|
|
553
|
+
"utrechtLinkSocialHoverTransformScale": "1.1",
|
|
554
|
+
"utrechtLinkColor": "hsl(211 60% 35%)",
|
|
555
|
+
"utrechtLinkTextDecoration": "underline",
|
|
556
|
+
"utrechtLinkTextUnderlineOffset": "3px",
|
|
557
|
+
"utrechtLinkActiveColor": "hsl(211 60% 35%)",
|
|
558
|
+
"utrechtLinkFocusColor": "hsl(211 60% 40%)",
|
|
559
|
+
"utrechtLinkFocusVisibleTextDecoration": "none",
|
|
560
|
+
"utrechtLinkHoverColor": "hsl(211 60% 40%)",
|
|
561
|
+
"utrechtLinkHoverTextDecoration": "underline",
|
|
562
|
+
"utrechtLinkHoverTextDecorationThickness": "3px",
|
|
563
|
+
"utrechtLinkPlaceholderColor": "hsl(0 0% 40%)",
|
|
564
|
+
"utrechtLinkVisitedColor": "hsl(211 60% 35%)",
|
|
565
|
+
"utrechtLinkIconSize": "1.2em",
|
|
566
|
+
"utrechtListSocialItemMarginInlineEnd": "10px",
|
|
567
|
+
"utrechtListboxBackgroundColor": "hsl(0 0% 100%)",
|
|
568
|
+
"utrechtListboxBorderColor": "hsl(0 0% 30%)",
|
|
569
|
+
"utrechtListboxBorderWidth": "1px",
|
|
570
|
+
"utrechtListboxInlineSize": "448px",
|
|
571
|
+
"utrechtListboxMaxBlockSize": "300px",
|
|
572
|
+
"utrechtListboxOptionMinBlockSize": "44px",
|
|
573
|
+
"utrechtListboxOptionPaddingBlockEnd": "8px",
|
|
574
|
+
"utrechtListboxOptionPaddingBlockStart": "8px",
|
|
575
|
+
"utrechtListboxOptionPaddingInlineEnd": "8px",
|
|
576
|
+
"utrechtListboxOptionPaddingInlineStart": "8px",
|
|
577
|
+
"utrechtListboxOptionActiveBackgroundColor": "hsl(0 0% 95%)",
|
|
578
|
+
"utrechtListboxOptionActiveColor": "hsl(0 0% 0%)",
|
|
579
|
+
"utrechtListboxOptionActiveFontWeight": "700",
|
|
580
|
+
"utrechtListboxOptionHoverBackgroundColor": "hsl(211 60% 90%)",
|
|
581
|
+
"utrechtListboxOptionHoverColor": "hsl(0 0% 0%)",
|
|
582
|
+
"utrechtListboxOptionSelectedBackgroundColor": "hsl(0 0% 95%)",
|
|
583
|
+
"utrechtListboxOptionSelectedColor": "hsl(0 0% 0%)",
|
|
584
|
+
"utrechtListboxOptionGroupMarginBlockEnd": "8px",
|
|
585
|
+
"utrechtListboxOptionGroupTitleFontSize": "1rem",
|
|
586
|
+
"utrechtListboxOptionGroupTitleFontWeight": "700",
|
|
587
|
+
"utrechtListboxOptionGroupTitleColor": "hsl(0 0% 0%)",
|
|
588
|
+
"utrechtListboxOptionGroupTitleMarginInlineStart": "8px",
|
|
589
|
+
"utrechtLogoMaxBlockSize": "103px",
|
|
590
|
+
"utrechtLogoMaxInlineSize": "192px",
|
|
591
|
+
"utrechtLogoMinBlockSize": "58.97px",
|
|
592
|
+
"utrechtLogoMinInlineSize": "110.57px",
|
|
593
|
+
"utrechtMapMarkerBackgroundColor": "hsl(211 60% 30%)",
|
|
594
|
+
"utrechtMapMarkerColor": "hsl(0 0% 100%)",
|
|
595
|
+
"utrechtMapMarkerSize": "48px",
|
|
596
|
+
"utrechtMapMarkerBorderWidth": "3px",
|
|
597
|
+
"utrechtMapMarkerBorderColor": "hsl(0 0% 100%)",
|
|
598
|
+
"utrechtMapMarkerBoxShadowColor": "rgb(0 0 0 / 20%)",
|
|
599
|
+
"utrechtMapMarkerIconSize": "30px",
|
|
600
|
+
"utrechtMapcontrolbuttonBackgroundColor": "hsl(0 0% 100%)",
|
|
601
|
+
"utrechtMapcontrolbuttonBorderColor": "hsl(0 0% 40%)",
|
|
602
|
+
"utrechtMapcontrolbuttonBorderRadius": "2px",
|
|
603
|
+
"utrechtMapcontrolbuttonBorderStyle": "solid",
|
|
604
|
+
"utrechtMapcontrolbuttonBorderWidth": "1px",
|
|
605
|
+
"utrechtMapcontrolbuttonColor": "hsl(0 0% 40%)",
|
|
606
|
+
"utrechtMapcontrolbuttonMinBlockSize": "32px",
|
|
607
|
+
"utrechtMapcontrolbuttonMinInlineSize": "32px",
|
|
608
|
+
"utrechtMapcontrolbuttonDisabledBackgroundColor": "hsl(0 0% 90%)",
|
|
609
|
+
"utrechtMapcontrolbuttonDisabledBorderColor": "hsl(0 0% 80%)",
|
|
610
|
+
"utrechtMapcontrolbuttonDisabledColor": "hsl(0 0% 80%)",
|
|
611
|
+
"utrechtMapcontrolbuttonFocusColor": "hsl(0 0% 0%)",
|
|
612
|
+
"utrechtMapcontrolbuttonFocusTextDecoration": "none",
|
|
613
|
+
"utrechtMapcontrolbuttonHoverBackgroundColor": "hsl(0 0% 90%)",
|
|
614
|
+
"utrechtMapcontrolbuttonHoverColor": "hsl(0 0% 100%)",
|
|
615
|
+
"utrechtMapcontrolbuttonLabelMarginInlineStart": "8px",
|
|
616
|
+
"utrechtMapcontrolbuttonLabelMarginInlineEnd": "8px",
|
|
617
|
+
"utrechtMapcontrolbuttonMarginBlockEnd": "8px",
|
|
618
|
+
"utrechtMapcontrolbuttonMarginBlockStart": "8px",
|
|
619
|
+
"utrechtMapcontrolbuttonMarginInlineEnd": "0",
|
|
620
|
+
"utrechtMapcontrolbuttonMarginInlineStart": "0",
|
|
621
|
+
"utrechtMapcontrolbuttonPaddingBlockEnd": "4px",
|
|
622
|
+
"utrechtMapcontrolbuttonPaddingBlockStart": "4px",
|
|
623
|
+
"utrechtMapcontrolbuttonPaddingInlineEnd": "4px",
|
|
624
|
+
"utrechtMapcontrolbuttonPaddingInlineStart": "4px",
|
|
625
|
+
"utrechtMarkBackgroundColor": "hsl(48 100% 60%)",
|
|
626
|
+
"utrechtMarkColor": "hsl(0 0% 0%)",
|
|
627
|
+
"utrechtNavBarBackgroundColor": "hsl(0 0% 100%)",
|
|
628
|
+
"utrechtNavBarColor": "hsl(0 0% 0%)",
|
|
629
|
+
"utrechtNavBarContentMaxInlineSize": "1184px",
|
|
630
|
+
"utrechtNavBarLinkPaddingBlockEnd": "8px",
|
|
631
|
+
"utrechtNavBarLinkPaddingBlockStart": "8px",
|
|
632
|
+
"utrechtNavBarLinkPaddingInlineEnd": "16px",
|
|
633
|
+
"utrechtNavBarLinkPaddingInlineStart": "16px",
|
|
634
|
+
"utrechtSidenavItemMarginBlockStart": "8px",
|
|
635
|
+
"utrechtSidenavItemMarginBlockEnd": "8px",
|
|
636
|
+
"utrechtSidenavItemMarginInlineStart": "2px",
|
|
637
|
+
"utrechtSidenavItemMarginInlineEnd": "2px",
|
|
638
|
+
"utrechtSidenavItemHoverColor": "hsl(211 60% 40%)",
|
|
639
|
+
"utrechtSidenavItemMarkerColor": "hsl(0 0% 80%)",
|
|
640
|
+
"utrechtSidenavItemMarkerHoverColor": "hsl(211 60% 50%)",
|
|
641
|
+
"utrechtSidenavLinkColor": "hsl(211 60% 40%)",
|
|
642
|
+
"utrechtSidenavLinkHoverColor": "hsl(211 60% 40%)",
|
|
643
|
+
"utrechtTopnavListBackgroundColor": "hsl(0 0% 15%)",
|
|
644
|
+
"utrechtTopnavListBorderColor": "hsl(0 0% 40%)",
|
|
645
|
+
"utrechtTopnavLinkColor": "hsl(0 0% 100%)",
|
|
646
|
+
"utrechtTopnavLinkBackgroundColor": "hsl(211 60% 40%)",
|
|
647
|
+
"utrechtTopnavLinkFocusColor": "hsl(0 0% 0%)",
|
|
648
|
+
"utrechtTopnavLinkFocusBoxShadowColor": "hsl(48 100% 80%)",
|
|
649
|
+
"utrechtTopnavLinkFocusBorderType": "dotted",
|
|
650
|
+
"utrechtTopnavLinkFocusTextDecoration": "none",
|
|
651
|
+
"utrechtTopnavLinkFocusBackgroundColor": "hsl(48 100% 80%)",
|
|
652
|
+
"utrechtTopnavLinkFocusOutlineColor": "hsl(0 0% 0%)",
|
|
653
|
+
"utrechtTopnavLinkHoverBackgroundColor": "hsl(0 0% 0%)",
|
|
654
|
+
"utrechtNumberBadgeBackgroundColor": "hsl(0 100% 40%)",
|
|
655
|
+
"utrechtNumberBadgeBorderRadius": "1rem",
|
|
656
|
+
"utrechtNumberBadgeColor": "hsl(0 0% 100%)",
|
|
657
|
+
"utrechtNumberBadgeFontSize": "1rem",
|
|
658
|
+
"utrechtNumberBadgePaddingBlock": "1ex",
|
|
659
|
+
"utrechtNumberBadgePaddingInline": "1ex",
|
|
660
|
+
"utrechtNumberDataPositiveColor": "green",
|
|
661
|
+
"utrechtNumberDataNegativeColor": "red",
|
|
662
|
+
"utrechtOrderedListMarginBlockStart": "0",
|
|
663
|
+
"utrechtOrderedListMarginBlockEnd": "1em",
|
|
664
|
+
"utrechtOrderedListPaddingInlineStart": "28.8px",
|
|
665
|
+
"utrechtOrderedListItemMarginBlockStart": "0.25em",
|
|
666
|
+
"utrechtOrderedListItemMarginBlockEnd": "0.25em",
|
|
667
|
+
"utrechtOrderedListItemPaddingInlineStart": "0",
|
|
668
|
+
"utrechtPageContentPaddingBlockStart": "2em",
|
|
669
|
+
"utrechtPageContentPaddingBlockEnd": "2em",
|
|
670
|
+
"utrechtPageFooterColor": "hsl(0 0% 100%)",
|
|
671
|
+
"utrechtPageFooterBackgroundColor": "hsl(0 100% 40%)",
|
|
672
|
+
"utrechtPageFooterBackgroundImage": "linear-gradient(45deg, hsl(0 100% 40%), hsl(0 100% 40%) 50%, #d63433 50%);",
|
|
673
|
+
"utrechtPageFooterPaddingInlineEnd": "28px",
|
|
674
|
+
"utrechtPageFooterPaddingInlineStart": "28px",
|
|
675
|
+
"utrechtPageFooterPaddingBlockEnd": "48px",
|
|
676
|
+
"utrechtPageFooterPaddingBlockStart": "48px",
|
|
677
|
+
"utrechtPageHeaderPaddingBlockStart": "1.8em",
|
|
678
|
+
"utrechtPageHeaderPaddingBlockEnd": "1em",
|
|
679
|
+
"utrechtPageHeaderPaddingInlineStart": "2em",
|
|
680
|
+
"utrechtPageHeaderPaddingInlineEnd": "2.4em",
|
|
681
|
+
"utrechtPageBackgroundColor": "hsl(0 0% 100%)",
|
|
682
|
+
"utrechtPageColor": "hsl(0 0% 0%)",
|
|
683
|
+
"utrechtPageMarginInlineStart": "2em",
|
|
684
|
+
"utrechtPageMarginInlineEnd": "2em",
|
|
685
|
+
"utrechtPageMaxInlineSize": "1184px",
|
|
686
|
+
"utrechtPagePaddingBlockStart": "1.8em",
|
|
687
|
+
"utrechtPagePaddingInlineEnd": "2em",
|
|
688
|
+
"utrechtPagePaddingBlockEnd": "1em",
|
|
689
|
+
"utrechtPagePaddingInlineStart": "2em",
|
|
690
|
+
"utrechtPaginationFontSize": "0.875rem",
|
|
691
|
+
"utrechtPaginationMarginBlockStart": "0",
|
|
692
|
+
"utrechtPaginationMarginBlockEnd": "1em",
|
|
693
|
+
"utrechtPaginationPageLinkBackgroundColor": "transparent",
|
|
694
|
+
"utrechtPaginationPageLinkBorderColor": "transparent",
|
|
695
|
+
"utrechtPaginationPageLinkBorderWidth": "2px",
|
|
696
|
+
"utrechtPaginationPageLinkColor": "hsl(211 60% 35%)",
|
|
697
|
+
"utrechtPaginationPageLinkFontWeight": "700",
|
|
698
|
+
"utrechtPaginationPageLinkPaddingInlineEnd": "0.5em",
|
|
699
|
+
"utrechtPaginationPageLinkPaddingInlineStart": "0.5em",
|
|
700
|
+
"utrechtPaginationPageLinkPaddingBlockEnd": "0.5em",
|
|
701
|
+
"utrechtPaginationPageLinkPaddingBlockStart": "0.5em",
|
|
702
|
+
"utrechtPaginationPageLinkTextDecoration": "none",
|
|
703
|
+
"utrechtPaginationPageLinkCurrentBackgroundColor": "hsl(211 60% 35%)",
|
|
704
|
+
"utrechtPaginationPageLinkCurrentBorderColor": "hsl(211 60% 35%)",
|
|
705
|
+
"utrechtPaginationPageLinkCurrentColor": "hsl(0 0% 100%)",
|
|
706
|
+
"utrechtPaginationPageLinkDistancedMarginInlineStart": "0.5em",
|
|
707
|
+
"utrechtPaginationPageLinkHoverBackgroundColor": "hsl(211 60% 35%)",
|
|
708
|
+
"utrechtPaginationPageLinkHoverBorderColor": "hsl(211 60% 35%)",
|
|
709
|
+
"utrechtPaginationPageLinkHoverColor": "hsl(0 0% 100%)",
|
|
710
|
+
"utrechtPaginationRelativeLinkBackgroundColor": "hsl(0 0% 100%)",
|
|
711
|
+
"utrechtPaginationRelativeLinkBorderColor": "hsl(211 60% 35%)",
|
|
712
|
+
"utrechtPaginationRelativeLinkBorderWidth": "2px",
|
|
713
|
+
"utrechtPaginationRelativeLinkColor": "hsl(211 60% 35%)",
|
|
714
|
+
"utrechtPaginationRelativeLinkFontWeight": "700",
|
|
715
|
+
"utrechtPaginationRelativeLinkPaddingInlineEnd": "0.5em",
|
|
716
|
+
"utrechtPaginationRelativeLinkPaddingInlineStart": "0.5em",
|
|
717
|
+
"utrechtPaginationRelativeLinkPaddingBlockEnd": "0.5em",
|
|
718
|
+
"utrechtPaginationRelativeLinkPaddingBlockStart": "0.5em",
|
|
719
|
+
"utrechtPaginationRelativeLinkTextDecoration": "none",
|
|
720
|
+
"utrechtPaginationRelativeLinkTextTransform": "uppercase",
|
|
721
|
+
"utrechtPaginationRelativeLinkDistancedMarginInlineEnd": "0.5em",
|
|
722
|
+
"utrechtPaginationRelativeLinkDistancedMarginInlineStart": "0.5em",
|
|
723
|
+
"utrechtPaginationRelativeLinkHoverBackgroundColor": "hsl(211 60% 35%)",
|
|
724
|
+
"utrechtPaginationRelativeLinkHoverBorderColor": "hsl(211 60% 35%)",
|
|
725
|
+
"utrechtPaginationRelativeLinkHoverColor": "hsl(0 0% 100%)",
|
|
726
|
+
"utrechtParagraphFontFamily": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
727
|
+
"utrechtParagraphFontSize": "1rem",
|
|
728
|
+
"utrechtParagraphFontWeight": "400",
|
|
729
|
+
"utrechtParagraphLineHeight": "1.5",
|
|
730
|
+
"utrechtParagraphMarginBlockStart": "16px",
|
|
731
|
+
"utrechtParagraphMarginBlockEnd": "0",
|
|
732
|
+
"utrechtParagraphLeadColor": "hsl(0 0% 0%)",
|
|
733
|
+
"utrechtParagraphLeadFontSize": "1.25rem",
|
|
734
|
+
"utrechtParagraphLeadFontWeight": "400",
|
|
735
|
+
"utrechtParagraphLeadLineHeight": "1.5",
|
|
736
|
+
"utrechtParagraphSmallFontSize": "0.875rem",
|
|
737
|
+
"utrechtPreHeadingFontSize": "1rem",
|
|
738
|
+
"utrechtPreHeadingMarginBlockStart": "28px",
|
|
739
|
+
"utrechtRadioButtonBackgroundColor": "hsl(0 0% 100%)",
|
|
740
|
+
"utrechtRadioButtonBorderColor": "hsl(0 0% 30%)",
|
|
741
|
+
"utrechtRadioButtonBorderWidth": "2px",
|
|
742
|
+
"utrechtRadioButtonSize": "24px",
|
|
743
|
+
"utrechtRadioButtonMarginInlineEnd": "12px",
|
|
744
|
+
"utrechtRadioButtonIconSize": "42%",
|
|
745
|
+
"utrechtRadioButtonActiveBackgroundColor": "hsl(211 60% 80%)",
|
|
746
|
+
"utrechtRadioButtonCheckedBackgroundColor": "hsl(211 60% 40%)",
|
|
747
|
+
"utrechtRadioButtonCheckedBorderColor": "hsl(211 60% 40%)",
|
|
748
|
+
"utrechtRadioButtonCheckedActiveBackgroundColor": "hsl(211 60% 40%)",
|
|
749
|
+
"utrechtRadioButtonCheckedActiveColor": "hsl(211 60% 80%)",
|
|
750
|
+
"utrechtRadioButtonCheckedHoverBackgroundColor": "hsl(211 60% 40%)",
|
|
751
|
+
"utrechtRadioButtonCheckedHoverColor": "hsl(211 60% 90%)",
|
|
752
|
+
"utrechtRadioButtonCheckedFocusBorderColor": "hsl(211 60% 20%)",
|
|
753
|
+
"utrechtRadioButtonHoverBackgroundColor": "hsl(211 60% 90%)",
|
|
754
|
+
"utrechtRadioButtonFocusBorderColor": "hsl(211 60% 40%)",
|
|
755
|
+
"utrechtRadioButtonDisabledBackgroundColor": "hsl(0 0% 80%)",
|
|
756
|
+
"utrechtRadioButtonDisabledBorderColor": "hsl(0 0% 80%)",
|
|
757
|
+
"utrechtRadioButtonDisabledColor": "hsl(0 0% 100%)",
|
|
758
|
+
"utrechtRadioButtonInvalidBorderColor": "#990000",
|
|
759
|
+
"utrechtRadioButtonInvalidBorderWidth": "2px",
|
|
760
|
+
"utrechtRadioButtonColor": "hsl(0 0% 100%)",
|
|
761
|
+
"utrechtRadioButtonBorderRadius": "0",
|
|
762
|
+
"utrechtRichTextStrangerMarginBlockEnd": "32px",
|
|
763
|
+
"utrechtRichTextAcquaintanceMarginBlockEnd": "16px",
|
|
764
|
+
"utrechtRichTextFriendMarginBlockEnd": "8px",
|
|
765
|
+
"utrechtRichTextBestFriendMarginBlockEnd": "4px",
|
|
766
|
+
"utrechtRichTextConfidantMarginBlockEnd": 0,
|
|
767
|
+
"utrechtSearchBarButtonBackgroundColor": "hsl(0 100% 40%)",
|
|
768
|
+
"utrechtSearchBarButtonBorderColor": "hsl(0 100% 40%)",
|
|
769
|
+
"utrechtSearchBarButtonColor": "hsl(0 0% 100%)",
|
|
770
|
+
"utrechtSearchBarButtonFontSize": "0.875rem",
|
|
771
|
+
"utrechtSearchBarButtonFontWeight": "700",
|
|
772
|
+
"utrechtSearchBarButtonHoverBackgroundColor": "hsl(359 65% 58%)",
|
|
773
|
+
"utrechtSearchBarButtonHoverScale": "1",
|
|
774
|
+
"utrechtSearchBarInputBorderColor": "hsl(0 100% 40%)",
|
|
775
|
+
"utrechtSearchBarInputPaddingInlineStart": "32px",
|
|
776
|
+
"utrechtSearchBarInputBackgroundPositionX": ".5em",
|
|
777
|
+
"utrechtSearchBarInputBackgroundPositionY": "50%",
|
|
778
|
+
"utrechtSearchBarInputBackgroundSize": "1em",
|
|
779
|
+
"utrechtSearchBarDropdownBorderWidth": "1px",
|
|
780
|
+
"utrechtSearchBarDropdownBorderColor": "hsl(0 100% 40%)",
|
|
781
|
+
"utrechtSearchBarDropdownPaddingBlockStart": "8px",
|
|
782
|
+
"utrechtSearchBarDropdownPaddingBlockEnd": "8px",
|
|
783
|
+
"utrechtSearchBarDropdownMaxBlockSize": "300px",
|
|
784
|
+
"utrechtSearchBarSectionMarginBlockEnd": "8px",
|
|
785
|
+
"utrechtSearchBarSectionTitleFontSize": "1rem",
|
|
786
|
+
"utrechtSearchBarSectionTitleFontWeight": "700",
|
|
787
|
+
"utrechtSearchBarSectionTitleColor": "hsl(0 0% 0%)",
|
|
788
|
+
"utrechtSearchBarSectionTitleMarginInlineStart": "8px",
|
|
789
|
+
"utrechtSearchBarListItemIsActiveColor": "hsl(0 0% 0%)",
|
|
790
|
+
"utrechtSearchBarListItemIsActiveBackgroundColor": "hsl(0 0% 95%)",
|
|
791
|
+
"utrechtSearchBarListItemIsActiveFontWeight": "700",
|
|
792
|
+
"utrechtSearchBarListItemIsSelectedColor": "hsl(0 0% 0%)",
|
|
793
|
+
"utrechtSearchBarListItemIsSelectedBackgroundColor": "hsl(0 0% 95%)",
|
|
794
|
+
"utrechtSelectBorderBlockEndWidth": "3px",
|
|
795
|
+
"utrechtSeparatorColor": "hsl(0 0% 90%)",
|
|
796
|
+
"utrechtSeparatorBlockSize": "8px",
|
|
797
|
+
"utrechtSeparatorMarginBlockEnd": "16px",
|
|
798
|
+
"utrechtSeparatorMarginBlockStart": "16px",
|
|
799
|
+
"utrechtSkipLinkBackgroundColor": "hsl(0 0% 15%)",
|
|
800
|
+
"utrechtSkipLinkColor": "hsl(0 0% 100%)",
|
|
801
|
+
"utrechtSkipLinkPaddingBlockStart": "8px",
|
|
802
|
+
"utrechtSkipLinkPaddingBlockEnd": "8px",
|
|
803
|
+
"utrechtSkipLinkPaddingInlineStart": "16px",
|
|
804
|
+
"utrechtSkipLinkPaddingInlineEnd": "16px",
|
|
805
|
+
"utrechtSkipLinkTextDecoration": "underline",
|
|
806
|
+
"utrechtSkipLinkFocusBackgroundColor": "hsl(48 100% 80%)",
|
|
807
|
+
"utrechtSkipLinkFocusColor": "hsl(0 0% 0%)",
|
|
808
|
+
"utrechtSkipLinkFocusVisibleTextDecoration": "none",
|
|
809
|
+
"utrechtSpotlightSectionBackgroundColor": "hsl(0 0% 90%)",
|
|
810
|
+
"utrechtSpotlightSectionColor": "hsl(0 0% 0%)",
|
|
811
|
+
"utrechtSpotlightSectionPaddingBlockStart": "16px",
|
|
812
|
+
"utrechtSpotlightSectionPaddingBlockEnd": "12px",
|
|
813
|
+
"utrechtSpotlightSectionPaddingInlineStart": "16px",
|
|
814
|
+
"utrechtSpotlightSectionPaddingInlineEnd": "16px",
|
|
815
|
+
"utrechtSpotlightSectionInfoBackgroundColor": "hsl(211 60% 90%)",
|
|
816
|
+
"utrechtSpotlightSectionWarningBackgroundColor": "hsl(48 100% 80%)",
|
|
817
|
+
"utrechtSpotlightSectionErrorBackgroundColor": "hsl(0 100% 95%)",
|
|
818
|
+
"utrechtSpotlightSectionOkBackgroundColor": "hsl(90 30% 90%)",
|
|
819
|
+
"utrechtSurfaceBackgroundColor": "hsl(0 0% 95%)",
|
|
820
|
+
"utrechtSurfaceColor": "hsl(0 0% 10%)",
|
|
821
|
+
"utrechtTableMarginBlockEnd": "0",
|
|
822
|
+
"utrechtTableMarginBlockStart": "16px",
|
|
823
|
+
"utrechtTableCaptionFontWeight": "700",
|
|
824
|
+
"utrechtTableCaptionFontSize": "1.125rem",
|
|
825
|
+
"utrechtTableCaptionTextAlign": "start",
|
|
826
|
+
"utrechtTableCaptionMarginBlockEnd": "1em",
|
|
827
|
+
"utrechtTableHeaderFontWeight": "700",
|
|
828
|
+
"utrechtTableHeaderBorderBlockEndColor": "hsl(0 100% 40%)",
|
|
829
|
+
"utrechtTableHeaderBorderBlockEndWidth": "2px",
|
|
830
|
+
"utrechtTableHeaderStickyBackgroundColor": "hsl(0 0% 100%)",
|
|
831
|
+
"utrechtTableHeaderStickyColor": "hsl(0 0% 0%)",
|
|
832
|
+
"utrechtTableHeaderStickyBorderBlockEndColor": "hsl(0 100% 40%)",
|
|
833
|
+
"utrechtTableHeaderStickyBorderBlockEndWidth": "2px",
|
|
834
|
+
"utrechtTableFooterStickyBackgroundColor": "hsl(0 0% 100%)",
|
|
835
|
+
"utrechtTableFooterStickyColor": "hsl(0 0% 0%)",
|
|
836
|
+
"utrechtTableFooterStickyBorderBlockStartColor": "hsl(0 100% 40%)",
|
|
837
|
+
"utrechtTableFooterStickyBorderBlockStartWidth": "2px",
|
|
838
|
+
"utrechtTableCellLineHeight": "1.5rem",
|
|
839
|
+
"utrechtTableCellPaddingBlockEnd": "0.5em",
|
|
840
|
+
"utrechtTableCellPaddingBlockStart": "0.5em",
|
|
841
|
+
"utrechtTableCellPaddingInlineEnd": "0.4em",
|
|
842
|
+
"utrechtTableCellPaddingInlineStart": "0.4em",
|
|
843
|
+
"utrechtTableCellSelectedBackgroundColor": "hsl(211 60% 90%)",
|
|
844
|
+
"utrechtTableCellSelectedColor": "hsl(0 0% 0%)",
|
|
845
|
+
"utrechtTableCellIconSize": "1em",
|
|
846
|
+
"utrechtTableRowBorderBlockEndColor": "hsl(0 0% 90%)",
|
|
847
|
+
"utrechtTableRowBorderBlockEndWidth": "1px",
|
|
848
|
+
"utrechtTableRowAlternateOddBackgroundColor": "hsl(0 0% 100%)",
|
|
849
|
+
"utrechtTableRowAlternateOddColor": "hsl(0 0% 0%)",
|
|
850
|
+
"utrechtTableRowAlternateEvenBackgroundColor": "hsl(0 0% 95%)",
|
|
851
|
+
"utrechtTableRowAlternateEvenColor": "hsl(0 0% 0%)",
|
|
852
|
+
"utrechtTextareaBorderBlockEndWidth": "3px",
|
|
853
|
+
"utrechtTextareaBorderBottomWidth": "3px",
|
|
854
|
+
"utrechtTextareaLineHeight": "1.5",
|
|
855
|
+
"utrechtTextboxBorderBottomWidth": "3px",
|
|
856
|
+
"utrechtToptaskLinkBackgroundColor": "hsl(211 60% 35%)",
|
|
857
|
+
"utrechtToptaskLinkColor": "hsl(0 0% 100%)",
|
|
858
|
+
"utrechtToptaskLinkFontSize": "1rem",
|
|
859
|
+
"utrechtToptaskLinkLineHeight": "1.2",
|
|
860
|
+
"utrechtToptaskLinkMinBlockSize": "8.25rem",
|
|
861
|
+
"utrechtToptaskLinkMinInlineSize": "15rem",
|
|
862
|
+
"utrechtToptaskLinkPaddingBlockEnd": "24px",
|
|
863
|
+
"utrechtToptaskLinkPaddingBlockStart": "24px",
|
|
864
|
+
"utrechtToptaskLinkPaddingInlineEnd": "24px",
|
|
865
|
+
"utrechtToptaskLinkPaddingInlineStart": "24px",
|
|
866
|
+
"utrechtToptaskLinkHoverBackgroundColor": "hsl(211 60% 40%)",
|
|
867
|
+
"utrechtToptaskLinkHoverColor": "hsl(0 0% 100%)",
|
|
868
|
+
"utrechtToptaskLinkHoverTransformScale": "1.02",
|
|
869
|
+
"utrechtToptaskLinkIconSize": "2.25rem",
|
|
870
|
+
"utrechtUnorderedListMarginBlockStart": "16px",
|
|
871
|
+
"utrechtUnorderedListMarginBlockEnd": "0",
|
|
872
|
+
"utrechtUnorderedListItemMarginBlockStart": "0.25rem",
|
|
873
|
+
"utrechtUnorderedListItemMarginBlockEnd": "0.25rem",
|
|
874
|
+
"utrechtUnorderedListMarkerColor": "hsl(0 100% 40%)",
|
|
875
|
+
"utrechtColorRed20": "hsl(0 100% 20%)",
|
|
876
|
+
"utrechtColorRed30": "hsl(0 100% 30%)",
|
|
877
|
+
"utrechtColorRed40": "hsl(0 100% 40%)",
|
|
878
|
+
"utrechtColorRed95": "hsl(0 100% 95%)",
|
|
879
|
+
"utrechtColorBlue20": "hsl(211 60% 20%)",
|
|
880
|
+
"utrechtColorBlue30": "hsl(211 60% 30%)",
|
|
881
|
+
"utrechtColorBlue35": "hsl(211 60% 35%)",
|
|
882
|
+
"utrechtColorBlue40": "hsl(211 60% 40%)",
|
|
883
|
+
"utrechtColorBlue50": "hsl(211 60% 50%)",
|
|
884
|
+
"utrechtColorBlue60": "hsl(211 60% 60%)",
|
|
885
|
+
"utrechtColorBlue80": "hsl(211 60% 80%)",
|
|
886
|
+
"utrechtColorBlue90": "hsl(211 60% 90%)",
|
|
887
|
+
"utrechtColorGrey10": "hsl(0 0% 10%)",
|
|
888
|
+
"utrechtColorGrey15": "hsl(0 0% 15%)",
|
|
889
|
+
"utrechtColorGrey20": "hsl(0 0% 20%)",
|
|
890
|
+
"utrechtColorGrey30": "hsl(0 0% 30%)",
|
|
891
|
+
"utrechtColorGrey40": "hsl(0 0% 40%)",
|
|
892
|
+
"utrechtColorGrey80": "hsl(0 0% 80%)",
|
|
893
|
+
"utrechtColorGrey90": "hsl(0 0% 90%)",
|
|
894
|
+
"utrechtColorGrey95": "hsl(0 0% 95%)",
|
|
895
|
+
"utrechtColorYellow20": "hsl(48 100% 20%)",
|
|
896
|
+
"utrechtColorYellow40": "hsl(48 100% 40%)",
|
|
897
|
+
"utrechtColorYellow50": "hsl(48 100% 50%)",
|
|
898
|
+
"utrechtColorYellow60": "hsl(48 100% 60%)",
|
|
899
|
+
"utrechtColorYellow80": "hsl(48 100% 80%)",
|
|
900
|
+
"utrechtColorGreen30": "hsl(90 30% 30%)",
|
|
901
|
+
"utrechtColorGreen40": "hsl(90 30% 38%)",
|
|
902
|
+
"utrechtColorGreen50": "hsl(90 30% 50%)",
|
|
903
|
+
"utrechtColorGreen80": "hsl(90 30% 80%)",
|
|
904
|
+
"utrechtColorGreen90": "hsl(90 30% 90%)",
|
|
905
|
+
"utrechtColorSecondaryPurple": "#762cd1",
|
|
906
|
+
"utrechtColorSecondaryMagenta": "#f02198",
|
|
907
|
+
"utrechtColorSecondaryRed": "#cc0000",
|
|
908
|
+
"utrechtColorSecondaryOrange": "#ff6e00",
|
|
909
|
+
"utrechtColorSecondaryYellow": "#ffcc00",
|
|
910
|
+
"utrechtColorSecondaryLime": "#99d000",
|
|
911
|
+
"utrechtColorSecondaryGreen": "#32ab27",
|
|
912
|
+
"utrechtColorSecondaryCyan": "#009ed4",
|
|
913
|
+
"utrechtColorSecondaryBlue": "#006dff",
|
|
914
|
+
"utrechtColorSecondaryNavy": "#1c4181",
|
|
915
|
+
"utrechtColorSecondaryBrown": "#ad643b",
|
|
916
|
+
"utrechtColorSecondaryGrey": "#757575",
|
|
917
|
+
"utrechtColorInvalid": "#990000",
|
|
918
|
+
"utrechtColorWhite": "hsl(0 0% 100%)",
|
|
919
|
+
"utrechtColorBlack": "hsl(0 0% 0%)",
|
|
920
|
+
"utrechtIconScale3xs": "1px",
|
|
921
|
+
"utrechtIconScale2xs": "4px",
|
|
922
|
+
"utrechtIconScaleXs": "8px",
|
|
923
|
+
"utrechtIconScaleSm": "12px",
|
|
924
|
+
"utrechtIconScaleMd": "16px",
|
|
925
|
+
"utrechtIconScaleLg": "24px",
|
|
926
|
+
"utrechtIconScaleXl": "26px",
|
|
927
|
+
"utrechtIconScale2xl": "30px",
|
|
928
|
+
"utrechtIconScale3xl": "36px",
|
|
929
|
+
"utrechtIconScale4xl": "48px",
|
|
930
|
+
"utrechtTypographySansSerifFontFamily": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
931
|
+
"utrechtTypographyScaleSmFontSize": "0.875rem",
|
|
932
|
+
"utrechtTypographyScaleMdFontSize": "1rem",
|
|
933
|
+
"utrechtTypographyScaleLgFontSize": "1.125rem",
|
|
934
|
+
"utrechtTypographyScaleXlFontSize": "1.25rem",
|
|
935
|
+
"utrechtTypographyScale2xlFontSize": "1.375rem",
|
|
936
|
+
"utrechtTypographyScale3xlFontSize": "1.5rem",
|
|
937
|
+
"utrechtTypographyScale4xlFontSize": "2rem",
|
|
938
|
+
"utrechtTypographyWeightScaleBoldFontWeight": "700",
|
|
939
|
+
"utrechtTypographyWeightScaleNormalFontWeight": "400",
|
|
940
|
+
"utrechtTypographyFontStyleNormal": "normal",
|
|
941
|
+
"utrechtTypographyFontStyleInherit": "inherit",
|
|
942
|
+
"utrechtTypographyLineHeightXs": "1",
|
|
943
|
+
"utrechtTypographyLineHeightSm": "1.25",
|
|
944
|
+
"utrechtTypographyLineHeightMd": "1.5",
|
|
945
|
+
"utrechtTypographyLineHeightLg": "2",
|
|
946
|
+
"utrechtBorderWidthSm": "1px",
|
|
947
|
+
"utrechtBorderWidthMd": "2px",
|
|
948
|
+
"utrechtBorderRadiusSm": "2px",
|
|
949
|
+
"utrechtBorderRadiusMd": "4px",
|
|
950
|
+
"utrechtBorderRadiusLg": "8px",
|
|
951
|
+
"utrechtBorderRadiusRound": "999px",
|
|
952
|
+
"utrechtBorderRadiusNone": "0",
|
|
953
|
+
"utrechtBorderStyleSolid": "solid",
|
|
954
|
+
"utrechtBorderStyleDotted": "dotted",
|
|
955
|
+
"utrechtStackFocusZIndex": 1,
|
|
956
|
+
"utrechtMenulijstItemColor": "hsl(211 60% 35%)",
|
|
957
|
+
"utrechtMenulijstItemHoverColor": "hsl(211 60% 40%)",
|
|
958
|
+
"utrechtToptaskNavGap": "16px",
|
|
959
|
+
"utrechtToptaskNavLinkGridMaxInlineSize": "240px",
|
|
960
|
+
"denhaagProcessStepsFontFamily": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
961
|
+
"denhaagProcessStepsStepHeadingColor": "hsl(0 0% 0%)",
|
|
962
|
+
"denhaagProcessStepsStepHeadingFontFamily": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
963
|
+
"denhaagProcessStepsStepHeadingFontSize": "1.125rem",
|
|
964
|
+
"denhaagProcessStepsStepHeadingFontWeight": "700",
|
|
965
|
+
"denhaagProcessStepsStepHeadingCurrentColor": "hsl(0 0% 0%)",
|
|
966
|
+
"denhaagProcessStepsStepHeadingCheckedColor": "hsl(0 0% 0%)",
|
|
967
|
+
"denhaagProcessStepsStepHeadingCheckedBackgroundColor": "hsl(0 0% 100%)",
|
|
968
|
+
"denhaagProcessStepsStepHeadingNotCheckedColor": "hsl(0 0% 0%)",
|
|
969
|
+
"denhaagProcessStepsStepHeadingWarningColor": "hsl(0 0% 0%)",
|
|
970
|
+
"denhaagProcessStepsStepMarkerBorderColor": "hsl(90 30% 30%)",
|
|
971
|
+
"denhaagProcessStepsStepMarkerBackgroundColor": "hsl(0 0% 100%)",
|
|
972
|
+
"denhaagProcessStepsStepMarkerBorderWidth": "2px",
|
|
973
|
+
"denhaagProcessStepsStepMarkerColor": "hsl(90 30% 30%)",
|
|
974
|
+
"denhaagProcessStepsStepMarkerFontSize": "0.875rem",
|
|
975
|
+
"denhaagProcessStepsStepMarkerFontWeight": "700",
|
|
976
|
+
"denhaagProcessStepsStepMarkerCurrentBorderColor": "hsl(90 30% 30%)",
|
|
977
|
+
"denhaagProcessStepsStepMarkerCurrentBackgroundColor": "hsl(90 30% 30%)",
|
|
978
|
+
"denhaagProcessStepsStepMarkerCurrentBorderWidth": "2px",
|
|
979
|
+
"denhaagProcessStepsStepMarkerCurrentColor": "hsl(0 0% 100%)",
|
|
980
|
+
"denhaagProcessStepsStepMarkerCheckedBorderColor": "hsl(90 30% 30%)",
|
|
981
|
+
"denhaagProcessStepsStepMarkerCheckedBackgroundColor": "hsl(0 0% 100%)",
|
|
982
|
+
"denhaagProcessStepsStepMarkerCheckedBorderWidth": "2px",
|
|
983
|
+
"denhaagProcessStepsStepMarkerCheckedColor": "hsl(90 30% 30%)",
|
|
984
|
+
"denhaagProcessStepsStepMarkerWarningBorderColor": "#990000",
|
|
985
|
+
"denhaagProcessStepsStepMarkerWarningBackgroundColor": "hsl(0 0% 100%)",
|
|
986
|
+
"denhaagProcessStepsStepMarkerWarningColor": "#990000",
|
|
987
|
+
"denhaagProcessStepsStepMarkerSize": "28px",
|
|
988
|
+
"denhaagProcessStepsSubStepMarkerBorderColor": "hsl(90 30% 30%)",
|
|
989
|
+
"denhaagProcessStepsSubStepMarkerBackgroundColor": "hsl(0 0% 100%)",
|
|
990
|
+
"denhaagProcessStepsSubStepMarkerSize": "12px",
|
|
991
|
+
"denhaagProcessStepsStepLineStrokeWidth": "2px",
|
|
992
|
+
"denhaagProcessStepsStepLineColor": "hsl(90 30% 30%)",
|
|
993
|
+
"denhaagProcessStepsStepLineCheckedColor": "hsl(90 30% 30%)",
|
|
994
|
+
"denhaagProcessStepsStepLineWarningColor": "#990000",
|
|
995
|
+
"denhaagProcessStepsStepMetadataColor": "hsl(0 0% 15%)",
|
|
996
|
+
"denhaagProcessStepsStepMetadataFontSize": "0.875rem",
|
|
997
|
+
"denhaagProcessStepsStepDescriptionColor": "hsl(0 0% 0%)",
|
|
998
|
+
"denhaagProcessStepsStepDescriptionFontSize": "1rem",
|
|
999
|
+
"denhaagProcessStepsSubStepHeadingColor": "hsl(0 0% 15%)",
|
|
1000
|
+
"denhaagProcessStepsSubStepHeadingFontSize": "0.875rem",
|
|
1001
|
+
"denhaagProcessStepsSubStepHeadingFontWeight": "400",
|
|
1002
|
+
"denhaagProcessStepsSubStepLineColor": "hsl(90 30% 30%)",
|
|
1003
|
+
"ofLayoutBackground": "hsl(0 0% 100%)",
|
|
1004
|
+
"ofLayoutBg": "hsl(0 0% 100%)",
|
|
1005
|
+
"ofPageFooterBg": "hsl(0 100% 40%)",
|
|
1006
|
+
"ofPageFooterFg": "hsl(0 0% 100%)",
|
|
1007
|
+
"ofProgressIndicatorBackgroundColor": "hsl(0 0% 100%)",
|
|
1008
|
+
"ofProgressIndicatorMobileBoxShadow": "0px 0px 2px 0px rgba(0 0 0 / 20%)"
|
|
1009
|
+
};
|