@civicactions/cmsds-open-data-components 4.2.0-alpha.1 → 4.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main.css +315 -305
- package/dist/main.css.map +1 -1
- package/dist/main.js +292 -235
- package/dist/main.js.map +1 -1
- package/dist/types.d.ts +40 -20
- 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,10 +126,6 @@
|
|
|
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
|
}
|
|
@@ -300,10 +274,6 @@
|
|
|
300
274
|
}
|
|
301
275
|
}
|
|
302
276
|
|
|
303
|
-
.dkan-dataset-search {
|
|
304
|
-
position: relative;
|
|
305
|
-
}
|
|
306
|
-
|
|
307
277
|
@media only screen and (width >= 544px) {
|
|
308
278
|
.dkan-dataset-search input {
|
|
309
279
|
padding-left: 32px;
|
|
@@ -345,10 +315,6 @@
|
|
|
345
315
|
fill: var(--link__color--visited);
|
|
346
316
|
}
|
|
347
317
|
|
|
348
|
-
.dc-dataset-search-list {
|
|
349
|
-
list-style: none;
|
|
350
|
-
}
|
|
351
|
-
|
|
352
318
|
.dc-search-header {
|
|
353
319
|
display: relative;
|
|
354
320
|
}
|
|
@@ -362,38 +328,17 @@
|
|
|
362
328
|
display: block;
|
|
363
329
|
}
|
|
364
330
|
|
|
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
331
|
.dkan-dataset-search {
|
|
378
332
|
align-items: flex-start;
|
|
379
333
|
position: relative;
|
|
380
334
|
}
|
|
381
335
|
|
|
382
|
-
.dkan-dataset-search input {
|
|
383
|
-
min-width: 100%;
|
|
384
|
-
}
|
|
385
|
-
|
|
386
336
|
@media only screen and (width >= 544px) {
|
|
387
337
|
.dkan-dataset-search input {
|
|
388
338
|
padding-left: 32px;
|
|
389
339
|
}
|
|
390
340
|
}
|
|
391
341
|
|
|
392
|
-
.dkan-dataset-search .ds-c-field__before {
|
|
393
|
-
top: 12px;
|
|
394
|
-
left: 16px;
|
|
395
|
-
}
|
|
396
|
-
|
|
397
342
|
.dkan-dataset-search .ds-c-inline-error {
|
|
398
343
|
max-width: none;
|
|
399
344
|
}
|
|
@@ -456,18 +401,6 @@
|
|
|
456
401
|
display: none;
|
|
457
402
|
}
|
|
458
403
|
|
|
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
404
|
.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
405
|
color: var(--header-nav-link--mobile-color);
|
|
473
406
|
text-decoration: none;
|
|
@@ -481,14 +414,6 @@
|
|
|
481
414
|
border-bottom-color: var(--header-nav-link--mobile-color);
|
|
482
415
|
}
|
|
483
416
|
|
|
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
417
|
.dkan-c-header--mobile .dkan-c-nav-menu--open {
|
|
493
418
|
background-color: var(--header-mobile-bg-color);
|
|
494
419
|
z-index: 500;
|
|
@@ -511,40 +436,14 @@
|
|
|
511
436
|
padding-top: 8px;
|
|
512
437
|
}
|
|
513
438
|
|
|
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
439
|
.dkan-c-header--mobile .dkan-c-nav-menu .dkan-c-top-nav ul {
|
|
525
440
|
padding-top: 16px;
|
|
526
441
|
}
|
|
527
442
|
|
|
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;
|
|
532
|
-
}
|
|
533
|
-
|
|
534
|
-
.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 {
|
|
535
|
-
border-bottom-color: var(--header-nav-link--color);
|
|
536
|
-
}
|
|
537
|
-
|
|
538
443
|
.dkan-c-header--desktop .dkan-c-header--link-list {
|
|
539
444
|
margin-block: 0;
|
|
540
445
|
}
|
|
541
446
|
|
|
542
|
-
.dkan-c-header--desktop .dkan-c-main-nav {
|
|
543
|
-
flex-direction: row;
|
|
544
|
-
justify-content: end;
|
|
545
|
-
display: flex;
|
|
546
|
-
}
|
|
547
|
-
|
|
548
447
|
.dkan-c-header--desktop .dkan-c-nav-menu--mobile-close-button {
|
|
549
448
|
display: none;
|
|
550
449
|
}
|
|
@@ -563,18 +462,6 @@
|
|
|
563
462
|
--mobile-menu-button--hover-color: var(--color-white);
|
|
564
463
|
}
|
|
565
464
|
|
|
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
465
|
button.dkan-c-mobile-menu-button:before {
|
|
579
466
|
color: var(--mobile-menu-button--color);
|
|
580
467
|
text-align: center;
|
|
@@ -591,10 +478,6 @@ button.dkan-c-mobile-menu-button:before {
|
|
|
591
478
|
display: inline-block;
|
|
592
479
|
}
|
|
593
480
|
|
|
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
481
|
button.dkan-c-mobile-menu-button--open:before {
|
|
599
482
|
content: "";
|
|
600
483
|
}
|
|
@@ -666,54 +549,6 @@ div.dkan-c-sidebar-nav .dkan-c--sidebar-nav-wrapper {
|
|
|
666
549
|
max-width: none;
|
|
667
550
|
}
|
|
668
551
|
|
|
669
|
-
.dc-c-list-item {
|
|
670
|
-
list-style: none;
|
|
671
|
-
}
|
|
672
|
-
|
|
673
|
-
.dc-c-list-item ul {
|
|
674
|
-
gap: 0;
|
|
675
|
-
}
|
|
676
|
-
|
|
677
|
-
.dc-c-list-item li {
|
|
678
|
-
list-style: none;
|
|
679
|
-
}
|
|
680
|
-
|
|
681
|
-
.dc-c-list-item li:first-child > span {
|
|
682
|
-
padding-left: 0;
|
|
683
|
-
}
|
|
684
|
-
|
|
685
|
-
.dc-c-list-item li a, .dc-c-list-item li button {
|
|
686
|
-
text-decoration: underline !important;
|
|
687
|
-
}
|
|
688
|
-
|
|
689
|
-
.dc-c-list-item li a svg, .dc-c-list-item li span svg {
|
|
690
|
-
fill: var(--link__color);
|
|
691
|
-
}
|
|
692
|
-
|
|
693
|
-
.dc-c-list-item svg {
|
|
694
|
-
margin-right: 8px;
|
|
695
|
-
}
|
|
696
|
-
|
|
697
|
-
.dc-c-list-item button, .dc-c-list-item span > a {
|
|
698
|
-
font-weight: normal !important;
|
|
699
|
-
}
|
|
700
|
-
|
|
701
|
-
.dc-c-list-item a:visited svg {
|
|
702
|
-
fill: var(--link__color--visited);
|
|
703
|
-
}
|
|
704
|
-
|
|
705
|
-
.dc-c-list-item span[id^="dataset-"] + h2 {
|
|
706
|
-
margin-top: 0;
|
|
707
|
-
}
|
|
708
|
-
|
|
709
|
-
.dc-c-list-item .ds-c-button {
|
|
710
|
-
text-decoration: none !important;
|
|
711
|
-
}
|
|
712
|
-
|
|
713
|
-
.dc-c-list-item .ds-c-button svg, .dc-c-list-item .ds-c-button:visited svg {
|
|
714
|
-
fill: var(--color-white);
|
|
715
|
-
}
|
|
716
|
-
|
|
717
552
|
.dkan-manage-columns-wrapper .fa-columns:before {
|
|
718
553
|
font-size: .75em !important;
|
|
719
554
|
}
|
|
@@ -1383,6 +1218,93 @@ dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__actions {
|
|
|
1383
1218
|
}
|
|
1384
1219
|
}
|
|
1385
1220
|
|
|
1221
|
+
.dc-c-list-item {
|
|
1222
|
+
list-style: none;
|
|
1223
|
+
}
|
|
1224
|
+
|
|
1225
|
+
.dc-c-list-item ul {
|
|
1226
|
+
gap: 0;
|
|
1227
|
+
}
|
|
1228
|
+
|
|
1229
|
+
.dc-c-list-item li {
|
|
1230
|
+
list-style: none;
|
|
1231
|
+
}
|
|
1232
|
+
|
|
1233
|
+
.dc-c-list-item li:first-child > span {
|
|
1234
|
+
padding-left: 0;
|
|
1235
|
+
}
|
|
1236
|
+
|
|
1237
|
+
.dc-c-list-item li a, .dc-c-list-item li button {
|
|
1238
|
+
text-decoration: underline !important;
|
|
1239
|
+
}
|
|
1240
|
+
|
|
1241
|
+
.dc-c-list-item li a svg, .dc-c-list-item li span svg {
|
|
1242
|
+
fill: var(--link__color);
|
|
1243
|
+
}
|
|
1244
|
+
|
|
1245
|
+
.dc-c-list-item svg {
|
|
1246
|
+
margin-right: 8px;
|
|
1247
|
+
}
|
|
1248
|
+
|
|
1249
|
+
.dc-c-list-item button, .dc-c-list-item span > a {
|
|
1250
|
+
font-weight: normal !important;
|
|
1251
|
+
}
|
|
1252
|
+
|
|
1253
|
+
.dc-c-list-item a:visited svg {
|
|
1254
|
+
fill: var(--link__color--visited);
|
|
1255
|
+
}
|
|
1256
|
+
|
|
1257
|
+
.dc-c-list-item span[id^="dataset-"] + h2 {
|
|
1258
|
+
margin-top: 0;
|
|
1259
|
+
}
|
|
1260
|
+
|
|
1261
|
+
.dc-c-list-item .ds-c-button {
|
|
1262
|
+
text-decoration: none !important;
|
|
1263
|
+
}
|
|
1264
|
+
|
|
1265
|
+
.dc-c-list-item .ds-c-button svg, .dc-c-list-item .ds-c-button:visited svg {
|
|
1266
|
+
fill: var(--color-white);
|
|
1267
|
+
}
|
|
1268
|
+
|
|
1269
|
+
.dkan-c-nav-submenu.has-submenu {
|
|
1270
|
+
display: block !important;
|
|
1271
|
+
}
|
|
1272
|
+
|
|
1273
|
+
.dc-dataset-search-list {
|
|
1274
|
+
list-style: none;
|
|
1275
|
+
}
|
|
1276
|
+
|
|
1277
|
+
.dataset-results-count {
|
|
1278
|
+
font-weight: bold;
|
|
1279
|
+
}
|
|
1280
|
+
|
|
1281
|
+
.dkan-dataset-search--facet-container .ds-c-accordion__content {
|
|
1282
|
+
max-height: 32rem;
|
|
1283
|
+
}
|
|
1284
|
+
|
|
1285
|
+
.dc-dataset-search--clear-all-filters {
|
|
1286
|
+
width: 100%;
|
|
1287
|
+
}
|
|
1288
|
+
|
|
1289
|
+
.dkan-dataset-search {
|
|
1290
|
+
position: relative;
|
|
1291
|
+
}
|
|
1292
|
+
|
|
1293
|
+
.dkan-dataset-search input {
|
|
1294
|
+
min-width: 100%;
|
|
1295
|
+
}
|
|
1296
|
+
|
|
1297
|
+
@media only screen and (width >= 544px) {
|
|
1298
|
+
.dkan-dataset-search input {
|
|
1299
|
+
padding-left: 32px;
|
|
1300
|
+
}
|
|
1301
|
+
}
|
|
1302
|
+
|
|
1303
|
+
.dkan-dataset-search .ds-c-field__before {
|
|
1304
|
+
top: 12px;
|
|
1305
|
+
left: 16px;
|
|
1306
|
+
}
|
|
1307
|
+
|
|
1386
1308
|
:root {
|
|
1387
1309
|
--su-color--blue-dark: #036;
|
|
1388
1310
|
--su-color--brown: #884c00;
|
|
@@ -1988,18 +1910,44 @@ ul.dc-c-resource-full-width {
|
|
|
1988
1910
|
:root {
|
|
1989
1911
|
--mobile-nav-animation-time: 1s;
|
|
1990
1912
|
--main-nav-height: 6.25rem;
|
|
1913
|
+
--header-bg-color: var(--color-primary);
|
|
1914
|
+
--header-bg-image: linear-gradient(90deg,
|
|
1915
|
+
var(--color-primary-darkest) 10%,
|
|
1916
|
+
var(--color-primary) 90%);
|
|
1917
|
+
--header-nav-link--color: var(--color-white);
|
|
1918
|
+
--header-submenu--bg-color: var(--color-primary);
|
|
1919
|
+
--header-submenu--width: 333px;
|
|
1920
|
+
--header-nav-search--color: var(--color-white);
|
|
1991
1921
|
--tag-line--color: #6f757c;
|
|
1992
1922
|
--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-
|
|
2000
|
-
--mobile-
|
|
2001
|
-
--header-
|
|
2002
|
-
--header-
|
|
1923
|
+
--header-mobile-bg-color: var(--color-white);
|
|
1924
|
+
--header-nav-link--mobile-color: var(--color-base);
|
|
1925
|
+
--header-nav-link--mobile-font-size: var(--font-size-md);
|
|
1926
|
+
--header-nav-link--mobile-font-weight: var(--font-weight-body-md, normal);
|
|
1927
|
+
--header-nav-link--mobile-margin-x: 24px;
|
|
1928
|
+
--header-nav-link--mobile-border-radius: 0;
|
|
1929
|
+
--header-nav-link--mobile-hover-bg-color: var(--color-gray-lightest);
|
|
1930
|
+
--header-nav-link--mobile-active-bg-color: var(--color-white);
|
|
1931
|
+
--header-nav-link--mobile-focus-bg-color: var(--color-white);
|
|
1932
|
+
--header-nav-link--mobile-underline-color: transparent;
|
|
1933
|
+
--header-nav-link--mobile-border-color: var(--color-muted);
|
|
1934
|
+
--header-nav-link--mobile-border-width: 1px;
|
|
1935
|
+
--header-main-nav--mobile-border-bottom-color: var(--button__color);
|
|
1936
|
+
--header-main-nav--mobile-border-bottom-width: 2px;
|
|
1937
|
+
--header-submenu--mobile-box-shadow: none;
|
|
1938
|
+
--header-submenu--mobile-gap: 0;
|
|
1939
|
+
--header-submenu-link--mobile-font-size: var(--font-size-sm);
|
|
1940
|
+
--header-submenu-link--mobile-font-weight: var(--font-weight-body-sm);
|
|
1941
|
+
--header-submenu-link--mobile-padding-x: 12px;
|
|
1942
|
+
--header-dataset-submenu--mobile-margin-top: 4px;
|
|
1943
|
+
--header-dataset-submenu-link--mobile-font-size: var(--font-size-sm);
|
|
1944
|
+
--header-dataset-submenu-link--mobile-font-weight: var(--font-weight-body-sm);
|
|
1945
|
+
--header-dataset-submenu-link--mobile-padding-x: 12px;
|
|
1946
|
+
--header-dataset-submenu-count--mobile-color: var(--color-base);
|
|
1947
|
+
--header-top-nav-divider--mobile-display: none;
|
|
1948
|
+
--header-top-nav-link--mobile-border-color: var(--color-muted);
|
|
1949
|
+
--header-top-nav-link--mobile-border-width: 1px;
|
|
1950
|
+
--mobile-menu-button--hover-bg-color: var(--button__background-color--hover, var(--backgroundColor, var(--button__background-color)));
|
|
2003
1951
|
}
|
|
2004
1952
|
|
|
2005
1953
|
.dkan-c-main-navigation > div > div {
|
|
@@ -2018,208 +1966,250 @@ ul.dc-c-resource-full-width {
|
|
|
2018
1966
|
padding: 0 !important;
|
|
2019
1967
|
}
|
|
2020
1968
|
|
|
2021
|
-
.
|
|
2022
|
-
|
|
2023
|
-
text-decoration: none;
|
|
1969
|
+
.dkan-c-header--link-list {
|
|
1970
|
+
list-style: none;
|
|
2024
1971
|
}
|
|
2025
1972
|
|
|
2026
|
-
.
|
|
2027
|
-
|
|
2028
|
-
color: var(--color-white);
|
|
2029
|
-
text-align: center;
|
|
2030
|
-
vertical-align: middle;
|
|
2031
|
-
width: 18px;
|
|
2032
|
-
height: 18px;
|
|
2033
|
-
margin-left: 10px;
|
|
2034
|
-
padding-right: 10px;
|
|
2035
|
-
font-family: "Font Awesome 6 Pro";
|
|
2036
|
-
font-size: 18px;
|
|
2037
|
-
font-weight: lighter;
|
|
2038
|
-
line-height: 18px;
|
|
2039
|
-
display: inline-block;
|
|
1973
|
+
.dkan-c-header--link-list .dkan-c-header--link span, .dkan-c-header--link-list .dkan-c-header--link + ul a span {
|
|
1974
|
+
border-bottom: 2px solid #0000;
|
|
2040
1975
|
}
|
|
2041
1976
|
|
|
2042
|
-
.
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
1977
|
+
.dkan-c-header--wrapper {
|
|
1978
|
+
flex-wrap: nowrap !important;
|
|
1979
|
+
}
|
|
1980
|
+
|
|
1981
|
+
.dkan-c-header--desktop .dkan-c-nav-menu--mobile-close-button, .dkan-c-header--desktop .dkan-c-nav-menu .dkan-c-top-nav {
|
|
1982
|
+
display: none;
|
|
1983
|
+
}
|
|
1984
|
+
|
|
1985
|
+
.dkan-c-header--desktop .dkan-c-header--link-list {
|
|
1986
|
+
flex-direction: row;
|
|
1987
|
+
margin-block: 0;
|
|
1988
|
+
display: flex;
|
|
1989
|
+
}
|
|
1990
|
+
|
|
1991
|
+
.dkan-c-header--desktop .dkan-c-main-nav {
|
|
1992
|
+
flex-direction: row;
|
|
1993
|
+
justify-content: end;
|
|
1994
|
+
display: flex;
|
|
1995
|
+
}
|
|
1996
|
+
|
|
1997
|
+
.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 {
|
|
1998
|
+
color: var(--header-nav-link--color);
|
|
1999
|
+
padding: var(--space, 8px 8px);
|
|
2046
2000
|
text-decoration: none;
|
|
2047
2001
|
}
|
|
2048
2002
|
|
|
2049
|
-
.
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
font-weight: lighter;
|
|
2060
|
-
line-height: 18px;
|
|
2061
|
-
display: inline-block;
|
|
2003
|
+
.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 {
|
|
2004
|
+
border-bottom-color: var(--header-nav-link--color);
|
|
2005
|
+
}
|
|
2006
|
+
|
|
2007
|
+
.dkan-c-header--desktop .dkan-c-site-menu--sub-menu {
|
|
2008
|
+
background: var(--header-submenu--bg-color);
|
|
2009
|
+
width: var(--header-submenu--width);
|
|
2010
|
+
margin: 0;
|
|
2011
|
+
padding: 16px;
|
|
2012
|
+
position: absolute;
|
|
2062
2013
|
}
|
|
2063
2014
|
|
|
2064
|
-
.
|
|
2065
|
-
|
|
2015
|
+
.dkan-c-header--desktop .dkan-c-site-menu--sub-menu a {
|
|
2016
|
+
padding: 8px;
|
|
2017
|
+
display: block;
|
|
2018
|
+
}
|
|
2019
|
+
|
|
2020
|
+
.dkan-c-header--desktop .dkan-c-site-menu--sub-menu a span {
|
|
2021
|
+
border-bottom-color: #0000;
|
|
2022
|
+
}
|
|
2023
|
+
|
|
2024
|
+
.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 {
|
|
2025
|
+
border-bottom-color: var(--header-nav-link--color);
|
|
2026
|
+
}
|
|
2027
|
+
|
|
2028
|
+
.dkan-c-header--desktop .ds-c-button:hover {
|
|
2029
|
+
background-color: #0000 !important;
|
|
2030
|
+
border-color: #0000 !important;
|
|
2031
|
+
}
|
|
2032
|
+
|
|
2033
|
+
.dkan-c-header--desktop .dkan-c-mobile-menu-button {
|
|
2034
|
+
display: none;
|
|
2035
|
+
}
|
|
2036
|
+
|
|
2037
|
+
.dkan-c-header--mobile .dkan-c-mobile-menu-button {
|
|
2038
|
+
display: inherit;
|
|
2039
|
+
}
|
|
2040
|
+
|
|
2041
|
+
.dkan-c-header--mobile .dkan-c-nav-menu--close {
|
|
2042
|
+
display: none;
|
|
2043
|
+
}
|
|
2044
|
+
|
|
2045
|
+
.dkan-c-header--mobile .dkan-c-nav-menu--open {
|
|
2046
|
+
background-color: var(--header-mobile-bg-color);
|
|
2047
|
+
max-width: 100%;
|
|
2048
|
+
height: 100%;
|
|
2049
|
+
transition-duration: var(--mobile-nav-animation-time);
|
|
2066
2050
|
z-index: 500;
|
|
2067
|
-
|
|
2051
|
+
flex: none;
|
|
2068
2052
|
width: 100%;
|
|
2069
|
-
height: 100%;
|
|
2070
2053
|
padding: 50px 0;
|
|
2071
|
-
transition: left
|
|
2054
|
+
transition-property: left;
|
|
2055
|
+
display: block;
|
|
2072
2056
|
position: fixed;
|
|
2073
2057
|
top: 0;
|
|
2074
2058
|
bottom: 0;
|
|
2075
|
-
left:
|
|
2059
|
+
left: 0;
|
|
2076
2060
|
}
|
|
2077
2061
|
|
|
2078
|
-
.
|
|
2079
|
-
|
|
2080
|
-
position: relative;
|
|
2062
|
+
.dkan-c-header--mobile .dkan-c-nav-menu ul {
|
|
2063
|
+
padding-inline-start: 0;
|
|
2081
2064
|
}
|
|
2082
2065
|
|
|
2083
|
-
.
|
|
2084
|
-
|
|
2085
|
-
content: "";
|
|
2086
|
-
width: 48px;
|
|
2087
|
-
height: 2px;
|
|
2088
|
-
margin-bottom: 16px;
|
|
2089
|
-
margin-left: 8px;
|
|
2090
|
-
display: block;
|
|
2066
|
+
.dkan-c-header--mobile .dkan-c-header--link-list, .dkan-c-header--mobile .dkan-c-site-menu--sub-menu {
|
|
2067
|
+
gap: var(--header-submenu--mobile-gap);
|
|
2091
2068
|
}
|
|
2092
2069
|
|
|
2093
|
-
.
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2070
|
+
.dkan-c-header--mobile .dkan-c-header--link-list > li {
|
|
2071
|
+
border-top: var(--header-nav-link--mobile-border-width) solid var(--header-nav-link--mobile-border-color);
|
|
2072
|
+
margin-block: 0;
|
|
2073
|
+
margin-inline: var(--header-nav-link--mobile-margin-x);
|
|
2097
2074
|
}
|
|
2098
2075
|
|
|
2099
|
-
.
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2076
|
+
.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 {
|
|
2077
|
+
border-radius: var(--header-nav-link--mobile-border-radius);
|
|
2078
|
+
box-sizing: border-box;
|
|
2079
|
+
color: var(--header-nav-link--mobile-color);
|
|
2080
|
+
font-size: var(--header-nav-link--mobile-font-size);
|
|
2081
|
+
font-weight: var(--header-nav-link--mobile-font-weight);
|
|
2082
|
+
margin-block: 0;
|
|
2083
|
+
margin-inline: var(--header-nav-link--mobile-margin-x);
|
|
2084
|
+
text-align: left;
|
|
2085
|
+
width: calc(100% - var(--header-nav-link--mobile-margin-x) - var(--header-nav-link--mobile-margin-x));
|
|
2086
|
+
justify-content: flex-start;
|
|
2087
|
+
align-items: center;
|
|
2103
2088
|
text-decoration: none;
|
|
2104
|
-
display:
|
|
2089
|
+
display: flex;
|
|
2105
2090
|
}
|
|
2106
2091
|
|
|
2107
|
-
.
|
|
2108
|
-
|
|
2092
|
+
.dkan-c-header--mobile .dkan-c-header--link-list > li > .dkan-c-header--link {
|
|
2093
|
+
width: 100%;
|
|
2094
|
+
margin-inline: 0;
|
|
2109
2095
|
}
|
|
2110
2096
|
|
|
2111
|
-
.
|
|
2112
|
-
|
|
2113
|
-
font-weight: 700;
|
|
2097
|
+
.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 {
|
|
2098
|
+
text-align: left;
|
|
2114
2099
|
}
|
|
2115
2100
|
|
|
2116
|
-
.
|
|
2117
|
-
|
|
2101
|
+
.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 {
|
|
2102
|
+
background-color: var(--header-nav-link--mobile-hover-bg-color);
|
|
2103
|
+
color: var(--header-nav-link--mobile-color);
|
|
2118
2104
|
}
|
|
2119
2105
|
|
|
2120
|
-
.
|
|
2121
|
-
|
|
2122
|
-
|
|
2106
|
+
.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 {
|
|
2107
|
+
background-color: var(--header-nav-link--mobile-focus-bg-color);
|
|
2108
|
+
color: var(--header-nav-link--mobile-color);
|
|
2123
2109
|
}
|
|
2124
2110
|
|
|
2125
|
-
.
|
|
2126
|
-
color: var(--color
|
|
2111
|
+
.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 {
|
|
2112
|
+
background-color: var(--header-nav-link--mobile-active-bg-color);
|
|
2113
|
+
color: var(--header-nav-link--mobile-color);
|
|
2127
2114
|
}
|
|
2128
2115
|
|
|
2129
|
-
.
|
|
2130
|
-
|
|
2131
|
-
left: 0;
|
|
2116
|
+
.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 {
|
|
2117
|
+
border-bottom-color: var(--header-nav-link--mobile-underline-color);
|
|
2132
2118
|
}
|
|
2133
2119
|
|
|
2134
|
-
.
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
display: block;
|
|
2120
|
+
.dkan-c-header--mobile .dkan-c-nav-submenu > .dkan-c-header--link > :is(svg, .fa, [class*="fa-chevron"]) {
|
|
2121
|
+
align-self: center;
|
|
2122
|
+
margin-left: auto;
|
|
2138
2123
|
}
|
|
2139
2124
|
|
|
2140
|
-
.
|
|
2141
|
-
|
|
2142
|
-
padding: 0;
|
|
2125
|
+
.dkan-c-header--mobile .dkan-c-main-nav > .dkan-c-header--link-list > li:last-child {
|
|
2126
|
+
border-bottom: var(--header-main-nav--mobile-border-bottom-width) solid var(--header-main-nav--mobile-border-bottom-color);
|
|
2143
2127
|
}
|
|
2144
2128
|
|
|
2145
|
-
.
|
|
2146
|
-
|
|
2129
|
+
.dkan-c-header--mobile .dkan-c-top-nav {
|
|
2130
|
+
display: inherit;
|
|
2131
|
+
padding-top: 8px;
|
|
2147
2132
|
}
|
|
2148
2133
|
|
|
2149
|
-
.
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2134
|
+
.dkan-c-header--mobile .dkan-c-top-nav:before {
|
|
2135
|
+
background: var(--color-primary-light);
|
|
2136
|
+
content: "";
|
|
2137
|
+
display: var(--header-top-nav-divider--mobile-display);
|
|
2138
|
+
width: 48px;
|
|
2139
|
+
height: 2px;
|
|
2140
|
+
margin-left: 24px;
|
|
2141
|
+
position: absolute;
|
|
2155
2142
|
}
|
|
2156
2143
|
|
|
2157
|
-
.
|
|
2158
|
-
|
|
2144
|
+
.dkan-c-header--mobile .dkan-c-top-nav ul {
|
|
2145
|
+
padding-top: 16px;
|
|
2159
2146
|
}
|
|
2160
2147
|
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
}
|
|
2148
|
+
.dkan-c-header--mobile .dkan-c-top-nav > .dkan-c-header--link-list > li {
|
|
2149
|
+
border-top: 0;
|
|
2150
|
+
border-bottom: var(--header-top-nav-link--mobile-border-width) solid var(--header-top-nav-link--mobile-border-color);
|
|
2165
2151
|
}
|
|
2166
2152
|
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
padding: 0;
|
|
2153
|
+
.dkan-c-header--mobile .dkan-c-site-menu--sub-menu {
|
|
2154
|
+
box-shadow: var(--header-submenu--mobile-box-shadow);
|
|
2170
2155
|
}
|
|
2171
2156
|
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
list-style: none;
|
|
2157
|
+
.dkan-c-header--mobile .dkan-c-site-menu--sub-menu a svg {
|
|
2158
|
+
display: none;
|
|
2175
2159
|
}
|
|
2176
2160
|
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
font-
|
|
2180
|
-
text-decoration: none;
|
|
2161
|
+
.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 {
|
|
2162
|
+
font-size: var(--header-submenu-link--mobile-font-size);
|
|
2163
|
+
font-weight: var(--header-submenu-link--mobile-font-weight);
|
|
2181
2164
|
}
|
|
2182
2165
|
|
|
2183
|
-
|
|
2184
|
-
|
|
2166
|
+
.dkan-c-header--mobile ul.dkan-c-site-menu--sub-menu .dkan-c-header--link {
|
|
2167
|
+
padding-inline: var(--header-submenu-link--mobile-padding-x);
|
|
2185
2168
|
}
|
|
2186
2169
|
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
text-decoration: none;
|
|
2170
|
+
.dkan-c-header--mobile section.dkan-c-site-menu--sub-menu {
|
|
2171
|
+
margin-top: var(--header-dataset-submenu--mobile-margin-top);
|
|
2190
2172
|
}
|
|
2191
2173
|
|
|
2192
|
-
|
|
2193
|
-
|
|
2174
|
+
.dkan-c-header--mobile section.dkan-c-site-menu--sub-menu .dc-c-list-item .dkan-c-header--link {
|
|
2175
|
+
padding-inline: var(--header-dataset-submenu-link--mobile-padding-x);
|
|
2194
2176
|
}
|
|
2195
2177
|
|
|
2196
|
-
|
|
2197
|
-
|
|
2178
|
+
.dkan-c-header--mobile section.dkan-c-site-menu--sub-menu .dc-c-list-item .ds-text-heading--md {
|
|
2179
|
+
font-size: var(--header-dataset-submenu-link--mobile-font-size);
|
|
2180
|
+
font-weight: var(--header-dataset-submenu-link--mobile-font-weight);
|
|
2198
2181
|
}
|
|
2199
2182
|
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
outline-offset: 3px;
|
|
2203
|
-
border-radius: var(--button__border-radius);
|
|
2204
|
-
background-color: #0000;
|
|
2205
|
-
outline: 3px solid #0000;
|
|
2206
|
-
text-decoration: none;
|
|
2183
|
+
.dkan-c-header--mobile section.dkan-c-site-menu--sub-menu .ds-u-margin-y--0.ds-u-font-size--sm {
|
|
2184
|
+
color: var(--header-dataset-submenu-count--mobile-color);
|
|
2207
2185
|
}
|
|
2208
2186
|
|
|
2209
|
-
.
|
|
2210
|
-
|
|
2187
|
+
.dkan-c-header--desktop .dkan-c-site-menu--sub-menu, .dkan-c-header--mobile .dkan-c-site-menu--sub-menu {
|
|
2188
|
+
list-style: none;
|
|
2189
|
+
display: none;
|
|
2211
2190
|
}
|
|
2212
2191
|
|
|
2213
|
-
.
|
|
2214
|
-
|
|
2192
|
+
.dkan-c-nav-submenu {
|
|
2193
|
+
position: relative;
|
|
2215
2194
|
}
|
|
2216
2195
|
|
|
2217
|
-
.
|
|
2218
|
-
|
|
2219
|
-
|
|
2196
|
+
.dkan-c-nav-submenu.open .dkan-c-site-menu--sub-menu {
|
|
2197
|
+
display: block;
|
|
2198
|
+
}
|
|
2199
|
+
|
|
2200
|
+
button.dkan-c-mobile-menu-button {
|
|
2201
|
+
color: var(--mobile-menu-button--color);
|
|
2202
|
+
}
|
|
2203
|
+
|
|
2204
|
+
button.dkan-c-mobile-menu-button:hover, button.dkan-c-mobile-menu-button:active {
|
|
2205
|
+
background-color: var(--mobile-menu-button--hover-bg-color);
|
|
2206
|
+
}
|
|
2207
|
+
|
|
2208
|
+
button.dkan-c-mobile-menu-button:before {
|
|
2209
|
+
box-sizing: content-box;
|
|
2210
|
+
color: var(--mobile-menu-button--color);
|
|
2220
2211
|
text-align: center;
|
|
2221
2212
|
vertical-align: middle;
|
|
2222
|
-
box-sizing: content-box;
|
|
2223
2213
|
width: 18px;
|
|
2224
2214
|
height: 18px;
|
|
2225
2215
|
margin-left: 10px;
|
|
@@ -2231,6 +2221,26 @@ nav.dc-c-site-menu .dc-c-header--links a:focus, .dc-c-site-title a:focus {
|
|
|
2231
2221
|
display: inline-block;
|
|
2232
2222
|
}
|
|
2233
2223
|
|
|
2224
|
+
button.dkan-c-mobile-menu-button:hover, button.dkan-c-mobile-menu-button:hover:before {
|
|
2225
|
+
color: var(--mobile-menu-button--hover-color);
|
|
2226
|
+
}
|
|
2227
|
+
|
|
2228
|
+
button.dkan-c-mobile-menu-button.dkan-c-mobile-menu-button--open:before {
|
|
2229
|
+
content: "";
|
|
2230
|
+
}
|
|
2231
|
+
|
|
2232
|
+
@media only screen and (width <= 1023px) {
|
|
2233
|
+
.dkan-c-header--mobile .dkan-c-header-nav-icon-link {
|
|
2234
|
+
justify-content: center;
|
|
2235
|
+
width: 100%;
|
|
2236
|
+
display: flex;
|
|
2237
|
+
}
|
|
2238
|
+
|
|
2239
|
+
.dkan-c-header--mobile .dkan-c-header-nav-icon-link img {
|
|
2240
|
+
width: var(--header-nav-icon-link--mobile-width) !important;
|
|
2241
|
+
}
|
|
2242
|
+
}
|
|
2243
|
+
|
|
2234
2244
|
nav.dc-c-site-menu .dc-c-header--links a.dc-c-active-link span {
|
|
2235
2245
|
border-bottom: 2px solid var(--color-primary-light);
|
|
2236
2246
|
}
|