@conduction/theme 1.0.19 → 1.0.20

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 (69) hide show
  1. package/README.md +16 -11
  2. package/conduction-design-tokens/dist/design-tokens.css +1 -1
  3. package/conduction-design-tokens/dist/index.js +1 -1
  4. package/conduction-design-tokens/dist/index.less +1 -1
  5. package/conduction-design-tokens/dist/index.scss +1 -1
  6. package/conduction-design-tokens/src/brand/conduction/color.tokens.json +22 -10
  7. package/municipalities/dinkelland-design-tokens/LICENSE.md +17 -0
  8. package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +322 -1
  9. package/municipalities/dinkelland-design-tokens/dist/font.css +114 -0
  10. package/municipalities/dinkelland-design-tokens/dist/index.css +1 -1
  11. package/municipalities/dinkelland-design-tokens/dist/index.js +322 -1
  12. package/municipalities/dinkelland-design-tokens/dist/index.json +6449 -28
  13. package/municipalities/dinkelland-design-tokens/dist/index.less +322 -1
  14. package/municipalities/dinkelland-design-tokens/dist/index.scss +322 -1
  15. package/municipalities/dinkelland-design-tokens/dist/tokens.json +6826 -35
  16. package/municipalities/dinkelland-design-tokens/package.json +40 -0
  17. package/municipalities/dinkelland-design-tokens/src/brand/dinkelland/color.tokens.json +109 -0
  18. package/municipalities/dinkelland-design-tokens/src/brand/dinkelland/font-size.tokens.json +17 -0
  19. package/municipalities/dinkelland-design-tokens/src/brand/dinkelland/size.tokens.json +17 -0
  20. package/municipalities/dinkelland-design-tokens/src/brand/dinkelland/typography.tokens.json +47 -0
  21. package/municipalities/dinkelland-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  22. package/municipalities/dinkelland-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  23. package/municipalities/dinkelland-design-tokens/src/component/conduction/card.tokens.json +15 -0
  24. package/municipalities/dinkelland-design-tokens/src/component/conduction/page-footer.tokens.json +7 -0
  25. package/municipalities/dinkelland-design-tokens/src/component/conduction/select.tokens.json +15 -0
  26. package/municipalities/dinkelland-design-tokens/src/component/conduction/table.tokens.json +22 -0
  27. package/municipalities/dinkelland-design-tokens/src/component/utrecht/alert.tokens.json +47 -0
  28. package/municipalities/dinkelland-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
  29. package/municipalities/dinkelland-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  30. package/municipalities/dinkelland-design-tokens/src/component/utrecht/code.tokens.json +27 -0
  31. package/municipalities/dinkelland-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  32. package/municipalities/dinkelland-design-tokens/src/component/utrecht/form-input.tokens.json +44 -0
  33. package/municipalities/dinkelland-design-tokens/src/component/utrecht/heading.tokens.json +53 -0
  34. package/municipalities/dinkelland-design-tokens/src/component/utrecht/icon.tokens.json +13 -0
  35. package/municipalities/dinkelland-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  36. package/municipalities/dinkelland-design-tokens/src/component/utrecht/list.tokens.json +33 -0
  37. package/municipalities/dinkelland-design-tokens/src/component/utrecht/page-footer.tokens.json +15 -0
  38. package/municipalities/dinkelland-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  39. package/municipalities/dinkelland-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  40. package/municipalities/dinkelland-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  41. package/municipalities/dinkelland-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  42. package/municipalities/dinkelland-design-tokens/src/component/utrecht/textbox.tokens.json +44 -0
  43. package/municipalities/dinkelland-design-tokens/src/config.json +7 -0
  44. package/municipalities/dinkelland-design-tokens/src/font.scss +149 -0
  45. package/municipalities/dinkelland-design-tokens/src/index.scss +8 -0
  46. package/municipalities/dinkelland-design-tokens/style-dictionary.config.js +6 -0
  47. package/municipalities/leiden-design-tokens/dist/design-tokens.css +1 -1
  48. package/municipalities/leiden-design-tokens/dist/index.js +1 -1
  49. package/municipalities/leiden-design-tokens/dist/index.less +1 -1
  50. package/municipalities/leiden-design-tokens/dist/index.scss +1 -1
  51. package/municipalities/leiden-design-tokens/src/brand/leiden/color.tokens.json +11 -5
  52. package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +4 -3
  53. package/municipalities/tubbergen-design-tokens/dist/index.js +4 -3
  54. package/municipalities/tubbergen-design-tokens/dist/index.json +25 -4
  55. package/municipalities/tubbergen-design-tokens/dist/index.less +4 -3
  56. package/municipalities/tubbergen-design-tokens/dist/index.scss +4 -3
  57. package/municipalities/tubbergen-design-tokens/dist/tokens.json +25 -4
  58. package/municipalities/tubbergen-design-tokens/src/brand/tubbergen/color.tokens.json +49 -25
  59. package/municipalities/tubbergen-design-tokens/src/component/utrecht/code.tokens.json +2 -2
  60. package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +7 -7
  61. package/municipalities/xxllnc-design-tokens/dist/index.js +3 -3
  62. package/municipalities/xxllnc-design-tokens/dist/index.json +9 -7
  63. package/municipalities/xxllnc-design-tokens/dist/index.less +7 -7
  64. package/municipalities/xxllnc-design-tokens/dist/index.scss +7 -7
  65. package/municipalities/xxllnc-design-tokens/dist/tokens.json +41 -37
  66. package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/color.tokens.json +16 -12
  67. package/municipalities/xxllnc-design-tokens/src/component/utrecht/code.tokens.json +2 -2
  68. package/municipalities/xxllnc-design-tokens/src/component/utrecht/table.tokens.json +2 -2
  69. package/package.json +3 -2
@@ -1,7 +1,328 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 15 Aug 2023 08:03:55 GMT
3
+ // Generated on Tue, 15 Aug 2023 14:13:29 GMT
4
4
 
