@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,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 24 Aug 2023 15:20:06 GMT
|
|
4
4
|
|
|
5
5
|
@conduction-input-select-padding-block-start: 0;
|
|
6
6
|
@conduction-input-select-padding-block-end: 0;
|
|
@@ -86,6 +86,9 @@
|
|
|
86
86
|
@leiden-color-error: #d62410;
|
|
87
87
|
@leiden-color-primary-hover: #b81f0e;
|
|
88
88
|
@leiden-color-primary: #d62410;
|
|
89
|
+
@conduction-input-select-placeholder-font-family: @leiden-typography-sans-serif-font-family;
|
|
90
|
+
@conduction-input-select-list-option-hover-font-family: @leiden-typography-sans-serif-font-family;
|
|
91
|
+
@conduction-input-select-list-option-font-family: @leiden-typography-sans-serif-font-family;
|
|
89
92
|
@conduction-input-select-invalid-border-color: @leiden-color-error;
|
|
90
93
|
@conduction-input-select-border-radius: @utrecht-form-input-border-radius;
|
|
91
94
|
@conduction-input-select-background-color: @leiden-color-white-100;
|
|
@@ -281,6 +284,7 @@
|
|
|
281
284
|
@leiden-typography-scale-3xs: @leiden-font-size-3xs;
|
|
282
285
|
@leiden-typography-scale-4xs: @leiden-font-size-4xs;
|
|
283
286
|
@leiden-color-info: @leiden-color-primary;
|
|
287
|
+
@conduction-input-select-placeholder-color: @utrecht-form-input-placeholder-color;
|
|
284
288
|
@conduction-input-select-border: 1px solid @utrecht-form-input-border-color;
|
|
285
289
|
@conduction-card-wrapper-color: @utrecht-document-color;
|
|
286
290
|
@conduction-card-header-color: @utrecht-document-color;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 24 Aug 2023 15:20:06 GMT
|
|
4
4
|
|
|
5
5
|
$conduction-input-select-padding-block-start: 0;
|
|
6
6
|
$conduction-input-select-padding-block-end: 0;
|
|
@@ -86,6 +86,9 @@ $leiden-color-alert-error: #721c24;
|
|
|
86
86
|
$leiden-color-error: #d62410;
|
|
87
87
|
$leiden-color-primary-hover: #b81f0e;
|
|
88
88
|
$leiden-color-primary: #d62410;
|
|
89
|
+
$conduction-input-select-placeholder-font-family: $leiden-typography-sans-serif-font-family;
|
|
90
|
+
$conduction-input-select-list-option-hover-font-family: $leiden-typography-sans-serif-font-family;
|
|
91
|
+
$conduction-input-select-list-option-font-family: $leiden-typography-sans-serif-font-family;
|
|
89
92
|
$conduction-input-select-invalid-border-color: $leiden-color-error;
|
|
90
93
|
$conduction-input-select-border-radius: $utrecht-form-input-border-radius;
|
|
91
94
|
$conduction-input-select-background-color: $leiden-color-white-100;
|
|
@@ -281,6 +284,7 @@ $leiden-typography-scale-2xs: $leiden-font-size-2xs;
|
|
|
281
284
|
$leiden-typography-scale-3xs: $leiden-font-size-3xs;
|
|
282
285
|
$leiden-typography-scale-4xs: $leiden-font-size-4xs;
|
|
283
286
|
$leiden-color-info: $leiden-color-primary;
|
|
287
|
+
$conduction-input-select-placeholder-color: $utrecht-form-input-placeholder-color;
|
|
284
288
|
$conduction-input-select-border: 1px solid $utrecht-form-input-border-color;
|
|
285
289
|
$conduction-card-wrapper-color: $utrecht-document-color;
|
|
286
290
|
$conduction-card-header-color: $utrecht-document-color;
|
|
@@ -6187,7 +6187,102 @@
|
|
|
6187
6187
|
]
|
|
6188
6188
|
},
|
|
6189
6189
|
"hover": {},
|
|
6190
|
-
"focus": {}
|
|
6190
|
+
"focus": {},
|
|
6191
|
+
"list-option": {
|
|
6192
|
+
"font-family": {
|
|
6193
|
+
"value": "\"Open Sans\", Arial, sans-serif",
|
|
6194
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
6195
|
+
"isSource": true,
|
|
6196
|
+
"original": {
|
|
6197
|
+
"value": "{leiden.typography.sans-serif.font-family}"
|
|
6198
|
+
},
|
|
6199
|
+
"name": "conductionInputSelectListOptionFontFamily",
|
|
6200
|
+
"attributes": {
|
|
6201
|
+
"category": "conduction",
|
|
6202
|
+
"type": "input-select",
|
|
6203
|
+
"item": "list-option",
|
|
6204
|
+
"subitem": "font-family"
|
|
6205
|
+
},
|
|
6206
|
+
"path": [
|
|
6207
|
+
"conduction",
|
|
6208
|
+
"input-select",
|
|
6209
|
+
"list-option",
|
|
6210
|
+
"font-family"
|
|
6211
|
+
]
|
|
6212
|
+
},
|
|
6213
|
+
"background-color": {},
|
|
6214
|
+
"hover": {
|
|
6215
|
+
"font-family": {
|
|
6216
|
+
"value": "\"Open Sans\", Arial, sans-serif",
|
|
6217
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
6218
|
+
"isSource": true,
|
|
6219
|
+
"original": {
|
|
6220
|
+
"value": "{leiden.typography.sans-serif.font-family}"
|
|
6221
|
+
},
|
|
6222
|
+
"name": "conductionInputSelectListOptionHoverFontFamily",
|
|
6223
|
+
"attributes": {
|
|
6224
|
+
"category": "conduction",
|
|
6225
|
+
"type": "input-select",
|
|
6226
|
+
"item": "list-option",
|
|
6227
|
+
"subitem": "hover",
|
|
6228
|
+
"state": "font-family"
|
|
6229
|
+
},
|
|
6230
|
+
"path": [
|
|
6231
|
+
"conduction",
|
|
6232
|
+
"input-select",
|
|
6233
|
+
"list-option",
|
|
6234
|
+
"hover",
|
|
6235
|
+
"font-family"
|
|
6236
|
+
]
|
|
6237
|
+
},
|
|
6238
|
+
"color": {},
|
|
6239
|
+
"background-color": {}
|
|
6240
|
+
}
|
|
6241
|
+
},
|
|
6242
|
+
"placeholder": {
|
|
6243
|
+
"color": {
|
|
6244
|
+
"value": "#2c3e50",
|
|
6245
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
6246
|
+
"isSource": true,
|
|
6247
|
+
"original": {
|
|
6248
|
+
"value": "{utrecht.form-input.placeholder.color}"
|
|
6249
|
+
},
|
|
6250
|
+
"name": "conductionInputSelectPlaceholderColor",
|
|
6251
|
+
"attributes": {
|
|
6252
|
+
"category": "conduction",
|
|
6253
|
+
"type": "input-select",
|
|
6254
|
+
"item": "placeholder",
|
|
6255
|
+
"subitem": "color"
|
|
6256
|
+
},
|
|
6257
|
+
"path": [
|
|
6258
|
+
"conduction",
|
|
6259
|
+
"input-select",
|
|
6260
|
+
"placeholder",
|
|
6261
|
+
"color"
|
|
6262
|
+
]
|
|
6263
|
+
},
|
|
6264
|
+
"font-family": {
|
|
6265
|
+
"value": "\"Open Sans\", Arial, sans-serif",
|
|
6266
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
6267
|
+
"isSource": true,
|
|
6268
|
+
"original": {
|
|
6269
|
+
"value": "{leiden.typography.sans-serif.font-family}"
|
|
6270
|
+
},
|
|
6271
|
+
"name": "conductionInputSelectPlaceholderFontFamily",
|
|
6272
|
+
"attributes": {
|
|
6273
|
+
"category": "conduction",
|
|
6274
|
+
"type": "input-select",
|
|
6275
|
+
"item": "placeholder",
|
|
6276
|
+
"subitem": "font-family"
|
|
6277
|
+
},
|
|
6278
|
+
"path": [
|
|
6279
|
+
"conduction",
|
|
6280
|
+
"input-select",
|
|
6281
|
+
"placeholder",
|
|
6282
|
+
"font-family"
|
|
6283
|
+
]
|
|
6284
|
+
}
|
|
6285
|
+
}
|
|
6191
6286
|
}
|
|
6192
6287
|
}
|
|
6193
6288
|
}
|
|
@@ -9,7 +9,22 @@
|
|
|
9
9
|
"padding-block-end": { "value": 0 },
|
|
10
10
|
"padding-block-start": { "value": 0 },
|
|
11
11
|
"hover": {},
|
|
12
|
-
"focus": {}
|
|
12
|
+
"focus": {},
|
|
13
|
+
"list-option": {
|
|
14
|
+
"font-family": { "value": "{leiden.typography.sans-serif.font-family}" },
|
|
15
|
+
"background-color": {},
|
|
16
|
+
"hover": {
|
|
17
|
+
"font-family": { "value": "{leiden.typography.sans-serif.font-family}" },
|
|
18
|
+
"color": {},
|
|
19
|
+
"background-color": {}
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"placeholder": {
|
|
23
|
+
"color": {
|
|
24
|
+
"value": "{utrecht.form-input.placeholder.color}"
|
|
25
|
+
},
|
|
26
|
+
"font-family": { "value": "{leiden.typography.sans-serif.font-family}" }
|
|
27
|
+
}
|
|
13
28
|
}
|
|
14
29
|
}
|
|
15
30
|
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Auteursrecht Noaberkracht
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2023 Noaberkracht
|
|
4
|
+
|
|
5
|
+
## Logo en huisstijl
|
|
6
|
+
|
|
7
|
+
Op het huisstijl en logo zijn auteursrechten van toepassing. Het gebruik van logo en huisstijl is alleen toegestaan voor gebruik door Noaberkracht.
|
|
8
|
+
|
|
9
|
+
Wanneer je een bewerking van de software wilt gebruiken voor andere doeleinden, mag je niet het logo van Noaberkracht gebruiken en je ontwerpt een eigen huisstijl.
|
|
10
|
+
|
|
11
|
+
## Lettertype
|
|
12
|
+
|
|
13
|
+
Lettertypes die worden gebruikt voor de huisstijl zijn niet allemaal gratis en open source. Let op dat bij gebruik van die bijgeleverde lettertypes je een (betaalde) licentie regelt. Pas anders de configuratie aan om minder of andere lettertypes te gebruiken.
|
|
14
|
+
|
|
15
|
+
## Toestemming
|
|
16
|
+
|
|
17
|
+
Wanneer je het logo of de huisstijl wilt gebruiken kun je voor toestemming contact opnemen met Noaberkracht.
|
|
@@ -1,13 +1,40 @@
|
|
|
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
5
|
|
|
6
6
|
.noaberkracht-theme {
|
|
7
|
+
--conduction-input-select-padding-block-start: 0;
|
|
8
|
+
--conduction-input-select-padding-block-end: 0;
|
|
9
|
+
--conduction-input-select-border-focus: unset;
|
|
10
|
+
--conduction-card-wrapper-border-radius: 22px;
|
|
11
|
+
--conduction-card-wrapper-border-style: solid;
|
|
12
|
+
--utrecht-paragraph-margin-block-end: 0;
|
|
13
|
+
--utrecht-paragraph-margin-block-start: 0;
|
|
14
|
+
--utrecht-paragraph-line-height: 1.5em;
|
|
7
15
|
--utrecht-page-max-inline-size: 1140px;
|
|
16
|
+
--utrecht-unordered-list-item-padding-inline-start: 1ch;
|
|
17
|
+
--utrecht-unordered-list-padding-inline-start: 2ch;
|
|
18
|
+
--utrecht-unordered-list-margin-block-end: 0;
|
|
19
|
+
--utrecht-ordered-list-item-padding-inline-start: 1ch;
|
|
20
|
+
--utrecht-link-text-decoration: underline;
|
|
21
|
+
--utrecht-textbox-font-size: 14px;
|
|
22
|
+
--utrecht-textbox-border-radius: 9999px;
|
|
23
|
+
--utrecht-table-header-cell-text-transform: unset;
|
|
24
|
+
--utrecht-table-margin-block-end: 0;
|
|
25
|
+
--utrecht-table-header-text-transform: unset;
|
|
8
26
|
--utrecht-page-header-logo-max-width: 130px;
|
|
9
27
|
--utrecht-page-footer-background-image: unset;
|
|
10
28
|
--utrecht-page-footer-logo-max-width: 150px;
|
|
29
|
+
--utrecht-form-input-font-size: 14px;
|
|
30
|
+
--utrecht-form-input-border-radius: 9999px;
|
|
31
|
+
--utrecht-code-block-margin-inline-end: 0;
|
|
32
|
+
--utrecht-code-block-margin-inline-start: 0;
|
|
33
|
+
--utrecht-code-font-size: inherit;
|
|
34
|
+
--utrecht-button-primary-action-font-weight: inherit;
|
|
35
|
+
--utrecht-button-font-weight: inherit;
|
|
36
|
+
--utrecht-button-font-size: inherit;
|
|
37
|
+
--utrecht-button-border-radius: 9999px;
|
|
11
38
|
--utrecht-action-submit-cursor: pointer;
|
|
12
39
|
--utrecht-action-disabled-cursor: not-allowed;
|
|
13
40
|
--utrecht-action-busy-cursor: wait;
|
|
@@ -16,7 +43,8 @@
|
|
|
16
43
|
--noaberkracht-typography-font-weight-bold: 700;
|
|
17
44
|
--noaberkracht-typography-monospace-font-family: Monospace, "Lucida Console";
|
|
18
45
|
--noaberkracht-typography-sans-serif-font-family: "Noto Sans", Arial, sans-serif;
|
|
19
|
-
--noaberkracht-typography-
|
|
46
|
+
--noaberkracht-typography-oceanwide-font-family: Oceanwide,ui-serif,Georgia,Cambria,Times New Roman,Times,serif;
|
|
47
|
+
--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";
|
|
20
48
|
--noaberkracht-size-4xl: 96px;
|
|
21
49
|
--noaberkracht-size-3xl: 72px;
|
|
22
50
|
--noaberkracht-size-2xl: 48px;
|
|
@@ -44,7 +72,7 @@
|
|
|
44
72
|
--noaberkracht-color-white-98: #fafafa;
|
|
45
73
|
--noaberkracht-color-lightgrey-96: #f5f5f5; /* Base/LightGrey */
|
|
46
74
|
--noaberkracht-color-yellow-47: #f0b800; /* Base/Yellow from Huisstijlhandboek, base color of website is #f0af00 */
|
|
47
|
-
--noaberkracht-color-blue-31: #012c9d99; /* Blue with 60% transparency */
|
|
75
|
+
--noaberkracht-color-blue-31-60t: #012c9d99; /* Blue with 60% transparency */
|
|
48
76
|
--noaberkracht-color-blue-22: #003790; /* Base/Blue from Huisstijlhandboek, base color of website is #012c9d */
|
|
49
77
|
--noaberkracht-color-alert-info-background: #cce5ff;
|
|
50
78
|
--noaberkracht-color-alert-info: #004085;
|
|
@@ -59,22 +87,168 @@
|
|
|
59
87
|
--noaberkracht-color-error: #dc3545;
|
|
60
88
|
--noaberkracht-color-primary-hover: #2e5ed9;
|
|
61
89
|
--noaberkracht-color-primary: #4376fc;
|
|
90
|
+
--conduction-input-select-placeholder-font-family: var(--noaberkracht-typography-greycliff-cf-font-family);
|
|
91
|
+
--conduction-input-select-list-option-hover-font-family: var(--noaberkracht-typography-greycliff-cf-font-family);
|
|
92
|
+
--conduction-input-select-list-option-font-family: var(--noaberkracht-typography-greycliff-cf-font-family);
|
|
93
|
+
--conduction-input-select-invalid-border-color: var(--noaberkracht-color-error);
|
|
94
|
+
--conduction-input-select-border-radius: var(--utrecht-form-input-border-radius);
|
|
95
|
+
--conduction-input-select-border: var(--noaberkracht-size-4xs) solid var(--noaberkracht-color-blue-22);
|
|
96
|
+
--conduction-input-select-background-color: var(--noaberkracht-color-white-100);
|
|
97
|
+
--conduction-card-wrapper-padding-block-start: var(--noaberkracht-size-md);
|
|
98
|
+
--conduction-card-wrapper-padding-block-end: var(--noaberkracht-size-md);
|
|
99
|
+
--conduction-card-wrapper-padding-inline-start: var(--noaberkracht-size-md);
|
|
100
|
+
--conduction-card-wrapper-padding-inline-end: var(--noaberkracht-size-md);
|
|
101
|
+
--conduction-card-wrapper-color: var(--noaberkracht-color-blue-22);
|
|
102
|
+
--conduction-card-wrapper-border-width: var(--noaberkracht-size-4xs);
|
|
103
|
+
--conduction-card-wrapper-border-color: var(--noaberkracht-color-blue-22);
|
|
104
|
+
--conduction-card-wrapper-background-color: var(--noaberkracht-color-white-100);
|
|
105
|
+
--conduction-card-header-date-margin-block-end: var(--noaberkracht-size-xs);
|
|
106
|
+
--conduction-card-header-date-font-weight: var(--noaberkracht-typography-font-weight-light);
|
|
107
|
+
--conduction-card-header-date-font-size: var(--noaberkracht-font-size-xs);
|
|
108
|
+
--conduction-card-header-date-color: var(--noaberkracht-color-blue-22);
|
|
109
|
+
--conduction-card-header-title-color: var(--noaberkracht-color-blue-22);
|
|
110
|
+
--utrecht-paragraph-font-weight: var(--noaberkracht-typography-font-weight-normal);
|
|
111
|
+
--utrecht-paragraph-font-size: var(--noaberkracht-font-size-sm);
|
|
112
|
+
--utrecht-paragraph-font-family: var(--noaberkracht-typography-greycliff-cf-font-family);
|
|
62
113
|
--utrecht-page-margin-inline-end: var(--noaberkracht-size-lg);
|
|
63
114
|
--utrecht-page-margin-inline-start: var(--noaberkracht-size-lg);
|
|
115
|
+
--utrecht-unordered-list-marker-color: var(--noaberkracht-color-blue-22);
|
|
116
|
+
--utrecht-unordered-list-item-margin-block-end: var(--noaberkracht-size-xs);
|
|
117
|
+
--utrecht-unordered-list-item-margin-block-start: var(--noaberkracht-size-xs);
|
|
118
|
+
--utrecht-unordered-list-margin-block-start: var(--noaberkracht-size-md);
|
|
119
|
+
--utrecht-ordered-list-item-margin-block-end: var(--noaberkracht-size-2xs);
|
|
120
|
+
--utrecht-ordered-list-item-margin-block-start: var(--noaberkracht-size-2xs);
|
|
121
|
+
--utrecht-ordered-list-padding-inline-start: var(--noaberkracht-size-xl);
|
|
122
|
+
--utrecht-ordered-list-margin-block-end: var(--noaberkracht-size-sm);
|
|
123
|
+
--utrecht-ordered-list-margin-block-start: var(--noaberkracht-size-sm);
|
|
124
|
+
--utrecht-link-icon-size: var(--noaberkracht-size-sm);
|
|
125
|
+
--utrecht-link-visited-color: var(--noaberkracht-color-blue-22);
|
|
126
|
+
--utrecht-link-hover-text-decoration-thickness: var(--noaberkracht-size-4xs);
|
|
127
|
+
--utrecht-link-hover-color: var(--noaberkracht-color-blue-22);
|
|
128
|
+
--utrecht-link-text-underline-offset: var(--noaberkracht-size-3xs);
|
|
129
|
+
--utrecht-link-text-decoration-thickness: var(--noaberkracht-size-4xs);
|
|
130
|
+
--utrecht-link-text-decoration-color: var(--noaberkracht-color-blue-22);
|
|
131
|
+
--utrecht-link-color: var(--noaberkracht-color-blue-22);
|
|
132
|
+
--utrecht-heading-5-margin-block-start: var(--noaberkracht-size-md);
|
|
133
|
+
--utrecht-heading-5-margin-block-end: var(--noaberkracht-size-lg);
|
|
134
|
+
--utrecht-heading-5-font-weight: var(--noaberkracht-typography-font-weight-light);
|
|
135
|
+
--utrecht-heading-5-font-size: var(--noaberkracht-font-size-sm);
|
|
136
|
+
--utrecht-heading-5-font-family: var(--noaberkracht-typography-oceanwide-font-family);
|
|
137
|
+
--utrecht-heading-5-color: var(--noaberkracht-color-blue-22);
|
|
138
|
+
--utrecht-heading-4-margin-block-start: var(--noaberkracht-size-md);
|
|
139
|
+
--utrecht-heading-4-margin-block-end: var(--noaberkracht-size-lg);
|
|
140
|
+
--utrecht-heading-4-font-weight: var(--noaberkracht-typography-font-weight-normal);
|
|
141
|
+
--utrecht-heading-4-font-size: var(--noaberkracht-font-size-md);
|
|
142
|
+
--utrecht-heading-4-font-family: var(--noaberkracht-typography-oceanwide-font-family);
|
|
143
|
+
--utrecht-heading-4-color: var(--noaberkracht-color-blue-22);
|
|
144
|
+
--utrecht-heading-3-margin-block-start: var(--noaberkracht-size-md);
|
|
145
|
+
--utrecht-heading-3-margin-block-end: var(--noaberkracht-size-xl);
|
|
146
|
+
--utrecht-heading-3-font-weight: var(--noaberkracht-typography-font-weight-normal);
|
|
147
|
+
--utrecht-heading-3-font-size: var(--noaberkracht-font-size-lg);
|
|
148
|
+
--utrecht-heading-3-font-family: var(--noaberkracht-typography-oceanwide-font-family);
|
|
149
|
+
--utrecht-heading-3-color: var(--noaberkracht-color-blue-22);
|
|
150
|
+
--utrecht-heading-2-margin-block-start: var(--noaberkracht-size-md);
|
|
151
|
+
--utrecht-heading-2-margin-block-end: var(--noaberkracht-size-2xl);
|
|
152
|
+
--utrecht-heading-2-font-weight: var(--noaberkracht-typography-font-weight-bold);
|
|
153
|
+
--utrecht-heading-2-font-size: var(--noaberkracht-font-size-xl);
|
|
154
|
+
--utrecht-heading-2-font-family: var(--noaberkracht-typography-oceanwide-font-family);
|
|
155
|
+
--utrecht-heading-2-color: var(--noaberkracht-color-blue-22);
|
|
156
|
+
--utrecht-heading-1-margin-block-start: var(--noaberkracht-size-md);
|
|
157
|
+
--utrecht-heading-1-margin-block-end: var(--noaberkracht-size-2xl);
|
|
158
|
+
--utrecht-heading-1-font-weight: var(--noaberkracht-typography-font-weight-bold);
|
|
159
|
+
--utrecht-heading-1-font-size: var(--noaberkracht-font-size-2xl);
|
|
160
|
+
--utrecht-heading-1-font-family: var(--noaberkracht-typography-oceanwide-font-family);
|
|
161
|
+
--utrecht-heading-1-color: var(--noaberkracht-color-blue-22);
|
|
162
|
+
--utrecht-textbox-focus-background-color: var(--noaberkracht-color-white-100);
|
|
163
|
+
--utrecht-textbox-placeholder-color: var(--noaberkracht-color-blue-22);
|
|
164
|
+
--utrecht-textbox-padding-inline-start: var(--noaberkracht-size-md);
|
|
165
|
+
--utrecht-textbox-padding-inline-end: var(--noaberkracht-size-md);
|
|
166
|
+
--utrecht-textbox-padding-block-start: var(--noaberkracht-size-xs);
|
|
167
|
+
--utrecht-textbox-padding-block-end: var(--noaberkracht-size-xs);
|
|
168
|
+
--utrecht-textbox-font-family: var(--noaberkracht-typography-greycliff-cf-font-family);
|
|
169
|
+
--utrecht-textbox-color: var(--noaberkracht-color-blue-22);
|
|
170
|
+
--utrecht-textbox-border-width: var(--noaberkracht-size-4xs);
|
|
171
|
+
--utrecht-textbox-border-color: var(--noaberkracht-color-blue-22);
|
|
172
|
+
--utrecht-textbox-background-color: var(--noaberkracht-color-white-100);
|
|
173
|
+
--utrecht-table-cell-padding-inline-start: var(--noaberkracht-size-md);
|
|
174
|
+
--utrecht-table-cell-padding-inline-end: var(--noaberkracht-size-md);
|
|
175
|
+
--utrecht-table-cell-padding-block-start: var(--noaberkracht-size-md);
|
|
176
|
+
--utrecht-table-cell-padding-block-end: var(--noaberkracht-size-md);
|
|
177
|
+
--utrecht-table-header-cell-font-weight: var(--noaberkracht-typography-font-weight-bold);
|
|
178
|
+
--utrecht-table-margin-block-start: var(--noaberkracht-size-md);
|
|
179
|
+
--utrecht-table-border-width: var(--noaberkracht-size-4xs);
|
|
180
|
+
--utrecht-table-border-color: var(--noaberkracht-color-lightgrey-96);
|
|
181
|
+
--utrecht-table-row-border-block-end-width: var(--noaberkracht-size-4xs);
|
|
182
|
+
--utrecht-table-row-border-block-end-color: var(--noaberkracht-color-lightgrey-96);
|
|
183
|
+
--utrecht-table-header-font-weight: var(--noaberkracht-typography-font-weight-bold);
|
|
64
184
|
--utrecht-page-header-padding-block-end: var(--noaberkracht-size-sm);
|
|
65
185
|
--utrecht-page-header-padding-block-start: var(--noaberkracht-size-sm);
|
|
66
186
|
--utrecht-page-header-color: var(--noaberkracht-color-white-100);
|
|
67
|
-
--utrecht-page-header-background-color: var(--noaberkracht-color-blue-31);
|
|
187
|
+
--utrecht-page-header-background-color: var(--noaberkracht-color-blue-31-60t);
|
|
68
188
|
--utrecht-page-footer-padding-block-start: var(--noaberkracht-size-2xl);
|
|
69
189
|
--utrecht-page-footer-padding-block-end: var(--noaberkracht-size-2xl);
|
|
70
190
|
--utrecht-page-footer-padding-inline-start: var(--noaberkracht-size-sm);
|
|
71
191
|
--utrecht-page-footer-padding-inline-end: var(--noaberkracht-size-sm);
|
|
72
192
|
--utrecht-page-footer-color: var(--noaberkracht-color-white-100);
|
|
73
193
|
--utrecht-page-footer-background-color: var(--noaberkracht-color-yellow-47);
|
|
74
|
-
--utrecht-
|
|
194
|
+
--utrecht-icon-gap: var(--noaberkracht-size-xs);
|
|
195
|
+
--utrecht-form-input-focus-background-color: var(--noaberkracht-color-white-100);
|
|
196
|
+
--utrecht-form-input-placeholder-color: var(--noaberkracht-color-blue-22);
|
|
197
|
+
--utrecht-form-input-padding-inline-start: var(--noaberkracht-size-md);
|
|
198
|
+
--utrecht-form-input-padding-inline-end: var(--noaberkracht-size-md);
|
|
199
|
+
--utrecht-form-input-padding-block-start: var(--noaberkracht-size-xs);
|
|
200
|
+
--utrecht-form-input-padding-block-end: var(--noaberkracht-size-xs);
|
|
201
|
+
--utrecht-form-input-font-family: var(--noaberkracht-typography-greycliff-cf-font-family);
|
|
202
|
+
--utrecht-form-input-color: var(--noaberkracht-color-blue-22);
|
|
203
|
+
--utrecht-form-input-border-width: var(--noaberkracht-size-4xs);
|
|
204
|
+
--utrecht-form-input-border-color: var(--noaberkracht-color-blue-22);
|
|
205
|
+
--utrecht-form-input-background-color: var(--noaberkracht-color-white-100);
|
|
206
|
+
--utrecht-document-font-size: var(--noaberkracht-font-size-sm);
|
|
75
207
|
--utrecht-document-font-family: var(--noaberkracht-typography-greycliff-cf-font-family);
|
|
76
|
-
--utrecht-document-color: var(--noaberkracht-color-
|
|
208
|
+
--utrecht-document-color: var(--noaberkracht-color-blue-22);
|
|
77
209
|
--utrecht-document-background-color: var(--noaberkracht-color-white-98);
|
|
210
|
+
--utrecht-code-block-padding-inline-end: var(--noaberkracht-size-md);
|
|
211
|
+
--utrecht-code-block-padding-inline-start: var(--noaberkracht-size-md);
|
|
212
|
+
--utrecht-code-block-padding-block-end: var(--noaberkracht-size-md);
|
|
213
|
+
--utrecht-code-block-padding-block-start: var(--noaberkracht-size-md);
|
|
214
|
+
--utrecht-code-block-margin-block-end: var(--noaberkracht-size-md);
|
|
215
|
+
--utrecht-code-block-margin-block-start: var(--noaberkracht-size-md);
|
|
216
|
+
--utrecht-code-block-line-height: var(--noaberkracht-size-lg);
|
|
217
|
+
--utrecht-code-block-font-size: var(--noaberkracht-font-size-sm);
|
|
218
|
+
--utrecht-code-block-font-family: var(--noaberkracht-typography-monospace-font-family);
|
|
219
|
+
--utrecht-code-block-color: var(--noaberkracht-color-black-0);
|
|
220
|
+
--utrecht-code-block-background-color: var(--noaberkracht-color-lightgrey-96);
|
|
221
|
+
--utrecht-code-font-family: var(--noaberkracht-typography-monospace-font-family);
|
|
222
|
+
--utrecht-code-color: var(--noaberkracht-color-black-0);
|
|
223
|
+
--utrecht-code-background-color: var(--noaberkracht-color-lightgrey-96);
|
|
224
|
+
--utrecht-button-secondary-action-hover-color: var(--noaberkracht-color-blue-22);
|
|
225
|
+
--utrecht-button-secondary-action-hover-border-color: var(--noaberkracht-color-blue-22);
|
|
226
|
+
--utrecht-button-secondary-action-hover-background-color: var(--noaberkracht-color-white-100);
|
|
227
|
+
--utrecht-button-secondary-action-font-weight: var(--noaberkracht-typography-font-weight-normal);
|
|
228
|
+
--utrecht-button-secondary-action-color: var(--noaberkracht-color-yellow-47);
|
|
229
|
+
--utrecht-button-secondary-action-border-width: var(--noaberkracht-size-3xs);
|
|
230
|
+
--utrecht-button-secondary-action-border-color: var(--noaberkracht-color-yellow-47);
|
|
231
|
+
--utrecht-button-secondary-action-background-color: var(--noaberkracht-color-white-100);
|
|
232
|
+
--utrecht-button-primary-action-hover-color: var(--noaberkracht-color-white-100);
|
|
233
|
+
--utrecht-button-primary-action-hover-border-color: var(--noaberkracht-color-yellow-47);
|
|
234
|
+
--utrecht-button-primary-action-hover-background-color: var(--noaberkracht-color-yellow-47);
|
|
235
|
+
--utrecht-button-primary-action-color: var(--noaberkracht-color-white-100);
|
|
236
|
+
--utrecht-button-primary-action-border-width: var(--noaberkracht-size-3xs);
|
|
237
|
+
--utrecht-button-primary-action-border-color: var(--noaberkracht-color-yellow-47);
|
|
238
|
+
--utrecht-button-primary-action-background-color: var(--noaberkracht-color-yellow-47);
|
|
239
|
+
--utrecht-button-hover-color: var(--noaberkracht-color-white-100);
|
|
240
|
+
--utrecht-button-hover-border-color: var(--noaberkracht-color-blue-22);
|
|
241
|
+
--utrecht-button-hover-background-color: var(--noaberkracht-color-blue-22);
|
|
242
|
+
--utrecht-button-icon-gap: var(--noaberkracht-size-xs);
|
|
243
|
+
--utrecht-button-padding-inline-end: var(--noaberkracht-size-sm);
|
|
244
|
+
--utrecht-button-padding-inline-start: var(--noaberkracht-size-sm);
|
|
245
|
+
--utrecht-button-padding-block-end: var(--noaberkracht-size-2xs);
|
|
246
|
+
--utrecht-button-padding-block-start: var(--noaberkracht-size-2xs);
|
|
247
|
+
--utrecht-button-font-family: var(--noaberkracht-typography-oceanwide-font-family);
|
|
248
|
+
--utrecht-button-color: var(--noaberkracht-color-white-100);
|
|
249
|
+
--utrecht-button-border-width: var(--noaberkracht-size-3xs);
|
|
250
|
+
--utrecht-button-border-color: var(--noaberkracht-color-yellow-47);
|
|
251
|
+
--utrecht-button-background-color: var(--noaberkracht-color-yellow-47);
|
|
78
252
|
--utrecht-blockquote-content-font-size: var(--noaberkracht-font-size-md);
|
|
79
253
|
--utrecht-blockquote-content-color: var(--noaberkracht-color-black-0);
|
|
80
254
|
--utrecht-blockquote-margin-inline-end: var(--noaberkracht-size-xl);
|
|
@@ -126,4 +300,14 @@
|
|
|
126
300
|
--noaberkracht-typography-scale-3xs: var(--noaberkracht-font-size-3xs);
|
|
127
301
|
--noaberkracht-typography-scale-4xs: var(--noaberkracht-font-size-4xs);
|
|
128
302
|
--noaberkracht-color-info: var(--noaberkracht-color-primary);
|
|
303
|
+
--conduction-input-select-placeholder-color: var(--utrecht-form-input-placeholder-color);
|
|
304
|
+
--conduction-card-header-color: var(--utrecht-document-color);
|
|
305
|
+
--utrecht-paragraph-color: var(--utrecht-document-color);
|
|
306
|
+
--utrecht-unordered-list-font-size: var(--utrecht-document-font-size);
|
|
307
|
+
--utrecht-ordered-list-font-size: var(--utrecht-document-font-size);
|
|
308
|
+
--utrecht-table-header-cell-color: var(--utrecht-document-color);
|
|
309
|
+
--utrecht-table-header-cell-font-size: var(--utrecht-document-font-size);
|
|
310
|
+
--utrecht-table-font-size: var(--utrecht-document-font-size);
|
|
311
|
+
--utrecht-table-font-family: var(--utrecht-document-font-family);
|
|
312
|
+
--utrecht-table-header-color: var(--utrecht-document-color);
|
|
129
313
|
}
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
/* Place any @font-face definitions here */
|
|
2
2
|
@font-face {
|
|
3
3
|
font-family: "greycliff-cf";
|
|
4
|
-
src: url("../src/font/GreycliffCF
|
|
4
|
+
src: url("../src/font/GreycliffCF.woff2") format("woff2");
|
|
5
|
+
}
|
|
6
|
+
@font-face {
|
|
7
|
+
font-family: "Oceanwide";
|
|
8
|
+
src: url("../src/font/Oceanwide.woff2") format("woff2");
|
|
5
9
|
}
|