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