@conduction/theme 1.0.38 → 1.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/conduction-design-tokens/dist/design-tokens.css +13 -1
- package/conduction-design-tokens/dist/index.js +13 -1
- package/conduction-design-tokens/dist/index.json +250 -0
- package/conduction-design-tokens/dist/index.less +13 -1
- package/conduction-design-tokens/dist/index.scss +13 -1
- package/conduction-design-tokens/dist/tokens.json +282 -0
- package/conduction-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
- package/conduction-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
- package/municipalities/dimpact-design-tokens/LICENSE.md +17 -0
- package/municipalities/dimpact-design-tokens/README.md +3 -0
- package/municipalities/dimpact-design-tokens/dist/design-tokens.css +423 -0
- package/municipalities/dimpact-design-tokens/dist/font.css +5 -0
- package/municipalities/dimpact-design-tokens/dist/index.css +7 -0
- package/municipalities/dimpact-design-tokens/dist/index.js +421 -0
- package/municipalities/dimpact-design-tokens/dist/index.json +8379 -0
- package/municipalities/dimpact-design-tokens/dist/index.less +420 -0
- package/municipalities/dimpact-design-tokens/dist/index.scss +420 -0
- package/municipalities/dimpact-design-tokens/dist/tokens.json +8931 -0
- package/municipalities/dimpact-design-tokens/documentation/color.stories.mdx +17 -0
- package/municipalities/dimpact-design-tokens/documentation/components.stories.mdx +11 -0
- package/municipalities/dimpact-design-tokens/documentation/design-tokens.stories.mdx +14 -0
- package/municipalities/dimpact-design-tokens/documentation/readme.stories.mdx +7 -0
- package/municipalities/dimpact-design-tokens/package.json +37 -0
- package/municipalities/dimpact-design-tokens/src/brand/dimpact/color.tokens.json +75 -0
- package/municipalities/dimpact-design-tokens/src/brand/dimpact/font-size.tokens.json +17 -0
- package/municipalities/dimpact-design-tokens/src/brand/dimpact/size.tokens.json +17 -0
- package/municipalities/dimpact-design-tokens/src/brand/dimpact/typography.tokens.json +40 -0
- package/municipalities/dimpact-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/dimpact-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/dimpact-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/municipalities/dimpact-design-tokens/src/component/conduction/card-wrapper.tokens.json +25 -0
- package/municipalities/dimpact-design-tokens/src/component/conduction/navigation.tokens.json +39 -0
- package/municipalities/dimpact-design-tokens/src/component/conduction/pagination.tokens.json +45 -0
- package/municipalities/dimpact-design-tokens/src/component/conduction/select.tokens.json +30 -0
- package/municipalities/dimpact-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
- package/municipalities/dimpact-design-tokens/src/component/conduction/tabs.tokens.json +84 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/code.tokens.json +26 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +12 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +10 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +24 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/form-input.tokens.json +31 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/list.tokens.json +31 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/textbox.tokens.json +31 -0
- package/municipalities/dimpact-design-tokens/src/config.json +47 -0
- package/municipalities/dimpact-design-tokens/src/font/TisaSansPro-Regular.woff2 +0 -0
- package/municipalities/dimpact-design-tokens/src/font.scss +6 -0
- package/municipalities/dimpact-design-tokens/src/index.scss +8 -0
- package/municipalities/dimpact-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +14 -1
- package/municipalities/dinkelland-design-tokens/dist/index.js +14 -1
- package/municipalities/dinkelland-design-tokens/dist/index.json +269 -0
- package/municipalities/dinkelland-design-tokens/dist/index.less +14 -1
- package/municipalities/dinkelland-design-tokens/dist/index.scss +14 -1
- package/municipalities/dinkelland-design-tokens/dist/tokens.json +300 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
- package/municipalities/epe-design-tokens/dist/design-tokens.css +14 -1
- package/municipalities/epe-design-tokens/dist/index.js +14 -1
- package/municipalities/epe-design-tokens/dist/index.json +269 -0
- package/municipalities/epe-design-tokens/dist/index.less +14 -1
- package/municipalities/epe-design-tokens/dist/index.scss +14 -1
- package/municipalities/epe-design-tokens/dist/tokens.json +300 -0
- package/municipalities/epe-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
- package/municipalities/epe-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
- package/municipalities/leiden-design-tokens/dist/design-tokens.css +14 -1
- package/municipalities/leiden-design-tokens/dist/index.js +14 -1
- package/municipalities/leiden-design-tokens/dist/index.json +269 -0
- package/municipalities/leiden-design-tokens/dist/index.less +14 -1
- package/municipalities/leiden-design-tokens/dist/index.scss +14 -1
- package/municipalities/leiden-design-tokens/dist/tokens.json +300 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
- package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +13 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.js +13 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.json +250 -0
- package/municipalities/noaberkracht-design-tokens/dist/index.less +13 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.scss +13 -1
- package/municipalities/noaberkracht-design-tokens/dist/tokens.json +282 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
- package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +15 -1
- package/municipalities/noordwijk-design-tokens/dist/index.js +15 -1
- package/municipalities/noordwijk-design-tokens/dist/index.json +290 -0
- package/municipalities/noordwijk-design-tokens/dist/index.less +15 -1
- package/municipalities/noordwijk-design-tokens/dist/index.scss +15 -1
- package/municipalities/noordwijk-design-tokens/dist/tokens.json +321 -0
- package/municipalities/noordwijk-design-tokens/src/brand/noordwijk/color.tokens.json +3 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
- package/municipalities/open-webconcept-design-tokens/LICENSE.md +17 -0
- package/municipalities/open-webconcept-design-tokens/README.md +3 -0
- package/municipalities/open-webconcept-design-tokens/dist/design-tokens.css +437 -0
- package/municipalities/open-webconcept-design-tokens/dist/font.css +361 -0
- package/municipalities/open-webconcept-design-tokens/dist/index.css +7 -0
- package/municipalities/open-webconcept-design-tokens/dist/index.js +435 -0
- package/municipalities/open-webconcept-design-tokens/dist/index.json +8655 -0
- package/municipalities/open-webconcept-design-tokens/dist/index.less +434 -0
- package/municipalities/open-webconcept-design-tokens/dist/index.scss +434 -0
- package/municipalities/open-webconcept-design-tokens/dist/tokens.json +9214 -0
- package/municipalities/open-webconcept-design-tokens/documentation/color.stories.mdx +17 -0
- package/municipalities/open-webconcept-design-tokens/documentation/components.stories.mdx +11 -0
- package/municipalities/open-webconcept-design-tokens/documentation/design-tokens.stories.mdx +14 -0
- package/municipalities/open-webconcept-design-tokens/documentation/readme.stories.mdx +7 -0
- package/municipalities/open-webconcept-design-tokens/package.json +38 -0
- package/municipalities/open-webconcept-design-tokens/src/brand/open-webconcept/color.tokens.json +89 -0
- package/municipalities/open-webconcept-design-tokens/src/brand/open-webconcept/font-size.tokens.json +17 -0
- package/municipalities/open-webconcept-design-tokens/src/brand/open-webconcept/size.tokens.json +17 -0
- package/municipalities/open-webconcept-design-tokens/src/brand/open-webconcept/typography.tokens.json +40 -0
- package/municipalities/open-webconcept-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/open-webconcept-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/open-webconcept-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/municipalities/open-webconcept-design-tokens/src/component/conduction/card-wrapper.tokens.json +25 -0
- package/municipalities/open-webconcept-design-tokens/src/component/conduction/navigation.tokens.json +39 -0
- package/municipalities/open-webconcept-design-tokens/src/component/conduction/pagination.tokens.json +45 -0
- package/municipalities/open-webconcept-design-tokens/src/component/conduction/select.tokens.json +30 -0
- package/municipalities/open-webconcept-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
- package/municipalities/open-webconcept-design-tokens/src/component/conduction/tabs.tokens.json +84 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/code.tokens.json +26 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +12 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +10 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +24 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/form-input.tokens.json +31 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/list.tokens.json +31 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/textbox.tokens.json +31 -0
- package/municipalities/open-webconcept-design-tokens/src/config.json +47 -0
- package/municipalities/open-webconcept-design-tokens/src/font.js +6 -0
- package/municipalities/open-webconcept-design-tokens/src/font.scss +363 -0
- package/municipalities/open-webconcept-design-tokens/src/index.scss +8 -0
- package/municipalities/open-webconcept-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/rotterdam-design-tokens/dist/design-tokens.css +8 -1
- package/municipalities/rotterdam-design-tokens/dist/index.js +8 -1
- package/municipalities/rotterdam-design-tokens/dist/index.json +155 -0
- package/municipalities/rotterdam-design-tokens/dist/index.less +8 -1
- package/municipalities/rotterdam-design-tokens/dist/index.scss +8 -1
- package/municipalities/rotterdam-design-tokens/dist/tokens.json +192 -0
- package/municipalities/rotterdam-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
- package/municipalities/rotterdam-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
- package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +14 -1
- package/municipalities/tubbergen-design-tokens/dist/index.js +14 -1
- package/municipalities/tubbergen-design-tokens/dist/index.json +269 -0
- package/municipalities/tubbergen-design-tokens/dist/index.less +14 -1
- package/municipalities/tubbergen-design-tokens/dist/index.scss +14 -1
- package/municipalities/tubbergen-design-tokens/dist/tokens.json +300 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
- package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +13 -1
- package/municipalities/xxllnc-design-tokens/dist/index.js +13 -1
- package/municipalities/xxllnc-design-tokens/dist/index.json +252 -0
- package/municipalities/xxllnc-design-tokens/dist/index.less +13 -1
- package/municipalities/xxllnc-design-tokens/dist/index.scss +13 -1
- package/municipalities/xxllnc-design-tokens/dist/tokens.json +285 -0
- package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/color.tokens.json +3 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
- package/package.json +4 -2
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"textbox": {
|
|
4
|
+
"border-bottom-width": {},
|
|
5
|
+
"border-color": { "value": "{dimpact.color.grey.84}" },
|
|
6
|
+
"border-radius": { "value": "5px" },
|
|
7
|
+
"border-width": { "value": "{dimpact.size.4xs}" },
|
|
8
|
+
"color": { "value": "{dimpact.color.primary}" },
|
|
9
|
+
"font-family": { "value": "{dimpact.typography.sans-serif.font-family}" },
|
|
10
|
+
"font-size": { "value": "15px" },
|
|
11
|
+
"min-inline-height": {},
|
|
12
|
+
"max-inline-size": {},
|
|
13
|
+
"padding-block-end": { "value": "{dimpact.size.xs}" },
|
|
14
|
+
"padding-block-start": { "value": "{dimpact.size.xs}" },
|
|
15
|
+
"padding-inline-end": { "value": "{dimpact.size.sm}" },
|
|
16
|
+
"padding-inline-start": { "value": "{dimpact.size.sm}" },
|
|
17
|
+
"disabled": {
|
|
18
|
+
"border-color": {},
|
|
19
|
+
"color": {}
|
|
20
|
+
},
|
|
21
|
+
"invalid": {
|
|
22
|
+
"border-color": {},
|
|
23
|
+
"border-width": {}
|
|
24
|
+
},
|
|
25
|
+
"read-only": {
|
|
26
|
+
"border-color": {},
|
|
27
|
+
"color": {}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
{
|
|
2
|
+
"fullName": "Dimpact",
|
|
3
|
+
"name": "Dimpact",
|
|
4
|
+
"prefix": "dimpact",
|
|
5
|
+
"npm": "@nl-design-system-unstable/dimpact-design-tokens",
|
|
6
|
+
"stories": [
|
|
7
|
+
"react-utrecht-alert--default",
|
|
8
|
+
"react-utrecht-alert--warning",
|
|
9
|
+
"react-utrecht-alert--error",
|
|
10
|
+
"react-utrecht-alert--ok",
|
|
11
|
+
"react-utrecht-badge-counter--default",
|
|
12
|
+
"react-utrecht-button--default",
|
|
13
|
+
"react-utrecht-button--hover",
|
|
14
|
+
"react-utrecht-button--primary-action-button",
|
|
15
|
+
"react-utrecht-button--secondary-action-button",
|
|
16
|
+
"react-utrecht-code--default",
|
|
17
|
+
"react-utrecht-code-block--default",
|
|
18
|
+
"react-utrecht-heading-1--default",
|
|
19
|
+
"react-utrecht-heading-2--default",
|
|
20
|
+
"react-utrecht-heading-3--default",
|
|
21
|
+
"react-utrecht-heading-4--default",
|
|
22
|
+
"react-utrecht-alert--default",
|
|
23
|
+
"react-utrecht-link--default",
|
|
24
|
+
"react-utrecht-link--hover",
|
|
25
|
+
"react-utrecht-link--focus",
|
|
26
|
+
"react-utrecht-ordered-list--default",
|
|
27
|
+
"react-utrecht-unordered-list--default",
|
|
28
|
+
"react-utrecht-page-header--default",
|
|
29
|
+
"react-utrecht-page-footer--default",
|
|
30
|
+
"react-utrecht-paragraph--default",
|
|
31
|
+
"react-utrecht-surface--default",
|
|
32
|
+
"react-utrecht-table--default",
|
|
33
|
+
"react-utrecht-textbox--default",
|
|
34
|
+
"react-conduction-card-header--default",
|
|
35
|
+
"react-conduction-card-header--hover",
|
|
36
|
+
"react-conduction-card-wrapper--default",
|
|
37
|
+
"react-conduction-card-wrapper--hover",
|
|
38
|
+
"react-conduction-pagination--default",
|
|
39
|
+
"react-conduction-input-select--default",
|
|
40
|
+
"react-conduction-input-select--list-option",
|
|
41
|
+
"react-conduction-input-select--placeholder",
|
|
42
|
+
"react-conduction-tabs--default",
|
|
43
|
+
"react-conduction-tabs--selected",
|
|
44
|
+
"react-conduction-tabs--hover",
|
|
45
|
+
"react-conduction-tabs--list",
|
|
46
|
+
"react-conduction-tabs--panel"
|
|
47
|
+
]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 28 Sep 2023 18:53:23 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.dinkelland-theme {
|
|
@@ -84,6 +84,10 @@
|
|
|
84
84
|
--utrecht-button-font-weight: inherit;
|
|
85
85
|
--utrecht-button-font-size: inherit;
|
|
86
86
|
--utrecht-button-border-radius: 0;
|
|
87
|
+
--utrecht-breadcrumb-padding-block-end: 15px;
|
|
88
|
+
--utrecht-breadcrumb-padding-block-start: 15px;
|
|
89
|
+
--utrecht-breadcrumb-padding-inline-end: 7.5px;
|
|
90
|
+
--utrecht-breadcrumb-padding-inline-start: 7.5px;
|
|
87
91
|
--utrecht-badge-counter-text-decoration: none;
|
|
88
92
|
--utrecht-badge-counter-border-radius: 50%;
|
|
89
93
|
--utrecht-action-submit-cursor: pointer;
|
|
@@ -349,6 +353,14 @@
|
|
|
349
353
|
--utrecht-button-border-width: var(--dinkelland-size-3xs);
|
|
350
354
|
--utrecht-button-border-color: var(--dinkelland-color-blue-36);
|
|
351
355
|
--utrecht-button-background-color: var(--dinkelland-color-blue-36);
|
|
356
|
+
--utrecht-breadcrumb-background-color: var(--dinkelland-color-green-24);
|
|
357
|
+
--utrecht-breadcrumb-separator-icon-size: var(--dinkelland-font-size-xs);
|
|
358
|
+
--utrecht-breadcrumb-separator-icon-color: var(--dinkelland-color-white-100);
|
|
359
|
+
--utrecht-breadcrumb-link-hover-color: var(--dinkelland-color-white-100);
|
|
360
|
+
--utrecht-breadcrumb-link-disabled-color: var(--dinkelland-color-white-100);
|
|
361
|
+
--utrecht-breadcrumb-link-current-color: var(--dinkelland-color-white-100);
|
|
362
|
+
--utrecht-breadcrumb-link-color: var(--dinkelland-color-white-100);
|
|
363
|
+
--utrecht-breadcrumb-font-size: var(--dinkelland-font-size-xs);
|
|
352
364
|
--utrecht-blockquote-content-font-size: var(--dinkelland-font-size-md);
|
|
353
365
|
--utrecht-blockquote-margin-inline-end: var(--dinkelland-size-xl);
|
|
354
366
|
--utrecht-blockquote-margin-inline-start: var(--dinkelland-size-xl);
|
|
@@ -431,6 +443,7 @@
|
|
|
431
443
|
--utrecht-button-secondary-action-hover-border-color: var(--dinkelland-color-primary-hover);
|
|
432
444
|
--utrecht-button-secondary-action-color: var(--dinkelland-color-primary);
|
|
433
445
|
--utrecht-button-secondary-action-border-color: var(--dinkelland-color-primary);
|
|
446
|
+
--utrecht-breadcrumb-font-family: var(--utrecht-document-font-family);
|
|
434
447
|
--utrecht-blockquote-content-color: var(--utrecht-document-color);
|
|
435
448
|
--utrecht-badge-counter-font-family: var(--utrecht-document-font-family);
|
|
436
449
|
--utrecht-badge-counter-font-size: var(--utrecht-document-font-size);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 28 Sep 2023 18:53:23 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const dinkellandColorPrimary = "#006cb9";
|
|
@@ -131,6 +131,19 @@ export const utrechtBlockquoteMarginInlineStart = "32px";
|
|
|
131
131
|
export const utrechtBlockquoteMarginInlineEnd = "32px";
|
|
132
132
|
export const utrechtBlockquoteContentColor = "#333333";
|
|
133
133
|
export const utrechtBlockquoteContentFontSize = "16px";
|
|
134
|
+
export const utrechtBreadcrumbFontFamily = "\"Lato\", Arial, sans-serif";
|
|
135
|
+
export const utrechtBreadcrumbFontSize = "12px";
|
|
136
|
+
export const utrechtBreadcrumbLinkColor = "#ffffff";
|
|
137
|
+
export const utrechtBreadcrumbLinkCurrentColor = "#ffffff";
|
|
138
|
+
export const utrechtBreadcrumbLinkDisabledColor = "#ffffff";
|
|
139
|
+
export const utrechtBreadcrumbLinkHoverColor = "#ffffff";
|
|
140
|
+
export const utrechtBreadcrumbSeparatorIconColor = "#ffffff";
|
|
141
|
+
export const utrechtBreadcrumbSeparatorIconSize = "12px";
|
|
142
|
+
export const utrechtBreadcrumbBackgroundColor = "#007a4d";
|
|
143
|
+
export const utrechtBreadcrumbPaddingInlineStart = "7.5px";
|
|
144
|
+
export const utrechtBreadcrumbPaddingInlineEnd = "7.5px";
|
|
145
|
+
export const utrechtBreadcrumbPaddingBlockStart = "15px";
|
|
146
|
+
export const utrechtBreadcrumbPaddingBlockEnd = "15px";
|
|
134
147
|
export const utrechtButtonBackgroundColor = "#006cb9";
|
|
135
148
|
export const utrechtButtonBorderColor = "#006cb9";
|
|
136
149
|
export const utrechtButtonBorderRadius = 0;
|
|
@@ -4634,6 +4634,275 @@
|
|
|
4634
4634
|
"margin-inline-start"
|
|
4635
4635
|
]
|
|
4636
4636
|
},
|
|
4637
|
+
{
|
|
4638
|
+
"value": "#007a4d",
|
|
4639
|
+
"filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
|
|
4640
|
+
"isSource": true,
|
|
4641
|
+
"original": {
|
|
4642
|
+
"value": "{dinkelland.color.green.24}"
|
|
4643
|
+
},
|
|
4644
|
+
"name": "utrechtBreadcrumbBackgroundColor",
|
|
4645
|
+
"attributes": {
|
|
4646
|
+
"category": "utrecht",
|
|
4647
|
+
"type": "breadcrumb",
|
|
4648
|
+
"item": "background-color"
|
|
4649
|
+
},
|
|
4650
|
+
"path": [
|
|
4651
|
+
"utrecht",
|
|
4652
|
+
"breadcrumb",
|
|
4653
|
+
"background-color"
|
|
4654
|
+
]
|
|
4655
|
+
},
|
|
4656
|
+
{
|
|
4657
|
+
"value": "\"Lato\", Arial, sans-serif",
|
|
4658
|
+
"filePath": "src/component/utrecht/breadcrumb.tokens.json",
|
|
4659
|
+
"isSource": true,
|
|
4660
|
+
"original": {
|
|
4661
|
+
"value": "{utrecht.document.font-family}"
|
|
4662
|
+
},
|
|
4663
|
+
"name": "utrechtBreadcrumbFontFamily",
|
|
4664
|
+
"attributes": {
|
|
4665
|
+
"category": "utrecht",
|
|
4666
|
+
"type": "breadcrumb",
|
|
4667
|
+
"item": "font-family"
|
|
4668
|
+
},
|
|
4669
|
+
"path": [
|
|
4670
|
+
"utrecht",
|
|
4671
|
+
"breadcrumb",
|
|
4672
|
+
"font-family"
|
|
4673
|
+
]
|
|
4674
|
+
},
|
|
4675
|
+
{
|
|
4676
|
+
"value": "12px",
|
|
4677
|
+
"filePath": "src/component/utrecht/breadcrumb.tokens.json",
|
|
4678
|
+
"isSource": true,
|
|
4679
|
+
"original": {
|
|
4680
|
+
"value": "{dinkelland.font-size.xs}"
|
|
4681
|
+
},
|
|
4682
|
+
"name": "utrechtBreadcrumbFontSize",
|
|
4683
|
+
"attributes": {
|
|
4684
|
+
"category": "utrecht",
|
|
4685
|
+
"type": "breadcrumb",
|
|
4686
|
+
"item": "font-size"
|
|
4687
|
+
},
|
|
4688
|
+
"path": [
|
|
4689
|
+
"utrecht",
|
|
4690
|
+
"breadcrumb",
|
|
4691
|
+
"font-size"
|
|
4692
|
+
]
|
|
4693
|
+
},
|
|
4694
|
+
{
|
|
4695
|
+
"value": "#ffffff",
|
|
4696
|
+
"filePath": "src/component/utrecht/breadcrumb.tokens.json",
|
|
4697
|
+
"isSource": true,
|
|
4698
|
+
"original": {
|
|
4699
|
+
"value": "{dinkelland.color.white.100}"
|
|
4700
|
+
},
|
|
4701
|
+
"name": "utrechtBreadcrumbLinkColor",
|
|
4702
|
+
"attributes": {
|
|
4703
|
+
"category": "utrecht",
|
|
4704
|
+
"type": "breadcrumb",
|
|
4705
|
+
"item": "link",
|
|
4706
|
+
"subitem": "color"
|
|
4707
|
+
},
|
|
4708
|
+
"path": [
|
|
4709
|
+
"utrecht",
|
|
4710
|
+
"breadcrumb",
|
|
4711
|
+
"link",
|
|
4712
|
+
"color"
|
|
4713
|
+
]
|
|
4714
|
+
},
|
|
4715
|
+
{
|
|
4716
|
+
"value": "#ffffff",
|
|
4717
|
+
"filePath": "src/component/utrecht/breadcrumb.tokens.json",
|
|
4718
|
+
"isSource": true,
|
|
4719
|
+
"original": {
|
|
4720
|
+
"value": "{dinkelland.color.white.100}"
|
|
4721
|
+
},
|
|
4722
|
+
"name": "utrechtBreadcrumbLinkCurrentColor",
|
|
4723
|
+
"attributes": {
|
|
4724
|
+
"category": "utrecht",
|
|
4725
|
+
"type": "breadcrumb",
|
|
4726
|
+
"item": "link",
|
|
4727
|
+
"subitem": "current",
|
|
4728
|
+
"state": "color"
|
|
4729
|
+
},
|
|
4730
|
+
"path": [
|
|
4731
|
+
"utrecht",
|
|
4732
|
+
"breadcrumb",
|
|
4733
|
+
"link",
|
|
4734
|
+
"current",
|
|
4735
|
+
"color"
|
|
4736
|
+
]
|
|
4737
|
+
},
|
|
4738
|
+
{
|
|
4739
|
+
"value": "#ffffff",
|
|
4740
|
+
"filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
|
|
4741
|
+
"isSource": true,
|
|
4742
|
+
"original": {
|
|
4743
|
+
"value": "{dinkelland.color.white.100}"
|
|
4744
|
+
},
|
|
4745
|
+
"name": "utrechtBreadcrumbLinkDisabledColor",
|
|
4746
|
+
"attributes": {
|
|
4747
|
+
"category": "utrecht",
|
|
4748
|
+
"type": "breadcrumb",
|
|
4749
|
+
"item": "link",
|
|
4750
|
+
"subitem": "disabled",
|
|
4751
|
+
"state": "color"
|
|
4752
|
+
},
|
|
4753
|
+
"path": [
|
|
4754
|
+
"utrecht",
|
|
4755
|
+
"breadcrumb",
|
|
4756
|
+
"link",
|
|
4757
|
+
"disabled",
|
|
4758
|
+
"color"
|
|
4759
|
+
]
|
|
4760
|
+
},
|
|
4761
|
+
{
|
|
4762
|
+
"value": "#ffffff",
|
|
4763
|
+
"filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
|
|
4764
|
+
"isSource": true,
|
|
4765
|
+
"original": {
|
|
4766
|
+
"value": "{dinkelland.color.white.100}"
|
|
4767
|
+
},
|
|
4768
|
+
"name": "utrechtBreadcrumbLinkHoverColor",
|
|
4769
|
+
"attributes": {
|
|
4770
|
+
"category": "utrecht",
|
|
4771
|
+
"type": "breadcrumb",
|
|
4772
|
+
"item": "link",
|
|
4773
|
+
"subitem": "hover",
|
|
4774
|
+
"state": "color"
|
|
4775
|
+
},
|
|
4776
|
+
"path": [
|
|
4777
|
+
"utrecht",
|
|
4778
|
+
"breadcrumb",
|
|
4779
|
+
"link",
|
|
4780
|
+
"hover",
|
|
4781
|
+
"color"
|
|
4782
|
+
]
|
|
4783
|
+
},
|
|
4784
|
+
{
|
|
4785
|
+
"value": "15px",
|
|
4786
|
+
"filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
|
|
4787
|
+
"isSource": true,
|
|
4788
|
+
"original": {
|
|
4789
|
+
"value": "15px"
|
|
4790
|
+
},
|
|
4791
|
+
"name": "utrechtBreadcrumbPaddingBlockEnd",
|
|
4792
|
+
"attributes": {
|
|
4793
|
+
"category": "utrecht",
|
|
4794
|
+
"type": "breadcrumb",
|
|
4795
|
+
"item": "padding-block-end"
|
|
4796
|
+
},
|
|
4797
|
+
"path": [
|
|
4798
|
+
"utrecht",
|
|
4799
|
+
"breadcrumb",
|
|
4800
|
+
"padding-block-end"
|
|
4801
|
+
]
|
|
4802
|
+
},
|
|
4803
|
+
{
|
|
4804
|
+
"value": "15px",
|
|
4805
|
+
"filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
|
|
4806
|
+
"isSource": true,
|
|
4807
|
+
"original": {
|
|
4808
|
+
"value": "15px"
|
|
4809
|
+
},
|
|
4810
|
+
"name": "utrechtBreadcrumbPaddingBlockStart",
|
|
4811
|
+
"attributes": {
|
|
4812
|
+
"category": "utrecht",
|
|
4813
|
+
"type": "breadcrumb",
|
|
4814
|
+
"item": "padding-block-start"
|
|
4815
|
+
},
|
|
4816
|
+
"path": [
|
|
4817
|
+
"utrecht",
|
|
4818
|
+
"breadcrumb",
|
|
4819
|
+
"padding-block-start"
|
|
4820
|
+
]
|
|
4821
|
+
},
|
|
4822
|
+
{
|
|
4823
|
+
"value": "7.5px",
|
|
4824
|
+
"filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
|
|
4825
|
+
"isSource": true,
|
|
4826
|
+
"original": {
|
|
4827
|
+
"value": "7.5px"
|
|
4828
|
+
},
|
|
4829
|
+
"name": "utrechtBreadcrumbPaddingInlineEnd",
|
|
4830
|
+
"attributes": {
|
|
4831
|
+
"category": "utrecht",
|
|
4832
|
+
"type": "breadcrumb",
|
|
4833
|
+
"item": "padding-inline-end"
|
|
4834
|
+
},
|
|
4835
|
+
"path": [
|
|
4836
|
+
"utrecht",
|
|
4837
|
+
"breadcrumb",
|
|
4838
|
+
"padding-inline-end"
|
|
4839
|
+
]
|
|
4840
|
+
},
|
|
4841
|
+
{
|
|
4842
|
+
"value": "7.5px",
|
|
4843
|
+
"filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
|
|
4844
|
+
"isSource": true,
|
|
4845
|
+
"original": {
|
|
4846
|
+
"value": "7.5px"
|
|
4847
|
+
},
|
|
4848
|
+
"name": "utrechtBreadcrumbPaddingInlineStart",
|
|
4849
|
+
"attributes": {
|
|
4850
|
+
"category": "utrecht",
|
|
4851
|
+
"type": "breadcrumb",
|
|
4852
|
+
"item": "padding-inline-start"
|
|
4853
|
+
},
|
|
4854
|
+
"path": [
|
|
4855
|
+
"utrecht",
|
|
4856
|
+
"breadcrumb",
|
|
4857
|
+
"padding-inline-start"
|
|
4858
|
+
]
|
|
4859
|
+
},
|
|
4860
|
+
{
|
|
4861
|
+
"value": "#ffffff",
|
|
4862
|
+
"filePath": "src/component/utrecht/breadcrumb.tokens.json",
|
|
4863
|
+
"isSource": true,
|
|
4864
|
+
"original": {
|
|
4865
|
+
"value": "{dinkelland.color.white.100}"
|
|
4866
|
+
},
|
|
4867
|
+
"name": "utrechtBreadcrumbSeparatorIconColor",
|
|
4868
|
+
"attributes": {
|
|
4869
|
+
"category": "utrecht",
|
|
4870
|
+
"type": "breadcrumb",
|
|
4871
|
+
"item": "separator",
|
|
4872
|
+
"subitem": "icon",
|
|
4873
|
+
"state": "color"
|
|
4874
|
+
},
|
|
4875
|
+
"path": [
|
|
4876
|
+
"utrecht",
|
|
4877
|
+
"breadcrumb",
|
|
4878
|
+
"separator",
|
|
4879
|
+
"icon",
|
|
4880
|
+
"color"
|
|
4881
|
+
]
|
|
4882
|
+
},
|
|
4883
|
+
{
|
|
4884
|
+
"value": "12px",
|
|
4885
|
+
"filePath": "src/component/utrecht/breadcrumb.tokens.json",
|
|
4886
|
+
"isSource": true,
|
|
4887
|
+
"original": {
|
|
4888
|
+
"value": "{dinkelland.font-size.xs}"
|
|
4889
|
+
},
|
|
4890
|
+
"name": "utrechtBreadcrumbSeparatorIconSize",
|
|
4891
|
+
"attributes": {
|
|
4892
|
+
"category": "utrecht",
|
|
4893
|
+
"type": "breadcrumb",
|
|
4894
|
+
"item": "separator",
|
|
4895
|
+
"subitem": "icon",
|
|
4896
|
+
"state": "size"
|
|
4897
|
+
},
|
|
4898
|
+
"path": [
|
|
4899
|
+
"utrecht",
|
|
4900
|
+
"breadcrumb",
|
|
4901
|
+
"separator",
|
|
4902
|
+
"icon",
|
|
4903
|
+
"size"
|
|
4904
|
+
]
|
|
4905
|
+
},
|
|
4637
4906
|
{
|
|
4638
4907
|
"value": "#006cb9",
|
|
4639
4908
|
"filePath": "src/component/utrecht/button.tokens.json",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 28 Sep 2023 18:53:24 GMT
|
|
4
4
|
|
|
5
5
|
@conduction-tabs-scroll-button-border-style: solid;
|
|
6
6
|
@conduction-tabs-tab-panel-border-top: 0;
|
|
@@ -82,6 +82,10 @@
|
|
|
82
82
|
@utrecht-button-font-weight: inherit;
|
|
83
83
|
@utrecht-button-font-size: inherit;
|
|
84
84
|
@utrecht-button-border-radius: 0;
|
|
85
|
+
@utrecht-breadcrumb-padding-block-end: 15px;
|
|
86
|
+
@utrecht-breadcrumb-padding-block-start: 15px;
|
|
87
|
+
@utrecht-breadcrumb-padding-inline-end: 7.5px;
|
|
88
|
+
@utrecht-breadcrumb-padding-inline-start: 7.5px;
|
|
85
89
|
@utrecht-badge-counter-text-decoration: none;
|
|
86
90
|
@utrecht-badge-counter-border-radius: 50%;
|
|
87
91
|
@utrecht-action-submit-cursor: pointer;
|
|
@@ -347,6 +351,14 @@
|
|
|
347
351
|
@utrecht-button-border-width: @dinkelland-size-3xs;
|
|
348
352
|
@utrecht-button-border-color: @dinkelland-color-blue-36;
|
|
349
353
|
@utrecht-button-background-color: @dinkelland-color-blue-36;
|
|
354
|
+
@utrecht-breadcrumb-background-color: @dinkelland-color-green-24;
|
|
355
|
+
@utrecht-breadcrumb-separator-icon-size: @dinkelland-font-size-xs;
|
|
356
|
+
@utrecht-breadcrumb-separator-icon-color: @dinkelland-color-white-100;
|
|
357
|
+
@utrecht-breadcrumb-link-hover-color: @dinkelland-color-white-100;
|
|
358
|
+
@utrecht-breadcrumb-link-disabled-color: @dinkelland-color-white-100;
|
|
359
|
+
@utrecht-breadcrumb-link-current-color: @dinkelland-color-white-100;
|
|
360
|
+
@utrecht-breadcrumb-link-color: @dinkelland-color-white-100;
|
|
361
|
+
@utrecht-breadcrumb-font-size: @dinkelland-font-size-xs;
|
|
350
362
|
@utrecht-blockquote-content-font-size: @dinkelland-font-size-md;
|
|
351
363
|
@utrecht-blockquote-margin-inline-end: @dinkelland-size-xl;
|
|
352
364
|
@utrecht-blockquote-margin-inline-start: @dinkelland-size-xl;
|
|
@@ -429,6 +441,7 @@
|
|
|
429
441
|
@utrecht-button-secondary-action-hover-border-color: @dinkelland-color-primary-hover;
|
|
430
442
|
@utrecht-button-secondary-action-color: @dinkelland-color-primary;
|
|
431
443
|
@utrecht-button-secondary-action-border-color: @dinkelland-color-primary;
|
|
444
|
+
@utrecht-breadcrumb-font-family: @utrecht-document-font-family;
|
|
432
445
|
@utrecht-blockquote-content-color: @utrecht-document-color;
|
|
433
446
|
@utrecht-badge-counter-font-family: @utrecht-document-font-family;
|
|
434
447
|
@utrecht-badge-counter-font-size: @utrecht-document-font-size;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 28 Sep 2023 18:53:23 GMT
|
|
4
4
|
|
|
5
5
|
$conduction-tabs-scroll-button-border-style: solid;
|
|
6
6
|
$conduction-tabs-tab-panel-border-top: 0;
|
|
@@ -82,6 +82,10 @@ $utrecht-button-primary-action-font-weight: inherit;
|
|
|
82
82
|
$utrecht-button-font-weight: inherit;
|
|
83
83
|
$utrecht-button-font-size: inherit;
|
|
84
84
|
$utrecht-button-border-radius: 0;
|
|
85
|
+
$utrecht-breadcrumb-padding-block-end: 15px;
|
|
86
|
+
$utrecht-breadcrumb-padding-block-start: 15px;
|
|
87
|
+
$utrecht-breadcrumb-padding-inline-end: 7.5px;
|
|
88
|
+
$utrecht-breadcrumb-padding-inline-start: 7.5px;
|
|
85
89
|
$utrecht-badge-counter-text-decoration: none;
|
|
86
90
|
$utrecht-badge-counter-border-radius: 50%;
|
|
87
91
|
$utrecht-action-submit-cursor: pointer;
|
|
@@ -347,6 +351,14 @@ $utrecht-button-color: $dinkelland-color-white-100;
|
|
|
347
351
|
$utrecht-button-border-width: $dinkelland-size-3xs;
|
|
348
352
|
$utrecht-button-border-color: $dinkelland-color-blue-36;
|
|
349
353
|
$utrecht-button-background-color: $dinkelland-color-blue-36;
|
|
354
|
+
$utrecht-breadcrumb-background-color: $dinkelland-color-green-24;
|
|
355
|
+
$utrecht-breadcrumb-separator-icon-size: $dinkelland-font-size-xs;
|
|
356
|
+
$utrecht-breadcrumb-separator-icon-color: $dinkelland-color-white-100;
|
|
357
|
+
$utrecht-breadcrumb-link-hover-color: $dinkelland-color-white-100;
|
|
358
|
+
$utrecht-breadcrumb-link-disabled-color: $dinkelland-color-white-100;
|
|
359
|
+
$utrecht-breadcrumb-link-current-color: $dinkelland-color-white-100;
|
|
360
|
+
$utrecht-breadcrumb-link-color: $dinkelland-color-white-100;
|
|
361
|
+
$utrecht-breadcrumb-font-size: $dinkelland-font-size-xs;
|
|
350
362
|
$utrecht-blockquote-content-font-size: $dinkelland-font-size-md;
|
|
351
363
|
$utrecht-blockquote-margin-inline-end: $dinkelland-size-xl;
|
|
352
364
|
$utrecht-blockquote-margin-inline-start: $dinkelland-size-xl;
|
|
@@ -429,6 +441,7 @@ $utrecht-button-secondary-action-hover-color: $dinkelland-color-primary-hover;
|
|
|
429
441
|
$utrecht-button-secondary-action-hover-border-color: $dinkelland-color-primary-hover;
|
|
430
442
|
$utrecht-button-secondary-action-color: $dinkelland-color-primary;
|
|
431
443
|
$utrecht-button-secondary-action-border-color: $dinkelland-color-primary;
|
|
444
|
+
$utrecht-breadcrumb-font-family: $utrecht-document-font-family;
|
|
432
445
|
$utrecht-blockquote-content-color: $utrecht-document-color;
|
|
433
446
|
$utrecht-badge-counter-font-family: $utrecht-document-font-family;
|
|
434
447
|
$utrecht-badge-counter-font-size: $utrecht-document-font-size;
|