@conduction/theme 1.0.24 → 1.0.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -0
- package/conduction-design-tokens/README.md +3 -0
- package/conduction-design-tokens/dist/design-tokens.css +72 -67
- package/conduction-design-tokens/dist/index.js +76 -71
- package/conduction-design-tokens/dist/index.json +292 -187
- package/conduction-design-tokens/dist/index.less +72 -67
- package/conduction-design-tokens/dist/index.scss +72 -67
- package/conduction-design-tokens/dist/tokens.json +2107 -1992
- package/conduction-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/conduction-design-tokens/src/component/conduction/{card.tokens.json → card-wrapper.tokens.json} +5 -12
- package/municipalities/dinkelland-design-tokens/README.md +3 -0
- package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +82 -76
- package/municipalities/dinkelland-design-tokens/dist/index.js +88 -82
- package/municipalities/dinkelland-design-tokens/dist/index.json +315 -191
- package/municipalities/dinkelland-design-tokens/dist/index.less +82 -76
- package/municipalities/dinkelland-design-tokens/dist/index.scss +82 -76
- package/municipalities/dinkelland-design-tokens/dist/tokens.json +2371 -2238
- package/municipalities/dinkelland-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/card-wrapper.tokens.json +19 -0
- package/municipalities/epe-design-tokens/README.md +3 -0
- package/municipalities/epe-design-tokens/dist/design-tokens.css +80 -73
- package/municipalities/epe-design-tokens/dist/index.js +89 -82
- package/municipalities/epe-design-tokens/dist/index.json +425 -298
- package/municipalities/epe-design-tokens/dist/index.less +80 -73
- package/municipalities/epe-design-tokens/dist/index.scss +80 -73
- package/municipalities/epe-design-tokens/dist/tokens.json +2988 -2853
- package/municipalities/epe-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/municipalities/epe-design-tokens/src/component/conduction/card-wrapper.tokens.json +19 -0
- package/municipalities/leiden-design-tokens/README.md +3 -0
- package/municipalities/leiden-design-tokens/dist/design-tokens.css +68 -61
- package/municipalities/leiden-design-tokens/dist/index.js +74 -67
- package/municipalities/leiden-design-tokens/dist/index.json +305 -162
- package/municipalities/leiden-design-tokens/dist/index.less +68 -61
- package/municipalities/leiden-design-tokens/dist/index.scss +68 -61
- package/municipalities/leiden-design-tokens/dist/tokens.json +1982 -1831
- package/municipalities/leiden-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/municipalities/leiden-design-tokens/src/component/conduction/{card.tokens.json → card-wrapper.tokens.json} +5 -12
- package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +129 -0
- package/municipalities/noaberkracht-design-tokens/dist/font.css +5 -0
- package/municipalities/noaberkracht-design-tokens/dist/index.css +7 -0
- package/municipalities/noaberkracht-design-tokens/dist/index.js +127 -0
- package/municipalities/noaberkracht-design-tokens/dist/index.json +2458 -0
- package/municipalities/noaberkracht-design-tokens/dist/index.less +126 -0
- package/municipalities/noaberkracht-design-tokens/dist/index.scss +126 -0
- package/municipalities/noaberkracht-design-tokens/dist/tokens.json +2570 -0
- package/municipalities/noordwijk-design-tokens/LICENSE.md +17 -0
- package/municipalities/noordwijk-design-tokens/README.md +3 -0
- package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +316 -0
- package/municipalities/noordwijk-design-tokens/dist/font.css +318 -0
- package/municipalities/noordwijk-design-tokens/dist/index.css +7 -0
- package/municipalities/noordwijk-design-tokens/dist/index.js +314 -0
- package/municipalities/noordwijk-design-tokens/dist/index.json +6149 -0
- package/municipalities/noordwijk-design-tokens/dist/index.less +313 -0
- package/municipalities/noordwijk-design-tokens/dist/index.scss +313 -0
- package/municipalities/noordwijk-design-tokens/dist/tokens.json +6583 -0
- package/municipalities/noordwijk-design-tokens/package.json +40 -0
- package/municipalities/noordwijk-design-tokens/src/brand/noordwijk/color.tokens.json +105 -0
- package/municipalities/noordwijk-design-tokens/src/brand/noordwijk/font-size.tokens.json +17 -0
- package/municipalities/noordwijk-design-tokens/src/brand/noordwijk/size.tokens.json +17 -0
- package/municipalities/noordwijk-design-tokens/src/brand/noordwijk/typography.tokens.json +47 -0
- package/municipalities/noordwijk-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/noordwijk-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/noordwijk-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/municipalities/noordwijk-design-tokens/src/component/conduction/card-wrapper.tokens.json +19 -0
- package/municipalities/noordwijk-design-tokens/src/component/conduction/select.tokens.json +15 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/code.tokens.json +27 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +44 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +11 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +10 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +24 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +44 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/heading.tokens.json +53 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/list.tokens.json +33 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/noordwijk-design-tokens/src/config.json +7 -0
- package/municipalities/noordwijk-design-tokens/src/font.scss +385 -0
- package/municipalities/noordwijk-design-tokens/src/index.scss +8 -0
- package/municipalities/noordwijk-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/rotterdam-design-tokens/dist/design-tokens.css +11 -0
- package/municipalities/rotterdam-design-tokens/dist/font.css +1 -0
- package/municipalities/rotterdam-design-tokens/dist/index.css +7 -0
- package/municipalities/rotterdam-design-tokens/dist/index.js +9 -0
- package/municipalities/rotterdam-design-tokens/dist/index.json +80 -0
- package/municipalities/rotterdam-design-tokens/dist/index.less +8 -0
- package/municipalities/rotterdam-design-tokens/dist/index.scss +8 -0
- package/municipalities/rotterdam-design-tokens/dist/tokens.json +90 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/custom.css +33 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/design-tokens.css +305 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/font/download.sh +18 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/font.css +36 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.css +33 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.js +303 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.json +6415 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.less +302 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.scss +302 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/tokens.json +6868 -0
- package/municipalities/tubbergen-design-tokens/README.md +3 -0
- package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +82 -76
- package/municipalities/tubbergen-design-tokens/dist/index.js +88 -82
- package/municipalities/tubbergen-design-tokens/dist/index.json +315 -191
- package/municipalities/tubbergen-design-tokens/dist/index.less +82 -76
- package/municipalities/tubbergen-design-tokens/dist/index.scss +82 -76
- package/municipalities/tubbergen-design-tokens/dist/tokens.json +2373 -2240
- package/municipalities/tubbergen-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/municipalities/tubbergen-design-tokens/src/component/conduction/card-wrapper.tokens.json +19 -0
- package/municipalities/xxllnc-design-tokens/README.md +3 -0
- package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +71 -65
- package/municipalities/xxllnc-design-tokens/dist/index.js +73 -67
- package/municipalities/xxllnc-design-tokens/dist/index.json +305 -181
- package/municipalities/xxllnc-design-tokens/dist/index.less +71 -65
- package/municipalities/xxllnc-design-tokens/dist/index.scss +71 -65
- package/municipalities/xxllnc-design-tokens/dist/tokens.json +2030 -1897
- package/municipalities/xxllnc-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/municipalities/xxllnc-design-tokens/src/component/conduction/{card.tokens.json → card-wrapper.tokens.json} +4 -11
- package/package.json +3 -2
- package/municipalities/dinkelland-design-tokens/src/component/conduction/card.tokens.json +0 -26
- package/municipalities/epe-design-tokens/src/component/conduction/card.tokens.json +0 -30
- package/municipalities/tubbergen-design-tokens/src/component/conduction/card.tokens.json +0 -26
- /package/conduction-design-tokens/src/component/{conduction → utrecht/extra-tokens}/alert.tokens.json +0 -0
- /package/conduction-design-tokens/src/component/{conduction → utrecht/extra-tokens}/form-input.tokens.json +0 -0
- /package/conduction-design-tokens/src/component/{conduction → utrecht/extra-tokens}/icon.tokens.json +0 -0
- /package/conduction-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-footer.tokens.json +0 -0
- /package/conduction-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-header.tokens.json +0 -0
- /package/conduction-design-tokens/src/component/{conduction → utrecht/extra-tokens}/table.tokens.json +0 -0
- /package/conduction-design-tokens/src/component/{conduction → utrecht/extra-tokens}/textbox.tokens.json +0 -0
- /package/municipalities/dinkelland-design-tokens/src/component/{conduction → utrecht/extra-tokens}/alert.tokens.json +0 -0
- /package/municipalities/dinkelland-design-tokens/src/component/{conduction → utrecht/extra-tokens}/form-input.tokens.json +0 -0
- /package/municipalities/dinkelland-design-tokens/src/component/{conduction → utrecht/extra-tokens}/icon.tokens.json +0 -0
- /package/municipalities/dinkelland-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-footer.tokens.json +0 -0
- /package/municipalities/dinkelland-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-header.tokens.json +0 -0
- /package/municipalities/dinkelland-design-tokens/src/component/{conduction → utrecht/extra-tokens}/table.tokens.json +0 -0
- /package/municipalities/dinkelland-design-tokens/src/component/{conduction → utrecht/extra-tokens}/textbox.tokens.json +0 -0
- /package/municipalities/epe-design-tokens/src/component/{conduction → utrecht/extra-tokens}/alert.tokens.json +0 -0
- /package/municipalities/epe-design-tokens/src/component/{conduction → utrecht/extra-tokens}/form-input.tokens.json +0 -0
- /package/municipalities/epe-design-tokens/src/component/{conduction → utrecht/extra-tokens}/icon.tokens.json +0 -0
- /package/municipalities/epe-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-footer.tokens.json +0 -0
- /package/municipalities/epe-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-header.tokens.json +0 -0
- /package/municipalities/epe-design-tokens/src/component/{conduction → utrecht/extra-tokens}/table.tokens.json +0 -0
- /package/municipalities/epe-design-tokens/src/component/{conduction → utrecht/extra-tokens}/textbox.tokens.json +0 -0
- /package/municipalities/leiden-design-tokens/src/component/{conduction → utrecht/extra-tokens}/alert.tokens.json +0 -0
- /package/municipalities/leiden-design-tokens/src/component/{conduction → utrecht/extra-tokens}/form-input.tokens.json +0 -0
- /package/municipalities/leiden-design-tokens/src/component/{conduction → utrecht/extra-tokens}/icon.tokens.json +0 -0
- /package/municipalities/leiden-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-footer.tokens.json +0 -0
- /package/municipalities/leiden-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-header.tokens.json +0 -0
- /package/municipalities/leiden-design-tokens/src/component/{conduction → utrecht/extra-tokens}/table.tokens.json +0 -0
- /package/municipalities/leiden-design-tokens/src/component/{conduction → utrecht/extra-tokens}/textbox.tokens.json +0 -0
- /package/municipalities/tubbergen-design-tokens/src/component/{conduction → utrecht/extra-tokens}/alert.tokens.json +0 -0
- /package/municipalities/tubbergen-design-tokens/src/component/{conduction → utrecht/extra-tokens}/form-input.tokens.json +0 -0
- /package/municipalities/tubbergen-design-tokens/src/component/{conduction → utrecht/extra-tokens}/icon.tokens.json +0 -0
- /package/municipalities/tubbergen-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-footer.tokens.json +0 -0
- /package/municipalities/tubbergen-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-header.tokens.json +0 -0
- /package/municipalities/tubbergen-design-tokens/src/component/{conduction → utrecht/extra-tokens}/table.tokens.json +0 -0
- /package/municipalities/tubbergen-design-tokens/src/component/{conduction → utrecht/extra-tokens}/textbox.tokens.json +0 -0
- /package/municipalities/xxllnc-design-tokens/src/component/{conduction → utrecht/extra-tokens}/alert.tokens.json +0 -0
- /package/municipalities/xxllnc-design-tokens/src/component/{conduction → utrecht/extra-tokens}/form-input.tokens.json +0 -0
- /package/municipalities/xxllnc-design-tokens/src/component/{conduction → utrecht/extra-tokens}/icon.tokens.json +0 -0
- /package/municipalities/xxllnc-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-footer.tokens.json +0 -0
- /package/municipalities/xxllnc-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-header.tokens.json +0 -0
- /package/municipalities/xxllnc-design-tokens/src/component/{conduction → utrecht/extra-tokens}/table.tokens.json +0 -0
- /package/municipalities/xxllnc-design-tokens/src/component/{conduction → utrecht/extra-tokens}/textbox.tokens.json +0 -0
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 23 Aug 2023 16:58:16 GMT
|
|
4
4
|
|
|
5
5
|
@conduction-input-select-padding-block-start: 0;
|
|
6
6
|
@conduction-input-select-padding-block-end: 0;
|
|
7
7
|
@conduction-input-select-border-focus: unset;
|
|
8
|
+
@conduction-card-wrapper-border-radius: 0px;
|
|
9
|
+
@conduction-card-wrapper-border-width: unset;
|
|
8
10
|
@utrecht-paragraph-margin-block-end: 0;
|
|
9
11
|
@utrecht-paragraph-margin-block-start: 0;
|
|
10
12
|
@utrecht-paragraph-line-height: 1.5em;
|
|
@@ -23,13 +25,6 @@
|
|
|
23
25
|
@utrecht-heading-4-margin-block-end: 0;
|
|
24
26
|
@utrecht-heading-3-margin-block-start: 0;
|
|
25
27
|
@utrecht-heading-2-margin-block-start: 0;
|
|
26
|
-
@utrecht-code-block-margin-inline-end: 0;
|
|
27
|
-
@utrecht-code-block-margin-inline-start: 0;
|
|
28
|
-
@utrecht-code-font-size: inherit;
|
|
29
|
-
@utrecht-button-primary-action-font-weight: inherit;
|
|
30
|
-
@utrecht-button-font-weight: inherit;
|
|
31
|
-
@utrecht-button-font-size: inherit;
|
|
32
|
-
@utrecht-button-border-radius: 0;
|
|
33
28
|
@utrecht-text-box-font-size: 15px;
|
|
34
29
|
@utrecht-text-box-border-radius: 0px;
|
|
35
30
|
@utrecht-table-header-cell-text-transform: unset;
|
|
@@ -43,12 +38,13 @@
|
|
|
43
38
|
@utrecht-page-footer-min-height: 300px;
|
|
44
39
|
@utrecht-form-input-font-size: 15px;
|
|
45
40
|
@utrecht-form-input-border-radius: 0px;
|
|
46
|
-
@utrecht-
|
|
47
|
-
@utrecht-
|
|
48
|
-
@utrecht-
|
|
49
|
-
@utrecht-
|
|
50
|
-
@utrecht-
|
|
51
|
-
@utrecht-
|
|
41
|
+
@utrecht-code-block-margin-inline-end: 0;
|
|
42
|
+
@utrecht-code-block-margin-inline-start: 0;
|
|
43
|
+
@utrecht-code-font-size: inherit;
|
|
44
|
+
@utrecht-button-primary-action-font-weight: inherit;
|
|
45
|
+
@utrecht-button-font-weight: inherit;
|
|
46
|
+
@utrecht-button-font-size: inherit;
|
|
47
|
+
@utrecht-button-border-radius: 0;
|
|
52
48
|
@utrecht-action-submit-cursor: pointer;
|
|
53
49
|
@utrecht-action-disabled-cursor: not-allowed;
|
|
54
50
|
@utrecht-action-busy-cursor: wait;
|
|
@@ -109,6 +105,16 @@
|
|
|
109
105
|
@conduction-input-select-border-radius: @utrecht-form-input-border-radius;
|
|
110
106
|
@conduction-input-select-border: @dinkelland-size-4xs solid @dinkelland-color-grey-46;
|
|
111
107
|
@conduction-input-select-background-color: @dinkelland-color-white-100;
|
|
108
|
+
@conduction-card-wrapper-padding-block-start: @dinkelland-size-xl;
|
|
109
|
+
@conduction-card-wrapper-padding-block-end: @dinkelland-size-xl;
|
|
110
|
+
@conduction-card-wrapper-padding-inline-start: @dinkelland-size-xl;
|
|
111
|
+
@conduction-card-wrapper-padding-inline-end: @dinkelland-size-xl;
|
|
112
|
+
@conduction-card-wrapper-background-color: @dinkelland-color-blue-94;
|
|
113
|
+
@conduction-card-header-date-margin-block-end: @dinkelland-size-xs;
|
|
114
|
+
@conduction-card-header-date-font-weight: @dinkelland-typography-font-weight-light;
|
|
115
|
+
@conduction-card-header-date-font-size: @dinkelland-font-size-sm;
|
|
116
|
+
@conduction-card-header-date-color: @dinkelland-color-black-0;
|
|
117
|
+
@conduction-card-header-title-color: @dinkelland-color-black-0;
|
|
112
118
|
@utrecht-paragraph-font-weight: @dinkelland-typography-font-weight-normal;
|
|
113
119
|
@utrecht-paragraph-font-size: @dinkelland-font-size-md;
|
|
114
120
|
@utrecht-paragraph-font-family: @dinkelland-typography-lato-font-family;
|
|
@@ -149,6 +155,56 @@
|
|
|
149
155
|
@utrecht-heading-1-font-size: @dinkelland-font-size-2xl;
|
|
150
156
|
@utrecht-heading-1-font-family: @dinkelland-typography-montserrat-font-family;
|
|
151
157
|
@utrecht-heading-1-color: @dinkelland-color-black-13;
|
|
158
|
+
@utrecht-text-box-focus-border-color: @dinkelland-color-blue-48;
|
|
159
|
+
@utrecht-text-box-placeholder-color: @dinkelland-color-grey-42;
|
|
160
|
+
@utrecht-text-box-padding-inline-start: @dinkelland-size-sm;
|
|
161
|
+
@utrecht-text-box-padding-inline-end: @dinkelland-size-sm;
|
|
162
|
+
@utrecht-text-box-padding-block-start: @dinkelland-size-xs;
|
|
163
|
+
@utrecht-text-box-padding-block-end: @dinkelland-size-xs;
|
|
164
|
+
@utrecht-text-box-font-family: @dinkelland-typography-lato-font-family;
|
|
165
|
+
@utrecht-text-box-color: @dinkelland-color-black-33;
|
|
166
|
+
@utrecht-text-box-border-width: @dinkelland-size-4xs;
|
|
167
|
+
@utrecht-text-box-border-color: @dinkelland-color-grey-46;
|
|
168
|
+
@utrecht-text-box-background-color: @dinkelland-color-white-100;
|
|
169
|
+
@utrecht-table-cell-padding-inline-start: @dinkelland-size-md;
|
|
170
|
+
@utrecht-table-cell-padding-inline-end: @dinkelland-size-md;
|
|
171
|
+
@utrecht-table-cell-padding-block-start: @dinkelland-size-md;
|
|
172
|
+
@utrecht-table-cell-padding-block-end: @dinkelland-size-md;
|
|
173
|
+
@utrecht-table-header-cell-font-weight: @dinkelland-typography-font-weight-bold;
|
|
174
|
+
@utrecht-table-margin-block-start: @dinkelland-size-md;
|
|
175
|
+
@utrecht-table-body-border: @dinkelland-size-4xs solid @dinkelland-color-blue-94;
|
|
176
|
+
@utrecht-table-row-alternate-even-background-color: @dinkelland-color-blue-96;
|
|
177
|
+
@utrecht-table-row-alternate-odd-background-color: @dinkelland-color-white-100;
|
|
178
|
+
@utrecht-table-row-border-block-end-width: @dinkelland-size-4xs;
|
|
179
|
+
@utrecht-table-row-border-block-end-color: @dinkelland-color-lightgrey-89;
|
|
180
|
+
@utrecht-table-row-hover-color: @dinkelland-color-green-24;
|
|
181
|
+
@utrecht-table-row-hover-background-color: @dinkelland-color-grey-94;
|
|
182
|
+
@utrecht-table-header-font-weight: @dinkelland-typography-font-weight-bold;
|
|
183
|
+
@utrecht-table-header-font-family: @dinkelland-typography-montserrat-font-family;
|
|
184
|
+
@utrecht-table-header-border-block-end-width: @dinkelland-size-4xs;
|
|
185
|
+
@utrecht-table-header-border-block-end-color: @dinkelland-color-blue-94;
|
|
186
|
+
@utrecht-table-background-color: @dinkelland-color-white-100;
|
|
187
|
+
@utrecht-page-header-padding-block-end: @dinkelland-size-sm;
|
|
188
|
+
@utrecht-page-header-padding-block-start: @dinkelland-size-sm;
|
|
189
|
+
@utrecht-page-header-color: @dinkelland-color-black-20;
|
|
190
|
+
@utrecht-page-header-background-color: @dinkelland-color-white-100;
|
|
191
|
+
@utrecht-page-footer-padding-block-start: @dinkelland-size-2xl;
|
|
192
|
+
@utrecht-page-footer-padding-block-end: @dinkelland-size-2xl;
|
|
193
|
+
@utrecht-page-footer-padding-inline-start: @dinkelland-size-sm;
|
|
194
|
+
@utrecht-page-footer-padding-inline-end: @dinkelland-size-sm;
|
|
195
|
+
@utrecht-page-footer-color: @dinkelland-color-white-100;
|
|
196
|
+
@utrecht-icon-gap: @dinkelland-size-xs;
|
|
197
|
+
@utrecht-form-input-focus-border-color: @dinkelland-color-blue-48;
|
|
198
|
+
@utrecht-form-input-placeholder-color: @dinkelland-color-grey-42;
|
|
199
|
+
@utrecht-form-input-padding-inline-start: @dinkelland-size-sm;
|
|
200
|
+
@utrecht-form-input-padding-inline-end: @dinkelland-size-sm;
|
|
201
|
+
@utrecht-form-input-padding-block-start: @dinkelland-size-xs;
|
|
202
|
+
@utrecht-form-input-padding-block-end: @dinkelland-size-xs;
|
|
203
|
+
@utrecht-form-input-font-family: @dinkelland-typography-lato-font-family;
|
|
204
|
+
@utrecht-form-input-color: @dinkelland-color-black-33;
|
|
205
|
+
@utrecht-form-input-border-width: @dinkelland-size-4xs;
|
|
206
|
+
@utrecht-form-input-border-color: @dinkelland-color-grey-46;
|
|
207
|
+
@utrecht-form-input-background-color: @dinkelland-color-white-100;
|
|
152
208
|
@utrecht-document-font-size: @dinkelland-font-size-md;
|
|
153
209
|
@utrecht-document-font-family: @dinkelland-typography-lato-font-family;
|
|
154
210
|
@utrecht-document-color: @dinkelland-color-black-20;
|
|
@@ -201,57 +257,7 @@
|
|
|
201
257
|
@utrecht-blockquote-margin-inline-start: @dinkelland-size-xl;
|
|
202
258
|
@utrecht-blockquote-color: @dinkelland-color-grey-64;
|
|
203
259
|
@utrecht-blockquote-background-color: @dinkelland-color-grey-64;
|
|
204
|
-
@utrecht-
|
|
205
|
-
@utrecht-text-box-placeholder-color: @dinkelland-color-grey-42;
|
|
206
|
-
@utrecht-text-box-padding-inline-start: @dinkelland-size-sm;
|
|
207
|
-
@utrecht-text-box-padding-inline-end: @dinkelland-size-sm;
|
|
208
|
-
@utrecht-text-box-padding-block-start: @dinkelland-size-xs;
|
|
209
|
-
@utrecht-text-box-padding-block-end: @dinkelland-size-xs;
|
|
210
|
-
@utrecht-text-box-font-family: @dinkelland-typography-lato-font-family;
|
|
211
|
-
@utrecht-text-box-color: @dinkelland-color-black-33;
|
|
212
|
-
@utrecht-text-box-border-width: @dinkelland-size-4xs;
|
|
213
|
-
@utrecht-text-box-border-color: @dinkelland-color-grey-46;
|
|
214
|
-
@utrecht-text-box-background-color: @dinkelland-color-white-100;
|
|
215
|
-
@utrecht-table-cell-padding-inline-start: @dinkelland-size-md;
|
|
216
|
-
@utrecht-table-cell-padding-inline-end: @dinkelland-size-md;
|
|
217
|
-
@utrecht-table-cell-padding-block-start: @dinkelland-size-md;
|
|
218
|
-
@utrecht-table-cell-padding-block-end: @dinkelland-size-md;
|
|
219
|
-
@utrecht-table-header-cell-font-weight: @dinkelland-typography-font-weight-bold;
|
|
220
|
-
@utrecht-table-margin-block-start: @dinkelland-size-md;
|
|
221
|
-
@utrecht-table-body-border: @dinkelland-size-4xs solid @dinkelland-color-blue-94;
|
|
222
|
-
@utrecht-table-row-alternate-even-background-color: @dinkelland-color-blue-96;
|
|
223
|
-
@utrecht-table-row-alternate-odd-background-color: @dinkelland-color-white-100;
|
|
224
|
-
@utrecht-table-row-border-block-end-width: @dinkelland-size-4xs;
|
|
225
|
-
@utrecht-table-row-border-block-end-color: @dinkelland-color-lightgrey-89;
|
|
226
|
-
@utrecht-table-row-hover-color: @dinkelland-color-green-24;
|
|
227
|
-
@utrecht-table-row-hover-background-color: @dinkelland-color-grey-94;
|
|
228
|
-
@utrecht-table-header-font-weight: @dinkelland-typography-font-weight-bold;
|
|
229
|
-
@utrecht-table-header-font-family: @dinkelland-typography-montserrat-font-family;
|
|
230
|
-
@utrecht-table-header-border-block-end-width: @dinkelland-size-4xs;
|
|
231
|
-
@utrecht-table-header-border-block-end-color: @dinkelland-color-blue-94;
|
|
232
|
-
@utrecht-table-background-color: @dinkelland-color-white-100;
|
|
233
|
-
@utrecht-page-header-padding-block-end: @dinkelland-size-sm;
|
|
234
|
-
@utrecht-page-header-padding-block-start: @dinkelland-size-sm;
|
|
235
|
-
@utrecht-page-header-color: @dinkelland-color-black-20;
|
|
236
|
-
@utrecht-page-header-background-color: @dinkelland-color-white-100;
|
|
237
|
-
@utrecht-page-footer-padding-block-start: @dinkelland-size-2xl;
|
|
238
|
-
@utrecht-page-footer-padding-block-end: @dinkelland-size-2xl;
|
|
239
|
-
@utrecht-page-footer-padding-inline-start: @dinkelland-size-sm;
|
|
240
|
-
@utrecht-page-footer-padding-inline-end: @dinkelland-size-sm;
|
|
241
|
-
@utrecht-page-footer-color: @dinkelland-color-white-100;
|
|
242
|
-
@utrecht-icon-gap: @dinkelland-size-xs;
|
|
243
|
-
@utrecht-form-input-focus-border-color: @dinkelland-color-blue-48;
|
|
244
|
-
@utrecht-form-input-placeholder-color: @dinkelland-color-grey-42;
|
|
245
|
-
@utrecht-form-input-padding-inline-start: @dinkelland-size-sm;
|
|
246
|
-
@utrecht-form-input-padding-inline-end: @dinkelland-size-sm;
|
|
247
|
-
@utrecht-form-input-padding-block-start: @dinkelland-size-xs;
|
|
248
|
-
@utrecht-form-input-padding-block-end: @dinkelland-size-xs;
|
|
249
|
-
@utrecht-form-input-font-family: @dinkelland-typography-lato-font-family;
|
|
250
|
-
@utrecht-form-input-color: @dinkelland-color-black-33;
|
|
251
|
-
@utrecht-form-input-border-width: @dinkelland-size-4xs;
|
|
252
|
-
@utrecht-form-input-border-color: @dinkelland-color-grey-46;
|
|
253
|
-
@utrecht-form-input-background-color: @dinkelland-color-white-100;
|
|
254
|
-
@utrecht-card-background-color: @dinkelland-color-blue-94;
|
|
260
|
+
@utrecht-alert-icon-gap: @dinkelland-size-xs;
|
|
255
261
|
@utrecht-alert-ok-background-color: @dinkelland-color-alert-succes-background;
|
|
256
262
|
@utrecht-alert-error-background-color: @dinkelland-color-alert-error-background;
|
|
257
263
|
@utrecht-alert-warning-background-color: @dinkelland-color-alert-warning-background;
|
|
@@ -259,7 +265,6 @@
|
|
|
259
265
|
@utrecht-alert-padding-inline-start: @dinkelland-size-lg;
|
|
260
266
|
@utrecht-alert-padding-block-end: @dinkelland-size-lg;
|
|
261
267
|
@utrecht-alert-padding-block-start: @dinkelland-size-lg;
|
|
262
|
-
@utrecht-alert-icon-gap: @dinkelland-size-xs;
|
|
263
268
|
@utrecht-space-inline-3xl: @dinkelland-size-3xl;
|
|
264
269
|
@utrecht-space-inline-2xl: @dinkelland-size-2xl;
|
|
265
270
|
@utrecht-space-inline-xl: @dinkelland-size-xl;
|
|
@@ -297,6 +302,8 @@
|
|
|
297
302
|
@dinkelland-color-alert-error: @dinkelland-color-black-20;
|
|
298
303
|
@dinkelland-color-primary-hover: @dinkelland-color-blue-26;
|
|
299
304
|
@dinkelland-color-primary: @dinkelland-color-blue-36;
|
|
305
|
+
@conduction-card-wrapper-color: @utrecht-document-color;
|
|
306
|
+
@conduction-card-header-color: @utrecht-document-color;
|
|
300
307
|
@utrecht-paragraph-color: @utrecht-document-color;
|
|
301
308
|
@utrecht-unordered-list-marker-color: @utrecht-document-color;
|
|
302
309
|
@utrecht-unordered-list-font-size: @utrecht-document-font-size;
|
|
@@ -304,6 +311,11 @@
|
|
|
304
311
|
@utrecht-link-visited-color: @dinkelland-color-primary;
|
|
305
312
|
@utrecht-link-hover-color: @dinkelland-color-primary-hover;
|
|
306
313
|
@utrecht-link-color: @dinkelland-color-primary;
|
|
314
|
+
@utrecht-table-header-cell-color: @utrecht-document-color;
|
|
315
|
+
@utrecht-table-header-cell-font-size: @utrecht-document-font-size;
|
|
316
|
+
@utrecht-table-font-size: @utrecht-document-font-size;
|
|
317
|
+
@utrecht-table-font-family: @utrecht-document-font-family;
|
|
318
|
+
@utrecht-table-header-color: @utrecht-document-color;
|
|
307
319
|
@utrecht-code-block-color: @utrecht-document-color;
|
|
308
320
|
@utrecht-code-color: @utrecht-document-color;
|
|
309
321
|
@utrecht-button-secondary-action-focus-color: @dinkelland-color-primary-hover;
|
|
@@ -313,18 +325,12 @@
|
|
|
313
325
|
@utrecht-button-secondary-action-color: @dinkelland-color-primary;
|
|
314
326
|
@utrecht-button-secondary-action-border-color: @dinkelland-color-primary;
|
|
315
327
|
@utrecht-blockquote-content-color: @utrecht-document-color;
|
|
316
|
-
@utrecht-
|
|
317
|
-
@utrecht-
|
|
318
|
-
@utrecht-
|
|
319
|
-
@utrecht-
|
|
320
|
-
@utrecht-table-header-color: @utrecht-document-color;
|
|
321
|
-
@utrecht-card-color: @utrecht-document-color;
|
|
328
|
+
@utrecht-alert-icon-ok-color: @dinkelland-color-alert-succes;
|
|
329
|
+
@utrecht-alert-icon-warning-color: @dinkelland-color-alert-warning;
|
|
330
|
+
@utrecht-alert-icon-error-color: @dinkelland-color-alert-error;
|
|
331
|
+
@utrecht-alert-icon-color: @dinkelland-color-alert-info;
|
|
322
332
|
@utrecht-alert-ok-color: @dinkelland-color-alert-succes;
|
|
323
333
|
@utrecht-alert-error-color: @dinkelland-color-alert-error;
|
|
324
334
|
@utrecht-alert-warning-color: @dinkelland-color-alert-warning;
|
|
325
335
|
@utrecht-alert-color: @dinkelland-color-alert-info;
|
|
326
336
|
@utrecht-alert-background-color: @dinkelland-color-alert-info-background;
|
|
327
|
-
@utrecht-alert-icon-ok-color: @dinkelland-color-alert-succes;
|
|
328
|
-
@utrecht-alert-icon-warning-color: @dinkelland-color-alert-warning;
|
|
329
|
-
@utrecht-alert-icon-error-color: @dinkelland-color-alert-error;
|
|
330
|
-
@utrecht-alert-icon-color: @dinkelland-color-alert-info;
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 23 Aug 2023 16:58:16 GMT
|
|
4
4
|
|
|
5
5
|
$conduction-input-select-padding-block-start: 0;
|
|
6
6
|
$conduction-input-select-padding-block-end: 0;
|
|
7
7
|
$conduction-input-select-border-focus: unset;
|
|
8
|
+
$conduction-card-wrapper-border-radius: 0px;
|
|
9
|
+
$conduction-card-wrapper-border-width: unset;
|
|
8
10
|
$utrecht-paragraph-margin-block-end: 0;
|
|
9
11
|
$utrecht-paragraph-margin-block-start: 0;
|
|
10
12
|
$utrecht-paragraph-line-height: 1.5em;
|
|
@@ -23,13 +25,6 @@ $utrecht-heading-4-margin-block-start: 0;
|
|
|
23
25
|
$utrecht-heading-4-margin-block-end: 0;
|
|
24
26
|
$utrecht-heading-3-margin-block-start: 0;
|
|
25
27
|
$utrecht-heading-2-margin-block-start: 0;
|
|
26
|
-
$utrecht-code-block-margin-inline-end: 0;
|
|
27
|
-
$utrecht-code-block-margin-inline-start: 0;
|
|
28
|
-
$utrecht-code-font-size: inherit;
|
|
29
|
-
$utrecht-button-primary-action-font-weight: inherit;
|
|
30
|
-
$utrecht-button-font-weight: inherit;
|
|
31
|
-
$utrecht-button-font-size: inherit;
|
|
32
|
-
$utrecht-button-border-radius: 0;
|
|
33
28
|
$utrecht-text-box-font-size: 15px;
|
|
34
29
|
$utrecht-text-box-border-radius: 0px;
|
|
35
30
|
$utrecht-table-header-cell-text-transform: unset;
|
|
@@ -43,12 +38,13 @@ $utrecht-page-footer-logo-max-height: 100px;
|
|
|
43
38
|
$utrecht-page-footer-min-height: 300px;
|
|
44
39
|
$utrecht-form-input-font-size: 15px;
|
|
45
40
|
$utrecht-form-input-border-radius: 0px;
|
|
46
|
-
$utrecht-
|
|
47
|
-
$utrecht-
|
|
48
|
-
$utrecht-
|
|
49
|
-
$utrecht-
|
|
50
|
-
$utrecht-
|
|
51
|
-
$utrecht-
|
|
41
|
+
$utrecht-code-block-margin-inline-end: 0;
|
|
42
|
+
$utrecht-code-block-margin-inline-start: 0;
|
|
43
|
+
$utrecht-code-font-size: inherit;
|
|
44
|
+
$utrecht-button-primary-action-font-weight: inherit;
|
|
45
|
+
$utrecht-button-font-weight: inherit;
|
|
46
|
+
$utrecht-button-font-size: inherit;
|
|
47
|
+
$utrecht-button-border-radius: 0;
|
|
52
48
|
$utrecht-action-submit-cursor: pointer;
|
|
53
49
|
$utrecht-action-disabled-cursor: not-allowed;
|
|
54
50
|
$utrecht-action-busy-cursor: wait;
|
|
@@ -109,6 +105,16 @@ $conduction-input-select-invalid-border-color: $dinkelland-color-error;
|
|
|
109
105
|
$conduction-input-select-border-radius: $utrecht-form-input-border-radius;
|
|
110
106
|
$conduction-input-select-border: $dinkelland-size-4xs solid $dinkelland-color-grey-46;
|
|
111
107
|
$conduction-input-select-background-color: $dinkelland-color-white-100;
|
|
108
|
+
$conduction-card-wrapper-padding-block-start: $dinkelland-size-xl;
|
|
109
|
+
$conduction-card-wrapper-padding-block-end: $dinkelland-size-xl;
|
|
110
|
+
$conduction-card-wrapper-padding-inline-start: $dinkelland-size-xl;
|
|
111
|
+
$conduction-card-wrapper-padding-inline-end: $dinkelland-size-xl;
|
|
112
|
+
$conduction-card-wrapper-background-color: $dinkelland-color-blue-94;
|
|
113
|
+
$conduction-card-header-date-margin-block-end: $dinkelland-size-xs;
|
|
114
|
+
$conduction-card-header-date-font-weight: $dinkelland-typography-font-weight-light;
|
|
115
|
+
$conduction-card-header-date-font-size: $dinkelland-font-size-sm;
|
|
116
|
+
$conduction-card-header-date-color: $dinkelland-color-black-0;
|
|
117
|
+
$conduction-card-header-title-color: $dinkelland-color-black-0;
|
|
112
118
|
$utrecht-paragraph-font-weight: $dinkelland-typography-font-weight-normal;
|
|
113
119
|
$utrecht-paragraph-font-size: $dinkelland-font-size-md;
|
|
114
120
|
$utrecht-paragraph-font-family: $dinkelland-typography-lato-font-family;
|
|
@@ -149,6 +155,56 @@ $utrecht-heading-1-font-weight: $dinkelland-typography-font-weight-bold;
|
|
|
149
155
|
$utrecht-heading-1-font-size: $dinkelland-font-size-2xl;
|
|
150
156
|
$utrecht-heading-1-font-family: $dinkelland-typography-montserrat-font-family;
|
|
151
157
|
$utrecht-heading-1-color: $dinkelland-color-black-13;
|
|
158
|
+
$utrecht-text-box-focus-border-color: $dinkelland-color-blue-48;
|
|
159
|
+
$utrecht-text-box-placeholder-color: $dinkelland-color-grey-42;
|
|
160
|
+
$utrecht-text-box-padding-inline-start: $dinkelland-size-sm;
|
|
161
|
+
$utrecht-text-box-padding-inline-end: $dinkelland-size-sm;
|
|
162
|
+
$utrecht-text-box-padding-block-start: $dinkelland-size-xs;
|
|
163
|
+
$utrecht-text-box-padding-block-end: $dinkelland-size-xs;
|
|
164
|
+
$utrecht-text-box-font-family: $dinkelland-typography-lato-font-family;
|
|
165
|
+
$utrecht-text-box-color: $dinkelland-color-black-33;
|
|
166
|
+
$utrecht-text-box-border-width: $dinkelland-size-4xs;
|
|
167
|
+
$utrecht-text-box-border-color: $dinkelland-color-grey-46;
|
|
168
|
+
$utrecht-text-box-background-color: $dinkelland-color-white-100;
|
|
169
|
+
$utrecht-table-cell-padding-inline-start: $dinkelland-size-md;
|
|
170
|
+
$utrecht-table-cell-padding-inline-end: $dinkelland-size-md;
|
|
171
|
+
$utrecht-table-cell-padding-block-start: $dinkelland-size-md;
|
|
172
|
+
$utrecht-table-cell-padding-block-end: $dinkelland-size-md;
|
|
173
|
+
$utrecht-table-header-cell-font-weight: $dinkelland-typography-font-weight-bold;
|
|
174
|
+
$utrecht-table-margin-block-start: $dinkelland-size-md;
|
|
175
|
+
$utrecht-table-body-border: $dinkelland-size-4xs solid $dinkelland-color-blue-94;
|
|
176
|
+
$utrecht-table-row-alternate-even-background-color: $dinkelland-color-blue-96;
|
|
177
|
+
$utrecht-table-row-alternate-odd-background-color: $dinkelland-color-white-100;
|
|
178
|
+
$utrecht-table-row-border-block-end-width: $dinkelland-size-4xs;
|
|
179
|
+
$utrecht-table-row-border-block-end-color: $dinkelland-color-lightgrey-89;
|
|
180
|
+
$utrecht-table-row-hover-color: $dinkelland-color-green-24;
|
|
181
|
+
$utrecht-table-row-hover-background-color: $dinkelland-color-grey-94;
|
|
182
|
+
$utrecht-table-header-font-weight: $dinkelland-typography-font-weight-bold;
|
|
183
|
+
$utrecht-table-header-font-family: $dinkelland-typography-montserrat-font-family;
|
|
184
|
+
$utrecht-table-header-border-block-end-width: $dinkelland-size-4xs;
|
|
185
|
+
$utrecht-table-header-border-block-end-color: $dinkelland-color-blue-94;
|
|
186
|
+
$utrecht-table-background-color: $dinkelland-color-white-100;
|
|
187
|
+
$utrecht-page-header-padding-block-end: $dinkelland-size-sm;
|
|
188
|
+
$utrecht-page-header-padding-block-start: $dinkelland-size-sm;
|
|
189
|
+
$utrecht-page-header-color: $dinkelland-color-black-20;
|
|
190
|
+
$utrecht-page-header-background-color: $dinkelland-color-white-100;
|
|
191
|
+
$utrecht-page-footer-padding-block-start: $dinkelland-size-2xl;
|
|
192
|
+
$utrecht-page-footer-padding-block-end: $dinkelland-size-2xl;
|
|
193
|
+
$utrecht-page-footer-padding-inline-start: $dinkelland-size-sm;
|
|
194
|
+
$utrecht-page-footer-padding-inline-end: $dinkelland-size-sm;
|
|
195
|
+
$utrecht-page-footer-color: $dinkelland-color-white-100;
|
|
196
|
+
$utrecht-icon-gap: $dinkelland-size-xs;
|
|
197
|
+
$utrecht-form-input-focus-border-color: $dinkelland-color-blue-48;
|
|
198
|
+
$utrecht-form-input-placeholder-color: $dinkelland-color-grey-42;
|
|
199
|
+
$utrecht-form-input-padding-inline-start: $dinkelland-size-sm;
|
|
200
|
+
$utrecht-form-input-padding-inline-end: $dinkelland-size-sm;
|
|
201
|
+
$utrecht-form-input-padding-block-start: $dinkelland-size-xs;
|
|
202
|
+
$utrecht-form-input-padding-block-end: $dinkelland-size-xs;
|
|
203
|
+
$utrecht-form-input-font-family: $dinkelland-typography-lato-font-family;
|
|
204
|
+
$utrecht-form-input-color: $dinkelland-color-black-33;
|
|
205
|
+
$utrecht-form-input-border-width: $dinkelland-size-4xs;
|
|
206
|
+
$utrecht-form-input-border-color: $dinkelland-color-grey-46;
|
|
207
|
+
$utrecht-form-input-background-color: $dinkelland-color-white-100;
|
|
152
208
|
$utrecht-document-font-size: $dinkelland-font-size-md;
|
|
153
209
|
$utrecht-document-font-family: $dinkelland-typography-lato-font-family;
|
|
154
210
|
$utrecht-document-color: $dinkelland-color-black-20;
|
|
@@ -201,57 +257,7 @@ $utrecht-blockquote-margin-inline-end: $dinkelland-size-xl;
|
|
|
201
257
|
$utrecht-blockquote-margin-inline-start: $dinkelland-size-xl;
|
|
202
258
|
$utrecht-blockquote-color: $dinkelland-color-grey-64;
|
|
203
259
|
$utrecht-blockquote-background-color: $dinkelland-color-grey-64;
|
|
204
|
-
$utrecht-
|
|
205
|
-
$utrecht-text-box-placeholder-color: $dinkelland-color-grey-42;
|
|
206
|
-
$utrecht-text-box-padding-inline-start: $dinkelland-size-sm;
|
|
207
|
-
$utrecht-text-box-padding-inline-end: $dinkelland-size-sm;
|
|
208
|
-
$utrecht-text-box-padding-block-start: $dinkelland-size-xs;
|
|
209
|
-
$utrecht-text-box-padding-block-end: $dinkelland-size-xs;
|
|
210
|
-
$utrecht-text-box-font-family: $dinkelland-typography-lato-font-family;
|
|
211
|
-
$utrecht-text-box-color: $dinkelland-color-black-33;
|
|
212
|
-
$utrecht-text-box-border-width: $dinkelland-size-4xs;
|
|
213
|
-
$utrecht-text-box-border-color: $dinkelland-color-grey-46;
|
|
214
|
-
$utrecht-text-box-background-color: $dinkelland-color-white-100;
|
|
215
|
-
$utrecht-table-cell-padding-inline-start: $dinkelland-size-md;
|
|
216
|
-
$utrecht-table-cell-padding-inline-end: $dinkelland-size-md;
|
|
217
|
-
$utrecht-table-cell-padding-block-start: $dinkelland-size-md;
|
|
218
|
-
$utrecht-table-cell-padding-block-end: $dinkelland-size-md;
|
|
219
|
-
$utrecht-table-header-cell-font-weight: $dinkelland-typography-font-weight-bold;
|
|
220
|
-
$utrecht-table-margin-block-start: $dinkelland-size-md;
|
|
221
|
-
$utrecht-table-body-border: $dinkelland-size-4xs solid $dinkelland-color-blue-94;
|
|
222
|
-
$utrecht-table-row-alternate-even-background-color: $dinkelland-color-blue-96;
|
|
223
|
-
$utrecht-table-row-alternate-odd-background-color: $dinkelland-color-white-100;
|
|
224
|
-
$utrecht-table-row-border-block-end-width: $dinkelland-size-4xs;
|
|
225
|
-
$utrecht-table-row-border-block-end-color: $dinkelland-color-lightgrey-89;
|
|
226
|
-
$utrecht-table-row-hover-color: $dinkelland-color-green-24;
|
|
227
|
-
$utrecht-table-row-hover-background-color: $dinkelland-color-grey-94;
|
|
228
|
-
$utrecht-table-header-font-weight: $dinkelland-typography-font-weight-bold;
|
|
229
|
-
$utrecht-table-header-font-family: $dinkelland-typography-montserrat-font-family;
|
|
230
|
-
$utrecht-table-header-border-block-end-width: $dinkelland-size-4xs;
|
|
231
|
-
$utrecht-table-header-border-block-end-color: $dinkelland-color-blue-94;
|
|
232
|
-
$utrecht-table-background-color: $dinkelland-color-white-100;
|
|
233
|
-
$utrecht-page-header-padding-block-end: $dinkelland-size-sm;
|
|
234
|
-
$utrecht-page-header-padding-block-start: $dinkelland-size-sm;
|
|
235
|
-
$utrecht-page-header-color: $dinkelland-color-black-20;
|
|
236
|
-
$utrecht-page-header-background-color: $dinkelland-color-white-100;
|
|
237
|
-
$utrecht-page-footer-padding-block-start: $dinkelland-size-2xl;
|
|
238
|
-
$utrecht-page-footer-padding-block-end: $dinkelland-size-2xl;
|
|
239
|
-
$utrecht-page-footer-padding-inline-start: $dinkelland-size-sm;
|
|
240
|
-
$utrecht-page-footer-padding-inline-end: $dinkelland-size-sm;
|
|
241
|
-
$utrecht-page-footer-color: $dinkelland-color-white-100;
|
|
242
|
-
$utrecht-icon-gap: $dinkelland-size-xs;
|
|
243
|
-
$utrecht-form-input-focus-border-color: $dinkelland-color-blue-48;
|
|
244
|
-
$utrecht-form-input-placeholder-color: $dinkelland-color-grey-42;
|
|
245
|
-
$utrecht-form-input-padding-inline-start: $dinkelland-size-sm;
|
|
246
|
-
$utrecht-form-input-padding-inline-end: $dinkelland-size-sm;
|
|
247
|
-
$utrecht-form-input-padding-block-start: $dinkelland-size-xs;
|
|
248
|
-
$utrecht-form-input-padding-block-end: $dinkelland-size-xs;
|
|
249
|
-
$utrecht-form-input-font-family: $dinkelland-typography-lato-font-family;
|
|
250
|
-
$utrecht-form-input-color: $dinkelland-color-black-33;
|
|
251
|
-
$utrecht-form-input-border-width: $dinkelland-size-4xs;
|
|
252
|
-
$utrecht-form-input-border-color: $dinkelland-color-grey-46;
|
|
253
|
-
$utrecht-form-input-background-color: $dinkelland-color-white-100;
|
|
254
|
-
$utrecht-card-background-color: $dinkelland-color-blue-94;
|
|
260
|
+
$utrecht-alert-icon-gap: $dinkelland-size-xs;
|
|
255
261
|
$utrecht-alert-ok-background-color: $dinkelland-color-alert-succes-background;
|
|
256
262
|
$utrecht-alert-error-background-color: $dinkelland-color-alert-error-background;
|
|
257
263
|
$utrecht-alert-warning-background-color: $dinkelland-color-alert-warning-background;
|
|
@@ -259,7 +265,6 @@ $utrecht-alert-padding-inline-end: $dinkelland-size-lg;
|
|
|
259
265
|
$utrecht-alert-padding-inline-start: $dinkelland-size-lg;
|
|
260
266
|
$utrecht-alert-padding-block-end: $dinkelland-size-lg;
|
|
261
267
|
$utrecht-alert-padding-block-start: $dinkelland-size-lg;
|
|
262
|
-
$utrecht-alert-icon-gap: $dinkelland-size-xs;
|
|
263
268
|
$utrecht-space-inline-3xl: $dinkelland-size-3xl;
|
|
264
269
|
$utrecht-space-inline-2xl: $dinkelland-size-2xl;
|
|
265
270
|
$utrecht-space-inline-xl: $dinkelland-size-xl;
|
|
@@ -297,6 +302,8 @@ $dinkelland-color-alert-warning: $dinkelland-color-black-20;
|
|
|
297
302
|
$dinkelland-color-alert-error: $dinkelland-color-black-20;
|
|
298
303
|
$dinkelland-color-primary-hover: $dinkelland-color-blue-26;
|
|
299
304
|
$dinkelland-color-primary: $dinkelland-color-blue-36;
|
|
305
|
+
$conduction-card-wrapper-color: $utrecht-document-color;
|
|
306
|
+
$conduction-card-header-color: $utrecht-document-color;
|
|
300
307
|
$utrecht-paragraph-color: $utrecht-document-color;
|
|
301
308
|
$utrecht-unordered-list-marker-color: $utrecht-document-color;
|
|
302
309
|
$utrecht-unordered-list-font-size: $utrecht-document-font-size;
|
|
@@ -304,6 +311,11 @@ $utrecht-ordered-list-font-size: $utrecht-document-font-size;
|
|
|
304
311
|
$utrecht-link-visited-color: $dinkelland-color-primary;
|
|
305
312
|
$utrecht-link-hover-color: $dinkelland-color-primary-hover;
|
|
306
313
|
$utrecht-link-color: $dinkelland-color-primary;
|
|
314
|
+
$utrecht-table-header-cell-color: $utrecht-document-color;
|
|
315
|
+
$utrecht-table-header-cell-font-size: $utrecht-document-font-size;
|
|
316
|
+
$utrecht-table-font-size: $utrecht-document-font-size;
|
|
317
|
+
$utrecht-table-font-family: $utrecht-document-font-family;
|
|
318
|
+
$utrecht-table-header-color: $utrecht-document-color;
|
|
307
319
|
$utrecht-code-block-color: $utrecht-document-color;
|
|
308
320
|
$utrecht-code-color: $utrecht-document-color;
|
|
309
321
|
$utrecht-button-secondary-action-focus-color: $dinkelland-color-primary-hover;
|
|
@@ -313,18 +325,12 @@ $utrecht-button-secondary-action-hover-border-color: $dinkelland-color-primary-h
|
|
|
313
325
|
$utrecht-button-secondary-action-color: $dinkelland-color-primary;
|
|
314
326
|
$utrecht-button-secondary-action-border-color: $dinkelland-color-primary;
|
|
315
327
|
$utrecht-blockquote-content-color: $utrecht-document-color;
|
|
316
|
-
$utrecht-
|
|
317
|
-
$utrecht-
|
|
318
|
-
$utrecht-
|
|
319
|
-
$utrecht-
|
|
320
|
-
$utrecht-table-header-color: $utrecht-document-color;
|
|
321
|
-
$utrecht-card-color: $utrecht-document-color;
|
|
328
|
+
$utrecht-alert-icon-ok-color: $dinkelland-color-alert-succes;
|
|
329
|
+
$utrecht-alert-icon-warning-color: $dinkelland-color-alert-warning;
|
|
330
|
+
$utrecht-alert-icon-error-color: $dinkelland-color-alert-error;
|
|
331
|
+
$utrecht-alert-icon-color: $dinkelland-color-alert-info;
|
|
322
332
|
$utrecht-alert-ok-color: $dinkelland-color-alert-succes;
|
|
323
333
|
$utrecht-alert-error-color: $dinkelland-color-alert-error;
|
|
324
334
|
$utrecht-alert-warning-color: $dinkelland-color-alert-warning;
|
|
325
335
|
$utrecht-alert-color: $dinkelland-color-alert-info;
|
|
326
336
|
$utrecht-alert-background-color: $dinkelland-color-alert-info-background;
|
|
327
|
-
$utrecht-alert-icon-ok-color: $dinkelland-color-alert-succes;
|
|
328
|
-
$utrecht-alert-icon-warning-color: $dinkelland-color-alert-warning;
|
|
329
|
-
$utrecht-alert-icon-error-color: $dinkelland-color-alert-error;
|
|
330
|
-
$utrecht-alert-icon-color: $dinkelland-color-alert-info;
|