@civicactions/cmsds-open-data-components 4.2.0-alpha.2 → 4.2.1-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main.css +495 -494
- package/dist/main.css.map +1 -1
- package/dist/main.js +2115 -2089
- package/dist/main.js.map +1 -1
- package/dist/types.d.ts +103 -83
- package/dist/types.d.ts.map +1 -1
- package/package.json +4 -4
package/dist/main.css
CHANGED
|
@@ -99,34 +99,12 @@
|
|
|
99
99
|
}
|
|
100
100
|
}
|
|
101
101
|
|
|
102
|
-
.dkan-c-nav-submenu.has-submenu {
|
|
103
|
-
display: block !important;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
@media only screen and (width >= 544px) {
|
|
107
|
-
.dkan-dataset-search input {
|
|
108
|
-
padding-left: 32px;
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
|
|
112
102
|
.dkan-c-site-menu--sub-menu {
|
|
113
103
|
list-style: none;
|
|
114
104
|
display: none;
|
|
115
105
|
box-shadow: 0 4px 8px #0003;
|
|
116
106
|
}
|
|
117
107
|
|
|
118
|
-
.dkan-c-nav-submenu {
|
|
119
|
-
position: relative;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
.dkan-c-nav-submenu.open .dkan-c-site-menu--sub-menu {
|
|
123
|
-
display: block;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
.dkan-c-header--mobile .dkan-c-site-menu--sub-menu a svg {
|
|
127
|
-
display: none;
|
|
128
|
-
}
|
|
129
|
-
|
|
130
108
|
.dkan-c-header--desktop .dkan-c-site-menu--sub-menu {
|
|
131
109
|
background: var(--header-submenu--bg-color);
|
|
132
110
|
width: var(--header-submenu--width);
|
|
@@ -148,256 +126,10 @@
|
|
|
148
126
|
margin-left: 8px;
|
|
149
127
|
}
|
|
150
128
|
|
|
151
|
-
.dkan-c-header--desktop .dkan-c-site-menu--sub-menu a:hover span, .dkan-c-header--desktop .dkan-c-site-menu--sub-menu a:focus span {
|
|
152
|
-
border-bottom-color: var(--header-nav-link--mobile-color);
|
|
153
|
-
}
|
|
154
|
-
|
|
155
129
|
.dkan-c-header--desktop .dkan-c-site-menu--sub-menu {
|
|
156
130
|
z-index: 999;
|
|
157
131
|
}
|
|
158
132
|
|
|
159
|
-
.dc-c-search-list-item {
|
|
160
|
-
list-style: none;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
.dc-c-search-list-item ul {
|
|
164
|
-
gap: 0;
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
.dc-c-search-list-item li {
|
|
168
|
-
list-style: none;
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
.dc-c-search-list-item li:first-child > span {
|
|
172
|
-
padding-left: 0;
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
.dc-c-search-list-item li a, .dc-c-search-list-item li button {
|
|
176
|
-
text-decoration: underline !important;
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
.dc-c-search-list-item svg {
|
|
180
|
-
margin-right: 8px;
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
.dc-c-search-list-item button, .dc-c-search-list-item span > a {
|
|
184
|
-
font-weight: normal !important;
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
.dc-c-search-list-item a:visited svg {
|
|
188
|
-
fill: var(--link__color--visited);
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
.dc-c-search-list-item a.ds-c-button[href$=".pdf"], .dc-c-search-list-item a.ds-c-button[href$=".csv"], .dc-c-search-list-item a.ds-c-button[href$=".xlsx"], .dc-c-search-list-item a.ds-c-button[href$=".zip"] {
|
|
192
|
-
position: relative;
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
.dc-c-search-list-item a.ds-c-button[href$=".pdf"]:after, .dc-c-search-list-item a.ds-c-button[href$=".csv"]:after, .dc-c-search-list-item a.ds-c-button[href$=".xlsx"]:after, .dc-c-search-list-item a.ds-c-button[href$=".zip"]:after {
|
|
196
|
-
width: 16px;
|
|
197
|
-
height: 16px;
|
|
198
|
-
margin-left: 5px;
|
|
199
|
-
font-family: "Font Awesome 6 Pro", sans-serif;
|
|
200
|
-
font-weight: lighter;
|
|
201
|
-
display: inline-block;
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
.dc-c-search-list-item a.ds-c-button[href$=".pdf"]:after {
|
|
205
|
-
content: "";
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
.dc-c-search-list-item a.ds-c-button[href$=".csv"]:after {
|
|
209
|
-
content: "";
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
.dc-c-search-list-item a.ds-c-button[href$=".xlsx"]:after {
|
|
213
|
-
content: "";
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
.dc-c-search-list-item a.ds-c-button[href$=".zip"]:after {
|
|
217
|
-
content: "";
|
|
218
|
-
}
|
|
219
|
-
|
|
220
|
-
.dc-c-search-list-item .ds-c-button {
|
|
221
|
-
text-decoration: none !important;
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
.dc-c-search-list-item .ds-c-button svg, .dc-c-search-list-item .ds-c-button:visited svg {
|
|
225
|
-
fill: var(--color-white);
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
.dc-c-search-list-item .dkan-disabled-link-wrapper {
|
|
229
|
-
cursor: not-allowed;
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
.dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link {
|
|
233
|
-
pointer-events: none;
|
|
234
|
-
color: #757575;
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
.dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link:active, .dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link:hover, .dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link:focus {
|
|
238
|
-
color: #757575;
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
.dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link:active svg, .dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link:hover svg, .dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link:focus svg {
|
|
242
|
-
fill: #757575;
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
.dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link svg {
|
|
246
|
-
fill: #757575 !important;
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
.dc-c-search-list-item .theme-list {
|
|
250
|
-
display: inline-block;
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
.dc-c-search-list-item .theme-list li {
|
|
254
|
-
letter-spacing: .75px;
|
|
255
|
-
color: #fff;
|
|
256
|
-
margin-bottom: 4px;
|
|
257
|
-
margin-right: 8px;
|
|
258
|
-
padding: 3px 10px;
|
|
259
|
-
text-decoration: none;
|
|
260
|
-
display: inline-block;
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
.dc-c-search-list-item .theme-list li a {
|
|
264
|
-
color: #fff;
|
|
265
|
-
text-decoration: none !important;
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
.dc-c-search-list-item .theme-list li a:hover, .dc-c-search-list-item .theme-list li a:focus, .dc-c-search-list-item .theme-list li a:visited:focus {
|
|
269
|
-
outline-offset: 12px;
|
|
270
|
-
background: unset;
|
|
271
|
-
text-decoration: underline !important;
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
.dc-c-search-list-item .dataset-date-item {
|
|
275
|
-
display: inline-block;
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
.dataset-date .dataset-date-item {
|
|
279
|
-
white-space: nowrap;
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
.dataset-date .dataset-date-item > span {
|
|
283
|
-
line-height: 1.8rem;
|
|
284
|
-
}
|
|
285
|
-
|
|
286
|
-
.dataset-date .dataset-date-item .ds-c-tooltip__container {
|
|
287
|
-
width: 20px;
|
|
288
|
-
display: inline-block;
|
|
289
|
-
position: relative;
|
|
290
|
-
bottom: 10px;
|
|
291
|
-
}
|
|
292
|
-
|
|
293
|
-
.dataset-date > .bullet-point {
|
|
294
|
-
font-size: 1.2rem;
|
|
295
|
-
}
|
|
296
|
-
|
|
297
|
-
@media screen and (width <= 543px) {
|
|
298
|
-
.dataset-date .bullet-point {
|
|
299
|
-
display: none;
|
|
300
|
-
}
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
.dkan-dataset-search {
|
|
304
|
-
position: relative;
|
|
305
|
-
}
|
|
306
|
-
|
|
307
|
-
@media only screen and (width >= 544px) {
|
|
308
|
-
.dkan-dataset-search input {
|
|
309
|
-
padding-left: 32px;
|
|
310
|
-
}
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
@media only screen and (width <= 544px) {
|
|
314
|
-
.dkan-dataset-search div.--alt-style input {
|
|
315
|
-
--text-input__border-radius: 50px;
|
|
316
|
-
--text-input__border-color: #c6b7b7;
|
|
317
|
-
height: 61px;
|
|
318
|
-
}
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
.dkan-dataset-search .dc-c-search-button-mobile {
|
|
322
|
-
z-index: 1000;
|
|
323
|
-
border-top-left-radius: 0;
|
|
324
|
-
border-bottom-left-radius: 0;
|
|
325
|
-
height: 3.563rem;
|
|
326
|
-
position: absolute;
|
|
327
|
-
top: 2px;
|
|
328
|
-
right: 18px;
|
|
329
|
-
}
|
|
330
|
-
|
|
331
|
-
.dkan-dataset-search--facet-container ul {
|
|
332
|
-
padding-left: 0;
|
|
333
|
-
list-style: none;
|
|
334
|
-
}
|
|
335
|
-
|
|
336
|
-
.dkan-dataset-search--clear-all-filters {
|
|
337
|
-
width: 100%;
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
.dc-c-search-list-item li a svg, .dc-c-search-list-item li span svg {
|
|
341
|
-
fill: var(--link__color);
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
.dc-c-search-list-item li a:visited svg {
|
|
345
|
-
fill: var(--link__color--visited);
|
|
346
|
-
}
|
|
347
|
-
|
|
348
|
-
.dc-dataset-search-list {
|
|
349
|
-
list-style: none;
|
|
350
|
-
}
|
|
351
|
-
|
|
352
|
-
.dc-search-header {
|
|
353
|
-
display: relative;
|
|
354
|
-
}
|
|
355
|
-
|
|
356
|
-
.dc-search-header:after {
|
|
357
|
-
content: "";
|
|
358
|
-
background-color: var(--color-primary-light);
|
|
359
|
-
width: 48px;
|
|
360
|
-
height: 4px;
|
|
361
|
-
margin: 16px 0;
|
|
362
|
-
display: block;
|
|
363
|
-
}
|
|
364
|
-
|
|
365
|
-
.dataset-results-count {
|
|
366
|
-
font-weight: bold;
|
|
367
|
-
}
|
|
368
|
-
|
|
369
|
-
.dkan-dataset-search--facet-container .ds-c-accordion__content {
|
|
370
|
-
max-height: 32rem;
|
|
371
|
-
}
|
|
372
|
-
|
|
373
|
-
.dc-dataset-search--clear-all-filters {
|
|
374
|
-
width: 100%;
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
.dkan-dataset-search {
|
|
378
|
-
align-items: flex-start;
|
|
379
|
-
position: relative;
|
|
380
|
-
}
|
|
381
|
-
|
|
382
|
-
.dkan-dataset-search input {
|
|
383
|
-
min-width: 100%;
|
|
384
|
-
}
|
|
385
|
-
|
|
386
|
-
@media only screen and (width >= 544px) {
|
|
387
|
-
.dkan-dataset-search input {
|
|
388
|
-
padding-left: 32px;
|
|
389
|
-
}
|
|
390
|
-
}
|
|
391
|
-
|
|
392
|
-
.dkan-dataset-search .ds-c-field__before {
|
|
393
|
-
top: 12px;
|
|
394
|
-
left: 16px;
|
|
395
|
-
}
|
|
396
|
-
|
|
397
|
-
.dkan-dataset-search .ds-c-inline-error {
|
|
398
|
-
max-width: none;
|
|
399
|
-
}
|
|
400
|
-
|
|
401
133
|
.dkan-c-main-navigation--search .dkan-c-header-search--modal-button span {
|
|
402
134
|
border-bottom: 2px solid #0000;
|
|
403
135
|
}
|
|
@@ -456,18 +188,6 @@
|
|
|
456
188
|
display: none;
|
|
457
189
|
}
|
|
458
190
|
|
|
459
|
-
.dkan-c-header--link-list {
|
|
460
|
-
list-style: none;
|
|
461
|
-
}
|
|
462
|
-
|
|
463
|
-
.dkan-c-header--wrapper {
|
|
464
|
-
flex-wrap: nowrap !important;
|
|
465
|
-
}
|
|
466
|
-
|
|
467
|
-
.dkan-c-header--link-list .dkan-c-header--link span, .dkan-c-header--link-list .dkan-c-header--link + ul a span {
|
|
468
|
-
border-bottom: 2px solid #0000;
|
|
469
|
-
}
|
|
470
|
-
|
|
471
191
|
.dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link, .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link + ul a {
|
|
472
192
|
color: var(--header-nav-link--mobile-color);
|
|
473
193
|
text-decoration: none;
|
|
@@ -481,14 +201,6 @@
|
|
|
481
201
|
border-bottom-color: var(--header-nav-link--mobile-color);
|
|
482
202
|
}
|
|
483
203
|
|
|
484
|
-
.dkan-c-header--mobile .dkan-c-nav-menu ul {
|
|
485
|
-
padding-inline-start: 0;
|
|
486
|
-
}
|
|
487
|
-
|
|
488
|
-
.dkan-c-header--mobile .dkan-c-nav-menu--close {
|
|
489
|
-
display: none;
|
|
490
|
-
}
|
|
491
|
-
|
|
492
204
|
.dkan-c-header--mobile .dkan-c-nav-menu--open {
|
|
493
205
|
background-color: var(--header-mobile-bg-color);
|
|
494
206
|
z-index: 500;
|
|
@@ -508,43 +220,17 @@
|
|
|
508
220
|
|
|
509
221
|
.dkan-c-header--mobile .dkan-c-nav-menu .dkan-c-top-nav {
|
|
510
222
|
display: inherit;
|
|
511
|
-
padding-top: 8px;
|
|
512
|
-
}
|
|
513
|
-
|
|
514
|
-
.dkan-c-header--mobile .dkan-c-nav-menu .dkan-c-top-nav:before {
|
|
515
|
-
background: var(--color-primary-light);
|
|
516
|
-
content: "";
|
|
517
|
-
width: 48px;
|
|
518
|
-
height: 2px;
|
|
519
|
-
margin-left: 24px;
|
|
520
|
-
display: block;
|
|
521
|
-
position: absolute;
|
|
522
|
-
}
|
|
523
|
-
|
|
524
|
-
.dkan-c-header--mobile .dkan-c-nav-menu .dkan-c-top-nav ul {
|
|
525
|
-
padding-top: 16px;
|
|
526
|
-
}
|
|
527
|
-
|
|
528
|
-
.dkan-c-header--desktop ul.dkan-c-header--link-list .dkan-c-header--link, .dkan-c-header--desktop ul.dkan-c-header--link-list .dkan-c-header--link + ul a {
|
|
529
|
-
color: var(--header-nav-link--color);
|
|
530
|
-
padding: var(--space, 8px 8px);
|
|
531
|
-
text-decoration: none;
|
|
223
|
+
padding-top: 8px;
|
|
532
224
|
}
|
|
533
225
|
|
|
534
|
-
.dkan-c-header--
|
|
535
|
-
|
|
226
|
+
.dkan-c-header--mobile .dkan-c-nav-menu .dkan-c-top-nav ul {
|
|
227
|
+
padding-top: 16px;
|
|
536
228
|
}
|
|
537
229
|
|
|
538
230
|
.dkan-c-header--desktop .dkan-c-header--link-list {
|
|
539
231
|
margin-block: 0;
|
|
540
232
|
}
|
|
541
233
|
|
|
542
|
-
.dkan-c-header--desktop .dkan-c-main-nav {
|
|
543
|
-
flex-direction: row;
|
|
544
|
-
justify-content: end;
|
|
545
|
-
display: flex;
|
|
546
|
-
}
|
|
547
|
-
|
|
548
234
|
.dkan-c-header--desktop .dkan-c-nav-menu--mobile-close-button {
|
|
549
235
|
display: none;
|
|
550
236
|
}
|
|
@@ -563,18 +249,6 @@
|
|
|
563
249
|
--mobile-menu-button--hover-color: var(--color-white);
|
|
564
250
|
}
|
|
565
251
|
|
|
566
|
-
.dkan-c-header--desktop .dkan-c-mobile-menu-button {
|
|
567
|
-
display: none;
|
|
568
|
-
}
|
|
569
|
-
|
|
570
|
-
.dkan-c-header--mobile .dkan-c-mobile-menu-button {
|
|
571
|
-
display: inherit;
|
|
572
|
-
}
|
|
573
|
-
|
|
574
|
-
button.dkan-c-mobile-menu-button {
|
|
575
|
-
color: var(--mobile-menu-button--color);
|
|
576
|
-
}
|
|
577
|
-
|
|
578
252
|
button.dkan-c-mobile-menu-button:before {
|
|
579
253
|
color: var(--mobile-menu-button--color);
|
|
580
254
|
text-align: center;
|
|
@@ -591,10 +265,6 @@ button.dkan-c-mobile-menu-button:before {
|
|
|
591
265
|
display: inline-block;
|
|
592
266
|
}
|
|
593
267
|
|
|
594
|
-
button.dkan-c-mobile-menu-button:hover, button.dkan-c-mobile-menu-button:hover:before {
|
|
595
|
-
color: var(--mobile-menu-button--hover-color);
|
|
596
|
-
}
|
|
597
|
-
|
|
598
268
|
button.dkan-c-mobile-menu-button--open:before {
|
|
599
269
|
content: "";
|
|
600
270
|
}
|
|
@@ -662,58 +332,150 @@ div.dkan-c-sidebar-nav .dkan-c--sidebar-nav-wrapper {
|
|
|
662
332
|
display: inherit;
|
|
663
333
|
}
|
|
664
334
|
|
|
665
|
-
.dc-c-
|
|
666
|
-
max-width: none;
|
|
667
|
-
}
|
|
668
|
-
|
|
669
|
-
.dc-c-list-item {
|
|
335
|
+
.dc-c-search-list-item {
|
|
670
336
|
list-style: none;
|
|
671
337
|
}
|
|
672
338
|
|
|
673
|
-
.dc-c-list-item ul {
|
|
339
|
+
.dc-c-search-list-item ul {
|
|
674
340
|
gap: 0;
|
|
675
341
|
}
|
|
676
342
|
|
|
677
|
-
.dc-c-list-item li {
|
|
343
|
+
.dc-c-search-list-item li {
|
|
678
344
|
list-style: none;
|
|
679
345
|
}
|
|
680
346
|
|
|
681
|
-
.dc-c-list-item li:first-child > span {
|
|
347
|
+
.dc-c-search-list-item li:first-child > span {
|
|
682
348
|
padding-left: 0;
|
|
683
349
|
}
|
|
684
350
|
|
|
685
|
-
.dc-c-list-item li a, .dc-c-list-item li button {
|
|
351
|
+
.dc-c-search-list-item li a, .dc-c-search-list-item li button {
|
|
686
352
|
text-decoration: underline !important;
|
|
687
353
|
}
|
|
688
354
|
|
|
689
|
-
.dc-c-
|
|
690
|
-
fill: var(--link__color);
|
|
691
|
-
}
|
|
692
|
-
|
|
693
|
-
.dc-c-list-item svg {
|
|
355
|
+
.dc-c-search-list-item svg {
|
|
694
356
|
margin-right: 8px;
|
|
695
357
|
}
|
|
696
358
|
|
|
697
|
-
.dc-c-list-item button, .dc-c-list-item span > a {
|
|
359
|
+
.dc-c-search-list-item button, .dc-c-search-list-item span > a {
|
|
698
360
|
font-weight: normal !important;
|
|
699
361
|
}
|
|
700
362
|
|
|
701
|
-
.dc-c-list-item a:visited svg {
|
|
363
|
+
.dc-c-search-list-item a:visited svg {
|
|
702
364
|
fill: var(--link__color--visited);
|
|
703
365
|
}
|
|
704
366
|
|
|
705
|
-
.dc-c-list-item
|
|
706
|
-
|
|
367
|
+
.dc-c-search-list-item a.ds-c-button[href$=".pdf"], .dc-c-search-list-item a.ds-c-button[href$=".csv"], .dc-c-search-list-item a.ds-c-button[href$=".xlsx"], .dc-c-search-list-item a.ds-c-button[href$=".zip"] {
|
|
368
|
+
position: relative;
|
|
707
369
|
}
|
|
708
370
|
|
|
709
|
-
.dc-c-list-item .ds-c-button {
|
|
371
|
+
.dc-c-search-list-item a.ds-c-button[href$=".pdf"]:after, .dc-c-search-list-item a.ds-c-button[href$=".csv"]:after, .dc-c-search-list-item a.ds-c-button[href$=".xlsx"]:after, .dc-c-search-list-item a.ds-c-button[href$=".zip"]:after {
|
|
372
|
+
width: 16px;
|
|
373
|
+
height: 16px;
|
|
374
|
+
margin-left: 5px;
|
|
375
|
+
font-family: "Font Awesome 6 Pro", sans-serif;
|
|
376
|
+
font-weight: lighter;
|
|
377
|
+
display: inline-block;
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
.dc-c-search-list-item a.ds-c-button[href$=".pdf"]:after {
|
|
381
|
+
content: "";
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
.dc-c-search-list-item a.ds-c-button[href$=".csv"]:after {
|
|
385
|
+
content: "";
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
.dc-c-search-list-item a.ds-c-button[href$=".xlsx"]:after {
|
|
389
|
+
content: "";
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
.dc-c-search-list-item a.ds-c-button[href$=".zip"]:after {
|
|
393
|
+
content: "";
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
.dc-c-search-list-item .ds-c-button {
|
|
710
397
|
text-decoration: none !important;
|
|
711
398
|
}
|
|
712
399
|
|
|
713
|
-
.dc-c-list-item .ds-c-button svg, .dc-c-list-item .ds-c-button:visited svg {
|
|
400
|
+
.dc-c-search-list-item .ds-c-button svg, .dc-c-search-list-item .ds-c-button:visited svg {
|
|
714
401
|
fill: var(--color-white);
|
|
715
402
|
}
|
|
716
403
|
|
|
404
|
+
.dc-c-search-list-item .dkan-disabled-link-wrapper {
|
|
405
|
+
cursor: not-allowed;
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
.dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link {
|
|
409
|
+
pointer-events: none;
|
|
410
|
+
color: #757575;
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
.dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link:active, .dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link:hover, .dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link:focus {
|
|
414
|
+
color: #757575;
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
.dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link:active svg, .dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link:hover svg, .dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link:focus svg {
|
|
418
|
+
fill: #757575;
|
|
419
|
+
}
|
|
420
|
+
|
|
421
|
+
.dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link svg {
|
|
422
|
+
fill: #757575 !important;
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
.dc-c-search-list-item .theme-list {
|
|
426
|
+
display: inline-block;
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
.dc-c-search-list-item .theme-list li {
|
|
430
|
+
letter-spacing: .75px;
|
|
431
|
+
color: #fff;
|
|
432
|
+
margin-bottom: 4px;
|
|
433
|
+
margin-right: 8px;
|
|
434
|
+
padding: 3px 10px;
|
|
435
|
+
text-decoration: none;
|
|
436
|
+
display: inline-block;
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
.dc-c-search-list-item .theme-list li a {
|
|
440
|
+
color: #fff;
|
|
441
|
+
text-decoration: none !important;
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
.dc-c-search-list-item .theme-list li a:hover, .dc-c-search-list-item .theme-list li a:focus, .dc-c-search-list-item .theme-list li a:visited:focus {
|
|
445
|
+
outline-offset: 12px;
|
|
446
|
+
background: unset;
|
|
447
|
+
text-decoration: underline !important;
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
.dc-c-search-list-item .dataset-date-item {
|
|
451
|
+
display: inline-block;
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
.dataset-date .dataset-date-item {
|
|
455
|
+
white-space: nowrap;
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
.dataset-date .dataset-date-item > span {
|
|
459
|
+
line-height: 1.8rem;
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
.dataset-date .dataset-date-item .ds-c-tooltip__container {
|
|
463
|
+
width: 20px;
|
|
464
|
+
display: inline-block;
|
|
465
|
+
position: relative;
|
|
466
|
+
bottom: 10px;
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
.dataset-date > .bullet-point {
|
|
470
|
+
font-size: 1.2rem;
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
@media screen and (width <= 543px) {
|
|
474
|
+
.dataset-date .bullet-point {
|
|
475
|
+
display: none;
|
|
476
|
+
}
|
|
477
|
+
}
|
|
478
|
+
|
|
717
479
|
.dkan-manage-columns-wrapper .fa-columns:before {
|
|
718
480
|
font-size: .75em !important;
|
|
719
481
|
}
|
|
@@ -1383,6 +1145,109 @@ dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__actions {
|
|
|
1383
1145
|
}
|
|
1384
1146
|
}
|
|
1385
1147
|
|
|
1148
|
+
.dc-c-list-item {
|
|
1149
|
+
list-style: none;
|
|
1150
|
+
}
|
|
1151
|
+
|
|
1152
|
+
.dc-c-list-item ul {
|
|
1153
|
+
gap: 0;
|
|
1154
|
+
}
|
|
1155
|
+
|
|
1156
|
+
.dc-c-list-item li {
|
|
1157
|
+
list-style: none;
|
|
1158
|
+
}
|
|
1159
|
+
|
|
1160
|
+
.dc-c-list-item li:first-child > span {
|
|
1161
|
+
padding-left: 0;
|
|
1162
|
+
}
|
|
1163
|
+
|
|
1164
|
+
.dc-c-list-item li a, .dc-c-list-item li button {
|
|
1165
|
+
text-decoration: underline !important;
|
|
1166
|
+
}
|
|
1167
|
+
|
|
1168
|
+
.dc-c-list-item li a svg, .dc-c-list-item li span svg {
|
|
1169
|
+
fill: var(--link__color);
|
|
1170
|
+
}
|
|
1171
|
+
|
|
1172
|
+
.dc-c-list-item svg {
|
|
1173
|
+
margin-right: 8px;
|
|
1174
|
+
}
|
|
1175
|
+
|
|
1176
|
+
.dc-c-list-item button, .dc-c-list-item span > a {
|
|
1177
|
+
font-weight: normal !important;
|
|
1178
|
+
}
|
|
1179
|
+
|
|
1180
|
+
.dc-c-list-item a:visited svg {
|
|
1181
|
+
fill: var(--link__color--visited);
|
|
1182
|
+
}
|
|
1183
|
+
|
|
1184
|
+
.dc-c-list-item span[id^="dataset-"] + h2 {
|
|
1185
|
+
margin-top: 0;
|
|
1186
|
+
}
|
|
1187
|
+
|
|
1188
|
+
.dc-c-list-item .ds-c-button {
|
|
1189
|
+
text-decoration: none !important;
|
|
1190
|
+
}
|
|
1191
|
+
|
|
1192
|
+
.dc-c-list-item .ds-c-button svg, .dc-c-list-item .ds-c-button:visited svg {
|
|
1193
|
+
fill: var(--color-white);
|
|
1194
|
+
}
|
|
1195
|
+
|
|
1196
|
+
.dkan-c-nav-submenu.has-submenu {
|
|
1197
|
+
display: block !important;
|
|
1198
|
+
}
|
|
1199
|
+
|
|
1200
|
+
@media only screen and (width >= 544px) {
|
|
1201
|
+
.dkan-dataset-search input {
|
|
1202
|
+
padding-left: 32px;
|
|
1203
|
+
}
|
|
1204
|
+
}
|
|
1205
|
+
|
|
1206
|
+
.dkan-dataset-search {
|
|
1207
|
+
position: relative;
|
|
1208
|
+
}
|
|
1209
|
+
|
|
1210
|
+
@media only screen and (width >= 544px) {
|
|
1211
|
+
.dkan-dataset-search input {
|
|
1212
|
+
padding-left: 32px;
|
|
1213
|
+
}
|
|
1214
|
+
}
|
|
1215
|
+
|
|
1216
|
+
@media only screen and (width <= 544px) {
|
|
1217
|
+
.dkan-dataset-search div.--alt-style input {
|
|
1218
|
+
--text-input__border-radius: 50px;
|
|
1219
|
+
--text-input__border-color: #c6b7b7;
|
|
1220
|
+
height: 61px;
|
|
1221
|
+
}
|
|
1222
|
+
}
|
|
1223
|
+
|
|
1224
|
+
.dkan-dataset-search .dc-c-search-button-mobile {
|
|
1225
|
+
z-index: 1000;
|
|
1226
|
+
border-top-left-radius: 0;
|
|
1227
|
+
border-bottom-left-radius: 0;
|
|
1228
|
+
height: 3.563rem;
|
|
1229
|
+
position: absolute;
|
|
1230
|
+
top: 2px;
|
|
1231
|
+
right: 18px;
|
|
1232
|
+
}
|
|
1233
|
+
|
|
1234
|
+
.dkan-dataset-search--facet-container ul {
|
|
1235
|
+
padding-left: 0;
|
|
1236
|
+
list-style: none;
|
|
1237
|
+
}
|
|
1238
|
+
|
|
1239
|
+
.dkan-dataset-search--clear-all-filters {
|
|
1240
|
+
width: 100%;
|
|
1241
|
+
}
|
|
1242
|
+
|
|
1243
|
+
.dc-c-search-list-item li a svg, .dc-c-search-list-item li span svg {
|
|
1244
|
+
fill: var(--link__color);
|
|
1245
|
+
}
|
|
1246
|
+
|
|
1247
|
+
.dc-c-search-list-item li a:visited svg {
|
|
1248
|
+
fill: var(--link__color--visited);
|
|
1249
|
+
}
|
|
1250
|
+
|
|
1386
1251
|
:root {
|
|
1387
1252
|
--su-color--blue-dark: #036;
|
|
1388
1253
|
--su-color--brown: #884c00;
|
|
@@ -1914,6 +1779,55 @@ dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__actions {
|
|
|
1914
1779
|
overflow-wrap: anywhere;
|
|
1915
1780
|
}
|
|
1916
1781
|
|
|
1782
|
+
.dc-dataset-search-list {
|
|
1783
|
+
list-style: none;
|
|
1784
|
+
}
|
|
1785
|
+
|
|
1786
|
+
.dc-search-header {
|
|
1787
|
+
display: relative;
|
|
1788
|
+
}
|
|
1789
|
+
|
|
1790
|
+
.dc-search-header:after {
|
|
1791
|
+
content: "";
|
|
1792
|
+
background-color: var(--color-primary-light);
|
|
1793
|
+
width: 48px;
|
|
1794
|
+
height: 4px;
|
|
1795
|
+
margin: 16px 0;
|
|
1796
|
+
display: block;
|
|
1797
|
+
}
|
|
1798
|
+
|
|
1799
|
+
.dataset-results-count {
|
|
1800
|
+
font-weight: bold;
|
|
1801
|
+
}
|
|
1802
|
+
|
|
1803
|
+
.dkan-dataset-search--facet-container .ds-c-accordion__content {
|
|
1804
|
+
max-height: 32rem;
|
|
1805
|
+
}
|
|
1806
|
+
|
|
1807
|
+
.dc-dataset-search--clear-all-filters {
|
|
1808
|
+
width: 100%;
|
|
1809
|
+
}
|
|
1810
|
+
|
|
1811
|
+
.dkan-dataset-search {
|
|
1812
|
+
align-items: flex-start;
|
|
1813
|
+
position: relative;
|
|
1814
|
+
}
|
|
1815
|
+
|
|
1816
|
+
.dkan-dataset-search input {
|
|
1817
|
+
min-width: 100%;
|
|
1818
|
+
}
|
|
1819
|
+
|
|
1820
|
+
@media only screen and (width >= 544px) {
|
|
1821
|
+
.dkan-dataset-search input {
|
|
1822
|
+
padding-left: 32px;
|
|
1823
|
+
}
|
|
1824
|
+
}
|
|
1825
|
+
|
|
1826
|
+
.dkan-dataset-search .ds-c-field__before {
|
|
1827
|
+
top: 12px;
|
|
1828
|
+
left: 16px;
|
|
1829
|
+
}
|
|
1830
|
+
|
|
1917
1831
|
ul.dc-c-resource-full-width {
|
|
1918
1832
|
width: 100%;
|
|
1919
1833
|
}
|
|
@@ -1988,19 +1902,44 @@ ul.dc-c-resource-full-width {
|
|
|
1988
1902
|
:root {
|
|
1989
1903
|
--mobile-nav-animation-time: 1s;
|
|
1990
1904
|
--main-nav-height: 6.25rem;
|
|
1905
|
+
--header-bg-color: var(--color-primary);
|
|
1906
|
+
--header-bg-image: linear-gradient(90deg,
|
|
1907
|
+
var(--color-primary-darkest) 10%,
|
|
1908
|
+
var(--color-primary) 90%);
|
|
1909
|
+
--header-nav-link--color: var(--color-white);
|
|
1910
|
+
--header-submenu--bg-color: var(--color-primary);
|
|
1911
|
+
--header-submenu--width: 333px;
|
|
1912
|
+
--header-nav-search--color: var(--color-white);
|
|
1991
1913
|
--tag-line--color: #6f757c;
|
|
1992
1914
|
--tag-line--border-color: #6f757c;
|
|
1993
|
-
--header-bg-
|
|
1994
|
-
--header-
|
|
1995
|
-
--header-mobile-
|
|
1996
|
-
--header-nav-
|
|
1997
|
-
--header-nav-
|
|
1998
|
-
--header-nav-link--
|
|
1999
|
-
--header-nav-link--mobile-color: var(--color-
|
|
2000
|
-
--header-nav-
|
|
2001
|
-
--mobile-
|
|
2002
|
-
--header-
|
|
2003
|
-
--header-
|
|
1915
|
+
--header-mobile-bg-color: var(--color-white);
|
|
1916
|
+
--header-nav-link--mobile-color: var(--color-base);
|
|
1917
|
+
--header-nav-link--mobile-font-size: var(--font-size-md);
|
|
1918
|
+
--header-nav-link--mobile-font-weight: var(--font-weight-body-md, normal);
|
|
1919
|
+
--header-nav-link--mobile-margin-x: 24px;
|
|
1920
|
+
--header-nav-link--mobile-border-radius: 0;
|
|
1921
|
+
--header-nav-link--mobile-hover-bg-color: var(--color-gray-lightest);
|
|
1922
|
+
--header-nav-link--mobile-active-bg-color: var(--color-white);
|
|
1923
|
+
--header-nav-link--mobile-focus-bg-color: var(--color-white);
|
|
1924
|
+
--header-nav-link--mobile-underline-color: transparent;
|
|
1925
|
+
--header-nav-link--mobile-border-color: var(--color-muted);
|
|
1926
|
+
--header-nav-link--mobile-border-width: 1px;
|
|
1927
|
+
--header-main-nav--mobile-border-bottom-color: var(--button__color);
|
|
1928
|
+
--header-main-nav--mobile-border-bottom-width: 2px;
|
|
1929
|
+
--header-submenu--mobile-box-shadow: none;
|
|
1930
|
+
--header-submenu--mobile-gap: 0;
|
|
1931
|
+
--header-submenu-link--mobile-font-size: var(--font-size-sm);
|
|
1932
|
+
--header-submenu-link--mobile-font-weight: var(--font-weight-body-sm);
|
|
1933
|
+
--header-submenu-link--mobile-padding-x: 12px;
|
|
1934
|
+
--header-dataset-submenu--mobile-margin-top: 4px;
|
|
1935
|
+
--header-dataset-submenu-link--mobile-font-size: var(--font-size-sm);
|
|
1936
|
+
--header-dataset-submenu-link--mobile-font-weight: var(--font-weight-body-sm);
|
|
1937
|
+
--header-dataset-submenu-link--mobile-padding-x: 12px;
|
|
1938
|
+
--header-dataset-submenu-count--mobile-color: var(--color-base);
|
|
1939
|
+
--header-top-nav-divider--mobile-display: none;
|
|
1940
|
+
--header-top-nav-link--mobile-border-color: var(--color-muted);
|
|
1941
|
+
--header-top-nav-link--mobile-border-width: 1px;
|
|
1942
|
+
--mobile-menu-button--hover-bg-color: var(--button__background-color--hover, var(--backgroundColor, var(--button__background-color)));
|
|
2004
1943
|
}
|
|
2005
1944
|
|
|
2006
1945
|
.dkan-c-main-navigation > div > div {
|
|
@@ -2019,208 +1958,250 @@ ul.dc-c-resource-full-width {
|
|
|
2019
1958
|
padding: 0 !important;
|
|
2020
1959
|
}
|
|
2021
1960
|
|
|
2022
|
-
.
|
|
2023
|
-
|
|
2024
|
-
text-decoration: none;
|
|
1961
|
+
.dkan-c-header--link-list {
|
|
1962
|
+
list-style: none;
|
|
2025
1963
|
}
|
|
2026
1964
|
|
|
2027
|
-
.
|
|
2028
|
-
|
|
2029
|
-
color: var(--color-white);
|
|
2030
|
-
text-align: center;
|
|
2031
|
-
vertical-align: middle;
|
|
2032
|
-
width: 18px;
|
|
2033
|
-
height: 18px;
|
|
2034
|
-
margin-left: 10px;
|
|
2035
|
-
padding-right: 10px;
|
|
2036
|
-
font-family: "Font Awesome 6 Pro";
|
|
2037
|
-
font-size: 18px;
|
|
2038
|
-
font-weight: lighter;
|
|
2039
|
-
line-height: 18px;
|
|
2040
|
-
display: inline-block;
|
|
1965
|
+
.dkan-c-header--link-list .dkan-c-header--link span, .dkan-c-header--link-list .dkan-c-header--link + ul a span {
|
|
1966
|
+
border-bottom: 2px solid #0000;
|
|
2041
1967
|
}
|
|
2042
1968
|
|
|
2043
|
-
.
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
1969
|
+
.dkan-c-header--wrapper {
|
|
1970
|
+
flex-wrap: nowrap !important;
|
|
1971
|
+
}
|
|
1972
|
+
|
|
1973
|
+
.dkan-c-header--desktop .dkan-c-nav-menu--mobile-close-button, .dkan-c-header--desktop .dkan-c-nav-menu .dkan-c-top-nav {
|
|
1974
|
+
display: none;
|
|
1975
|
+
}
|
|
1976
|
+
|
|
1977
|
+
.dkan-c-header--desktop .dkan-c-header--link-list {
|
|
1978
|
+
flex-direction: row;
|
|
1979
|
+
margin-block: 0;
|
|
1980
|
+
display: flex;
|
|
1981
|
+
}
|
|
1982
|
+
|
|
1983
|
+
.dkan-c-header--desktop .dkan-c-main-nav {
|
|
1984
|
+
flex-direction: row;
|
|
1985
|
+
justify-content: end;
|
|
1986
|
+
display: flex;
|
|
1987
|
+
}
|
|
1988
|
+
|
|
1989
|
+
.dkan-c-header--desktop ul.dkan-c-header--link-list .dkan-c-header--link, .dkan-c-header--desktop ul.dkan-c-header--link-list .dkan-c-header--link + ul a {
|
|
1990
|
+
color: var(--header-nav-link--color);
|
|
1991
|
+
padding: var(--space, 8px 8px);
|
|
2047
1992
|
text-decoration: none;
|
|
2048
1993
|
}
|
|
2049
1994
|
|
|
2050
|
-
.
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
1995
|
+
.dkan-c-header--desktop ul.dkan-c-header--link-list .dkan-c-header--link:hover span, .dkan-c-header--desktop ul.dkan-c-header--link-list .dkan-c-header--link + ul a:hover span {
|
|
1996
|
+
border-bottom-color: var(--header-nav-link--color);
|
|
1997
|
+
}
|
|
1998
|
+
|
|
1999
|
+
.dkan-c-header--desktop .dkan-c-site-menu--sub-menu {
|
|
2000
|
+
background: var(--header-submenu--bg-color);
|
|
2001
|
+
width: var(--header-submenu--width);
|
|
2002
|
+
margin: 0;
|
|
2003
|
+
padding: 16px;
|
|
2004
|
+
position: absolute;
|
|
2005
|
+
}
|
|
2006
|
+
|
|
2007
|
+
.dkan-c-header--desktop .dkan-c-site-menu--sub-menu a {
|
|
2008
|
+
padding: 8px;
|
|
2009
|
+
display: block;
|
|
2010
|
+
}
|
|
2011
|
+
|
|
2012
|
+
.dkan-c-header--desktop .dkan-c-site-menu--sub-menu a span {
|
|
2013
|
+
border-bottom-color: #0000;
|
|
2014
|
+
}
|
|
2015
|
+
|
|
2016
|
+
.dkan-c-header--desktop .dkan-c-site-menu--sub-menu a:hover span, .dkan-c-header--desktop .dkan-c-site-menu--sub-menu a:focus span {
|
|
2017
|
+
border-bottom-color: var(--header-nav-link--color);
|
|
2018
|
+
}
|
|
2019
|
+
|
|
2020
|
+
.dkan-c-header--desktop .ds-c-button:hover {
|
|
2021
|
+
background-color: #0000 !important;
|
|
2022
|
+
border-color: #0000 !important;
|
|
2023
|
+
}
|
|
2024
|
+
|
|
2025
|
+
.dkan-c-header--desktop .dkan-c-mobile-menu-button {
|
|
2026
|
+
display: none;
|
|
2027
|
+
}
|
|
2028
|
+
|
|
2029
|
+
.dkan-c-header--mobile .dkan-c-mobile-menu-button {
|
|
2030
|
+
display: inherit;
|
|
2031
|
+
}
|
|
2032
|
+
|
|
2033
|
+
.dkan-c-header--mobile .dkan-c-nav-menu--close {
|
|
2034
|
+
display: none;
|
|
2063
2035
|
}
|
|
2064
2036
|
|
|
2065
|
-
.
|
|
2066
|
-
background-color: var(--
|
|
2037
|
+
.dkan-c-header--mobile .dkan-c-nav-menu--open {
|
|
2038
|
+
background-color: var(--header-mobile-bg-color);
|
|
2039
|
+
max-width: 100%;
|
|
2040
|
+
height: 100%;
|
|
2041
|
+
transition-duration: var(--mobile-nav-animation-time);
|
|
2067
2042
|
z-index: 500;
|
|
2068
|
-
|
|
2043
|
+
flex: none;
|
|
2069
2044
|
width: 100%;
|
|
2070
|
-
height: 100%;
|
|
2071
2045
|
padding: 50px 0;
|
|
2072
|
-
transition: left
|
|
2046
|
+
transition-property: left;
|
|
2047
|
+
display: block;
|
|
2073
2048
|
position: fixed;
|
|
2074
2049
|
top: 0;
|
|
2075
2050
|
bottom: 0;
|
|
2076
|
-
left:
|
|
2051
|
+
left: 0;
|
|
2077
2052
|
}
|
|
2078
2053
|
|
|
2079
|
-
.
|
|
2080
|
-
|
|
2081
|
-
position: relative;
|
|
2054
|
+
.dkan-c-header--mobile .dkan-c-nav-menu ul {
|
|
2055
|
+
padding-inline-start: 0;
|
|
2082
2056
|
}
|
|
2083
2057
|
|
|
2084
|
-
.
|
|
2085
|
-
|
|
2086
|
-
content: "";
|
|
2087
|
-
width: 48px;
|
|
2088
|
-
height: 2px;
|
|
2089
|
-
margin-bottom: 16px;
|
|
2090
|
-
margin-left: 8px;
|
|
2091
|
-
display: block;
|
|
2058
|
+
.dkan-c-header--mobile .dkan-c-header--link-list, .dkan-c-header--mobile .dkan-c-site-menu--sub-menu {
|
|
2059
|
+
gap: var(--header-submenu--mobile-gap);
|
|
2092
2060
|
}
|
|
2093
2061
|
|
|
2094
|
-
.
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2062
|
+
.dkan-c-header--mobile .dkan-c-header--link-list > li {
|
|
2063
|
+
border-top: var(--header-nav-link--mobile-border-width) solid var(--header-nav-link--mobile-border-color);
|
|
2064
|
+
margin-block: 0;
|
|
2065
|
+
margin-inline: var(--header-nav-link--mobile-margin-x);
|
|
2098
2066
|
}
|
|
2099
2067
|
|
|
2100
|
-
.
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2068
|
+
.dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link, .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link + ul a {
|
|
2069
|
+
border-radius: var(--header-nav-link--mobile-border-radius);
|
|
2070
|
+
box-sizing: border-box;
|
|
2071
|
+
color: var(--header-nav-link--mobile-color);
|
|
2072
|
+
font-size: var(--header-nav-link--mobile-font-size);
|
|
2073
|
+
font-weight: var(--header-nav-link--mobile-font-weight);
|
|
2074
|
+
margin-block: 0;
|
|
2075
|
+
margin-inline: var(--header-nav-link--mobile-margin-x);
|
|
2076
|
+
text-align: left;
|
|
2077
|
+
width: calc(100% - var(--header-nav-link--mobile-margin-x) - var(--header-nav-link--mobile-margin-x));
|
|
2078
|
+
justify-content: flex-start;
|
|
2079
|
+
align-items: center;
|
|
2104
2080
|
text-decoration: none;
|
|
2105
|
-
display:
|
|
2081
|
+
display: flex;
|
|
2106
2082
|
}
|
|
2107
2083
|
|
|
2108
|
-
.
|
|
2109
|
-
|
|
2084
|
+
.dkan-c-header--mobile .dkan-c-header--link-list > li > .dkan-c-header--link {
|
|
2085
|
+
width: 100%;
|
|
2086
|
+
margin-inline: 0;
|
|
2110
2087
|
}
|
|
2111
2088
|
|
|
2112
|
-
.
|
|
2113
|
-
|
|
2114
|
-
font-weight: 700;
|
|
2089
|
+
.dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link > span, .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link + ul a > span {
|
|
2090
|
+
text-align: left;
|
|
2115
2091
|
}
|
|
2116
2092
|
|
|
2117
|
-
.
|
|
2118
|
-
|
|
2093
|
+
.dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link:hover, .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link + ul a:hover {
|
|
2094
|
+
background-color: var(--header-nav-link--mobile-hover-bg-color);
|
|
2095
|
+
color: var(--header-nav-link--mobile-color);
|
|
2119
2096
|
}
|
|
2120
2097
|
|
|
2121
|
-
.
|
|
2122
|
-
|
|
2123
|
-
|
|
2098
|
+
.dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link:focus, .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link:focus-visible, .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link[aria-expanded="true"], .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link[aria-expanded="true"]:hover, .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link[aria-expanded="true"]:focus, .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-nav-submenu.open > .dkan-c-header--link, .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link + ul a:focus, .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link + ul a:focus-visible {
|
|
2099
|
+
background-color: var(--header-nav-link--mobile-focus-bg-color);
|
|
2100
|
+
color: var(--header-nav-link--mobile-color);
|
|
2124
2101
|
}
|
|
2125
2102
|
|
|
2126
|
-
.
|
|
2127
|
-
color: var(--color
|
|
2103
|
+
.dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link:active, .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link:active:hover, .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link:active:focus, .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link + ul a:active, .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link + ul a:active:hover, .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link + ul a:active:focus {
|
|
2104
|
+
background-color: var(--header-nav-link--mobile-active-bg-color);
|
|
2105
|
+
color: var(--header-nav-link--mobile-color);
|
|
2128
2106
|
}
|
|
2129
2107
|
|
|
2130
|
-
.
|
|
2131
|
-
|
|
2132
|
-
left: 0;
|
|
2108
|
+
.dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link:hover span, .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link:focus span, .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link:focus-visible span, .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link + ul a:hover span, .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link + ul a:focus span, .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link + ul a:focus-visible span {
|
|
2109
|
+
border-bottom-color: var(--header-nav-link--mobile-underline-color);
|
|
2133
2110
|
}
|
|
2134
2111
|
|
|
2135
|
-
.
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
display: block;
|
|
2112
|
+
.dkan-c-header--mobile .dkan-c-nav-submenu > .dkan-c-header--link > :is(svg, .fa, [class*="fa-chevron"]) {
|
|
2113
|
+
align-self: center;
|
|
2114
|
+
margin-left: auto;
|
|
2139
2115
|
}
|
|
2140
2116
|
|
|
2141
|
-
.
|
|
2142
|
-
|
|
2143
|
-
padding: 0;
|
|
2117
|
+
.dkan-c-header--mobile .dkan-c-main-nav > .dkan-c-header--link-list > li:last-child {
|
|
2118
|
+
border-bottom: var(--header-main-nav--mobile-border-bottom-width) solid var(--header-main-nav--mobile-border-bottom-color);
|
|
2144
2119
|
}
|
|
2145
2120
|
|
|
2146
|
-
.
|
|
2147
|
-
|
|
2121
|
+
.dkan-c-header--mobile .dkan-c-top-nav {
|
|
2122
|
+
display: inherit;
|
|
2123
|
+
padding-top: 8px;
|
|
2148
2124
|
}
|
|
2149
2125
|
|
|
2150
|
-
.
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2126
|
+
.dkan-c-header--mobile .dkan-c-top-nav:before {
|
|
2127
|
+
background: var(--color-primary-light);
|
|
2128
|
+
content: "";
|
|
2129
|
+
display: var(--header-top-nav-divider--mobile-display);
|
|
2130
|
+
width: 48px;
|
|
2131
|
+
height: 2px;
|
|
2132
|
+
margin-left: 24px;
|
|
2133
|
+
position: absolute;
|
|
2156
2134
|
}
|
|
2157
2135
|
|
|
2158
|
-
.
|
|
2159
|
-
|
|
2136
|
+
.dkan-c-header--mobile .dkan-c-top-nav ul {
|
|
2137
|
+
padding-top: 16px;
|
|
2160
2138
|
}
|
|
2161
2139
|
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
}
|
|
2140
|
+
.dkan-c-header--mobile .dkan-c-top-nav > .dkan-c-header--link-list > li {
|
|
2141
|
+
border-top: 0;
|
|
2142
|
+
border-bottom: var(--header-top-nav-link--mobile-border-width) solid var(--header-top-nav-link--mobile-border-color);
|
|
2166
2143
|
}
|
|
2167
2144
|
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
padding: 0;
|
|
2145
|
+
.dkan-c-header--mobile .dkan-c-site-menu--sub-menu {
|
|
2146
|
+
box-shadow: var(--header-submenu--mobile-box-shadow);
|
|
2171
2147
|
}
|
|
2172
2148
|
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
list-style: none;
|
|
2149
|
+
.dkan-c-header--mobile .dkan-c-site-menu--sub-menu a svg {
|
|
2150
|
+
display: none;
|
|
2176
2151
|
}
|
|
2177
2152
|
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
font-
|
|
2181
|
-
text-decoration: none;
|
|
2153
|
+
.dkan-c-header--mobile .dkan-c-site-menu--sub-menu .dkan-c-header--link, .dkan-c-header--mobile .dkan-c-site-menu--sub-menu .dkan-c-header--link > span {
|
|
2154
|
+
font-size: var(--header-submenu-link--mobile-font-size);
|
|
2155
|
+
font-weight: var(--header-submenu-link--mobile-font-weight);
|
|
2182
2156
|
}
|
|
2183
2157
|
|
|
2184
|
-
|
|
2185
|
-
|
|
2158
|
+
.dkan-c-header--mobile ul.dkan-c-site-menu--sub-menu .dkan-c-header--link {
|
|
2159
|
+
padding-inline: var(--header-submenu-link--mobile-padding-x);
|
|
2186
2160
|
}
|
|
2187
2161
|
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
text-decoration: none;
|
|
2162
|
+
.dkan-c-header--mobile section.dkan-c-site-menu--sub-menu {
|
|
2163
|
+
margin-top: var(--header-dataset-submenu--mobile-margin-top);
|
|
2191
2164
|
}
|
|
2192
2165
|
|
|
2193
|
-
|
|
2194
|
-
|
|
2166
|
+
.dkan-c-header--mobile section.dkan-c-site-menu--sub-menu .dc-c-list-item .dkan-c-header--link {
|
|
2167
|
+
padding-inline: var(--header-dataset-submenu-link--mobile-padding-x);
|
|
2195
2168
|
}
|
|
2196
2169
|
|
|
2197
|
-
|
|
2198
|
-
|
|
2170
|
+
.dkan-c-header--mobile section.dkan-c-site-menu--sub-menu .dc-c-list-item .ds-text-heading--md {
|
|
2171
|
+
font-size: var(--header-dataset-submenu-link--mobile-font-size);
|
|
2172
|
+
font-weight: var(--header-dataset-submenu-link--mobile-font-weight);
|
|
2199
2173
|
}
|
|
2200
2174
|
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
outline-offset: 3px;
|
|
2204
|
-
border-radius: var(--button__border-radius);
|
|
2205
|
-
background-color: #0000;
|
|
2206
|
-
outline: 3px solid #0000;
|
|
2207
|
-
text-decoration: none;
|
|
2175
|
+
.dkan-c-header--mobile section.dkan-c-site-menu--sub-menu .ds-u-margin-y--0.ds-u-font-size--sm {
|
|
2176
|
+
color: var(--header-dataset-submenu-count--mobile-color);
|
|
2208
2177
|
}
|
|
2209
2178
|
|
|
2210
|
-
.
|
|
2211
|
-
|
|
2179
|
+
.dkan-c-header--desktop .dkan-c-site-menu--sub-menu, .dkan-c-header--mobile .dkan-c-site-menu--sub-menu {
|
|
2180
|
+
list-style: none;
|
|
2181
|
+
display: none;
|
|
2212
2182
|
}
|
|
2213
2183
|
|
|
2214
|
-
.
|
|
2215
|
-
|
|
2184
|
+
.dkan-c-nav-submenu {
|
|
2185
|
+
position: relative;
|
|
2216
2186
|
}
|
|
2217
2187
|
|
|
2218
|
-
.
|
|
2219
|
-
|
|
2220
|
-
|
|
2188
|
+
.dkan-c-nav-submenu.open .dkan-c-site-menu--sub-menu {
|
|
2189
|
+
display: block;
|
|
2190
|
+
}
|
|
2191
|
+
|
|
2192
|
+
button.dkan-c-mobile-menu-button {
|
|
2193
|
+
color: var(--mobile-menu-button--color);
|
|
2194
|
+
}
|
|
2195
|
+
|
|
2196
|
+
button.dkan-c-mobile-menu-button:hover, button.dkan-c-mobile-menu-button:active {
|
|
2197
|
+
background-color: var(--mobile-menu-button--hover-bg-color);
|
|
2198
|
+
}
|
|
2199
|
+
|
|
2200
|
+
button.dkan-c-mobile-menu-button:before {
|
|
2201
|
+
box-sizing: content-box;
|
|
2202
|
+
color: var(--mobile-menu-button--color);
|
|
2221
2203
|
text-align: center;
|
|
2222
2204
|
vertical-align: middle;
|
|
2223
|
-
box-sizing: content-box;
|
|
2224
2205
|
width: 18px;
|
|
2225
2206
|
height: 18px;
|
|
2226
2207
|
margin-left: 10px;
|
|
@@ -2232,6 +2213,26 @@ nav.dc-c-site-menu .dc-c-header--links a:focus, .dc-c-site-title a:focus {
|
|
|
2232
2213
|
display: inline-block;
|
|
2233
2214
|
}
|
|
2234
2215
|
|
|
2216
|
+
button.dkan-c-mobile-menu-button:hover, button.dkan-c-mobile-menu-button:hover:before {
|
|
2217
|
+
color: var(--mobile-menu-button--hover-color);
|
|
2218
|
+
}
|
|
2219
|
+
|
|
2220
|
+
button.dkan-c-mobile-menu-button.dkan-c-mobile-menu-button--open:before {
|
|
2221
|
+
content: "";
|
|
2222
|
+
}
|
|
2223
|
+
|
|
2224
|
+
@media only screen and (width <= 1023px) {
|
|
2225
|
+
.dkan-c-header--mobile .dkan-c-header-nav-icon-link {
|
|
2226
|
+
justify-content: center;
|
|
2227
|
+
width: 100%;
|
|
2228
|
+
display: flex;
|
|
2229
|
+
}
|
|
2230
|
+
|
|
2231
|
+
.dkan-c-header--mobile .dkan-c-header-nav-icon-link img {
|
|
2232
|
+
width: var(--header-nav-icon-link--mobile-width) !important;
|
|
2233
|
+
}
|
|
2234
|
+
}
|
|
2235
|
+
|
|
2235
2236
|
nav.dc-c-site-menu .dc-c-header--links a.dc-c-active-link span {
|
|
2236
2237
|
border-bottom: 2px solid var(--color-primary-light);
|
|
2237
2238
|
}
|