@conduction/theme 1.0.38 → 1.0.41

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 (197) hide show
  1. package/README.md +3 -0
  2. package/conduction-design-tokens/dist/design-tokens.css +13 -1
  3. package/conduction-design-tokens/dist/index.js +13 -1
  4. package/conduction-design-tokens/dist/index.json +250 -0
  5. package/conduction-design-tokens/dist/index.less +13 -1
  6. package/conduction-design-tokens/dist/index.scss +13 -1
  7. package/conduction-design-tokens/dist/tokens.json +282 -0
  8. package/conduction-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  9. package/conduction-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  10. package/municipalities/dimpact-design-tokens/LICENSE.md +17 -0
  11. package/municipalities/dimpact-design-tokens/README.md +3 -0
  12. package/municipalities/dimpact-design-tokens/dist/design-tokens.css +423 -0
  13. package/municipalities/dimpact-design-tokens/dist/font.css +5 -0
  14. package/municipalities/dimpact-design-tokens/dist/index.css +7 -0
  15. package/municipalities/dimpact-design-tokens/dist/index.js +421 -0
  16. package/municipalities/dimpact-design-tokens/dist/index.json +8379 -0
  17. package/municipalities/dimpact-design-tokens/dist/index.less +420 -0
  18. package/municipalities/dimpact-design-tokens/dist/index.scss +420 -0
  19. package/municipalities/dimpact-design-tokens/dist/tokens.json +8931 -0
  20. package/municipalities/dimpact-design-tokens/documentation/color.stories.mdx +17 -0
  21. package/municipalities/dimpact-design-tokens/documentation/components.stories.mdx +11 -0
  22. package/municipalities/dimpact-design-tokens/documentation/design-tokens.stories.mdx +14 -0
  23. package/municipalities/dimpact-design-tokens/documentation/readme.stories.mdx +7 -0
  24. package/municipalities/dimpact-design-tokens/package.json +37 -0
  25. package/municipalities/dimpact-design-tokens/src/brand/dimpact/color.tokens.json +75 -0
  26. package/municipalities/dimpact-design-tokens/src/brand/dimpact/font-size.tokens.json +17 -0
  27. package/municipalities/dimpact-design-tokens/src/brand/dimpact/size.tokens.json +17 -0
  28. package/municipalities/dimpact-design-tokens/src/brand/dimpact/typography.tokens.json +40 -0
  29. package/municipalities/dimpact-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  30. package/municipalities/dimpact-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  31. package/municipalities/dimpact-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
  32. package/municipalities/dimpact-design-tokens/src/component/conduction/card-wrapper.tokens.json +25 -0
  33. package/municipalities/dimpact-design-tokens/src/component/conduction/navigation.tokens.json +39 -0
  34. package/municipalities/dimpact-design-tokens/src/component/conduction/pagination.tokens.json +45 -0
  35. package/municipalities/dimpact-design-tokens/src/component/conduction/select.tokens.json +30 -0
  36. package/municipalities/dimpact-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
  37. package/municipalities/dimpact-design-tokens/src/component/conduction/tabs.tokens.json +84 -0
  38. package/municipalities/dimpact-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
  39. package/municipalities/dimpact-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
  40. package/municipalities/dimpact-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
  41. package/municipalities/dimpact-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  42. package/municipalities/dimpact-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  43. package/municipalities/dimpact-design-tokens/src/component/utrecht/code.tokens.json +26 -0
  44. package/municipalities/dimpact-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  45. package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
  46. package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
  47. package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  48. package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
  49. package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
  50. package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +12 -0
  51. package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +10 -0
  52. package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +24 -0
  53. package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
  54. package/municipalities/dimpact-design-tokens/src/component/utrecht/form-input.tokens.json +31 -0
  55. package/municipalities/dimpact-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
  56. package/municipalities/dimpact-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
  57. package/municipalities/dimpact-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  58. package/municipalities/dimpact-design-tokens/src/component/utrecht/list.tokens.json +31 -0
  59. package/municipalities/dimpact-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  60. package/municipalities/dimpact-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  61. package/municipalities/dimpact-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  62. package/municipalities/dimpact-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  63. package/municipalities/dimpact-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  64. package/municipalities/dimpact-design-tokens/src/component/utrecht/textbox.tokens.json +31 -0
  65. package/municipalities/dimpact-design-tokens/src/config.json +47 -0
  66. package/municipalities/dimpact-design-tokens/src/font/TisaSansPro-Regular.woff2 +0 -0
  67. package/municipalities/dimpact-design-tokens/src/font.scss +6 -0
  68. package/municipalities/dimpact-design-tokens/src/index.scss +8 -0
  69. package/municipalities/dimpact-design-tokens/style-dictionary.config.js +6 -0
  70. package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +14 -1
  71. package/municipalities/dinkelland-design-tokens/dist/index.js +14 -1
  72. package/municipalities/dinkelland-design-tokens/dist/index.json +269 -0
  73. package/municipalities/dinkelland-design-tokens/dist/index.less +14 -1
  74. package/municipalities/dinkelland-design-tokens/dist/index.scss +14 -1
  75. package/municipalities/dinkelland-design-tokens/dist/tokens.json +300 -0
  76. package/municipalities/dinkelland-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  77. package/municipalities/dinkelland-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  78. package/municipalities/epe-design-tokens/dist/design-tokens.css +14 -1
  79. package/municipalities/epe-design-tokens/dist/index.js +14 -1
  80. package/municipalities/epe-design-tokens/dist/index.json +269 -0
  81. package/municipalities/epe-design-tokens/dist/index.less +14 -1
  82. package/municipalities/epe-design-tokens/dist/index.scss +14 -1
  83. package/municipalities/epe-design-tokens/dist/tokens.json +300 -0
  84. package/municipalities/epe-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  85. package/municipalities/epe-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  86. package/municipalities/leiden-design-tokens/dist/design-tokens.css +14 -1
  87. package/municipalities/leiden-design-tokens/dist/index.js +14 -1
  88. package/municipalities/leiden-design-tokens/dist/index.json +269 -0
  89. package/municipalities/leiden-design-tokens/dist/index.less +14 -1
  90. package/municipalities/leiden-design-tokens/dist/index.scss +14 -1
  91. package/municipalities/leiden-design-tokens/dist/tokens.json +300 -0
  92. package/municipalities/leiden-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  93. package/municipalities/leiden-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  94. package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +13 -1
  95. package/municipalities/noaberkracht-design-tokens/dist/index.js +13 -1
  96. package/municipalities/noaberkracht-design-tokens/dist/index.json +250 -0
  97. package/municipalities/noaberkracht-design-tokens/dist/index.less +13 -1
  98. package/municipalities/noaberkracht-design-tokens/dist/index.scss +13 -1
  99. package/municipalities/noaberkracht-design-tokens/dist/tokens.json +282 -0
  100. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  101. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  102. package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +15 -1
  103. package/municipalities/noordwijk-design-tokens/dist/index.js +15 -1
  104. package/municipalities/noordwijk-design-tokens/dist/index.json +290 -0
  105. package/municipalities/noordwijk-design-tokens/dist/index.less +15 -1
  106. package/municipalities/noordwijk-design-tokens/dist/index.scss +15 -1
  107. package/municipalities/noordwijk-design-tokens/dist/tokens.json +321 -0
  108. package/municipalities/noordwijk-design-tokens/src/brand/noordwijk/color.tokens.json +3 -0
  109. package/municipalities/noordwijk-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  110. package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  111. package/municipalities/open-webconcept-design-tokens/LICENSE.md +17 -0
  112. package/municipalities/open-webconcept-design-tokens/README.md +3 -0
  113. package/municipalities/open-webconcept-design-tokens/dist/design-tokens.css +437 -0
  114. package/municipalities/open-webconcept-design-tokens/dist/font.css +361 -0
  115. package/municipalities/open-webconcept-design-tokens/dist/index.css +7 -0
  116. package/municipalities/open-webconcept-design-tokens/dist/index.js +435 -0
  117. package/municipalities/open-webconcept-design-tokens/dist/index.json +8655 -0
  118. package/municipalities/open-webconcept-design-tokens/dist/index.less +434 -0
  119. package/municipalities/open-webconcept-design-tokens/dist/index.scss +434 -0
  120. package/municipalities/open-webconcept-design-tokens/dist/tokens.json +9214 -0
  121. package/municipalities/open-webconcept-design-tokens/documentation/color.stories.mdx +17 -0
  122. package/municipalities/open-webconcept-design-tokens/documentation/components.stories.mdx +11 -0
  123. package/municipalities/open-webconcept-design-tokens/documentation/design-tokens.stories.mdx +14 -0
  124. package/municipalities/open-webconcept-design-tokens/documentation/readme.stories.mdx +7 -0
  125. package/municipalities/open-webconcept-design-tokens/package.json +38 -0
  126. package/municipalities/open-webconcept-design-tokens/src/brand/open-webconcept/color.tokens.json +89 -0
  127. package/municipalities/open-webconcept-design-tokens/src/brand/open-webconcept/font-size.tokens.json +17 -0
  128. package/municipalities/open-webconcept-design-tokens/src/brand/open-webconcept/size.tokens.json +17 -0
  129. package/municipalities/open-webconcept-design-tokens/src/brand/open-webconcept/typography.tokens.json +40 -0
  130. package/municipalities/open-webconcept-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  131. package/municipalities/open-webconcept-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  132. package/municipalities/open-webconcept-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
  133. package/municipalities/open-webconcept-design-tokens/src/component/conduction/card-wrapper.tokens.json +25 -0
  134. package/municipalities/open-webconcept-design-tokens/src/component/conduction/navigation.tokens.json +39 -0
  135. package/municipalities/open-webconcept-design-tokens/src/component/conduction/pagination.tokens.json +45 -0
  136. package/municipalities/open-webconcept-design-tokens/src/component/conduction/select.tokens.json +30 -0
  137. package/municipalities/open-webconcept-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
  138. package/municipalities/open-webconcept-design-tokens/src/component/conduction/tabs.tokens.json +84 -0
  139. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
  140. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
  141. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
  142. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  143. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  144. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/code.tokens.json +26 -0
  145. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  146. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
  147. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
  148. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  149. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
  150. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
  151. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +12 -0
  152. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +10 -0
  153. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +24 -0
  154. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
  155. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/form-input.tokens.json +31 -0
  156. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
  157. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
  158. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  159. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/list.tokens.json +31 -0
  160. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  161. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  162. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  163. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  164. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  165. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  166. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/textbox.tokens.json +31 -0
  167. package/municipalities/open-webconcept-design-tokens/src/config.json +47 -0
  168. package/municipalities/open-webconcept-design-tokens/src/font.js +6 -0
  169. package/municipalities/open-webconcept-design-tokens/src/font.scss +363 -0
  170. package/municipalities/open-webconcept-design-tokens/src/index.scss +8 -0
  171. package/municipalities/open-webconcept-design-tokens/style-dictionary.config.js +6 -0
  172. package/municipalities/rotterdam-design-tokens/dist/design-tokens.css +8 -1
  173. package/municipalities/rotterdam-design-tokens/dist/index.js +8 -1
  174. package/municipalities/rotterdam-design-tokens/dist/index.json +155 -0
  175. package/municipalities/rotterdam-design-tokens/dist/index.less +8 -1
  176. package/municipalities/rotterdam-design-tokens/dist/index.scss +8 -1
  177. package/municipalities/rotterdam-design-tokens/dist/tokens.json +192 -0
  178. package/municipalities/rotterdam-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  179. package/municipalities/rotterdam-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  180. package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +14 -1
  181. package/municipalities/tubbergen-design-tokens/dist/index.js +14 -1
  182. package/municipalities/tubbergen-design-tokens/dist/index.json +269 -0
  183. package/municipalities/tubbergen-design-tokens/dist/index.less +14 -1
  184. package/municipalities/tubbergen-design-tokens/dist/index.scss +14 -1
  185. package/municipalities/tubbergen-design-tokens/dist/tokens.json +300 -0
  186. package/municipalities/tubbergen-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  187. package/municipalities/tubbergen-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  188. package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +13 -1
  189. package/municipalities/xxllnc-design-tokens/dist/index.js +13 -1
  190. package/municipalities/xxllnc-design-tokens/dist/index.json +252 -0
  191. package/municipalities/xxllnc-design-tokens/dist/index.less +13 -1
  192. package/municipalities/xxllnc-design-tokens/dist/index.scss +13 -1
  193. package/municipalities/xxllnc-design-tokens/dist/tokens.json +285 -0
  194. package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/color.tokens.json +3 -0
  195. package/municipalities/xxllnc-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  196. package/municipalities/xxllnc-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  197. package/package.json +4 -2
