@conduction/theme 1.0.54 → 1.0.55

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