@civicactions/cmsds-open-data-components 4.1.9-alpha.0 → 4.1.9-alpha.10
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 +198 -211
- package/dist/main.css.map +1 -1
- package/dist/main.js +3 -3
- package/dist/main.js.map +1 -1
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/main.css
CHANGED
|
@@ -105,18 +105,6 @@
|
|
|
105
105
|
box-shadow: 0 4px 8px #0003;
|
|
106
106
|
}
|
|
107
107
|
|
|
108
|
-
.dkan-c-nav-submenu {
|
|
109
|
-
position: relative;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
.dkan-c-nav-submenu.open .dkan-c-site-menu--sub-menu {
|
|
113
|
-
display: block;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
.dkan-c-header--mobile .dkan-c-site-menu--sub-menu a svg {
|
|
117
|
-
display: none;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
108
|
.dkan-c-header--desktop .dkan-c-site-menu--sub-menu {
|
|
121
109
|
background: var(--header-submenu--bg-color);
|
|
122
110
|
width: var(--header-submenu--width);
|
|
@@ -138,10 +126,6 @@
|
|
|
138
126
|
margin-left: 8px;
|
|
139
127
|
}
|
|
140
128
|
|
|
141
|
-
.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 {
|
|
142
|
-
border-bottom-color: var(--header-nav-link--mobile-color);
|
|
143
|
-
}
|
|
144
|
-
|
|
145
129
|
.dkan-c-header--desktop .dkan-c-site-menu--sub-menu {
|
|
146
130
|
z-index: 999;
|
|
147
131
|
}
|
|
@@ -417,18 +401,6 @@
|
|
|
417
401
|
display: none;
|
|
418
402
|
}
|
|
419
403
|
|
|
420
|
-
.dkan-c-header--link-list {
|
|
421
|
-
list-style: none;
|
|
422
|
-
}
|
|
423
|
-
|
|
424
|
-
.dkan-c-header--wrapper {
|
|
425
|
-
flex-wrap: nowrap !important;
|
|
426
|
-
}
|
|
427
|
-
|
|
428
|
-
.dkan-c-header--link-list .dkan-c-header--link span, .dkan-c-header--link-list .dkan-c-header--link + ul a span {
|
|
429
|
-
border-bottom: 2px solid #0000;
|
|
430
|
-
}
|
|
431
|
-
|
|
432
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 {
|
|
433
405
|
color: var(--header-nav-link--mobile-color);
|
|
434
406
|
text-decoration: none;
|
|
@@ -442,14 +414,6 @@
|
|
|
442
414
|
border-bottom-color: var(--header-nav-link--mobile-color);
|
|
443
415
|
}
|
|
444
416
|
|
|
445
|
-
.dkan-c-header--mobile .dkan-c-nav-menu ul {
|
|
446
|
-
padding-inline-start: 0;
|
|
447
|
-
}
|
|
448
|
-
|
|
449
|
-
.dkan-c-header--mobile .dkan-c-nav-menu--close {
|
|
450
|
-
display: none;
|
|
451
|
-
}
|
|
452
|
-
|
|
453
417
|
.dkan-c-header--mobile .dkan-c-nav-menu--open {
|
|
454
418
|
background-color: var(--header-mobile-bg-color);
|
|
455
419
|
z-index: 500;
|
|
@@ -472,40 +436,14 @@
|
|
|
472
436
|
padding-top: 8px;
|
|
473
437
|
}
|
|
474
438
|
|
|
475
|
-
.dkan-c-header--mobile .dkan-c-nav-menu .dkan-c-top-nav:before {
|
|
476
|
-
background: var(--color-primary-light);
|
|
477
|
-
content: "";
|
|
478
|
-
width: 48px;
|
|
479
|
-
height: 2px;
|
|
480
|
-
margin-left: 24px;
|
|
481
|
-
display: block;
|
|
482
|
-
position: absolute;
|
|
483
|
-
}
|
|
484
|
-
|
|
485
439
|
.dkan-c-header--mobile .dkan-c-nav-menu .dkan-c-top-nav ul {
|
|
486
440
|
padding-top: 16px;
|
|
487
441
|
}
|
|
488
442
|
|
|
489
|
-
.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 {
|
|
490
|
-
color: var(--header-nav-link--color);
|
|
491
|
-
padding: var(--space, 8px 8px);
|
|
492
|
-
text-decoration: none;
|
|
493
|
-
}
|
|
494
|
-
|
|
495
|
-
.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 {
|
|
496
|
-
border-bottom-color: var(--header-nav-link--color);
|
|
497
|
-
}
|
|
498
|
-
|
|
499
443
|
.dkan-c-header--desktop .dkan-c-header--link-list {
|
|
500
444
|
margin-block: 0;
|
|
501
445
|
}
|
|
502
446
|
|
|
503
|
-
.dkan-c-header--desktop .dkan-c-main-nav {
|
|
504
|
-
flex-direction: row;
|
|
505
|
-
justify-content: end;
|
|
506
|
-
display: flex;
|
|
507
|
-
}
|
|
508
|
-
|
|
509
447
|
.dkan-c-header--desktop .dkan-c-nav-menu--mobile-close-button {
|
|
510
448
|
display: none;
|
|
511
449
|
}
|
|
@@ -524,18 +462,6 @@
|
|
|
524
462
|
--mobile-menu-button--hover-color: var(--color-white);
|
|
525
463
|
}
|
|
526
464
|
|
|
527
|
-
.dkan-c-header--desktop .dkan-c-mobile-menu-button {
|
|
528
|
-
display: none;
|
|
529
|
-
}
|
|
530
|
-
|
|
531
|
-
.dkan-c-header--mobile .dkan-c-mobile-menu-button {
|
|
532
|
-
display: inherit;
|
|
533
|
-
}
|
|
534
|
-
|
|
535
|
-
button.dkan-c-mobile-menu-button {
|
|
536
|
-
color: var(--mobile-menu-button--color);
|
|
537
|
-
}
|
|
538
|
-
|
|
539
465
|
button.dkan-c-mobile-menu-button:before {
|
|
540
466
|
color: var(--mobile-menu-button--color);
|
|
541
467
|
text-align: center;
|
|
@@ -552,10 +478,6 @@ button.dkan-c-mobile-menu-button:before {
|
|
|
552
478
|
display: inline-block;
|
|
553
479
|
}
|
|
554
480
|
|
|
555
|
-
button.dkan-c-mobile-menu-button:hover, button.dkan-c-mobile-menu-button:hover:before {
|
|
556
|
-
color: var(--mobile-menu-button--hover-color);
|
|
557
|
-
}
|
|
558
|
-
|
|
559
481
|
button.dkan-c-mobile-menu-button--open:before {
|
|
560
482
|
content: "";
|
|
561
483
|
}
|
|
@@ -1989,15 +1911,42 @@ ul.dc-c-resource-full-width {
|
|
|
1989
1911
|
--mobile-nav-animation-time: 1s;
|
|
1990
1912
|
--main-nav-height: 6.25rem;
|
|
1991
1913
|
--header-bg-color: var(--color-primary);
|
|
1992
|
-
--header-bg-image: linear-gradient(90deg,
|
|
1914
|
+
--header-bg-image: linear-gradient(90deg,
|
|
1915
|
+
var(--color-primary-darkest) 10%,
|
|
1916
|
+
var(--color-primary) 90%);
|
|
1993
1917
|
--header-nav-link--color: var(--color-white);
|
|
1994
|
-
--header-nav-link--mobile-color: var(--color-white);
|
|
1995
|
-
--header-mobile-bg-color: var(--color-gray-dark);
|
|
1996
1918
|
--header-submenu--bg-color: var(--color-primary);
|
|
1997
1919
|
--header-submenu--width: 333px;
|
|
1998
1920
|
--header-nav-search--color: var(--color-white);
|
|
1999
1921
|
--tag-line--color: #6f757c;
|
|
2000
1922
|
--tag-line--border-color: #6f757c;
|
|
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;
|
|
2001
1950
|
}
|
|
2002
1951
|
|
|
2003
1952
|
.dkan-c-main-navigation > div > div {
|
|
@@ -2016,208 +1965,238 @@ ul.dc-c-resource-full-width {
|
|
|
2016
1965
|
padding: 0 !important;
|
|
2017
1966
|
}
|
|
2018
1967
|
|
|
2019
|
-
.
|
|
2020
|
-
|
|
2021
|
-
text-decoration: none;
|
|
1968
|
+
.dkan-c-header--link-list {
|
|
1969
|
+
list-style: none;
|
|
2022
1970
|
}
|
|
2023
1971
|
|
|
2024
|
-
.
|
|
2025
|
-
|
|
2026
|
-
color: var(--color-white);
|
|
2027
|
-
text-align: center;
|
|
2028
|
-
vertical-align: middle;
|
|
2029
|
-
width: 18px;
|
|
2030
|
-
height: 18px;
|
|
2031
|
-
margin-left: 10px;
|
|
2032
|
-
padding-right: 10px;
|
|
2033
|
-
font-family: "Font Awesome 6 Pro";
|
|
2034
|
-
font-size: 18px;
|
|
2035
|
-
font-weight: lighter;
|
|
2036
|
-
line-height: 18px;
|
|
2037
|
-
display: inline-block;
|
|
1972
|
+
.dkan-c-header--link-list .dkan-c-header--link span, .dkan-c-header--link-list .dkan-c-header--link + ul a span {
|
|
1973
|
+
border-bottom: 2px solid #0000;
|
|
2038
1974
|
}
|
|
2039
1975
|
|
|
2040
|
-
.
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
1976
|
+
.dkan-c-header--wrapper {
|
|
1977
|
+
flex-wrap: nowrap !important;
|
|
1978
|
+
}
|
|
1979
|
+
|
|
1980
|
+
.dkan-c-header--desktop .dkan-c-nav-menu--mobile-close-button, .dkan-c-header--desktop .dkan-c-nav-menu .dkan-c-top-nav {
|
|
1981
|
+
display: none;
|
|
1982
|
+
}
|
|
1983
|
+
|
|
1984
|
+
.dkan-c-header--desktop .dkan-c-header--link-list {
|
|
1985
|
+
flex-direction: row;
|
|
1986
|
+
margin-block: 0;
|
|
1987
|
+
display: flex;
|
|
1988
|
+
}
|
|
1989
|
+
|
|
1990
|
+
.dkan-c-header--desktop .dkan-c-main-nav {
|
|
1991
|
+
flex-direction: row;
|
|
1992
|
+
justify-content: end;
|
|
1993
|
+
display: flex;
|
|
1994
|
+
}
|
|
1995
|
+
|
|
1996
|
+
.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 {
|
|
1997
|
+
color: var(--header-nav-link--color);
|
|
1998
|
+
padding: var(--space, 8px 8px);
|
|
2044
1999
|
text-decoration: none;
|
|
2045
2000
|
}
|
|
2046
2001
|
|
|
2047
|
-
.
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2002
|
+
.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 {
|
|
2003
|
+
border-bottom-color: var(--header-nav-link--color);
|
|
2004
|
+
}
|
|
2005
|
+
|
|
2006
|
+
.dkan-c-header--desktop .dkan-c-site-menu--sub-menu {
|
|
2007
|
+
background: var(--header-submenu--bg-color);
|
|
2008
|
+
width: var(--header-submenu--width);
|
|
2009
|
+
margin: 0;
|
|
2010
|
+
padding: 16px;
|
|
2011
|
+
position: absolute;
|
|
2012
|
+
}
|
|
2013
|
+
|
|
2014
|
+
.dkan-c-header--desktop .dkan-c-site-menu--sub-menu a {
|
|
2015
|
+
padding: 8px;
|
|
2016
|
+
display: block;
|
|
2060
2017
|
}
|
|
2061
2018
|
|
|
2062
|
-
.
|
|
2063
|
-
|
|
2019
|
+
.dkan-c-header--desktop .dkan-c-site-menu--sub-menu a span {
|
|
2020
|
+
border-bottom-color: #0000;
|
|
2021
|
+
}
|
|
2022
|
+
|
|
2023
|
+
.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 {
|
|
2024
|
+
border-bottom-color: var(--header-nav-link--color);
|
|
2025
|
+
}
|
|
2026
|
+
|
|
2027
|
+
.dkan-c-header--desktop .dkan-c-mobile-menu-button {
|
|
2028
|
+
display: none;
|
|
2029
|
+
}
|
|
2030
|
+
|
|
2031
|
+
.dkan-c-header--mobile .dkan-c-mobile-menu-button {
|
|
2032
|
+
display: inherit;
|
|
2033
|
+
}
|
|
2034
|
+
|
|
2035
|
+
.dkan-c-header--mobile .dkan-c-nav-menu--close {
|
|
2036
|
+
display: none;
|
|
2037
|
+
}
|
|
2038
|
+
|
|
2039
|
+
.dkan-c-header--mobile .dkan-c-nav-menu--open {
|
|
2040
|
+
background-color: var(--header-mobile-bg-color);
|
|
2041
|
+
max-width: 100%;
|
|
2042
|
+
height: 100%;
|
|
2043
|
+
transition-duration: var(--mobile-nav-animation-time);
|
|
2064
2044
|
z-index: 500;
|
|
2065
|
-
|
|
2045
|
+
flex: none;
|
|
2066
2046
|
width: 100%;
|
|
2067
|
-
height: 100%;
|
|
2068
2047
|
padding: 50px 0;
|
|
2069
|
-
transition: left
|
|
2048
|
+
transition-property: left;
|
|
2049
|
+
display: block;
|
|
2070
2050
|
position: fixed;
|
|
2071
2051
|
top: 0;
|
|
2072
2052
|
bottom: 0;
|
|
2073
|
-
left:
|
|
2053
|
+
left: 0;
|
|
2074
2054
|
}
|
|
2075
2055
|
|
|
2076
|
-
.
|
|
2077
|
-
|
|
2078
|
-
position: relative;
|
|
2056
|
+
.dkan-c-header--mobile .dkan-c-nav-menu ul {
|
|
2057
|
+
padding-inline-start: 0;
|
|
2079
2058
|
}
|
|
2080
2059
|
|
|
2081
|
-
.
|
|
2082
|
-
|
|
2083
|
-
content: "";
|
|
2084
|
-
width: 48px;
|
|
2085
|
-
height: 2px;
|
|
2086
|
-
margin-bottom: 16px;
|
|
2087
|
-
margin-left: 8px;
|
|
2088
|
-
display: block;
|
|
2060
|
+
.dkan-c-header--mobile .dkan-c-header--link-list, .dkan-c-header--mobile .dkan-c-site-menu--sub-menu {
|
|
2061
|
+
gap: var(--header-submenu--mobile-gap);
|
|
2089
2062
|
}
|
|
2090
2063
|
|
|
2091
|
-
.
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2064
|
+
.dkan-c-header--mobile .dkan-c-header--link-list > li {
|
|
2065
|
+
border-top: var(--header-nav-link--mobile-border-width) solid var(--header-nav-link--mobile-border-color);
|
|
2066
|
+
margin-block: 0;
|
|
2067
|
+
margin-inline: var(--header-nav-link--mobile-margin-x);
|
|
2095
2068
|
}
|
|
2096
2069
|
|
|
2097
|
-
.
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2070
|
+
.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 {
|
|
2071
|
+
border-radius: var(--header-nav-link--mobile-border-radius);
|
|
2072
|
+
box-sizing: border-box;
|
|
2073
|
+
color: var(--header-nav-link--mobile-color);
|
|
2074
|
+
font-size: var(--header-nav-link--mobile-font-size);
|
|
2075
|
+
font-weight: var(--header-nav-link--mobile-font-weight);
|
|
2076
|
+
margin-block: 0;
|
|
2077
|
+
margin-inline: var(--header-nav-link--mobile-margin-x);
|
|
2078
|
+
text-align: left;
|
|
2079
|
+
width: calc(100% - var(--header-nav-link--mobile-margin-x) - var(--header-nav-link--mobile-margin-x));
|
|
2080
|
+
justify-content: flex-start;
|
|
2081
|
+
align-items: center;
|
|
2101
2082
|
text-decoration: none;
|
|
2102
|
-
display:
|
|
2083
|
+
display: flex;
|
|
2103
2084
|
}
|
|
2104
2085
|
|
|
2105
|
-
.
|
|
2106
|
-
|
|
2086
|
+
.dkan-c-header--mobile .dkan-c-header--link-list > li > .dkan-c-header--link {
|
|
2087
|
+
width: 100%;
|
|
2088
|
+
margin-inline: 0;
|
|
2107
2089
|
}
|
|
2108
2090
|
|
|
2109
|
-
.
|
|
2110
|
-
|
|
2111
|
-
font-weight: 700;
|
|
2091
|
+
.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 {
|
|
2092
|
+
text-align: left;
|
|
2112
2093
|
}
|
|
2113
2094
|
|
|
2114
|
-
.
|
|
2115
|
-
|
|
2095
|
+
.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 {
|
|
2096
|
+
background-color: var(--header-nav-link--mobile-hover-bg-color);
|
|
2097
|
+
color: var(--header-nav-link--mobile-color);
|
|
2116
2098
|
}
|
|
2117
2099
|
|
|
2118
|
-
.
|
|
2119
|
-
|
|
2120
|
-
|
|
2100
|
+
.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 {
|
|
2101
|
+
background-color: var(--header-nav-link--mobile-focus-bg-color);
|
|
2102
|
+
color: var(--header-nav-link--mobile-color);
|
|
2121
2103
|
}
|
|
2122
2104
|
|
|
2123
|
-
.
|
|
2124
|
-
color: var(--color
|
|
2105
|
+
.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 {
|
|
2106
|
+
background-color: var(--header-nav-link--mobile-active-bg-color);
|
|
2107
|
+
color: var(--header-nav-link--mobile-color);
|
|
2125
2108
|
}
|
|
2126
2109
|
|
|
2127
|
-
.
|
|
2128
|
-
|
|
2129
|
-
left: 0;
|
|
2110
|
+
.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 {
|
|
2111
|
+
border-bottom-color: var(--header-nav-link--mobile-underline-color);
|
|
2130
2112
|
}
|
|
2131
2113
|
|
|
2132
|
-
.
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
display: block;
|
|
2114
|
+
.dkan-c-header--mobile .dkan-c-nav-submenu > .dkan-c-header--link > svg {
|
|
2115
|
+
align-self: center;
|
|
2116
|
+
margin-left: auto;
|
|
2136
2117
|
}
|
|
2137
2118
|
|
|
2138
|
-
.
|
|
2139
|
-
|
|
2140
|
-
padding: 0;
|
|
2119
|
+
.dkan-c-header--mobile .dkan-c-main-nav > .dkan-c-header--link-list > li:last-child {
|
|
2120
|
+
border-bottom: var(--header-main-nav--mobile-border-bottom-width) solid var(--header-main-nav--mobile-border-bottom-color);
|
|
2141
2121
|
}
|
|
2142
2122
|
|
|
2143
|
-
.
|
|
2144
|
-
|
|
2123
|
+
.dkan-c-header--mobile .dkan-c-top-nav {
|
|
2124
|
+
display: inherit;
|
|
2125
|
+
padding-top: 8px;
|
|
2145
2126
|
}
|
|
2146
2127
|
|
|
2147
|
-
.
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2128
|
+
.dkan-c-header--mobile .dkan-c-top-nav:before {
|
|
2129
|
+
background: var(--color-primary-light);
|
|
2130
|
+
content: "";
|
|
2131
|
+
display: var(--header-top-nav-divider--mobile-display);
|
|
2132
|
+
width: 48px;
|
|
2133
|
+
height: 2px;
|
|
2134
|
+
margin-left: 24px;
|
|
2135
|
+
position: absolute;
|
|
2153
2136
|
}
|
|
2154
2137
|
|
|
2155
|
-
.
|
|
2156
|
-
|
|
2138
|
+
.dkan-c-header--mobile .dkan-c-top-nav ul {
|
|
2139
|
+
padding-top: 16px;
|
|
2157
2140
|
}
|
|
2158
2141
|
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
}
|
|
2142
|
+
.dkan-c-header--mobile .dkan-c-top-nav > .dkan-c-header--link-list > li {
|
|
2143
|
+
border-top: 0;
|
|
2144
|
+
border-bottom: var(--header-top-nav-link--mobile-border-width) solid var(--header-top-nav-link--mobile-border-color);
|
|
2163
2145
|
}
|
|
2164
2146
|
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
padding: 0;
|
|
2147
|
+
.dkan-c-header--mobile .dkan-c-site-menu--sub-menu {
|
|
2148
|
+
box-shadow: var(--header-submenu--mobile-box-shadow);
|
|
2168
2149
|
}
|
|
2169
2150
|
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2151
|
+
.dkan-c-header--mobile ul.dkan-c-site-menu--sub-menu .dkan-c-header--link {
|
|
2152
|
+
font-size: var(--header-submenu-link--mobile-font-size);
|
|
2153
|
+
font-weight: var(--header-submenu-link--mobile-font-weight);
|
|
2154
|
+
padding-inline: var(--header-submenu-link--mobile-padding-x);
|
|
2173
2155
|
}
|
|
2174
2156
|
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
font-size: 16px;
|
|
2178
|
-
text-decoration: none;
|
|
2157
|
+
.dkan-c-header--mobile section.dkan-c-site-menu--sub-menu {
|
|
2158
|
+
margin-top: var(--header-dataset-submenu--mobile-margin-top);
|
|
2179
2159
|
}
|
|
2180
2160
|
|
|
2181
|
-
|
|
2182
|
-
|
|
2161
|
+
.dkan-c-header--mobile section.dkan-c-site-menu--sub-menu .dc-c-list-item .dkan-c-header--link {
|
|
2162
|
+
padding-inline: var(--header-dataset-submenu-link--mobile-padding-x);
|
|
2183
2163
|
}
|
|
2184
2164
|
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2165
|
+
.dkan-c-header--mobile section.dkan-c-site-menu--sub-menu .dc-c-list-item .ds-text-heading--md {
|
|
2166
|
+
font-size: var(--header-dataset-submenu-link--mobile-font-size);
|
|
2167
|
+
font-weight: var(--header-dataset-submenu-link--mobile-font-weight);
|
|
2188
2168
|
}
|
|
2189
2169
|
|
|
2190
|
-
|
|
2191
|
-
|
|
2170
|
+
.dkan-c-header--mobile section.dkan-c-site-menu--sub-menu .ds-u-margin-y--0.ds-u-font-size--sm {
|
|
2171
|
+
color: var(--header-dataset-submenu-count--mobile-color);
|
|
2192
2172
|
}
|
|
2193
2173
|
|
|
2194
|
-
|
|
2195
|
-
|
|
2174
|
+
.dkan-c-header--desktop .dkan-c-site-menu--sub-menu, .dkan-c-header--mobile .dkan-c-site-menu--sub-menu {
|
|
2175
|
+
list-style: none;
|
|
2176
|
+
display: none;
|
|
2196
2177
|
}
|
|
2197
2178
|
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
outline-offset: 3px;
|
|
2201
|
-
border-radius: var(--button__border-radius);
|
|
2202
|
-
background-color: #0000;
|
|
2203
|
-
outline: 3px solid #0000;
|
|
2204
|
-
text-decoration: none;
|
|
2179
|
+
.dkan-c-nav-submenu {
|
|
2180
|
+
position: relative;
|
|
2205
2181
|
}
|
|
2206
2182
|
|
|
2207
|
-
.
|
|
2208
|
-
|
|
2183
|
+
.dkan-c-nav-submenu.open .dkan-c-site-menu--sub-menu {
|
|
2184
|
+
display: block;
|
|
2209
2185
|
}
|
|
2210
2186
|
|
|
2211
|
-
.
|
|
2212
|
-
display:
|
|
2187
|
+
.dkan-c-header--mobile .dkan-c-site-menu--sub-menu a svg {
|
|
2188
|
+
display: none;
|
|
2213
2189
|
}
|
|
2214
2190
|
|
|
2215
|
-
.
|
|
2216
|
-
|
|
2217
|
-
|
|
2191
|
+
button.dkan-c-mobile-menu-button {
|
|
2192
|
+
color: var(--mobile-menu-button--color);
|
|
2193
|
+
}
|
|
2194
|
+
|
|
2195
|
+
button.dkan-c-mobile-menu-button:before {
|
|
2196
|
+
box-sizing: content-box;
|
|
2197
|
+
color: var(--mobile-menu-button--color);
|
|
2218
2198
|
text-align: center;
|
|
2219
2199
|
vertical-align: middle;
|
|
2220
|
-
box-sizing: content-box;
|
|
2221
2200
|
width: 18px;
|
|
2222
2201
|
height: 18px;
|
|
2223
2202
|
margin-left: 10px;
|
|
@@ -2229,6 +2208,14 @@ nav.dc-c-site-menu .dc-c-header--links a:focus, .dc-c-site-title a:focus {
|
|
|
2229
2208
|
display: inline-block;
|
|
2230
2209
|
}
|
|
2231
2210
|
|
|
2211
|
+
button.dkan-c-mobile-menu-button:hover, button.dkan-c-mobile-menu-button:hover:before {
|
|
2212
|
+
color: var(--mobile-menu-button--hover-color);
|
|
2213
|
+
}
|
|
2214
|
+
|
|
2215
|
+
button.dkan-c-mobile-menu-button.dkan-c-mobile-menu-button--open:before {
|
|
2216
|
+
content: "";
|
|
2217
|
+
}
|
|
2218
|
+
|
|
2232
2219
|
nav.dc-c-site-menu .dc-c-header--links a.dc-c-active-link span {
|
|
2233
2220
|
border-bottom: 2px solid var(--color-primary-light);
|
|
2234
2221
|
}
|