@@ -0,0 +1,437 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Thu, 28 Sep 2023 18:54:38 GMT
4
+ */
5
+
6
+ .open-webconcept-theme {
7
+ --conduction-tabs-tab-list-border-bottom-style: solid;
8
+ --conduction-tabs-tab-list-margin-block-end: 0px;
9
+ --conduction-tabs-tab-list-padding-inline-start: 0px;
10
+ --conduction-tabs-tab-selected-border-bottom-style: solid;
11
+ --conduction-tabs-tab-selected-background-color: transparent;
12
+ --conduction-tabs-tab-min-height: 61px;
13
+ --conduction-tabs-tab-min-width: 160px;
14
+ --conduction-tabs-tab-max-width: unset;
15
+ --conduction-tabs-tab-bottom: -2px;
16
+ --conduction-tabs-tab-background-color: transparent;
17
+ --conduction-input-select-padding-block-start: 0;
18
+ --conduction-input-select-padding-block-end: 0;
19
+ --conduction-input-select-border-focus: unset;
20
+ --conduction-pagination-page-hover-text-decoration-thickness: 0px;
21
+ --conduction-pagination-page-hover-text-decoration: unset;
22
+ --conduction-pagination-current-page-text-decoration: unset;
23
+ --conduction-pagination-navigation-button-padding-block-end: 0px;
24
+ --conduction-pagination-navigation-button-padding-block-start: 0px;
25
+ --conduction-pagination-container-padding-block-end: 0px;
26
+ --conduction-pagination-container-padding-block-start: 0px;
27
+ --conduction-pagination-container-padding-inline-end: 0px;
28
+ --conduction-pagination-container-padding-inline-start: 0px;
29
+ --conduction-pagination-container-background-color: unset;
30
+ --conduction-secondary-top-nav-padding-block-start: 16px;
31
+ --conduction-secondary-top-nav-padding-block-end: 16px;
32
+ --conduction-secondary-top-nav-padding-inline-start: 16px;
33
+ --conduction-secondary-top-nav-padding-inline-end: 16px;
34
+ --conduction-secondary-top-nav-item-padding: 18px;
35
+ --conduction-secondary-top-nav-font-weight: 400;
36
+ --conduction-secondary-top-nav-background-color-active: unset;
37
+ --conduction-secondary-top-nav-background-color: transparent;
38
+ --conduction-primary-top-nav-padding-block-start: 16px;
39
+ --conduction-primary-top-nav-padding-block-end: 16px;
40
+ --conduction-primary-top-nav-padding-inline-start: 16px;
41
+ --conduction-primary-top-nav-padding-inline-end: 16px;
42
+ --conduction-primary-top-nav-item-padding: 18px;
43
+ --conduction-primary-top-nav-background-color-active: unset;
44
+ --conduction-card-wrapper-border-radius: usnet;
45
+ --conduction-card-wrapper-border-style: solid;
46
+ --utrecht-paragraph-margin-block-end: 0;
47
+ --utrecht-paragraph-margin-block-start: 0;
48
+ --utrecht-paragraph-line-height: 1.5em;
49
+ --utrecht-page-max-inline-size: 1140px;
50
+ --utrecht-unordered-list-item-padding-inline-start: 1ch;
51
+ --utrecht-unordered-list-padding-inline-start: 2ch;
52
+ --utrecht-unordered-list-margin-block-end: 0;
53
+ --utrecht-ordered-list-item-padding-inline-start: 1ch;
54
+ --utrecht-link-hover-text-decoration-thickness: 0;
55
+ --utrecht-link-hover-text-decoration: none;
56
+ --utrecht-link-text-decoration-thickness: 0;
57
+ --utrecht-link-text-decoration-color: unset;
58
+ --utrecht-link-text-decoration: none;
59
+ --utrecht-textbox-font-size: 15px;
60
+ --utrecht-textbox-border-radius: 0;
61
+ --utrecht-table-header-cell-text-transform: unset;
62
+ --utrecht-table-margin-block-end: 0;
63
+ --utrecht-table-header-text-transform: unset;
64
+ --utrecht-page-header-logo-max-width: 150px;
65
+ --utrecht-page-footer-background-image: unset;
66
+ --utrecht-page-footer-logo-max-width: 200px;
67
+ --utrecht-page-footer-logo-max-height: 100px;
68
+ --utrecht-form-input-font-size: 15px;
69
+ --utrecht-form-input-border-radius: 0;
70
+ --utrecht-code-block-margin-inline-end: 0;
71
+ --utrecht-code-block-margin-inline-start: 0;
72
+ --utrecht-code-font-size: inherit;
73
+ --utrecht-button-primary-action-font-weight: inherit;
74
+ --utrecht-button-font-weight: inherit;
75
+ --utrecht-button-font-size: inherit;
76
+ --utrecht-button-border-radius: 3px;
77
+ --utrecht-breadcrumb-padding-block-end: 12px;
78
+ --utrecht-breadcrumb-padding-block-start: 12px;
79
+ --utrecht-breadcrumb-padding-inline-end: 0;
80
+ --utrecht-breadcrumb-padding-inline-start: 0;
81
+ --utrecht-badge-counter-text-decoration: none;
82
+ --utrecht-badge-counter-border-radius: 50%;
83
+ --utrecht-action-submit-cursor: pointer;
84
+ --utrecht-action-disabled-cursor: not-allowed;
85
+ --utrecht-action-busy-cursor: wait;
86
+ --open-webconcept-typography-font-weight-light: 100;
87
+ --open-webconcept-typography-font-weight-normal: 400;
88
+ --open-webconcept-typography-font-weight-bold: 700;
89
+ --open-webconcept-typography-monospace-font-family: Monospace, "Lucida Console";
90
+ --open-webconcept-typography-sans-serif-font-family: "Open Sans", Monospace, Arial, sans-serif;
91
+ --open-webconcept-size-4xl: 96px;
92
+ --open-webconcept-size-3xl: 72px;
93
+ --open-webconcept-size-2xl: 48px;
94
+ --open-webconcept-size-xl: 32px;
95
+ --open-webconcept-size-lg: 24px;
96
+ --open-webconcept-size-md: 18px;
97
+ --open-webconcept-size-sm: 14px;
98
+ --open-webconcept-size-xs: 8px;
99
+ --open-webconcept-size-2xs: 4px;
100
+ --open-webconcept-size-3xs: 2px;
101
+ --open-webconcept-size-4xs: 1px;
102
+ --open-webconcept-font-size-4xl: 48px;
103
+ --open-webconcept-font-size-3xl: 36px;
104
+ --open-webconcept-font-size-2xl: 24px;
105
+ --open-webconcept-font-size-xl: 21px;
106
+ --open-webconcept-font-size-lg: 18px;
107
+ --open-webconcept-font-size-md: 14px;
108
+ --open-webconcept-font-size-sm: 12px;
109
+ --open-webconcept-font-size-xs: 10px;
110
+ --open-webconcept-font-size-2xs: 8px;
111
+ --open-webconcept-font-size-3xs: 5px;
112
+ --open-webconcept-font-size-4xs: 3px;
113
+ --open-webconcept-color-grey-96: #f5f5f5;
114
+ --open-webconcept-color-grey-93: #eeeeee;
115
+ --open-webconcept-color-grey-87: #dcdcde;
116
+ --open-webconcept-color-grey-73: #bbbbbb;
117
+ --open-webconcept-color-grey-50: #808080;
118
+ --open-webconcept-color-grey-46: #6c757d; /* Base/Grey */
119
+ --open-webconcept-color-grey-29: #4a4a4a;
120
+ --open-webconcept-color-grey-16: #292929;
121
+ --open-webconcept-color-black-60: #999999;
122
+ --open-webconcept-color-black-33: #555555;
123
+ --open-webconcept-color-black-27: #444444; /* Base/Black */
124
+ --open-webconcept-color-black-20: #333333;
125
+ --open-webconcept-color-black-13: #222222;
126
+ --open-webconcept-color-black-0: #000000;
127
+ --open-webconcept-color-white-100-70t: #ffffffb3; /* White with 70% transparency */
128
+ --open-webconcept-color-white-100-25t: ##ffffff40; /* White with 25% transparency */
129
+ --open-webconcept-color-white-100: #ffffff; /* Base/White */
130
+ --open-webconcept-color-white-87: #dcdcde;
131
+ --open-webconcept-color-alert-info-background: #cce5ff;
132
+ --open-webconcept-color-alert-info: #004085;
133
+ --open-webconcept-color-alert-succes-background: #d4edda;
134
+ --open-webconcept-color-alert-succes: #155724;
135
+ --open-webconcept-color-succes: #28a745;
136
+ --open-webconcept-color-alert-warning-background: #fff3cd;
137
+ --open-webconcept-color-alert-warning: #856404;
138
+ --open-webconcept-color-warning: #ffc107;
139
+ --open-webconcept-color-alert-error-background: #f8d7da;
140
+ --open-webconcept-color-alert-error: #721c24;
141
+ --open-webconcept-color-error: #dc3545;
142
+ --open-webconcept-color-primary: #1abc9c;
143
+ --conduction-tabs-scroll-button-hover-color: var(--open-webconcept-color-white-100);
144
+ --conduction-tabs-scroll-button-color: var(--open-webconcept-color-white-100);
145
+ --conduction-tabs-scroll-button-background-color: var(--open-webconcept-color-primary);
146
+ --conduction-tabs-tab-panel-padding-inline-end: var(--open-webconcept-size-lg);
147
+ --conduction-tabs-tab-panel-padding-inline-start: var(--open-webconcept-size-lg);
148
+ --conduction-tabs-tab-panel-padding-block-end: var(--open-webconcept-size-lg);
149
+ --conduction-tabs-tab-panel-padding-block-start: var(--open-webconcept-size-lg);
150
+ --conduction-tabs-tab-list-border-bottom-color: var(--open-webconcept-color-grey-87);
151
+ --conduction-tabs-tab-list-border-bottom-width: var(--open-webconcept-size-3xs);
152
+ --conduction-tabs-tab-hover-color: var(--open-webconcept-color-black-27);
153
+ --conduction-tabs-tab-selected-hover-color: var(--open-webconcept-color-black-27);
154
+ --conduction-tabs-tab-selected-font-weight: var(--open-webconcept-typography-font-weight-bold);
155
+ --conduction-tabs-tab-selected-border-bottom-color: var(--open-webconcept-color-primary);
156
+ --conduction-tabs-tab-selected-border-bottom-width: var(--open-webconcept-size-3xs);
157
+ --conduction-tabs-tab-selected-color: var(--open-webconcept-color-black-27);
158
+ --conduction-tabs-tab-font-weight: var(--open-webconcept-typography-font-weight-normal);
159
+ --conduction-tabs-tab-font-size: var(--open-webconcept-font-size-md);
160
+ --conduction-tabs-tab-padding-inline-end: var(--open-webconcept-size-sm);
161
+ --conduction-tabs-tab-padding-inline-start: var(--open-webconcept-size-sm);
162
+ --conduction-tabs-tab-padding-block-end: var(--open-webconcept-size-xs);
163
+ --conduction-tabs-tab-padding-block-start: var(--open-webconcept-size-xs);
164
+ --conduction-tabs-tab-color: var(--open-webconcept-color-black-27);
165
+ --conduction-table-wrapper-scroll-button-hover-color: var(--open-webconcept-color-primary);
166
+ --conduction-table-wrapper-scroll-button-hover-background-color: var(--open-webconcept-color-white-100);
167
+ --conduction-table-wrapper-scroll-button-padding-inline-end: var(--open-webconcept-size-sm);
168
+ --conduction-table-wrapper-scroll-button-padding-inline-start: var(--open-webconcept-size-sm);
169
+ --conduction-table-wrapper-scroll-button-color: var(--open-webconcept-color-black-0);
170
+ --conduction-table-wrapper-scroll-button-background-color: var(--open-webconcept-color-white-100);
171
+ --conduction-input-select-placeholder-font-family: var(--open-webconcept-typography-sans-serif-font-family);
172
+ --conduction-input-select-list-option-hover-font-family: var(--open-webconcept-typography-sans-serif-font-family);
173
+ --conduction-input-select-list-option-font-family: var(--open-webconcept-typography-sans-serif-font-family);
174
+ --conduction-input-select-invalid-border-color: var(--open-webconcept-color-error);
175
+ --conduction-input-select-border-radius: 0;
176
+ --conduction-input-select-border: var(--open-webconcept-size-4xs) solid var(--open-webconcept-color-grey-46);
177
+ --conduction-input-select-background-color: var(--open-webconcept-color-white-100);
178
+ --conduction-pagination-page-hover-background-color: var(--open-webconcept-color-white-100);
179
+ --conduction-pagination-page-hover-color: var(--open-webconcept-color-primary);
180
+ --conduction-pagination-current-page-font-weight: var(--open-webconcept-typography-font-weight-bold);
181
+ --conduction-pagination-current-page-background-color: var(--open-webconcept-color-primary);
182
+ --conduction-pagination-current-page-color: var(--open-webconcept-color-white-100);
183
+ --conduction-pagination-disabled-background-color: var(--open-webconcept-color-grey-96);
184
+ --conduction-pagination-disabled-color: var(--open-webconcept-color-grey-87);
185
+ --conduction-pagination-navigation-button-padding-inline-end: var(--open-webconcept-size-xs);
186
+ --conduction-pagination-navigation-button-padding-inline-start: var(--open-webconcept-size-xs);
187
+ --conduction-pagination-item-font-weight: var(--open-webconcept-typography-font-weight-normal);
188
+ --conduction-pagination-item-padding-block-end: var(--open-webconcept-size-xs);
189
+ --conduction-pagination-item-padding-block-start: var(--open-webconcept-size-xs);
190
+ --conduction-pagination-item-padding-inline-end: var(--open-webconcept-size-xs);
191
+ --conduction-pagination-item-padding-inline-start: var(--open-webconcept-size-xs);
192
+ --conduction-pagination-item-border-radius: var(--open-webconcept-size-2xs);
193
+ --conduction-pagination-item-background-color: var(--open-webconcept-color-white-100);
194
+ --conduction-pagination-item-color: var(--open-webconcept-color-black-0);
195
+ --conduction-pagination-item-gap: var(--open-webconcept-size-2xs);
196
+ --conduction-secondary-top-nav-font-size: var(--open-webconcept-font-size-md);
197
+ --conduction-secondary-top-nav-background-color-hover: var(--open-webconcept-color-grey-93);
198
+ --conduction-secondary-top-nav-color: var(--open-webconcept-color-black-27);
199
+ --conduction-primary-top-nav-dropdown-border-radius: var(--open-webconcept-size-md);
200
+ --conduction-primary-top-nav-box-shadow-active: inset 0 -4px var(--open-webconcept-color-primary);
201
+ --conduction-primary-top-nav-background-color-hover: var(--open-webconcept-color-grey-93);
202
+ --conduction-primary-top-nav-background-color: var(--open-webconcept-color-white-100);
203
+ --conduction-primary-top-nav-color: var(--open-webconcept-color-black-27);
204
+ --conduction-card-wrapper-padding-block-start: var(--open-webconcept-size-md);
205
+ --conduction-card-wrapper-padding-block-end: var(--open-webconcept-size-md);
206
+ --conduction-card-wrapper-padding-inline-start: var(--open-webconcept-size-md);
207
+ --conduction-card-wrapper-padding-inline-end: var(--open-webconcept-size-md);
208
+ --conduction-card-wrapper-color: var(--open-webconcept-color-black-33);
209
+ --conduction-card-wrapper-border-width: var(--open-webconcept-size-4xs);
210
+ --conduction-card-wrapper-border-color: var(--open-webconcept-color-white-87);
211
+ --conduction-card-wrapper-background-color: var(--open-webconcept-color-white-100);
212
+ --conduction-card-header-date-margin-block-end: var(--open-webconcept-size-xs);
213
+ --conduction-card-header-date-font-weight: var(--open-webconcept-typography-font-weight-light);
214
+ --conduction-card-header-date-font-size: var(--open-webconcept-font-size-sm);
215
+ --conduction-card-header-date-color: var(--open-webconcept-color-black-60);
216
+ --conduction-card-header-title-color: var(--open-webconcept-color-primary);
217
+ --utrecht-surface-background-color: var(--open-webconcept-color-white-100);
218
+ --utrecht-paragraph-font-weight: var(--open-webconcept-typography-font-weight-normal);
219
+ --utrecht-paragraph-font-size: var(--open-webconcept-font-size-md);
220
+ --utrecht-paragraph-font-family: var(--open-webconcept-typography-sans-serif-font-family);
221
+ --utrecht-page-margin-inline-end: var(--open-webconcept-size-lg);
222
+ --utrecht-page-margin-inline-start: var(--open-webconcept-size-lg);
223
+ --utrecht-unordered-list-item-margin-block-end: var(--open-webconcept-size-xs);
224
+ --utrecht-unordered-list-item-margin-block-start: var(--open-webconcept-size-xs);
225
+ --utrecht-unordered-list-margin-block-start: var(--open-webconcept-size-md);
226
+ --utrecht-ordered-list-item-margin-block-end: var(--open-webconcept-size-2xs);
227
+ --utrecht-ordered-list-item-margin-block-start: var(--open-webconcept-size-2xs);
228
+ --utrecht-ordered-list-padding-inline-start: var(--open-webconcept-size-xl);
229
+ --utrecht-ordered-list-margin-block-end: var(--open-webconcept-size-sm);
230
+ --utrecht-ordered-list-margin-block-start: var(--open-webconcept-size-sm);
231
+ --utrecht-link-visited-color: var(--open-webconcept-color-primary);
232
+ --utrecht-link-hover-color: var(--open-webconcept-color-black-13);
233
+ --utrecht-link-text-underline-offset: var(--open-webconcept-size-3xs);
234
+ --utrecht-link-color: var(--open-webconcept-color-primary);
235
+ --utrecht-heading-5-margin-block-start: var(--open-webconcept-size-md);
236
+ --utrecht-heading-5-margin-block-end: var(--open-webconcept-size-lg);
237
+ --utrecht-heading-5-font-weight: var(--open-webconcept-typography-font-weight-light);
238
+ --utrecht-heading-5-font-size: var(--open-webconcept-font-size-md);
239
+ --utrecht-heading-5-font-family: var(--open-webconcept-typography-sans-serif-font-family);
240
+ --utrecht-heading-5-color: var(--open-webconcept-color-black-27);
241
+ --utrecht-heading-4-margin-block-start: var(--open-webconcept-size-md);
242
+ --utrecht-heading-4-margin-block-end: var(--open-webconcept-size-lg);
243
+ --utrecht-heading-4-font-weight: var(--open-webconcept-typography-font-weight-normal);
244
+ --utrecht-heading-4-font-size: var(--open-webconcept-font-size-lg);
245
+ --utrecht-heading-4-font-family: var(--open-webconcept-typography-sans-serif-font-family);
246
+ --utrecht-heading-4-color: var(--open-webconcept-color-black-27);
247
+ --utrecht-heading-3-margin-block-start: var(--open-webconcept-size-md);
248
+ --utrecht-heading-3-margin-block-end: var(--open-webconcept-size-xl);
249
+ --utrecht-heading-3-font-weight: var(--open-webconcept-typography-font-weight-bold);
250
+ --utrecht-heading-3-font-size: var(--open-webconcept-font-size-xl);
251
+ --utrecht-heading-3-font-family: var(--open-webconcept-typography-sans-serif-font-family);
252
+ --utrecht-heading-3-color: var(--open-webconcept-color-black-27);
253
+ --utrecht-heading-2-margin-block-start: var(--open-webconcept-size-md);
254
+ --utrecht-heading-2-margin-block-end: var(--open-webconcept-size-2xl);
255
+ --utrecht-heading-2-font-weight: var(--open-webconcept-typography-font-weight-bold);
256
+ --utrecht-heading-2-font-size: var(--open-webconcept-font-size-2xl);
257
+ --utrecht-heading-2-font-family: var(--open-webconcept-typography-sans-serif-font-family);
258
+ --utrecht-heading-2-color: var(--open-webconcept-color-black-27);
259
+ --utrecht-heading-1-margin-block-start: var(--open-webconcept-size-md);
260
+ --utrecht-heading-1-margin-block-end: var(--open-webconcept-size-2xl);
261
+ --utrecht-heading-1-font-weight: var(--open-webconcept-typography-font-weight-bold);
262
+ --utrecht-heading-1-font-size: var(--open-webconcept-font-size-3xl);
263
+ --utrecht-heading-1-font-family: var(--open-webconcept-typography-sans-serif-font-family);
264
+ --utrecht-heading-1-color: var(--open-webconcept-color-black-27);
265
+ --utrecht-textbox-padding-inline-start: var(--open-webconcept-size-sm);
266
+ --utrecht-textbox-padding-inline-end: var(--open-webconcept-size-sm);
267
+ --utrecht-textbox-padding-block-start: var(--open-webconcept-size-xs);
268
+ --utrecht-textbox-padding-block-end: var(--open-webconcept-size-xs);
269
+ --utrecht-textbox-font-family: var(--open-webconcept-typography-sans-serif-font-family);
270
+ --utrecht-textbox-color: var(--open-webconcept-color-grey-29);
271
+ --utrecht-textbox-border-width: var(--open-webconcept-size-4xs);
272
+ --utrecht-textbox-border-color: var(--open-webconcept-color-grey-46);
273
+ --utrecht-textbox-focus-background-color: var(--open-webconcept-color-white-100);
274
+ --utrecht-textbox-placeholder-color: var(--open-webconcept-color-grey-50);
275
+ --utrecht-textbox-background-color: var(--open-webconcept-color-white-100);
276
+ --utrecht-table-cell-padding-inline-start: var(--open-webconcept-size-md);
277
+ --utrecht-table-cell-padding-inline-end: var(--open-webconcept-size-md);
278
+ --utrecht-table-cell-padding-block-start: var(--open-webconcept-size-md);
279
+ --utrecht-table-cell-padding-block-end: var(--open-webconcept-size-md);
280
+ --utrecht-table-header-cell-font-weight: var(--open-webconcept-typography-font-weight-bold);
281
+ --utrecht-table-margin-block-start: var(--open-webconcept-size-md);
282
+ --utrecht-table-border-width: var(--open-webconcept-size-4xs);
283
+ --utrecht-table-border-color: var(--open-webconcept-color-grey-93);
284
+ --utrecht-table-row-border-block-end-width: var(--open-webconcept-size-4xs);
285
+ --utrecht-table-row-border-block-end-color: var(--open-webconcept-color-grey-93);
286
+ --utrecht-table-header-font-weight: var(--open-webconcept-typography-font-weight-bold);
287
+ --utrecht-page-header-padding-block-end: var(--open-webconcept-size-sm);
288
+ --utrecht-page-header-padding-block-start: var(--open-webconcept-size-sm);
289
+ --utrecht-page-header-color: var(--open-webconcept-color-black-27);
290
+ --utrecht-page-header-background-color: var(--open-webconcept-color-white-100);
291
+ --utrecht-page-footer-padding-block-start: var(--open-webconcept-size-2xl);
292
+ --utrecht-page-footer-padding-block-end: var(--open-webconcept-size-2xl);
293
+ --utrecht-page-footer-padding-inline-start: var(--open-webconcept-size-sm);
294
+ --utrecht-page-footer-padding-inline-end: var(--open-webconcept-size-sm);
295
+ --utrecht-page-footer-color: var(--open-webconcept-color-white-100-25t);
296
+ --utrecht-page-footer-background-color: var(--open-webconcept-color-grey-16);
297
+ --utrecht-icon-gap: var(--open-webconcept-size-xs);
298
+ --utrecht-form-input-padding-inline-start: var(--open-webconcept-size-sm);
299
+ --utrecht-form-input-padding-inline-end: var(--open-webconcept-size-sm);
300
+ --utrecht-form-input-padding-block-start: var(--open-webconcept-size-xs);
301
+ --utrecht-form-input-padding-block-end: var(--open-webconcept-size-xs);
302
+ --utrecht-form-input-font-family: var(--open-webconcept-typography-sans-serif-font-family);
303
+ --utrecht-form-input-color: var(--open-webconcept-color-grey-29);
304
+ --utrecht-form-input-border-width: var(--open-webconcept-size-4xs);
305
+ --utrecht-form-input-border-color: var(--open-webconcept-color-grey-46);
306
+ --utrecht-form-input-focus-background-color: var(--open-webconcept-color-white-100);
307
+ --utrecht-form-input-placeholder-color: var(--open-webconcept-color-grey-50);
308
+ --utrecht-form-input-background-color: var(--open-webconcept-color-white-100);
309
+ --utrecht-document-font-size: var(--open-webconcept-font-size-md);
310
+ --utrecht-document-font-family: var(--open-webconcept-typography-sans-serif-font-family);
311
+ --utrecht-document-color: var(--open-webconcept-color-black-33);
312
+ --utrecht-code-block-padding-inline-end: var(--open-webconcept-size-md);
313
+ --utrecht-code-block-padding-inline-start: var(--open-webconcept-size-md);
314
+ --utrecht-code-block-padding-block-end: var(--open-webconcept-size-md);
315
+ --utrecht-code-block-padding-block-start: var(--open-webconcept-size-md);
316
+ --utrecht-code-block-margin-block-end: var(--open-webconcept-size-md);
317
+ --utrecht-code-block-margin-block-start: var(--open-webconcept-size-md);
318
+ --utrecht-code-block-line-height: var(--open-webconcept-size-lg);
319
+ --utrecht-code-block-font-size: var(--open-webconcept-font-size-md);
320
+ --utrecht-code-block-font-family: var(--open-webconcept-typography-monospace-font-family);
321
+ --utrecht-code-block-background-color: var(--open-webconcept-color-grey-96);
322
+ --utrecht-code-font-family: var(--open-webconcept-typography-monospace-font-family);
323
+ --utrecht-code-background-color: var(--open-webconcept-color-grey-96);
324
+ --utrecht-button-secondary-action-hover-background-color: var(--open-webconcept-color-white-100);
325
+ --utrecht-button-secondary-action-font-weight: var(--open-webconcept-typography-font-weight-normal);
326
+ --utrecht-button-secondary-action-color: var(--open-webconcept-color-primary);
327
+ --utrecht-button-secondary-action-border-width: var(--open-webconcept-size-3xs);
328
+ --utrecht-button-secondary-action-border-color: var(--open-webconcept-color-primary);
329
+ --utrecht-button-secondary-action-background-color: var(--open-webconcept-color-white-100);
330
+ --utrecht-button-primary-action-hover-color: var(--open-webconcept-color-white-100);
331
+ --utrecht-button-primary-action-hover-border-color: var(--open-webconcept-color-primary);
332
+ --utrecht-button-primary-action-hover-background-color: var(--open-webconcept-color-primary);
333
+ --utrecht-button-primary-action-color: var(--open-webconcept-color-white-100);
334
+ --utrecht-button-primary-action-border-width: var(--open-webconcept-size-3xs);
335
+ --utrecht-button-primary-action-border-color: var(--open-webconcept-color-primary);
336
+ --utrecht-button-primary-action-background-color: var(--open-webconcept-color-primary);
337
+ --utrecht-button-hover-color: var(--open-webconcept-color-white-100);
338
+ --utrecht-button-icon-gap: var(--open-webconcept-size-xs);
339
+ --utrecht-button-padding-inline-end: var(--open-webconcept-size-sm);
340
+ --utrecht-button-padding-inline-start: var(--open-webconcept-size-sm);
341
+ --utrecht-button-padding-block-end: var(--open-webconcept-size-2xs);
342
+ --utrecht-button-padding-block-start: var(--open-webconcept-size-2xs);
343
+ --utrecht-button-font-family: var(--open-webconcept-typography-sans-serif-font-family);
344
+ --utrecht-button-color: var(--open-webconcept-color-white-100);
345
+ --utrecht-button-border-width: var(--open-webconcept-size-3xs);
346
+ --utrecht-button-border-color: var(--open-webconcept-color-primary);
347
+ --utrecht-button-background-color: var(--open-webconcept-color-primary);
348
+ --utrecht-breadcrumb-background-color: var(--open-webconcept-color-black-20);
349
+ --utrecht-breadcrumb-separator-icon-size: var(--open-webconcept-font-size-sm);
350
+ --utrecht-breadcrumb-separator-icon-color: var(--open-webconcept-color-grey-46);
351
+ --utrecht-breadcrumb-link-hover-color: var(--open-webconcept-color-grey-93);
352
+ --utrecht-breadcrumb-link-disabled-color: var(--open-webconcept-color-white-100-70t);
353
+ --utrecht-breadcrumb-link-current-color: var(--open-webconcept-color-white-100-70t);
354
+ --utrecht-breadcrumb-link-color: var(--open-webconcept-color-grey-73);
355
+ --utrecht-blockquote-content-font-size: var(--open-webconcept-font-size-md);
356
+ --utrecht-blockquote-content-color: var(--open-webconcept-color-black-0);
357
+ --utrecht-blockquote-margin-inline-end: var(--open-webconcept-size-xl);
358
+ --utrecht-blockquote-margin-inline-start: var(--open-webconcept-size-xl);
359
+ --utrecht-badge-counter-padding-inline: var(--open-webconcept-size-2xs);
360
+ --utrecht-badge-counter-padding-block: var(--open-webconcept-size-2xs);
361
+ --utrecht-badge-counter-font-weight: var(--open-webconcept-typography-font-weight-normal);
362
+ --utrecht-badge-counter-color: var(--open-webconcept-color-white-100);
363
+ --utrecht-badge-counter-background-color: var(--open-webconcept-color-primary);
364
+ --utrecht-alert-icon-gap: var(--open-webconcept-size-xs);
365
+ --utrecht-alert-icon-ok-color: var(--open-webconcept-color-alert-succes);
366
+ --utrecht-alert-icon-warning-color: var(--open-webconcept-color-alert-warning);
367
+ --utrecht-alert-icon-error-color: var(--open-webconcept-color-alert-error);
368
+ --utrecht-alert-icon-color: var(--open-webconcept-color-alert-info);
369
+ --utrecht-alert-ok-color: var(--open-webconcept-color-alert-succes);
370
+ --utrecht-alert-ok-background-color: var(--open-webconcept-color-alert-succes-background);
371
+ --utrecht-alert-error-color: var(--open-webconcept-color-alert-error);
372
+ --utrecht-alert-error-background-color: var(--open-webconcept-color-alert-error-background);
373
+ --utrecht-alert-warning-color: var(--open-webconcept-color-alert-warning);
374
+ --utrecht-alert-warning-background-color: var(--open-webconcept-color-alert-warning-background);
375
+ --utrecht-alert-padding-inline-end: var(--open-webconcept-size-lg);
376
+ --utrecht-alert-padding-inline-start: var(--open-webconcept-size-lg);
377
+ --utrecht-alert-padding-block-end: var(--open-webconcept-size-lg);
378
+ --utrecht-alert-padding-block-start: var(--open-webconcept-size-lg);
379
+ --utrecht-alert-color: var(--open-webconcept-color-alert-info);
380
+ --utrecht-alert-background-color: var(--open-webconcept-color-alert-info-background);
381
+ --utrecht-space-inline-3xl: var(--open-webconcept-size-3xl);
382
+ --utrecht-space-inline-2xl: var(--open-webconcept-size-2xl);
383
+ --utrecht-space-inline-xl: var(--open-webconcept-size-xl);
384
+ --utrecht-space-inline-lg: var(--open-webconcept-size-lg);
385
+ --utrecht-space-inline-md: var(--open-webconcept-size-md);
386
+ --utrecht-space-inline-sm: var(--open-webconcept-size-sm);
387
+ --utrecht-space-inline-xs: var(--open-webconcept-size-xs);
388
+ --utrecht-space-inline-2xs: var(--open-webconcept-size-2xs);
389
+ --utrecht-space-inline-3xs: var(--open-webconcept-size-3xs);
390
+ --utrecht-space-block-3xl: var(--open-webconcept-size-3xl);
391
+ --utrecht-space-block-2xl: var(--open-webconcept-size-2xl);
392
+ --utrecht-space-block-xl: var(--open-webconcept-size-xl);
393
+ --utrecht-space-block-lg: var(--open-webconcept-size-lg);
394
+ --utrecht-space-block-md: var(--open-webconcept-size-md);
395
+ --utrecht-space-block-sm: var(--open-webconcept-size-sm);
396
+ --utrecht-space-block-xs: var(--open-webconcept-size-xs);
397
+ --utrecht-space-block-2xs: var(--open-webconcept-size-2xs);
398
+ --utrecht-space-block-3xs: var(--open-webconcept-size-3xs);
399
+ --open-webconcept-typography-scale-4xl: var(--open-webconcept-font-size-4xl);
400
+ --open-webconcept-typography-scale-3xl: var(--open-webconcept-font-size-3xl);
401
+ --open-webconcept-typography-scale-2xl: var(--open-webconcept-font-size-2xl);
402
+ --open-webconcept-typography-scale-xl: var(--open-webconcept-font-size-xl);
403
+ --open-webconcept-typography-scale-lg: var(--open-webconcept-font-size-lg);
404
+ --open-webconcept-typography-scale-md: var(--open-webconcept-font-size-md);
405
+ --open-webconcept-typography-scale-sm: var(--open-webconcept-font-size-sm);
406
+ --open-webconcept-typography-scale-xs: var(--open-webconcept-font-size-xs);
407
+ --open-webconcept-typography-scale-2xs: var(--open-webconcept-font-size-2xs);
408
+ --open-webconcept-typography-scale-3xs: var(--open-webconcept-font-size-3xs);
409
+ --open-webconcept-typography-scale-4xs: var(--open-webconcept-font-size-4xs);
410
+ --open-webconcept-color-info: var(--open-webconcept-color-primary);
411
+ --open-webconcept-color-primary-hover: var(--open-webconcept-color-black-27);
412
+ --conduction-tabs-scroll-button-hover-background-color: var(--open-webconcept-color-primary-hover);
413
+ --conduction-tabs-tab-selected-font-family: var(--utrecht-document-font-family);
414
+ --conduction-tabs-tab-font-family: var(--utrecht-document-font-family);
415
+ --conduction-input-select-placeholder-color: var(--utrecht-form-input-placeholder-color);
416
+ --conduction-pagination-item-font-family: var(--utrecht-document-font-family);
417
+ --conduction-pagination-item-font-size: var(--utrecht-document-font-size);
418
+ --conduction-card-header-color: var(--utrecht-document-color);
419
+ --utrecht-paragraph-color: var(--utrecht-document-color);
420
+ --utrecht-unordered-list-marker-color: var(--utrecht-document-color);
421
+ --utrecht-unordered-list-font-size: var(--utrecht-document-font-size);
422
+ --utrecht-ordered-list-font-size: var(--utrecht-document-font-size);
423
+ --utrecht-table-header-cell-color: var(--utrecht-document-color);
424
+ --utrecht-table-header-cell-font-size: var(--utrecht-document-font-size);
425
+ --utrecht-table-font-size: var(--utrecht-document-font-size);
426
+ --utrecht-table-font-family: var(--utrecht-document-font-family);
427
+ --utrecht-table-header-color: var(--utrecht-document-color);
428
+ --utrecht-code-block-color: var(--utrecht-document-color);
429
+ --utrecht-code-color: var(--utrecht-document-color);
430
+ --utrecht-button-secondary-action-hover-color: var(--open-webconcept-color-primary-hover);
431
+ --utrecht-button-secondary-action-hover-border-color: var(--open-webconcept-color-primary-hover);
432
+ --utrecht-button-hover-border-color: var(--open-webconcept-color-primary-hover);
433
+ --utrecht-button-hover-background-color: var(--open-webconcept-color-primary-hover);
434
+ --utrecht-breadcrumb-font-family: var(--utrecht-document-font-family);
435
+ --utrecht-badge-counter-font-family: var(--utrecht-document-font-family);
436
+ --utrecht-badge-counter-font-size: var(--utrecht-document-font-size);
437
+ }