@utrecht/component-library-css 1.0.0-alpha.2 → 1.0.0-alpha.201
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/README.md +44 -0
- package/dist/bem.css +2369 -271
- package/dist/html.css +2205 -187
- package/dist/index.css +5256 -638
- package/dist/root-theme.css +535 -173
- package/html-component.md +25 -0
- package/package.json +7 -4
- package/src/bem.scss +42 -3
- package/src/html.scss +19 -6
package/dist/root-theme.css
CHANGED
|
@@ -5,83 +5,67 @@
|
|
|
5
5
|
/* Collection of CSS variables for Utrecht theme applied to `:root` */
|
|
6
6
|
/**
|
|
7
7
|
* Do not edit directly
|
|
8
|
-
* Generated on
|
|
8
|
+
* Generated on Tue, 03 May 2022 13:35:49 GMT
|
|
9
9
|
*/
|
|
10
10
|
:root {
|
|
11
|
-
--
|
|
12
|
-
--
|
|
11
|
+
--denhaag-process-steps-sub-step-heading-font-weight: utrecht.typography.weight-scale.normal.font-weight;
|
|
12
|
+
--denhaag-process-steps-sub-step-heading-font-family: ;
|
|
13
|
+
--denhaag-process-steps-sub-step-marker-size: 8px;
|
|
14
|
+
--denhaag-process-steps-step-marker-font-weight: utrecht.typography.weight-scale.bold.font-weight;
|
|
15
|
+
--denhaag-process-steps-step-marker-font-size: utrecht.typography.scale.ms;
|
|
16
|
+
--utrecht-toptask-nav-link-grid-max-inline-size: 240px;
|
|
17
|
+
--utrecht-topnav-link-focus-text-decoration: none;
|
|
18
|
+
--utrecht-topnav-link-focus-border-type: dotted;
|
|
19
|
+
--utrecht-search-bar-hover-transform: 1;
|
|
20
|
+
--utrecht-search-bar-hover-background-color: hsl(359, 65%, 58%);
|
|
21
|
+
--utrecht-search-bar-button-text-transform: uppercase;
|
|
22
|
+
--utrecht-search-bar-button-letter-spacing: .05em;
|
|
23
|
+
--utrecht-search-bar-textbox-background-size: 1em;
|
|
24
|
+
--utrecht-search-bar-textbox-background-position-y: 50%;
|
|
25
|
+
--utrecht-search-bar-textbox-background-position-x: .5em;
|
|
13
26
|
--utrecht-badge-counter-padding-inline: 1ex;
|
|
14
27
|
--utrecht-badge-counter-padding-block: 1ex;
|
|
15
28
|
--utrecht-badge-counter-border-radius: 3ex;
|
|
16
|
-
--utrecht-space-column-5xl: 80px;
|
|
17
|
-
--utrecht-space-column-4xl: 64px;
|
|
18
|
-
--utrecht-space-column-3xl: 48px;
|
|
19
|
-
--utrecht-space-column-2xl: 32px;
|
|
20
|
-
--utrecht-space-column-xl: 28px;
|
|
21
|
-
--utrecht-space-column-lg: 24px;
|
|
22
|
-
--utrecht-space-column-md: 16px;
|
|
23
|
-
--utrecht-space-column-sm: 12px;
|
|
24
|
-
--utrecht-space-column-xs: 8px;
|
|
25
|
-
--utrecht-space-column-2xs: 4px;
|
|
26
|
-
--utrecht-space-column-3xs: 2px;
|
|
27
|
-
--utrecht-space-column-4xs: 1px;
|
|
28
|
-
--utrecht-space-row-5xl: 80px;
|
|
29
|
-
--utrecht-space-row-4xl: 64px;
|
|
30
|
-
--utrecht-space-row-3xl: 48px;
|
|
31
|
-
--utrecht-space-row-2xl: 32px;
|
|
32
|
-
--utrecht-space-row-xl: 28px;
|
|
33
|
-
--utrecht-space-row-lg: 24px;
|
|
34
|
-
--utrecht-space-row-md: 16px;
|
|
35
|
-
--utrecht-space-row-sm: 12px;
|
|
36
|
-
--utrecht-space-row-xs: 8px;
|
|
37
|
-
--utrecht-space-row-2xs: 4px;
|
|
38
|
-
--utrecht-space-row-3xs: 2px;
|
|
39
|
-
--utrecht-space-row-4xs: 1px;
|
|
40
|
-
--utrecht-space-inline-3xl: 3ch;
|
|
41
|
-
--utrecht-space-inline-2xl: 2ch;
|
|
42
|
-
--utrecht-space-inline-xl: 1.75ch;
|
|
43
|
-
--utrecht-space-inline-lg: 1.5ch;
|
|
44
|
-
--utrecht-space-inline-md: 1ch;
|
|
45
|
-
--utrecht-space-inline-sm: 0.75ch;
|
|
46
|
-
--utrecht-space-inline-xs: 0.5ch;
|
|
47
|
-
--utrecht-space-inline-2xs: 0.25ch;
|
|
48
|
-
--utrecht-space-inline-3xs: 0.125ch;
|
|
49
|
-
--utrecht-space-block-5xl: 80px;
|
|
50
|
-
--utrecht-space-block-4xl: 64px;
|
|
51
|
-
--utrecht-space-block-3xl: 48px;
|
|
52
|
-
--utrecht-space-block-2xl: 32px;
|
|
53
|
-
--utrecht-space-block-xl: 28px;
|
|
54
|
-
--utrecht-space-block-lg: 24px;
|
|
55
|
-
--utrecht-space-block-md: 16px;
|
|
56
|
-
--utrecht-space-block-sm: 12px;
|
|
57
|
-
--utrecht-space-block-xs: 8px;
|
|
58
|
-
--utrecht-space-block-2xs: 4px;
|
|
59
|
-
--utrecht-space-block-3xs: 2px;
|
|
60
29
|
--utrecht-border-style-dotted: dotted;
|
|
61
30
|
--utrecht-border-style-solid: solid;
|
|
62
31
|
--utrecht-border-width-md: 2px;
|
|
63
32
|
--utrecht-border-width-sm: 1px;
|
|
64
|
-
--utrecht-typography-
|
|
65
|
-
--utrecht-typography-
|
|
66
|
-
--utrecht-typography-
|
|
67
|
-
|
|
68
|
-
--utrecht-typography-
|
|
33
|
+
--utrecht-typography-text-transform-uppercase: uppercase;
|
|
34
|
+
--utrecht-typography-line-height-lg: 2;
|
|
35
|
+
--utrecht-typography-line-height-md: 1.5;
|
|
36
|
+
--utrecht-typography-line-height-sm: 1.25;
|
|
37
|
+
--utrecht-typography-line-height-xs: 1;
|
|
38
|
+
--utrecht-typography-letter-spacing-lg: 3px;
|
|
39
|
+
--utrecht-typography-letter-spacing-md: 1px;
|
|
40
|
+
--utrecht-typography-letter-spacing-sm: 0.8px;
|
|
41
|
+
--utrecht-typography-letter-spacing-normal: normal;
|
|
42
|
+
--utrecht-typography-font-style-inherit: inherit;
|
|
43
|
+
--utrecht-typography-font-style-normal: normal;
|
|
44
|
+
--utrecht-typography-weight-scale-normal-font-weight: 400;
|
|
45
|
+
--utrecht-typography-weight-scale-bold-font-weight: 700;
|
|
46
|
+
--utrecht-typography-scale-4xl-font-size: 2rem;
|
|
47
|
+
/* 32px */
|
|
48
|
+
--utrecht-typography-scale-3xl-font-size: 1.5rem;
|
|
69
49
|
/* 24px */
|
|
70
|
-
--utrecht-typography-scale-
|
|
71
|
-
/*
|
|
72
|
-
--utrecht-typography-scale-
|
|
50
|
+
--utrecht-typography-scale-2xl-font-size: 1.375rem;
|
|
51
|
+
/* 22px */
|
|
52
|
+
--utrecht-typography-scale-xl-font-size: 1.25rem;
|
|
73
53
|
/* 20px */
|
|
54
|
+
--utrecht-typography-scale-lg-font-size: 1.125rem;
|
|
55
|
+
/* 18px */
|
|
74
56
|
--utrecht-typography-scale-md-font-size: 1rem;
|
|
75
57
|
/* 16px */
|
|
76
|
-
--utrecht-typography-scale-sm-font-size: 0.
|
|
77
|
-
/*
|
|
78
|
-
--utrecht-typography-scale-xs-font-size: 0.
|
|
79
|
-
/*
|
|
58
|
+
--utrecht-typography-scale-sm-font-size: 0.875rem;
|
|
59
|
+
/* 14px */
|
|
60
|
+
--utrecht-typography-scale-xs-font-size: 0.75rem;
|
|
61
|
+
/* 12px */
|
|
80
62
|
--utrecht-typography-scale-2xs-font-size: 0.5rem;
|
|
81
63
|
/* 8px */
|
|
82
|
-
--utrecht-typography-sans-serif-font-family: "
|
|
64
|
+
--utrecht-typography-sans-serif-fallback-font-family: "Arial", sans-serif;
|
|
65
|
+
--utrecht-typography-sans-serif-font-family: "Lucida Grande";
|
|
83
66
|
--utrecht-color-black: hsl(0 0% 0%);
|
|
84
67
|
--utrecht-color-white: hsl(0 0% 100%);
|
|
68
|
+
--utrecht-color-invalid: #990000;
|
|
85
69
|
--utrecht-color-green-90: hsl(90 30% 90%);
|
|
86
70
|
/* Achtergrond licht groen */
|
|
87
71
|
--utrecht-color-green-80: hsl(90 30% 80%);
|
|
@@ -98,26 +82,38 @@
|
|
|
98
82
|
/* basis geel #ffcc00 */
|
|
99
83
|
--utrecht-color-yellow-40: hsl(48 100% 40%);
|
|
100
84
|
/* donker geel */
|
|
85
|
+
--utrecht-color-grey-95: hsl(0 0% 95%);
|
|
86
|
+
/* grijs variant voor achtergrond accordion #f2f2f2 */
|
|
101
87
|
--utrecht-color-grey-90: hsl(0 0% 90%);
|
|
102
|
-
/* grijs variant voor achtergrond templates #
|
|
88
|
+
/* grijs variant voor achtergrond templates #e6e6e6 */
|
|
103
89
|
--utrecht-color-grey-80: hsl(0 0% 80%);
|
|
104
90
|
/* grijs variant voor achtergrond content #e5e5e5 */
|
|
105
91
|
--utrecht-color-grey-40: hsl(0 0% 40%);
|
|
106
92
|
/* basis grijs #727272 */
|
|
107
93
|
--utrecht-color-grey-30: hsl(0 0% 30%);
|
|
108
94
|
/* border grijs #888 */
|
|
95
|
+
--utrecht-color-grey-20: hsl(0 0% 20%);
|
|
96
|
+
/* experimenteel / beperkt gebruiken */
|
|
97
|
+
--utrecht-color-grey-15: hsl(0 0% 15%);
|
|
98
|
+
/* experimenteel / beperkt gebruiken */
|
|
99
|
+
--utrecht-color-grey-10: hsl(0 0% 10%);
|
|
100
|
+
/* experimenteel / beperkt gebruiken */
|
|
109
101
|
--utrecht-color-blue-90: hsl(211 60% 90%);
|
|
110
102
|
/* ijsblauw variant achtergrond, spotlight en uitgelicht */
|
|
111
103
|
--utrecht-color-blue-80: hsl(211 60% 80%);
|
|
112
104
|
/* licht blauw voor achtergrond */
|
|
105
|
+
--utrecht-color-blue-50: hsl(211 60% 50%);
|
|
106
|
+
/* experimenteel / beperkt gebruiken */
|
|
113
107
|
--utrecht-color-blue-40: hsl(211 60% 40%);
|
|
114
108
|
/* blauw variant bij hover/focus #3669a5 */
|
|
115
109
|
--utrecht-color-blue-35: hsl(211 60% 35%);
|
|
116
110
|
/* basis link en knoppen CTA donkerblauw */
|
|
117
111
|
--utrecht-color-blue-30: hsl(211 60% 30%);
|
|
118
|
-
/*
|
|
112
|
+
/* Deze kleur gebruiken we niet */
|
|
119
113
|
--utrecht-color-blue-20: hsl(211 60% 20%);
|
|
120
114
|
/* basis donkerblauw (OS focus) */
|
|
115
|
+
--utrecht-color-red-95: hsl(0 100% 95%);
|
|
116
|
+
/* Achtergrond rode kleur */
|
|
121
117
|
--utrecht-color-red-40: hsl(0 100% 40%);
|
|
122
118
|
/* basis rood #cc0000 */
|
|
123
119
|
--utrecht-color-red-30: hsl(0 100% 30%);
|
|
@@ -128,13 +124,14 @@
|
|
|
128
124
|
--utrecht-unordered-list-item-margin-block-start: 0.5rem;
|
|
129
125
|
--utrecht-unordered-list-margin-block-end: 1rem;
|
|
130
126
|
--utrecht-unordered-list-margin-block-start: 0;
|
|
131
|
-
--utrecht-
|
|
132
|
-
--utrecht-
|
|
133
|
-
--utrecht-
|
|
134
|
-
--utrecht-
|
|
135
|
-
--utrecht-
|
|
136
|
-
--utrecht-
|
|
127
|
+
--utrecht-toptask-link-icon-size: 1.7rem;
|
|
128
|
+
--utrecht-toptask-link-hover-transform-scale: 1.02;
|
|
129
|
+
--utrecht-toptask-link-min-inline-size: 15rem;
|
|
130
|
+
--utrecht-toptask-link-min-block-size: 8.25rem;
|
|
131
|
+
--utrecht-toptask-link-line-height: 1.2;
|
|
132
|
+
--utrecht-toptask-link-font-size: 1rem;
|
|
137
133
|
--utrecht-textbox-border-bottom-width: 3px;
|
|
134
|
+
--utrecht-textarea-border-bottom-width: 3px;
|
|
138
135
|
--utrecht-table-cell-padding-inline-start: 0.4em;
|
|
139
136
|
--utrecht-table-cell-padding-inline-end: 0;
|
|
140
137
|
--utrecht-table-cell-padding-block-start: 0.5em;
|
|
@@ -142,49 +139,227 @@
|
|
|
142
139
|
--utrecht-table-caption-margin-block-end: 1em;
|
|
143
140
|
--utrecht-table-caption-text-align: start;
|
|
144
141
|
--utrecht-table-caption-font-size: 1.125em;
|
|
145
|
-
--utrecht-separator-
|
|
146
|
-
--utrecht-
|
|
142
|
+
--utrecht-separator-block-size: 8px;
|
|
143
|
+
--utrecht-select-border-block-end-width: 3px;
|
|
144
|
+
--utrecht-pre-heading-text-transform: uppercase;
|
|
145
|
+
--utrecht-pagination-relative-link-distanced-margin-inline-start: 0.5em;
|
|
146
|
+
--utrecht-pagination-relative-link-distanced-margin-inline-end: 0.5em;
|
|
147
|
+
--utrecht-pagination-relative-link-text-transform: uppercase;
|
|
148
|
+
--utrecht-pagination-relative-link-text-decoration: none;
|
|
149
|
+
--utrecht-pagination-relative-link-padding-block-start: 0.5em;
|
|
150
|
+
--utrecht-pagination-relative-link-padding-block-end: 0.5em;
|
|
151
|
+
--utrecht-pagination-relative-link-padding-inline-start: 0.5em;
|
|
152
|
+
--utrecht-pagination-relative-link-padding-inline-end: 0.5em;
|
|
153
|
+
--utrecht-pagination-relative-link-border-width: 2px;
|
|
154
|
+
--utrecht-pagination-page-link-border-color: transparent;
|
|
155
|
+
--utrecht-pagination-page-link-distanced-margin-inline-start: 0.5em;
|
|
156
|
+
--utrecht-pagination-page-link-text-decoration: none;
|
|
157
|
+
--utrecht-pagination-page-link-padding-block-start: 0.5em;
|
|
158
|
+
--utrecht-pagination-page-link-padding-block-end: 0.5em;
|
|
159
|
+
--utrecht-pagination-page-link-padding-inline-start: 0.5em;
|
|
160
|
+
--utrecht-pagination-page-link-padding-inline-end: 0.5em;
|
|
161
|
+
--utrecht-pagination-page-link-border-width: 2px;
|
|
162
|
+
--utrecht-pagination-page-link-background-color: transparent;
|
|
163
|
+
--utrecht-pagination-margin-block-end: 1em;
|
|
164
|
+
--utrecht-pagination-margin-block-start: 0;
|
|
165
|
+
--utrecht-pagination-font-size: 14px;
|
|
166
|
+
--utrecht-page-padding-inline-start: 2em;
|
|
167
|
+
--utrecht-page-padding-block-end: 1em;
|
|
168
|
+
--utrecht-page-padding-inline-end: 2.4em;
|
|
169
|
+
--utrecht-page-padding-block-start: 1.8em;
|
|
170
|
+
--utrecht-page-max-inline-size: 1184px;
|
|
171
|
+
--utrecht-page-margin-inline-end: 2em;
|
|
172
|
+
--utrecht-page-margin-inline-start: 2em;
|
|
173
|
+
--utrecht-page-header-padding-block-start: 1.8em;
|
|
174
|
+
--utrecht-page-header-padding-inline-start: 2em;
|
|
175
|
+
--utrecht-page-header-padding-inline-end: 2.4em;
|
|
176
|
+
--utrecht-page-header-padding-block-end: 1em;
|
|
177
|
+
--utrecht-page-footer-padding-block-start: 1.8em;
|
|
178
|
+
--utrecht-page-footer-padding-block-end: 1.8em;
|
|
179
|
+
--utrecht-page-footer-padding-inline-start: 1em;
|
|
180
|
+
--utrecht-page-footer-padding-inline-end: 1em;
|
|
181
|
+
--utrecht-page-content-padding-block-end: 2em;
|
|
182
|
+
--utrecht-page-content-padding-block-start: 2em;
|
|
183
|
+
--utrecht-ordered-list-item-padding-inline-start: 0;
|
|
184
|
+
--utrecht-ordered-list-item-margin-block-end: 0.25em;
|
|
185
|
+
--utrecht-ordered-list-item-margin-block-start: 0.25em;
|
|
186
|
+
--utrecht-ordered-list-padding-inline-start: 28.8px;
|
|
187
|
+
--utrecht-ordered-list-margin-block-end: 1em;
|
|
188
|
+
--utrecht-ordered-list-margin-block-start: 0;
|
|
147
189
|
--utrecht-mapcontrolbutton-focus-text-decoration: none;
|
|
148
|
-
--utrecht-mapcontrolbutton-border-radius:
|
|
190
|
+
--utrecht-mapcontrolbutton-border-radius: 2px;
|
|
149
191
|
--utrecht-mapcontrolbutton-margin-inline-end: 0;
|
|
150
192
|
--utrecht-mapcontrolbutton-margin-inline-start: 0;
|
|
193
|
+
--utrecht-logo-max-width: 110.57px;
|
|
194
|
+
--utrecht-logo-max-height: 58.97px;
|
|
195
|
+
--utrecht-link-hover-text-decoration-thickness: 3px;
|
|
151
196
|
--utrecht-link-hover-text-decoration: underline;
|
|
152
197
|
--utrecht-link-focus-text-decoration: none;
|
|
153
|
-
--utrecht-link-text-
|
|
154
|
-
--utrecht-
|
|
155
|
-
--utrecht-
|
|
156
|
-
--utrecht-heading-6-margin-block-start: 1rem;
|
|
157
|
-
--utrecht-heading-6-margin-block-end: 0.2rem;
|
|
158
|
-
--utrecht-heading-6-line-height: 1.333;
|
|
159
|
-
--utrecht-heading-6-font-size: 0.9rem;
|
|
160
|
-
--utrecht-heading-5-text-transform: uppercase;
|
|
161
|
-
--utrecht-heading-5-letter-spacing: 0.72px;
|
|
198
|
+
--utrecht-link-text-underline-offset: 3px;
|
|
199
|
+
--utrecht-link-text-decoration: underline;
|
|
200
|
+
--utrecht-link-list-marker-inline-size: 16px;
|
|
162
201
|
--utrecht-heading-5-margin-block-start: 1rem;
|
|
163
202
|
--utrecht-heading-5-margin-block-end: 0.2rem;
|
|
164
|
-
--utrecht-heading-5-line-height: 1.333;
|
|
165
|
-
--utrecht-heading-5-font-size: 0.9rem;
|
|
166
203
|
--utrecht-heading-4-margin-block-start: 1.2rem;
|
|
167
204
|
--utrecht-heading-4-margin-block-end: 0.3rem;
|
|
168
|
-
--utrecht-heading-4-line-height: 1.25;
|
|
169
|
-
--utrecht-heading-4-font-size: 1.125rem;
|
|
170
205
|
--utrecht-heading-3-margin-block-start: 1rem;
|
|
171
206
|
--utrecht-heading-3-margin-block-end: 0.2rem;
|
|
172
|
-
--utrecht-heading-3-line-height: 1.2;
|
|
173
|
-
--utrecht-heading-3-font-size: 1.25rem;
|
|
174
207
|
--utrecht-heading-2-margin-block-start: 1.5rem;
|
|
175
208
|
--utrecht-heading-2-margin-block-end: 0.3rem;
|
|
176
|
-
--utrecht-heading-2-line-height: 1.2;
|
|
177
|
-
--utrecht-heading-2-font-size: 1.25rem;
|
|
178
209
|
--utrecht-heading-1-margin-block-start: 0.67rem;
|
|
179
210
|
--utrecht-heading-1-margin-block-end: 0.67rem;
|
|
180
|
-
--utrecht-
|
|
181
|
-
--utrecht-
|
|
211
|
+
--utrecht-form-toggle-width: 48px;
|
|
212
|
+
--utrecht-form-toggle-padding-inline-start: 0;
|
|
213
|
+
--utrecht-form-toggle-padding-inline-end: 0;
|
|
214
|
+
--utrecht-form-toggle-padding-block-start: 0;
|
|
215
|
+
--utrecht-form-toggle-padding-block-end: 0;
|
|
216
|
+
--utrecht-form-toggle-height: 24px;
|
|
217
|
+
--utrecht-form-toggle-border-style: solid;
|
|
218
|
+
--utrecht-form-toggle-focus-border-width: 2px;
|
|
219
|
+
--utrecht-form-toggle-focus-border-style: dotted;
|
|
220
|
+
--utrecht-form-toggle-thumb-disabled-box-shadow: 0;
|
|
221
|
+
--utrecht-form-toggle-thumb-min-inline-size: 18px;
|
|
222
|
+
--utrecht-form-toggle-thumb-margin-inline-end: .25em;
|
|
223
|
+
--utrecht-form-toggle-thumb-margin-inline-start: .25em;
|
|
224
|
+
--utrecht-form-toggle-track-border-radius: 10em;
|
|
225
|
+
--utrecht-form-toggle-border-width: 2px;
|
|
226
|
+
--utrecht-form-toggle-border-radius: 0;
|
|
227
|
+
--utrecht-form-toggle-border-color: transparent;
|
|
228
|
+
--utrecht-form-toggle-accent-color: hsla(0, 0%, 48%, 1);
|
|
229
|
+
--utrecht-form-label-font-size: 1em;
|
|
230
|
+
--utrecht-form-input-block-size: 42px;
|
|
231
|
+
--utrecht-form-input-padding-inline-start: 12px;
|
|
232
|
+
--utrecht-form-input-padding-inline-end: 12px;
|
|
233
|
+
--utrecht-form-input-padding-block-start: 8px;
|
|
234
|
+
--utrecht-form-input-padding-block-end: 8px;
|
|
235
|
+
--utrecht-form-input-max-inline-size: 28em;
|
|
236
|
+
--utrecht-form-input-border-radius: 0;
|
|
237
|
+
--utrecht-form-fieldset-legend-text-transform: uppercase;
|
|
238
|
+
--utrecht-form-fieldset-legend-line-height: 1.4;
|
|
239
|
+
--utrecht-form-fieldset-legend-font-size: 1rem;
|
|
182
240
|
--utrecht-document-line-height: 1.4;
|
|
241
|
+
--utrecht-custom-checkbox-focus-border-width: 3px;
|
|
242
|
+
--utrecht-custom-checkbox-icon-size: 16px;
|
|
243
|
+
--utrecht-custom-checkbox-size: 24px;
|
|
244
|
+
--utrecht-custom-checkbox-border-width: 1px;
|
|
245
|
+
--utrecht-custom-checkbox-border-radius: 0;
|
|
246
|
+
--utrecht-space-column-5xl: 64px;
|
|
247
|
+
/* Extra Large 5 */
|
|
248
|
+
--utrecht-space-column-4xl: 48px;
|
|
249
|
+
/* Extra Large 4 */
|
|
250
|
+
--utrecht-space-column-3xl: 32px;
|
|
251
|
+
/* Extra Large 3 */
|
|
252
|
+
--utrecht-space-column-2xl: 28px;
|
|
253
|
+
/* Extra Large 2 */
|
|
254
|
+
--utrecht-space-column-xl: 24px;
|
|
255
|
+
/* Extra Large */
|
|
256
|
+
--utrecht-space-column-lg: 20px;
|
|
257
|
+
/* Large */
|
|
258
|
+
--utrecht-space-column-md: 16px;
|
|
259
|
+
/* Medium */
|
|
260
|
+
--utrecht-space-column-sm: 12px;
|
|
261
|
+
/* Small */
|
|
262
|
+
--utrecht-space-column-xs: 8px;
|
|
263
|
+
/* Extra Small */
|
|
264
|
+
--utrecht-space-column-2xs: 4px;
|
|
265
|
+
/* Extra Small 2 */
|
|
266
|
+
--utrecht-space-column-3xs: 2px;
|
|
267
|
+
/* Extra Small 3 */
|
|
268
|
+
--utrecht-space-column-4xs: 1px;
|
|
269
|
+
/* Extra Small 4 */
|
|
270
|
+
--utrecht-space-row-5xl: 64px;
|
|
271
|
+
/* Extra Large 5 */
|
|
272
|
+
--utrecht-space-row-4xl: 48px;
|
|
273
|
+
/* Extra Large 4 */
|
|
274
|
+
--utrecht-space-row-3xl: 32px;
|
|
275
|
+
/* Extra Large 3 */
|
|
276
|
+
--utrecht-space-row-2xl: 28px;
|
|
277
|
+
/* Extra Large 2 */
|
|
278
|
+
--utrecht-space-row-xl: 24px;
|
|
279
|
+
/* Extra Large */
|
|
280
|
+
--utrecht-space-row-lg: 20px;
|
|
281
|
+
/* Large */
|
|
282
|
+
--utrecht-space-row-md: 16px;
|
|
283
|
+
/* Medium */
|
|
284
|
+
--utrecht-space-row-sm: 12px;
|
|
285
|
+
/* Small */
|
|
286
|
+
--utrecht-space-row-xs: 8px;
|
|
287
|
+
/* Extra Small */
|
|
288
|
+
--utrecht-space-row-2xs: 4px;
|
|
289
|
+
/* Extra Small 2 */
|
|
290
|
+
--utrecht-space-row-3xs: 2px;
|
|
291
|
+
/* Extra Small 3 */
|
|
292
|
+
--utrecht-space-row-4xs: 1px;
|
|
293
|
+
/* Extra Small 4 */
|
|
294
|
+
--utrecht-space-text-3xl: 3ch;
|
|
295
|
+
/* Extra Large 3 */
|
|
296
|
+
--utrecht-space-text-2xl: 2ch;
|
|
297
|
+
/* Extra Large 2 */
|
|
298
|
+
--utrecht-space-text-xl: 1.75ch;
|
|
299
|
+
/* Extra Large */
|
|
300
|
+
--utrecht-space-text-lg: 1.5ch;
|
|
301
|
+
/* Large */
|
|
302
|
+
--utrecht-space-text-md: 1ch;
|
|
303
|
+
/* Medium */
|
|
304
|
+
--utrecht-space-text-sm: 0.75ch;
|
|
305
|
+
/* Small */
|
|
306
|
+
--utrecht-space-text-xs: 0.5ch;
|
|
307
|
+
/* Extra Small */
|
|
308
|
+
--utrecht-space-text-2xs: 0.25ch;
|
|
309
|
+
/* Extra Small 2 */
|
|
310
|
+
--utrecht-space-text-3xs: 0.125ch;
|
|
311
|
+
/* Extra Small 3 */
|
|
312
|
+
--utrecht-space-inline-4xl: 48px;
|
|
313
|
+
/* Extra Large 4 */
|
|
314
|
+
--utrecht-space-inline-3xl: 32px;
|
|
315
|
+
/* Extra Large 3 */
|
|
316
|
+
--utrecht-space-inline-2xl: 28px;
|
|
317
|
+
/* Extra Large 2 */
|
|
318
|
+
--utrecht-space-inline-xl: 24px;
|
|
319
|
+
/* Extra Large */
|
|
320
|
+
--utrecht-space-inline-lg: 20px;
|
|
321
|
+
/* Large */
|
|
322
|
+
--utrecht-space-inline-md: 16px;
|
|
323
|
+
/* Medium */
|
|
324
|
+
--utrecht-space-inline-sm: 12px;
|
|
325
|
+
/* Small */
|
|
326
|
+
--utrecht-space-inline-xs: 8px;
|
|
327
|
+
/* Extra Small */
|
|
328
|
+
--utrecht-space-inline-2xs: 4px;
|
|
329
|
+
/* Extra Small 2 */
|
|
330
|
+
--utrecht-space-inline-3xs: 2px;
|
|
331
|
+
/* Extra Small 3 */
|
|
332
|
+
--utrecht-space-block-4xs: 1px;
|
|
333
|
+
--utrecht-space-block-4xl: 64px;
|
|
334
|
+
/* Extra Large 4 */
|
|
335
|
+
--utrecht-space-block-3xl: 48px;
|
|
336
|
+
/* Extra Large 3 */
|
|
337
|
+
--utrecht-space-block-2xl: 32px;
|
|
338
|
+
/* Extra Large 2 */
|
|
339
|
+
--utrecht-space-block-xl: 24px;
|
|
340
|
+
/* Extra Large */
|
|
341
|
+
--utrecht-space-block-lg: 20px;
|
|
342
|
+
/* Large */
|
|
343
|
+
--utrecht-space-block-md: 16px;
|
|
344
|
+
/* Medium */
|
|
345
|
+
--utrecht-space-block-sm: 12px;
|
|
346
|
+
/* Small */
|
|
347
|
+
--utrecht-space-block-xs: 8px;
|
|
348
|
+
/* Extra Small */
|
|
349
|
+
--utrecht-space-block-2xs: 4px;
|
|
350
|
+
/* Extra Small 2 */
|
|
351
|
+
--utrecht-space-block-3xs: 2px;
|
|
352
|
+
/* Extra Small 3 */
|
|
353
|
+
--utrecht-action-submit-cursor: pointer;
|
|
354
|
+
--utrecht-action-disabled-cursor: not-allowed;
|
|
355
|
+
--utrecht-action-busy-cursor: wait;
|
|
183
356
|
--utrecht-button-focus-transform-scale: 1.02;
|
|
184
|
-
--utrecht-button-border-radius: 0;
|
|
185
357
|
--utrecht-button-margin-inline-end: 0;
|
|
186
358
|
--utrecht-button-margin-inline-start: 0;
|
|
187
359
|
--utrecht-button-border-width: 0;
|
|
360
|
+
--utrecht-button-border-radius: 0;
|
|
361
|
+
--utrecht-breadcrumb-divider-inline-size: 1px;
|
|
362
|
+
--utrecht-breadcrumb-block-size: 34px;
|
|
188
363
|
--utrecht-blockquote-content-font-size: 1.125rem;
|
|
189
364
|
--utrecht-blockquote-attribution-font-size: 0.75rem;
|
|
190
365
|
--utrecht-blockquote-margin-inline-block-end: 1.6em;
|
|
@@ -197,117 +372,274 @@
|
|
|
197
372
|
--utrecht-badge-status-letter-spacing: 0.15ch;
|
|
198
373
|
--utrecht-badge-data-text-transform: uppercase;
|
|
199
374
|
--utrecht-badge-data-letter-spacing: 0.15ch;
|
|
200
|
-
--utrecht-
|
|
375
|
+
--utrecht-backdrop-opacity: 0.8;
|
|
376
|
+
--utrecht-article-max-inline-size: 780px;
|
|
377
|
+
--denhaag-process-steps-sub-step-heading-font-size: var(--utrecht-typography-scale-sm-font-size);
|
|
378
|
+
--denhaag-process-steps-sub-step-heading-color: var(--utrecht-color-grey-15);
|
|
379
|
+
--denhaag-process-steps-step-description-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
380
|
+
--denhaag-process-steps-step-description-color: var(--utrecht-color-black);
|
|
381
|
+
--denhaag-process-steps-step-metadata-font-size: var(--utrecht-typography-scale-sm-font-size);
|
|
382
|
+
--denhaag-process-steps-step-metadata-color: var(--utrecht-color-grey-15);
|
|
383
|
+
--denhaag-process-steps-step-line-warning-color: var(--utrecht-color-invalid);
|
|
384
|
+
--denhaag-process-steps-step-line-checked-color: var(--utrecht-color-grey-40);
|
|
385
|
+
--denhaag-process-steps-step-line-color: var(--utrecht-color-grey-15);
|
|
386
|
+
--denhaag-process-steps-sub-step-marker-background-color: var(--utrecht-color-yellow-50);
|
|
387
|
+
--denhaag-process-steps-sub-step-marker-border-color: var(--utrecht-color-grey-15);
|
|
388
|
+
--denhaag-process-steps-step-marker-warning-color: var(--utrecht-color-invalid);
|
|
389
|
+
--denhaag-process-steps-step-marker-warning-background-color: var(--utrecht-color-white);
|
|
390
|
+
--denhaag-process-steps-step-marker-warning-border-color: var(--utrecht-color-invalid);
|
|
391
|
+
--denhaag-process-steps-step-marker-checked-color: var(--utrecht-color-grey-15);
|
|
392
|
+
--denhaag-process-steps-step-marker-checked-border-width: var(--utrecht-border-width-md);
|
|
393
|
+
--denhaag-process-steps-step-marker-checked-background-color: var(--utrecht-color-yellow-50);
|
|
394
|
+
--denhaag-process-steps-step-marker-checked-border-color: var(--utrecht-color-grey-15);
|
|
395
|
+
--denhaag-process-steps-step-marker-current-color: var(--utrecht-color-white);
|
|
396
|
+
--denhaag-process-steps-step-marker-current-border-width: var(--utrecht-border-width-md);
|
|
397
|
+
--denhaag-process-steps-step-marker-current-background-color: var(--utrecht-color-grey-15);
|
|
398
|
+
--denhaag-process-steps-step-marker-current-border-color: var(--utrecht-color-grey-15);
|
|
399
|
+
--denhaag-process-steps-step-marker-color: var(--utrecht-color-grey-15);
|
|
400
|
+
--denhaag-process-steps-step-marker-border-width: var(--utrecht-border-width-md);
|
|
401
|
+
--denhaag-process-steps-step-marker-background-color: var(--utrecht-color-yellow-50);
|
|
402
|
+
--denhaag-process-steps-step-marker-border-color: var(--utrecht-color-grey-15);
|
|
403
|
+
--denhaag-process-steps-step-heading-warning-color: var(--utrecht-color-black);
|
|
404
|
+
--denhaag-process-steps-step-heading-not-checked-color: var(--utrecht-color-black);
|
|
405
|
+
--denhaag-process-steps-step-heading-checked-color: var(--utrecht-color-black);
|
|
406
|
+
--denhaag-process-steps-step-heading-current-color: var(--utrecht-color-black);
|
|
407
|
+
--denhaag-process-steps-step-heading-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
408
|
+
--denhaag-process-steps-step-heading-font-size: var(--utrecht-typography-scale-lg-font-size);
|
|
409
|
+
--denhaag-process-steps-step-heading-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
410
|
+
--denhaag-process-steps-step-heading-color: var(--utrecht-color-black);
|
|
411
|
+
--denhaag-process-steps-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
412
|
+
--utrecht-toptask-nav-gap: var(--utrecht-space-column-md);
|
|
413
|
+
--utrecht-topnav-link-hover-background-color: var(--utrecht-color-black);
|
|
414
|
+
--utrecht-topnav-link-focus-outline-color: var(--utrecht-color-black);
|
|
415
|
+
--utrecht-topnav-link-focus-background-color: var(--utrecht-color-yellow-80);
|
|
416
|
+
--utrecht-topnav-link-focus-box-shadow-color: var(--utrecht-color-yellow-80);
|
|
417
|
+
--utrecht-topnav-link-focus-color: var(--utrecht-color-black);
|
|
418
|
+
--utrecht-topnav-link-background-color: var(--utrecht-color-blue-40);
|
|
419
|
+
--utrecht-topnav-link-color: var(--utrecht-color-white);
|
|
420
|
+
--utrecht-topnav-list-border-color: var(--utrecht-color-grey-40);
|
|
421
|
+
--utrecht-topnav-list-background-color: var(--utrecht-color-grey-15);
|
|
422
|
+
--utrecht-sidenav-link-hover-color: var(--utrecht-color-blue-40);
|
|
423
|
+
--utrecht-sidenav-link-color: var(--utrecht-color-blue-40);
|
|
424
|
+
--utrecht-sidenav-item-marker-hover-color: var(--utrecht-color-blue-50);
|
|
425
|
+
--utrecht-sidenav-item-marker-color: var(--utrecht-color-grey-80);
|
|
426
|
+
--utrecht-sidenav-item-hover-color: var(--utrecht-color-blue-40);
|
|
427
|
+
--utrecht-sidenav-item-margin-inline-end: var(--utrecht-space-inline-3xs);
|
|
428
|
+
--utrecht-sidenav-item-margin-inline-start: var(--utrecht-space-inline-3xs);
|
|
429
|
+
--utrecht-sidenav-item-margin-block-end: var(--utrecht-space-block-xs);
|
|
430
|
+
--utrecht-sidenav-item-margin-block-start: var(--utrecht-space-block-xs);
|
|
431
|
+
--utrecht-search-bar-button-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
432
|
+
--utrecht-search-bar-button-font-size: var(--utrecht-typography-scale-sm-font-size);
|
|
433
|
+
--utrecht-search-bar-button-color: var(--utrecht-color-white);
|
|
434
|
+
--utrecht-search-bar-button-border-color: var(--utrecht-color-red-40);
|
|
435
|
+
--utrecht-search-bar-button-background-color: var(--utrecht-color-red-40);
|
|
436
|
+
--utrecht-search-bar-textbox-padding-inline-start: var(--utrecht-space-inline-3xl);
|
|
437
|
+
--utrecht-search-bar-textbox-border-color: var(--utrecht-color-red-40);
|
|
201
438
|
--utrecht-menulijst-item-hover-color: var(--utrecht-color-blue-40);
|
|
202
|
-
--utrecht-
|
|
203
|
-
--utrecht-
|
|
204
|
-
--utrecht-
|
|
205
|
-
--utrecht-form-input-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
206
|
-
--utrecht-form-input-border-color: var(--utrecht-color-grey-30);
|
|
207
|
-
--utrecht-form-input-color: var(--utrecht-color-black);
|
|
439
|
+
--utrecht-menulijst-item-color: var(--utrecht-color-blue-35);
|
|
440
|
+
--utrecht-heading-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
441
|
+
--utrecht-badge-counter-font-style: var(--utrecht-typography-font-style-normal);
|
|
208
442
|
--utrecht-badge-counter-color: var(--utrecht-color-white);
|
|
209
443
|
--utrecht-badge-counter-background-color: var(--utrecht-color-red-40);
|
|
210
|
-
--utrecht-feedback-active-fill-color: var(--utrecht-color-white);
|
|
211
|
-
--utrecht-feedback-inactive-fill-color: var(--utrecht-color-white);
|
|
212
|
-
--utrecht-feedback-success-fill-color: var(--utrecht-color-white);
|
|
213
|
-
--utrecht-feedback-error-fill-color: var(--utrecht-color-white);
|
|
214
|
-
--utrecht-feedback-valid-fill-color: var(--utrecht-color-white);
|
|
215
|
-
--utrecht-feedback-invalid-fill-color: var(--utrecht-color-white);
|
|
216
|
-
--utrecht-feedback-safe-color: var(--utrecht-color-green-50);
|
|
217
|
-
--utrecht-feedback-safe-fill-color: var(--utrecht-color-white);
|
|
218
|
-
--utrecht-feedback-warning-color: var(--utrecht-color-yellow-50);
|
|
219
|
-
--utrecht-feedback-warning-fill-color: var(--utrecht-color-black);
|
|
220
|
-
--utrecht-feedback-danger-color: var(--utrecht-color-red-40);
|
|
221
|
-
--utrecht-feedback-danger-fill-color: var(--utrecht-color-white);
|
|
222
444
|
--utrecht-unordered-list-marker-color: var(--utrecht-color-red-40);
|
|
223
|
-
--utrecht-
|
|
224
|
-
--utrecht-
|
|
225
|
-
--utrecht-
|
|
226
|
-
--utrecht-
|
|
227
|
-
--utrecht-
|
|
228
|
-
--utrecht-
|
|
229
|
-
--utrecht-textarea-max-width: var(--utrecht-textbox-max-width);
|
|
230
|
-
--utrecht-textarea-border-radius: var(--utrecht-textbox-border-radius);
|
|
231
|
-
--utrecht-textarea-border-bottom-width: var(--utrecht-textbox-border-bottom-width);
|
|
445
|
+
--utrecht-toptask-link-padding-inline-start: var(--utrecht-space-inline-xl);
|
|
446
|
+
--utrecht-toptask-link-padding-inline-end: var(--utrecht-space-inline-xl);
|
|
447
|
+
--utrecht-toptask-link-padding-block-start: var(--utrecht-space-block-xl);
|
|
448
|
+
--utrecht-toptask-link-padding-block-end: var(--utrecht-space-block-xl);
|
|
449
|
+
--utrecht-table-row-border-block-end-width: var(--utrecht-border-width-sm);
|
|
450
|
+
--utrecht-table-row-border-block-end-color: var(--utrecht-color-grey-90);
|
|
232
451
|
--utrecht-table-header-border-block-end-width: var(--utrecht-border-width-md);
|
|
233
452
|
--utrecht-table-header-border-block-end-color: var(--utrecht-color-red-40);
|
|
234
453
|
--utrecht-table-header-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
235
454
|
--utrecht-table-caption-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
236
|
-
--utrecht-
|
|
237
|
-
--utrecht-
|
|
455
|
+
--utrecht-surface-color: var(--utrecht-color-grey-10);
|
|
456
|
+
--utrecht-surface-background-color: var(--utrecht-color-grey-95);
|
|
238
457
|
--utrecht-separator-color: var(--utrecht-color-grey-90);
|
|
458
|
+
--utrecht-pre-heading-margin-block-start: var(--utrecht-space-row-2xl);
|
|
459
|
+
--utrecht-pre-heading-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
460
|
+
--utrecht-paragraph-lead-line-height: var(--utrecht-typography-line-height-md);
|
|
461
|
+
--utrecht-paragraph-lead-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
|
|
239
462
|
--utrecht-paragraph-lead-font-size: var(--utrecht-typography-scale-lg-font-size);
|
|
240
|
-
--utrecht-paragraph-
|
|
463
|
+
--utrecht-paragraph-line-height: var(--utrecht-typography-line-height-md);
|
|
241
464
|
--utrecht-paragraph-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
|
|
242
465
|
--utrecht-paragraph-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
243
|
-
--utrecht-
|
|
466
|
+
--utrecht-paragraph-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
467
|
+
--utrecht-pagination-relative-link-border-color: var(--utrecht-color-blue-35);
|
|
468
|
+
--utrecht-pagination-relative-link-hover-color: var(--utrecht-color-white);
|
|
469
|
+
--utrecht-pagination-relative-link-hover-border-color: var(--utrecht-color-blue-35);
|
|
470
|
+
--utrecht-pagination-relative-link-hover-background-color: var(--utrecht-color-blue-35);
|
|
471
|
+
--utrecht-pagination-relative-link-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
472
|
+
--utrecht-pagination-relative-link-color: var(--utrecht-color-blue-35);
|
|
473
|
+
--utrecht-pagination-relative-link-background-color: var(--utrecht-color-white);
|
|
474
|
+
--utrecht-pagination-page-link-hover-color: var(--utrecht-color-white);
|
|
475
|
+
--utrecht-pagination-page-link-hover-border-color: var(--utrecht-color-blue-35);
|
|
476
|
+
--utrecht-pagination-page-link-hover-background-color: var(--utrecht-color-blue-35);
|
|
477
|
+
--utrecht-pagination-page-link-current-color: var(--utrecht-color-white);
|
|
478
|
+
--utrecht-pagination-page-link-current-border-color: var(--utrecht-color-blue-35);
|
|
479
|
+
--utrecht-pagination-page-link-current-background-color: var(--utrecht-color-blue-35);
|
|
480
|
+
--utrecht-pagination-page-link-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
481
|
+
--utrecht-pagination-page-link-color: var(--utrecht-color-blue-35);
|
|
482
|
+
--utrecht-page-color: var(--utrecht-color-black);
|
|
483
|
+
--utrecht-page-background-color: var(--utrecht-color-white);
|
|
484
|
+
--utrecht-page-footer-background-image: linear-gradient(45deg, var(--utrecht-color-red-40), var(--utrecht-color-red-40) 50%, hsl(5 54% 59%) 50%);
|
|
485
|
+
--utrecht-page-footer-background-color: var(--utrecht-color-red-40);
|
|
486
|
+
--utrecht-page-footer-color: var(--utrecht-color-white);
|
|
487
|
+
--utrecht-mapcontrolbutton-hover-color: var(--utrecht-color-white);
|
|
488
|
+
--utrecht-mapcontrolbutton-hover-background-color: var(--utrecht-color-grey-90);
|
|
489
|
+
--utrecht-mapcontrolbutton-label-margin-inline-end: var(--utrecht-space-inline-xs);
|
|
490
|
+
--utrecht-mapcontrolbutton-label-margin-inline-start: var(--utrecht-space-inline-xs);
|
|
244
491
|
--utrecht-mapcontrolbutton-color: var(--utrecht-color-grey-40);
|
|
492
|
+
--utrecht-mapcontrolbutton-border-style: var(--utrecht-border-style-solid);
|
|
493
|
+
--utrecht-mapcontrolbutton-border-color: var(--utrecht-color-grey-40);
|
|
245
494
|
--utrecht-mapcontrolbutton-background-color: var(--utrecht-color-white);
|
|
246
495
|
--utrecht-mapcontrolbutton-disabled-border-color: var(--utrecht-color-grey-80);
|
|
247
|
-
--utrecht-mapcontrolbutton-disabled-color: var(--utrecht-color-grey-80);
|
|
248
496
|
--utrecht-mapcontrolbutton-disabled-background-color: var(--utrecht-color-grey-90);
|
|
249
|
-
--utrecht-mapcontrolbutton-
|
|
250
|
-
--utrecht-mapcontrolbutton-
|
|
251
|
-
--utrecht-mapcontrolbutton-
|
|
252
|
-
--utrecht-mapcontrolbutton-height: var(--utrecht-space-block-2xl);
|
|
253
|
-
--utrecht-mapcontrolbutton-width: var(--utrecht-space-block-2xl);
|
|
254
|
-
--utrecht-mapcontrolbutton-padding-inline-end: var(--utrecht-space-inline-sm);
|
|
255
|
-
--utrecht-mapcontrolbutton-padding-inline-start: var(--utrecht-space-inline-sm);
|
|
497
|
+
--utrecht-mapcontrolbutton-disabled-color: var(--utrecht-color-grey-80);
|
|
498
|
+
--utrecht-mapcontrolbutton-padding-inline-end: var(--utrecht-space-inline-2xs);
|
|
499
|
+
--utrecht-mapcontrolbutton-padding-inline-start: var(--utrecht-space-inline-2xs);
|
|
256
500
|
--utrecht-mapcontrolbutton-padding-block-end: var(--utrecht-space-block-2xs);
|
|
257
501
|
--utrecht-mapcontrolbutton-padding-block-start: var(--utrecht-space-block-2xs);
|
|
258
502
|
--utrecht-mapcontrolbutton-margin-block-end: var(--utrecht-space-row-xs);
|
|
259
503
|
--utrecht-mapcontrolbutton-margin-block-start: var(--utrecht-space-row-xs);
|
|
504
|
+
--utrecht-mapcontrolbutton-min-inline-size: var(--utrecht-space-block-2xl);
|
|
505
|
+
--utrecht-mapcontrolbutton-min-block-size: var(--utrecht-space-block-2xl);
|
|
260
506
|
--utrecht-mapcontrolbutton-border-width: var(--utrecht-border-width-sm);
|
|
261
507
|
--utrecht-link-focus-color: var(--utrecht-color-blue-40);
|
|
262
|
-
--utrecht-link-color: var(--utrecht-color-blue-
|
|
508
|
+
--utrecht-link-color: var(--utrecht-color-blue-35);
|
|
509
|
+
--utrecht-link-list-item-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
510
|
+
--utrecht-link-list-item-margin-block-start: var(--utrecht-space-block-xs);
|
|
511
|
+
--utrecht-heading-6-text-transform: var(--utrecht-typography-text-transform-uppercase);
|
|
512
|
+
--utrecht-heading-6-letter-spacing: var(--utrecht-typography-letter-spacing-sm);
|
|
513
|
+
--utrecht-heading-6-line-height: var(--utrecht-typography-line-height-md);
|
|
263
514
|
--utrecht-heading-6-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
|
|
515
|
+
--utrecht-heading-6-font-size: var(--utrecht-typography-scale-sm-font-size);
|
|
516
|
+
--utrecht-heading-6-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
517
|
+
--utrecht-heading-5-text-transform: var(--utrecht-typography-text-transform-uppercase);
|
|
518
|
+
--utrecht-heading-5-letter-spacing: var(--utrecht-typography-letter-spacing-sm);
|
|
519
|
+
--utrecht-heading-5-line-height: var(--utrecht-typography-line-height-md);
|
|
264
520
|
--utrecht-heading-5-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
|
|
521
|
+
--utrecht-heading-5-font-size: var(--utrecht-typography-scale-sm-font-size);
|
|
522
|
+
--utrecht-heading-5-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
523
|
+
--utrecht-heading-4-letter-spacing: var(--utrecht-typography-letter-spacing-normal);
|
|
524
|
+
--utrecht-heading-4-line-height: var(--utrecht-typography-line-height-md);
|
|
265
525
|
--utrecht-heading-4-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
|
|
526
|
+
--utrecht-heading-4-font-size: var(--utrecht-typography-scale-lg-font-size);
|
|
527
|
+
--utrecht-heading-4-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
528
|
+
--utrecht-heading-3-letter-spacing: var(--utrecht-typography-letter-spacing-normal);
|
|
529
|
+
--utrecht-heading-3-line-height: var(--utrecht-typography-line-height-sm);
|
|
266
530
|
--utrecht-heading-3-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
|
|
267
|
-
--utrecht-heading-font-
|
|
531
|
+
--utrecht-heading-3-font-size: var(--utrecht-typography-scale-xl-font-size);
|
|
532
|
+
--utrecht-heading-3-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
533
|
+
--utrecht-heading-2-letter-spacing: var(--utrecht-typography-letter-spacing-normal);
|
|
534
|
+
--utrecht-heading-2-line-height: var(--utrecht-typography-line-height-sm);
|
|
535
|
+
--utrecht-heading-2-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
536
|
+
--utrecht-heading-2-font-size: var(--utrecht-typography-scale-xl-font-size);
|
|
537
|
+
--utrecht-heading-2-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
538
|
+
--utrecht-heading-1-letter-spacing: var(--utrecht-typography-letter-spacing-normal);
|
|
539
|
+
--utrecht-heading-1-line-height: var(--utrecht-typography-line-height-sm);
|
|
540
|
+
--utrecht-heading-1-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
541
|
+
--utrecht-heading-1-font-size: var(--utrecht-typography-scale-3xl-font-size);
|
|
542
|
+
--utrecht-heading-1-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
543
|
+
--utrecht-form-toggle-focus-border-color: var(--utrecht-color-black);
|
|
544
|
+
--utrecht-form-toggle-checked-accent-color: var(--utrecht-color-blue-35);
|
|
545
|
+
--utrecht-form-toggle-thumb-disabled-background-color: var(--utrecht-color-white);
|
|
546
|
+
--utrecht-form-toggle-thumb-background-color: var(--utrecht-color-white);
|
|
547
|
+
--utrecht-form-toggle-track-disabled-background-color: var(--utrecht-color-grey-90);
|
|
548
|
+
--utrecht-form-toggle-color: var(--utrecht-color-black);
|
|
549
|
+
--utrecht-form-toggle-background-color: var(--utrecht-color-white);
|
|
550
|
+
--utrecht-form-label-radio-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
|
|
551
|
+
--utrecht-form-label-checkbox-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
|
|
552
|
+
--utrecht-form-label-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
553
|
+
--utrecht-form-input-focus-border-color: var(--utrecht-color-grey-80);
|
|
554
|
+
--utrecht-form-input-placeholder-font-style: var(--utrecht-typography-font-style-normal);
|
|
555
|
+
--utrecht-form-input-placeholder-color: var(--utrecht-color-grey-40);
|
|
556
|
+
--utrecht-form-input-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
557
|
+
--utrecht-form-input-color: var(--utrecht-color-black);
|
|
558
|
+
--utrecht-form-input-border-width: var(--utrecht-border-width-sm);
|
|
559
|
+
--utrecht-form-input-border-color: var(--utrecht-color-grey-30);
|
|
560
|
+
--utrecht-form-input-background-color: var(--utrecht-color-white);
|
|
561
|
+
--utrecht-form-fieldset-legend-margin-block-start: var(--utrecht-space-block-xl);
|
|
562
|
+
--utrecht-form-fieldset-legend-margin-block-end: var(--utrecht-space-block-sm);
|
|
563
|
+
--utrecht-form-fieldset-legend-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
564
|
+
--utrecht-form-fieldset-margin-block-start: var(--utrecht-space-block-2xs);
|
|
565
|
+
--utrecht-form-fieldset-margin-block-end: var(--utrecht-space-block-2xs);
|
|
268
566
|
--utrecht-form-field-margin-block-end: var(--utrecht-space-block-2xs);
|
|
269
567
|
--utrecht-form-field-margin-block-start: var(--utrecht-space-block-2xs);
|
|
568
|
+
--utrecht-emphasis-strong-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
569
|
+
--utrecht-document-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
570
|
+
--utrecht-document-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
571
|
+
--utrecht-document-color: var(--utrecht-color-black);
|
|
572
|
+
--utrecht-document-background-color: var(--utrecht-color-white);
|
|
573
|
+
--utrecht-custom-checkbox-invalid-color: var(--utrecht-color-white);
|
|
574
|
+
--utrecht-custom-checkbox-checked-color: var(--utrecht-color-white);
|
|
575
|
+
--utrecht-custom-checkbox-checked-background-color: var(--utrecht-color-blue-40);
|
|
576
|
+
--utrecht-custom-checkbox-checked-border-color: var(--utrecht-color-blue-40);
|
|
577
|
+
--utrecht-custom-checkbox-disabled-color: var(--utrecht-color-grey-80);
|
|
578
|
+
--utrecht-custom-checkbox-disabled-background-color: var(--utrecht-color-white);
|
|
579
|
+
--utrecht-custom-checkbox-disabled-border-color: var(--utrecht-color-grey-80);
|
|
270
580
|
--utrecht-focus-outline-width: var(--utrecht-border-width-md);
|
|
271
581
|
--utrecht-focus-outline-style: var(--utrecht-border-style-dotted);
|
|
272
582
|
--utrecht-focus-outline-color: var(--utrecht-color-black);
|
|
273
583
|
--utrecht-focus-color: var(--utrecht-color-black);
|
|
274
584
|
--utrecht-focus-box-shadow-spread-radius: var(--utrecht-border-width-md);
|
|
275
|
-
--utrecht-focus-box-shadow-color: var(--utrecht-color-
|
|
585
|
+
--utrecht-focus-box-shadow-color: var(--utrecht-color-white);
|
|
276
586
|
--utrecht-focus-border-style: var(--utrecht-border-style-dotted);
|
|
277
587
|
--utrecht-focus-border-color: var(--utrecht-color-black);
|
|
278
|
-
--utrecht-
|
|
279
|
-
--utrecht-
|
|
280
|
-
--utrecht-
|
|
281
|
-
--utrecht-
|
|
282
|
-
--utrecht-
|
|
283
|
-
--utrecht-
|
|
284
|
-
--utrecht-
|
|
285
|
-
--utrecht-
|
|
286
|
-
--utrecht-
|
|
287
|
-
--utrecht-
|
|
288
|
-
--utrecht-
|
|
588
|
+
--utrecht-feedback-active-fill-color: var(--utrecht-color-white);
|
|
589
|
+
--utrecht-feedback-inactive-fill-color: var(--utrecht-color-white);
|
|
590
|
+
--utrecht-feedback-success-fill-color: var(--utrecht-color-white);
|
|
591
|
+
--utrecht-feedback-error-fill-color: var(--utrecht-color-white);
|
|
592
|
+
--utrecht-feedback-valid-fill-color: var(--utrecht-color-white);
|
|
593
|
+
--utrecht-feedback-invalid-fill-color: var(--utrecht-color-white);
|
|
594
|
+
--utrecht-feedback-invalid-color: var(--utrecht-color-invalid);
|
|
595
|
+
--utrecht-feedback-invalid-border-color: var(--utrecht-color-invalid);
|
|
596
|
+
--utrecht-feedback-invalid-background-color: var(--utrecht-color-invalid);
|
|
597
|
+
--utrecht-feedback-safe-fill-color: var(--utrecht-color-white);
|
|
598
|
+
--utrecht-feedback-safe-color: var(--utrecht-color-green-50);
|
|
599
|
+
--utrecht-feedback-warning-fill-color: var(--utrecht-color-black);
|
|
600
|
+
--utrecht-feedback-warning-color: var(--utrecht-color-yellow-50);
|
|
601
|
+
--utrecht-feedback-danger-fill-color: var(--utrecht-color-white);
|
|
602
|
+
--utrecht-feedback-danger-color: var(--utrecht-color-red-40);
|
|
289
603
|
--utrecht-button-secondary-action-disabled-border-color: var(--utrecht-color-grey-80);
|
|
290
604
|
--utrecht-button-secondary-action-disabled-color: var(--utrecht-color-grey-80);
|
|
291
605
|
--utrecht-button-secondary-action-disabled-background-color: var(--utrecht-color-white);
|
|
292
606
|
--utrecht-button-secondary-action-hover-border-color: var(--utrecht-color-blue-40);
|
|
293
607
|
--utrecht-button-secondary-action-hover-color: var(--utrecht-color-blue-35);
|
|
294
608
|
--utrecht-button-secondary-action-hover-background-color: var(--utrecht-color-white);
|
|
295
|
-
--utrecht-button-
|
|
609
|
+
--utrecht-button-secondary-action-border-width: var(--utrecht-border-width-md);
|
|
610
|
+
--utrecht-button-secondary-action-border-color: var(--utrecht-color-blue-35);
|
|
611
|
+
--utrecht-button-secondary-action-color: var(--utrecht-color-blue-35);
|
|
612
|
+
--utrecht-button-secondary-action-background-color: var(--utrecht-color-white);
|
|
296
613
|
--utrecht-button-primary-action-hover-color: var(--utrecht-color-white);
|
|
297
614
|
--utrecht-button-primary-action-hover-background-color: var(--utrecht-color-blue-40);
|
|
298
615
|
--utrecht-button-primary-action-color: var(--utrecht-color-white);
|
|
299
616
|
--utrecht-button-primary-action-background-color: var(--utrecht-color-blue-35);
|
|
300
|
-
--utrecht-button-
|
|
617
|
+
--utrecht-button-focus-border-width: var(--utrecht-border-width-md);
|
|
618
|
+
--utrecht-button-focus-border-color: var(--utrecht-color-blue-40);
|
|
301
619
|
--utrecht-button-disabled-color: var(--utrecht-color-white);
|
|
302
|
-
--utrecht-button-
|
|
303
|
-
--utrecht-button-padding-inline-
|
|
620
|
+
--utrecht-button-disabled-background-color: var(--utrecht-color-grey-90);
|
|
621
|
+
--utrecht-button-padding-inline-end: var(--utrecht-space-inline-md);
|
|
622
|
+
--utrecht-button-padding-inline-start: var(--utrecht-space-inline-md);
|
|
304
623
|
--utrecht-button-padding-block-end: var(--utrecht-space-block-sm);
|
|
305
624
|
--utrecht-button-padding-block-start: var(--utrecht-space-block-sm);
|
|
306
625
|
--utrecht-button-margin-block-end: var(--utrecht-space-row-xs);
|
|
307
626
|
--utrecht-button-margin-block-start: var(--utrecht-space-row-xs);
|
|
308
627
|
--utrecht-button-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
628
|
+
--utrecht-button-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
629
|
+
--utrecht-button-color: var(--utrecht-color-white);
|
|
630
|
+
--utrecht-button-background-color: var(--utrecht-color-blue-35);
|
|
631
|
+
--utrecht-breadcrumb-link-focus-color: var(--utrecht-color-black);
|
|
632
|
+
--utrecht-breadcrumb-link-focus-background-color: var(--utrecht-color-yellow-60);
|
|
633
|
+
--utrecht-breadcrumb-link-color: var(--utrecht-color-black);
|
|
634
|
+
--utrecht-breadcrumb-link-background-color: var(--utrecht-color-grey-90);
|
|
635
|
+
--utrecht-breadcrumb-item-padding-inline-start: var(--utrecht-space-inline-md);
|
|
636
|
+
--utrecht-breadcrumb-item-padding-inline-end: var(--utrecht-space-inline-md);
|
|
637
|
+
--utrecht-breadcrumb-item-padding-block-end: var(--utrecht-space-block-xs);
|
|
638
|
+
--utrecht-breadcrumb-item-padding-block-start: var(--utrecht-space-block-xs);
|
|
639
|
+
--utrecht-breadcrumb-font-size: var(--utrecht-typography-scale-sm-font-size);
|
|
309
640
|
--utrecht-blockquote-content-color: var(--utrecht-color-red-40);
|
|
310
|
-
--utrecht-badge-
|
|
641
|
+
--utrecht-badge-font-style: var(--utrecht-typography-font-style-normal);
|
|
642
|
+
--utrecht-badge-padding-inline: var(--utrecht-space-inline-sm);
|
|
311
643
|
/* Default inline padding color for badge components */
|
|
312
644
|
--utrecht-badge-padding-block: var(--utrecht-space-block-xs);
|
|
313
645
|
/* Default block padding for badge components */
|
|
@@ -315,32 +647,49 @@
|
|
|
315
647
|
/* Default text color for badge components */
|
|
316
648
|
--utrecht-badge-background-color: var(--utrecht-color-grey-30);
|
|
317
649
|
/* Default background color for badge components */
|
|
650
|
+
--utrecht-backdrop-color: var(--utrecht-color-black);
|
|
651
|
+
--utrecht-backdrop-background-color: var(--utrecht-color-white);
|
|
652
|
+
--denhaag-process-steps-sub-step-line-color: var(--denhaag-process-steps-step-line-color);
|
|
653
|
+
--utrecht-search-bar-invalid-border-color: var(--utrecht-feedback-invalid-border-color);
|
|
654
|
+
--utrecht-toptask-link-hover-color: var(--utrecht-button-primary-action-hover-color);
|
|
655
|
+
--utrecht-toptask-link-hover-background-color: var(--utrecht-button-primary-action-hover-background-color);
|
|
656
|
+
--utrecht-toptask-link-color: var(--utrecht-button-color);
|
|
657
|
+
--utrecht-toptask-link-background-color: var(--utrecht-button-background-color);
|
|
658
|
+
--utrecht-paragraph-lead-color: var(--utrecht-document-color);
|
|
659
|
+
--utrecht-paragraph-color: var(--utrecht-document-color);
|
|
660
|
+
--utrecht-mapcontrolbutton-focus-border-color: var(--utrecht-focus-border-color);
|
|
661
|
+
--utrecht-mapcontrolbutton-focus-outline-color: var(--utrecht-focus-outline-color);
|
|
662
|
+
--utrecht-mapcontrolbutton-focus-border-style: var(--utrecht-focus-border-style);
|
|
663
|
+
--utrecht-mapcontrolbutton-focus-box-shadow-color: var(--utrecht-focus-box-shadow-color);
|
|
664
|
+
--utrecht-mapcontrolbutton-focus-color: var(--utrecht-focus-color);
|
|
665
|
+
--utrecht-link-visited-color: var(--utrecht-link-color);
|
|
666
|
+
--utrecht-link-hover-color: var(--utrecht-link-focus-color);
|
|
667
|
+
--utrecht-link-active-color: var(--utrecht-link-color);
|
|
668
|
+
--utrecht-heading-6-color: var(--utrecht-document-color);
|
|
669
|
+
--utrecht-heading-5-color: var(--utrecht-document-color);
|
|
670
|
+
--utrecht-heading-4-color: var(--utrecht-document-color);
|
|
671
|
+
--utrecht-heading-3-color: var(--utrecht-document-color);
|
|
672
|
+
--utrecht-heading-2-color: var(--utrecht-document-color);
|
|
673
|
+
--utrecht-heading-1-color: var(--utrecht-document-color);
|
|
674
|
+
--utrecht-form-input-invalid-border-color: var(--utrecht-feedback-invalid-border-color);
|
|
675
|
+
--utrecht-form-input-font-family: var(--utrecht-document-font-family);
|
|
676
|
+
--utrecht-custom-checkbox-invalid-background-color: var(--utrecht-feedback-invalid-background-color);
|
|
677
|
+
--utrecht-custom-checkbox-color: var(--utrecht-form-input-color);
|
|
678
|
+
--utrecht-custom-checkbox-border-color: var(--utrecht-form-input-border-color);
|
|
679
|
+
--utrecht-custom-checkbox-background-color: var(--utrecht-form-input-background-color);
|
|
318
680
|
--utrecht-feedback-active-color: var(--utrecht-feedback-safe-color);
|
|
319
681
|
--utrecht-feedback-inactive-color: var(--utrecht-feedback-danger-color);
|
|
320
682
|
--utrecht-feedback-success-color: var(--utrecht-feedback-safe-color);
|
|
321
683
|
--utrecht-feedback-error-color: var(--utrecht-feedback-danger-color);
|
|
322
684
|
--utrecht-feedback-valid-color: var(--utrecht-feedback-safe-color);
|
|
323
|
-
--utrecht-feedback-invalid-color: var(--utrecht-feedback-
|
|
685
|
+
--utrecht-feedback-invalid-fill-background-color: var(--utrecht-feedback-invalid-background-color);
|
|
324
686
|
--utrecht-feedback-safe-border-color: var(--utrecht-feedback-safe-color);
|
|
325
687
|
--utrecht-feedback-safe-background-color: var(--utrecht-feedback-safe-color);
|
|
326
688
|
--utrecht-feedback-warning-border-color: var(--utrecht-feedback-warning-color);
|
|
327
689
|
--utrecht-feedback-warning-background-color: var(--utrecht-feedback-warning-color);
|
|
328
690
|
--utrecht-feedback-danger-border-color: var(--utrecht-feedback-danger-color);
|
|
329
691
|
--utrecht-feedback-danger-background-color: var(--utrecht-feedback-danger-color);
|
|
330
|
-
--utrecht-
|
|
331
|
-
--utrecht-textbox-color: var(--utrecht-form-input-color);
|
|
332
|
-
--utrecht-textbox-border-color: var(--utrecht-form-input-border-color);
|
|
333
|
-
--utrecht-textarea-font-size: var(--utrecht-textbox-font-size);
|
|
334
|
-
--utrecht-textarea-border-width: var(--utrecht-textbox-border-width);
|
|
335
|
-
--utrecht-mapcontrolbutton-focus-border-color: var(--utrecht-focus-border-color);
|
|
336
|
-
--utrecht-mapcontrolbutton-focus-outline-color: var(--utrecht-focus-outline-color);
|
|
337
|
-
--utrecht-mapcontrolbutton-focus-background-color: var(--utrecht-focus-background-color);
|
|
338
|
-
--utrecht-mapcontrolbutton-focus-border-style: var(--utrecht-focus-border-style);
|
|
339
|
-
--utrecht-mapcontrolbutton-focus-box-shadow-color: var(--utrecht-focus-box-shadow-color);
|
|
340
|
-
--utrecht-mapcontrolbutton-focus-color: var(--utrecht-focus-color);
|
|
341
|
-
--utrecht-link-visited-color: var(--utrecht-link-color);
|
|
342
|
-
--utrecht-link-hover-color: var(--utrecht-link-focus-color);
|
|
343
|
-
--utrecht-link-active-color: var(--utrecht-link-color);
|
|
692
|
+
--utrecht-custom-checkbox-invalid-border-color: var(--utrecht-form-input-invalid-border-color);
|
|
344
693
|
--utrecht-feedback-active-border-color: var(--utrecht-feedback-safe-border-color);
|
|
345
694
|
--utrecht-feedback-active-background-color: var(--utrecht-feedback-safe-background-color);
|
|
346
695
|
--utrecht-feedback-inactive-border-color: var(--utrecht-feedback-danger-border-color);
|
|
@@ -351,22 +700,23 @@
|
|
|
351
700
|
--utrecht-feedback-error-background-color: var(--utrecht-feedback-danger-background-color);
|
|
352
701
|
--utrecht-feedback-valid-border-color: var(--utrecht-feedback-safe-border-color);
|
|
353
702
|
--utrecht-feedback-valid-background-color: var(--utrecht-feedback-safe-background-color);
|
|
354
|
-
--utrecht-feedback-invalid-border-color: var(--utrecht-feedback-danger-border-color);
|
|
355
|
-
--utrecht-feedback-invalid-background-color: var(--utrecht-feedback-danger-background-color);
|
|
356
703
|
--utrecht-feedback-safe-fill-background-color: var(--utrecht-feedback-safe-background-color);
|
|
357
704
|
--utrecht-feedback-warning-fill-background-color: var(--utrecht-feedback-warning-background-color);
|
|
358
705
|
--utrecht-feedback-danger-fill-background-color: var(--utrecht-feedback-danger-background-color);
|
|
359
|
-
--utrecht-textarea-font-family: var(--utrecht-textbox-font-family);
|
|
360
|
-
--utrecht-textarea-color: var(--utrecht-textbox-color);
|
|
361
|
-
--utrecht-textarea-border-color: var(--utrecht-textbox-border-color);
|
|
362
706
|
--utrecht-feedback-active-fill-background-color: var(--utrecht-feedback-active-background-color);
|
|
363
707
|
--utrecht-feedback-inactive-fill-background-color: var(--utrecht-feedback-inactive-background-color);
|
|
364
708
|
--utrecht-feedback-success-fill-background-color: var(--utrecht-feedback-success-background-color);
|
|
365
709
|
--utrecht-feedback-error-fill-background-color: var(--utrecht-feedback-error-background-color);
|
|
366
710
|
--utrecht-feedback-valid-fill-background-color: var(--utrecht-feedback-valid-background-color);
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
711
|
+
}
|
|
712
|
+
|
|
713
|
+
.utrecht-page-footer {
|
|
714
|
+
--utrecht-heading-2-color: var(--utrecht-color-white);
|
|
715
|
+
--utrecht-heading-2-font-size: 1em;
|
|
716
|
+
--utrecht-heading-2-text-transform: uppercase;
|
|
717
|
+
--utrecht-heading-3-color: var(--utrecht-color-white);
|
|
718
|
+
--utrecht-heading-3-font-size: 1.125em;
|
|
719
|
+
--utrecht-heading-3-font-weight: normal;
|
|
370
720
|
}
|
|
371
721
|
|
|
372
722
|
/**
|
|
@@ -391,3 +741,15 @@
|
|
|
391
741
|
/* 20px on desktop min-width-60em */
|
|
392
742
|
}
|
|
393
743
|
}
|
|
744
|
+
:root {
|
|
745
|
+
--utrecht-menulijst-item-background-image: url("./pijltje.svg");
|
|
746
|
+
--utrecht-link-icon-left-background-image: url("./pijltje.svg");
|
|
747
|
+
--utrecht-search-bar-input-background-image: url("./icoon-zoek-rood.svg");
|
|
748
|
+
--utrecht-select-background-image: url("./arrow-dropdown.svg");
|
|
749
|
+
--utrecht-link-list-marker-background-image: url("./pijltje-zwart.svg");
|
|
750
|
+
}
|
|
751
|
+
|
|
752
|
+
utrecht-page-footer,
|
|
753
|
+
.utrecht-page-footer {
|
|
754
|
+
--utrecht-link-list-marker-background-image: url("./pijltje-wit.svg");
|
|
755
|
+
}
|