@conduction/theme 1.0.19 → 1.0.21
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 +22 -11
- package/conduction-design-tokens/dist/design-tokens.css +59 -56
- package/conduction-design-tokens/dist/index.js +59 -56
- package/conduction-design-tokens/dist/index.json +91 -28
- package/conduction-design-tokens/dist/index.less +59 -56
- package/conduction-design-tokens/dist/index.scss +59 -56
- package/conduction-design-tokens/dist/tokens.json +2953 -2884
- package/conduction-design-tokens/src/brand/conduction/color.tokens.json +22 -10
- package/conduction-design-tokens/src/component/conduction/alert.tokens.json +9 -0
- package/conduction-design-tokens/src/component/conduction/icon.tokens.json +7 -0
- package/conduction-design-tokens/src/component/conduction/page-footer.tokens.json +11 -0
- package/conduction-design-tokens/src/component/conduction/page-header.tokens.json +10 -0
- package/conduction-design-tokens/src/component/utrecht/alert.tokens.json +0 -1
- package/conduction-design-tokens/src/component/utrecht/icon.tokens.json +0 -1
- package/municipalities/dinkelland-design-tokens/LICENSE.md +17 -0
- package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +325 -1
- package/municipalities/dinkelland-design-tokens/dist/font.css +114 -0
- package/municipalities/dinkelland-design-tokens/dist/index.css +1 -1
- package/municipalities/dinkelland-design-tokens/dist/index.js +325 -1
- package/municipalities/dinkelland-design-tokens/dist/index.json +6512 -28
- package/municipalities/dinkelland-design-tokens/dist/index.less +325 -1
- package/municipalities/dinkelland-design-tokens/dist/index.scss +325 -1
- package/municipalities/dinkelland-design-tokens/dist/tokens.json +6895 -36
- package/municipalities/dinkelland-design-tokens/package.json +40 -0
- package/municipalities/dinkelland-design-tokens/src/brand/dinkelland/color.tokens.json +109 -0
- package/municipalities/dinkelland-design-tokens/src/brand/dinkelland/font-size.tokens.json +17 -0
- package/municipalities/dinkelland-design-tokens/src/brand/dinkelland/size.tokens.json +17 -0
- package/municipalities/dinkelland-design-tokens/src/brand/dinkelland/typography.tokens.json +47 -0
- package/municipalities/dinkelland-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/dinkelland-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/alert.tokens.json +9 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/card.tokens.json +15 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/form-input.tokens.json +44 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/icon.tokens.json +7 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/page-footer.tokens.json +11 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/page-header.tokens.json +10 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/select.tokens.json +15 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/table.tokens.json +22 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/textbox.tokens.json +44 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/code.tokens.json +27 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/heading.tokens.json +53 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/list.tokens.json +33 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/page-footer.tokens.json +15 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/dinkelland-design-tokens/src/config.json +7 -0
- package/municipalities/dinkelland-design-tokens/src/font.scss +149 -0
- package/municipalities/dinkelland-design-tokens/src/index.scss +8 -0
- package/municipalities/dinkelland-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/leiden-design-tokens/dist/design-tokens.css +55 -48
- package/municipalities/leiden-design-tokens/dist/index.js +56 -49
- package/municipalities/leiden-design-tokens/dist/index.json +169 -26
- package/municipalities/leiden-design-tokens/dist/index.less +55 -48
- package/municipalities/leiden-design-tokens/dist/index.scss +55 -48
- package/municipalities/leiden-design-tokens/dist/tokens.json +1167 -999
- package/municipalities/leiden-design-tokens/src/brand/leiden/color.tokens.json +11 -5
- package/municipalities/leiden-design-tokens/src/component/conduction/alert.tokens.json +9 -0
- package/municipalities/leiden-design-tokens/src/component/conduction/icon.tokens.json +7 -0
- package/municipalities/leiden-design-tokens/src/component/conduction/page-footer.tokens.json +11 -0
- package/municipalities/leiden-design-tokens/src/component/conduction/page-header.tokens.json +10 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/alert.tokens.json +0 -1
- package/municipalities/leiden-design-tokens/src/component/utrecht/icon.tokens.json +0 -1
- package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +63 -59
- package/municipalities/tubbergen-design-tokens/dist/index.js +63 -59
- package/municipalities/tubbergen-design-tokens/dist/index.json +117 -33
- package/municipalities/tubbergen-design-tokens/dist/index.less +63 -59
- package/municipalities/tubbergen-design-tokens/dist/index.scss +63 -59
- package/municipalities/tubbergen-design-tokens/dist/tokens.json +3202 -3113
- package/municipalities/tubbergen-design-tokens/src/brand/tubbergen/color.tokens.json +49 -25
- package/municipalities/tubbergen-design-tokens/src/component/conduction/alert.tokens.json +9 -0
- package/municipalities/tubbergen-design-tokens/src/component/conduction/icon.tokens.json +7 -0
- package/municipalities/tubbergen-design-tokens/src/component/conduction/page-footer.tokens.json +11 -0
- package/municipalities/tubbergen-design-tokens/src/component/conduction/page-header.tokens.json +10 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/alert.tokens.json +0 -1
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/code.tokens.json +2 -2
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/icon.tokens.json +0 -1
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/page-footer.tokens.json +1 -2
- package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +61 -54
- package/municipalities/xxllnc-design-tokens/dist/index.js +59 -52
- package/municipalities/xxllnc-design-tokens/dist/index.json +178 -33
- package/municipalities/xxllnc-design-tokens/dist/index.less +61 -54
- package/municipalities/xxllnc-design-tokens/dist/index.scss +61 -54
- package/municipalities/xxllnc-design-tokens/dist/tokens.json +1286 -1114
- package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/color.tokens.json +16 -12
- package/municipalities/xxllnc-design-tokens/src/component/conduction/alert.tokens.json +9 -0
- package/municipalities/xxllnc-design-tokens/src/component/conduction/icon.tokens.json +7 -0
- package/municipalities/xxllnc-design-tokens/src/component/conduction/page-footer.tokens.json +11 -0
- package/municipalities/xxllnc-design-tokens/src/component/conduction/page-header.tokens.json +10 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/alert.tokens.json +0 -1
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/code.tokens.json +2 -2
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/icon.tokens.json +0 -1
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/table.tokens.json +2 -2
- package/package.json +3 -2
- /package/conduction-design-tokens/src/component/{utrecht → conduction}/form-input.tokens.json +0 -0
- /package/conduction-design-tokens/src/component/{utrecht → conduction}/textbox.tokens.json +0 -0
- /package/municipalities/leiden-design-tokens/src/component/{utrecht → conduction}/form-input.tokens.json +0 -0
- /package/municipalities/leiden-design-tokens/src/component/{utrecht → conduction}/textbox.tokens.json +0 -0
- /package/municipalities/leiden-design-tokens/src/component/utrecht/{blockquote.tokes.json → blockquote.tokens.json} +0 -0
- /package/municipalities/tubbergen-design-tokens/src/component/{utrecht → conduction}/form-input.tokens.json +0 -0
- /package/municipalities/tubbergen-design-tokens/src/component/{utrecht → conduction}/textbox.tokens.json +0 -0
- /package/municipalities/xxllnc-design-tokens/src/component/{utrecht → conduction}/form-input.tokens.json +0 -0
- /package/municipalities/xxllnc-design-tokens/src/component/{utrecht → conduction}/textbox.tokens.json +0 -0
- /package/municipalities/xxllnc-design-tokens/src/component/utrecht/{blockquote.tokes.json → blockquote.tokens.json} +0 -0
|
@@ -25,70 +25,94 @@
|
|
|
25
25
|
"alert-info-background": { "value": "{tubbergen.color.green.89}" },
|
|
26
26
|
|
|
27
27
|
"green": {
|
|
28
|
-
"
|
|
29
|
-
"value": "#
|
|
30
|
-
},
|
|
31
|
-
"76": { "value": "#b0d4be" },
|
|
32
|
-
"24": {
|
|
33
|
-
"value": "#067432"
|
|
28
|
+
"11": {
|
|
29
|
+
"value": "#063318"
|
|
34
30
|
},
|
|
35
31
|
"21": {
|
|
36
32
|
"value": "#0b612d",
|
|
37
33
|
"comment": "Base/Green"
|
|
38
34
|
},
|
|
39
|
-
"
|
|
40
|
-
"value": "#
|
|
35
|
+
"24": {
|
|
36
|
+
"value": "#067432"
|
|
37
|
+
},
|
|
38
|
+
"76": {
|
|
39
|
+
"value": "#b0d4be"
|
|
40
|
+
},
|
|
41
|
+
"89": {
|
|
42
|
+
"value": "#d5efdf"
|
|
41
43
|
}
|
|
42
44
|
},
|
|
43
45
|
|
|
44
46
|
"blue": {
|
|
47
|
+
"48": {
|
|
48
|
+
"value": "#2e79c6"
|
|
49
|
+
},
|
|
45
50
|
"84": {
|
|
46
51
|
"value": "#ccd4df",
|
|
47
52
|
"comment": "Base/Blue"
|
|
48
53
|
},
|
|
49
|
-
"
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
54
|
+
"94": {
|
|
55
|
+
"value": "#edeff2"
|
|
56
|
+
},
|
|
57
|
+
"96": {
|
|
58
|
+
"value": "#f2f4f7"
|
|
53
59
|
}
|
|
54
60
|
},
|
|
55
61
|
|
|
56
62
|
"white": {
|
|
63
|
+
"98": {
|
|
64
|
+
"value": "#fafafa"
|
|
65
|
+
},
|
|
57
66
|
"100": {
|
|
58
67
|
"value": "#ffffff",
|
|
59
68
|
"comment": "Base/White"
|
|
60
|
-
},
|
|
61
|
-
"98": {
|
|
62
|
-
"value": "#fafafa"
|
|
63
69
|
}
|
|
64
70
|
},
|
|
65
71
|
|
|
66
72
|
"black": {
|
|
67
|
-
"0": {
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
"
|
|
73
|
+
"0": {
|
|
74
|
+
"value": "#000000"
|
|
75
|
+
},
|
|
76
|
+
"13": {
|
|
77
|
+
"value": "#222222",
|
|
78
|
+
"comment": "Base/Black"
|
|
79
|
+
},
|
|
80
|
+
"20": {
|
|
81
|
+
"value": "#333333"
|
|
82
|
+
},
|
|
83
|
+
"33": {
|
|
84
|
+
"value": "#555555"
|
|
85
|
+
}
|
|
71
86
|
},
|
|
72
87
|
|
|
73
88
|
"yellow": {
|
|
74
|
-
"0": {
|
|
89
|
+
"0": {
|
|
90
|
+
"value": "#f0b700",
|
|
91
|
+
"comment": "Base/Yellow"
|
|
92
|
+
}
|
|
75
93
|
},
|
|
76
94
|
|
|
77
95
|
"grey": {
|
|
78
|
-
"64": {
|
|
79
|
-
"value": "#9aa1ab",
|
|
80
|
-
"comment": "Base/Grey"
|
|
81
|
-
},
|
|
82
96
|
"42": {
|
|
83
97
|
"value": "#6b6b6b"
|
|
84
98
|
},
|
|
85
99
|
"46": {
|
|
86
100
|
"value": "#767676"
|
|
101
|
+
},
|
|
102
|
+
"64": {
|
|
103
|
+
"value": "#9aa1ab",
|
|
104
|
+
"comment": "Base/Grey"
|
|
87
105
|
}
|
|
88
106
|
},
|
|
89
107
|
|
|
90
108
|
"lightgrey": {
|
|
91
|
-
"89": {
|
|
109
|
+
"89": {
|
|
110
|
+
"value": "#e4e4e4",
|
|
111
|
+
"comment": "Base/LightGrey"
|
|
112
|
+
},
|
|
113
|
+
"96": {
|
|
114
|
+
"value": "#f5f5f5"
|
|
115
|
+
}
|
|
92
116
|
}
|
|
93
117
|
}
|
|
94
118
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"utrecht": {
|
|
3
3
|
"code": {
|
|
4
|
-
"background-color": { "value": "{tubbergen.color.lightgrey.
|
|
4
|
+
"background-color": { "value": "{tubbergen.color.lightgrey.96}" },
|
|
5
5
|
"color": { "value": "{utrecht.document.color}" },
|
|
6
6
|
"font-family": { "value": "{tubbergen.typography.monospace.font-family}" },
|
|
7
7
|
"font-size": { "value": "inherit" },
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
},
|
|
10
10
|
|
|
11
11
|
"code-block": {
|
|
12
|
-
"background-color": { "value": "{tubbergen.color.lightgrey.
|
|
12
|
+
"background-color": { "value": "{tubbergen.color.lightgrey.96}" },
|
|
13
13
|
"color": { "value": "{utrecht.document.color}" },
|
|
14
14
|
"font-family": { "value": "{tubbergen.typography.monospace.font-family}" },
|
|
15
15
|
"font-size": { "value": "{tubbergen.font-size.md}" },
|
package/municipalities/tubbergen-design-tokens/src/component/utrecht/page-footer.tokens.json
CHANGED
|
@@ -9,8 +9,7 @@
|
|
|
9
9
|
"padding-inline-end": { "value": "{tubbergen.size.sm}" },
|
|
10
10
|
"padding-inline-start": { "value": "{tubbergen.size.sm}" },
|
|
11
11
|
"padding-block-end": { "value": "{tubbergen.size.2xl}" },
|
|
12
|
-
"padding-block-start": { "value": "{tubbergen.size.2xl}" }
|
|
13
|
-
"min-height": { "value": "300px" }
|
|
12
|
+
"padding-block-start": { "value": "{tubbergen.size.2xl}" }
|
|
14
13
|
}
|
|
15
14
|
}
|
|
16
15
|
}
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 16 Aug 2023 08:06:28 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.xxllnc-theme {
|
|
7
7
|
--conduction-input-select-padding-block-start: 0;
|
|
8
8
|
--conduction-input-select-padding-block-end: 0;
|
|
9
9
|
--conduction-input-select-border-focus: unset;
|
|
10
|
-
--utrecht-textbox-font-size: 15px;
|
|
11
|
-
--utrecht-textbox-border-radius: 6px;
|
|
12
10
|
--utrecht-table-header-cell-text-transform: unset;
|
|
13
11
|
--utrecht-table-header-text-transform: unset;
|
|
14
12
|
--utrecht-table-margin-block-end: 0;
|
|
@@ -16,7 +14,6 @@
|
|
|
16
14
|
--utrecht-paragraph-margin-block-start: 0;
|
|
17
15
|
--utrecht-paragraph-line-height: 1.5em;
|
|
18
16
|
--utrecht-page-max-inline-size: 1140px;
|
|
19
|
-
--utrecht-page-footer-background-image: unset;
|
|
20
17
|
--utrecht-unordered-list-item-padding-inline-start: 1ch;
|
|
21
18
|
--utrecht-unordered-list-padding-inline-start: 2ch;
|
|
22
19
|
--utrecht-unordered-list-margin-block-end: 0;
|
|
@@ -26,8 +23,6 @@
|
|
|
26
23
|
--utrecht-link-text-decoration-thickness: 0;
|
|
27
24
|
--utrecht-link-text-decoration-color: unset;
|
|
28
25
|
--utrecht-link-text-decoration: none;
|
|
29
|
-
--utrecht-form-input-font-size: 15px;
|
|
30
|
-
--utrecht-form-input-border-radius: 6px;
|
|
31
26
|
--utrecht-code-block-margin-inline-end: 0;
|
|
32
27
|
--utrecht-code-block-margin-inline-start: 0;
|
|
33
28
|
--utrecht-code-font-size: inherit;
|
|
@@ -37,6 +32,14 @@
|
|
|
37
32
|
--utrecht-button-font-size: inherit;
|
|
38
33
|
--utrecht-button-border-width: 0;
|
|
39
34
|
--utrecht-button-border-radius: 16px;
|
|
35
|
+
--utrecht-textbox-font-size: 15px;
|
|
36
|
+
--utrecht-textbox-border-radius: 6px;
|
|
37
|
+
--utrecht-page-header-logo-max-width: 150px;
|
|
38
|
+
--utrecht-page-footer-background-image: unset;
|
|
39
|
+
--utrecht-page-footer-logo-max-width: 100px;
|
|
40
|
+
--utrecht-page-footer-logo-max-height: 100px;
|
|
41
|
+
--utrecht-form-input-font-size: 15px;
|
|
42
|
+
--utrecht-form-input-border-radius: 6px;
|
|
40
43
|
--utrecht-card-border-width: unset;
|
|
41
44
|
--utrecht-card-border-radius: 16px;
|
|
42
45
|
--utrecht-action-submit-cursor: pointer;
|
|
@@ -70,13 +73,13 @@
|
|
|
70
73
|
--xxllnc-font-size-2xs: 10px;
|
|
71
74
|
--xxllnc-font-size-3xs: 8px;
|
|
72
75
|
--xxllnc-font-size-4xs: 5px;
|
|
73
|
-
--xxllnc-color-lightgrey: #f5f5f5;
|
|
76
|
+
--xxllnc-color-lightgrey-96: #f5f5f5;
|
|
74
77
|
--xxllnc-color-grey-90-hover: #e5e5e5cc; /* Grey with 80% transparency */
|
|
75
78
|
--xxllnc-color-grey-92: #eaeaea; /* Base/Grey */
|
|
76
79
|
--xxllnc-color-grey-90: #e5e5e5;
|
|
77
80
|
--xxllnc-color-grey-43: #6d6d6d;
|
|
78
|
-
--xxllnc-color-black-0-22t: #00000038; /* Black with 22% transparency */
|
|
79
81
|
--xxllnc-color-black-17-hover: #2b2b2bcc; /* Black with 80% transparency */
|
|
82
|
+
--xxllnc-color-black-0-22t: #00000038; /* Black with 22% transparency */
|
|
80
83
|
--xxllnc-color-black-21: #333338;
|
|
81
84
|
--xxllnc-color-black-17: #2b2b2b;
|
|
82
85
|
--xxllnc-color-black-16: #28282c; /* Base/Black */
|
|
@@ -98,18 +101,8 @@
|
|
|
98
101
|
--conduction-input-select-border-radius: var(--utrecht-form-input-border-radius);
|
|
99
102
|
--conduction-input-select-border: 1px solid var(--xxllnc-color-grey-92);
|
|
100
103
|
--conduction-input-select-background-color: var(--xxllnc-color-white-100);
|
|
101
|
-
--utrecht-textbox-placeholder-color: var(--xxllnc-color-grey-43);
|
|
102
|
-
--utrecht-textbox-padding-inline-start: var(--xxllnc-size-sm);
|
|
103
|
-
--utrecht-textbox-padding-inline-end: var(--xxllnc-size-sm);
|
|
104
|
-
--utrecht-textbox-padding-block-start: var(--xxllnc-size-xs);
|
|
105
|
-
--utrecht-textbox-padding-block-end: var(--xxllnc-size-xs);
|
|
106
|
-
--utrecht-textbox-font-family: var(--xxllnc-typography-sans-serif-font-family);
|
|
107
|
-
--utrecht-textbox-color: var(--xxllnc-color-grey-43);
|
|
108
|
-
--utrecht-textbox-border-width: var(--xxllnc-size-4xs);
|
|
109
|
-
--utrecht-textbox-border-color: var(--xxllnc-color-black-0-22t);
|
|
110
|
-
--utrecht-textbox-background-color: var(--xxllnc-color-white-100-0t);
|
|
111
104
|
--utrecht-table-row-border-block-end-width: var(--xxllnc-size-4xs);
|
|
112
|
-
--utrecht-table-row-border-block-end-color: var(--xxllnc-color-lightgrey);
|
|
105
|
+
--utrecht-table-row-border-block-end-color: var(--xxllnc-color-lightgrey-96);
|
|
113
106
|
--utrecht-table-cell-padding-inline-start: var(--xxllnc-size-md);
|
|
114
107
|
--utrecht-table-cell-padding-inline-end: var(--xxllnc-size-md);
|
|
115
108
|
--utrecht-table-cell-padding-block-start: var(--xxllnc-size-md);
|
|
@@ -118,22 +111,12 @@
|
|
|
118
111
|
--utrecht-table-header-font-weight: var(--xxllnc-typography-font-weight-bold);
|
|
119
112
|
--utrecht-table-margin-block-start: var(--xxllnc-size-md);
|
|
120
113
|
--utrecht-table-border-width: var(--xxllnc-size-4xs);
|
|
121
|
-
--utrecht-table-border-color: var(--xxllnc-color-lightgrey);
|
|
114
|
+
--utrecht-table-border-color: var(--xxllnc-color-lightgrey-96);
|
|
122
115
|
--utrecht-paragraph-font-weight: var(--xxllnc-typography-font-weight-normal);
|
|
123
116
|
--utrecht-paragraph-font-size: var(--xxllnc-font-size-md);
|
|
124
117
|
--utrecht-paragraph-font-family: var(--xxllnc-typography-sans-serif-font-family);
|
|
125
118
|
--utrecht-page-padding-inline-end: var(--xxllnc-size-lg);
|
|
126
119
|
--utrecht-page-padding-inline-start: var(--xxllnc-size-lg);
|
|
127
|
-
--utrecht-page-header-padding-block-end: var(--xxllnc-size-sm);
|
|
128
|
-
--utrecht-page-header-padding-block-start: var(--xxllnc-size-sm);
|
|
129
|
-
--utrecht-page-header-color: var(--xxllnc-color-black-16);
|
|
130
|
-
--utrecht-page-header-background-color: var(--xxllnc-color-grey-92);
|
|
131
|
-
--utrecht-page-footer-padding-block-start: var(--xxllnc-size-2xl);
|
|
132
|
-
--utrecht-page-footer-padding-block-end: var(--xxllnc-size-2xl);
|
|
133
|
-
--utrecht-page-footer-padding-inline-start: var(--xxllnc-size-sm);
|
|
134
|
-
--utrecht-page-footer-padding-inline-end: var(--xxllnc-size-sm);
|
|
135
|
-
--utrecht-page-footer-color: var(--xxllnc-color-primary);
|
|
136
|
-
--utrecht-page-footer-background-color: var(--xxllnc-color-white-100);
|
|
137
120
|
--utrecht-unordered-list-marker-color: var(--xxllnc-color-primary);
|
|
138
121
|
--utrecht-unordered-list-item-margin-block-end: var(--xxllnc-size-xs);
|
|
139
122
|
--utrecht-unordered-list-item-margin-block-start: var(--xxllnc-size-xs);
|
|
@@ -148,7 +131,6 @@
|
|
|
148
131
|
--utrecht-link-hover-color: var(--xxllnc-color-primary-hover);
|
|
149
132
|
--utrecht-link-text-underline-offset: var(--xxllnc-size-3xs);
|
|
150
133
|
--utrecht-link-color: var(--xxllnc-color-primary);
|
|
151
|
-
--utrecht-icon-gap: var(--xxllnc-size-xs);
|
|
152
134
|
--utrecht-heading-5-margin-block-start: var(--xxllnc-size-md);
|
|
153
135
|
--utrecht-heading-5-margin-block-end: var(--xxllnc-size-lg);
|
|
154
136
|
--utrecht-heading-5-font-weight: var(--xxllnc-typography-font-weight-light);
|
|
@@ -174,16 +156,6 @@
|
|
|
174
156
|
--utrecht-heading-1-font-weight: var(--xxllnc-typography-font-weight-normal);
|
|
175
157
|
--utrecht-heading-1-font-size: var(--xxllnc-font-size-3xl);
|
|
176
158
|
--utrecht-heading-1-font-family: var(--xxllnc-typography-sans-serif-font-family);
|
|
177
|
-
--utrecht-form-input-placeholder-color: var(--xxllnc-color-grey-43);
|
|
178
|
-
--utrecht-form-input-padding-inline-start: var(--xxllnc-size-sm);
|
|
179
|
-
--utrecht-form-input-padding-inline-end: var(--xxllnc-size-sm);
|
|
180
|
-
--utrecht-form-input-padding-block-start: var(--xxllnc-size-xs);
|
|
181
|
-
--utrecht-form-input-padding-block-end: var(--xxllnc-size-xs);
|
|
182
|
-
--utrecht-form-input-font-family: var(--xxllnc-typography-sans-serif-font-family);
|
|
183
|
-
--utrecht-form-input-color: var(--xxllnc-color-grey-43);
|
|
184
|
-
--utrecht-form-input-border-width: var(--xxllnc-size-4xs);
|
|
185
|
-
--utrecht-form-input-border-color: var(--xxllnc-color-black-0-22t);
|
|
186
|
-
--utrecht-form-input-background-color: var(--xxllnc-color-white-100-0t);
|
|
187
159
|
--utrecht-document-font-size: var(--xxllnc-font-size-md);
|
|
188
160
|
--utrecht-document-font-family: var(--xxllnc-typography-sans-serif-font-family);
|
|
189
161
|
--utrecht-document-color: var(--xxllnc-color-black-16);
|
|
@@ -198,10 +170,10 @@
|
|
|
198
170
|
--utrecht-code-block-font-size: var(--xxllnc-font-size-md);
|
|
199
171
|
--utrecht-code-block-font-family: var(--xxllnc-typography-monospace-font-family);
|
|
200
172
|
--utrecht-code-block-color: var(--xxllnc-color-black-16);
|
|
201
|
-
--utrecht-code-block-background-color: var(--xxllnc-color-lightgrey);
|
|
173
|
+
--utrecht-code-block-background-color: var(--xxllnc-color-lightgrey-96);
|
|
202
174
|
--utrecht-code-font-family: var(--xxllnc-typography-monospace-font-family);
|
|
203
175
|
--utrecht-code-color: var(--xxllnc-color-black-16);
|
|
204
|
-
--utrecht-code-background-color: var(--xxllnc-color-lightgrey);
|
|
176
|
+
--utrecht-code-background-color: var(--xxllnc-color-lightgrey-96);
|
|
205
177
|
--utrecht-button-secondary-action-hover-color: var(--xxllnc-color-black-17-hover);
|
|
206
178
|
--utrecht-button-secondary-action-hover-border-color: var(--xxllnc-color-black-17-hover);
|
|
207
179
|
--utrecht-button-secondary-action-hover-background-color: var(--xxllnc-color-white-100);
|
|
@@ -224,10 +196,47 @@
|
|
|
224
196
|
--utrecht-button-font-family: var(--xxllnc-typography-inter-font-family);
|
|
225
197
|
--utrecht-button-color: var(--xxllnc-color-grey-90);
|
|
226
198
|
--utrecht-button-background-color: var(--xxllnc-color-black-17);
|
|
227
|
-
--utrecht-
|
|
228
|
-
--utrecht-
|
|
229
|
-
--utrecht-
|
|
230
|
-
--utrecht-
|
|
199
|
+
--utrecht-blockquote-content-font-size: var(--xxllnc-font-size-md);
|
|
200
|
+
--utrecht-blockquote-content-color: var(--xxllnc-color-black-16);
|
|
201
|
+
--utrecht-blockquote-margin-inline-end: var(--xxllnc-size-xl);
|
|
202
|
+
--utrecht-blockquote-margin-inline-start: var(--xxllnc-size-xl);
|
|
203
|
+
--utrecht-textbox-placeholder-color: var(--xxllnc-color-grey-43);
|
|
204
|
+
--utrecht-textbox-padding-inline-start: var(--xxllnc-size-sm);
|
|
205
|
+
--utrecht-textbox-padding-inline-end: var(--xxllnc-size-sm);
|
|
206
|
+
--utrecht-textbox-padding-block-start: var(--xxllnc-size-xs);
|
|
207
|
+
--utrecht-textbox-padding-block-end: var(--xxllnc-size-xs);
|
|
208
|
+
--utrecht-textbox-font-family: var(--xxllnc-typography-sans-serif-font-family);
|
|
209
|
+
--utrecht-textbox-color: var(--xxllnc-color-grey-43);
|
|
210
|
+
--utrecht-textbox-border-width: var(--xxllnc-size-4xs);
|
|
211
|
+
--utrecht-textbox-border-color: var(--xxllnc-color-black-0-22t);
|
|
212
|
+
--utrecht-textbox-background-color: var(--xxllnc-color-white-100-0t);
|
|
213
|
+
--utrecht-page-header-padding-block-end: var(--xxllnc-size-sm);
|
|
214
|
+
--utrecht-page-header-padding-block-start: var(--xxllnc-size-sm);
|
|
215
|
+
--utrecht-page-header-color: var(--xxllnc-color-black-16);
|
|
216
|
+
--utrecht-page-header-background-color: var(--xxllnc-color-grey-92);
|
|
217
|
+
--utrecht-page-footer-padding-block-start: var(--xxllnc-size-2xl);
|
|
218
|
+
--utrecht-page-footer-padding-block-end: var(--xxllnc-size-2xl);
|
|
219
|
+
--utrecht-page-footer-padding-inline-start: var(--xxllnc-size-sm);
|
|
220
|
+
--utrecht-page-footer-padding-inline-end: var(--xxllnc-size-sm);
|
|
221
|
+
--utrecht-page-footer-color: var(--xxllnc-color-primary);
|
|
222
|
+
--utrecht-page-footer-background-color: var(--xxllnc-color-white-100);
|
|
223
|
+
--utrecht-icon-gap: var(--xxllnc-size-xs);
|
|
224
|
+
--utrecht-form-input-placeholder-color: var(--xxllnc-color-grey-43);
|
|
225
|
+
--utrecht-form-input-padding-inline-start: var(--xxllnc-size-sm);
|
|
226
|
+
--utrecht-form-input-padding-inline-end: var(--xxllnc-size-sm);
|
|
227
|
+
--utrecht-form-input-padding-block-start: var(--xxllnc-size-xs);
|
|
228
|
+
--utrecht-form-input-padding-block-end: var(--xxllnc-size-xs);
|
|
229
|
+
--utrecht-form-input-font-family: var(--xxllnc-typography-sans-serif-font-family);
|
|
230
|
+
--utrecht-form-input-color: var(--xxllnc-color-grey-43);
|
|
231
|
+
--utrecht-form-input-border-width: var(--xxllnc-size-4xs);
|
|
232
|
+
--utrecht-form-input-border-color: var(--xxllnc-color-black-0-22t);
|
|
233
|
+
--utrecht-form-input-background-color: var(--xxllnc-color-white-100-0t);
|
|
234
|
+
--utrecht-card-padding-block-start: var(--xxllnc-size-md);
|
|
235
|
+
--utrecht-card-padding-block-end: var(--xxllnc-size-md);
|
|
236
|
+
--utrecht-card-padding-inline-start: var(--xxllnc-size-md);
|
|
237
|
+
--utrecht-card-padding-inline-end: var(--xxllnc-size-md);
|
|
238
|
+
--utrecht-card-color: var(--xxllnc-color-white-95);
|
|
239
|
+
--utrecht-card-background-color: var(--xxllnc-color-black-21);
|
|
231
240
|
--utrecht-alert-ok-color: var(--xxllnc-color-alert-succes);
|
|
232
241
|
--utrecht-alert-ok-background-color: var(--xxllnc-color-alert-succes-background);
|
|
233
242
|
--utrecht-alert-error-color: var(--xxllnc-color-alert-error);
|
|
@@ -238,12 +247,10 @@
|
|
|
238
247
|
--utrecht-alert-padding-inline-start: var(--xxllnc-size-lg);
|
|
239
248
|
--utrecht-alert-padding-block-end: var(--xxllnc-size-lg);
|
|
240
249
|
--utrecht-alert-padding-block-start: var(--xxllnc-size-lg);
|
|
241
|
-
--utrecht-
|
|
242
|
-
--utrecht-
|
|
243
|
-
--utrecht-
|
|
244
|
-
--utrecht-
|
|
245
|
-
--utrecht-card-color: var(--xxllnc-color-white-95);
|
|
246
|
-
--utrecht-card-background-color: var(--xxllnc-color-black-21);
|
|
250
|
+
--utrecht-alert-icon-ok-color: var(--xxllnc-color-alert-succes);
|
|
251
|
+
--utrecht-alert-icon-warning-color: var(--xxllnc-color-alert-warning);
|
|
252
|
+
--utrecht-alert-icon-error-color: var(--xxllnc-color-alert-error);
|
|
253
|
+
--utrecht-alert-icon-gap: var(--xxllnc-size-xs);
|
|
247
254
|
--utrecht-space-inline-3xl: var(--xxllnc-size-3xl);
|
|
248
255
|
--utrecht-space-inline-2xl: var(--xxllnc-size-2xl);
|
|
249
256
|
--utrecht-space-inline-xl: var(--xxllnc-size-xl);
|
|
@@ -284,7 +291,7 @@
|
|
|
284
291
|
--utrecht-paragraph-color: var(--utrecht-document-color);
|
|
285
292
|
--utrecht-unordered-list-font-size: var(--utrecht-document-font-size);
|
|
286
293
|
--utrecht-ordered-list-font-size: var(--utrecht-document-font-size);
|
|
287
|
-
--utrecht-alert-icon-color: var(--xxllnc-color-alert-info);
|
|
288
294
|
--utrecht-alert-color: var(--xxllnc-color-alert-info);
|
|
289
295
|
--utrecht-alert-background-color: var(--xxllnc-color-alert-info-background);
|
|
296
|
+
--utrecht-alert-icon-color: var(--xxllnc-color-alert-info);
|
|
290
297
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 16 Aug 2023 08:06:27 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const xxllncColorPrimary = "#000000ad"; // Primary with 68% transparency
|
|
@@ -23,13 +23,13 @@ export const xxllncColorWhite1000t = "#ffffff"; // White with 0% transparency
|
|
|
23
23
|
export const xxllncColorBlack16 = "#28282c"; // Base/Black
|
|
24
24
|
export const xxllncColorBlack17 = "#2b2b2b";
|
|
25
25
|
export const xxllncColorBlack21 = "#333338";
|
|
26
|
-
export const xxllncColorBlack17Hover = "#2b2b2bcc"; // Black with 80% transparency
|
|
27
26
|
export const xxllncColorBlack022t = "#00000038"; // Black with 22% transparency
|
|
27
|
+
export const xxllncColorBlack17Hover = "#2b2b2bcc"; // Black with 80% transparency
|
|
28
28
|
export const xxllncColorGrey43 = "#6d6d6d";
|
|
29
29
|
export const xxllncColorGrey90 = "#e5e5e5";
|
|
30
30
|
export const xxllncColorGrey92 = "#eaeaea"; // Base/Grey
|
|
31
31
|
export const xxllncColorGrey90Hover = "#e5e5e5cc"; // Grey with 80% transparency
|
|
32
|
-
export const
|
|
32
|
+
export const xxllncColorLightgrey96 = "#f5f5f5";
|
|
33
33
|
export const xxllncFontSize4xs = "5px";
|
|
34
34
|
export const xxllncFontSize3xs = "8px";
|
|
35
35
|
export const xxllncFontSize2xs = "10px";
|
|
@@ -90,14 +90,11 @@ export const utrechtSpaceInlineLg = "24px";
|
|
|
90
90
|
export const utrechtSpaceInlineXl = "32px";
|
|
91
91
|
export const utrechtSpaceInline2xl = "48px";
|
|
92
92
|
export const utrechtSpaceInline3xl = "72px";
|
|
93
|
-
export const
|
|
94
|
-
export const
|
|
95
|
-
export const
|
|
96
|
-
export const
|
|
97
|
-
export const
|
|
98
|
-
export const utrechtCardPaddingInlineStart = "18px";
|
|
99
|
-
export const utrechtCardPaddingBlockEnd = "18px";
|
|
100
|
-
export const utrechtCardPaddingBlockStart = "18px";
|
|
93
|
+
export const utrechtAlertIconGap = "8px";
|
|
94
|
+
export const utrechtAlertIconColor = "#28282c";
|
|
95
|
+
export const utrechtAlertIconErrorColor = "#721c24";
|
|
96
|
+
export const utrechtAlertIconWarningColor = "#856404";
|
|
97
|
+
export const utrechtAlertIconOkColor = "#155724";
|
|
101
98
|
export const utrechtAlertBackgroundColor = "#eaeaea";
|
|
102
99
|
export const utrechtAlertColor = "#28282c";
|
|
103
100
|
export const utrechtAlertPaddingBlockStart = "24px";
|
|
@@ -110,11 +107,57 @@ export const utrechtAlertErrorBackgroundColor = "#f8d7da";
|
|
|
110
107
|
export const utrechtAlertErrorColor = "#721c24";
|
|
111
108
|
export const utrechtAlertOkBackgroundColor = "#d4edda";
|
|
112
109
|
export const utrechtAlertOkColor = "#155724";
|
|
113
|
-
export const
|
|
114
|
-
export const
|
|
115
|
-
export const
|
|
116
|
-
export const
|
|
117
|
-
export const
|
|
110
|
+
export const utrechtCardBackgroundColor = "#333338";
|
|
111
|
+
export const utrechtCardBorderRadius = "16px";
|
|
112
|
+
export const utrechtCardBorderWidth = "unset";
|
|
113
|
+
export const utrechtCardColor = "#f1f1f1";
|
|
114
|
+
export const utrechtCardPaddingInlineEnd = "18px";
|
|
115
|
+
export const utrechtCardPaddingInlineStart = "18px";
|
|
116
|
+
export const utrechtCardPaddingBlockEnd = "18px";
|
|
117
|
+
export const utrechtCardPaddingBlockStart = "18px";
|
|
118
|
+
export const utrechtFormInputBackgroundColor = "#ffffff";
|
|
119
|
+
export const utrechtFormInputBorderColor = "#00000038";
|
|
120
|
+
export const utrechtFormInputBorderRadius = "6px";
|
|
121
|
+
export const utrechtFormInputBorderWidth = "1px";
|
|
122
|
+
export const utrechtFormInputColor = "#6d6d6d";
|
|
123
|
+
export const utrechtFormInputFontFamily = "neue-haas-grotesk-text, sans-serif";
|
|
124
|
+
export const utrechtFormInputFontSize = "15px";
|
|
125
|
+
export const utrechtFormInputPaddingBlockEnd = "8px";
|
|
126
|
+
export const utrechtFormInputPaddingBlockStart = "8px";
|
|
127
|
+
export const utrechtFormInputPaddingInlineEnd = "14px";
|
|
128
|
+
export const utrechtFormInputPaddingInlineStart = "14px";
|
|
129
|
+
export const utrechtFormInputPlaceholderColor = "#6d6d6d";
|
|
130
|
+
export const utrechtIconGap = "8px";
|
|
131
|
+
export const utrechtPageFooterLogoMaxHeight = "100px";
|
|
132
|
+
export const utrechtPageFooterLogoMaxWidth = "100px";
|
|
133
|
+
export const utrechtPageFooterBackgroundColor = "#ffffff";
|
|
134
|
+
export const utrechtPageFooterBackgroundImage = "unset";
|
|
135
|
+
export const utrechtPageFooterColor = "#000000ad";
|
|
136
|
+
export const utrechtPageFooterPaddingInlineEnd = "14px";
|
|
137
|
+
export const utrechtPageFooterPaddingInlineStart = "14px";
|
|
138
|
+
export const utrechtPageFooterPaddingBlockEnd = "48px";
|
|
139
|
+
export const utrechtPageFooterPaddingBlockStart = "48px";
|
|
140
|
+
export const utrechtPageHeaderLogoMaxWidth = "150px";
|
|
141
|
+
export const utrechtPageHeaderBackgroundColor = "#eaeaea";
|
|
142
|
+
export const utrechtPageHeaderColor = "#28282c";
|
|
143
|
+
export const utrechtPageHeaderPaddingBlockStart = "14px";
|
|
144
|
+
export const utrechtPageHeaderPaddingBlockEnd = "14px";
|
|
145
|
+
export const utrechtTextboxBackgroundColor = "#ffffff";
|
|
146
|
+
export const utrechtTextboxBorderColor = "#00000038";
|
|
147
|
+
export const utrechtTextboxBorderRadius = "6px";
|
|
148
|
+
export const utrechtTextboxBorderWidth = "1px";
|
|
149
|
+
export const utrechtTextboxColor = "#6d6d6d";
|
|
150
|
+
export const utrechtTextboxFontFamily = "neue-haas-grotesk-text, sans-serif";
|
|
151
|
+
export const utrechtTextboxFontSize = "15px";
|
|
152
|
+
export const utrechtTextboxPaddingBlockEnd = "8px";
|
|
153
|
+
export const utrechtTextboxPaddingBlockStart = "8px";
|
|
154
|
+
export const utrechtTextboxPaddingInlineEnd = "14px";
|
|
155
|
+
export const utrechtTextboxPaddingInlineStart = "14px";
|
|
156
|
+
export const utrechtTextboxPlaceholderColor = "#6d6d6d";
|
|
157
|
+
export const utrechtBlockquoteMarginInlineStart = "32px";
|
|
158
|
+
export const utrechtBlockquoteMarginInlineEnd = "32px";
|
|
159
|
+
export const utrechtBlockquoteContentColor = "#28282c";
|
|
160
|
+
export const utrechtBlockquoteContentFontSize = "16px";
|
|
118
161
|
export const utrechtButtonBackgroundColor = "#2b2b2b";
|
|
119
162
|
export const utrechtButtonBorderRadius = "16px";
|
|
120
163
|
export const utrechtButtonBorderWidth = 0;
|
|
@@ -164,18 +207,6 @@ export const utrechtDocumentBackgroundColor = "#ffffff";
|
|
|
164
207
|
export const utrechtDocumentColor = "#28282c";
|
|
165
208
|
export const utrechtDocumentFontFamily = "neue-haas-grotesk-text, sans-serif";
|
|
166
209
|
export const utrechtDocumentFontSize = "16px";
|
|
167
|
-
export const utrechtFormInputBackgroundColor = "#ffffff";
|
|
168
|
-
export const utrechtFormInputBorderColor = "#00000038";
|
|
169
|
-
export const utrechtFormInputBorderRadius = "6px";
|
|
170
|
-
export const utrechtFormInputBorderWidth = "1px";
|
|
171
|
-
export const utrechtFormInputColor = "#6d6d6d";
|
|
172
|
-
export const utrechtFormInputFontFamily = "neue-haas-grotesk-text, sans-serif";
|
|
173
|
-
export const utrechtFormInputFontSize = "15px";
|
|
174
|
-
export const utrechtFormInputPaddingBlockEnd = "8px";
|
|
175
|
-
export const utrechtFormInputPaddingBlockStart = "8px";
|
|
176
|
-
export const utrechtFormInputPaddingInlineEnd = "14px";
|
|
177
|
-
export const utrechtFormInputPaddingInlineStart = "14px";
|
|
178
|
-
export const utrechtFormInputPlaceholderColor = "#6d6d6d";
|
|
179
210
|
export const utrechtHeading1FontFamily = "neue-haas-grotesk-text, sans-serif";
|
|
180
211
|
export const utrechtHeading1FontSize = "48px";
|
|
181
212
|
export const utrechtHeading1FontWeight = "400";
|
|
@@ -201,7 +232,6 @@ export const utrechtHeading5FontSize = "16px";
|
|
|
201
232
|
export const utrechtHeading5FontWeight = "100";
|
|
202
233
|
export const utrechtHeading5MarginBlockEnd = "24px";
|
|
203
234
|
export const utrechtHeading5MarginBlockStart = "18px";
|
|
204
|
-
export const utrechtIconGap = "8px";
|
|
205
235
|
export const utrechtLinkColor = "#000000ad";
|
|
206
236
|
export const utrechtLinkTextDecoration = "none";
|
|
207
237
|
export const utrechtLinkTextDecorationColor = "unset";
|
|
@@ -227,17 +257,6 @@ export const utrechtUnorderedListItemMarginBlockStart = "8px";
|
|
|
227
257
|
export const utrechtUnorderedListItemMarginBlockEnd = "8px";
|
|
228
258
|
export const utrechtUnorderedListItemPaddingInlineStart = "1ch";
|
|
229
259
|
export const utrechtUnorderedListMarkerColor = "#000000ad";
|
|
230
|
-
export const utrechtPageFooterBackgroundColor = "#ffffff";
|
|
231
|
-
export const utrechtPageFooterBackgroundImage = "unset";
|
|
232
|
-
export const utrechtPageFooterColor = "#000000ad";
|
|
233
|
-
export const utrechtPageFooterPaddingInlineEnd = "14px";
|
|
234
|
-
export const utrechtPageFooterPaddingInlineStart = "14px";
|
|
235
|
-
export const utrechtPageFooterPaddingBlockEnd = "48px";
|
|
236
|
-
export const utrechtPageFooterPaddingBlockStart = "48px";
|
|
237
|
-
export const utrechtPageHeaderBackgroundColor = "#eaeaea";
|
|
238
|
-
export const utrechtPageHeaderColor = "#28282c";
|
|
239
|
-
export const utrechtPageHeaderPaddingBlockStart = "14px";
|
|
240
|
-
export const utrechtPageHeaderPaddingBlockEnd = "14px";
|
|
241
260
|
export const utrechtPagePaddingInlineStart = "24px";
|
|
242
261
|
export const utrechtPagePaddingInlineEnd = "24px";
|
|
243
262
|
export const utrechtPageMaxInlineSize = "1140px";
|
|
@@ -267,18 +286,6 @@ export const utrechtTableCellPaddingInlineEnd = "18px";
|
|
|
267
286
|
export const utrechtTableCellPaddingInlineStart = "18px";
|
|
268
287
|
export const utrechtTableRowBorderBlockEndColor = "#f5f5f5";
|
|
269
288
|
export const utrechtTableRowBorderBlockEndWidth = "1px";
|
|
270
|
-
export const utrechtTextboxBackgroundColor = "#ffffff";
|
|
271
|
-
export const utrechtTextboxBorderColor = "#00000038";
|
|
272
|
-
export const utrechtTextboxBorderRadius = "6px";
|
|
273
|
-
export const utrechtTextboxBorderWidth = "1px";
|
|
274
|
-
export const utrechtTextboxColor = "#6d6d6d";
|
|
275
|
-
export const utrechtTextboxFontFamily = "neue-haas-grotesk-text, sans-serif";
|
|
276
|
-
export const utrechtTextboxFontSize = "15px";
|
|
277
|
-
export const utrechtTextboxPaddingBlockEnd = "8px";
|
|
278
|
-
export const utrechtTextboxPaddingBlockStart = "8px";
|
|
279
|
-
export const utrechtTextboxPaddingInlineEnd = "14px";
|
|
280
|
-
export const utrechtTextboxPaddingInlineStart = "14px";
|
|
281
|
-
export const utrechtTextboxPlaceholderColor = "#6d6d6d";
|
|
282
289
|
export const conductionInputSelectBackgroundColor = "#ffffff";
|
|
283
290
|
export const conductionInputSelectBorder = "1px solid #eaeaea";
|
|
284
291
|
export const conductionInputSelectBorderFocus = "unset";
|