@navikt/ds-css 7.7.0 → 7.8.1

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.
Files changed (214) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/config/bundle.darkside.ts +270 -0
  3. package/config/tests/bundle.test.ts +46 -0
  4. package/darkside/baseline/{utilities.darkside.css → baseline.darkside.css} +9 -0
  5. package/darkside/baseline/tokens.darkside.css +1 -0
  6. package/darkside/button.darkside.css +1 -1
  7. package/darkside/copybutton.darkside.css +1 -1
  8. package/darkside/dropdown.darkside.css +1 -1
  9. package/darkside/form/combobox.darkside.css +1 -22
  10. package/darkside/form/fieldset.darkside.css +1 -1
  11. package/darkside/form/form.darkside.css +2 -2
  12. package/darkside/form/radio-checkbox.darkside.css +1 -1
  13. package/darkside/form/search.darkside.css +6 -2
  14. package/darkside/form/switch.darkside.css +1 -1
  15. package/darkside/guide-panel.darkside.css +78 -60
  16. package/darkside/index.css +9 -11
  17. package/darkside/link.darkside.css +2 -2
  18. package/darkside/table.darkside.css +52 -97
  19. package/darkside/tag.darkside.css +85 -147
  20. package/darkside/timeline.darkside.css +118 -211
  21. package/darkside/tooltip.darkside.css +82 -57
  22. package/darkside/typography.darkside.css +0 -12
  23. package/dist/component/form.css +2 -21
  24. package/dist/component/form.min.css +1 -1
  25. package/dist/component/link.css +1 -1
  26. package/dist/component/link.min.css +1 -1
  27. package/dist/component/table.css +1 -1
  28. package/dist/component/table.min.css +1 -1
  29. package/dist/component/tag.css +12 -6
  30. package/dist/component/tag.min.css +1 -1
  31. package/dist/components.css +17 -990
  32. package/dist/components.min.css +2 -4
  33. package/dist/darkside/component/accordion.css +174 -0
  34. package/dist/darkside/component/accordion.min.css +1 -0
  35. package/dist/darkside/component/actionmenu.css +182 -0
  36. package/dist/darkside/component/actionmenu.min.css +1 -0
  37. package/dist/darkside/component/alert.css +105 -0
  38. package/dist/darkside/component/alert.min.css +1 -0
  39. package/dist/darkside/component/button.css +271 -0
  40. package/dist/darkside/component/button.min.css +1 -0
  41. package/dist/darkside/component/chat.css +103 -0
  42. package/dist/darkside/component/chat.min.css +1 -0
  43. package/dist/darkside/component/chips.css +176 -0
  44. package/dist/darkside/component/chips.min.css +1 -0
  45. package/dist/darkside/component/copybutton.css +176 -0
  46. package/dist/darkside/component/copybutton.min.css +1 -0
  47. package/dist/darkside/component/date.css +262 -0
  48. package/dist/darkside/component/date.min.css +1 -0
  49. package/dist/darkside/component/dropdown.css +92 -0
  50. package/dist/darkside/component/dropdown.min.css +1 -0
  51. package/dist/darkside/component/expansioncard.css +167 -0
  52. package/dist/darkside/component/expansioncard.min.css +1 -0
  53. package/dist/darkside/component/form.css +1871 -0
  54. package/dist/darkside/component/form.min.css +1 -0
  55. package/dist/darkside/component/guidepanel.css +113 -0
  56. package/dist/darkside/component/guidepanel.min.css +1 -0
  57. package/dist/darkside/component/helptext.css +53 -0
  58. package/dist/darkside/component/helptext.min.css +1 -0
  59. package/dist/darkside/component/internalheader.css +100 -0
  60. package/dist/darkside/component/internalheader.min.css +1 -0
  61. package/dist/darkside/component/link.css +60 -0
  62. package/dist/darkside/component/link.min.css +1 -0
  63. package/dist/darkside/component/linkpanel.css +48 -0
  64. package/dist/darkside/component/linkpanel.min.css +1 -0
  65. package/dist/darkside/component/list.css +88 -0
  66. package/dist/darkside/component/list.min.css +1 -0
  67. package/dist/darkside/component/loader.css +119 -0
  68. package/dist/darkside/component/loader.min.css +1 -0
  69. package/dist/darkside/component/modal.css +175 -0
  70. package/dist/darkside/component/modal.min.css +1 -0
  71. package/dist/darkside/component/pagination.css +43 -0
  72. package/dist/darkside/component/pagination.min.css +1 -0
  73. package/dist/darkside/component/panel.css +12 -0
  74. package/dist/darkside/component/panel.min.css +1 -0
  75. package/dist/darkside/component/popover.css +18 -0
  76. package/dist/darkside/component/popover.min.css +1 -0
  77. package/dist/darkside/component/primitives.css +1291 -0
  78. package/dist/darkside/component/primitives.min.css +1 -0
  79. package/dist/darkside/component/progressbar.css +106 -0
  80. package/dist/darkside/component/progressbar.min.css +1 -0
  81. package/dist/darkside/component/readmore.css +95 -0
  82. package/dist/darkside/component/readmore.min.css +1 -0
  83. package/dist/darkside/component/skeleton.css +66 -0
  84. package/dist/darkside/component/skeleton.min.css +1 -0
  85. package/dist/darkside/component/stepper.css +234 -0
  86. package/dist/darkside/component/stepper.min.css +1 -0
  87. package/dist/darkside/component/table.css +225 -0
  88. package/dist/darkside/component/table.min.css +1 -0
  89. package/dist/darkside/component/tabs.css +138 -0
  90. package/dist/darkside/component/tabs.min.css +1 -0
  91. package/dist/darkside/component/tag.css +128 -0
  92. package/dist/darkside/component/tag.min.css +1 -0
  93. package/dist/darkside/component/theme.css +17 -0
  94. package/dist/darkside/component/theme.min.css +1 -0
  95. package/dist/darkside/component/timeline.css +338 -0
  96. package/dist/darkside/component/timeline.min.css +1 -0
  97. package/dist/darkside/component/togglegroup.css +105 -0
  98. package/dist/darkside/component/togglegroup.min.css +1 -0
  99. package/dist/darkside/component/tooltip.css +108 -0
  100. package/dist/darkside/component/tooltip.min.css +1 -0
  101. package/dist/darkside/component/typography.css +242 -0
  102. package/dist/darkside/component/typography.min.css +1 -0
  103. package/dist/darkside/components.css +7471 -0
  104. package/dist/darkside/components.min.css +1 -0
  105. package/dist/darkside/global/baseline.css +47 -0
  106. package/dist/darkside/global/baseline.min.css +1 -0
  107. package/dist/darkside/global/fonts.css +109 -0
  108. package/dist/darkside/global/fonts.min.css +1 -0
  109. package/dist/darkside/global/print.css +52 -0
  110. package/dist/darkside/global/print.min.css +1 -0
  111. package/dist/darkside/global/reset.css +93 -0
  112. package/dist/darkside/global/reset.min.css +1 -0
  113. package/dist/darkside/global/tokens.css +895 -0
  114. package/dist/darkside/global/tokens.min.css +1 -0
  115. package/dist/darkside/index.css +8670 -0
  116. package/dist/darkside/index.min.css +1 -0
  117. package/dist/darkside/version/7.8.1/component/accordion.css +174 -0
  118. package/dist/darkside/version/7.8.1/component/accordion.min.css +1 -0
  119. package/dist/darkside/version/7.8.1/component/actionmenu.css +182 -0
  120. package/dist/darkside/version/7.8.1/component/actionmenu.min.css +1 -0
  121. package/dist/darkside/version/7.8.1/component/alert.css +105 -0
  122. package/dist/darkside/version/7.8.1/component/alert.min.css +1 -0
  123. package/dist/darkside/version/7.8.1/component/button.css +271 -0
  124. package/dist/darkside/version/7.8.1/component/button.min.css +1 -0
  125. package/dist/darkside/version/7.8.1/component/chat.css +103 -0
  126. package/dist/darkside/version/7.8.1/component/chat.min.css +1 -0
  127. package/dist/darkside/version/7.8.1/component/chips.css +176 -0
  128. package/dist/darkside/version/7.8.1/component/chips.min.css +1 -0
  129. package/dist/darkside/version/7.8.1/component/copybutton.css +176 -0
  130. package/dist/darkside/version/7.8.1/component/copybutton.min.css +1 -0
  131. package/dist/darkside/version/7.8.1/component/date.css +262 -0
  132. package/dist/darkside/version/7.8.1/component/date.min.css +1 -0
  133. package/dist/darkside/version/7.8.1/component/dropdown.css +92 -0
  134. package/dist/darkside/version/7.8.1/component/dropdown.min.css +1 -0
  135. package/dist/darkside/version/7.8.1/component/expansioncard.css +167 -0
  136. package/dist/darkside/version/7.8.1/component/expansioncard.min.css +1 -0
  137. package/dist/darkside/version/7.8.1/component/form.css +1871 -0
  138. package/dist/darkside/version/7.8.1/component/form.min.css +1 -0
  139. package/dist/darkside/version/7.8.1/component/guidepanel.css +113 -0
  140. package/dist/darkside/version/7.8.1/component/guidepanel.min.css +1 -0
  141. package/dist/darkside/version/7.8.1/component/helptext.css +53 -0
  142. package/dist/darkside/version/7.8.1/component/helptext.min.css +1 -0
  143. package/dist/darkside/version/7.8.1/component/internalheader.css +100 -0
  144. package/dist/darkside/version/7.8.1/component/internalheader.min.css +1 -0
  145. package/dist/darkside/version/7.8.1/component/link.css +60 -0
  146. package/dist/darkside/version/7.8.1/component/link.min.css +1 -0
  147. package/dist/darkside/version/7.8.1/component/linkpanel.css +48 -0
  148. package/dist/darkside/version/7.8.1/component/linkpanel.min.css +1 -0
  149. package/dist/darkside/version/7.8.1/component/list.css +88 -0
  150. package/dist/darkside/version/7.8.1/component/list.min.css +1 -0
  151. package/dist/darkside/version/7.8.1/component/loader.css +119 -0
  152. package/dist/darkside/version/7.8.1/component/loader.min.css +1 -0
  153. package/dist/darkside/version/7.8.1/component/modal.css +175 -0
  154. package/dist/darkside/version/7.8.1/component/modal.min.css +1 -0
  155. package/dist/darkside/version/7.8.1/component/pagination.css +43 -0
  156. package/dist/darkside/version/7.8.1/component/pagination.min.css +1 -0
  157. package/dist/darkside/version/7.8.1/component/panel.css +12 -0
  158. package/dist/darkside/version/7.8.1/component/panel.min.css +1 -0
  159. package/dist/darkside/version/7.8.1/component/popover.css +18 -0
  160. package/dist/darkside/version/7.8.1/component/popover.min.css +1 -0
  161. package/dist/darkside/version/7.8.1/component/primitives.css +1291 -0
  162. package/dist/darkside/version/7.8.1/component/primitives.min.css +1 -0
  163. package/dist/darkside/version/7.8.1/component/progressbar.css +106 -0
  164. package/dist/darkside/version/7.8.1/component/progressbar.min.css +1 -0
  165. package/dist/darkside/version/7.8.1/component/readmore.css +95 -0
  166. package/dist/darkside/version/7.8.1/component/readmore.min.css +1 -0
  167. package/dist/darkside/version/7.8.1/component/skeleton.css +66 -0
  168. package/dist/darkside/version/7.8.1/component/skeleton.min.css +1 -0
  169. package/dist/darkside/version/7.8.1/component/stepper.css +234 -0
  170. package/dist/darkside/version/7.8.1/component/stepper.min.css +1 -0
  171. package/dist/darkside/version/7.8.1/component/table.css +225 -0
  172. package/dist/darkside/version/7.8.1/component/table.min.css +1 -0
  173. package/dist/darkside/version/7.8.1/component/tabs.css +138 -0
  174. package/dist/darkside/version/7.8.1/component/tabs.min.css +1 -0
  175. package/dist/darkside/version/7.8.1/component/tag.css +128 -0
  176. package/dist/darkside/version/7.8.1/component/tag.min.css +1 -0
  177. package/dist/darkside/version/7.8.1/component/theme.css +17 -0
  178. package/dist/darkside/version/7.8.1/component/theme.min.css +1 -0
  179. package/dist/darkside/version/7.8.1/component/timeline.css +338 -0
  180. package/dist/darkside/version/7.8.1/component/timeline.min.css +1 -0
  181. package/dist/darkside/version/7.8.1/component/togglegroup.css +105 -0
  182. package/dist/darkside/version/7.8.1/component/togglegroup.min.css +1 -0
  183. package/dist/darkside/version/7.8.1/component/tooltip.css +108 -0
  184. package/dist/darkside/version/7.8.1/component/tooltip.min.css +1 -0
  185. package/dist/darkside/version/7.8.1/component/typography.css +242 -0
  186. package/dist/darkside/version/7.8.1/component/typography.min.css +1 -0
  187. package/dist/darkside/version/7.8.1/components.css +7471 -0
  188. package/dist/darkside/version/7.8.1/components.min.css +1 -0
  189. package/dist/darkside/version/7.8.1/global/baseline.css +47 -0
  190. package/dist/darkside/version/7.8.1/global/baseline.min.css +1 -0
  191. package/dist/darkside/version/7.8.1/global/fonts.css +109 -0
  192. package/dist/darkside/version/7.8.1/global/fonts.min.css +1 -0
  193. package/dist/darkside/version/7.8.1/global/print.css +52 -0
  194. package/dist/darkside/version/7.8.1/global/print.min.css +1 -0
  195. package/dist/darkside/version/7.8.1/global/reset.css +93 -0
  196. package/dist/darkside/version/7.8.1/global/reset.min.css +1 -0
  197. package/dist/darkside/version/7.8.1/global/tokens.css +895 -0
  198. package/dist/darkside/version/7.8.1/global/tokens.min.css +1 -0
  199. package/dist/darkside/version/7.8.1/index.css +8670 -0
  200. package/dist/darkside/version/7.8.1/index.min.css +1 -0
  201. package/dist/global/tokens.css +1 -1
  202. package/dist/global/tokens.min.css +1 -1
  203. package/dist/index.css +17 -31
  204. package/dist/index.min.css +2 -2
  205. package/form/combobox.css +2 -22
  206. package/link.css +1 -1
  207. package/package.json +23 -9
  208. package/table.css +1 -1
  209. package/tag.css +12 -6
  210. package/tokens.json +0 -3
  211. package/darkside/index copy.css +0 -37
  212. package/dist/component/index.css +0 -10123
  213. package/dist/component/index.min.css +0 -9
  214. /package/darkside/{baseline/theme.darkside.css → theme.darkside.css} +0 -0
