@conduction/theme 1.0.28 → 1.0.30
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 +5 -0
- package/conduction-design-tokens/dist/design-tokens.css +5 -1
- package/conduction-design-tokens/dist/index.js +5 -1
- package/conduction-design-tokens/dist/index.json +86 -0
- package/conduction-design-tokens/dist/index.less +5 -1
- package/conduction-design-tokens/dist/index.scss +5 -1
- package/conduction-design-tokens/dist/tokens.json +96 -1
- package/conduction-design-tokens/src/component/conduction/select.tokens.json +16 -1
- package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +5 -1
- package/municipalities/dinkelland-design-tokens/dist/index.js +5 -1
- package/municipalities/dinkelland-design-tokens/dist/index.json +86 -0
- package/municipalities/dinkelland-design-tokens/dist/index.less +5 -1
- package/municipalities/dinkelland-design-tokens/dist/index.scss +5 -1
- package/municipalities/dinkelland-design-tokens/dist/tokens.json +96 -1
- package/municipalities/dinkelland-design-tokens/src/component/conduction/select.tokens.json +16 -1
- package/municipalities/epe-design-tokens/dist/design-tokens.css +9 -5
- package/municipalities/epe-design-tokens/dist/index.js +9 -5
- package/municipalities/epe-design-tokens/dist/index.json +94 -8
- package/municipalities/epe-design-tokens/dist/index.less +9 -5
- package/municipalities/epe-design-tokens/dist/index.scss +9 -5
- package/municipalities/epe-design-tokens/dist/tokens.json +104 -9
- package/municipalities/epe-design-tokens/src/component/conduction/card-header.tokens.json +4 -4
- package/municipalities/epe-design-tokens/src/component/conduction/select.tokens.json +16 -1
- package/municipalities/leiden-design-tokens/dist/design-tokens.css +5 -1
- package/municipalities/leiden-design-tokens/dist/index.js +5 -1
- package/municipalities/leiden-design-tokens/dist/index.json +86 -0
- package/municipalities/leiden-design-tokens/dist/index.less +5 -1
- package/municipalities/leiden-design-tokens/dist/index.scss +5 -1
- package/municipalities/leiden-design-tokens/dist/tokens.json +96 -1
- package/municipalities/leiden-design-tokens/src/component/conduction/select.tokens.json +16 -1
- package/municipalities/noaberkracht-design-tokens/LICENSE.md +17 -0
- package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +190 -6
- package/municipalities/noaberkracht-design-tokens/dist/font.css +5 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.js +190 -6
- package/municipalities/noaberkracht-design-tokens/dist/index.json +4795 -1169
- package/municipalities/noaberkracht-design-tokens/dist/index.less +190 -6
- package/municipalities/noaberkracht-design-tokens/dist/index.scss +190 -6
- package/municipalities/noaberkracht-design-tokens/dist/tokens.json +4208 -254
- package/municipalities/noaberkracht-design-tokens/package.json +40 -0
- package/municipalities/noaberkracht-design-tokens/src/brand/noaberkracht/color.tokens.json +70 -0
- package/municipalities/noaberkracht-design-tokens/src/brand/noaberkracht/font-size.tokens.json +17 -0
- package/municipalities/noaberkracht-design-tokens/src/brand/noaberkracht/size.tokens.json +17 -0
- package/municipalities/noaberkracht-design-tokens/src/brand/noaberkracht/typography.tokens.json +52 -0
- package/municipalities/noaberkracht-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/noaberkracht-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/noaberkracht-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/municipalities/noaberkracht-design-tokens/src/component/conduction/card-wrapper.tokens.json +19 -0
- package/municipalities/noaberkracht-design-tokens/src/component/conduction/select.tokens.json +30 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/code.tokens.json +27 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +44 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +12 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +10 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +24 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +44 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/heading.tokens.json +53 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/list.tokens.json +33 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/noaberkracht-design-tokens/src/config.json +7 -0
- package/municipalities/noaberkracht-design-tokens/src/font/GreycliffCF.woff2 +0 -0
- package/municipalities/noaberkracht-design-tokens/src/font/Oceanwide.woff2 +0 -0
- package/municipalities/noaberkracht-design-tokens/src/font.scss +11 -0
- package/municipalities/noaberkracht-design-tokens/src/index.scss +8 -0
- package/municipalities/noaberkracht-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +8 -5
- package/municipalities/noordwijk-design-tokens/dist/index.js +8 -5
- package/municipalities/noordwijk-design-tokens/dist/index.json +153 -80
- package/municipalities/noordwijk-design-tokens/dist/index.less +8 -5
- package/municipalities/noordwijk-design-tokens/dist/index.scss +8 -5
- package/municipalities/noordwijk-design-tokens/dist/tokens.json +164 -81
- package/municipalities/noordwijk-design-tokens/src/component/conduction/select.tokens.json +20 -1
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/table.tokens.json +4 -4
- package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +5 -1
- package/municipalities/tubbergen-design-tokens/dist/index.js +5 -1
- package/municipalities/tubbergen-design-tokens/dist/index.json +86 -0
- package/municipalities/tubbergen-design-tokens/dist/index.less +5 -1
- package/municipalities/tubbergen-design-tokens/dist/index.scss +5 -1
- package/municipalities/tubbergen-design-tokens/dist/tokens.json +96 -1
- package/municipalities/tubbergen-design-tokens/src/component/conduction/select.tokens.json +16 -1
- package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +5 -1
- package/municipalities/xxllnc-design-tokens/dist/index.js +5 -1
- package/municipalities/xxllnc-design-tokens/dist/index.json +86 -0
- package/municipalities/xxllnc-design-tokens/dist/index.less +5 -1
- package/municipalities/xxllnc-design-tokens/dist/index.scss +5 -1
- package/municipalities/xxllnc-design-tokens/dist/tokens.json +96 -1
- package/municipalities/xxllnc-design-tokens/src/component/conduction/select.tokens.json +16 -1
- package/package.json +3 -2
|
@@ -1,11 +1,38 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 24 Aug 2023 15:21:01 GMT
|
|
4
4
|
|
|
5
|
+
@conduction-input-select-padding-block-start: 0;
|
|
6
|
+
@conduction-input-select-padding-block-end: 0;
|
|
7
|
+
@conduction-input-select-border-focus: unset;
|
|
8
|
+
@conduction-card-wrapper-border-radius: 22px;
|
|
9
|
+
@conduction-card-wrapper-border-style: solid;
|
|
10
|
+
@utrecht-paragraph-margin-block-end: 0;
|
|
11
|
+
@utrecht-paragraph-margin-block-start: 0;
|
|
12
|
+
@utrecht-paragraph-line-height: 1.5em;
|
|
5
13
|
@utrecht-page-max-inline-size: 1140px;
|
|
14
|
+
@utrecht-unordered-list-item-padding-inline-start: 1ch;
|
|
15
|
+
@utrecht-unordered-list-padding-inline-start: 2ch;
|
|
16
|
+
@utrecht-unordered-list-margin-block-end: 0;
|
|
17
|
+
@utrecht-ordered-list-item-padding-inline-start: 1ch;
|
|
18
|
+
@utrecht-link-text-decoration: underline;
|
|
19
|
+
@utrecht-textbox-font-size: 14px;
|
|
20
|
+
@utrecht-textbox-border-radius: 9999px;
|
|
21
|
+
@utrecht-table-header-cell-text-transform: unset;
|
|
22
|
+
@utrecht-table-margin-block-end: 0;
|
|
23
|
+
@utrecht-table-header-text-transform: unset;
|
|
6
24
|
@utrecht-page-header-logo-max-width: 130px;
|
|
7
25
|
@utrecht-page-footer-background-image: unset;
|
|
8
26
|
@utrecht-page-footer-logo-max-width: 150px;
|
|
27
|
+
@utrecht-form-input-font-size: 14px;
|
|
28
|
+
@utrecht-form-input-border-radius: 9999px;
|
|
29
|
+
@utrecht-code-block-margin-inline-end: 0;
|
|
30
|
+
@utrecht-code-block-margin-inline-start: 0;
|
|
31
|
+
@utrecht-code-font-size: inherit;
|
|
32
|
+
@utrecht-button-primary-action-font-weight: inherit;
|
|
33
|
+
@utrecht-button-font-weight: inherit;
|
|
34
|
+
@utrecht-button-font-size: inherit;
|
|
35
|
+
@utrecht-button-border-radius: 9999px;
|
|
9
36
|
@utrecht-action-submit-cursor: pointer;
|
|
10
37
|
@utrecht-action-disabled-cursor: not-allowed;
|
|
11
38
|
@utrecht-action-busy-cursor: wait;
|
|
@@ -14,7 +41,8 @@
|
|
|
14
41
|
@noaberkracht-typography-font-weight-bold: 700;
|
|
15
42
|
@noaberkracht-typography-monospace-font-family: Monospace, "Lucida Console";
|
|
16
43
|
@noaberkracht-typography-sans-serif-font-family: "Noto Sans", Arial, sans-serif;
|
|
17
|
-
@noaberkracht-typography-
|
|
44
|
+
@noaberkracht-typography-oceanwide-font-family: Oceanwide,ui-serif,Georgia,Cambria,Times New Roman,Times,serif;
|
|
45
|
+
@noaberkracht-typography-greycliff-cf-font-family: greycliff-cf,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
|
|
18
46
|
@noaberkracht-size-4xl: 96px;
|
|
19
47
|
@noaberkracht-size-3xl: 72px;
|
|
20
48
|
@noaberkracht-size-2xl: 48px;
|
|
@@ -42,7 +70,7 @@
|
|
|
42
70
|
@noaberkracht-color-white-98: #fafafa;
|
|
43
71
|
@noaberkracht-color-lightgrey-96: #f5f5f5; // Base/LightGrey
|
|
44
72
|
@noaberkracht-color-yellow-47: #f0b800; // Base/Yellow from Huisstijlhandboek, base color of website is #f0af00
|
|
45
|
-
@noaberkracht-color-blue-31: #012c9d99; // Blue with 60% transparency
|
|
73
|
+
@noaberkracht-color-blue-31-60t: #012c9d99; // Blue with 60% transparency
|
|
46
74
|
@noaberkracht-color-blue-22: #003790; // Base/Blue from Huisstijlhandboek, base color of website is #012c9d
|
|
47
75
|
@noaberkracht-color-alert-info-background: #cce5ff;
|
|
48
76
|
@noaberkracht-color-alert-info: #004085;
|
|
@@ -57,22 +85,168 @@
|
|
|
57
85
|
@noaberkracht-color-error: #dc3545;
|
|
58
86
|
@noaberkracht-color-primary-hover: #2e5ed9;
|
|
59
87
|
@noaberkracht-color-primary: #4376fc;
|
|
88
|
+
@conduction-input-select-placeholder-font-family: @noaberkracht-typography-greycliff-cf-font-family;
|
|
89
|
+
@conduction-input-select-list-option-hover-font-family: @noaberkracht-typography-greycliff-cf-font-family;
|
|
90
|
+
@conduction-input-select-list-option-font-family: @noaberkracht-typography-greycliff-cf-font-family;
|
|
91
|
+
@conduction-input-select-invalid-border-color: @noaberkracht-color-error;
|
|
92
|
+
@conduction-input-select-border-radius: @utrecht-form-input-border-radius;
|
|
93
|
+
@conduction-input-select-border: @noaberkracht-size-4xs solid @noaberkracht-color-blue-22;
|
|
94
|
+
@conduction-input-select-background-color: @noaberkracht-color-white-100;
|
|
95
|
+
@conduction-card-wrapper-padding-block-start: @noaberkracht-size-md;
|
|
96
|
+
@conduction-card-wrapper-padding-block-end: @noaberkracht-size-md;
|
|
97
|
+
@conduction-card-wrapper-padding-inline-start: @noaberkracht-size-md;
|
|
98
|
+
@conduction-card-wrapper-padding-inline-end: @noaberkracht-size-md;
|
|
99
|
+
@conduction-card-wrapper-color: @noaberkracht-color-blue-22;
|
|
100
|
+
@conduction-card-wrapper-border-width: @noaberkracht-size-4xs;
|
|
101
|
+
@conduction-card-wrapper-border-color: @noaberkracht-color-blue-22;
|
|
102
|
+
@conduction-card-wrapper-background-color: @noaberkracht-color-white-100;
|
|
103
|
+
@conduction-card-header-date-margin-block-end: @noaberkracht-size-xs;
|
|
104
|
+
@conduction-card-header-date-font-weight: @noaberkracht-typography-font-weight-light;
|
|
105
|
+
@conduction-card-header-date-font-size: @noaberkracht-font-size-xs;
|
|
106
|
+
@conduction-card-header-date-color: @noaberkracht-color-blue-22;
|
|
107
|
+
@conduction-card-header-title-color: @noaberkracht-color-blue-22;
|
|
108
|
+
@utrecht-paragraph-font-weight: @noaberkracht-typography-font-weight-normal;
|
|
109
|
+
@utrecht-paragraph-font-size: @noaberkracht-font-size-sm;
|
|
110
|
+
@utrecht-paragraph-font-family: @noaberkracht-typography-greycliff-cf-font-family;
|
|
60
111
|
@utrecht-page-margin-inline-end: @noaberkracht-size-lg;
|
|
61
112
|
@utrecht-page-margin-inline-start: @noaberkracht-size-lg;
|
|
113
|
+
@utrecht-unordered-list-marker-color: @noaberkracht-color-blue-22;
|
|
114
|
+
@utrecht-unordered-list-item-margin-block-end: @noaberkracht-size-xs;
|
|
115
|
+
@utrecht-unordered-list-item-margin-block-start: @noaberkracht-size-xs;
|
|
116
|
+
@utrecht-unordered-list-margin-block-start: @noaberkracht-size-md;
|
|
117
|
+
@utrecht-ordered-list-item-margin-block-end: @noaberkracht-size-2xs;
|
|
118
|
+
@utrecht-ordered-list-item-margin-block-start: @noaberkracht-size-2xs;
|
|
119
|
+
@utrecht-ordered-list-padding-inline-start: @noaberkracht-size-xl;
|
|
120
|
+
@utrecht-ordered-list-margin-block-end: @noaberkracht-size-sm;
|
|
121
|
+
@utrecht-ordered-list-margin-block-start: @noaberkracht-size-sm;
|
|
122
|
+
@utrecht-link-icon-size: @noaberkracht-size-sm;
|
|
123
|
+
@utrecht-link-visited-color: @noaberkracht-color-blue-22;
|
|
124
|
+
@utrecht-link-hover-text-decoration-thickness: @noaberkracht-size-4xs;
|
|
125
|
+
@utrecht-link-hover-color: @noaberkracht-color-blue-22;
|
|
126
|
+
@utrecht-link-text-underline-offset: @noaberkracht-size-3xs;
|
|
127
|
+
@utrecht-link-text-decoration-thickness: @noaberkracht-size-4xs;
|
|
128
|
+
@utrecht-link-text-decoration-color: @noaberkracht-color-blue-22;
|
|
129
|
+
@utrecht-link-color: @noaberkracht-color-blue-22;
|
|
130
|
+
@utrecht-heading-5-margin-block-start: @noaberkracht-size-md;
|
|
131
|
+
@utrecht-heading-5-margin-block-end: @noaberkracht-size-lg;
|
|
132
|
+
@utrecht-heading-5-font-weight: @noaberkracht-typography-font-weight-light;
|
|
133
|
+
@utrecht-heading-5-font-size: @noaberkracht-font-size-sm;
|
|
134
|
+
@utrecht-heading-5-font-family: @noaberkracht-typography-oceanwide-font-family;
|
|
135
|
+
@utrecht-heading-5-color: @noaberkracht-color-blue-22;
|
|
136
|
+
@utrecht-heading-4-margin-block-start: @noaberkracht-size-md;
|
|
137
|
+
@utrecht-heading-4-margin-block-end: @noaberkracht-size-lg;
|
|
138
|
+
@utrecht-heading-4-font-weight: @noaberkracht-typography-font-weight-normal;
|
|
139
|
+
@utrecht-heading-4-font-size: @noaberkracht-font-size-md;
|
|
140
|
+
@utrecht-heading-4-font-family: @noaberkracht-typography-oceanwide-font-family;
|
|
141
|
+
@utrecht-heading-4-color: @noaberkracht-color-blue-22;
|
|
142
|
+
@utrecht-heading-3-margin-block-start: @noaberkracht-size-md;
|
|
143
|
+
@utrecht-heading-3-margin-block-end: @noaberkracht-size-xl;
|
|
144
|
+
@utrecht-heading-3-font-weight: @noaberkracht-typography-font-weight-normal;
|
|
145
|
+
@utrecht-heading-3-font-size: @noaberkracht-font-size-lg;
|
|
146
|
+
@utrecht-heading-3-font-family: @noaberkracht-typography-oceanwide-font-family;
|
|
147
|
+
@utrecht-heading-3-color: @noaberkracht-color-blue-22;
|
|
148
|
+
@utrecht-heading-2-margin-block-start: @noaberkracht-size-md;
|
|
149
|
+
@utrecht-heading-2-margin-block-end: @noaberkracht-size-2xl;
|
|
150
|
+
@utrecht-heading-2-font-weight: @noaberkracht-typography-font-weight-bold;
|
|
151
|
+
@utrecht-heading-2-font-size: @noaberkracht-font-size-xl;
|
|
152
|
+
@utrecht-heading-2-font-family: @noaberkracht-typography-oceanwide-font-family;
|
|
153
|
+
@utrecht-heading-2-color: @noaberkracht-color-blue-22;
|
|
154
|
+
@utrecht-heading-1-margin-block-start: @noaberkracht-size-md;
|
|
155
|
+
@utrecht-heading-1-margin-block-end: @noaberkracht-size-2xl;
|
|
156
|
+
@utrecht-heading-1-font-weight: @noaberkracht-typography-font-weight-bold;
|
|
157
|
+
@utrecht-heading-1-font-size: @noaberkracht-font-size-2xl;
|
|
158
|
+
@utrecht-heading-1-font-family: @noaberkracht-typography-oceanwide-font-family;
|
|
159
|
+
@utrecht-heading-1-color: @noaberkracht-color-blue-22;
|
|
160
|
+
@utrecht-textbox-focus-background-color: @noaberkracht-color-white-100;
|
|
161
|
+
@utrecht-textbox-placeholder-color: @noaberkracht-color-blue-22;
|
|
162
|
+
@utrecht-textbox-padding-inline-start: @noaberkracht-size-md;
|
|
163
|
+
@utrecht-textbox-padding-inline-end: @noaberkracht-size-md;
|
|
164
|
+
@utrecht-textbox-padding-block-start: @noaberkracht-size-xs;
|
|
165
|
+
@utrecht-textbox-padding-block-end: @noaberkracht-size-xs;
|
|
166
|
+
@utrecht-textbox-font-family: @noaberkracht-typography-greycliff-cf-font-family;
|
|
167
|
+
@utrecht-textbox-color: @noaberkracht-color-blue-22;
|
|
168
|
+
@utrecht-textbox-border-width: @noaberkracht-size-4xs;
|
|
169
|
+
@utrecht-textbox-border-color: @noaberkracht-color-blue-22;
|
|
170
|
+
@utrecht-textbox-background-color: @noaberkracht-color-white-100;
|
|
171
|
+
@utrecht-table-cell-padding-inline-start: @noaberkracht-size-md;
|
|
172
|
+
@utrecht-table-cell-padding-inline-end: @noaberkracht-size-md;
|
|
173
|
+
@utrecht-table-cell-padding-block-start: @noaberkracht-size-md;
|
|
174
|
+
@utrecht-table-cell-padding-block-end: @noaberkracht-size-md;
|
|
175
|
+
@utrecht-table-header-cell-font-weight: @noaberkracht-typography-font-weight-bold;
|
|
176
|
+
@utrecht-table-margin-block-start: @noaberkracht-size-md;
|
|
177
|
+
@utrecht-table-border-width: @noaberkracht-size-4xs;
|
|
178
|
+
@utrecht-table-border-color: @noaberkracht-color-lightgrey-96;
|
|
179
|
+
@utrecht-table-row-border-block-end-width: @noaberkracht-size-4xs;
|
|
180
|
+
@utrecht-table-row-border-block-end-color: @noaberkracht-color-lightgrey-96;
|
|
181
|
+
@utrecht-table-header-font-weight: @noaberkracht-typography-font-weight-bold;
|
|
62
182
|
@utrecht-page-header-padding-block-end: @noaberkracht-size-sm;
|
|
63
183
|
@utrecht-page-header-padding-block-start: @noaberkracht-size-sm;
|
|
64
184
|
@utrecht-page-header-color: @noaberkracht-color-white-100;
|
|
65
|
-
@utrecht-page-header-background-color: @noaberkracht-color-blue-31;
|
|
185
|
+
@utrecht-page-header-background-color: @noaberkracht-color-blue-31-60t;
|
|
66
186
|
@utrecht-page-footer-padding-block-start: @noaberkracht-size-2xl;
|
|
67
187
|
@utrecht-page-footer-padding-block-end: @noaberkracht-size-2xl;
|
|
68
188
|
@utrecht-page-footer-padding-inline-start: @noaberkracht-size-sm;
|
|
69
189
|
@utrecht-page-footer-padding-inline-end: @noaberkracht-size-sm;
|
|
70
190
|
@utrecht-page-footer-color: @noaberkracht-color-white-100;
|
|
71
191
|
@utrecht-page-footer-background-color: @noaberkracht-color-yellow-47;
|
|
72
|
-
@utrecht-
|
|
192
|
+
@utrecht-icon-gap: @noaberkracht-size-xs;
|
|
193
|
+
@utrecht-form-input-focus-background-color: @noaberkracht-color-white-100;
|
|
194
|
+
@utrecht-form-input-placeholder-color: @noaberkracht-color-blue-22;
|
|
195
|
+
@utrecht-form-input-padding-inline-start: @noaberkracht-size-md;
|
|
196
|
+
@utrecht-form-input-padding-inline-end: @noaberkracht-size-md;
|
|
197
|
+
@utrecht-form-input-padding-block-start: @noaberkracht-size-xs;
|
|
198
|
+
@utrecht-form-input-padding-block-end: @noaberkracht-size-xs;
|
|
199
|
+
@utrecht-form-input-font-family: @noaberkracht-typography-greycliff-cf-font-family;
|
|
200
|
+
@utrecht-form-input-color: @noaberkracht-color-blue-22;
|
|
201
|
+
@utrecht-form-input-border-width: @noaberkracht-size-4xs;
|
|
202
|
+
@utrecht-form-input-border-color: @noaberkracht-color-blue-22;
|
|
203
|
+
@utrecht-form-input-background-color: @noaberkracht-color-white-100;
|
|
204
|
+
@utrecht-document-font-size: @noaberkracht-font-size-sm;
|
|
73
205
|
@utrecht-document-font-family: @noaberkracht-typography-greycliff-cf-font-family;
|
|
74
|
-
@utrecht-document-color: @noaberkracht-color-
|
|
206
|
+
@utrecht-document-color: @noaberkracht-color-blue-22;
|
|
75
207
|
@utrecht-document-background-color: @noaberkracht-color-white-98;
|
|
208
|
+
@utrecht-code-block-padding-inline-end: @noaberkracht-size-md;
|
|
209
|
+
@utrecht-code-block-padding-inline-start: @noaberkracht-size-md;
|
|
210
|
+
@utrecht-code-block-padding-block-end: @noaberkracht-size-md;
|
|
211
|
+
@utrecht-code-block-padding-block-start: @noaberkracht-size-md;
|
|
212
|
+
@utrecht-code-block-margin-block-end: @noaberkracht-size-md;
|
|
213
|
+
@utrecht-code-block-margin-block-start: @noaberkracht-size-md;
|
|
214
|
+
@utrecht-code-block-line-height: @noaberkracht-size-lg;
|
|
215
|
+
@utrecht-code-block-font-size: @noaberkracht-font-size-sm;
|
|
216
|
+
@utrecht-code-block-font-family: @noaberkracht-typography-monospace-font-family;
|
|
217
|
+
@utrecht-code-block-color: @noaberkracht-color-black-0;
|
|
218
|
+
@utrecht-code-block-background-color: @noaberkracht-color-lightgrey-96;
|
|
219
|
+
@utrecht-code-font-family: @noaberkracht-typography-monospace-font-family;
|
|
220
|
+
@utrecht-code-color: @noaberkracht-color-black-0;
|
|
221
|
+
@utrecht-code-background-color: @noaberkracht-color-lightgrey-96;
|
|
222
|
+
@utrecht-button-secondary-action-hover-color: @noaberkracht-color-blue-22;
|
|
223
|
+
@utrecht-button-secondary-action-hover-border-color: @noaberkracht-color-blue-22;
|
|
224
|
+
@utrecht-button-secondary-action-hover-background-color: @noaberkracht-color-white-100;
|
|
225
|
+
@utrecht-button-secondary-action-font-weight: @noaberkracht-typography-font-weight-normal;
|
|
226
|
+
@utrecht-button-secondary-action-color: @noaberkracht-color-yellow-47;
|
|
227
|
+
@utrecht-button-secondary-action-border-width: @noaberkracht-size-3xs;
|
|
228
|
+
@utrecht-button-secondary-action-border-color: @noaberkracht-color-yellow-47;
|
|
229
|
+
@utrecht-button-secondary-action-background-color: @noaberkracht-color-white-100;
|
|
230
|
+
@utrecht-button-primary-action-hover-color: @noaberkracht-color-white-100;
|
|
231
|
+
@utrecht-button-primary-action-hover-border-color: @noaberkracht-color-yellow-47;
|
|
232
|
+
@utrecht-button-primary-action-hover-background-color: @noaberkracht-color-yellow-47;
|
|
233
|
+
@utrecht-button-primary-action-color: @noaberkracht-color-white-100;
|
|
234
|
+
@utrecht-button-primary-action-border-width: @noaberkracht-size-3xs;
|
|
235
|
+
@utrecht-button-primary-action-border-color: @noaberkracht-color-yellow-47;
|
|
236
|
+
@utrecht-button-primary-action-background-color: @noaberkracht-color-yellow-47;
|
|
237
|
+
@utrecht-button-hover-color: @noaberkracht-color-white-100;
|
|
238
|
+
@utrecht-button-hover-border-color: @noaberkracht-color-blue-22;
|
|
239
|
+
@utrecht-button-hover-background-color: @noaberkracht-color-blue-22;
|
|
240
|
+
@utrecht-button-icon-gap: @noaberkracht-size-xs;
|
|
241
|
+
@utrecht-button-padding-inline-end: @noaberkracht-size-sm;
|
|
242
|
+
@utrecht-button-padding-inline-start: @noaberkracht-size-sm;
|
|
243
|
+
@utrecht-button-padding-block-end: @noaberkracht-size-2xs;
|
|
244
|
+
@utrecht-button-padding-block-start: @noaberkracht-size-2xs;
|
|
245
|
+
@utrecht-button-font-family: @noaberkracht-typography-oceanwide-font-family;
|
|
246
|
+
@utrecht-button-color: @noaberkracht-color-white-100;
|
|
247
|
+
@utrecht-button-border-width: @noaberkracht-size-3xs;
|
|
248
|
+
@utrecht-button-border-color: @noaberkracht-color-yellow-47;
|
|
249
|
+
@utrecht-button-background-color: @noaberkracht-color-yellow-47;
|
|
76
250
|
@utrecht-blockquote-content-font-size: @noaberkracht-font-size-md;
|
|
77
251
|
@utrecht-blockquote-content-color: @noaberkracht-color-black-0;
|
|
78
252
|
@utrecht-blockquote-margin-inline-end: @noaberkracht-size-xl;
|
|
@@ -124,3 +298,13 @@
|
|
|
124
298
|
@noaberkracht-typography-scale-3xs: @noaberkracht-font-size-3xs;
|
|
125
299
|
@noaberkracht-typography-scale-4xs: @noaberkracht-font-size-4xs;
|
|
126
300
|
@noaberkracht-color-info: @noaberkracht-color-primary;
|
|
301
|
+
@conduction-input-select-placeholder-color: @utrecht-form-input-placeholder-color;
|
|
302
|
+
@conduction-card-header-color: @utrecht-document-color;
|
|
303
|
+
@utrecht-paragraph-color: @utrecht-document-color;
|
|
304
|
+
@utrecht-unordered-list-font-size: @utrecht-document-font-size;
|
|
305
|
+
@utrecht-ordered-list-font-size: @utrecht-document-font-size;
|
|
306
|
+
@utrecht-table-header-cell-color: @utrecht-document-color;
|
|
307
|
+
@utrecht-table-header-cell-font-size: @utrecht-document-font-size;
|
|
308
|
+
@utrecht-table-font-size: @utrecht-document-font-size;
|
|
309
|
+
@utrecht-table-font-family: @utrecht-document-font-family;
|
|
310
|
+
@utrecht-table-header-color: @utrecht-document-color;
|
|
@@ -1,11 +1,38 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 24 Aug 2023 15:21:01 GMT
|
|
4
4
|
|
|
5
|
+
$conduction-input-select-padding-block-start: 0;
|
|
6
|
+
$conduction-input-select-padding-block-end: 0;
|
|
7
|
+
$conduction-input-select-border-focus: unset;
|
|
8
|
+
$conduction-card-wrapper-border-radius: 22px;
|
|
9
|
+
$conduction-card-wrapper-border-style: solid;
|
|
10
|
+
$utrecht-paragraph-margin-block-end: 0;
|
|
11
|
+
$utrecht-paragraph-margin-block-start: 0;
|
|
12
|
+
$utrecht-paragraph-line-height: 1.5em;
|
|
5
13
|
$utrecht-page-max-inline-size: 1140px;
|
|
14
|
+
$utrecht-unordered-list-item-padding-inline-start: 1ch;
|
|
15
|
+
$utrecht-unordered-list-padding-inline-start: 2ch;
|
|
16
|
+
$utrecht-unordered-list-margin-block-end: 0;
|
|
17
|
+
$utrecht-ordered-list-item-padding-inline-start: 1ch;
|
|
18
|
+
$utrecht-link-text-decoration: underline;
|
|
19
|
+
$utrecht-textbox-font-size: 14px;
|
|
20
|
+
$utrecht-textbox-border-radius: 9999px;
|
|
21
|
+
$utrecht-table-header-cell-text-transform: unset;
|
|
22
|
+
$utrecht-table-margin-block-end: 0;
|
|
23
|
+
$utrecht-table-header-text-transform: unset;
|
|
6
24
|
$utrecht-page-header-logo-max-width: 130px;
|
|
7
25
|
$utrecht-page-footer-background-image: unset;
|
|
8
26
|
$utrecht-page-footer-logo-max-width: 150px;
|
|
27
|
+
$utrecht-form-input-font-size: 14px;
|
|
28
|
+
$utrecht-form-input-border-radius: 9999px;
|
|
29
|
+
$utrecht-code-block-margin-inline-end: 0;
|
|
30
|
+
$utrecht-code-block-margin-inline-start: 0;
|
|
31
|
+
$utrecht-code-font-size: inherit;
|
|
32
|
+
$utrecht-button-primary-action-font-weight: inherit;
|
|
33
|
+
$utrecht-button-font-weight: inherit;
|
|
34
|
+
$utrecht-button-font-size: inherit;
|
|
35
|
+
$utrecht-button-border-radius: 9999px;
|
|
9
36
|
$utrecht-action-submit-cursor: pointer;
|
|
10
37
|
$utrecht-action-disabled-cursor: not-allowed;
|
|
11
38
|
$utrecht-action-busy-cursor: wait;
|
|
@@ -14,7 +41,8 @@ $noaberkracht-typography-font-weight-normal: 400;
|
|
|
14
41
|
$noaberkracht-typography-font-weight-bold: 700;
|
|
15
42
|
$noaberkracht-typography-monospace-font-family: Monospace, "Lucida Console";
|
|
16
43
|
$noaberkracht-typography-sans-serif-font-family: "Noto Sans", Arial, sans-serif;
|
|
17
|
-
$noaberkracht-typography-
|
|
44
|
+
$noaberkracht-typography-oceanwide-font-family: Oceanwide,ui-serif,Georgia,Cambria,Times New Roman,Times,serif;
|
|
45
|
+
$noaberkracht-typography-greycliff-cf-font-family: greycliff-cf,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
|
|
18
46
|
$noaberkracht-size-4xl: 96px;
|
|
19
47
|
$noaberkracht-size-3xl: 72px;
|
|
20
48
|
$noaberkracht-size-2xl: 48px;
|
|
@@ -42,7 +70,7 @@ $noaberkracht-color-white-100: #ffffff; // Base/White
|
|
|
42
70
|
$noaberkracht-color-white-98: #fafafa;
|
|
43
71
|
$noaberkracht-color-lightgrey-96: #f5f5f5; // Base/LightGrey
|
|
44
72
|
$noaberkracht-color-yellow-47: #f0b800; // Base/Yellow from Huisstijlhandboek, base color of website is #f0af00
|
|
45
|
-
$noaberkracht-color-blue-31: #012c9d99; // Blue with 60% transparency
|
|
73
|
+
$noaberkracht-color-blue-31-60t: #012c9d99; // Blue with 60% transparency
|
|
46
74
|
$noaberkracht-color-blue-22: #003790; // Base/Blue from Huisstijlhandboek, base color of website is #012c9d
|
|
47
75
|
$noaberkracht-color-alert-info-background: #cce5ff;
|
|
48
76
|
$noaberkracht-color-alert-info: #004085;
|
|
@@ -57,22 +85,168 @@ $noaberkracht-color-alert-error: #721c24;
|
|
|
57
85
|
$noaberkracht-color-error: #dc3545;
|
|
58
86
|
$noaberkracht-color-primary-hover: #2e5ed9;
|
|
59
87
|
$noaberkracht-color-primary: #4376fc;
|
|
88
|
+
$conduction-input-select-placeholder-font-family: $noaberkracht-typography-greycliff-cf-font-family;
|
|
89
|
+
$conduction-input-select-list-option-hover-font-family: $noaberkracht-typography-greycliff-cf-font-family;
|
|
90
|
+
$conduction-input-select-list-option-font-family: $noaberkracht-typography-greycliff-cf-font-family;
|
|
91
|
+
$conduction-input-select-invalid-border-color: $noaberkracht-color-error;
|
|
92
|
+
$conduction-input-select-border-radius: $utrecht-form-input-border-radius;
|
|
93
|
+
$conduction-input-select-border: $noaberkracht-size-4xs solid $noaberkracht-color-blue-22;
|
|
94
|
+
$conduction-input-select-background-color: $noaberkracht-color-white-100;
|
|
95
|
+
$conduction-card-wrapper-padding-block-start: $noaberkracht-size-md;
|
|
96
|
+
$conduction-card-wrapper-padding-block-end: $noaberkracht-size-md;
|
|
97
|
+
$conduction-card-wrapper-padding-inline-start: $noaberkracht-size-md;
|
|
98
|
+
$conduction-card-wrapper-padding-inline-end: $noaberkracht-size-md;
|
|
99
|
+
$conduction-card-wrapper-color: $noaberkracht-color-blue-22;
|
|
100
|
+
$conduction-card-wrapper-border-width: $noaberkracht-size-4xs;
|
|
101
|
+
$conduction-card-wrapper-border-color: $noaberkracht-color-blue-22;
|
|
102
|
+
$conduction-card-wrapper-background-color: $noaberkracht-color-white-100;
|
|
103
|
+
$conduction-card-header-date-margin-block-end: $noaberkracht-size-xs;
|
|
104
|
+
$conduction-card-header-date-font-weight: $noaberkracht-typography-font-weight-light;
|
|
105
|
+
$conduction-card-header-date-font-size: $noaberkracht-font-size-xs;
|
|
106
|
+
$conduction-card-header-date-color: $noaberkracht-color-blue-22;
|
|
107
|
+
$conduction-card-header-title-color: $noaberkracht-color-blue-22;
|
|
108
|
+
$utrecht-paragraph-font-weight: $noaberkracht-typography-font-weight-normal;
|
|
109
|
+
$utrecht-paragraph-font-size: $noaberkracht-font-size-sm;
|
|
110
|
+
$utrecht-paragraph-font-family: $noaberkracht-typography-greycliff-cf-font-family;
|
|
60
111
|
$utrecht-page-margin-inline-end: $noaberkracht-size-lg;
|
|
61
112
|
$utrecht-page-margin-inline-start: $noaberkracht-size-lg;
|
|
113
|
+
$utrecht-unordered-list-marker-color: $noaberkracht-color-blue-22;
|
|
114
|
+
$utrecht-unordered-list-item-margin-block-end: $noaberkracht-size-xs;
|
|
115
|
+
$utrecht-unordered-list-item-margin-block-start: $noaberkracht-size-xs;
|
|
116
|
+
$utrecht-unordered-list-margin-block-start: $noaberkracht-size-md;
|
|
117
|
+
$utrecht-ordered-list-item-margin-block-end: $noaberkracht-size-2xs;
|
|
118
|
+
$utrecht-ordered-list-item-margin-block-start: $noaberkracht-size-2xs;
|
|
119
|
+
$utrecht-ordered-list-padding-inline-start: $noaberkracht-size-xl;
|
|
120
|
+
$utrecht-ordered-list-margin-block-end: $noaberkracht-size-sm;
|
|
121
|
+
$utrecht-ordered-list-margin-block-start: $noaberkracht-size-sm;
|
|
122
|
+
$utrecht-link-icon-size: $noaberkracht-size-sm;
|
|
123
|
+
$utrecht-link-visited-color: $noaberkracht-color-blue-22;
|
|
124
|
+
$utrecht-link-hover-text-decoration-thickness: $noaberkracht-size-4xs;
|
|
125
|
+
$utrecht-link-hover-color: $noaberkracht-color-blue-22;
|
|
126
|
+
$utrecht-link-text-underline-offset: $noaberkracht-size-3xs;
|
|
127
|
+
$utrecht-link-text-decoration-thickness: $noaberkracht-size-4xs;
|
|
128
|
+
$utrecht-link-text-decoration-color: $noaberkracht-color-blue-22;
|
|
129
|
+
$utrecht-link-color: $noaberkracht-color-blue-22;
|
|
130
|
+
$utrecht-heading-5-margin-block-start: $noaberkracht-size-md;
|
|
131
|
+
$utrecht-heading-5-margin-block-end: $noaberkracht-size-lg;
|
|
132
|
+
$utrecht-heading-5-font-weight: $noaberkracht-typography-font-weight-light;
|
|
133
|
+
$utrecht-heading-5-font-size: $noaberkracht-font-size-sm;
|
|
134
|
+
$utrecht-heading-5-font-family: $noaberkracht-typography-oceanwide-font-family;
|
|
135
|
+
$utrecht-heading-5-color: $noaberkracht-color-blue-22;
|
|
136
|
+
$utrecht-heading-4-margin-block-start: $noaberkracht-size-md;
|
|
137
|
+
$utrecht-heading-4-margin-block-end: $noaberkracht-size-lg;
|
|
138
|
+
$utrecht-heading-4-font-weight: $noaberkracht-typography-font-weight-normal;
|
|
139
|
+
$utrecht-heading-4-font-size: $noaberkracht-font-size-md;
|
|
140
|
+
$utrecht-heading-4-font-family: $noaberkracht-typography-oceanwide-font-family;
|
|
141
|
+
$utrecht-heading-4-color: $noaberkracht-color-blue-22;
|
|
142
|
+
$utrecht-heading-3-margin-block-start: $noaberkracht-size-md;
|
|
143
|
+
$utrecht-heading-3-margin-block-end: $noaberkracht-size-xl;
|
|
144
|
+
$utrecht-heading-3-font-weight: $noaberkracht-typography-font-weight-normal;
|
|
145
|
+
$utrecht-heading-3-font-size: $noaberkracht-font-size-lg;
|
|
146
|
+
$utrecht-heading-3-font-family: $noaberkracht-typography-oceanwide-font-family;
|
|
147
|
+
$utrecht-heading-3-color: $noaberkracht-color-blue-22;
|
|
148
|
+
$utrecht-heading-2-margin-block-start: $noaberkracht-size-md;
|
|
149
|
+
$utrecht-heading-2-margin-block-end: $noaberkracht-size-2xl;
|
|
150
|
+
$utrecht-heading-2-font-weight: $noaberkracht-typography-font-weight-bold;
|
|
151
|
+
$utrecht-heading-2-font-size: $noaberkracht-font-size-xl;
|
|
152
|
+
$utrecht-heading-2-font-family: $noaberkracht-typography-oceanwide-font-family;
|
|
153
|
+
$utrecht-heading-2-color: $noaberkracht-color-blue-22;
|
|
154
|
+
$utrecht-heading-1-margin-block-start: $noaberkracht-size-md;
|
|
155
|
+
$utrecht-heading-1-margin-block-end: $noaberkracht-size-2xl;
|
|
156
|
+
$utrecht-heading-1-font-weight: $noaberkracht-typography-font-weight-bold;
|
|
157
|
+
$utrecht-heading-1-font-size: $noaberkracht-font-size-2xl;
|
|
158
|
+
$utrecht-heading-1-font-family: $noaberkracht-typography-oceanwide-font-family;
|
|
159
|
+
$utrecht-heading-1-color: $noaberkracht-color-blue-22;
|
|
160
|
+
$utrecht-textbox-focus-background-color: $noaberkracht-color-white-100;
|
|
161
|
+
$utrecht-textbox-placeholder-color: $noaberkracht-color-blue-22;
|
|
162
|
+
$utrecht-textbox-padding-inline-start: $noaberkracht-size-md;
|
|
163
|
+
$utrecht-textbox-padding-inline-end: $noaberkracht-size-md;
|
|
164
|
+
$utrecht-textbox-padding-block-start: $noaberkracht-size-xs;
|
|
165
|
+
$utrecht-textbox-padding-block-end: $noaberkracht-size-xs;
|
|
166
|
+
$utrecht-textbox-font-family: $noaberkracht-typography-greycliff-cf-font-family;
|
|
167
|
+
$utrecht-textbox-color: $noaberkracht-color-blue-22;
|
|
168
|
+
$utrecht-textbox-border-width: $noaberkracht-size-4xs;
|
|
169
|
+
$utrecht-textbox-border-color: $noaberkracht-color-blue-22;
|
|
170
|
+
$utrecht-textbox-background-color: $noaberkracht-color-white-100;
|
|
171
|
+
$utrecht-table-cell-padding-inline-start: $noaberkracht-size-md;
|
|
172
|
+
$utrecht-table-cell-padding-inline-end: $noaberkracht-size-md;
|
|
173
|
+
$utrecht-table-cell-padding-block-start: $noaberkracht-size-md;
|
|
174
|
+
$utrecht-table-cell-padding-block-end: $noaberkracht-size-md;
|
|
175
|
+
$utrecht-table-header-cell-font-weight: $noaberkracht-typography-font-weight-bold;
|
|
176
|
+
$utrecht-table-margin-block-start: $noaberkracht-size-md;
|
|
177
|
+
$utrecht-table-border-width: $noaberkracht-size-4xs;
|
|
178
|
+
$utrecht-table-border-color: $noaberkracht-color-lightgrey-96;
|
|
179
|
+
$utrecht-table-row-border-block-end-width: $noaberkracht-size-4xs;
|
|
180
|
+
$utrecht-table-row-border-block-end-color: $noaberkracht-color-lightgrey-96;
|
|
181
|
+
$utrecht-table-header-font-weight: $noaberkracht-typography-font-weight-bold;
|
|
62
182
|
$utrecht-page-header-padding-block-end: $noaberkracht-size-sm;
|
|
63
183
|
$utrecht-page-header-padding-block-start: $noaberkracht-size-sm;
|
|
64
184
|
$utrecht-page-header-color: $noaberkracht-color-white-100;
|
|
65
|
-
$utrecht-page-header-background-color: $noaberkracht-color-blue-31;
|
|
185
|
+
$utrecht-page-header-background-color: $noaberkracht-color-blue-31-60t;
|
|
66
186
|
$utrecht-page-footer-padding-block-start: $noaberkracht-size-2xl;
|
|
67
187
|
$utrecht-page-footer-padding-block-end: $noaberkracht-size-2xl;
|
|
68
188
|
$utrecht-page-footer-padding-inline-start: $noaberkracht-size-sm;
|
|
69
189
|
$utrecht-page-footer-padding-inline-end: $noaberkracht-size-sm;
|
|
70
190
|
$utrecht-page-footer-color: $noaberkracht-color-white-100;
|
|
71
191
|
$utrecht-page-footer-background-color: $noaberkracht-color-yellow-47;
|
|
72
|
-
$utrecht-
|
|
192
|
+
$utrecht-icon-gap: $noaberkracht-size-xs;
|
|
193
|
+
$utrecht-form-input-focus-background-color: $noaberkracht-color-white-100;
|
|
194
|
+
$utrecht-form-input-placeholder-color: $noaberkracht-color-blue-22;
|
|
195
|
+
$utrecht-form-input-padding-inline-start: $noaberkracht-size-md;
|
|
196
|
+
$utrecht-form-input-padding-inline-end: $noaberkracht-size-md;
|
|
197
|
+
$utrecht-form-input-padding-block-start: $noaberkracht-size-xs;
|
|
198
|
+
$utrecht-form-input-padding-block-end: $noaberkracht-size-xs;
|
|
199
|
+
$utrecht-form-input-font-family: $noaberkracht-typography-greycliff-cf-font-family;
|
|
200
|
+
$utrecht-form-input-color: $noaberkracht-color-blue-22;
|
|
201
|
+
$utrecht-form-input-border-width: $noaberkracht-size-4xs;
|
|
202
|
+
$utrecht-form-input-border-color: $noaberkracht-color-blue-22;
|
|
203
|
+
$utrecht-form-input-background-color: $noaberkracht-color-white-100;
|
|
204
|
+
$utrecht-document-font-size: $noaberkracht-font-size-sm;
|
|
73
205
|
$utrecht-document-font-family: $noaberkracht-typography-greycliff-cf-font-family;
|
|
74
|
-
$utrecht-document-color: $noaberkracht-color-
|
|
206
|
+
$utrecht-document-color: $noaberkracht-color-blue-22;
|
|
75
207
|
$utrecht-document-background-color: $noaberkracht-color-white-98;
|
|
208
|
+
$utrecht-code-block-padding-inline-end: $noaberkracht-size-md;
|
|
209
|
+
$utrecht-code-block-padding-inline-start: $noaberkracht-size-md;
|
|
210
|
+
$utrecht-code-block-padding-block-end: $noaberkracht-size-md;
|
|
211
|
+
$utrecht-code-block-padding-block-start: $noaberkracht-size-md;
|
|
212
|
+
$utrecht-code-block-margin-block-end: $noaberkracht-size-md;
|
|
213
|
+
$utrecht-code-block-margin-block-start: $noaberkracht-size-md;
|
|
214
|
+
$utrecht-code-block-line-height: $noaberkracht-size-lg;
|
|
215
|
+
$utrecht-code-block-font-size: $noaberkracht-font-size-sm;
|
|
216
|
+
$utrecht-code-block-font-family: $noaberkracht-typography-monospace-font-family;
|
|
217
|
+
$utrecht-code-block-color: $noaberkracht-color-black-0;
|
|
218
|
+
$utrecht-code-block-background-color: $noaberkracht-color-lightgrey-96;
|
|
219
|
+
$utrecht-code-font-family: $noaberkracht-typography-monospace-font-family;
|
|
220
|
+
$utrecht-code-color: $noaberkracht-color-black-0;
|
|
221
|
+
$utrecht-code-background-color: $noaberkracht-color-lightgrey-96;
|
|
222
|
+
$utrecht-button-secondary-action-hover-color: $noaberkracht-color-blue-22;
|
|
223
|
+
$utrecht-button-secondary-action-hover-border-color: $noaberkracht-color-blue-22;
|
|
224
|
+
$utrecht-button-secondary-action-hover-background-color: $noaberkracht-color-white-100;
|
|
225
|
+
$utrecht-button-secondary-action-font-weight: $noaberkracht-typography-font-weight-normal;
|
|
226
|
+
$utrecht-button-secondary-action-color: $noaberkracht-color-yellow-47;
|
|
227
|
+
$utrecht-button-secondary-action-border-width: $noaberkracht-size-3xs;
|
|
228
|
+
$utrecht-button-secondary-action-border-color: $noaberkracht-color-yellow-47;
|
|
229
|
+
$utrecht-button-secondary-action-background-color: $noaberkracht-color-white-100;
|
|
230
|
+
$utrecht-button-primary-action-hover-color: $noaberkracht-color-white-100;
|
|
231
|
+
$utrecht-button-primary-action-hover-border-color: $noaberkracht-color-yellow-47;
|
|
232
|
+
$utrecht-button-primary-action-hover-background-color: $noaberkracht-color-yellow-47;
|
|
233
|
+
$utrecht-button-primary-action-color: $noaberkracht-color-white-100;
|
|
234
|
+
$utrecht-button-primary-action-border-width: $noaberkracht-size-3xs;
|
|
235
|
+
$utrecht-button-primary-action-border-color: $noaberkracht-color-yellow-47;
|
|
236
|
+
$utrecht-button-primary-action-background-color: $noaberkracht-color-yellow-47;
|
|
237
|
+
$utrecht-button-hover-color: $noaberkracht-color-white-100;
|
|
238
|
+
$utrecht-button-hover-border-color: $noaberkracht-color-blue-22;
|
|
239
|
+
$utrecht-button-hover-background-color: $noaberkracht-color-blue-22;
|
|
240
|
+
$utrecht-button-icon-gap: $noaberkracht-size-xs;
|
|
241
|
+
$utrecht-button-padding-inline-end: $noaberkracht-size-sm;
|
|
242
|
+
$utrecht-button-padding-inline-start: $noaberkracht-size-sm;
|
|
243
|
+
$utrecht-button-padding-block-end: $noaberkracht-size-2xs;
|
|
244
|
+
$utrecht-button-padding-block-start: $noaberkracht-size-2xs;
|
|
245
|
+
$utrecht-button-font-family: $noaberkracht-typography-oceanwide-font-family;
|
|
246
|
+
$utrecht-button-color: $noaberkracht-color-white-100;
|
|
247
|
+
$utrecht-button-border-width: $noaberkracht-size-3xs;
|
|
248
|
+
$utrecht-button-border-color: $noaberkracht-color-yellow-47;
|
|
249
|
+
$utrecht-button-background-color: $noaberkracht-color-yellow-47;
|
|
76
250
|
$utrecht-blockquote-content-font-size: $noaberkracht-font-size-md;
|
|
77
251
|
$utrecht-blockquote-content-color: $noaberkracht-color-black-0;
|
|
78
252
|
$utrecht-blockquote-margin-inline-end: $noaberkracht-size-xl;
|
|
@@ -124,3 +298,13 @@ $noaberkracht-typography-scale-2xs: $noaberkracht-font-size-2xs;
|
|
|
124
298
|
$noaberkracht-typography-scale-3xs: $noaberkracht-font-size-3xs;
|
|
125
299
|
$noaberkracht-typography-scale-4xs: $noaberkracht-font-size-4xs;
|
|
126
300
|
$noaberkracht-color-info: $noaberkracht-color-primary;
|
|
301
|
+
$conduction-input-select-placeholder-color: $utrecht-form-input-placeholder-color;
|
|
302
|
+
$conduction-card-header-color: $utrecht-document-color;
|
|
303
|
+
$utrecht-paragraph-color: $utrecht-document-color;
|
|
304
|
+
$utrecht-unordered-list-font-size: $utrecht-document-font-size;
|
|
305
|
+
$utrecht-ordered-list-font-size: $utrecht-document-font-size;
|
|
306
|
+
$utrecht-table-header-cell-color: $utrecht-document-color;
|
|
307
|
+
$utrecht-table-header-cell-font-size: $utrecht-document-font-size;
|
|
308
|
+
$utrecht-table-font-size: $utrecht-document-font-size;
|
|
309
|
+
$utrecht-table-font-family: $utrecht-document-font-family;
|
|
310
|
+
$utrecht-table-header-color: $utrecht-document-color;
|