@rijkshuisstijl-community/design-tokens 1.0.0-alpha.3 → 1.0.0-alpha.8
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/dist/_variables.scss +303 -7
- package/dist/index.css +303 -7
- package/dist/index.d.ts +305 -7
- package/dist/index.js +303 -7
- package/dist/index.json +303 -7
- package/dist/index.tokens.json +678 -10
- package/dist/root.css +303 -7
- package/dist/tokens.d.ts +677 -10
- package/dist/tokens.js +6493 -78
- package/dist/variables.less +303 -7
- package/package.json +6 -5
- package/src/brand/rhc/color.tokens.json +96 -6
- package/src/brand/rhc/font.tokens.json +34 -0
- package/src/common/utrecht/action.tokens.json +10 -0
- package/src/common/utrecht/focus.tokens.json +17 -0
- package/src/components/basiselementen/document.tokens.json +15 -0
- package/src/components/rvo/button.tokens.json +33 -0
- package/src/components/rvo/checkbox.tokens.json +32 -0
- package/src/components/rvo/custom-radio-button.tokens.json +24 -0
- package/src/components/rvo/heading.tokens.json +24 -0
- package/src/components/rvo/logo.tokens.json +13 -0
- package/src/components/rvo/select.tokens.json +15 -0
- package/src/components/utrecht/breadcrumbs.tokens.json +66 -0
- package/src/components/utrecht/button.tokens.json +120 -0
- package/src/components/utrecht/custom-radio-button.tokens.json +53 -0
- package/src/components/utrecht/data-list.tokens.json +91 -0
- package/src/components/utrecht/document.tokens.json +12 -0
- package/src/components/utrecht/form-field.tokens.json +21 -0
- package/src/components/utrecht/form-fieldset.tokens.json +27 -0
- package/src/components/utrecht/form-input.tokens.json +42 -0
- package/src/components/utrecht/form-label.tokens.json +23 -0
- package/src/components/utrecht/heading-1.tokens.json +13 -0
- package/src/components/utrecht/heading-2.tokens.json +13 -0
- package/src/components/utrecht/heading-3.tokens.json +13 -0
- package/src/components/utrecht/heading-4.tokens.json +13 -0
- package/src/components/utrecht/heading-5.tokens.json +13 -0
- package/src/components/utrecht/heading-6.tokens.json +13 -0
- package/src/components/utrecht/link.tokens.json +44 -0
- package/src/components/utrecht/ordered-list.tokens.json +19 -0
- package/src/components/utrecht/paragraph.tokens.json +23 -0
- package/src/components/utrecht/unordered-list.tokens.json +31 -0
- package/src/common/rhc/focus.tokens.json +0 -7
- package/src/components/rhc/button.tokens.json +0 -8
package/dist/index.json
CHANGED
|
@@ -1,8 +1,304 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
|
|
2
|
+
"basiselementenColorLogoblauw": "#154273",
|
|
3
|
+
"basiselementenColorHemelblauw": "#007bc7",
|
|
4
|
+
"basiselementenColorHemelblauwTint1": "#b2d7ee",
|
|
5
|
+
"basiselementenColorHemelblauwTint2": "#d9ebf7",
|
|
6
|
+
"basiselementenColorLichtblauw": "#8fcae7",
|
|
7
|
+
"basiselementenColorLichtblauwTint1": "#ddeff8",
|
|
8
|
+
"basiselementenColorLichtblauwTint2": "#eef7fb",
|
|
9
|
+
"basiselementenColorDonkerblauw": "#01689b",
|
|
10
|
+
"basiselementenColorDonkerblauwShade1": "#01496D",
|
|
11
|
+
"basiselementenColorOranje": "#e17000",
|
|
12
|
+
"basiselementenColorOranjeTint1": "#f6d4b2",
|
|
13
|
+
"basiselementenColorOranjeTint2": "#fbead9",
|
|
14
|
+
"basiselementenColorGroen": "#39870c",
|
|
15
|
+
"basiselementenColorGroenTint1": "#c3dbb6",
|
|
16
|
+
"basiselementenColorGroenTint2": "#e1eddb",
|
|
17
|
+
"basiselementenColorDonkergroen": "#275e08",
|
|
18
|
+
"basiselementenColorDonkergeel": "#ffb612",
|
|
19
|
+
"basiselementenColorDonkergeelTint1": "#ffe9b7",
|
|
20
|
+
"basiselementenColorDonkergeelTint2": "#fff4dc",
|
|
21
|
+
"basiselementenColorRood": "#d51b1e",
|
|
22
|
+
"basiselementenColorRoodTint1": "#f2bfbb",
|
|
23
|
+
"basiselementenColorRoodShade1": "#4d0a0b",
|
|
24
|
+
"basiselementenColorRoodTint2": "#f9dfdd",
|
|
25
|
+
"basiselementenColorGrijs1": "#f3f3f3",
|
|
26
|
+
"basiselementenColorGrijs2": "#e6e6e6",
|
|
27
|
+
"basiselementenColorGrijs3": "#cccccc",
|
|
28
|
+
"basiselementenColorGrijs4": "#b4b4b4",
|
|
29
|
+
"basiselementenColorGrijs5": "#999999",
|
|
30
|
+
"basiselementenColorGrijs6": "#696969",
|
|
31
|
+
"basiselementenColorGrijs7": "#535353",
|
|
32
|
+
"basiselementenColorZwart": "#000000",
|
|
33
|
+
"basiselementenColorWit": "#ffffff",
|
|
34
|
+
"basiselementenFontSansSerifFontFamily": "'RijksoverheidSansWebText'",
|
|
35
|
+
"basiselementenFontSansSerifFallbackFontFamily": "'Calibri', 'Verdana', 'Arial', sans-serif",
|
|
36
|
+
"basiselementenFontSerifFontFamily": "'RijksoverheidSerifWeb'",
|
|
37
|
+
"basiselementenFontSerifFallbackFontFamily": "'Times New Roman', serif",
|
|
38
|
+
"basiselementenFontWeightNormal": "400",
|
|
39
|
+
"basiselementenFontWeightBold": "700",
|
|
40
|
+
"basiselementenRootFontSize": "100%",
|
|
41
|
+
"basiselementenDocumentBackgroundColor": "#ffffff",
|
|
42
|
+
"basiselementenDocumentColor": "#000000",
|
|
43
|
+
"basiselementenDocumentFontFamily": "'RijksoverheidSansWebText'",
|
|
44
|
+
"basiselementenDocumentFontSize": "18px",
|
|
45
|
+
"basiselementenDocumentLineHeight": "150%",
|
|
46
|
+
"utrechtActionActivateCursor": "pointer",
|
|
47
|
+
"utrechtActionBusyCursor": "wait",
|
|
48
|
+
"utrechtActionDisabledCursor": "not-allowed",
|
|
49
|
+
"utrechtActionSubmitCursor": "pointer",
|
|
50
|
+
"utrechtFocusOutlineColor": "#000000",
|
|
51
|
+
"utrechtFocusOutlineOffset": "3px",
|
|
52
|
+
"utrechtFocusOutlineStyle": "dashed",
|
|
53
|
+
"utrechtFocusOutlineWidth": "2px",
|
|
54
|
+
"utrechtFocusInverseOutlineColor": "#ffffff",
|
|
55
|
+
"utrechtButtonRvoXsFontSize": "0.875rem",
|
|
56
|
+
"utrechtButtonRvoXsFontWeight": "400",
|
|
57
|
+
"utrechtButtonRvoXsPaddingBlockStart": "4px",
|
|
58
|
+
"utrechtButtonRvoXsPaddingBlockEnd": "4px",
|
|
59
|
+
"utrechtButtonRvoXsPaddingInlineStart": "calc(8px + 4px)",
|
|
60
|
+
"utrechtButtonRvoXsPaddingInlineEnd": "calc(8px + 4px)",
|
|
61
|
+
"utrechtButtonRvoXsMinBlockSize": "auto",
|
|
62
|
+
"utrechtButtonRvoSmFontSize": "1rem",
|
|
63
|
+
"utrechtButtonRvoSmPaddingBlockStart": "4px",
|
|
64
|
+
"utrechtButtonRvoSmPaddingBlockEnd": "4px",
|
|
65
|
+
"utrechtButtonRvoSmPaddingInlineStart": "12px",
|
|
66
|
+
"utrechtButtonRvoSmPaddingInlineEnd": "12px",
|
|
67
|
+
"utrechtButtonRvoSmMinBlockSize": "30px",
|
|
68
|
+
"utrechtButtonRvoMdFontSize": "18px",
|
|
69
|
+
"utrechtButtonRvoMdPaddingBlockStart": "8px",
|
|
70
|
+
"utrechtButtonRvoMdPaddingBlockEnd": "8px",
|
|
71
|
+
"utrechtButtonRvoMdPaddingInlineStart": "16px",
|
|
72
|
+
"utrechtButtonRvoMdPaddingInlineEnd": "16px",
|
|
73
|
+
"utrechtButtonRvoTertiaryActionTextDecoration": "none",
|
|
74
|
+
"utrechtButtonBackgroundColor": "#01689b",
|
|
75
|
+
"utrechtButtonBorderWidth": "0",
|
|
76
|
+
"utrechtButtonColor": "#ffffff",
|
|
77
|
+
"utrechtButtonFontSize": "18px",
|
|
78
|
+
"utrechtButtonPaddingBlockStart": "8px",
|
|
79
|
+
"utrechtButtonPaddingBlockEnd": "8px",
|
|
80
|
+
"utrechtButtonPaddingInlineStart": "16px",
|
|
81
|
+
"utrechtButtonPaddingInlineEnd": "16px",
|
|
82
|
+
"utrechtButtonDisabledBorderColor": "#e6e6e6",
|
|
83
|
+
"utrechtButtonDisabledBackgroundColor": "#e6e6e6",
|
|
84
|
+
"utrechtButtonDisabledColor": "#cccccc",
|
|
85
|
+
"utrechtButtonPrimaryActionActiveBackgroundColor": "#01496D",
|
|
86
|
+
"utrechtButtonPrimaryActionFocusBackgroundColor": "#01689b",
|
|
87
|
+
"utrechtButtonPrimaryActionHoverBackgroundColor": "#01496D",
|
|
88
|
+
"utrechtButtonPrimaryActionDisabledBorderColor": "#e6e6e6",
|
|
89
|
+
"utrechtButtonPrimaryActionDisabledBackgroundColor": "#e6e6e6",
|
|
90
|
+
"utrechtButtonPrimaryActionDisabledColor": "#cccccc",
|
|
91
|
+
"utrechtButtonPrimaryActionWarningBackgroundColor": "#d51b1e",
|
|
92
|
+
"utrechtButtonPrimaryActionWarningColor": "#ffffff",
|
|
93
|
+
"utrechtButtonPrimaryActionWarningActiveBackgroundColor": "#d51b1e",
|
|
94
|
+
"utrechtButtonPrimaryActionWarningFocusBackgroundColor": "#d51b1e",
|
|
95
|
+
"utrechtButtonPrimaryActionWarningHoverBackgroundColor": "#4d0a0b",
|
|
96
|
+
"utrechtButtonPrimaryActionWarningDisabledBorderColor": "#e6e6e6",
|
|
97
|
+
"utrechtButtonPrimaryActionWarningDisabledBackgroundColor": "#e6e6e6",
|
|
98
|
+
"utrechtButtonPrimaryActionWarningDisabledColor": "#cccccc",
|
|
99
|
+
"utrechtButtonSecondaryActionBackgroundColor": "#ffffff",
|
|
100
|
+
"utrechtButtonSecondaryActionBorderColor": "#01689b",
|
|
101
|
+
"utrechtButtonSecondaryActionBorderWidth": "1px",
|
|
102
|
+
"utrechtButtonSecondaryActionColor": "#01689b",
|
|
103
|
+
"utrechtButtonSecondaryActionActiveBackgroundColor": "#01496D",
|
|
104
|
+
"utrechtButtonSecondaryActionActiveBorderColor": "#01496D",
|
|
105
|
+
"utrechtButtonSecondaryActionActiveColor": "#ffffff",
|
|
106
|
+
"utrechtButtonSecondaryActionFocusColor": "#01689b",
|
|
107
|
+
"utrechtButtonSecondaryActionDisabledBackgroundColor": "#ffffff",
|
|
108
|
+
"utrechtButtonSecondaryActionDisabledBorderColor": "#cccccc",
|
|
109
|
+
"utrechtButtonSecondaryActionDisabledColor": "#cccccc",
|
|
110
|
+
"utrechtButtonSecondaryActionHoverColor": "#01496D",
|
|
111
|
+
"utrechtButtonSecondaryActionHoverBackgroundColor": "#ffffff",
|
|
112
|
+
"utrechtButtonSecondaryActionHoverBorderColor": "#01496D",
|
|
113
|
+
"utrechtButtonSubtleBackgroundColor": "transparent",
|
|
114
|
+
"utrechtButtonSubtleColor": "#d51b1e",
|
|
115
|
+
"utrechtButtonSubtleFontSize": "15px",
|
|
116
|
+
"utrechtButtonSubtleFontWeight": "700",
|
|
117
|
+
"utrechtButtonSubtleHoverTextDecoration": "underline",
|
|
118
|
+
"utrechtButtonSubtleDisabledBackgroundColor": "transparent",
|
|
119
|
+
"utrechtButtonSubtleDisabledColor": "#cccccc",
|
|
120
|
+
"utrechtButtonSubtleTextDecoration": "underline",
|
|
121
|
+
"utrechtButtonSubtleWarningHoverColor": "#4d0a0b",
|
|
122
|
+
"utrechtBreadcrumbFontSize": "0.875rem",
|
|
123
|
+
"utrechtBreadcrumbItemGap": "8px",
|
|
124
|
+
"utrechtBreadcrumbItemPaddingBlockStart": "0",
|
|
125
|
+
"utrechtBreadcrumbItemPaddingBlockEnd": "0",
|
|
126
|
+
"utrechtBreadcrumbItemPaddingInlineEnd": "0",
|
|
127
|
+
"utrechtBreadcrumbItemPaddingInlineStart": "0",
|
|
128
|
+
"utrechtBreadcrumbLinkColor": "#007bc7",
|
|
129
|
+
"utrechtBreadcrumbLinkFocusBackgroundColor": "#d9ebf7",
|
|
130
|
+
"utrechtBreadcrumbLinkFocusColor": "#000000",
|
|
131
|
+
"utrechtBreadcrumbLinkFocusTextDecoration": "none",
|
|
132
|
+
"utrechtBreadcrumbLinkFocusTextDecorationThickness": "1px",
|
|
133
|
+
"utrechtBreadcrumbLinkHoverColor": "#01689b",
|
|
134
|
+
"utrechtBreadcrumbLinkHoverTextDecoration": "underline",
|
|
135
|
+
"utrechtBreadcrumbLinkHoverTextDecorationThickness": "1px !important",
|
|
136
|
+
"utrechtBreadcrumbLinkTextDecoration": "none",
|
|
137
|
+
"utrechtCustomRadioButtonSize": "24px",
|
|
138
|
+
"utrechtCustomRadioButtonBorderColor": "#000000",
|
|
139
|
+
"utrechtCustomRadioButtonColor": "#000000",
|
|
140
|
+
"utrechtCustomRadioButtonBorderWidth": "1px",
|
|
141
|
+
"utrechtCustomRadioButtonBackgroundColor": "#ffffff",
|
|
142
|
+
"utrechtCustomRadioButtonBorderRadius": "0",
|
|
143
|
+
"utrechtCustomRadioButtonIconSize": "18px",
|
|
144
|
+
"utrechtCustomRadioButtonActiveBackgroundColor": "#007bc7",
|
|
145
|
+
"utrechtCustomRadioButtonDisabledBorderColor": "#cccccc",
|
|
146
|
+
"utrechtCustomRadioButtonDisabledBackgroundColor": "#ffffff",
|
|
147
|
+
"utrechtCustomRadioButtonCheckedBorderColor": "#007bc7",
|
|
148
|
+
"utrechtCustomRadioButtonCheckedBorderWidth": "3px",
|
|
149
|
+
"utrechtCustomRadioButtonCheckedBackgroundColor": "#007bc7",
|
|
150
|
+
"utrechtCustomRadioButtonCheckedColor": "#007bc7",
|
|
151
|
+
"utrechtCustomRadioButtonCheckedActiveBackgroundColor": "#007bc7",
|
|
152
|
+
"utrechtCustomRadioButtonInvalidBorderColor": "#cccccc",
|
|
153
|
+
"utrechtDataListBorderColor": "#b4b4b4",
|
|
154
|
+
"utrechtDataListBorderWidth": "1px",
|
|
155
|
+
"utrechtDataListMarginBlockEnd": "0",
|
|
156
|
+
"utrechtDataListMarginBlockStart": "0",
|
|
157
|
+
"utrechtDataListItemKeyBorderInlineEndColor": "#b4b4b4",
|
|
158
|
+
"utrechtDataListItemKeyBorderInlineEndWidth": "1px",
|
|
159
|
+
"utrechtDataListItemKeyFontWeight": "700",
|
|
160
|
+
"utrechtDataListItemKeyPaddingBlockEnd": "9px",
|
|
161
|
+
"utrechtDataListItemKeyPaddingBlockStart": "9px",
|
|
162
|
+
"utrechtDataListItemKeyPaddingInlineEnd": "18px",
|
|
163
|
+
"utrechtDataListItemKeyPaddingInlineStart": "18px",
|
|
164
|
+
"utrechtDataListItemValuePaddingBlockEnd": "9px",
|
|
165
|
+
"utrechtDataListItemValuePaddingBlockStart": "9px",
|
|
166
|
+
"utrechtDataListItemValuePaddingInlineEnd": "18px",
|
|
167
|
+
"utrechtDataListItemValuePaddingInlineStart": "18px",
|
|
168
|
+
"utrechtDataListRowsBorderBottomColor": "#b4b4b4",
|
|
169
|
+
"utrechtDataListRowsBorderBottomWidth": "1px",
|
|
170
|
+
"utrechtDataListRowsItemMarginBlockStart": "0",
|
|
171
|
+
"utrechtDataListRowsItemPaddingInlineStart": "14px",
|
|
172
|
+
"utrechtDataListRowsItemValueMarginBlockStart": "0",
|
|
173
|
+
"utrechtDataListRowsColumnInlineSize": "50%",
|
|
174
|
+
"utrechtDataListRowsColumnMinInlineSize": "25ch",
|
|
175
|
+
"utrechtDocumentBackgroundColor": "#ffffff",
|
|
176
|
+
"utrechtDocumentColor": "#000000",
|
|
177
|
+
"utrechtDocumentFontFamily": "'RijksoverheidSansWebText'",
|
|
178
|
+
"utrechtDocumentFontSize": "18px",
|
|
179
|
+
"utrechtDocumentLineHeight": "150%",
|
|
180
|
+
"utrechtFormFieldDescriptionMarginBlockStart": "0",
|
|
181
|
+
"utrechtFormFieldDescriptionMarginBlockEnd": "1ex",
|
|
182
|
+
"utrechtFormFieldMarginBlockEnd": "1ex",
|
|
183
|
+
"utrechtFormFieldMarginBlockStart": "1ex",
|
|
184
|
+
"utrechtFormFieldMinWidth": "100%",
|
|
185
|
+
"utrechtFormFieldsetMarginBlockEnd": "1ex",
|
|
186
|
+
"utrechtFormFieldsetMarginBlockStart": "1ex",
|
|
187
|
+
"utrechtFormFieldsetSectionBackgroundColor": "#ffffff",
|
|
188
|
+
"utrechtFormFieldsetPaddingBlockEnd": "36px",
|
|
189
|
+
"utrechtFormFieldsetPaddingBlockStart": "36px",
|
|
190
|
+
"utrechtFormFieldsetPaddingInlineEnd": "36px",
|
|
191
|
+
"utrechtFormFieldsetPaddingInlineStart": "36px",
|
|
192
|
+
"utrechtFormFieldsetLegendFontWeight": "700",
|
|
193
|
+
"utrechtFormFieldsetLegendLineHeight": "150%",
|
|
194
|
+
"utrechtFormFieldsetLegendMarginBlockEnd": "1ex",
|
|
195
|
+
"utrechtFormFieldsetLegendMarginBlockStart": "0",
|
|
196
|
+
"utrechtFormInputBackgroundColor": "#ffffff",
|
|
197
|
+
"utrechtFormInputBorderColor": "#696969",
|
|
198
|
+
"utrechtFormInputBorderRadius": "0",
|
|
199
|
+
"utrechtFormInputBorderWidth": "1px",
|
|
200
|
+
"utrechtFormInputColor": "#000000",
|
|
201
|
+
"utrechtFormInputFontSize": "18px",
|
|
202
|
+
"utrechtFormInputPaddingBlockEnd": "8px",
|
|
203
|
+
"utrechtFormInputPaddingBlockStart": "12px",
|
|
204
|
+
"utrechtFormInputPaddingInlineEnd": "12px",
|
|
205
|
+
"utrechtFormInputPaddingInlineStart": "12px",
|
|
206
|
+
"utrechtFormInputDisabledBackgroundColor": "#cccccc !important",
|
|
207
|
+
"utrechtFormInputDisabledBorderColor": "#535353",
|
|
208
|
+
"utrechtFormInputDisabledBorderWidth": "0",
|
|
209
|
+
"utrechtFormInputDisabledColor": "#535353",
|
|
210
|
+
"utrechtFormInputFocusBackgroundColor": "#ffffff",
|
|
211
|
+
"utrechtFormInputFocusBorderColor": "#696969",
|
|
212
|
+
"utrechtFormInputInvalidBackgroundColor": "#ffffff",
|
|
213
|
+
"utrechtFormInputInvalidBorderColor": "#d51b1e",
|
|
214
|
+
"utrechtFormInputInvalidBorderWidth": "1px",
|
|
215
|
+
"utrechtFormInputReadOnlyBorderColor": "#535353",
|
|
216
|
+
"utrechtFormInputReadOnlyColor": "#535353",
|
|
217
|
+
"utrechtFormLabelFontWeight": "700",
|
|
218
|
+
"utrechtFormLabelFontSize": "18px",
|
|
219
|
+
"utrechtHeading1FontSize": "2rem",
|
|
220
|
+
"utrechtHeading1FontWeight": "700",
|
|
221
|
+
"utrechtHeading1LineHeight": "125%",
|
|
222
|
+
"utrechtHeading1MarginBlockEnd": "16px",
|
|
223
|
+
"utrechtHeading1MarginBlockStart": "16px",
|
|
224
|
+
"utrechtHeading2FontSize": "1.5rem",
|
|
225
|
+
"utrechtHeading2FontWeight": "700",
|
|
226
|
+
"utrechtHeading2LineHeight": "150%",
|
|
227
|
+
"utrechtHeading2MarginBlockEnd": "4px",
|
|
228
|
+
"utrechtHeading3FontSize": "1.25rem",
|
|
229
|
+
"utrechtHeading3FontWeight": "700",
|
|
230
|
+
"utrechtHeading3LineHeight": "125%",
|
|
231
|
+
"utrechtHeading3MarginBlockEnd": "4px",
|
|
232
|
+
"utrechtHeading4FontSize": "1.125rem",
|
|
233
|
+
"utrechtHeading4FontWeight": "700",
|
|
234
|
+
"utrechtHeading4MarginBlockEnd": "4px",
|
|
235
|
+
"utrechtHeading5FontSize": "1rem",
|
|
236
|
+
"utrechtHeading5FontWeight": "700",
|
|
237
|
+
"utrechtHeading5MarginBlockEnd": "4px",
|
|
238
|
+
"utrechtHeading6FontSize": "0.875rem",
|
|
239
|
+
"utrechtHeading6FontWeight": "700",
|
|
240
|
+
"utrechtHeading6MarginBlockEnd": "4px",
|
|
241
|
+
"utrechtLinkColor": "#007bc7",
|
|
242
|
+
"utrechtLinkTextDecoration": "underline",
|
|
243
|
+
"utrechtLinkTextDecorationThickness": "1px",
|
|
244
|
+
"utrechtLinkTextUnderlineOffset": "2px",
|
|
245
|
+
"utrechtLinkFontWeight": "400",
|
|
246
|
+
"utrechtLinkHoverColor": "#01689b",
|
|
247
|
+
"utrechtLinkHoverTextDecorationThickness": "1px",
|
|
248
|
+
"utrechtLinkHoverFontWeight": "700",
|
|
249
|
+
"utrechtLinkHoverTextDecoration": "none",
|
|
250
|
+
"utrechtLinkActiveColor": "#01689b",
|
|
251
|
+
"utrechtLinkActiveFontWeight": "700",
|
|
252
|
+
"utrechtLinkActiveTextDecorationThickness": "1px",
|
|
253
|
+
"utrechtLinkFocusOutlineOffset": "0",
|
|
254
|
+
"utrechtLinkFocusTextDecorationThickness": "1px",
|
|
255
|
+
"utrechtOrderedListMarginBlockEnd": "0",
|
|
256
|
+
"utrechtOrderedListItemMarginBlockStart": "0.5ex",
|
|
257
|
+
"utrechtOrderedListItemMarginBlockEnd": "0.5ex",
|
|
258
|
+
"utrechtOrderedListItemPaddingInlineStart": "0",
|
|
259
|
+
"utrechtOrderedListPaddingInlineStart": "0",
|
|
260
|
+
"utrechtParagraphFontSize": "18px",
|
|
261
|
+
"utrechtParagraphLineHeight": "150%",
|
|
262
|
+
"utrechtParagraphMarginBlockEnd": "16px",
|
|
263
|
+
"utrechtParagraphLeadFontSize": "20px",
|
|
264
|
+
"utrechtParagraphLeadLineHeight": "150%",
|
|
265
|
+
"utrechtParagraphSmallFontSize": "16px",
|
|
266
|
+
"utrechtParagraphSmallLineHeight": "150%",
|
|
267
|
+
"utrechtUnorderedListMarginBlockStart": "0",
|
|
268
|
+
"utrechtUnorderedListMarginBlockEnd": "16px",
|
|
269
|
+
"utrechtUnorderedListItemMarginBlockStart": "0.5ex",
|
|
270
|
+
"utrechtUnorderedListItemMarginBlockEnd": "0.5ex",
|
|
271
|
+
"utrechtUnorderedListItemPaddingInlineStart": "0",
|
|
272
|
+
"utrechtUnorderedListItemMarker": "initial",
|
|
273
|
+
"utrechtUnorderedListPaddingInlineStart": "20px",
|
|
274
|
+
"utrechtUnorderedListListStyleType": "square",
|
|
275
|
+
"rvoCheckboxSize": "24px",
|
|
276
|
+
"rvoCheckboxIconSize": "16px",
|
|
277
|
+
"rvoCheckboxIconColor": "#ffffff",
|
|
278
|
+
"rvoCheckboxBackgroundColor": "#ffffff",
|
|
279
|
+
"rvoCheckboxBorderWidth": "1px",
|
|
280
|
+
"rvoCheckboxBorderColor": "#000000",
|
|
281
|
+
"rvoCheckboxCheckedBackgroundColor": "#007bc7",
|
|
282
|
+
"rvoCheckboxHoverBackgroundColor": "#01689b",
|
|
283
|
+
"rvoCheckboxHoverBorderColor": "#007bc7",
|
|
284
|
+
"rvoCheckboxDisabledBorderColor": "#cccccc",
|
|
285
|
+
"rvoCheckboxDisabledBackgroundColor": "#ffffff",
|
|
286
|
+
"rvoCheckboxDisabledColor": "#cccccc",
|
|
287
|
+
"rvoCustomRadioButtonLabelDisabledColor": "#cccccc",
|
|
288
|
+
"rvoCustomRadioButtonHoverBorderColor": "#007bc7",
|
|
289
|
+
"rvoCustomRadioButtonCheckedBorderColor": "#007bc7",
|
|
290
|
+
"rvoCustomRadioButtonCheckedBackground": "radial-gradient(circle, #ffffff 30%, #007bc7 30%)",
|
|
291
|
+
"rvoHeading1LineHeight": "125%",
|
|
292
|
+
"rvoLogoFontFamily": "'RijksoverheidSerifWeb'",
|
|
293
|
+
"rvoLogoFontSize": "16px",
|
|
294
|
+
"rvoLogoColor": "#000000",
|
|
295
|
+
"rvoLogoEmblemBackgroundColor": "#154273",
|
|
296
|
+
"rvoLogoEmblemColor": "#ffffff",
|
|
297
|
+
"rvoSelectIconBackgroundColor": "#007bc7",
|
|
298
|
+
"rvoSelectIconColor": "#ffffff",
|
|
299
|
+
"rvoSelectOutlineOffset": "0",
|
|
300
|
+
"rvoSelectPaddingBlockEnd": "9px",
|
|
301
|
+
"rvoSelectPaddingBlockStart": "10px",
|
|
302
|
+
"rvoSelectPaddingInlineEnd": "50px",
|
|
303
|
+
"rvoSelectPaddingInlineStart": "18px"
|
|
304
|
+
}
|