@@ -1,956 +1,4 @@
1
- /**
2
- * Do not edit directly, this file was auto-generated.
3
- */
4
-
5
- :root, :host {
6
- --a-version: "7.7.0";
7
- --a-spacing-1-alt: 0.375rem;
8
- --a-spacing-05: 0.125rem;
9
- --a-spacing-32: 8rem;
10
- --a-spacing-24: 6rem;
11
- --a-spacing-20: 5rem;
12
- --a-spacing-18: 4.5rem;
13
- --a-spacing-16: 4rem;
14
- --a-spacing-14: 3.5rem;
15
- --a-spacing-12: 3rem;
16
- --a-spacing-11: 2.75rem;
17
- --a-spacing-10: 2.5rem;
18
- --a-spacing-9: 2.25rem;
19
- --a-spacing-8: 2rem;
20
- --a-spacing-7: 1.75rem;
21
- --a-spacing-6: 1.5rem;
22
- --a-spacing-5: 1.25rem;
23
- --a-spacing-4: 1rem;
24
- --a-spacing-3: 0.75rem;
25
- --a-spacing-2: 0.5rem;
26
- --a-spacing-1: 0.25rem;
27
- --a-spacing-0: 0;
28
- --a-shadow-xlarge: 0px 2px 5px 0px rgba(0, 0, 0, 0.15), 0px 10px 24px 0px rgba(0, 0, 0, 0.18), 0px 0px 1px 0px rgba(0, 0, 0, 0.08);
29
- --a-shadow-large: 0px 2px 5px 0px rgba(0, 0, 0, 0.15), 0px 10px 16px 0px rgba(0, 0, 0, 0.12), 0px 0px 1px 0px rgba(0, 0, 0, 0.12);
30
- --a-shadow-medium: 0px 5px 12px 0px rgba(0, 0, 0, 0.13), 0px 1px 3px 0px rgba(0, 0, 0, 0.10), 0px 0px 1px 0px rgba(0, 0, 0, 0.15);
31
- --a-shadow-small: 0px 3px 8px 0px rgba(0, 0, 0, 0.10), 0px 1px 3px 0px rgba(0, 0, 0, 0.10), 0px 0px 1px 0px rgba(0, 0, 0, 0.18);
32
- --a-shadow-xsmall: 0px 1px 3px 0px rgba(0, 0, 0, 0.15), 0px 0px 1px 0px rgba(0, 0, 0, 0.20);
33
- --a-purple-900: rgba(31, 20, 47, 1);
34
- --a-purple-800: rgba(48, 31, 70, 1);
35
- --a-purple-700: rgba(65, 43, 93, 1);
36
- --a-purple-600: rgba(82, 56, 116, 1);
37
- --a-purple-500: rgba(99, 70, 137, 1);
38
- --a-purple-400: rgba(130, 105, 162, 1);
39
- --a-purple-300: rgba(161, 141, 187, 1);
40
- --a-purple-200: rgba(192, 178, 210, 1);
41
- --a-purple-100: rgba(224, 216, 233, 1);
42
- --a-purple-50: rgba(239, 236, 244, 1);
43
- --a-orange-900: rgba(82, 51, 0, 1);
44
- --a-orange-800: rgba(125, 76, 0, 1);
45
- --a-orange-700: rgba(168, 100, 0, 1);
46
- --a-orange-600: rgba(199, 115, 0, 1);
47
- --a-orange-500: rgba(255, 145, 0, 1);
48
- --a-orange-400: rgba(255, 170, 51, 1);
49
- --a-orange-300: rgba(255, 193, 102, 1);
50
- --a-orange-200: rgba(255, 215, 153, 1);
51
- --a-orange-100: rgba(255, 236, 204, 1);
52
- --a-orange-50: rgba(255, 249, 240, 1);
53
- --a-limegreen-900: rgba(71, 78, 0, 1);
54
- --a-limegreen-800: rgba(102, 110, 0, 1);
55
- --a-limegreen-700: rgba(127, 137, 0, 1);
56
- --a-limegreen-600: rgba(147, 158, 0, 1);
57
- --a-limegreen-500: rgba(162, 173, 0, 1);
58
- --a-limegreen-400: rgba(193, 203, 51, 1);
59
- --a-limegreen-300: rgba(217, 227, 102, 1);
60
- --a-limegreen-200: rgba(236, 243, 153, 1);
61
- --a-limegreen-100: rgba(249, 252, 204, 1);
62
- --a-limegreen-50: rgba(253, 255, 230, 1);
63
- --a-lightblue-900: rgba(19, 72, 82, 1);
64
- --a-lightblue-800: rgba(35, 107, 125, 1);
65
- --a-lightblue-700: rgba(54, 141, 168, 1);
66
- --a-lightblue-600: rgba(76, 173, 205, 1);
67
- --a-lightblue-500: rgba(102, 203, 236, 1);
68
- --a-lightblue-400: rgba(124, 218, 248, 1);
69
- --a-lightblue-300: rgba(151, 230, 255, 1);
70
- --a-lightblue-200: rgba(181, 241, 255, 1);
71
- --a-lightblue-100: rgba(216, 249, 255, 1);
72
- --a-lightblue-50: rgba(235, 252, 255, 1);
73
- --a-green-900: rgba(0, 59, 15, 1);
74
- --a-green-800: rgba(0, 85, 25, 1);
75
- --a-green-700: rgba(0, 106, 35, 1);
76
- --a-green-600: rgba(0, 124, 46, 1);
77
- --a-green-500: rgba(6, 137, 58, 1);
78
- --a-green-400: rgba(42, 167, 88, 1);
79
- --a-green-300: rgba(102, 199, 134, 1);
80
- --a-green-200: rgba(153, 222, 173, 1);
81
- --a-green-100: rgba(204, 241, 214, 1);
82
- --a-green-50: rgba(243, 252, 245, 1);
83
- --a-deepblue-900: rgba(0, 36, 58, 1);
84
- --a-deepblue-800: rgba(0, 52, 83, 1);
85
- --a-deepblue-700: rgba(0, 67, 103, 1);
86
- --a-deepblue-600: rgba(0, 80, 119, 1);
87
- --a-deepblue-500: rgba(0, 91, 130, 1);
88
- --a-deepblue-400: rgba(51, 128, 165, 1);
89
- --a-deepblue-300: rgba(102, 163, 196, 1);
90
- --a-deepblue-200: rgba(153, 196, 221, 1);
91
- --a-deepblue-100: rgba(204, 226, 240, 1);
92
- --a-deepblue-50: rgba(230, 241, 248, 1);
93
- --a-red-900: rgba(38, 0, 0, 1);
94
- --a-red-800: rgba(92, 0, 0, 1);
95
- --a-red-700: rgba(140, 0, 0, 1);
96
- --a-red-600: rgba(173, 0, 0, 1);
97
- --a-red-500: rgba(195, 0, 0, 1);
98
- --a-red-400: rgba(222, 46, 46, 1);
99
- --a-red-300: rgba(242, 92, 92, 1);
100
- --a-red-200: rgba(246, 130, 130, 1);
101
- --a-red-100: rgba(255, 194, 194, 1);
102
- --a-red-50: rgba(255, 230, 230, 1);
103
- --a-blue-900: rgba(0, 34, 82, 1);
104
- --a-blue-800: rgba(0, 52, 125, 1);
105
- --a-blue-700: rgba(0, 69, 156, 1);
106
- --a-blue-600: rgba(0, 86, 180, 1);
107
- --a-blue-500: rgba(0, 103, 197, 1);
108
- --a-blue-400: rgba(51, 134, 224, 1);
109
- --a-blue-300: rgba(102, 165, 244, 1);
110
- --a-blue-200: rgba(153, 195, 255, 1);
111
- --a-blue-100: rgba(204, 225, 255, 1);
112
- --a-blue-50: rgba(230, 240, 255, 1);
113
- --a-grayalpha-900: rgba(2, 5, 9, 0.87);
114
- --a-grayalpha-800: rgba(3, 11, 22, 0.75);
115
- --a-grayalpha-700: rgba(1, 11, 24, 0.68);
116
- --a-grayalpha-600: rgba(2, 15, 34, 0.6);
117
- --a-grayalpha-500: rgba(2, 20, 49, 0.49);
118
- --a-grayalpha-400: rgba(5, 23, 51, 0.34);
119
- --a-grayalpha-300: rgba(7, 26, 54, 0.21);
120
- --a-grayalpha-200: rgba(17, 41, 64, 0.13);
121
- --a-grayalpha-100: rgba(18, 43, 68, 0.08);
122
- --a-grayalpha-50: rgba(38, 55, 89, 0.06);
123
- --a-gray-900: rgba(35, 38, 42, 1);
124
- --a-gray-800: rgba(66, 71, 79, 1);
125
- --a-gray-700: rgba(82, 89, 98, 1);
126
- --a-gray-600: rgba(103, 111, 123, 1);
127
- --a-gray-500: rgba(131, 140, 154, 1);
128
- --a-gray-400: rgba(170, 176, 186, 1);
129
- --a-gray-300: rgba(203, 207, 213, 1);
130
- --a-gray-200: rgba(224, 227, 230, 1);
131
- --a-gray-100: rgba(236, 238, 240, 1);
132
- --a-gray-50: rgba(242, 243, 245, 1);
133
- --a-nav-red: rgba(195, 0, 0, 1);
134
- --a-white: rgba(255, 255, 255, 1);
135
- --a-transparent: rgba(255, 255, 255, 0);
136
- --a-border-radius-full: 9999px;
137
- --a-border-radius-xlarge: 12px;
138
- --a-border-radius-large: 8px;
139
- --a-border-radius-medium: 4px;
140
- --a-border-radius-small: 2px;
141
- --a-z-index-tooltip: 3000;
142
- --a-z-index-focus: 10;
143
- --a-z-index-popover: 1000;
144
- --a-font-weight-regular: 400;
145
- --a-font-weight-bold: 600;
146
- --a-font-size-small: 0.875rem;
147
- --a-font-size-medium: 1rem;
148
- --a-font-size-large: 1.125rem;
149
- --a-font-size-xlarge: 1.25rem;
150
- --a-font-size-heading-xsmall: 1.125rem;
151
- --a-font-size-heading-small: 1.25rem;
152
- --a-font-size-heading-medium: 1.5rem;
153
- --a-font-size-heading-large: 1.75rem;
154
- --a-font-size-heading-xlarge: 2rem;
155
- --a-font-size-heading-2xlarge: 2.5rem;
156
- --a-font-line-height-medium: 1.25rem;
157
- --a-font-line-height-large: 1.5rem;
158
- --a-font-line-height-xlarge: 1.75rem;
159
- --a-font-line-height-heading-xsmall: 1.5rem;
160
- --a-font-line-height-heading-small: 1.75rem;
161
- --a-font-line-height-heading-medium: 2rem;
162
- --a-font-line-height-heading-large: 2.25rem;
163
- --a-font-line-height-heading-xlarge: 2.5rem;
164
- --a-font-line-height-heading-2xlarge: 3.25rem;
165
- --a-font-family: 'Source Sans 3', 'Source Sans Pro', Arial, sans-serif;
166
- --a-text-width-max: 576px;
167
- --a-breakpoint-2xl-down: 1439px;
168
- --a-breakpoint-2xl: 1440px;
169
- --a-breakpoint-xl-down: 1279px;
170
- --a-breakpoint-xl: 1280px;
171
- --a-breakpoint-lg-down: 1023px;
172
- --a-breakpoint-lg: 1024px;
173
- --a-breakpoint-md-down: 767px;
174
- --a-breakpoint-md: 768px;
175
- --a-breakpoint-sm-down: 479px;
176
- --a-breakpoint-sm: 480px;
177
- --a-breakpoint-xs: 0;
178
- --a-data-border-6: var(--a-purple-400);
179
- --a-data-border-5: var(--a-green-400);
180
- --a-data-border-4: var(--a-lightblue-700);
181
- --a-data-border-3: var(--a-orange-600);
182
- --a-data-border-2: var(--a-deepblue-500);
183
- --a-data-border-1: var(--a-blue-400);
184
- --a-data-surface-6-subtle: var(--a-purple-200);
185
- --a-data-surface-6: var(--a-purple-400);
186
- --a-data-surface-5-subtle: var(--a-green-200);
187
- --a-data-surface-5: var(--a-green-400);
188
- --a-data-surface-4-subtle: var(--a-lightblue-500);
189
- --a-data-surface-4: var(--a-lightblue-700);
190
- --a-data-surface-3-subtle: var(--a-orange-300);
191
- --a-data-surface-3: var(--a-orange-600);
192
- --a-data-surface-2-subtle: var(--a-deepblue-200);
193
- --a-data-surface-2: var(--a-deepblue-500);
194
- --a-data-surface-1-subtle: var(--a-blue-100);
195
- --a-data-surface-1: var(--a-blue-400);
196
- --a-text-on-alt-3: var(--a-white);
197
- --a-text-on-alt-2: var(--a-gray-900);
198
- --a-text-on-alt-1: var(--a-white);
199
- --a-text-on-info: var(--a-gray-900);
200
- --a-text-on-warning: var(--a-gray-900);
201
- --a-text-on-danger: var(--a-white);
202
- --a-text-on-success: var(--a-white);
203
- --a-text-on-action: var(--a-white);
204
- --a-text-on-neutral: var(--a-white);
205
- --a-text-on-inverted: var(--a-white);
206
- --a-text-action: var(--a-blue-500);
207
- --a-text-action-on-action-subtle: var(--a-blue-600);
208
- --a-text-action-hover: var(--a-blue-600);
209
- --a-text-action-selected: var(--a-blue-700);
210
- --a-text-danger: var(--a-red-500);
211
- --a-text-visited: var(--a-purple-500);
212
- --a-text-subtle: var(--a-grayalpha-700);
213
- --a-text-default: var(--a-gray-900);
214
- --a-surface-alt-3: var(--a-deepblue-500);
215
- --a-surface-alt-3-strong: var(--a-deepblue-800);
216
- --a-surface-alt-3-moderate: var(--a-deepblue-200);
217
- --a-surface-alt-3-subtle: var(--a-deepblue-100);
218
- --a-surface-alt-2: var(--a-limegreen-400);
219
- --a-surface-alt-2-moderate: var(--a-limegreen-200);
220
- --a-surface-alt-2-subtle: var(--a-limegreen-100);
221
- --a-surface-alt-1: var(--a-purple-400);
222
- --a-surface-alt-1-moderate: var(--a-purple-200);
223
- --a-surface-alt-1-subtle: var(--a-purple-100);
224
- --a-surface-info: var(--a-lightblue-500);
225
- --a-surface-info-moderate: var(--a-lightblue-200);
226
- --a-surface-info-subtle: var(--a-lightblue-100);
227
- --a-surface-warning: var(--a-orange-500);
228
- --a-surface-warning-moderate: var(--a-orange-200);
229
- --a-surface-warning-subtle: var(--a-orange-100);
230
- --a-surface-danger: var(--a-red-500);
231
- --a-surface-danger-moderate: var(--a-red-200);
232
- --a-surface-danger-subtle: var(--a-red-100);
233
- --a-surface-success: var(--a-green-500);
234
- --a-surface-success-moderate: var(--a-green-200);
235
- --a-surface-success-subtle: var(--a-green-100);
236
- --a-surface-neutral: var(--a-gray-700);
237
- --a-surface-neutral-selected: var(--a-gray-900);
238
- --a-surface-neutral-moderate: var(--a-grayalpha-200);
239
- --a-surface-neutral-subtle: var(--a-grayalpha-100);
240
- --a-surface-action: var(--a-blue-500);
241
- --a-surface-action-selected: var(--a-blue-700);
242
- --a-surface-action-subtle: var(--a-blue-50);
243
- --a-surface-inverted: var(--a-gray-900);
244
- --a-surface-backdrop: var(--a-grayalpha-500);
245
- --a-surface-transparent: var(--a-transparent);
246
- --a-surface-subtle: var(--a-gray-50);
247
- --a-surface-selected: var(--a-blue-50);
248
- --a-surface-default: var(--a-white);
249
- --a-surface-info-subtle-hover: var(--a-lightblue-200);
250
- --a-surface-warning-subtle-hover: var(--a-orange-200);
251
- --a-surface-danger-active: var(--a-red-700);
252
- --a-surface-danger-hover: var(--a-red-600);
253
- --a-surface-danger-subtle-hover: var(--a-red-200);
254
- --a-surface-success-hover: var(--a-green-600);
255
- --a-surface-success-subtle-hover: var(--a-green-200);
256
- --a-surface-neutral-hover: var(--a-gray-800);
257
- --a-surface-neutral-active: var(--a-gray-900);
258
- --a-surface-neutral-subtle-hover: var(--a-grayalpha-200);
259
- --a-surface-action-selected-hover: var(--a-blue-800);
260
- --a-surface-action-active: var(--a-blue-700);
261
- --a-surface-action-hover: var(--a-blue-600);
262
- --a-surface-action-subtle-hover: var(--a-blue-100);
263
- --a-surface-inverted-active: var(--a-gray-700);
264
- --a-surface-inverted-hover: var(--a-gray-800);
265
- --a-surface-active: var(--a-grayalpha-200);
266
- --a-surface-hover: var(--a-grayalpha-100);
267
- --a-icon-on-info: var(--a-gray-900);
268
- --a-icon-on-warning: var(--a-gray-900);
269
- --a-icon-on-danger: var(--a-white);
270
- --a-icon-on-success: var(--a-white);
271
- --a-icon-on-action: var(--a-white);
272
- --a-icon-on-inverted: var(--a-white);
273
- --a-icon-on-neutral: var(--a-white);
274
- --a-icon-alt-3: var(--a-deepblue-500);
275
- --a-icon-alt-2: var(--a-limegreen-700);
276
- --a-icon-alt-1: var(--a-purple-500);
277
- --a-icon-info: var(--a-lightblue-800);
278
- --a-icon-warning: var(--a-orange-600);
279
- --a-icon-danger: var(--a-red-500);
280
- --a-icon-success: var(--a-green-500);
281
- --a-icon-action: var(--a-blue-500);
282
- --a-icon-action-on-action-subtle: var(--a-blue-600);
283
- --a-icon-action-hover: var(--a-blue-600);
284
- --a-icon-action-selected: var(--a-blue-700);
285
- --a-icon-subtle: var(--a-grayalpha-700);
286
- --a-icon-default: var(--a-gray-900);
287
- --a-border-alt-3: var(--a-deepblue-500);
288
- --a-border-alt-2: var(--a-limegreen-700);
289
- --a-border-alt-1: var(--a-purple-400);
290
- --a-border-on-inverted-subtle: var(--a-gray-700);
291
- --a-border-on-inverted: var(--a-gray-200);
292
- --a-border-focus: var(--a-blue-800);
293
- --a-border-focus-on-inverted: var(--a-blue-200);
294
- --a-border-info: var(--a-lightblue-700);
295
- --a-border-warning: var(--a-orange-600);
296
- --a-border-danger: var(--a-red-500);
297
- --a-border-success: var(--a-green-500);
298
- --a-border-selected: var(--a-blue-500);
299
- --a-border-action: var(--a-blue-500);
300
- --a-border-action-hover: var(--a-blue-600);
301
- --a-border-action-selected: var(--a-blue-700);
302
- --a-border-subtle: var(--a-grayalpha-300);
303
- --a-border-divider: var(--a-grayalpha-300);
304
- --a-border-strong: var(--a-grayalpha-700);
305
- --a-border-default: var(--a-grayalpha-500);
306
- --a-border-subtle-hover: var(--a-grayalpha-400);
307
- --a-bg-subtle: var(--a-gray-100);
308
- --a-bg-default: var(--a-white);
309
- --a-shadow-focus-inverted: 0 0 0 3px var(--a-border-focus-on-inverted);
310
- --a-shadow-focus: 0 0 0 3px var(--a-border-focus);
311
- }
312
-
313
- /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
314
-
315
- /* Document
316
- ========================================================================== */
317
-
318
- /**
319
- * 1. Correct the line height in all browsers.
320
- * 2. Prevent adjustments of font size after orientation changes in iOS.
321
- */
322
-
323
- html {
324
- line-height: 1.15; /* 1 */
325
- -webkit-text-size-adjust: 100%; /* 2 */
326
- }
327
-
328
- /* Sections
329
- ========================================================================== */
330
-
331
- /**
332
- * Remove the margin in all browsers.
333
- */
334
-
335
- body {
336
- margin: 0;
337
- }
338
-
339
- /**
340
- * Render the `main` element consistently in IE.
341
- */
342
-
343
- main {
344
- display: block;
345
- }
346
-
347
- /**
348
- * Correct the font size and margin on `h1` elements within `section` and
349
- * `article` contexts in Chrome, Firefox, and Safari.
350
- */
351
-
352
- h1 {
353
- font-size: 2em;
354
- margin: 0.67em 0;
355
- }
356
-
357
- /* Grouping content
358
- ========================================================================== */
359
-
360
- /**
361
- * 1. Add the correct box sizing in Firefox.
362
- * 2. Show the overflow in Edge and IE.
363
- */
364
-
365
- hr {
366
- box-sizing: content-box; /* 1 */
367
- height: 0; /* 1 */
368
- overflow: visible; /* 2 */
369
- }
370
-
371
- /**
372
- * 1. Correct the inheritance and scaling of font size in all browsers.
373
- * 2. Correct the odd `em` font sizing in all browsers.
374
- */
375
-
376
- pre {
377
- font-family: monospace; /* 1 */
378
- font-size: 1em; /* 2 */
379
- }
380
-
381
- /* Text-level semantics
382
- ========================================================================== */
383
-
384
- /**
385
- * Remove the gray background on active links in IE 10.
386
- */
387
-
388
- a {
389
- background-color: transparent;
390
- color: var(--a-text-action);
391
- }
392
-
393
- /**
394
- * 1. Remove the bottom border in Chrome 57-
395
- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
396
- */
397
-
398
- abbr[title] {
399
- border-bottom: none; /* 1 */
400
- text-decoration: underline; /* 2 */
401
- text-decoration: underline dotted; /* 2 */
402
- }
403
-
404
- /**
405
- * Add the correct font weight in Chrome, Edge, and Safari.
406
- */
407
-
408
- b,
409
- strong {
410
- font-weight: bolder;
411
- }
412
-
413
- /**
414
- * 1. Correct the inheritance and scaling of font size in all browsers.
415
- * 2. Correct the odd `em` font sizing in all browsers.
416
- */
417
-
418
- code,
419
- kbd,
420
- samp {
421
- font-family: monospace; /* 1 */
422
- font-size: 1em; /* 2 */
423
- }
424
-
425
- /**
426
- * Add the correct font size in all browsers.
427
- */
428
-
429
- small {
430
- font-size: 80%;
431
- }
432
-
433
- /**
434
- * Prevent `sub` and `sup` elements from affecting the line height in
435
- * all browsers.
436
- */
437
-
438
- sub,
439
- sup {
440
- font-size: 75%;
441
- line-height: 0;
442
- position: relative;
443
- vertical-align: baseline;
444
- }
445
-
446
- sub {
447
- bottom: -0.25em;
448
- }
449
-
450
- sup {
451
- top: -0.5em;
452
- }
453
-
454
- /* Embedded content
455
- ========================================================================== */
456
-
457
- /**
458
- * Remove the border on images inside links in IE 10.
459
- */
460
-
461
- img {
462
- border-style: none;
463
- }
464
-
465
- /* Forms
466
- ========================================================================== */
467
-
468
- /**
469
- * Remove the inner border and padding in Firefox.
470
- */
471
-
472
- button::-moz-focus-inner,
473
- [type="button"]::-moz-focus-inner,
474
- [type="reset"]::-moz-focus-inner,
475
- [type="submit"]::-moz-focus-inner {
476
- border-style: none;
477
- padding: 0;
478
- }
479
-
480
- /**
481
- * Restore the focus styles unset by the previous rule.
482
- */
483
-
484
- button:-moz-focusring,
485
- [type="button"]:-moz-focusring,
486
- [type="reset"]:-moz-focusring,
487
- [type="submit"]:-moz-focusring {
488
- outline: 1px dotted ButtonText;
489
- }
490
-
491
- /**
492
- * Correct the padding in Firefox.
493
- */
494
-
495
- fieldset {
496
- padding: 0.35em 0.75em 0.625em;
497
- }
498
-
499
- /**
500
- * 1. Correct the text wrapping in Edge and IE.
501
- * 2. Correct the color inheritance from `fieldset` elements in IE.
502
- * 3. Remove the padding so developers are not caught out when they zero out
503
- * `fieldset` elements in all browsers.
504
- */
505
-
506
- legend {
507
- box-sizing: border-box; /* 1 */
508
- color: inherit; /* 2 */
509
- display: table; /* 1 */
510
- max-width: 100%; /* 1 */
511
- padding: 0; /* 3 */
512
- white-space: normal; /* 1 */
513
- box-sizing: border-box;
514
- color: inherit;
515
- display: table;
516
- max-width: 100%;
517
- padding: 0;
518
- white-space: normal;
519
- }
520
-
521
- /**
522
- * Add the correct vertical alignment in Chrome, Firefox, and Opera.
523
- */
524
-
525
- progress {
526
- vertical-align: baseline;
527
- }
528
-
529
- /**
530
- * Remove the default vertical scrollbar in IE 10+.
531
- */
532
-
533
- textarea {
534
- overflow: auto;
535
- }
536
-
537
- /**
538
- * 1. Add the correct box sizing in IE 10.
539
- * 2. Remove the padding in IE 10.
540
- */
541
-
542
- [type="checkbox"],
543
- [type="radio"] {
544
- box-sizing: border-box; /* 1 */
545
- padding: 0; /* 2 */
546
- }
547
-
548
- /**
549
- * Correct the cursor style of increment and decrement buttons in Chrome.
550
- */
551
-
552
- [type="number"]::-webkit-inner-spin-button,
553
- [type="number"]::-webkit-outer-spin-button {
554
- height: auto;
555
- }
556
-
557
- /**
558
- * 1. Correct the odd appearance in Chrome and Safari.
559
- * 2. Correct the outline style in Safari.
560
- */
561
-
562
- [type="search"] {
563
- -webkit-appearance: textfield; /* 1 */
564
- outline-offset: -2px; /* 2 */
565
- }
566
-
567
- /**
568
- * Remove the inner padding in Chrome and Safari on macOS.
569
- */
570
-
571
- [type="search"]::-webkit-search-decoration {
572
- -webkit-appearance: none;
573
- }
574
-
575
- /**
576
- * 1. Correct the inability to style clickable types in iOS and Safari.
577
- * 2. Change font properties to `inherit` in Safari.
578
- */
579
-
580
- ::-webkit-file-upload-button {
581
- -webkit-appearance: button; /* 1 */
582
- font: inherit; /* 2 */
583
- }
584
-
585
- /* Interactive
586
- ========================================================================== */
587
-
588
- /*
589
- * Add the correct display in Edge, IE 10+, and Firefox.
590
- */
591
-
592
- details {
593
- display: block;
594
- }
595
-
596
- /*
597
- * Add the correct display in all browsers.
598
- */
599
-
600
- summary {
601
- display: list-item;
602
- }
603
-
604
- /* Misc
605
- ========================================================================== */
606
-
607
- /**
608
- * Add the correct display in IE 10+.
609
- */
610
-
611
- template {
612
- display: none;
613
- }
614
-
615
- /* cyrillic-ext */
616
-
617
- @font-face {
618
- font-family: "Source Sans 3";
619
- font-style: italic;
620
- font-weight: 400 600;
621
- font-display: swap;
622
- src: url(https://cdn.nav.no/aksel/fonts/SourceSans3-italic-cyrillic_ext.woff2) format("woff2");
623
- unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
624
- }
625
-
626
- /* cyrillic */
627
-
628
- @font-face {
629
- font-family: "Source Sans 3";
630
- font-style: italic;
631
- font-weight: 400 600;
632
- font-display: swap;
633
- src: url(https://cdn.nav.no/aksel/fonts/SourceSans3-italic-cyrillic.woff2) format("woff2");
634
- unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
635
- }
636
-
637
- /* latin-ext */
638
-
639
- @font-face {
640
- font-family: "Source Sans 3";
641
- font-style: italic;
642
- font-weight: 400 600;
643
- font-display: swap;
644
- src: url(https://cdn.nav.no/aksel/fonts/SourceSans3-italic-latin_ext.woff2) format("woff2");
645
- unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
646
- U+2C60-2C7F, U+A720-A7FF;
647
- }
648
-
649
- /* latin */
650
-
651
- @font-face {
652
- font-family: "Source Sans 3";
653
- font-style: italic;
654
- font-weight: 400 600;
655
- font-display: swap;
656
- src: url(https://cdn.nav.no/aksel/fonts/SourceSans3-italic.woff2) format("woff2");
657
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F,
658
- U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
659
- }
660
-
661
- /* cyrillic-ext */
662
-
663
- @font-face {
664
- font-family: "Source Sans 3";
665
- font-style: normal;
666
- font-weight: 400 600;
667
- font-display: swap;
668
- src: url(https://cdn.nav.no/aksel/fonts/SourceSans3-normal-cyrillic_ext.woff2) format("woff2");
669
- unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
670
- }
671
-
672
- /* cyrillic */
673
-
674
- @font-face {
675
- font-family: "Source Sans 3";
676
- font-style: normal;
677
- font-weight: 400 600;
678
- font-display: swap;
679
- src: url(https://cdn.nav.no/aksel/fonts/SourceSans3-normal-cyrillic.woff2) format("woff2");
680
- unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
681
- }
682
-
683
- /* latin-ext */
684
-
685
- @font-face {
686
- font-family: "Source Sans 3";
687
- font-style: normal;
688
- font-weight: 400 600;
689
- font-display: swap;
690
- src: url(https://cdn.nav.no/aksel/fonts/SourceSans3-normal-latin_ext.woff2) format("woff2");
691
- unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
692
- U+2C60-2C7F, U+A720-A7FF;
693
- }
694
-
695
- /* latin */
696
-
697
- @font-face {
698
- font-family: "Source Sans 3";
699
- font-style: normal;
700
- font-weight: 400 600;
701
- font-display: swap;
702
- src: url(https://cdn.nav.no/aksel/fonts/SourceSans3-normal.woff2) format("woff2");
703
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F,
704
- U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
705
- }
706
-
707
- /* Legacy support */
708
-
709
- /* latin-ext */
710
-
711
- @font-face {
712
- font-family: "Source Sans Pro";
713
- font-style: italic;
714
- font-weight: 400 600;
715
- font-display: swap;
716
- src: url(https://cdn.nav.no/aksel/fonts/SourceSans3-italic-latin_ext.woff2) format("woff2");
717
- unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
718
- U+2C60-2C7F, U+A720-A7FF;
719
- }
720
-
721
- /* latin */
722
-
723
- @font-face {
724
- font-family: "Source Sans Pro";
725
- font-style: italic;
726
- font-weight: 400 600;
727
- font-display: swap;
728
- src: url(https://cdn.nav.no/aksel/fonts/SourceSans3-italic.woff2) format("woff2");
729
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F,
730
- U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
731
- }
732
-
733
- /* latin-ext */
734
-
735
- @font-face {
736
- font-family: "Source Sans Pro";
737
- font-style: normal;
738
- font-weight: 400 600;
739
- font-display: swap;
740
- src: url(https://cdn.nav.no/aksel/fonts/SourceSans3-normal-latin_ext.woff2) format("woff2");
741
- unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
742
- U+2C60-2C7F, U+A720-A7FF;
743
- }
744
-
745
- /* latin */
746
-
747
- @font-face {
748
- font-family: "Source Sans Pro";
749
- font-style: normal;
750
- font-weight: 400 600;
751
- font-display: swap;
752
- src: url(https://cdn.nav.no/aksel/fonts/SourceSans3-normal.woff2) format("woff2");
753
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F,
754
- U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
755
- }
756
-
757
- /* ==========================================================================
758
- Print styles copied from https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/style.css
759
- Inlined to avoid the additional HTTP request:
760
- https://www.phpied.com/delay-loading-your-print-css/
761
- ========================================================================== */
762
-
763
- @media print {
764
- *,
765
- *::before,
766
- *::after {
767
- background: #fff !important;
768
- color: #000 !important;
769
-
770
- /* Black prints faster */
771
- box-shadow: none !important;
772
- text-shadow: none !important;
773
- }
774
-
775
- a,
776
- a:visited {
777
- text-decoration: underline;
778
- }
779
-
780
- a[href]::after {
781
- content: " (" attr(href) ")";
782
- }
783
-
784
- abbr[title]::after {
785
- content: " (" attr(title) ")";
786
- }
787
-
788
- /*
789
- * Don't show links that are fragment identifiers,
790
- * or use the `javascript:` pseudo protocol
791
- */
792
- a[href^="#"]::after,
793
- a[href^="javascript:"]::after {
794
- content: "";
795
- }
796
-
797
- pre {
798
- white-space: pre-wrap !important;
799
- }
800
-
801
- pre,
802
- blockquote {
803
- border: 1px solid #999;
804
- page-break-inside: avoid;
805
- }
806
-
807
- /*
808
- * Printing Tables:
809
- * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
810
- */
811
- thead {
812
- display: table-header-group;
813
- }
814
-
815
- tr,
816
- img {
817
- page-break-inside: avoid;
818
- }
819
-
820
- p,
821
- h2,
822
- h3 {
823
- orphans: 3;
824
- widows: 3;
825
- }
826
-
827
- h2,
828
- h3 {
829
- page-break-after: avoid;
830
- }
831
- }
832
-
833
- html,
834
- :host {
835
- box-sizing: border-box;
836
- }
837
-
838
- *,
839
- *::before,
840
- *::after {
841
- box-sizing: inherit;
842
- }
843
-
844
- button,
845
- input,
846
- optgroup,
847
- select,
848
- textarea {
849
- font-family: inherit;
850
- font-size: 100%;
851
- line-height: 1.15;
852
- margin: 0;
853
- color: inherit;
854
- }
855
-
856
- button,
857
- input {
858
- overflow: visible;
859
- }
860
-
861
- button,
862
- select {
863
- text-transform: none;
864
- }
865
-
866
- button,
867
- [type="button"],
868
- [type="reset"],
869
- [type="submit"] {
870
- -webkit-appearance: button;
871
- }
872
-
873
- /* Make elements with the HTML hidden attribute stay hidden by default. */
874
-
875
- [hidden] {
876
- display: none !important;
877
- }
878
-
879
- /* https://web.dev/prefers-reduced-motion/ */
880
-
881
- @media (prefers-reduced-motion: reduce) {
882
- *:not(.navds-loader *, .navds-loader, .navds-progress-bar *, .navds-progress-bar),
883
- ::before,
884
- ::after {
885
- animation-delay: -1ms !important;
886
- animation-duration: 1ms !important;
887
- animation-iteration-count: 1 !important;
888
- background-attachment: initial !important;
889
- scroll-behavior: auto !important;
890
- transition-duration: 0s !important;
891
- transition-delay: 0s !important;
892
- }
893
- }
894
-
895
- /*
896
- * From https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/style.css
897
- *
898
- * Hide only visually, but have it available for screen readers:
899
- * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
900
- *
901
- * 1. For long content, line feeds are not interpreted as spaces and small width
902
- * causes content to wrap 1 word per line:
903
- * https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
904
- */
905
-
906
- .sr-only,
907
- .navds-sr-only {
908
- border: 0;
909
- clip: rect(0, 0, 0, 0);
910
- clip-path: inset(50%);
911
- height: 1px;
912
- margin: -1px;
913
- overflow: hidden;
914
- padding: 0;
915
- position: absolute;
916
- white-space: nowrap;
917
- width: 1px;
918
- }
919
-
920
- /*
921
- * From https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/style.css
922
- *
923
- * Extends the .sr-only class to allow the element
924
- * to be focusable when navigated to via the keyboard:
925
- * https://www.drupal.org/node/897638
926
- */
927
-
928
- .sr-only.focusable:active,
929
- .sr-only.focusable:focus,
930
- .navds-sr-only.focusable:active,
931
- .navds-sr-only.focusable:focus {
932
- clip: auto;
933
- clip-path: none;
934
- height: auto;
935
- margin: 0;
936
- overflow: visible;
937
- position: static;
938
- white-space: inherit;
939
- width: auto;
940
- }
941
-
942
- :root,
943
- :host,
944
- [data-theme="light"] {
945
- --a-shadow-focus: 0 0 0 3px var(--a-border-focus);
946
-
947
- color: var(--a-text-default);
948
- }
949
-
950
1
  [data-theme="dark"] {
951
- --a-shadow-focus: var(--a-shadow-focus-inverted);
952
-
953
- color: var(--a-text-on-inverted);
954
2
  --__ac-typo-error-text: var(--a-red-300);
955
3
  --__ac-typo-text-subtle: var(--a-gray-300);
956
4
  --__ac-button-primary-text: var(--a-gray-900);
@@ -995,13 +43,6 @@ button,
995
43
  --__ac-search-error-border: var(--a-red-300);
996
44
  }
997
45
 
998
- body,
999
- :host {
1000
- font-family: var(--a-font-family, "Source Sans 3", "Source Sans Pro", Arial, sans-serif);
1001
- line-height: 1.333;
1002
- font-size: 1.125rem;
1003
- }
1004
-
1005
46
  [data-theme="light"] {
1006
47
  --__ac-typo-error-text: initial;
1007
48
  --__ac-typo-text-subtle: initial;
@@ -5041,7 +4082,6 @@ li.navds-file-item {
5041
4082
  border-color: var(--a-border-subtle);
5042
4083
  }
5043
4084
 
5044
- .navds-combobox__button-clear svg,
5045
4085
  .navds-combobox__button-toggle-list svg,
5046
4086
  .navds-combobox__list svg {
5047
4087
  width: var(--__ac-combobox-icon-size);
@@ -5186,19 +4226,6 @@ li.navds-file-item {
5186
4226
  }
5187
4227
  }
5188
4228
 
5189
- .navds-combobox__button-clear {
5190
- border-radius: var(--a-border-radius-medium);
5191
- color: var(--ac-combobox-clear-icon, var(--a-text-subtle));
5192
- display: flex;
5193
- justify-content: center;
5194
- align-items: center;
5195
- cursor: pointer;
5196
- background: none;
5197
- border: none;
5198
- font-size: 1rem;
5199
- padding: 0;
5200
- }
5201
-
5202
4229
  .navds-combobox__input::-webkit-search-cancel-button {
5203
4230
  display: none;
5204
4231
  }
@@ -5216,14 +4243,12 @@ li.navds-file-item {
5216
4243
  padding: 0;
5217
4244
  }
5218
4245
 
5219
- .navds-combobox__button-clear:active:hover,
5220
4246
  .navds-combobox__button-toggle-list:active:hover {
5221
- color: var(--ac-combobox-clear-icon-active, var(--a-text-action));
4247
+ color: var(--a-text-action);
5222
4248
  }
5223
4249
 
5224
- .navds-combobox__button-clear:hover,
5225
4250
  .navds-combobox__button-toggle-list:hover {
5226
- color: var(--ac-combobox-clear-icon-hover, var(--a-text-action-selected));
4251
+ color: var(--a-text-action-selected);
5227
4252
  }
5228
4253
 
5229
4254
  .navds-combobox__button-toggle-list:focus-visible {
@@ -5397,10 +4422,6 @@ li.navds-file-item {
5397
4422
  }
5398
4423
 
5399
4424
  @media (forced-colors: active) {
5400
- .navds-combobox__button-clear:hover {
5401
- color: highlight;
5402
- }
5403
-
5404
4425
  .navds-combobox__wrapper-inner:has(.navds-combobox__input:focus-visible) {
5405
4426
  outline-color: highlight;
5406
4427
  }
@@ -5799,7 +4820,7 @@ button.navds-internalheader__title:active,
5799
4820
  text-decoration: underline;
5800
4821
  }
5801
4822
 
5802
- .navds-alert .navds-link,
4823
+ .navds-alert:not(.navds-alert--inline) .navds-link,
5803
4824
  .navds-confirmation-panel .navds-link {
5804
4825
  color: var(--a-text-default);
5805
4826
  }
@@ -6821,37 +5842,43 @@ button.navds-internalheader__title:active,
6821
5842
  color: var(--ac-tag-neutral-moderate-text, var(--a-text-default));
6822
5843
  }
6823
5844
 
6824
- .navds-tag--alt1 {
5845
+ .navds-tag--alt1,
5846
+ .navds-tag--outline.navds-tag--meta-purple {
6825
5847
  border-color: var(--ac-tag-alt-1-border, var(--a-border-alt-1));
6826
5848
  background-color: var(--ac-tag-alt-1-bg, var(--a-surface-alt-1-subtle));
6827
5849
  color: var(--ac-tag-alt-1-text, var(--a-text-default));
6828
5850
  }
6829
5851
 
6830
- .navds-tag--alt1-filled {
5852
+ .navds-tag--alt1-filled,
5853
+ .navds-tag--strong.navds-tag--meta-purple {
6831
5854
  border-color: transparent;
6832
5855
  background-color: var(--ac-tag-alt-1-filled-bg, var(--a-surface-alt-1));
6833
5856
  color: var(--ac-tag-alt-1-filled-text, var(--a-text-on-alt-1));
6834
5857
  }
6835
5858
 
6836
- .navds-tag--alt1-moderate {
5859
+ .navds-tag--alt1-moderate,
5860
+ .navds-tag--moderate.navds-tag--meta-purple {
6837
5861
  border-color: transparent;
6838
5862
  background-color: var(--ac-tag-alt-1-moderate-bg, var(--a-surface-alt-1-moderate));
6839
5863
  color: var(--ac-tag-alt-1-moderate-text, var(--a-text-default));
6840
5864
  }
6841
5865
 
6842
- .navds-tag--alt2 {
5866
+ .navds-tag--alt2,
5867
+ .navds-tag--outline.navds-tag--meta-lime {
6843
5868
  border-color: var(--ac-tag-alt-2-border, var(--a-border-alt-2));
6844
5869
  background-color: var(--ac-tag-alt-2-bg, var(--a-surface-alt-2-subtle));
6845
5870
  color: var(--ac-tag-alt-2-text, var(--a-text-default));
6846
5871
  }
6847
5872
 
6848
- .navds-tag--alt2-filled {
5873
+ .navds-tag--alt2-filled,
5874
+ .navds-tag--strong.navds-tag--meta-lime {
6849
5875
  border-color: transparent;
6850
5876
  background-color: var(--ac-tag-alt-2-filled-bg, var(--a-surface-alt-2));
6851
5877
  color: var(--ac-tag-alt-2-filled-text, var(--a-text-on-alt-2));
6852
5878
  }
6853
5879
 
6854
- .navds-tag--alt2-moderate {
5880
+ .navds-tag--alt2-moderate,
5881
+ .navds-tag--moderate.navds-tag--meta-lime {
6855
5882
  border-color: transparent;
6856
5883
  background-color: var(--ac-tag-alt-2-moderate-bg, var(--a-surface-alt-2-moderate));
6857
5884
  color: var(--ac-tag-alt-2-moderate-text, var(--a-text-default));
@@ -8454,7 +7481,7 @@ button.navds-stepper__step {
8454
7481
  transition: transform 150ms ease-in-out;
8455
7482
  }
8456
7483
 
8457
- .navds-table__toggle-expand-cell:hover {
7484
+ .navds-table__expandable-row:not(.navds-table__expandable-row--expansion-disabled) .navds-table__toggle-expand-cell:hover {
8458
7485
  cursor: pointer;
8459
7486
  }
8460
7487
 
@@ -10118,4 +9145,4 @@ _:future,
10118
9145
  .navds-r-grid-column {
10119
9146
  --__ac-r-grid-column: var(--__ac-r-grid-column-2xl);
10120
9147
  }
10121
- }
9148
+ }