@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
package/dist/_mixin.scss
ADDED
|
@@ -0,0 +1,1009 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
@mixin utrecht-theme {
|
|
6
|
+
--of-progress-indicator-mobile-box-shadow: 0px 0px 2px 0px rgba(0 0 0 / 20%);
|
|
7
|
+
--denhaag-process-steps-sub-step-marker-size: 12px;
|
|
8
|
+
--denhaag-process-steps-step-marker-size: 28px;
|
|
9
|
+
--utrecht-toptask-nav-link-grid-max-inline-size: 240px;
|
|
10
|
+
--utrecht-stack-focus-z-index: 1;
|
|
11
|
+
--utrecht-border-style-dotted: dotted;
|
|
12
|
+
--utrecht-border-style-solid: solid;
|
|
13
|
+
--utrecht-border-radius-none: 0;
|
|
14
|
+
--utrecht-border-radius-round: 999px;
|
|
15
|
+
--utrecht-border-radius-lg: 8px;
|
|
16
|
+
--utrecht-border-radius-md: 4px;
|
|
17
|
+
--utrecht-border-radius-sm: 2px;
|
|
18
|
+
--utrecht-border-width-md: 2px;
|
|
19
|
+
--utrecht-border-width-sm: 1px;
|
|
20
|
+
--utrecht-typography-line-height-lg: 2;
|
|
21
|
+
--utrecht-typography-line-height-md: 1.5;
|
|
22
|
+
--utrecht-typography-line-height-sm: 1.25;
|
|
23
|
+
--utrecht-typography-line-height-xs: 1;
|
|
24
|
+
--utrecht-typography-font-style-inherit: inherit;
|
|
25
|
+
--utrecht-typography-font-style-normal: normal;
|
|
26
|
+
--utrecht-typography-weight-scale-normal-font-weight: 400;
|
|
27
|
+
--utrecht-typography-weight-scale-bold-font-weight: 700;
|
|
28
|
+
--utrecht-typography-scale-4xl-font-size: 2rem; /* 32px */
|
|
29
|
+
--utrecht-typography-scale-3xl-font-size: 1.5rem; /* 24px */
|
|
30
|
+
--utrecht-typography-scale-2xl-font-size: 1.375rem; /* 22px */
|
|
31
|
+
--utrecht-typography-scale-xl-font-size: 1.25rem; /* 20px */
|
|
32
|
+
--utrecht-typography-scale-lg-font-size: 1.125rem; /* 18px */
|
|
33
|
+
--utrecht-typography-scale-md-font-size: 1rem; /* 16px */
|
|
34
|
+
--utrecht-typography-scale-sm-font-size: 0.875rem; /* 14px */
|
|
35
|
+
--utrecht-typography-sans-serif-font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Arial", sans-serif;
|
|
36
|
+
--utrecht-icon-scale-4xl: 48px;
|
|
37
|
+
--utrecht-icon-scale-3xl: 36px; /* Formaat voor toptaks iconen */
|
|
38
|
+
--utrecht-icon-scale-2xl: 30px; /* Formaat voor marker iconen */
|
|
39
|
+
--utrecht-icon-scale-xl: 26px; /* Formaat social media iconen */
|
|
40
|
+
--utrecht-icon-scale-lg: 24px; /* Voor kalender iconen */
|
|
41
|
+
--utrecht-icon-scale-md: 16px; /* Formaat voor radio button */
|
|
42
|
+
--utrecht-icon-scale-sm: 12px;
|
|
43
|
+
--utrecht-icon-scale-xs: 8px;
|
|
44
|
+
--utrecht-icon-scale-2xs: 4px;
|
|
45
|
+
--utrecht-icon-scale-3xs: 1px;
|
|
46
|
+
--utrecht-color-black: hsl(0 0% 0%);
|
|
47
|
+
--utrecht-color-white: hsl(0 0% 100%);
|
|
48
|
+
--utrecht-color-invalid: #990000;
|
|
49
|
+
--utrecht-color-secondary-grey: #757575; /* Grijs */
|
|
50
|
+
--utrecht-color-secondary-brown: #ad643b; /* Bruin */
|
|
51
|
+
--utrecht-color-secondary-navy: #1c4181; /* Marineblauw */
|
|
52
|
+
--utrecht-color-secondary-blue: #006dff; /* Blauw */
|
|
53
|
+
--utrecht-color-secondary-cyan: #009ed4; /* Cyaan */
|
|
54
|
+
--utrecht-color-secondary-green: #32ab27; /* Groen */
|
|
55
|
+
--utrecht-color-secondary-lime: #99d000; /* Lime */
|
|
56
|
+
--utrecht-color-secondary-yellow: #ffcc00; /* Geel */
|
|
57
|
+
--utrecht-color-secondary-orange: #ff6e00; /* Oranje */
|
|
58
|
+
--utrecht-color-secondary-red: #cc0000; /* Red */
|
|
59
|
+
--utrecht-color-secondary-magenta: #f02198; /* Magenta */
|
|
60
|
+
--utrecht-color-secondary-purple: #762cd1; /* Paars */
|
|
61
|
+
--utrecht-color-green-90: hsl(90 30% 90%); /* Achtergrond licht groen */
|
|
62
|
+
--utrecht-color-green-80: hsl(90 30% 80%); /* Licht groen */
|
|
63
|
+
--utrecht-color-green-50: hsl(90 30% 50%); /* Standaard groen #80a659 */
|
|
64
|
+
--utrecht-color-green-40: hsl(90 30% 38%); /* donker groen */
|
|
65
|
+
--utrecht-color-green-30: hsl(90 30% 30%); /* donker groen voor darkmode achtergrond */
|
|
66
|
+
--utrecht-color-yellow-80: hsl(48 100% 80%); /* spotlight en uitgelicht */
|
|
67
|
+
--utrecht-color-yellow-60: hsl(48 100% 60%); /* selecteer geel */
|
|
68
|
+
--utrecht-color-yellow-50: hsl(48 100% 50%); /* basis geel #ffcc00 */
|
|
69
|
+
--utrecht-color-yellow-40: hsl(48 100% 40%); /* donker geel */
|
|
70
|
+
--utrecht-color-yellow-20: hsl(48 100% 20%); /* donker geel voor darkmode achtergrond */
|
|
71
|
+
--utrecht-color-grey-95: hsl(0 0% 95%); /* grijs variant voor achtergrond accordion #f2f2f2 */
|
|
72
|
+
--utrecht-color-grey-90: hsl(0 0% 90%); /* grijs variant voor achtergrond templates #e6e6e6 */
|
|
73
|
+
--utrecht-color-grey-80: hsl(0 0% 80%); /* grijs variant voor achtergrond content #e5e5e5 */
|
|
74
|
+
--utrecht-color-grey-40: hsl(0 0% 40%); /* basis grijs #727272 */
|
|
75
|
+
--utrecht-color-grey-30: hsl(0 0% 30%); /* border grijs #888 */
|
|
76
|
+
--utrecht-color-grey-20: hsl(0 0% 20%); /* experimenteel / beperkt gebruiken */
|
|
77
|
+
--utrecht-color-grey-15: hsl(0 0% 15%); /* experimenteel / achtergrond kleur voor darkmode */
|
|
78
|
+
--utrecht-color-grey-10: hsl(0 0% 10%); /* experimenteel / beperkt gebruiken */
|
|
79
|
+
--utrecht-color-blue-90: hsl(211 60% 90%); /* ijsblauw variant achtergrond, spotlight en uitgelicht */
|
|
80
|
+
--utrecht-color-blue-80: hsl(211 60% 80%); /* licht blauw voor achtergrond */
|
|
81
|
+
--utrecht-color-blue-60: hsl(211 60% 60%); /* experimenteel / Drak mode link en button kleur */
|
|
82
|
+
--utrecht-color-blue-50: hsl(211 60% 50%); /* experimenteel / beperkt gebruiken */
|
|
83
|
+
--utrecht-color-blue-40: hsl(211 60% 40%); /* blauw variant bij hover/focus #3669a5 */
|
|
84
|
+
--utrecht-color-blue-35: hsl(211 60% 35%); /* basis link en knoppen CTA donkerblauw */
|
|
85
|
+
--utrecht-color-blue-30: hsl(211 60% 30%); /* Deze kleur gebruiken we niet (interaction active) */
|
|
86
|
+
--utrecht-color-blue-20: hsl(211 60% 20%); /* basis donkerblauw (OS focus) */
|
|
87
|
+
--utrecht-color-red-95: hsl(0 100% 95%); /* Achtergrond rode kleur */
|
|
88
|
+
--utrecht-color-red-40: hsl(0 100% 40%); /* basis rood #cc0000 */
|
|
89
|
+
--utrecht-color-red-30: hsl(0 100% 30%); /* hover rood */
|
|
90
|
+
--utrecht-color-red-20: hsl(0 100% 20%); /* donker rood */
|
|
91
|
+
--utrecht-unordered-list-item-margin-block-end: 0.25rem;
|
|
92
|
+
--utrecht-unordered-list-item-margin-block-start: 0.25rem;
|
|
93
|
+
--utrecht-unordered-list-margin-block-end: 0;
|
|
94
|
+
--utrecht-toptask-link-icon-size: 2.25rem;
|
|
95
|
+
--utrecht-toptask-link-hover-transform-scale: 1.02;
|
|
96
|
+
--utrecht-toptask-link-min-inline-size: 15rem;
|
|
97
|
+
--utrecht-toptask-link-min-block-size: 8.25rem;
|
|
98
|
+
--utrecht-toptask-link-line-height: 1.2;
|
|
99
|
+
--utrecht-textbox-border-bottom-width: 3px;
|
|
100
|
+
--utrecht-textarea-border-bottom-width: 3px;
|
|
101
|
+
--utrecht-textarea-border-block-end-width: 3px;
|
|
102
|
+
--utrecht-table-cell-icon-size: 1em;
|
|
103
|
+
--utrecht-table-cell-padding-inline-start: 0.4em;
|
|
104
|
+
--utrecht-table-cell-padding-inline-end: 0.4em;
|
|
105
|
+
--utrecht-table-cell-padding-block-start: 0.5em;
|
|
106
|
+
--utrecht-table-cell-padding-block-end: 0.5em;
|
|
107
|
+
--utrecht-table-cell-line-height: 1.5rem;
|
|
108
|
+
--utrecht-table-footer-sticky-border-block-start-width: 2px;
|
|
109
|
+
--utrecht-table-header-sticky-border-block-end-width: 2px;
|
|
110
|
+
--utrecht-table-caption-margin-block-end: 1em;
|
|
111
|
+
--utrecht-table-caption-text-align: start;
|
|
112
|
+
--utrecht-table-margin-block-end: 0;
|
|
113
|
+
--utrecht-separator-block-size: 8px;
|
|
114
|
+
--utrecht-select-border-block-end-width: 3px;
|
|
115
|
+
--utrecht-search-bar-dropdown-max-block-size: 300px;
|
|
116
|
+
--utrecht-search-bar-dropdown-border-width: 1px;
|
|
117
|
+
--utrecht-search-bar-input-background-size: 1em;
|
|
118
|
+
--utrecht-search-bar-input-background-position-y: 50%;
|
|
119
|
+
--utrecht-search-bar-input-background-position-x: .5em;
|
|
120
|
+
--utrecht-search-bar-button-hover-scale: 1;
|
|
121
|
+
--utrecht-search-bar-button-hover-background-color: hsl(359 65% 58%);
|
|
122
|
+
--utrecht-rich-text-confidant-margin-block-end: 0;
|
|
123
|
+
--utrecht-radio-button-border-radius: 0;
|
|
124
|
+
--utrecht-radio-button-invalid-border-width: 2px;
|
|
125
|
+
--utrecht-radio-button-icon-size: 42%;
|
|
126
|
+
--utrecht-radio-button-margin-inline-end: 12px;
|
|
127
|
+
--utrecht-radio-button-size: 24px;
|
|
128
|
+
--utrecht-radio-button-border-width: 2px;
|
|
129
|
+
--utrecht-paragraph-margin-block-end: 0;
|
|
130
|
+
--utrecht-pagination-relative-link-distanced-margin-inline-start: 0.5em;
|
|
131
|
+
--utrecht-pagination-relative-link-distanced-margin-inline-end: 0.5em;
|
|
132
|
+
--utrecht-pagination-relative-link-text-transform: uppercase;
|
|
133
|
+
--utrecht-pagination-relative-link-text-decoration: none;
|
|
134
|
+
--utrecht-pagination-relative-link-padding-block-start: 0.5em;
|
|
135
|
+
--utrecht-pagination-relative-link-padding-block-end: 0.5em;
|
|
136
|
+
--utrecht-pagination-relative-link-padding-inline-start: 0.5em;
|
|
137
|
+
--utrecht-pagination-relative-link-padding-inline-end: 0.5em;
|
|
138
|
+
--utrecht-pagination-relative-link-border-width: 2px;
|
|
139
|
+
--utrecht-pagination-page-link-distanced-margin-inline-start: 0.5em;
|
|
140
|
+
--utrecht-pagination-page-link-text-decoration: none;
|
|
141
|
+
--utrecht-pagination-page-link-padding-block-start: 0.5em;
|
|
142
|
+
--utrecht-pagination-page-link-padding-block-end: 0.5em;
|
|
143
|
+
--utrecht-pagination-page-link-padding-inline-start: 0.5em;
|
|
144
|
+
--utrecht-pagination-page-link-padding-inline-end: 0.5em;
|
|
145
|
+
--utrecht-pagination-page-link-border-width: 2px;
|
|
146
|
+
--utrecht-pagination-page-link-border-color: transparent;
|
|
147
|
+
--utrecht-pagination-page-link-background-color: transparent;
|
|
148
|
+
--utrecht-pagination-margin-block-end: 1em;
|
|
149
|
+
--utrecht-pagination-margin-block-start: 0;
|
|
150
|
+
--utrecht-page-padding-inline-start: 2em;
|
|
151
|
+
--utrecht-page-padding-block-end: 1em;
|
|
152
|
+
--utrecht-page-padding-inline-end: 2em;
|
|
153
|
+
--utrecht-page-padding-block-start: 1.8em;
|
|
154
|
+
--utrecht-page-max-inline-size: 1184px;
|
|
155
|
+
--utrecht-page-margin-inline-end: 2em;
|
|
156
|
+
--utrecht-page-margin-inline-start: 2em;
|
|
157
|
+
--utrecht-page-header-padding-inline-end: 2.4em;
|
|
158
|
+
--utrecht-page-header-padding-inline-start: 2em;
|
|
159
|
+
--utrecht-page-header-padding-block-end: 1em;
|
|
160
|
+
--utrecht-page-header-padding-block-start: 1.8em;
|
|
161
|
+
--utrecht-page-content-padding-block-end: 2em;
|
|
162
|
+
--utrecht-page-content-padding-block-start: 2em;
|
|
163
|
+
--utrecht-ordered-list-item-padding-inline-start: 0;
|
|
164
|
+
--utrecht-ordered-list-item-margin-block-end: 0.25em;
|
|
165
|
+
--utrecht-ordered-list-item-margin-block-start: 0.25em;
|
|
166
|
+
--utrecht-ordered-list-padding-inline-start: 28.8px;
|
|
167
|
+
--utrecht-ordered-list-margin-block-end: 1em;
|
|
168
|
+
--utrecht-ordered-list-margin-block-start: 0;
|
|
169
|
+
--utrecht-number-data-negative-color: red;
|
|
170
|
+
--utrecht-number-data-positive-color: green;
|
|
171
|
+
--utrecht-number-badge-padding-inline: 1ex; /* Default inline padding color for badge components */
|
|
172
|
+
--utrecht-number-badge-padding-block: 1ex; /* Default block padding for badge components */
|
|
173
|
+
--utrecht-topnav-link-focus-text-decoration: none;
|
|
174
|
+
--utrecht-topnav-link-focus-border-type: dotted;
|
|
175
|
+
--utrecht-mapcontrolbutton-margin-inline-start: 0;
|
|
176
|
+
--utrecht-mapcontrolbutton-margin-inline-end: 0;
|
|
177
|
+
--utrecht-mapcontrolbutton-focus-text-decoration: none;
|
|
178
|
+
--utrecht-mapcontrolbutton-border-radius: 2px;
|
|
179
|
+
--utrecht-map-marker-icon-size: 30px;
|
|
180
|
+
--utrecht-map-marker-box-shadow-color: rgb(0 0 0 / 20%);
|
|
181
|
+
--utrecht-map-marker-border-width: 3px;
|
|
182
|
+
--utrecht-map-marker-size: 48px;
|
|
183
|
+
--utrecht-logo-min-inline-size: 110.57px;
|
|
184
|
+
--utrecht-logo-min-block-size: 58.97px;
|
|
185
|
+
--utrecht-logo-max-inline-size: 192px;
|
|
186
|
+
--utrecht-logo-max-block-size: 103px;
|
|
187
|
+
--utrecht-listbox-option-min-block-size: 44px;
|
|
188
|
+
--utrecht-listbox-max-block-size: 300px;
|
|
189
|
+
--utrecht-listbox-inline-size: 448px;
|
|
190
|
+
--utrecht-list-social-item-margin-inline-end: 10px;
|
|
191
|
+
--utrecht-link-icon-size: 1.2em;
|
|
192
|
+
--utrecht-link-hover-text-decoration-thickness: 3px;
|
|
193
|
+
--utrecht-link-hover-text-decoration: underline;
|
|
194
|
+
--utrecht-link-focus-visible-text-decoration: none;
|
|
195
|
+
--utrecht-link-text-underline-offset: 3px;
|
|
196
|
+
--utrecht-link-text-decoration: underline;
|
|
197
|
+
--utrecht-link-social-hover-transform-scale: 1.1;
|
|
198
|
+
--utrecht-link-social-icon-size: 26px;
|
|
199
|
+
--utrecht-link-social-size: 40px;
|
|
200
|
+
--utrecht-link-social-border-width: 2px;
|
|
201
|
+
--utrecht-link-list-icon-size: 14px;
|
|
202
|
+
--utrecht-link-list-link-text-decoration: none;
|
|
203
|
+
--utrecht-icon-baseline-inset-block-start: 0.125em;
|
|
204
|
+
--utrecht-icon-size: 48px;
|
|
205
|
+
--utrecht-heading-5-margin-block-start: 1rem;
|
|
206
|
+
--utrecht-heading-5-margin-block-end: 0.2rem;
|
|
207
|
+
--utrecht-heading-4-margin-block-start: 1.2rem;
|
|
208
|
+
--utrecht-heading-4-margin-block-end: 0.3rem;
|
|
209
|
+
--utrecht-heading-3-margin-block-start: 1rem;
|
|
210
|
+
--utrecht-heading-3-margin-block-end: 0.2rem;
|
|
211
|
+
--utrecht-heading-2-margin-block-start: 1.5rem;
|
|
212
|
+
--utrecht-heading-2-margin-block-end: 0.3rem;
|
|
213
|
+
--utrecht-heading-1-margin-block-start: 0.67rem;
|
|
214
|
+
--utrecht-heading-1-margin-block-end: 0.67rem;
|
|
215
|
+
--utrecht-form-toggle-focus-border-width: 2px;
|
|
216
|
+
--utrecht-form-toggle-focus-border-style: dotted;
|
|
217
|
+
--utrecht-form-toggle-thumb-disabled-box-shadow: 0;
|
|
218
|
+
--utrecht-form-toggle-thumb-min-inline-size: 18px;
|
|
219
|
+
--utrecht-form-toggle-thumb-margin-inline-end: .25em;
|
|
220
|
+
--utrecht-form-toggle-thumb-margin-inline-start: .25em;
|
|
221
|
+
--utrecht-form-toggle-width: 48px;
|
|
222
|
+
--utrecht-form-toggle-padding-block-start: 0;
|
|
223
|
+
--utrecht-form-toggle-padding-block-end: 0;
|
|
224
|
+
--utrecht-form-toggle-padding-inline-start: 0;
|
|
225
|
+
--utrecht-form-toggle-padding-inline-end: 0;
|
|
226
|
+
--utrecht-form-toggle-height: 24px;
|
|
227
|
+
--utrecht-form-toggle-border-width: 2px;
|
|
228
|
+
--utrecht-form-toggle-border-radius: 10em;
|
|
229
|
+
--utrecht-form-toggle-border-style: solid;
|
|
230
|
+
--utrecht-form-toggle-border-color: transparent;
|
|
231
|
+
--utrecht-form-toggle-accent-color: hsla(0 0% 48% / 100%);
|
|
232
|
+
--utrecht-form-label-font-size: 1em;
|
|
233
|
+
--utrecht-form-field-invalid-border-inline-start-width: 3px;
|
|
234
|
+
--utrecht-form-control-block-size: 42px;
|
|
235
|
+
--utrecht-form-control-read-only-border-color: transparent;
|
|
236
|
+
--utrecht-form-control-padding-inline-start: 12px;
|
|
237
|
+
--utrecht-form-control-padding-inline-end: 12px;
|
|
238
|
+
--utrecht-form-control-padding-block-start: 8px;
|
|
239
|
+
--utrecht-form-control-padding-block-end: 8px;
|
|
240
|
+
--utrecht-form-control-max-inline-size: 28em;
|
|
241
|
+
--utrecht-form-control-border-radius: 0;
|
|
242
|
+
--utrecht-focus-outline-style: dotted;
|
|
243
|
+
--utrecht-figure-caption-color: #727272;
|
|
244
|
+
--utrecht-drawer-max-inline-size: 320px;
|
|
245
|
+
--utrecht-drawer-max-block-size: 240px;
|
|
246
|
+
--utrecht-drawer-border-width: 1px;
|
|
247
|
+
--utrecht-document-line-height: 1.4;
|
|
248
|
+
--utrecht-data-list-rows-column-inline-size: 80%;
|
|
249
|
+
--utrecht-data-list-rows-column-min-inline-size: 25ch;
|
|
250
|
+
--utrecht-space-column-5xl: 64px; /* Extra Large 5 */
|
|
251
|
+
--utrecht-space-column-4xl: 48px; /* Extra Large 4 */
|
|
252
|
+
--utrecht-space-column-3xl: 32px; /* Extra Large 3 */
|
|
253
|
+
--utrecht-space-column-2xl: 28px; /* Extra Large 2 */
|
|
254
|
+
--utrecht-space-column-xl: 24px; /* Extra Large */
|
|
255
|
+
--utrecht-space-column-lg: 20px; /* Large */
|
|
256
|
+
--utrecht-space-column-md: 16px; /* Medium */
|
|
257
|
+
--utrecht-space-column-sm: 12px; /* Small */
|
|
258
|
+
--utrecht-space-column-xs: 8px; /* Extra Small */
|
|
259
|
+
--utrecht-space-column-2xs: 4px; /* Extra Small 2 */
|
|
260
|
+
--utrecht-space-column-3xs: 2px; /* Extra Small 3 */
|
|
261
|
+
--utrecht-space-column-4xs: 1px; /* Extra Small 4 */
|
|
262
|
+
--utrecht-space-row-5xl: 64px; /* Extra Large 5 */
|
|
263
|
+
--utrecht-space-row-4xl: 48px; /* Extra Large 4 */
|
|
264
|
+
--utrecht-space-row-3xl: 32px; /* Extra Large 3 */
|
|
265
|
+
--utrecht-space-row-2xl: 28px; /* Extra Large 2 */
|
|
266
|
+
--utrecht-space-row-xl: 24px; /* Extra Large */
|
|
267
|
+
--utrecht-space-row-lg: 20px; /* Large */
|
|
268
|
+
--utrecht-space-row-md: 16px; /* Medium */
|
|
269
|
+
--utrecht-space-row-sm: 12px; /* Small */
|
|
270
|
+
--utrecht-space-row-xs: 8px; /* Extra Small */
|
|
271
|
+
--utrecht-space-row-2xs: 4px; /* Extra Small 2 */
|
|
272
|
+
--utrecht-space-row-3xs: 2px; /* Extra Small 3 */
|
|
273
|
+
--utrecht-space-row-4xs: 1px; /* Extra Small 4 */
|
|
274
|
+
--utrecht-space-text-3xl: 3ch; /* Extra Large 3 */
|
|
275
|
+
--utrecht-space-text-2xl: 2ch; /* Extra Large 2 */
|
|
276
|
+
--utrecht-space-text-xl: 1.75ch; /* Extra Large */
|
|
277
|
+
--utrecht-space-text-lg: 1.5ch; /* Large */
|
|
278
|
+
--utrecht-space-text-md: 1ch; /* Medium */
|
|
279
|
+
--utrecht-space-text-sm: 0.75ch; /* Small */
|
|
280
|
+
--utrecht-space-text-xs: 0.5ch; /* Extra Small */
|
|
281
|
+
--utrecht-space-text-2xs: 0.25ch; /* Extra Small 2 */
|
|
282
|
+
--utrecht-space-text-3xs: 0.125ch; /* Extra Small 3 */
|
|
283
|
+
--utrecht-space-inline-4xl: 48px; /* Extra Large 4 */
|
|
284
|
+
--utrecht-space-inline-3xl: 32px; /* Extra Large 3 */
|
|
285
|
+
--utrecht-space-inline-2xl: 28px; /* Extra Large 2 */
|
|
286
|
+
--utrecht-space-inline-xl: 24px; /* Extra Large */
|
|
287
|
+
--utrecht-space-inline-lg: 20px; /* Large */
|
|
288
|
+
--utrecht-space-inline-md: 16px; /* Medium */
|
|
289
|
+
--utrecht-space-inline-sm: 12px; /* Small */
|
|
290
|
+
--utrecht-space-inline-xs: 8px; /* Extra Small */
|
|
291
|
+
--utrecht-space-inline-2xs: 4px; /* Extra Small 2 */
|
|
292
|
+
--utrecht-space-inline-3xs: 2px; /* Extra Small 3 */
|
|
293
|
+
--utrecht-space-block-4xs: 1px;
|
|
294
|
+
--utrecht-space-block-4xl: 64px; /* Extra Large 4 */
|
|
295
|
+
--utrecht-space-block-3xl: 48px; /* Extra Large 3 */
|
|
296
|
+
--utrecht-space-block-2xl: 32px; /* Extra Large 2 */
|
|
297
|
+
--utrecht-space-block-xl: 24px; /* Extra Large */
|
|
298
|
+
--utrecht-space-block-lg: 20px; /* Large */
|
|
299
|
+
--utrecht-space-block-md: 16px; /* Medium */
|
|
300
|
+
--utrecht-space-block-sm: 12px; /* Small */
|
|
301
|
+
--utrecht-space-block-xs: 8px; /* Extra Small */
|
|
302
|
+
--utrecht-space-block-2xs: 4px; /* Extra Small 2 */
|
|
303
|
+
--utrecht-space-block-3xs: 2px; /* Extra Small 3 */
|
|
304
|
+
--utrecht-pointer-target-min-size: 44px;
|
|
305
|
+
--utrecht-action-submit-cursor: pointer;
|
|
306
|
+
--utrecht-action-navigate-cursor: pointer;
|
|
307
|
+
--utrecht-action-inert-cursor: default;
|
|
308
|
+
--utrecht-action-disabled-cursor: not-allowed;
|
|
309
|
+
--utrecht-action-busy-cursor: wait;
|
|
310
|
+
--utrecht-action-activate-cursor: pointer;
|
|
311
|
+
--utrecht-column-layout-column-width: 350px;
|
|
312
|
+
--utrecht-column-layout-column-rule-width: 2px;
|
|
313
|
+
--utrecht-code-block-padding-inline-end: 20px;
|
|
314
|
+
--utrecht-code-block-padding-inline-start: 20px;
|
|
315
|
+
--utrecht-code-block-padding-block-end: 20px;
|
|
316
|
+
--utrecht-code-block-padding-block-start: 20px;
|
|
317
|
+
--utrecht-checkbox-margin-block-start: 0;
|
|
318
|
+
--utrecht-checkbox-focus-border-width: 2px;
|
|
319
|
+
--utrecht-checkbox-size: 24px;
|
|
320
|
+
--utrecht-checkbox-border-width: 2px;
|
|
321
|
+
--utrecht-checkbox-border-radius: 0;
|
|
322
|
+
--utrecht-calendar-icon-size: 24px;
|
|
323
|
+
--utrecht-calendar-navigation-label-min-inline-size: 200px;
|
|
324
|
+
--utrecht-calendar-navigation-padding-block-end: 2px;
|
|
325
|
+
--utrecht-calendar-navigation-padding-block-start: 2px;
|
|
326
|
+
--utrecht-calendar-table-days-item-day-disabled-border-color: transparent;
|
|
327
|
+
--utrecht-calendar-table-days-item-day-selected-border-color: transparent;
|
|
328
|
+
--utrecht-calendar-table-days-item-day-emphasis-border-color: transparent;
|
|
329
|
+
--utrecht-calendar-table-days-item-day-is-today-font-weight: 700;
|
|
330
|
+
--utrecht-calendar-table-days-item-day-out-of-the-month-border-color: transparent;
|
|
331
|
+
--utrecht-calendar-table-days-item-day-active-border-color: transparent;
|
|
332
|
+
--utrecht-calendar-table-days-item-day-focus-border-color: transparent;
|
|
333
|
+
--utrecht-calendar-table-days-item-day-border-color: transparent;
|
|
334
|
+
--utrecht-calendar-table-days-item-day-border-width: 2px;
|
|
335
|
+
--utrecht-calendar-table-days-item-day-size: 44px;
|
|
336
|
+
--utrecht-calendar-table-weeks-item-line-height: 1.5rem;
|
|
337
|
+
--utrecht-calendar-table-weeks-item-padding-block-end: 10px;
|
|
338
|
+
--utrecht-calendar-table-weeks-item-padding-block-start: 4px;
|
|
339
|
+
--utrecht-calendar-table-weeks-item-width: 44px;
|
|
340
|
+
--utrecht-button-subtle-disabled-background-color: transparent;
|
|
341
|
+
--utrecht-button-subtle-font-weight: 700;
|
|
342
|
+
--utrecht-button-subtle-border-color: transparent;
|
|
343
|
+
--utrecht-button-subtle-background-color: transparent;
|
|
344
|
+
--utrecht-button-primary-action-danger-hover-border-color: transparent;
|
|
345
|
+
--utrecht-button-primary-action-danger-border-color: transparent;
|
|
346
|
+
--utrecht-button-primary-action-warning-hover-border-color: transparent;
|
|
347
|
+
--utrecht-button-primary-action-warning-border-color: transparent;
|
|
348
|
+
--utrecht-button-primary-action-ready-hover-border-color: transparent;
|
|
349
|
+
--utrecht-button-primary-action-ready-border-color: transparent;
|
|
350
|
+
--utrecht-button-primary-action-hover-border-color: transparent;
|
|
351
|
+
--utrecht-button-primary-action-border-color: transparent;
|
|
352
|
+
--utrecht-button-hover-scale: 1.02;
|
|
353
|
+
--utrecht-button-focus-scale: 1.02;
|
|
354
|
+
--utrecht-button-margin-inline-end: 0;
|
|
355
|
+
--utrecht-button-margin-inline-start: 0;
|
|
356
|
+
--utrecht-button-border-width: 1px;
|
|
357
|
+
--utrecht-button-border-radius: 0;
|
|
358
|
+
--utrecht-breadcrumb-nav-divider-inline-size: 1px;
|
|
359
|
+
--utrecht-breadcrumb-nav-link-text-decoration: none;
|
|
360
|
+
--utrecht-breadcrumb-nav-link-hover-text-decoration: underline;
|
|
361
|
+
--utrecht-breadcrumb-nav-link-focus-text-decoration: underline;
|
|
362
|
+
--utrecht-breadcrumb-nav-min-block-size: 34px;
|
|
363
|
+
--utrecht-blockquote-margin-block-end: 1.6em;
|
|
364
|
+
--utrecht-blockquote-margin-block-start: 1.6em;
|
|
365
|
+
--utrecht-blockquote-margin-inline-end: 1.6em;
|
|
366
|
+
--utrecht-blockquote-margin-inline-start: 1.6em;
|
|
367
|
+
--utrecht-badge-border-radius: 0; /* Default corner radius for badge components */
|
|
368
|
+
--utrecht-badge-counter-padding-inline: 1ex; /* Default inline padding color for badge components */
|
|
369
|
+
--utrecht-badge-counter-padding-block: 1ex; /* Default block padding for badge components */
|
|
370
|
+
--utrecht-backdrop-reduced-transparency-opacity: 0.98;
|
|
371
|
+
--utrecht-backdrop-fade-in-animation-duration: 400ms;
|
|
372
|
+
--utrecht-backdrop-opacity: 0.8;
|
|
373
|
+
--utrecht-article-max-inline-size: 780px;
|
|
374
|
+
--utrecht-alert-icon-inset-block-start: 6px;
|
|
375
|
+
--utrecht-alert-icon-size: 24px;
|
|
376
|
+
--utrecht-alert-dialog-min-inline-size: 320px;
|
|
377
|
+
--utrecht-alert-dialog-min-block-size: 100px;
|
|
378
|
+
--utrecht-alert-dialog-max-block-size: 80vh;
|
|
379
|
+
--utrecht-accordion-panel-border-width: 2px;
|
|
380
|
+
--utrecht-accordion-button-icon-size: 24px;
|
|
381
|
+
--utrecht-accordion-button-hover-background-color: inherit;
|
|
382
|
+
--utrecht-accordion-button-border-width: 0;
|
|
383
|
+
--denhaag-process-steps-sub-step-heading-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
|
|
384
|
+
--denhaag-process-steps-sub-step-heading-font-size: var(--utrecht-typography-scale-sm-font-size);
|
|
385
|
+
--denhaag-process-steps-sub-step-heading-color: var(--utrecht-color-grey-15);
|
|
386
|
+
--denhaag-process-steps-step-description-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
387
|
+
--denhaag-process-steps-step-description-color: var(--utrecht-color-black);
|
|
388
|
+
--denhaag-process-steps-step-metadata-font-size: var(--utrecht-typography-scale-sm-font-size);
|
|
389
|
+
--denhaag-process-steps-step-metadata-color: var(--utrecht-color-grey-15);
|
|
390
|
+
--denhaag-process-steps-step-line-warning-color: var(--utrecht-color-invalid);
|
|
391
|
+
--denhaag-process-steps-step-line-checked-color: var(--utrecht-color-green-30);
|
|
392
|
+
--denhaag-process-steps-step-line-color: var(--utrecht-color-green-30);
|
|
393
|
+
--denhaag-process-steps-step-line-stroke-width: var(--utrecht-border-width-md);
|
|
394
|
+
--denhaag-process-steps-sub-step-marker-background-color: var(--utrecht-color-white);
|
|
395
|
+
--denhaag-process-steps-sub-step-marker-border-color: var(--utrecht-color-green-30);
|
|
396
|
+
--denhaag-process-steps-step-marker-warning-color: var(--utrecht-color-invalid);
|
|
397
|
+
--denhaag-process-steps-step-marker-warning-background-color: var(--utrecht-color-white);
|
|
398
|
+
--denhaag-process-steps-step-marker-warning-border-color: var(--utrecht-color-invalid);
|
|
399
|
+
--denhaag-process-steps-step-marker-checked-color: var(--utrecht-color-green-30);
|
|
400
|
+
--denhaag-process-steps-step-marker-checked-border-width: var(--utrecht-border-width-md);
|
|
401
|
+
--denhaag-process-steps-step-marker-checked-background-color: var(--utrecht-color-white);
|
|
402
|
+
--denhaag-process-steps-step-marker-checked-border-color: var(--utrecht-color-green-30);
|
|
403
|
+
--denhaag-process-steps-step-marker-current-color: var(--utrecht-color-white);
|
|
404
|
+
--denhaag-process-steps-step-marker-current-border-width: var(--utrecht-border-width-md);
|
|
405
|
+
--denhaag-process-steps-step-marker-current-background-color: var(--utrecht-color-green-30);
|
|
406
|
+
--denhaag-process-steps-step-marker-current-border-color: var(--utrecht-color-green-30);
|
|
407
|
+
--denhaag-process-steps-step-marker-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
408
|
+
--denhaag-process-steps-step-marker-font-size: var(--utrecht-typography-scale-sm-font-size);
|
|
409
|
+
--denhaag-process-steps-step-marker-color: var(--utrecht-color-green-30);
|
|
410
|
+
--denhaag-process-steps-step-marker-border-width: var(--utrecht-border-width-md);
|
|
411
|
+
--denhaag-process-steps-step-marker-background-color: var(--utrecht-color-white);
|
|
412
|
+
--denhaag-process-steps-step-marker-border-color: var(--utrecht-color-green-30);
|
|
413
|
+
--denhaag-process-steps-step-heading-warning-color: var(--utrecht-color-black);
|
|
414
|
+
--denhaag-process-steps-step-heading-not-checked-color: var(--utrecht-color-black);
|
|
415
|
+
--denhaag-process-steps-step-heading-checked-background-color: var(--utrecht-color-white);
|
|
416
|
+
--denhaag-process-steps-step-heading-checked-color: var(--utrecht-color-black);
|
|
417
|
+
--denhaag-process-steps-step-heading-current-color: var(--utrecht-color-black);
|
|
418
|
+
--denhaag-process-steps-step-heading-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
419
|
+
--denhaag-process-steps-step-heading-font-size: var(--utrecht-typography-scale-lg-font-size);
|
|
420
|
+
--denhaag-process-steps-step-heading-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
421
|
+
--denhaag-process-steps-step-heading-color: var(--utrecht-color-black);
|
|
422
|
+
--denhaag-process-steps-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
423
|
+
--utrecht-toptask-nav-gap: var(--utrecht-space-column-md);
|
|
424
|
+
--utrecht-menulijst-item-hover-color: var(--utrecht-color-blue-40);
|
|
425
|
+
--utrecht-menulijst-item-color: var(--utrecht-color-blue-35);
|
|
426
|
+
--utrecht-unordered-list-marker-color: var(--utrecht-color-red-40);
|
|
427
|
+
--utrecht-unordered-list-margin-block-start: var(--utrecht-space-block-md);
|
|
428
|
+
--utrecht-toptask-link-padding-inline-start: var(--utrecht-space-inline-xl);
|
|
429
|
+
--utrecht-toptask-link-padding-inline-end: var(--utrecht-space-inline-xl);
|
|
430
|
+
--utrecht-toptask-link-padding-block-start: var(--utrecht-space-block-xl);
|
|
431
|
+
--utrecht-toptask-link-padding-block-end: var(--utrecht-space-block-xl);
|
|
432
|
+
--utrecht-toptask-link-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
433
|
+
--utrecht-textarea-line-height: var(--utrecht-typography-line-height-md);
|
|
434
|
+
--utrecht-table-row-alternate-even-color: var(--utrecht-color-black);
|
|
435
|
+
--utrecht-table-row-alternate-even-background-color: var(--utrecht-color-grey-95);
|
|
436
|
+
--utrecht-table-row-alternate-odd-color: var(--utrecht-color-black);
|
|
437
|
+
--utrecht-table-row-alternate-odd-background-color: var(--utrecht-color-white);
|
|
438
|
+
--utrecht-table-row-border-block-end-width: var(--utrecht-border-width-sm);
|
|
439
|
+
--utrecht-table-row-border-block-end-color: var(--utrecht-color-grey-90);
|
|
440
|
+
--utrecht-table-cell-selected-color: var(--utrecht-color-black);
|
|
441
|
+
--utrecht-table-cell-selected-background-color: var(--utrecht-color-blue-90);
|
|
442
|
+
--utrecht-table-footer-sticky-border-block-start-color: var(--utrecht-color-red-40);
|
|
443
|
+
--utrecht-table-footer-sticky-color: var(--utrecht-color-black);
|
|
444
|
+
--utrecht-table-footer-sticky-background-color: var(--utrecht-color-white);
|
|
445
|
+
--utrecht-table-header-sticky-border-block-end-color: var(--utrecht-color-red-40);
|
|
446
|
+
--utrecht-table-header-sticky-color: var(--utrecht-color-black);
|
|
447
|
+
--utrecht-table-header-sticky-background-color: var(--utrecht-color-white);
|
|
448
|
+
--utrecht-table-header-border-block-end-width: var(--utrecht-border-width-md);
|
|
449
|
+
--utrecht-table-header-border-block-end-color: var(--utrecht-color-red-40);
|
|
450
|
+
--utrecht-table-header-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
451
|
+
--utrecht-table-caption-font-size: var(--utrecht-typography-scale-lg-font-size);
|
|
452
|
+
--utrecht-table-caption-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
453
|
+
--utrecht-table-margin-block-start: var(--utrecht-space-block-md);
|
|
454
|
+
--utrecht-surface-color: var(--utrecht-color-grey-10);
|
|
455
|
+
--utrecht-surface-background-color: var(--utrecht-color-grey-95);
|
|
456
|
+
--utrecht-spotlight-section-ok-background-color: var(--utrecht-color-green-90);
|
|
457
|
+
--utrecht-spotlight-section-error-background-color: var(--utrecht-color-red-95);
|
|
458
|
+
--utrecht-spotlight-section-warning-background-color: var(--utrecht-color-yellow-80);
|
|
459
|
+
--utrecht-spotlight-section-info-background-color: var(--utrecht-color-blue-90);
|
|
460
|
+
--utrecht-spotlight-section-padding-inline-end: var(--utrecht-space-inline-md);
|
|
461
|
+
--utrecht-spotlight-section-padding-inline-start: var(--utrecht-space-inline-md);
|
|
462
|
+
--utrecht-spotlight-section-padding-block-end: var(--utrecht-space-block-sm);
|
|
463
|
+
--utrecht-spotlight-section-padding-block-start: var(--utrecht-space-block-md);
|
|
464
|
+
--utrecht-spotlight-section-color: var(--utrecht-color-black);
|
|
465
|
+
--utrecht-spotlight-section-background-color: var(--utrecht-color-grey-90);
|
|
466
|
+
--utrecht-skip-link-focus-visible-text-decoration: var(--utrecht-link-focus-visible-text-decoration);
|
|
467
|
+
--utrecht-skip-link-text-decoration: var(--utrecht-link-text-decoration);
|
|
468
|
+
--utrecht-separator-margin-block-start: var(--utrecht-space-block-md);
|
|
469
|
+
--utrecht-separator-margin-block-end: var(--utrecht-space-block-md);
|
|
470
|
+
--utrecht-separator-color: var(--utrecht-color-grey-90);
|
|
471
|
+
--utrecht-search-bar-list-item-is-selected-background-color: var(--utrecht-color-grey-95);
|
|
472
|
+
--utrecht-search-bar-list-item-is-selected-color: var(--utrecht-color-black);
|
|
473
|
+
--utrecht-search-bar-list-item-is-active-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
474
|
+
--utrecht-search-bar-list-item-is-active-background-color: var(--utrecht-color-grey-95);
|
|
475
|
+
--utrecht-search-bar-list-item-is-active-color: var(--utrecht-color-black);
|
|
476
|
+
--utrecht-search-bar-section-title-margin-inline-start: var(--utrecht-space-inline-xs);
|
|
477
|
+
--utrecht-search-bar-section-title-color: var(--utrecht-color-black);
|
|
478
|
+
--utrecht-search-bar-section-title-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
479
|
+
--utrecht-search-bar-section-title-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
480
|
+
--utrecht-search-bar-section-margin-block-end: var(--utrecht-space-inline-xs);
|
|
481
|
+
--utrecht-search-bar-dropdown-padding-block-end: var(--utrecht-space-block-xs);
|
|
482
|
+
--utrecht-search-bar-dropdown-padding-block-start: var(--utrecht-space-block-xs);
|
|
483
|
+
--utrecht-search-bar-dropdown-border-color: var(--utrecht-color-red-40);
|
|
484
|
+
--utrecht-search-bar-input-padding-inline-start: var(--utrecht-space-inline-3xl);
|
|
485
|
+
--utrecht-search-bar-input-border-color: var(--utrecht-color-red-40);
|
|
486
|
+
--utrecht-search-bar-button-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
487
|
+
--utrecht-search-bar-button-font-size: var(--utrecht-typography-scale-sm-font-size);
|
|
488
|
+
--utrecht-search-bar-button-color: var(--utrecht-color-white);
|
|
489
|
+
--utrecht-search-bar-button-border-color: var(--utrecht-color-red-40);
|
|
490
|
+
--utrecht-search-bar-button-background-color: var(--utrecht-color-red-40);
|
|
491
|
+
--utrecht-rich-text-best-friend-margin-block-end: var(--utrecht-space-block-2xs);
|
|
492
|
+
--utrecht-rich-text-friend-margin-block-end: var(--utrecht-space-block-xs);
|
|
493
|
+
--utrecht-rich-text-acquaintance-margin-block-end: var(--utrecht-space-block-md);
|
|
494
|
+
--utrecht-rich-text-stranger-margin-block-end: var(--utrecht-space-block-2xl);
|
|
495
|
+
--utrecht-radio-button-color: var(--utrecht-color-white);
|
|
496
|
+
--utrecht-radio-button-disabled-color: var(--utrecht-color-white);
|
|
497
|
+
--utrecht-radio-button-disabled-border-color: var(--utrecht-color-grey-80);
|
|
498
|
+
--utrecht-radio-button-disabled-background-color: var(--utrecht-color-grey-80);
|
|
499
|
+
--utrecht-radio-button-focus-border-color: var(--utrecht-color-blue-40);
|
|
500
|
+
--utrecht-radio-button-hover-background-color: var(--utrecht-color-blue-90);
|
|
501
|
+
--utrecht-radio-button-checked-focus-border-color: var(--utrecht-color-blue-20);
|
|
502
|
+
--utrecht-radio-button-checked-hover-color: var(--utrecht-color-blue-90);
|
|
503
|
+
--utrecht-radio-button-checked-hover-background-color: var(--utrecht-color-blue-40);
|
|
504
|
+
--utrecht-radio-button-checked-active-color: var(--utrecht-color-blue-80);
|
|
505
|
+
--utrecht-radio-button-checked-active-background-color: var(--utrecht-color-blue-40);
|
|
506
|
+
--utrecht-radio-button-checked-border-color: var(--utrecht-color-blue-40);
|
|
507
|
+
--utrecht-radio-button-checked-background-color: var(--utrecht-color-blue-40);
|
|
508
|
+
--utrecht-radio-button-active-background-color: var(--utrecht-color-blue-80);
|
|
509
|
+
--utrecht-pre-heading-margin-block-start: var(--utrecht-space-row-2xl);
|
|
510
|
+
--utrecht-pre-heading-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
511
|
+
--utrecht-paragraph-small-font-size: var(--utrecht-typography-scale-sm-font-size);
|
|
512
|
+
--utrecht-paragraph-lead-line-height: var(--utrecht-typography-line-height-md);
|
|
513
|
+
--utrecht-paragraph-lead-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
|
|
514
|
+
--utrecht-paragraph-lead-font-size: var(--utrecht-typography-scale-xl-font-size);
|
|
515
|
+
--utrecht-paragraph-margin-block-start: var(--utrecht-space-block-md);
|
|
516
|
+
--utrecht-paragraph-line-height: var(--utrecht-typography-line-height-md);
|
|
517
|
+
--utrecht-paragraph-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
|
|
518
|
+
--utrecht-paragraph-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
519
|
+
--utrecht-paragraph-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
520
|
+
--utrecht-pagination-relative-link-hover-color: var(--utrecht-color-white);
|
|
521
|
+
--utrecht-pagination-relative-link-hover-border-color: var(--utrecht-color-blue-35);
|
|
522
|
+
--utrecht-pagination-relative-link-hover-background-color: var(--utrecht-color-blue-35);
|
|
523
|
+
--utrecht-pagination-relative-link-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
524
|
+
--utrecht-pagination-relative-link-color: var(--utrecht-color-blue-35);
|
|
525
|
+
--utrecht-pagination-relative-link-border-color: var(--utrecht-color-blue-35);
|
|
526
|
+
--utrecht-pagination-relative-link-background-color: var(--utrecht-color-white);
|
|
527
|
+
--utrecht-pagination-page-link-hover-color: var(--utrecht-color-white);
|
|
528
|
+
--utrecht-pagination-page-link-hover-border-color: var(--utrecht-color-blue-35);
|
|
529
|
+
--utrecht-pagination-page-link-hover-background-color: var(--utrecht-color-blue-35);
|
|
530
|
+
--utrecht-pagination-page-link-current-color: var(--utrecht-color-white);
|
|
531
|
+
--utrecht-pagination-page-link-current-border-color: var(--utrecht-color-blue-35);
|
|
532
|
+
--utrecht-pagination-page-link-current-background-color: var(--utrecht-color-blue-35);
|
|
533
|
+
--utrecht-pagination-page-link-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
534
|
+
--utrecht-pagination-page-link-color: var(--utrecht-color-blue-35);
|
|
535
|
+
--utrecht-pagination-font-size: var(--utrecht-typography-scale-sm-font-size);
|
|
536
|
+
--utrecht-page-color: var(--utrecht-color-black);
|
|
537
|
+
--utrecht-page-background-color: var(--utrecht-color-white);
|
|
538
|
+
--utrecht-page-footer-padding-block-start: var(--utrecht-space-block-3xl);
|
|
539
|
+
--utrecht-page-footer-padding-block-end: var(--utrecht-space-block-3xl);
|
|
540
|
+
--utrecht-page-footer-padding-inline-start: var(--utrecht-space-inline-2xl);
|
|
541
|
+
--utrecht-page-footer-padding-inline-end: var(--utrecht-space-inline-2xl);
|
|
542
|
+
--utrecht-page-footer-background-image: linear-gradient(45deg, var(--utrecht-color-red-40), var(--utrecht-color-red-40) 50%, #d63433 50%);;
|
|
543
|
+
--utrecht-page-footer-background-color: var(--utrecht-color-red-40);
|
|
544
|
+
--utrecht-page-footer-color: var(--utrecht-color-white);
|
|
545
|
+
--utrecht-number-badge-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
546
|
+
--utrecht-number-badge-color: var(--utrecht-color-white); /* Default text color for badge components */
|
|
547
|
+
--utrecht-number-badge-background-color: var(--utrecht-color-red-40);
|
|
548
|
+
--utrecht-topnav-link-hover-background-color: var(--utrecht-color-black);
|
|
549
|
+
--utrecht-topnav-link-focus-outline-color: var(--utrecht-color-black);
|
|
550
|
+
--utrecht-topnav-link-focus-background-color: var(--utrecht-color-yellow-80);
|
|
551
|
+
--utrecht-topnav-link-focus-box-shadow-color: var(--utrecht-color-yellow-80);
|
|
552
|
+
--utrecht-topnav-link-focus-color: var(--utrecht-color-black);
|
|
553
|
+
--utrecht-topnav-link-background-color: var(--utrecht-color-blue-40);
|
|
554
|
+
--utrecht-topnav-link-color: var(--utrecht-color-white);
|
|
555
|
+
--utrecht-topnav-list-border-color: var(--utrecht-color-grey-40);
|
|
556
|
+
--utrecht-topnav-list-background-color: var(--utrecht-color-grey-15);
|
|
557
|
+
--utrecht-sidenav-link-hover-color: var(--utrecht-color-blue-40);
|
|
558
|
+
--utrecht-sidenav-link-color: var(--utrecht-color-blue-40);
|
|
559
|
+
--utrecht-sidenav-item-marker-hover-color: var(--utrecht-color-blue-50);
|
|
560
|
+
--utrecht-sidenav-item-marker-color: var(--utrecht-color-grey-80);
|
|
561
|
+
--utrecht-sidenav-item-hover-color: var(--utrecht-color-blue-40);
|
|
562
|
+
--utrecht-sidenav-item-margin-inline-end: var(--utrecht-space-inline-3xs);
|
|
563
|
+
--utrecht-sidenav-item-margin-inline-start: var(--utrecht-space-inline-3xs);
|
|
564
|
+
--utrecht-sidenav-item-margin-block-end: var(--utrecht-space-block-xs);
|
|
565
|
+
--utrecht-sidenav-item-margin-block-start: var(--utrecht-space-block-xs);
|
|
566
|
+
--utrecht-nav-bar-link-padding-inline-start: var(--utrecht-space-inline-md);
|
|
567
|
+
--utrecht-nav-bar-link-padding-inline-end: var(--utrecht-space-inline-md);
|
|
568
|
+
--utrecht-nav-bar-link-padding-block-start: var(--utrecht-space-block-xs);
|
|
569
|
+
--utrecht-nav-bar-link-padding-block-end: var(--utrecht-space-block-xs);
|
|
570
|
+
--utrecht-nav-bar-content-max-inline-size: var(--utrecht-page-max-inline-size);
|
|
571
|
+
--utrecht-nav-bar-color: var(--utrecht-color-black);
|
|
572
|
+
--utrecht-nav-bar-background-color: var(--utrecht-color-white);
|
|
573
|
+
--utrecht-mark-color: var(--utrecht-color-black);
|
|
574
|
+
--utrecht-mark-background-color: var(--utrecht-color-yellow-60);
|
|
575
|
+
--utrecht-mapcontrolbutton-padding-inline-start: var(--utrecht-space-inline-2xs);
|
|
576
|
+
--utrecht-mapcontrolbutton-padding-inline-end: var(--utrecht-space-inline-2xs);
|
|
577
|
+
--utrecht-mapcontrolbutton-padding-block-start: var(--utrecht-space-block-2xs);
|
|
578
|
+
--utrecht-mapcontrolbutton-padding-block-end: var(--utrecht-space-block-2xs);
|
|
579
|
+
--utrecht-mapcontrolbutton-margin-block-start: var(--utrecht-space-row-xs);
|
|
580
|
+
--utrecht-mapcontrolbutton-margin-block-end: var(--utrecht-space-row-xs);
|
|
581
|
+
--utrecht-mapcontrolbutton-label-margin-inline-end: var(--utrecht-space-inline-xs);
|
|
582
|
+
--utrecht-mapcontrolbutton-label-margin-inline-start: var(--utrecht-space-inline-xs);
|
|
583
|
+
--utrecht-mapcontrolbutton-hover-color: var(--utrecht-color-white);
|
|
584
|
+
--utrecht-mapcontrolbutton-hover-background-color: var(--utrecht-color-grey-90);
|
|
585
|
+
--utrecht-mapcontrolbutton-focus-color: var(--utrecht-color-black);
|
|
586
|
+
--utrecht-mapcontrolbutton-disabled-color: var(--utrecht-color-grey-80);
|
|
587
|
+
--utrecht-mapcontrolbutton-disabled-border-color: var(--utrecht-color-grey-80);
|
|
588
|
+
--utrecht-mapcontrolbutton-disabled-background-color: var(--utrecht-color-grey-90);
|
|
589
|
+
--utrecht-mapcontrolbutton-min-inline-size: var(--utrecht-space-block-2xl);
|
|
590
|
+
--utrecht-mapcontrolbutton-min-block-size: var(--utrecht-space-block-2xl);
|
|
591
|
+
--utrecht-mapcontrolbutton-color: var(--utrecht-color-grey-40);
|
|
592
|
+
--utrecht-mapcontrolbutton-border-width: var(--utrecht-border-width-sm);
|
|
593
|
+
--utrecht-mapcontrolbutton-border-style: var(--utrecht-border-style-solid);
|
|
594
|
+
--utrecht-mapcontrolbutton-border-color: var(--utrecht-color-grey-40);
|
|
595
|
+
--utrecht-mapcontrolbutton-background-color: var(--utrecht-color-white);
|
|
596
|
+
--utrecht-map-marker-border-color: var(--utrecht-color-white);
|
|
597
|
+
--utrecht-map-marker-color: var(--utrecht-color-white);
|
|
598
|
+
--utrecht-map-marker-background-color: var(--utrecht-color-blue-30);
|
|
599
|
+
--utrecht-listbox-option-group-title-margin-inline-start: var(--utrecht-space-inline-xs);
|
|
600
|
+
--utrecht-listbox-option-group-title-color: var(--utrecht-color-black);
|
|
601
|
+
--utrecht-listbox-option-group-title-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
602
|
+
--utrecht-listbox-option-group-title-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
603
|
+
--utrecht-listbox-option-group-margin-block-end: var(--utrecht-space-inline-xs);
|
|
604
|
+
--utrecht-listbox-option-selected-color: var(--utrecht-color-black);
|
|
605
|
+
--utrecht-listbox-option-selected-background-color: var(--utrecht-color-grey-95);
|
|
606
|
+
--utrecht-listbox-option-hover-color: var(--utrecht-color-black);
|
|
607
|
+
--utrecht-listbox-option-hover-background-color: var(--utrecht-color-blue-90);
|
|
608
|
+
--utrecht-listbox-option-active-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
609
|
+
--utrecht-listbox-option-active-color: var(--utrecht-color-black);
|
|
610
|
+
--utrecht-listbox-option-active-background-color: var(--utrecht-color-grey-95);
|
|
611
|
+
--utrecht-listbox-option-padding-inline-start: var(--utrecht-space-inline-xs);
|
|
612
|
+
--utrecht-listbox-option-padding-inline-end: var(--utrecht-space-inline-xs);
|
|
613
|
+
--utrecht-listbox-option-padding-block-start: var(--utrecht-space-block-xs);
|
|
614
|
+
--utrecht-listbox-option-padding-block-end: var(--utrecht-space-block-xs);
|
|
615
|
+
--utrecht-listbox-background-color: var(--utrecht-color-white);
|
|
616
|
+
--utrecht-link-placeholder-color: var(--utrecht-color-grey-40);
|
|
617
|
+
--utrecht-link-focus-color: var(--utrecht-color-blue-40);
|
|
618
|
+
--utrecht-link-color: var(--utrecht-color-blue-35);
|
|
619
|
+
--utrecht-link-social-margin-inline-start: var(--utrecht-space-inline-sm);
|
|
620
|
+
--utrecht-link-social-color: var(--utrecht-color-white);
|
|
621
|
+
--utrecht-link-social-border-color: var(--utrecht-color-white);
|
|
622
|
+
--utrecht-link-social-background-color: var(--utrecht-color-red-40);
|
|
623
|
+
--utrecht-link-list-link-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
624
|
+
--utrecht-link-list-link-column-gap: var(--utrecht-space-block-xs);
|
|
625
|
+
--utrecht-link-list-row-gap: var(--utrecht-space-block-xs);
|
|
626
|
+
--utrecht-index-char-nav-link-current-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
627
|
+
--utrecht-index-char-nav-gap: var(--utrecht-space-column-sm);
|
|
628
|
+
--utrecht-index-char-nav-margin-block-end: var(--utrecht-space-block-md);
|
|
629
|
+
--utrecht-index-char-nav-margin-block-start: var(--utrecht-space-block-lg);
|
|
630
|
+
--utrecht-heading-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
631
|
+
--utrecht-heading-6-line-height: var(--utrecht-typography-line-height-md);
|
|
632
|
+
--utrecht-heading-6-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
|
|
633
|
+
--utrecht-heading-6-font-size: var(--utrecht-typography-scale-sm-font-size);
|
|
634
|
+
--utrecht-heading-6-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
635
|
+
--utrecht-heading-5-line-height: var(--utrecht-typography-line-height-md);
|
|
636
|
+
--utrecht-heading-5-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
|
|
637
|
+
--utrecht-heading-5-font-size: var(--utrecht-typography-scale-sm-font-size);
|
|
638
|
+
--utrecht-heading-5-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
639
|
+
--utrecht-heading-4-line-height: var(--utrecht-typography-line-height-md);
|
|
640
|
+
--utrecht-heading-4-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
|
|
641
|
+
--utrecht-heading-4-font-size: var(--utrecht-typography-scale-lg-font-size);
|
|
642
|
+
--utrecht-heading-4-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
643
|
+
--utrecht-heading-3-line-height: var(--utrecht-typography-line-height-sm);
|
|
644
|
+
--utrecht-heading-3-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
|
|
645
|
+
--utrecht-heading-3-font-size: var(--utrecht-typography-scale-xl-font-size);
|
|
646
|
+
--utrecht-heading-3-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
647
|
+
--utrecht-heading-2-line-height: var(--utrecht-typography-line-height-sm);
|
|
648
|
+
--utrecht-heading-2-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
649
|
+
--utrecht-heading-2-font-size: var(--utrecht-typography-scale-xl-font-size);
|
|
650
|
+
--utrecht-heading-2-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
651
|
+
--utrecht-heading-1-line-height: var(--utrecht-typography-line-height-sm);
|
|
652
|
+
--utrecht-heading-1-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
653
|
+
--utrecht-heading-1-font-size: var(--utrecht-typography-scale-4xl-font-size);
|
|
654
|
+
--utrecht-heading-1-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
655
|
+
--utrecht-form-toggle-focus-border-color: var(--utrecht-color-black);
|
|
656
|
+
--utrecht-form-toggle-checked-accent-color: var(--utrecht-color-blue-35);
|
|
657
|
+
--utrecht-form-toggle-thumb-disabled-background-color: var(--utrecht-color-white);
|
|
658
|
+
--utrecht-form-toggle-thumb-background-color: var(--utrecht-color-white);
|
|
659
|
+
--utrecht-form-toggle-track-disabled-background-color: var(--utrecht-color-grey-90);
|
|
660
|
+
--utrecht-form-toggle-track-border-radius: var(--utrecht-form-toggle-border-radius);
|
|
661
|
+
--utrecht-form-toggle-color: var(--utrecht-color-black);
|
|
662
|
+
--utrecht-form-toggle-background-color: var(--utrecht-color-white);
|
|
663
|
+
--utrecht-form-label-radio-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
|
|
664
|
+
--utrecht-form-label-checkbox-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
|
|
665
|
+
--utrecht-form-label-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
666
|
+
--utrecht-form-fieldset-legend-disabled-color: var(--utrecht-color-grey-40);
|
|
667
|
+
--utrecht-form-fieldset-legend-margin-block-start: var(--utrecht-space-block-xl);
|
|
668
|
+
--utrecht-form-fieldset-legend-margin-block-end: var(--utrecht-space-block-sm);
|
|
669
|
+
--utrecht-form-fieldset-legend-line-height: var(--utrecht-typography-line-height-md);
|
|
670
|
+
--utrecht-form-fieldset-legend-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
671
|
+
--utrecht-form-fieldset-legend-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
672
|
+
--utrecht-form-fieldset-section-color: var(--utrecht-color-black);
|
|
673
|
+
--utrecht-form-fieldset-section-background-color: var(--utrecht-color-grey-80);
|
|
674
|
+
--utrecht-form-fieldset-margin-block-start: var(--utrecht-space-block-2xs);
|
|
675
|
+
--utrecht-form-fieldset-margin-block-end: var(--utrecht-space-block-2xs);
|
|
676
|
+
--utrecht-form-field-description-margin-block-end: var(--utrecht-space-block-sm);
|
|
677
|
+
--utrecht-form-field-description-margin-block-start: var(--utrecht-space-block-sm);
|
|
678
|
+
--utrecht-form-field-label-margin-block-end: var(--utrecht-space-block-sm);
|
|
679
|
+
--utrecht-form-field-invalid-padding-inline-start: var(--utrecht-space-block-sm);
|
|
680
|
+
--utrecht-form-field-margin-block-end: var(--utrecht-space-block-2xs);
|
|
681
|
+
--utrecht-form-field-margin-block-start: var(--utrecht-space-block-2xs);
|
|
682
|
+
--utrecht-form-control-read-only-color: var(--utrecht-color-grey-20);
|
|
683
|
+
--utrecht-form-control-read-only-background-color: var(--utrecht-color-grey-90);
|
|
684
|
+
--utrecht-form-control-focus-border-color: var(--utrecht-color-grey-80);
|
|
685
|
+
--utrecht-form-control-placeholder-font-style: var(--utrecht-typography-font-style-normal);
|
|
686
|
+
--utrecht-form-control-placeholder-color: var(--utrecht-color-grey-40);
|
|
687
|
+
--utrecht-form-control-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
688
|
+
--utrecht-form-control-color: var(--utrecht-color-black);
|
|
689
|
+
--utrecht-form-control-border-width: var(--utrecht-border-width-sm);
|
|
690
|
+
--utrecht-form-control-border-color: var(--utrecht-color-grey-30);
|
|
691
|
+
--utrecht-form-control-background-color: var(--utrecht-color-white);
|
|
692
|
+
--utrecht-focus-inverse-outline-color: var(--utrecht-color-white);
|
|
693
|
+
--utrecht-focus-outline-width: var(--utrecht-border-width-md);
|
|
694
|
+
--utrecht-focus-outline-color: var(--utrecht-color-black);
|
|
695
|
+
--utrecht-focus-background-color: var(--utrecht-color-yellow-60);
|
|
696
|
+
--utrecht-figure-caption-line-height: var(--utrecht-typography-line-height-md);
|
|
697
|
+
--utrecht-figure-caption-font-size: var(--utrecht-typography-scale-sm-font-size);
|
|
698
|
+
--utrecht-emphasis-strong-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
699
|
+
--utrecht-drawer-padding-inline-end: var(--utrecht-space-inline-md);
|
|
700
|
+
--utrecht-drawer-padding-inline-start: var(--utrecht-space-inline-md);
|
|
701
|
+
--utrecht-drawer-padding-block-start: var(--utrecht-space-block-md);
|
|
702
|
+
--utrecht-drawer-padding-block-end: var(--utrecht-space-block-md);
|
|
703
|
+
--utrecht-drawer-border-color: var(--utrecht-color-grey-90);
|
|
704
|
+
--utrecht-document-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
705
|
+
--utrecht-document-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
706
|
+
--utrecht-document-color: var(--utrecht-color-black);
|
|
707
|
+
--utrecht-document-background-color: var(--utrecht-color-white);
|
|
708
|
+
--utrecht-data-placeholder-background-color: var(--utrecht-color-grey-40);
|
|
709
|
+
--utrecht-data-list-rows-item-value-margin-block-start: var(--utrecht-space-block-xs);
|
|
710
|
+
--utrecht-data-list-rows-item-margin-block-start: var(--utrecht-space-block-md);
|
|
711
|
+
--utrecht-data-list-item-key-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
712
|
+
--utrecht-data-list-margin-block-start: var(--utrecht-space-block-md);
|
|
713
|
+
--utrecht-data-list-margin-block-end: var(--utrecht-space-block-md);
|
|
714
|
+
--utrecht-feedback-active-fill-color: var(--utrecht-color-white);
|
|
715
|
+
--utrecht-feedback-inactive-fill-color: var(--utrecht-color-white);
|
|
716
|
+
--utrecht-feedback-success-fill-color: var(--utrecht-color-white);
|
|
717
|
+
--utrecht-feedback-error-fill-color: var(--utrecht-color-white);
|
|
718
|
+
--utrecht-feedback-valid-fill-color: var(--utrecht-color-white);
|
|
719
|
+
--utrecht-feedback-invalid-fill-color: var(--utrecht-color-white);
|
|
720
|
+
--utrecht-feedback-invalid-color: var(--utrecht-color-invalid);
|
|
721
|
+
--utrecht-feedback-invalid-border-color: var(--utrecht-color-invalid);
|
|
722
|
+
--utrecht-feedback-invalid-background-color: var(--utrecht-color-invalid);
|
|
723
|
+
--utrecht-feedback-safe-fill-color: var(--utrecht-color-white);
|
|
724
|
+
--utrecht-feedback-safe-color: var(--utrecht-color-green-50);
|
|
725
|
+
--utrecht-feedback-warning-fill-color: var(--utrecht-color-black);
|
|
726
|
+
--utrecht-feedback-warning-color: var(--utrecht-color-yellow-50);
|
|
727
|
+
--utrecht-feedback-danger-fill-color: var(--utrecht-color-white);
|
|
728
|
+
--utrecht-feedback-danger-color: var(--utrecht-color-red-40);
|
|
729
|
+
--utrecht-column-layout-gap: var(--utrecht-space-column-md);
|
|
730
|
+
--utrecht-column-layout-column-rule-color: var(--utrecht-color-grey-80);
|
|
731
|
+
--utrecht-code-block-margin-block-end: var(--utrecht-space-block-lg);
|
|
732
|
+
--utrecht-code-block-margin-block-start: var(--utrecht-space-block-lg);
|
|
733
|
+
--utrecht-code-block-line-height: var(--utrecht-typography-line-height-md);
|
|
734
|
+
--utrecht-code-block-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
735
|
+
--utrecht-code-block-color: var(--utrecht-color-black);
|
|
736
|
+
--utrecht-code-block-background-color: var(--utrecht-color-grey-95);
|
|
737
|
+
--utrecht-checkbox-indeterminate-background-color: var(--utrecht-color-blue-40);
|
|
738
|
+
--utrecht-checkbox-checked-background-color: var(--utrecht-color-blue-40);
|
|
739
|
+
--utrecht-checkbox-checked-border-color: var(--utrecht-color-blue-40);
|
|
740
|
+
--utrecht-checkbox-disabled-background-color: var(--utrecht-color-grey-80);
|
|
741
|
+
--utrecht-checkbox-disabled-border-color: var(--utrecht-color-grey-80);
|
|
742
|
+
--utrecht-calendar-navigation-label-font-size: var(--utrecht-typography-scale-lg-font-size);
|
|
743
|
+
--utrecht-calendar-navigation-label-color: var(--utrecht-color-black);
|
|
744
|
+
--utrecht-calendar-navigation-color: var(--utrecht-color-blue-30);
|
|
745
|
+
--utrecht-calendar-table-days-item-day-disabled-color: var(--utrecht-color-grey-40);
|
|
746
|
+
--utrecht-calendar-table-days-item-day-selected-color: var(--utrecht-color-white);
|
|
747
|
+
--utrecht-calendar-table-days-item-day-selected-background-color: var(--utrecht-color-blue-30);
|
|
748
|
+
--utrecht-calendar-table-days-item-day-is-today-border-color: var(--utrecht-color-blue-35);
|
|
749
|
+
--utrecht-calendar-table-days-item-day-is-today-color: var(--utrecht-color-blue-30);
|
|
750
|
+
--utrecht-calendar-table-days-item-day-is-today-background-color: var(--utrecht-color-blue-90);
|
|
751
|
+
--utrecht-calendar-table-days-item-day-out-of-the-month-color: var(--utrecht-color-grey-80);
|
|
752
|
+
--utrecht-calendar-table-days-item-day-hover-border-color: var(--utrecht-color-black);
|
|
753
|
+
--utrecht-calendar-table-days-item-day-hover-color: var(--utrecht-color-blue-40);
|
|
754
|
+
--utrecht-calendar-table-days-item-day-color: var(--utrecht-color-black);
|
|
755
|
+
--utrecht-button-subtle-ready-focus-color: var(--utrecht-color-green-40);
|
|
756
|
+
--utrecht-button-subtle-ready-hover-color: var(--utrecht-color-green-40);
|
|
757
|
+
--utrecht-button-subtle-ready-color: var(--utrecht-color-green-50);
|
|
758
|
+
--utrecht-button-subtle-danger-focus-color: var(--utrecht-color-red-30);
|
|
759
|
+
--utrecht-button-subtle-danger-hover-color: var(--utrecht-color-red-30);
|
|
760
|
+
--utrecht-button-subtle-danger-color: var(--utrecht-color-red-40);
|
|
761
|
+
--utrecht-button-subtle-focus-color: var(--utrecht-color-blue-35);
|
|
762
|
+
--utrecht-button-subtle-focus-border-color: var(--utrecht-color-blue-35);
|
|
763
|
+
--utrecht-button-subtle-focus-background-color: var(--utrecht-color-white);
|
|
764
|
+
--utrecht-button-subtle-hover-color: var(--utrecht-color-blue-35);
|
|
765
|
+
--utrecht-button-subtle-hover-border-color: var(--utrecht-color-blue-40);
|
|
766
|
+
--utrecht-button-subtle-hover-background-color: var(--utrecht-color-white);
|
|
767
|
+
--utrecht-button-subtle-disabled-color: var(--utrecht-color-grey-80);
|
|
768
|
+
--utrecht-button-subtle-active-color: var(--utrecht-color-white);
|
|
769
|
+
--utrecht-button-subtle-active-background-color: var(--utrecht-color-blue-35);
|
|
770
|
+
--utrecht-button-subtle-color: var(--utrecht-color-blue-35);
|
|
771
|
+
--utrecht-button-subtle-border-width: var(--utrecht-border-width-md);
|
|
772
|
+
--utrecht-button-secondary-action-ready-focus-border-color: var(--utrecht-color-green-40);
|
|
773
|
+
--utrecht-button-secondary-action-ready-hover-color: var(--utrecht-color-green-40);
|
|
774
|
+
--utrecht-button-secondary-action-ready-hover-border-color: var(--utrecht-color-green-40);
|
|
775
|
+
--utrecht-button-secondary-action-ready-color: var(--utrecht-color-grey-40);
|
|
776
|
+
--utrecht-button-secondary-action-ready-border-color: var(--utrecht-color-green-50);
|
|
777
|
+
--utrecht-button-secondary-action-warning-focus-border-color: var(--utrecht-color-yellow-40);
|
|
778
|
+
--utrecht-button-secondary-action-warning-hover-color: var(--utrecht-color-yellow-40);
|
|
779
|
+
--utrecht-button-secondary-action-warning-hover-border-color: var(--utrecht-color-yellow-40);
|
|
780
|
+
--utrecht-button-secondary-action-warning-color: var(--utrecht-color-grey-40);
|
|
781
|
+
--utrecht-button-secondary-action-warning-border-color: var(--utrecht-color-yellow-50);
|
|
782
|
+
--utrecht-button-secondary-action-danger-focus-border-color: var(--utrecht-color-red-30);
|
|
783
|
+
--utrecht-button-secondary-action-danger-hover-color: var(--utrecht-color-red-30);
|
|
784
|
+
--utrecht-button-secondary-action-danger-hover-border-color: var(--utrecht-color-red-30);
|
|
785
|
+
--utrecht-button-secondary-action-danger-color: var(--utrecht-color-red-40);
|
|
786
|
+
--utrecht-button-secondary-action-danger-border-color: var(--utrecht-color-red-40);
|
|
787
|
+
--utrecht-button-secondary-action-hover-color: var(--utrecht-color-blue-35);
|
|
788
|
+
--utrecht-button-secondary-action-hover-border-color: var(--utrecht-color-blue-40);
|
|
789
|
+
--utrecht-button-secondary-action-hover-background-color: var(--utrecht-color-white);
|
|
790
|
+
--utrecht-button-secondary-action-disabled-color: var(--utrecht-color-grey-80);
|
|
791
|
+
--utrecht-button-secondary-action-disabled-border-color: var(--utrecht-color-grey-80);
|
|
792
|
+
--utrecht-button-secondary-action-disabled-background-color: var(--utrecht-color-white);
|
|
793
|
+
--utrecht-button-secondary-action-active-color: var(--utrecht-color-blue-30);
|
|
794
|
+
--utrecht-button-secondary-action-active-border-color: var(--utrecht-color-blue-30);
|
|
795
|
+
--utrecht-button-secondary-action-active-background-color: var(--utrecht-color-white);
|
|
796
|
+
--utrecht-button-secondary-action-color: var(--utrecht-color-blue-35);
|
|
797
|
+
--utrecht-button-secondary-action-border-width: var(--utrecht-border-width-md);
|
|
798
|
+
--utrecht-button-secondary-action-border-color: var(--utrecht-color-blue-35);
|
|
799
|
+
--utrecht-button-secondary-action-background-color: var(--utrecht-color-white);
|
|
800
|
+
--utrecht-button-primary-action-danger-focus-border-color: var(--utrecht-color-red-30);
|
|
801
|
+
--utrecht-button-primary-action-danger-focus-background-color: var(--utrecht-color-red-30);
|
|
802
|
+
--utrecht-button-primary-action-danger-hover-color: var(--utrecht-color-white);
|
|
803
|
+
--utrecht-button-primary-action-danger-hover-background-color: var(--utrecht-color-red-30);
|
|
804
|
+
--utrecht-button-primary-action-danger-disabled-border-color: var(--utrecht-color-grey-90);
|
|
805
|
+
--utrecht-button-primary-action-danger-color: var(--utrecht-color-white);
|
|
806
|
+
--utrecht-button-primary-action-danger-background-color: var(--utrecht-color-red-40);
|
|
807
|
+
--utrecht-button-primary-action-warning-focus-border-color: var(--utrecht-color-yellow-40);
|
|
808
|
+
--utrecht-button-primary-action-warning-focus-background-color: var(--utrecht-color-yellow-40);
|
|
809
|
+
--utrecht-button-primary-action-warning-hover-color: var(--utrecht-color-black);
|
|
810
|
+
--utrecht-button-primary-action-warning-hover-background-color: var(--utrecht-color-yellow-40);
|
|
811
|
+
--utrecht-button-primary-action-warning-disabled-border-color: var(--utrecht-color-grey-90);
|
|
812
|
+
--utrecht-button-primary-action-warning-color: var(--utrecht-color-black);
|
|
813
|
+
--utrecht-button-primary-action-warning-background-color: var(--utrecht-color-yellow-50);
|
|
814
|
+
--utrecht-button-primary-action-ready-focus-border-color: var(--utrecht-color-green-40);
|
|
815
|
+
--utrecht-button-primary-action-ready-focus-background-color: var(--utrecht-color-green-40);
|
|
816
|
+
--utrecht-button-primary-action-ready-hover-color: var(--utrecht-color-white);
|
|
817
|
+
--utrecht-button-primary-action-ready-hover-background-color: var(--utrecht-color-green-40);
|
|
818
|
+
--utrecht-button-primary-action-ready-disabled-border-color: var(--utrecht-color-grey-90);
|
|
819
|
+
--utrecht-button-primary-action-ready-color: var(--utrecht-color-black);
|
|
820
|
+
--utrecht-button-primary-action-ready-background-color: var(--utrecht-color-green-50);
|
|
821
|
+
--utrecht-button-primary-action-focus-border-width: var(--utrecht-border-width-md);
|
|
822
|
+
--utrecht-button-primary-action-focus-border-color: var(--utrecht-color-blue-40);
|
|
823
|
+
--utrecht-button-primary-action-focus-background-color: var(--utrecht-color-blue-40);
|
|
824
|
+
--utrecht-button-primary-action-hover-color: var(--utrecht-color-white);
|
|
825
|
+
--utrecht-button-primary-action-hover-background-color: var(--utrecht-color-blue-40);
|
|
826
|
+
--utrecht-button-primary-action-disabled-color: var(--utrecht-color-grey-80);
|
|
827
|
+
--utrecht-button-primary-action-disabled-border-color: var(--utrecht-color-grey-80);
|
|
828
|
+
--utrecht-button-primary-action-disabled-background-color: var(--utrecht-color-grey-90);
|
|
829
|
+
--utrecht-button-primary-action-active-color: var(--utrecht-color-white);
|
|
830
|
+
--utrecht-button-primary-action-active-border-color: var(--utrecht-color-blue-30);
|
|
831
|
+
--utrecht-button-primary-action-active-background-color: var(--utrecht-color-blue-30);
|
|
832
|
+
--utrecht-button-primary-action-color: var(--utrecht-color-white);
|
|
833
|
+
--utrecht-button-primary-action-border-width: var(--utrecht-border-width-md); /* Although the border is not visible, it is needed to match the size of the secondary-action-button appearance */
|
|
834
|
+
--utrecht-button-primary-action-background-color: var(--utrecht-color-blue-35);
|
|
835
|
+
--utrecht-button-disabled-color: var(--utrecht-color-grey-80);
|
|
836
|
+
--utrecht-button-disabled-border-color: var(--utrecht-color-grey-80);
|
|
837
|
+
--utrecht-button-disabled-background-color: var(--utrecht-color-grey-90);
|
|
838
|
+
--utrecht-button-active-color: var(--utrecht-color-white);
|
|
839
|
+
--utrecht-button-active-background-color: var(--utrecht-color-grey-40);
|
|
840
|
+
--utrecht-button-padding-inline-end: var(--utrecht-space-inline-md);
|
|
841
|
+
--utrecht-button-padding-inline-start: var(--utrecht-space-inline-md);
|
|
842
|
+
--utrecht-button-padding-block-end: var(--utrecht-space-block-xs);
|
|
843
|
+
--utrecht-button-padding-block-start: var(--utrecht-space-block-xs);
|
|
844
|
+
--utrecht-button-margin-block-end: var(--utrecht-space-row-xs);
|
|
845
|
+
--utrecht-button-margin-block-start: var(--utrecht-space-row-xs);
|
|
846
|
+
--utrecht-button-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
847
|
+
--utrecht-button-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
848
|
+
--utrecht-button-column-gap: var(--utrecht-space-text-xs);
|
|
849
|
+
--utrecht-button-color: var(--utrecht-color-grey-40);
|
|
850
|
+
--utrecht-button-border-color: var(--utrecht-color-grey-40);
|
|
851
|
+
--utrecht-button-background-color: var(--utrecht-color-white);
|
|
852
|
+
--utrecht-breadcrumb-nav-arrows-link-color: var(--utrecht-color-black);
|
|
853
|
+
--utrecht-breadcrumb-nav-arrows-link-focus-color: var(--utrecht-color-black);
|
|
854
|
+
--utrecht-breadcrumb-nav-arrows-link-background-color: var(--utrecht-color-grey-90);
|
|
855
|
+
--utrecht-breadcrumb-nav-separator-icon-size: var(--utrecht-typography-scale-sm-font-size);
|
|
856
|
+
--utrecht-breadcrumb-nav-separator-color: var(--utrecht-color-blue-35);
|
|
857
|
+
--utrecht-breadcrumb-nav-link-icon-size: var(--utrecht-icon-scale-md);
|
|
858
|
+
--utrecht-breadcrumb-nav-link-disabled-color: var(--utrecht-color-grey-40);
|
|
859
|
+
--utrecht-breadcrumb-nav-link-hover-color: var(--utrecht-color-blue-40);
|
|
860
|
+
--utrecht-breadcrumb-nav-link-focus-color: var(--utrecht-color-blue-40);
|
|
861
|
+
--utrecht-breadcrumb-nav-link-color: var(--utrecht-color-blue-35);
|
|
862
|
+
--utrecht-breadcrumb-nav-item-padding-inline-start: var(--utrecht-space-inline-xs);
|
|
863
|
+
--utrecht-breadcrumb-nav-item-padding-inline-end: var(--utrecht-space-inline-xs);
|
|
864
|
+
--utrecht-breadcrumb-nav-item-padding-block-end: var(--utrecht-space-block-xs);
|
|
865
|
+
--utrecht-breadcrumb-nav-item-padding-block-start: var(--utrecht-space-block-xs);
|
|
866
|
+
--utrecht-breadcrumb-nav-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
867
|
+
--utrecht-blockquote-caption-font-size: var(--utrecht-typography-scale-sm-font-size);
|
|
868
|
+
--utrecht-blockquote-content-font-size: var(--utrecht-typography-scale-lg-font-size);
|
|
869
|
+
--utrecht-blockquote-content-color: var(--utrecht-color-red-40);
|
|
870
|
+
--utrecht-badge-font-style: var(--utrecht-typography-font-style-normal);
|
|
871
|
+
--utrecht-badge-padding-inline: var(--utrecht-space-inline-sm); /* Default inline padding color for badge components */
|
|
872
|
+
--utrecht-badge-padding-block: var(--utrecht-space-block-xs); /* Default block padding for badge components */
|
|
873
|
+
--utrecht-badge-color: var(--utrecht-color-white); /* Default text color for badge components */
|
|
874
|
+
--utrecht-badge-background-color: var(--utrecht-color-grey-30); /* Default background color for badge components */
|
|
875
|
+
--utrecht-badge-list-item-margin-inline: var(--utrecht-space-block-sm);
|
|
876
|
+
--utrecht-badge-list-item-margin-block: var(--utrecht-space-block-xs);
|
|
877
|
+
--utrecht-badge-counter-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
878
|
+
--utrecht-badge-counter-color: var(--utrecht-color-white); /* Default text color for badge components */
|
|
879
|
+
--utrecht-badge-counter-background-color: var(--utrecht-color-red-40); /* Default background color for badge components */
|
|
880
|
+
--utrecht-backdrop-color: var(--utrecht-color-black);
|
|
881
|
+
--utrecht-backdrop-background-color: var(--utrecht-color-white);
|
|
882
|
+
--utrecht-alert-icon-ok-color: var(--utrecht-color-green-40);
|
|
883
|
+
--utrecht-alert-icon-warning-color: var(--utrecht-color-yellow-40);
|
|
884
|
+
--utrecht-alert-icon-error-color: var(--utrecht-color-red-40);
|
|
885
|
+
--utrecht-alert-icon-info-color: var(--utrecht-color-blue-35);
|
|
886
|
+
--utrecht-alert-icon-color: var(--utrecht-color-blue-35);
|
|
887
|
+
--utrecht-alert-ok-color: var(--utrecht-color-black);
|
|
888
|
+
--utrecht-alert-ok-background-color: var(--utrecht-color-green-90);
|
|
889
|
+
--utrecht-alert-error-color: var(--utrecht-color-black);
|
|
890
|
+
--utrecht-alert-error-background-color: var(--utrecht-color-red-95);
|
|
891
|
+
--utrecht-alert-warning-color: var(--utrecht-color-black);
|
|
892
|
+
--utrecht-alert-warning-background-color: var(--utrecht-color-yellow-80);
|
|
893
|
+
--utrecht-alert-info-color: var(--utrecht-color-black);
|
|
894
|
+
--utrecht-alert-info-background-color: var(--utrecht-color-blue-90);
|
|
895
|
+
--utrecht-alert-padding-inline-end: var(--utrecht-space-block-lg);
|
|
896
|
+
--utrecht-alert-padding-inline-start: var(--utrecht-space-block-lg);
|
|
897
|
+
--utrecht-alert-padding-block-end: var(--utrecht-space-block-lg);
|
|
898
|
+
--utrecht-alert-padding-block-start: var(--utrecht-space-block-lg);
|
|
899
|
+
--utrecht-alert-column-gap: var(--utrecht-space-column-md);
|
|
900
|
+
--utrecht-alert-color: var(--utrecht-color-black);
|
|
901
|
+
--utrecht-alert-background-color: var(--utrecht-color-blue-90);
|
|
902
|
+
--utrecht-alert-dialog-max-inline-size: var(--utrecht-article-max-inline-size);
|
|
903
|
+
--utrecht-accordion-section-margin-block-start: var(--utrecht-space-block-2xs);
|
|
904
|
+
--utrecht-accordion-panel-padding-inline-end: var(--utrecht-space-block-md);
|
|
905
|
+
--utrecht-accordion-panel-padding-inline-start: var(--utrecht-space-block-md);
|
|
906
|
+
--utrecht-accordion-panel-padding-block-end: var(--utrecht-space-block-xs);
|
|
907
|
+
--utrecht-accordion-panel-padding-block-start: var(--utrecht-space-block-xs);
|
|
908
|
+
--utrecht-accordion-panel-border-color: var(--utrecht-color-grey-95);
|
|
909
|
+
--utrecht-accordion-button-icon-utrecht-background-color: var(--utrecht-color-yellow-50);
|
|
910
|
+
--utrecht-accordion-button-focus-color: var(--utrecht-color-grey-10);
|
|
911
|
+
--utrecht-accordion-button-focus-border-color: var(--utrecht-color-grey-95);
|
|
912
|
+
--utrecht-accordion-button-focus-background-color: var(--utrecht-color-grey-80);
|
|
913
|
+
--utrecht-accordion-button-active-color: var(--utrecht-color-grey-10);
|
|
914
|
+
--utrecht-accordion-button-active-border-color: var(--utrecht-color-grey-95);
|
|
915
|
+
--utrecht-accordion-button-active-background-color: var(--utrecht-color-grey-80);
|
|
916
|
+
--utrecht-accordion-button-hover-color: var(--utrecht-color-grey-10);
|
|
917
|
+
--utrecht-accordion-button-hover-border-color: var(--utrecht-color-grey-95);
|
|
918
|
+
--utrecht-accordion-button-border-color: var(--utrecht-color-grey-95);
|
|
919
|
+
--utrecht-accordion-button-color: var(--utrecht-color-grey-10);
|
|
920
|
+
--utrecht-accordion-button-background-color: var(--utrecht-color-grey-95);
|
|
921
|
+
--utrecht-accordion-button-padding-block-start: var(--utrecht-space-block-xs);
|
|
922
|
+
--utrecht-accordion-button-padding-block-end: var(--utrecht-space-block-xs);
|
|
923
|
+
--utrecht-accordion-button-padding-inline-start: var(--utrecht-space-block-md);
|
|
924
|
+
--utrecht-accordion-button-padding-inline-end: var(--utrecht-space-block-md);
|
|
925
|
+
--utrecht-accordion-row-gap: var(--utrecht-space-block-xs);
|
|
926
|
+
--of-progress-indicator-background-color: var(--utrecht-document-background-color);
|
|
927
|
+
--of-page-footer-fg: var(--utrecht-page-footer-color);
|
|
928
|
+
--of-page-footer-bg: var(--utrecht-page-footer-background-color);
|
|
929
|
+
--of-layout-background: var(--utrecht-document-background-color);
|
|
930
|
+
--denhaag-process-steps-sub-step-line-color: var(--denhaag-process-steps-step-line-color);
|
|
931
|
+
--utrecht-toptask-link-hover-color: var(--utrecht-button-primary-action-hover-color);
|
|
932
|
+
--utrecht-toptask-link-hover-background-color: var(--utrecht-button-primary-action-hover-background-color);
|
|
933
|
+
--utrecht-toptask-link-color: var(--utrecht-button-primary-action-color);
|
|
934
|
+
--utrecht-toptask-link-background-color: var(--utrecht-button-primary-action-background-color);
|
|
935
|
+
--utrecht-skip-link-focus-color: var(--utrecht-topnav-link-focus-color);
|
|
936
|
+
--utrecht-skip-link-focus-background-color: var(--utrecht-topnav-link-focus-background-color);
|
|
937
|
+
--utrecht-skip-link-padding-inline-end: var(--utrecht-button-padding-inline-end);
|
|
938
|
+
--utrecht-skip-link-padding-inline-start: var(--utrecht-button-padding-inline-start);
|
|
939
|
+
--utrecht-skip-link-padding-block-end: var(--utrecht-button-padding-block-end);
|
|
940
|
+
--utrecht-skip-link-padding-block-start: var(--utrecht-button-padding-block-start);
|
|
941
|
+
--utrecht-skip-link-color: var(--utrecht-topnav-link-color);
|
|
942
|
+
--utrecht-skip-link-background-color: var(--utrecht-topnav-list-background-color);
|
|
943
|
+
--utrecht-radio-button-border-color: var(--utrecht-form-control-border-color);
|
|
944
|
+
--utrecht-radio-button-background-color: var(--utrecht-form-control-background-color);
|
|
945
|
+
--utrecht-paragraph-lead-color: var(--utrecht-document-color);
|
|
946
|
+
--utrecht-number-badge-border-radius: var(--utrecht-number-badge-font-size);
|
|
947
|
+
--utrecht-listbox-border-width: var(--utrecht-form-control-border-width);
|
|
948
|
+
--utrecht-listbox-border-color: var(--utrecht-form-control-border-color);
|
|
949
|
+
--utrecht-link-visited-color: var(--utrecht-link-color);
|
|
950
|
+
--utrecht-link-hover-color: var(--utrecht-link-focus-color);
|
|
951
|
+
--utrecht-link-active-color: var(--utrecht-link-color);
|
|
952
|
+
--utrecht-form-field-error-message-color: var(--utrecht-feedback-invalid-color);
|
|
953
|
+
--utrecht-form-field-description-warning-color: var(--utrecht-feedback-warning-color);
|
|
954
|
+
--utrecht-form-field-description-invalid-color: var(--utrecht-feedback-invalid-color);
|
|
955
|
+
--utrecht-form-control-invalid-border-color: var(--utrecht-feedback-invalid-border-color);
|
|
956
|
+
--utrecht-form-control-font-family: var(--utrecht-document-font-family);
|
|
957
|
+
--utrecht-drawer-color: var(--utrecht-document-color);
|
|
958
|
+
--utrecht-drawer-background-color: var(--utrecht-document-background-color);
|
|
959
|
+
--utrecht-feedback-active-color: var(--utrecht-feedback-safe-color);
|
|
960
|
+
--utrecht-feedback-inactive-color: var(--utrecht-feedback-danger-color);
|
|
961
|
+
--utrecht-feedback-success-color: var(--utrecht-feedback-safe-color);
|
|
962
|
+
--utrecht-feedback-error-color: var(--utrecht-feedback-danger-color);
|
|
963
|
+
--utrecht-feedback-valid-color: var(--utrecht-feedback-safe-color);
|
|
964
|
+
--utrecht-feedback-invalid-fill-background-color: var(--utrecht-feedback-invalid-background-color);
|
|
965
|
+
--utrecht-feedback-safe-border-color: var(--utrecht-feedback-safe-color);
|
|
966
|
+
--utrecht-feedback-safe-background-color: var(--utrecht-feedback-safe-color);
|
|
967
|
+
--utrecht-feedback-warning-border-color: var(--utrecht-feedback-warning-color);
|
|
968
|
+
--utrecht-feedback-warning-background-color: var(--utrecht-feedback-warning-color);
|
|
969
|
+
--utrecht-feedback-danger-border-color: var(--utrecht-feedback-danger-color);
|
|
970
|
+
--utrecht-feedback-danger-background-color: var(--utrecht-feedback-danger-color);
|
|
971
|
+
--utrecht-checkbox-color: var(--utrecht-form-control-color);
|
|
972
|
+
--utrecht-checkbox-border-color: var(--utrecht-form-control-border-color);
|
|
973
|
+
--utrecht-checkbox-background-color: var(--utrecht-form-control-background-color);
|
|
974
|
+
--utrecht-button-subtle-pressed-color: var(--utrecht-button-subtle-active-color);
|
|
975
|
+
--utrecht-button-subtle-pressed-background-color: var(--utrecht-button-subtle-active-background-color);
|
|
976
|
+
--utrecht-button-secondary-action-pressed-color: var(--utrecht-button-secondary-action-active-color);
|
|
977
|
+
--utrecht-button-secondary-action-pressed-background-color: var(--utrecht-button-secondary-action-active-background-color);
|
|
978
|
+
--utrecht-button-primary-action-pressed-color: var(--utrecht-button-primary-action-active-color);
|
|
979
|
+
--utrecht-button-primary-action-pressed-border-color: var(--utrecht-button-primary-action-active-border-color);
|
|
980
|
+
--utrecht-button-primary-action-pressed-background-color: var(--utrecht-button-primary-action-active-background-color);
|
|
981
|
+
--utrecht-button-pressed-color: var(--utrecht-button-active-color);
|
|
982
|
+
--utrecht-button-pressed-background-color: var(--utrecht-button-active-background-color);
|
|
983
|
+
--utrecht-breadcrumb-nav-arrows-link-focus-background-color: var(--utrecht-focus-background-color);
|
|
984
|
+
--utrecht-breadcrumb-nav-link-focus-background-color: var(--utrecht-focus-background-color);
|
|
985
|
+
--utrecht-badge-counter-border-radius: var(--utrecht-badge-counter-font-size); /* Default corner radius for badge components */
|
|
986
|
+
--of-layout-bg: var(--of-layout-background);
|
|
987
|
+
--utrecht-radio-button-invalid-border-color: var(--utrecht-form-control-invalid-border-color);
|
|
988
|
+
--utrecht-form-field-invalid-border-inline-start-color: var(--utrecht-form-control-invalid-border-color);
|
|
989
|
+
--utrecht-form-field-description-valid-color: var(--utrecht-feedback-valid-color);
|
|
990
|
+
--utrecht-feedback-active-border-color: var(--utrecht-feedback-safe-border-color);
|
|
991
|
+
--utrecht-feedback-active-background-color: var(--utrecht-feedback-safe-background-color);
|
|
992
|
+
--utrecht-feedback-inactive-border-color: var(--utrecht-feedback-danger-border-color);
|
|
993
|
+
--utrecht-feedback-inactive-background-color: var(--utrecht-feedback-danger-background-color);
|
|
994
|
+
--utrecht-feedback-success-border-color: var(--utrecht-feedback-safe-border-color);
|
|
995
|
+
--utrecht-feedback-success-background-color: var(--utrecht-feedback-safe-background-color);
|
|
996
|
+
--utrecht-feedback-error-border-color: var(--utrecht-feedback-danger-border-color);
|
|
997
|
+
--utrecht-feedback-error-background-color: var(--utrecht-feedback-danger-background-color);
|
|
998
|
+
--utrecht-feedback-valid-border-color: var(--utrecht-feedback-safe-border-color);
|
|
999
|
+
--utrecht-feedback-valid-background-color: var(--utrecht-feedback-safe-background-color);
|
|
1000
|
+
--utrecht-feedback-safe-fill-background-color: var(--utrecht-feedback-safe-background-color);
|
|
1001
|
+
--utrecht-feedback-warning-fill-background-color: var(--utrecht-feedback-warning-background-color);
|
|
1002
|
+
--utrecht-feedback-danger-fill-background-color: var(--utrecht-feedback-danger-background-color);
|
|
1003
|
+
--utrecht-checkbox-invalid-border-color: var(--utrecht-form-control-invalid-border-color);
|
|
1004
|
+
--utrecht-feedback-active-fill-background-color: var(--utrecht-feedback-active-background-color);
|
|
1005
|
+
--utrecht-feedback-inactive-fill-background-color: var(--utrecht-feedback-inactive-background-color);
|
|
1006
|
+
--utrecht-feedback-success-fill-background-color: var(--utrecht-feedback-success-background-color);
|
|
1007
|
+
--utrecht-feedback-error-fill-background-color: var(--utrecht-feedback-error-background-color);
|
|
1008
|
+
--utrecht-feedback-valid-fill-background-color: var(--utrecht-feedback-valid-background-color);
|
|
1009
|
+
}
|