5
+ @conduction-input-select-padding-block-start: 0;
6
+ @conduction-input-select-padding-block-end: 0;
7
+ @conduction-input-select-border-focus: unset;
8
+ @utrecht-text-box-font-size: 15px;
9
+ @utrecht-text-box-border-radius: 0px;
10
+ @utrecht-paragraph-margin-block-end: 0;
11
+ @utrecht-paragraph-margin-block-start: 0;
12
+ @utrecht-paragraph-line-height: 1.5em;
13
+ @utrecht-page-max-inline-size: 1140px;
14
+ @utrecht-unordered-list-item-padding-inline-start: 1ch;
15
+ @utrecht-unordered-list-padding-inline-start: 2ch;
16
+ @utrecht-unordered-list-margin-block-end: 0;
17
+ @utrecht-ordered-list-item-padding-inline-start: 1ch;
18
+ @utrecht-link-hover-text-decoration: underline;
19
+ @utrecht-link-text-decoration-thickness: 0;
20
+ @utrecht-link-text-decoration-color: unset;
21
+ @utrecht-link-text-decoration: none;
22
+ @utrecht-heading-5-margin-block-start: 0;
23
+ @utrecht-heading-5-margin-block-end: 0;
24
+ @utrecht-heading-4-margin-block-start: 0;
25
+ @utrecht-heading-4-margin-block-end: 0;
26
+ @utrecht-heading-3-margin-block-start: 0;
27
+ @utrecht-heading-2-margin-block-start: 0;
28
+ @utrecht-form-input-font-size: 15px;
29
+ @utrecht-form-input-border-radius: 0px;
30
+ @utrecht-code-block-margin-inline-end: 0;
31
+ @utrecht-code-block-margin-inline-start: 0;
32
+ @utrecht-code-font-size: inherit;
33
+ @utrecht-button-primary-action-font-weight: inherit;
34
+ @utrecht-button-font-weight: inherit;
35
+ @utrecht-button-font-size: inherit;
36
+ @utrecht-button-border-radius: 0;
37
+ @utrecht-table-header-cell-text-transform: unset;
38
+ @utrecht-table-margin-block-end: 0;
39
+ @utrecht-table-header-text-transform: unset;
40
+ @utrecht-table-border-collapse: collapse;
41
+ @utrecht-page-footer-background-image: url(https://www.dinkelland.nl/sites/all/themes/dinkelland/dist/assets/img/footer-bg.svg);
42
+ @utrecht-page-footer-background-color: unset;
43
+ @utrecht-page-footer-min-height: 300px;
44
+ @utrecht-card-padding-block-start: 30px;
45
+ @utrecht-card-padding-block-end: 30px;
46
+ @utrecht-card-padding-inline-start: 30px;
47
+ @utrecht-card-padding-inline-end: 30px;
48
+ @utrecht-card-border-width: unset;
49
+ @utrecht-card-border-radius: 0px;
5
50
  @utrecht-action-submit-cursor: pointer;
6
51
  @utrecht-action-disabled-cursor: not-allowed;
7
52
  @utrecht-action-busy-cursor: wait;
53
+ @dinkelland-typography-font-weight-light: 100;
54
+ @dinkelland-typography-font-weight-normal: 400;
55
+ @dinkelland-typography-font-weight-bold: 700;
56
+ @dinkelland-typography-monospace-font-family: Monospace, "Lucida Console";
57
+ @dinkelland-typography-montserrat-font-family: "Montserrat", Arial, sans-serif;
58
+ @dinkelland-typography-lato-font-family: "Lato", Arial, sans-serif;
59
+ @dinkelland-size-4xl: 96px;
60
+ @dinkelland-size-3xl: 72px;
61
+ @dinkelland-size-2xl: 48px;
62
+ @dinkelland-size-xl: 32px;
63
+ @dinkelland-size-lg: 24px;
64
+ @dinkelland-size-md: 18px;
65
+ @dinkelland-size-sm: 14px;
66
+ @dinkelland-size-xs: 8px;
67
+ @dinkelland-size-2xs: 4px;
68
+ @dinkelland-size-3xs: 2px;
69
+ @dinkelland-size-4xs: 1px;
70
+ @dinkelland-font-size-4xl: 58px;
71
+ @dinkelland-font-size-3xl: 48px;
72
+ @dinkelland-font-size-2xl: 32px;
73
+ @dinkelland-font-size-xl: 24px;
74
+ @dinkelland-font-size-lg: 18px;
75
+ @dinkelland-font-size-md: 16px;
76
+ @dinkelland-font-size-sm: 14px;
77
+ @dinkelland-font-size-xs: 12px;
78
+ @dinkelland-font-size-2xs: 10px;
79
+ @dinkelland-font-size-3xs: 8px;
80
+ @dinkelland-font-size-4xs: 5px;
81
+ @dinkelland-color-lightgrey-96: #f5f5f5;
82
+ @dinkelland-color-lightgrey-89: #e4e4e4; // Base/LightGrey
83
+ @dinkelland-color-grey-94: #edeff2;
84
+ @dinkelland-color-grey-64: #9aa1ab; // Base/Grey
85
+ @dinkelland-color-grey-46: #767676;
86
+ @dinkelland-color-grey-42: #6b6b6b;
87
+ @dinkelland-color-black-33: #555555;
88
+ @dinkelland-color-black-20: #333333;
89
+ @dinkelland-color-black-13: #222222; // Base/Black
90
+ @dinkelland-color-black-0: #000000;
91
+ @dinkelland-color-white-100: #ffffff; // Base/White
92
+ @dinkelland-color-white-98: #fafafa;
93
+ @dinkelland-color-blue-96: #f2f4f7;
94
+ @dinkelland-color-blue-94: #e5f0f8;
95
+ @dinkelland-color-blue-91: #deebf4;
96
+ @dinkelland-color-blue-48: #2e79c6;
97
+ @dinkelland-color-blue-36: #006cb9; // Base/Blue
98
+ @dinkelland-color-blue-26: #004e86;
99
+ @dinkelland-color-green-24: #007a4d; // Base/Green
100
+ @dinkelland-color-alert-succes-background: #d4edda;
101
+ @dinkelland-color-succes: #28a745;
102
+ @dinkelland-color-alert-warning-background: #fff3cd;
103
+ @dinkelland-color-warning: #ffc107;
104
+ @dinkelland-color-alert-error-background: #f8d7da;
105
+ @dinkelland-color-error: #dc3545;
106
+ @conduction-input-select-invalid-border-color: @dinkelland-color-error;
107
+ @conduction-input-select-border-radius: @utrecht-form-input-border-radius;
108
+ @conduction-input-select-border: @dinkelland-size-4xs solid @dinkelland-color-grey-46;
109
+ @conduction-input-select-background-color: @dinkelland-color-white-100;
110
+ @utrecht-text-box-focus-border-color: @dinkelland-color-blue-48;
111
+ @utrecht-text-box-placeholder-color: @dinkelland-color-grey-42;
112
+ @utrecht-text-box-padding-inline-start: @dinkelland-size-sm;
113
+ @utrecht-text-box-padding-inline-end: @dinkelland-size-sm;
114
+ @utrecht-text-box-padding-block-start: @dinkelland-size-xs;
115
+ @utrecht-text-box-padding-block-end: @dinkelland-size-xs;
116
+ @utrecht-text-box-font-family: @dinkelland-typography-lato-font-family;
117
+ @utrecht-text-box-color: @dinkelland-color-black-33;
118
+ @utrecht-text-box-border-width: @dinkelland-size-4xs;
119
+ @utrecht-text-box-border-color: @dinkelland-color-grey-46;
120
+ @utrecht-text-box-background-color: @dinkelland-color-white-100;
121
+ @utrecht-paragraph-font-weight: @dinkelland-typography-font-weight-normal;
122
+ @utrecht-paragraph-font-size: @dinkelland-font-size-md;
123
+ @utrecht-paragraph-font-family: @dinkelland-typography-lato-font-family;
124
+ @utrecht-page-padding-inline-end: @dinkelland-size-lg;
125
+ @utrecht-page-padding-inline-start: @dinkelland-size-lg;
126
+ @utrecht-page-header-padding-block-end: @dinkelland-size-sm;
127
+ @utrecht-page-header-padding-block-start: @dinkelland-size-sm;
128
+ @utrecht-page-header-color: @dinkelland-color-black-20;
129
+ @utrecht-page-header-background-color: @dinkelland-color-white-100;
130
+ @utrecht-unordered-list-item-margin-block-end: @dinkelland-size-xs;
131
+ @utrecht-unordered-list-item-margin-block-start: @dinkelland-size-xs;
132
+ @utrecht-unordered-list-margin-block-start: @dinkelland-size-md;
133
+ @utrecht-ordered-list-item-margin-block-end: @dinkelland-size-2xs;
134
+ @utrecht-ordered-list-item-margin-block-start: @dinkelland-size-2xs;
135
+ @utrecht-ordered-list-padding-inline-start: @dinkelland-size-xl;
136
+ @utrecht-ordered-list-margin-block-end: @dinkelland-size-sm;
137
+ @utrecht-ordered-list-margin-block-start: @dinkelland-size-sm;
138
+ @utrecht-link-icon-size: @dinkelland-size-md;
139
+ @utrecht-link-hover-text-decoration-thickness: @dinkelland-size-4xs;
140
+ @utrecht-link-text-underline-offset: @dinkelland-size-3xs;
141
+ @utrecht-icon-gap: @dinkelland-size-xs;
142
+ @utrecht-heading-5-font-weight: @dinkelland-typography-font-weight-light;
143
+ @utrecht-heading-5-font-size: @dinkelland-font-size-md;
144
+ @utrecht-heading-5-font-family: @dinkelland-typography-montserrat-font-family;
145
+ @utrecht-heading-5-color: @dinkelland-color-black-13;
146
+ @utrecht-heading-4-font-weight: @dinkelland-typography-font-weight-normal;
147
+ @utrecht-heading-4-font-size: @dinkelland-font-size-md;
148
+ @utrecht-heading-4-font-family: @dinkelland-typography-montserrat-font-family;
149
+ @utrecht-heading-4-color: @dinkelland-color-black-13;
150
+ @utrecht-heading-3-margin-block-end: @dinkelland-size-2xs;
151
+ @utrecht-heading-3-font-weight: @dinkelland-typography-font-weight-normal;
152
+ @utrecht-heading-3-font-size: @dinkelland-font-size-lg;
153
+ @utrecht-heading-3-font-family: @dinkelland-typography-montserrat-font-family;
154
+ @utrecht-heading-3-color: @dinkelland-color-black-13;
155
+ @utrecht-heading-2-margin-block-end: @dinkelland-size-xs;
156
+ @utrecht-heading-2-font-weight: @dinkelland-typography-font-weight-bold;
157
+ @utrecht-heading-2-font-size: @dinkelland-font-size-xl;
158
+ @utrecht-heading-2-font-family: @dinkelland-typography-montserrat-font-family;
159
+ @utrecht-heading-2-color: @dinkelland-color-black-13;
160
+ @utrecht-heading-1-margin-block-start: @dinkelland-size-sm;
161
+ @utrecht-heading-1-margin-block-end: @dinkelland-size-sm;
162
+ @utrecht-heading-1-font-weight: @dinkelland-typography-font-weight-bold;
163
+ @utrecht-heading-1-font-size: @dinkelland-font-size-2xl;
164
+ @utrecht-heading-1-font-family: @dinkelland-typography-montserrat-font-family;
165
+ @utrecht-heading-1-color: @dinkelland-color-black-13;
166
+ @utrecht-form-input-focus-border-color: @dinkelland-color-blue-48;
167
+ @utrecht-form-input-placeholder-color: @dinkelland-color-grey-42;
168
+ @utrecht-form-input-padding-inline-start: @dinkelland-size-sm;
169
+ @utrecht-form-input-padding-inline-end: @dinkelland-size-sm;
170
+ @utrecht-form-input-padding-block-start: @dinkelland-size-xs;
171
+ @utrecht-form-input-padding-block-end: @dinkelland-size-xs;
172
+ @utrecht-form-input-font-family: @dinkelland-typography-lato-font-family;
173
+ @utrecht-form-input-color: @dinkelland-color-black-33;
174
+ @utrecht-form-input-border-width: @dinkelland-size-4xs;
175
+ @utrecht-form-input-border-color: @dinkelland-color-grey-46;
176
+ @utrecht-form-input-background-color: @dinkelland-color-white-100;
177
+ @utrecht-document-font-size: @dinkelland-font-size-md;
178
+ @utrecht-document-font-family: @dinkelland-typography-lato-font-family;
179
+ @utrecht-document-color: @dinkelland-color-black-20;
180
+ @utrecht-document-background-color: @dinkelland-color-white-100;
181
+ @utrecht-code-block-padding-inline-end: @dinkelland-size-md;
182
+ @utrecht-code-block-padding-inline-start: @dinkelland-size-md;
183
+ @utrecht-code-block-padding-block-end: @dinkelland-size-md;
184
+ @utrecht-code-block-padding-block-start: @dinkelland-size-md;
185
+ @utrecht-code-block-margin-block-end: @dinkelland-size-md;
186
+ @utrecht-code-block-margin-block-start: @dinkelland-size-md;
187
+ @utrecht-code-block-line-height: @dinkelland-size-lg;
188
+ @utrecht-code-block-font-size: @dinkelland-font-size-md;
189
+ @utrecht-code-block-font-family: @dinkelland-typography-monospace-font-family;
190
+ @utrecht-code-block-background-color: @dinkelland-color-lightgrey-96;
191
+ @utrecht-code-font-family: @dinkelland-typography-monospace-font-family;
192
+ @utrecht-code-background-color: @dinkelland-color-lightgrey-96;
193
+ @utrecht-button-secondary-action-focus-background-color: @dinkelland-color-white-100;
194
+ @utrecht-button-secondary-action-hover-background-color: @dinkelland-color-white-100;
195
+ @utrecht-button-secondary-action-font-weight: @dinkelland-typography-font-weight-normal;
196
+ @utrecht-button-secondary-action-border-width: @dinkelland-size-3xs;
197
+ @utrecht-button-secondary-action-background-color: @dinkelland-color-white-100;
198
+ @utrecht-button-primary-action-pressed-color: @dinkelland-color-blue-26;
199
+ @utrecht-button-primary-action-pressed-border-color: @dinkelland-color-blue-91;
200
+ @utrecht-button-primary-action-pressed-background-color: @dinkelland-color-blue-91;
201
+ @utrecht-button-primary-action-focus-color: @dinkelland-color-blue-26;
202
+ @utrecht-button-primary-action-focus-border-color: @dinkelland-color-blue-91;
203
+ @utrecht-button-primary-action-focus-background-color: @dinkelland-color-blue-91;
204
+ @utrecht-button-primary-action-hover-color: @dinkelland-color-blue-26;
205
+ @utrecht-button-primary-action-hover-border-color: @dinkelland-color-blue-91;
206
+ @utrecht-button-primary-action-hover-background-color: @dinkelland-color-blue-91;
207
+ @utrecht-button-primary-action-color: @dinkelland-color-blue-26;
208
+ @utrecht-button-primary-action-border-width: @dinkelland-size-3xs;
209
+ @utrecht-button-primary-action-border-color: @dinkelland-color-blue-91;
210
+ @utrecht-button-primary-action-background-color: @dinkelland-color-blue-91;
211
+ @utrecht-button-hover-color: @dinkelland-color-white-100;
212
+ @utrecht-button-hover-border-color: @dinkelland-color-black-13;
213
+ @utrecht-button-hover-background-color: @dinkelland-color-black-13;
214
+ @utrecht-button-icon-gap: @dinkelland-size-xs;
215
+ @utrecht-button-padding-inline-end: @dinkelland-size-xs;
216
+ @utrecht-button-padding-inline-start: @dinkelland-size-xs;
217
+ @utrecht-button-padding-block-end: @dinkelland-size-xs;
218
+ @utrecht-button-padding-block-start: @dinkelland-size-xs;
219
+ @utrecht-button-font-family: @dinkelland-typography-lato-font-family;
220
+ @utrecht-button-color: @dinkelland-color-white-100;
221
+ @utrecht-button-border-width: @dinkelland-size-3xs;
222
+ @utrecht-button-border-color: @dinkelland-color-blue-36;
223
+ @utrecht-button-background-color: @dinkelland-color-blue-36;
224
+ @utrecht-blockquote-content-font-size: @dinkelland-font-size-md;
225
+ @utrecht-blockquote-margin-inline-end: @dinkelland-size-xl;
226
+ @utrecht-blockquote-margin-inline-start: @dinkelland-size-xl;
227
+ @utrecht-blockquote-color: @dinkelland-color-grey-64;
228
+ @utrecht-blockquote-background-color: @dinkelland-color-grey-64;
229
+ @utrecht-alert-icon-gap: @dinkelland-size-xs;
230
+ @utrecht-alert-ok-background-color: @dinkelland-color-alert-succes-background;
231
+ @utrecht-alert-error-background-color: @dinkelland-color-alert-error-background;
232
+ @utrecht-alert-warning-background-color: @dinkelland-color-alert-warning-background;
233
+ @utrecht-alert-padding-inline-end: @dinkelland-size-lg;
234
+ @utrecht-alert-padding-inline-start: @dinkelland-size-lg;
235
+ @utrecht-alert-padding-block-end: @dinkelland-size-lg;
236
+ @utrecht-alert-padding-block-start: @dinkelland-size-lg;
237
+ @utrecht-table-cell-padding-inline-start: @dinkelland-size-md;
238
+ @utrecht-table-cell-padding-inline-end: @dinkelland-size-md;
239
+ @utrecht-table-cell-padding-block-start: @dinkelland-size-md;
240
+ @utrecht-table-cell-padding-block-end: @dinkelland-size-md;
241
+ @utrecht-table-header-cell-font-weight: @dinkelland-typography-font-weight-bold;
242
+ @utrecht-table-margin-block-start: @dinkelland-size-md;
243
+ @utrecht-table-body-border: @dinkelland-size-4xs solid @dinkelland-color-blue-94;
244
+ @utrecht-table-row-alternate-even-background-color: @dinkelland-color-blue-96;
245
+ @utrecht-table-row-alternate-odd-background-color: @dinkelland-color-white-100;
246
+ @utrecht-table-row-border-block-end-width: @dinkelland-size-4xs;
247
+ @utrecht-table-row-border-block-end-color: @dinkelland-color-lightgrey-89;
248
+ @utrecht-table-row-hover-color: @dinkelland-color-green-24;
249
+ @utrecht-table-row-hover-background-color: @dinkelland-color-grey-94;
250
+ @utrecht-table-header-font-weight: @dinkelland-typography-font-weight-bold;
251
+ @utrecht-table-header-font-family: @dinkelland-typography-montserrat-font-family;
252
+ @utrecht-table-header-border-block-end-width: @dinkelland-size-4xs;
253
+ @utrecht-table-header-border-block-end-color: @dinkelland-color-blue-94;
254
+ @utrecht-table-background-color: @dinkelland-color-white-100;
255
+ @utrecht-page-footer-padding-block-start: @dinkelland-size-2xl;
256
+ @utrecht-page-footer-padding-block-end: @dinkelland-size-2xl;
257
+ @utrecht-page-footer-padding-inline-start: @dinkelland-size-sm;
258
+ @utrecht-page-footer-padding-inline-end: @dinkelland-size-sm;
259
+ @utrecht-page-footer-color: @dinkelland-color-white-100;
260
+ @utrecht-card-background-color: @dinkelland-color-blue-94;
261
+ @utrecht-space-inline-3xl: @dinkelland-size-3xl;
262
+ @utrecht-space-inline-2xl: @dinkelland-size-2xl;
263
+ @utrecht-space-inline-xl: @dinkelland-size-xl;
264
+ @utrecht-space-inline-lg: @dinkelland-size-lg;
265
+ @utrecht-space-inline-md: @dinkelland-size-md;
266
+ @utrecht-space-inline-sm: @dinkelland-size-sm;
267
+ @utrecht-space-inline-xs: @dinkelland-size-xs;
268
+ @utrecht-space-inline-2xs: @dinkelland-size-2xs;
269
+ @utrecht-space-inline-3xs: @dinkelland-size-3xs;
270
+ @utrecht-space-block-3xl: @dinkelland-size-3xl;
271
+ @utrecht-space-block-2xl: @dinkelland-size-2xl;
272
+ @utrecht-space-block-xl: @dinkelland-size-xl;
273
+ @utrecht-space-block-lg: @dinkelland-size-lg;
274
+ @utrecht-space-block-md: @dinkelland-size-md;
275
+ @utrecht-space-block-sm: @dinkelland-size-sm;
276
+ @utrecht-space-block-xs: @dinkelland-size-xs;
277
+ @utrecht-space-block-2xs: @dinkelland-size-2xs;
278
+ @utrecht-space-block-3xs: @dinkelland-size-3xs;
279
+ @dinkelland-typography-scale-4xl: @dinkelland-font-size-4xl;
280
+ @dinkelland-typography-scale-3xl: @dinkelland-font-size-3xl;
281
+ @dinkelland-typography-scale-2xl: @dinkelland-font-size-2xl;
282
+ @dinkelland-typography-scale-xl: @dinkelland-font-size-xl;
283
+ @dinkelland-typography-scale-lg: @dinkelland-font-size-lg;
284
+ @dinkelland-typography-scale-md: @dinkelland-font-size-md;
285
+ @dinkelland-typography-scale-sm: @dinkelland-font-size-sm;
286
+ @dinkelland-typography-scale-xs: @dinkelland-font-size-xs;
287
+ @dinkelland-typography-scale-2xs: @dinkelland-font-size-2xs;
288
+ @dinkelland-typography-scale-3xs: @dinkelland-font-size-3xs;
289
+ @dinkelland-typography-scale-4xs: @dinkelland-font-size-4xs;
290
+ @dinkelland-color-alert-info-background: @dinkelland-color-blue-94;
291
+ @dinkelland-color-alert-info: @dinkelland-color-black-20;
292
+ @dinkelland-color-info: @dinkelland-color-blue-36;
293
+ @dinkelland-color-alert-succes: @dinkelland-color-black-20;
294
+ @dinkelland-color-alert-warning: @dinkelland-color-black-20;
295
+ @dinkelland-color-alert-error: @dinkelland-color-black-20;
296
+ @dinkelland-color-primary-hover: @dinkelland-color-blue-26;
297
+ @dinkelland-color-primary: @dinkelland-color-blue-36;
298
+ @utrecht-paragraph-color: @utrecht-document-color;
299
+ @utrecht-unordered-list-marker-color: @utrecht-document-color;
300
+ @utrecht-unordered-list-font-size: @utrecht-document-font-size;
301
+ @utrecht-ordered-list-font-size: @utrecht-document-font-size;
302
+ @utrecht-link-visited-color: @dinkelland-color-primary;
303
+ @utrecht-link-hover-color: @dinkelland-color-primary-hover;
304
+ @utrecht-link-color: @dinkelland-color-primary;
305
+ @utrecht-code-block-color: @utrecht-document-color;
306
+ @utrecht-code-color: @utrecht-document-color;
307
+ @utrecht-button-secondary-action-focus-color: @dinkelland-color-primary-hover;
308
+ @utrecht-button-secondary-action-focus-border-color: @dinkelland-color-primary-hover;
309
+ @utrecht-button-secondary-action-hover-color: @dinkelland-color-primary-hover;
310
+ @utrecht-button-secondary-action-hover-border-color: @dinkelland-color-primary-hover;
311
+ @utrecht-button-secondary-action-color: @dinkelland-color-primary;
312
+ @utrecht-button-secondary-action-border-color: @dinkelland-color-primary;
313
+ @utrecht-blockquote-content-color: @utrecht-document-color;
314
+ @utrecht-alert-icon-ok-color: @dinkelland-color-alert-succes;
315
+ @utrecht-alert-icon-warning-color: @dinkelland-color-alert-warning;
316
+ @utrecht-alert-icon-error-color: @dinkelland-color-alert-error;
317
+ @utrecht-alert-icon-color: @dinkelland-color-alert-info;
318
+ @utrecht-alert-ok-color: @dinkelland-color-alert-succes;
319
+ @utrecht-alert-error-color: @dinkelland-color-alert-error;
320
+ @utrecht-alert-warning-color: @dinkelland-color-alert-warning;
321
+ @utrecht-alert-color: @dinkelland-color-alert-info;
322
+ @utrecht-alert-background-color: @dinkelland-color-alert-info-background;
323
+ @utrecht-table-header-cell-color: @utrecht-document-color;
324
+ @utrecht-table-header-cell-font-size: @utrecht-document-font-size;
325
+ @utrecht-table-font-size: @utrecht-document-font-size;
326
+ @utrecht-table-font-family: @utrecht-document-font-family;
327
+ @utrecht-table-header-color: @utrecht-document-color;
328
+ @utrecht-card-color: @utrecht-document-color;
@@ -1,7 +1,328 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 15 Aug 2023 08:03:55 GMT
3
+ // Generated on Tue, 15 Aug 2023 14:13:29 GMT
4
4
 
5
+ $conduction-input-select-padding-block-start: 0;
6
+ $conduction-input-select-padding-block-end: 0;
7
+ $conduction-input-select-border-focus: unset;
8
+ $utrecht-text-box-font-size: 15px;
9
+ $utrecht-text-box-border-radius: 0px;
10
+ $utrecht-paragraph-margin-block-end: 0;
11
+ $utrecht-paragraph-margin-block-start: 0;
12
+ $utrecht-paragraph-line-height: 1.5em;
13
+ $utrecht-page-max-inline-size: 1140px;
14
+ $utrecht-unordered-list-item-padding-inline-start: 1ch;
15
+ $utrecht-unordered-list-padding-inline-start: 2ch;
16
+ $utrecht-unordered-list-margin-block-end: 0;
17
+ $utrecht-ordered-list-item-padding-inline-start: 1ch;
18
+ $utrecht-link-hover-text-decoration: underline;
19
+ $utrecht-link-text-decoration-thickness: 0;
20
+ $utrecht-link-text-decoration-color: unset;
21
+ $utrecht-link-text-decoration: none;
22
+ $utrecht-heading-5-margin-block-start: 0;
23
+ $utrecht-heading-5-margin-block-end: 0;
24
+ $utrecht-heading-4-margin-block-start: 0;
25
+ $utrecht-heading-4-margin-block-end: 0;
26
+ $utrecht-heading-3-margin-block-start: 0;
27
+ $utrecht-heading-2-margin-block-start: 0;
28
+ $utrecht-form-input-font-size: 15px;
29
+ $utrecht-form-input-border-radius: 0px;
30
+ $utrecht-code-block-margin-inline-end: 0;
31
+ $utrecht-code-block-margin-inline-start: 0;
32
+ $utrecht-code-font-size: inherit;
33
+ $utrecht-button-primary-action-font-weight: inherit;
34
+ $utrecht-button-font-weight: inherit;
35
+ $utrecht-button-font-size: inherit;
36
+ $utrecht-button-border-radius: 0;
37
+ $utrecht-table-header-cell-text-transform: unset;
38
+ $utrecht-table-margin-block-end: 0;
39
+ $utrecht-table-header-text-transform: unset;
40
+ $utrecht-table-border-collapse: collapse;
41
+ $utrecht-page-footer-background-image: url(https://www.dinkelland.nl/sites/all/themes/dinkelland/dist/assets/img/footer-bg.svg);
42
+ $utrecht-page-footer-background-color: unset;
43
+ $utrecht-page-footer-min-height: 300px;
44
+ $utrecht-card-padding-block-start: 30px;
45
+ $utrecht-card-padding-block-end: 30px;
46
+ $utrecht-card-padding-inline-start: 30px;
47
+ $utrecht-card-padding-inline-end: 30px;
48
+ $utrecht-card-border-width: unset;
49
+ $utrecht-card-border-radius: 0px;
5
50
  $utrecht-action-submit-cursor: pointer;
6
51
  $utrecht-action-disabled-cursor: not-allowed;
7
52
  $utrecht-action-busy-cursor: wait;
53
+ $dinkelland-typography-font-weight-light: 100;
54
+ $dinkelland-typography-font-weight-normal: 400;
55
+ $dinkelland-typography-font-weight-bold: 700;
56
+ $dinkelland-typography-monospace-font-family: Monospace, "Lucida Console";
57
+ $dinkelland-typography-montserrat-font-family: "Montserrat", Arial, sans-serif;
58
+ $dinkelland-typography-lato-font-family: "Lato", Arial, sans-serif;
59
+ $dinkelland-size-4xl: 96px;
60
+ $dinkelland-size-3xl: 72px;
61
+ $dinkelland-size-2xl: 48px;
62
+ $dinkelland-size-xl: 32px;
63
+ $dinkelland-size-lg: 24px;
64
+ $dinkelland-size-md: 18px;
65
+ $dinkelland-size-sm: 14px;
66
+ $dinkelland-size-xs: 8px;
67
+ $dinkelland-size-2xs: 4px;
68
+ $dinkelland-size-3xs: 2px;
69
+ $dinkelland-size-4xs: 1px;
70
+ $dinkelland-font-size-4xl: 58px;
71
+ $dinkelland-font-size-3xl: 48px;
72
+ $dinkelland-font-size-2xl: 32px;
73
+ $dinkelland-font-size-xl: 24px;
74
+ $dinkelland-font-size-lg: 18px;
75
+ $dinkelland-font-size-md: 16px;
76
+ $dinkelland-font-size-sm: 14px;
77
+ $dinkelland-font-size-xs: 12px;
78
+ $dinkelland-font-size-2xs: 10px;
79
+ $dinkelland-font-size-3xs: 8px;
80
+ $dinkelland-font-size-4xs: 5px;
81
+ $dinkelland-color-lightgrey-96: #f5f5f5;
82
+ $dinkelland-color-lightgrey-89: #e4e4e4; // Base/LightGrey
83
+ $dinkelland-color-grey-94: #edeff2;
84
+ $dinkelland-color-grey-64: #9aa1ab; // Base/Grey
85
+ $dinkelland-color-grey-46: #767676;
86
+ $dinkelland-color-grey-42: #6b6b6b;
87
+ $dinkelland-color-black-33: #555555;
88
+ $dinkelland-color-black-20: #333333;
89
+ $dinkelland-color-black-13: #222222; // Base/Black
90
+ $dinkelland-color-black-0: #000000;
91
+ $dinkelland-color-white-100: #ffffff; // Base/White
92
+ $dinkelland-color-white-98: #fafafa;
93
+ $dinkelland-color-blue-96: #f2f4f7;
94
+ $dinkelland-color-blue-94: #e5f0f8;
95
+ $dinkelland-color-blue-91: #deebf4;
96
+ $dinkelland-color-blue-48: #2e79c6;
97
+ $dinkelland-color-blue-36: #006cb9; // Base/Blue
98
+ $dinkelland-color-blue-26: #004e86;
99
+ $dinkelland-color-green-24: #007a4d; // Base/Green
100
+ $dinkelland-color-alert-succes-background: #d4edda;
101
+ $dinkelland-color-succes: #28a745;
102
+ $dinkelland-color-alert-warning-background: #fff3cd;
103
+ $dinkelland-color-warning: #ffc107;
104
+ $dinkelland-color-alert-error-background: #f8d7da;
105
+ $dinkelland-color-error: #dc3545;
106
+ $conduction-input-select-invalid-border-color: $dinkelland-color-error;
107
+ $conduction-input-select-border-radius: $utrecht-form-input-border-radius;
108
+ $conduction-input-select-border: $dinkelland-size-4xs solid $dinkelland-color-grey-46;
109
+ $conduction-input-select-background-color: $dinkelland-color-white-100;
110
+ $utrecht-text-box-focus-border-color: $dinkelland-color-blue-48;
111
+ $utrecht-text-box-placeholder-color: $dinkelland-color-grey-42;
112
+ $utrecht-text-box-padding-inline-start: $dinkelland-size-sm;
113
+ $utrecht-text-box-padding-inline-end: $dinkelland-size-sm;
114
+ $utrecht-text-box-padding-block-start: $dinkelland-size-xs;
115
+ $utrecht-text-box-padding-block-end: $dinkelland-size-xs;
116
+ $utrecht-text-box-font-family: $dinkelland-typography-lato-font-family;
117
+ $utrecht-text-box-color: $dinkelland-color-black-33;
118
+ $utrecht-text-box-border-width: $dinkelland-size-4xs;
119
+ $utrecht-text-box-border-color: $dinkelland-color-grey-46;
120
+ $utrecht-text-box-background-color: $dinkelland-color-white-100;
121
+ $utrecht-paragraph-font-weight: $dinkelland-typography-font-weight-normal;
122
+ $utrecht-paragraph-font-size: $dinkelland-font-size-md;
123
+ $utrecht-paragraph-font-family: $dinkelland-typography-lato-font-family;
124
+ $utrecht-page-padding-inline-end: $dinkelland-size-lg;
125
+ $utrecht-page-padding-inline-start: $dinkelland-size-lg;
126
+ $utrecht-page-header-padding-block-end: $dinkelland-size-sm;
127
+ $utrecht-page-header-padding-block-start: $dinkelland-size-sm;
128
+ $utrecht-page-header-color: $dinkelland-color-black-20;
129
+ $utrecht-page-header-background-color: $dinkelland-color-white-100;
130
+ $utrecht-unordered-list-item-margin-block-end: $dinkelland-size-xs;
131
+ $utrecht-unordered-list-item-margin-block-start: $dinkelland-size-xs;
132
+ $utrecht-unordered-list-margin-block-start: $dinkelland-size-md;
133
+ $utrecht-ordered-list-item-margin-block-end: $dinkelland-size-2xs;
134
+ $utrecht-ordered-list-item-margin-block-start: $dinkelland-size-2xs;
135
+ $utrecht-ordered-list-padding-inline-start: $dinkelland-size-xl;
136
+ $utrecht-ordered-list-margin-block-end: $dinkelland-size-sm;
137
+ $utrecht-ordered-list-margin-block-start: $dinkelland-size-sm;
138
+ $utrecht-link-icon-size: $dinkelland-size-md;
139
+ $utrecht-link-hover-text-decoration-thickness: $dinkelland-size-4xs;
140
+ $utrecht-link-text-underline-offset: $dinkelland-size-3xs;
141
+ $utrecht-icon-gap: $dinkelland-size-xs;
142
+ $utrecht-heading-5-font-weight: $dinkelland-typography-font-weight-light;
143
+ $utrecht-heading-5-font-size: $dinkelland-font-size-md;
144
+ $utrecht-heading-5-font-family: $dinkelland-typography-montserrat-font-family;
145
+ $utrecht-heading-5-color: $dinkelland-color-black-13;
146
+ $utrecht-heading-4-font-weight: $dinkelland-typography-font-weight-normal;
147
+ $utrecht-heading-4-font-size: $dinkelland-font-size-md;
148
+ $utrecht-heading-4-font-family: $dinkelland-typography-montserrat-font-family;
149
+ $utrecht-heading-4-color: $dinkelland-color-black-13;
150
+ $utrecht-heading-3-margin-block-end: $dinkelland-size-2xs;
151
+ $utrecht-heading-3-font-weight: $dinkelland-typography-font-weight-normal;
152
+ $utrecht-heading-3-font-size: $dinkelland-font-size-lg;
153
+ $utrecht-heading-3-font-family: $dinkelland-typography-montserrat-font-family;
154
+ $utrecht-heading-3-color: $dinkelland-color-black-13;
155
+ $utrecht-heading-2-margin-block-end: $dinkelland-size-xs;
156
+ $utrecht-heading-2-font-weight: $dinkelland-typography-font-weight-bold;
157
+ $utrecht-heading-2-font-size: $dinkelland-font-size-xl;
158
+ $utrecht-heading-2-font-family: $dinkelland-typography-montserrat-font-family;
159
+ $utrecht-heading-2-color: $dinkelland-color-black-13;
160
+ $utrecht-heading-1-margin-block-start: $dinkelland-size-sm;
161
+ $utrecht-heading-1-margin-block-end: $dinkelland-size-sm;
162
+ $utrecht-heading-1-font-weight: $dinkelland-typography-font-weight-bold;
163
+ $utrecht-heading-1-font-size: $dinkelland-font-size-2xl;
164
+ $utrecht-heading-1-font-family: $dinkelland-typography-montserrat-font-family;
165
+ $utrecht-heading-1-color: $dinkelland-color-black-13;
166
+ $utrecht-form-input-focus-border-color: $dinkelland-color-blue-48;
167
+ $utrecht-form-input-placeholder-color: $dinkelland-color-grey-42;
168
+ $utrecht-form-input-padding-inline-start: $dinkelland-size-sm;
169
+ $utrecht-form-input-padding-inline-end: $dinkelland-size-sm;
170
+ $utrecht-form-input-padding-block-start: $dinkelland-size-xs;
171
+ $utrecht-form-input-padding-block-end: $dinkelland-size-xs;
172
+ $utrecht-form-input-font-family: $dinkelland-typography-lato-font-family;
173
+ $utrecht-form-input-color: $dinkelland-color-black-33;
174
+ $utrecht-form-input-border-width: $dinkelland-size-4xs;
175
+ $utrecht-form-input-border-color: $dinkelland-color-grey-46;
176
+ $utrecht-form-input-background-color: $dinkelland-color-white-100;
177
+ $utrecht-document-font-size: $dinkelland-font-size-md;
178
+ $utrecht-document-font-family: $dinkelland-typography-lato-font-family;
179
+ $utrecht-document-color: $dinkelland-color-black-20;
180
+ $utrecht-document-background-color: $dinkelland-color-white-100;
181
+ $utrecht-code-block-padding-inline-end: $dinkelland-size-md;
182
+ $utrecht-code-block-padding-inline-start: $dinkelland-size-md;
183
+ $utrecht-code-block-padding-block-end: $dinkelland-size-md;
184
+ $utrecht-code-block-padding-block-start: $dinkelland-size-md;
185
+ $utrecht-code-block-margin-block-end: $dinkelland-size-md;
186
+ $utrecht-code-block-margin-block-start: $dinkelland-size-md;
187
+ $utrecht-code-block-line-height: $dinkelland-size-lg;
188
+ $utrecht-code-block-font-size: $dinkelland-font-size-md;
189
+ $utrecht-code-block-font-family: $dinkelland-typography-monospace-font-family;
190
+ $utrecht-code-block-background-color: $dinkelland-color-lightgrey-96;
191
+ $utrecht-code-font-family: $dinkelland-typography-monospace-font-family;
192
+ $utrecht-code-background-color: $dinkelland-color-lightgrey-96;
193
+ $utrecht-button-secondary-action-focus-background-color: $dinkelland-color-white-100;
194
+ $utrecht-button-secondary-action-hover-background-color: $dinkelland-color-white-100;
195
+ $utrecht-button-secondary-action-font-weight: $dinkelland-typography-font-weight-normal;
196
+ $utrecht-button-secondary-action-border-width: $dinkelland-size-3xs;
197
+ $utrecht-button-secondary-action-background-color: $dinkelland-color-white-100;
198
+ $utrecht-button-primary-action-pressed-color: $dinkelland-color-blue-26;
199
+ $utrecht-button-primary-action-pressed-border-color: $dinkelland-color-blue-91;
200
+ $utrecht-button-primary-action-pressed-background-color: $dinkelland-color-blue-91;
201
+ $utrecht-button-primary-action-focus-color: $dinkelland-color-blue-26;
202
+ $utrecht-button-primary-action-focus-border-color: $dinkelland-color-blue-91;
203
+ $utrecht-button-primary-action-focus-background-color: $dinkelland-color-blue-91;
204
+ $utrecht-button-primary-action-hover-color: $dinkelland-color-blue-26;
205
+ $utrecht-button-primary-action-hover-border-color: $dinkelland-color-blue-91;
206
+ $utrecht-button-primary-action-hover-background-color: $dinkelland-color-blue-91;
207
+ $utrecht-button-primary-action-color: $dinkelland-color-blue-26;
208
+ $utrecht-button-primary-action-border-width: $dinkelland-size-3xs;
209
+ $utrecht-button-primary-action-border-color: $dinkelland-color-blue-91;
210
+ $utrecht-button-primary-action-background-color: $dinkelland-color-blue-91;
211
+ $utrecht-button-hover-color: $dinkelland-color-white-100;
212
+ $utrecht-button-hover-border-color: $dinkelland-color-black-13;
213
+ $utrecht-button-hover-background-color: $dinkelland-color-black-13;
214
+ $utrecht-button-icon-gap: $dinkelland-size-xs;
215
+ $utrecht-button-padding-inline-end: $dinkelland-size-xs;
216
+ $utrecht-button-padding-inline-start: $dinkelland-size-xs;
217
+ $utrecht-button-padding-block-end: $dinkelland-size-xs;
218
+ $utrecht-button-padding-block-start: $dinkelland-size-xs;
219
+ $utrecht-button-font-family: $dinkelland-typography-lato-font-family;
220
+ $utrecht-button-color: $dinkelland-color-white-100;
221
+ $utrecht-button-border-width: $dinkelland-size-3xs;
222
+ $utrecht-button-border-color: $dinkelland-color-blue-36;
223
+ $utrecht-button-background-color: $dinkelland-color-blue-36;
224
+ $utrecht-blockquote-content-font-size: $dinkelland-font-size-md;
225
+ $utrecht-blockquote-margin-inline-end: $dinkelland-size-xl;
226
+ $utrecht-blockquote-margin-inline-start: $dinkelland-size-xl;
227
+ $utrecht-blockquote-color: $dinkelland-color-grey-64;
228
+ $utrecht-blockquote-background-color: $dinkelland-color-grey-64;
229
+ $utrecht-alert-icon-gap: $dinkelland-size-xs;
230
+ $utrecht-alert-ok-background-color: $dinkelland-color-alert-succes-background;
231
+ $utrecht-alert-error-background-color: $dinkelland-color-alert-error-background;
232
+ $utrecht-alert-warning-background-color: $dinkelland-color-alert-warning-background;
233
+ $utrecht-alert-padding-inline-end: $dinkelland-size-lg;
234
+ $utrecht-alert-padding-inline-start: $dinkelland-size-lg;
235
+ $utrecht-alert-padding-block-end: $dinkelland-size-lg;
236
+ $utrecht-alert-padding-block-start: $dinkelland-size-lg;
237
+ $utrecht-table-cell-padding-inline-start: $dinkelland-size-md;
238
+ $utrecht-table-cell-padding-inline-end: $dinkelland-size-md;
239
+ $utrecht-table-cell-padding-block-start: $dinkelland-size-md;
240
+ $utrecht-table-cell-padding-block-end: $dinkelland-size-md;
241
+ $utrecht-table-header-cell-font-weight: $dinkelland-typography-font-weight-bold;
242
+ $utrecht-table-margin-block-start: $dinkelland-size-md;
243
+ $utrecht-table-body-border: $dinkelland-size-4xs solid $dinkelland-color-blue-94;
244
+ $utrecht-table-row-alternate-even-background-color: $dinkelland-color-blue-96;
245
+ $utrecht-table-row-alternate-odd-background-color: $dinkelland-color-white-100;
246
+ $utrecht-table-row-border-block-end-width: $dinkelland-size-4xs;
247
+ $utrecht-table-row-border-block-end-color: $dinkelland-color-lightgrey-89;
248
+ $utrecht-table-row-hover-color: $dinkelland-color-green-24;
249
+ $utrecht-table-row-hover-background-color: $dinkelland-color-grey-94;
250
+ $utrecht-table-header-font-weight: $dinkelland-typography-font-weight-bold;
251
+ $utrecht-table-header-font-family: $dinkelland-typography-montserrat-font-family;
252
+ $utrecht-table-header-border-block-end-width: $dinkelland-size-4xs;
253
+ $utrecht-table-header-border-block-end-color: $dinkelland-color-blue-94;
254
+ $utrecht-table-background-color: $dinkelland-color-white-100;
255
+ $utrecht-page-footer-padding-block-start: $dinkelland-size-2xl;
256
+ $utrecht-page-footer-padding-block-end: $dinkelland-size-2xl;
257
+ $utrecht-page-footer-padding-inline-start: $dinkelland-size-sm;
258
+ $utrecht-page-footer-padding-inline-end: $dinkelland-size-sm;
259
+ $utrecht-page-footer-color: $dinkelland-color-white-100;
260
+ $utrecht-card-background-color: $dinkelland-color-blue-94;
261
+ $utrecht-space-inline-3xl: $dinkelland-size-3xl;
262
+ $utrecht-space-inline-2xl: $dinkelland-size-2xl;
263
+ $utrecht-space-inline-xl: $dinkelland-size-xl;
264
+ $utrecht-space-inline-lg: $dinkelland-size-lg;
265
+ $utrecht-space-inline-md: $dinkelland-size-md;
266
+ $utrecht-space-inline-sm: $dinkelland-size-sm;
267
+ $utrecht-space-inline-xs: $dinkelland-size-xs;
268
+ $utrecht-space-inline-2xs: $dinkelland-size-2xs;
269
+ $utrecht-space-inline-3xs: $dinkelland-size-3xs;
270
+ $utrecht-space-block-3xl: $dinkelland-size-3xl;
271
+ $utrecht-space-block-2xl: $dinkelland-size-2xl;
272
+ $utrecht-space-block-xl: $dinkelland-size-xl;
273
+ $utrecht-space-block-lg: $dinkelland-size-lg;
274
+ $utrecht-space-block-md: $dinkelland-size-md;
275
+ $utrecht-space-block-sm: $dinkelland-size-sm;
276
+ $utrecht-space-block-xs: $dinkelland-size-xs;
277
+ $utrecht-space-block-2xs: $dinkelland-size-2xs;
278
+ $utrecht-space-block-3xs: $dinkelland-size-3xs;
279
+ $dinkelland-typography-scale-4xl: $dinkelland-font-size-4xl;
280
+ $dinkelland-typography-scale-3xl: $dinkelland-font-size-3xl;
281
+ $dinkelland-typography-scale-2xl: $dinkelland-font-size-2xl;
282
+ $dinkelland-typography-scale-xl: $dinkelland-font-size-xl;
283
+ $dinkelland-typography-scale-lg: $dinkelland-font-size-lg;
284
+ $dinkelland-typography-scale-md: $dinkelland-font-size-md;
285
+ $dinkelland-typography-scale-sm: $dinkelland-font-size-sm;
286
+ $dinkelland-typography-scale-xs: $dinkelland-font-size-xs;
287
+ $dinkelland-typography-scale-2xs: $dinkelland-font-size-2xs;
288
+ $dinkelland-typography-scale-3xs: $dinkelland-font-size-3xs;
289
+ $dinkelland-typography-scale-4xs: $dinkelland-font-size-4xs;
290
+ $dinkelland-color-alert-info-background: $dinkelland-color-blue-94;
291
+ $dinkelland-color-alert-info: $dinkelland-color-black-20;
292
+ $dinkelland-color-info: $dinkelland-color-blue-36;
293
+ $dinkelland-color-alert-succes: $dinkelland-color-black-20;
294
+ $dinkelland-color-alert-warning: $dinkelland-color-black-20;
295
+ $dinkelland-color-alert-error: $dinkelland-color-black-20;
296
+ $dinkelland-color-primary-hover: $dinkelland-color-blue-26;
297
+ $dinkelland-color-primary: $dinkelland-color-blue-36;
298
+ $utrecht-paragraph-color: $utrecht-document-color;
299
+ $utrecht-unordered-list-marker-color: $utrecht-document-color;
300
+ $utrecht-unordered-list-font-size: $utrecht-document-font-size;
301
+ $utrecht-ordered-list-font-size: $utrecht-document-font-size;
302
+ $utrecht-link-visited-color: $dinkelland-color-primary;
303
+ $utrecht-link-hover-color: $dinkelland-color-primary-hover;
304
+ $utrecht-link-color: $dinkelland-color-primary;
305
+ $utrecht-code-block-color: $utrecht-document-color;
306
+ $utrecht-code-color: $utrecht-document-color;
307
+ $utrecht-button-secondary-action-focus-color: $dinkelland-color-primary-hover;
308
+ $utrecht-button-secondary-action-focus-border-color: $dinkelland-color-primary-hover;
309
+ $utrecht-button-secondary-action-hover-color: $dinkelland-color-primary-hover;
310
+ $utrecht-button-secondary-action-hover-border-color: $dinkelland-color-primary-hover;
311
+ $utrecht-button-secondary-action-color: $dinkelland-color-primary;
312
+ $utrecht-button-secondary-action-border-color: $dinkelland-color-primary;
313
+ $utrecht-blockquote-content-color: $utrecht-document-color;
314
+ $utrecht-alert-icon-ok-color: $dinkelland-color-alert-succes;
315
+ $utrecht-alert-icon-warning-color: $dinkelland-color-alert-warning;
316
+ $utrecht-alert-icon-error-color: $dinkelland-color-alert-error;
317
+ $utrecht-alert-icon-color: $dinkelland-color-alert-info;
318
+ $utrecht-alert-ok-color: $dinkelland-color-alert-succes;
319
+ $utrecht-alert-error-color: $dinkelland-color-alert-error;
320
+ $utrecht-alert-warning-color: $dinkelland-color-alert-warning;
321
+ $utrecht-alert-color: $dinkelland-color-alert-info;
322
+ $utrecht-alert-background-color: $dinkelland-color-alert-info-background;
323
+ $utrecht-table-header-cell-color: $utrecht-document-color;
324
+ $utrecht-table-header-cell-font-size: $utrecht-document-font-size;
325
+ $utrecht-table-font-size: $utrecht-document-font-size;
326
+ $utrecht-table-font-family: $utrecht-document-font-family;
327
+ $utrecht-table-header-color: $utrecht-document-color;
328
+ $utrecht-card-color: $utrecht-document-color;