@conduction/theme 1.0.22 → 1.0.24
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 +6 -0
- package/conduction-design-tokens/dist/design-tokens.css +1 -1
- package/conduction-design-tokens/dist/index.js +1 -1
- package/conduction-design-tokens/dist/index.less +1 -1
- package/conduction-design-tokens/dist/index.scss +1 -1
- package/conduction-design-tokens/dist/tokens.json +28 -10
- package/conduction-design-tokens/src/component/conduction/card.tokens.json +11 -0
- package/conduction-design-tokens/src/component/conduction/page-footer.tokens.json +2 -1
- package/conduction-design-tokens/src/component/conduction/table.tokens.json +10 -2
- package/conduction-design-tokens/src/component/utrecht/list.tokens.json +1 -0
- package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +3 -4
- package/municipalities/dinkelland-design-tokens/dist/index.js +3 -4
- package/municipalities/dinkelland-design-tokens/dist/index.json +13 -32
- package/municipalities/dinkelland-design-tokens/dist/index.less +3 -4
- package/municipalities/dinkelland-design-tokens/dist/index.scss +3 -4
- package/municipalities/dinkelland-design-tokens/dist/tokens.json +30 -36
- package/municipalities/dinkelland-design-tokens/src/component/conduction/card.tokens.json +11 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/page-footer.tokens.json +2 -1
- package/municipalities/dinkelland-design-tokens/src/component/conduction/table.tokens.json +3 -1
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/page.tokens.json +2 -2
- package/municipalities/epe-design-tokens/LICENSE.md +17 -0
- package/municipalities/epe-design-tokens/dist/design-tokens.css +326 -0
- package/municipalities/epe-design-tokens/dist/font.css +9 -0
- package/municipalities/epe-design-tokens/dist/index.css +7 -0
- package/municipalities/epe-design-tokens/dist/index.js +324 -0
- package/municipalities/epe-design-tokens/dist/index.json +6387 -0
- package/municipalities/epe-design-tokens/dist/index.less +323 -0
- package/municipalities/epe-design-tokens/dist/index.scss +323 -0
- package/municipalities/epe-design-tokens/dist/tokens.json +6794 -0
- package/municipalities/epe-design-tokens/package.json +40 -0
- package/municipalities/epe-design-tokens/src/brand/epe/color.tokens.json +104 -0
- package/municipalities/epe-design-tokens/src/brand/epe/font-size.tokens.json +17 -0
- package/municipalities/epe-design-tokens/src/brand/epe/size.tokens.json +17 -0
- package/municipalities/epe-design-tokens/src/brand/epe/typography.tokens.json +43 -0
- package/municipalities/epe-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/epe-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/epe-design-tokens/src/component/conduction/alert.tokens.json +9 -0
- package/municipalities/epe-design-tokens/src/component/conduction/card.tokens.json +30 -0
- package/municipalities/epe-design-tokens/src/component/conduction/form-input.tokens.json +44 -0
- package/municipalities/epe-design-tokens/src/component/conduction/icon.tokens.json +7 -0
- package/municipalities/epe-design-tokens/src/component/conduction/page-footer.tokens.json +12 -0
- package/municipalities/epe-design-tokens/src/component/conduction/page-header.tokens.json +10 -0
- package/municipalities/epe-design-tokens/src/component/conduction/select.tokens.json +15 -0
- package/municipalities/epe-design-tokens/src/component/conduction/table.tokens.json +24 -0
- package/municipalities/epe-design-tokens/src/component/conduction/textbox.tokens.json +44 -0
- package/municipalities/epe-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
- package/municipalities/epe-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
- package/municipalities/epe-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/municipalities/epe-design-tokens/src/component/utrecht/code.tokens.json +27 -0
- package/municipalities/epe-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/epe-design-tokens/src/component/utrecht/heading.tokens.json +53 -0
- package/municipalities/epe-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
- package/municipalities/epe-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/epe-design-tokens/src/component/utrecht/list.tokens.json +33 -0
- package/municipalities/epe-design-tokens/src/component/utrecht/page-footer.tokens.json +15 -0
- package/municipalities/epe-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/epe-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/epe-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
- package/municipalities/epe-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/epe-design-tokens/src/config.json +7 -0
- package/municipalities/epe-design-tokens/src/font/SourceSansVariable-Italic.woff2 +0 -0
- package/municipalities/epe-design-tokens/src/font/SourceSansVariable-Roman.woff2 +0 -0
- package/municipalities/epe-design-tokens/src/font.scss +10 -0
- package/municipalities/epe-design-tokens/src/index.scss +8 -0
- package/municipalities/epe-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/leiden-design-tokens/dist/design-tokens.css +21 -21
- package/municipalities/leiden-design-tokens/dist/index.js +22 -22
- package/municipalities/leiden-design-tokens/dist/index.json +13 -13
- package/municipalities/leiden-design-tokens/dist/index.less +21 -21
- package/municipalities/leiden-design-tokens/dist/index.scss +21 -21
- package/municipalities/leiden-design-tokens/dist/tokens.json +2202 -2180
- package/municipalities/leiden-design-tokens/src/component/conduction/card.tokens.json +11 -0
- package/municipalities/leiden-design-tokens/src/component/conduction/page-footer.tokens.json +2 -1
- package/municipalities/leiden-design-tokens/src/component/conduction/table.tokens.json +24 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/list.tokens.json +1 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/page.tokens.json +2 -2
- package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +3 -4
- package/municipalities/tubbergen-design-tokens/dist/index.js +3 -4
- package/municipalities/tubbergen-design-tokens/dist/index.json +13 -32
- package/municipalities/tubbergen-design-tokens/dist/index.less +3 -4
- package/municipalities/tubbergen-design-tokens/dist/index.scss +3 -4
- package/municipalities/tubbergen-design-tokens/dist/tokens.json +30 -36
- package/municipalities/tubbergen-design-tokens/src/component/conduction/card.tokens.json +11 -0
- package/municipalities/tubbergen-design-tokens/src/component/conduction/page-footer.tokens.json +2 -1
- package/municipalities/tubbergen-design-tokens/src/component/conduction/table.tokens.json +3 -1
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/list.tokens.json +1 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/page.tokens.json +2 -2
- package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +21 -21
- package/municipalities/xxllnc-design-tokens/dist/index.js +22 -22
- package/municipalities/xxllnc-design-tokens/dist/index.json +13 -13
- package/municipalities/xxllnc-design-tokens/dist/index.less +21 -21
- package/municipalities/xxllnc-design-tokens/dist/index.scss +21 -21
- package/municipalities/xxllnc-design-tokens/dist/tokens.json +2208 -2186
- package/municipalities/xxllnc-design-tokens/src/component/conduction/card.tokens.json +11 -0
- package/municipalities/xxllnc-design-tokens/src/component/conduction/page-footer.tokens.json +2 -1
- package/municipalities/xxllnc-design-tokens/src/component/conduction/table.tokens.json +24 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/list.tokens.json +1 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/page.tokens.json +2 -2
- package/package.json +3 -2
|
@@ -3089,22 +3089,22 @@
|
|
|
3089
3089
|
]
|
|
3090
3090
|
},
|
|
3091
3091
|
{
|
|
3092
|
-
"value": "
|
|
3092
|
+
"value": "24px",
|
|
3093
3093
|
"filePath": "src/component/utrecht/page.tokens.json",
|
|
3094
3094
|
"isSource": true,
|
|
3095
3095
|
"original": {
|
|
3096
|
-
"value": "
|
|
3096
|
+
"value": "{xxllnc.size.lg}"
|
|
3097
3097
|
},
|
|
3098
|
-
"name": "
|
|
3098
|
+
"name": "utrechtPageMarginInlineEnd",
|
|
3099
3099
|
"attributes": {
|
|
3100
3100
|
"category": "utrecht",
|
|
3101
3101
|
"type": "page",
|
|
3102
|
-
"item": "
|
|
3102
|
+
"item": "margin-inline-end"
|
|
3103
3103
|
},
|
|
3104
3104
|
"path": [
|
|
3105
3105
|
"utrecht",
|
|
3106
3106
|
"page",
|
|
3107
|
-
"
|
|
3107
|
+
"margin-inline-end"
|
|
3108
3108
|
]
|
|
3109
3109
|
},
|
|
3110
3110
|
{
|
|
@@ -3114,35 +3114,35 @@
|
|
|
3114
3114
|
"original": {
|
|
3115
3115
|
"value": "{xxllnc.size.lg}"
|
|
3116
3116
|
},
|
|
3117
|
-
"name": "
|
|
3117
|
+
"name": "utrechtPageMarginInlineStart",
|
|
3118
3118
|
"attributes": {
|
|
3119
3119
|
"category": "utrecht",
|
|
3120
3120
|
"type": "page",
|
|
3121
|
-
"item": "
|
|
3121
|
+
"item": "margin-inline-start"
|
|
3122
3122
|
},
|
|
3123
3123
|
"path": [
|
|
3124
3124
|
"utrecht",
|
|
3125
3125
|
"page",
|
|
3126
|
-
"
|
|
3126
|
+
"margin-inline-start"
|
|
3127
3127
|
]
|
|
3128
3128
|
},
|
|
3129
3129
|
{
|
|
3130
|
-
"value": "
|
|
3130
|
+
"value": "1140px",
|
|
3131
3131
|
"filePath": "src/component/utrecht/page.tokens.json",
|
|
3132
3132
|
"isSource": true,
|
|
3133
3133
|
"original": {
|
|
3134
|
-
"value": "
|
|
3134
|
+
"value": "1140px"
|
|
3135
3135
|
},
|
|
3136
|
-
"name": "
|
|
3136
|
+
"name": "utrechtPageMaxInlineSize",
|
|
3137
3137
|
"attributes": {
|
|
3138
3138
|
"category": "utrecht",
|
|
3139
3139
|
"type": "page",
|
|
3140
|
-
"item": "
|
|
3140
|
+
"item": "max-inline-size"
|
|
3141
3141
|
},
|
|
3142
3142
|
"path": [
|
|
3143
3143
|
"utrecht",
|
|
3144
3144
|
"page",
|
|
3145
|
-
"
|
|
3145
|
+
"max-inline-size"
|
|
3146
3146
|
]
|
|
3147
3147
|
},
|
|
3148
3148
|
{
|
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 18 Aug 2023 12:11:32 GMT
|
|
4
4
|
|
|
5
5
|
@conduction-input-select-padding-block-start: 0;
|
|
6
6
|
@conduction-input-select-padding-block-end: 0;
|
|
7
7
|
@conduction-input-select-border-focus: unset;
|
|
8
|
-
@utrecht-table-header-cell-text-transform: unset;
|
|
9
|
-
@utrecht-table-header-text-transform: unset;
|
|
10
|
-
@utrecht-table-margin-block-end: 0;
|
|
11
8
|
@utrecht-paragraph-margin-block-end: 0;
|
|
12
9
|
@utrecht-paragraph-margin-block-start: 0;
|
|
13
10
|
@utrecht-paragraph-line-height: 1.5em;
|
|
@@ -32,6 +29,9 @@
|
|
|
32
29
|
@utrecht-button-border-radius: 16px;
|
|
33
30
|
@utrecht-textbox-font-size: 15px;
|
|
34
31
|
@utrecht-textbox-border-radius: 6px;
|
|
32
|
+
@utrecht-table-header-cell-text-transform: unset;
|
|
33
|
+
@utrecht-table-margin-block-end: 0;
|
|
34
|
+
@utrecht-table-header-text-transform: unset;
|
|
35
35
|
@utrecht-page-header-logo-max-width: 70px;
|
|
36
36
|
@utrecht-page-footer-background-image: unset;
|
|
37
37
|
@utrecht-page-footer-logo-max-width: 120px;
|
|
@@ -99,22 +99,11 @@
|
|
|
99
99
|
@conduction-input-select-border-radius: @utrecht-form-input-border-radius;
|
|
100
100
|
@conduction-input-select-border: 1px solid @xxllnc-color-grey-92;
|
|
101
101
|
@conduction-input-select-background-color: @xxllnc-color-white-100;
|
|
102
|
-
@utrecht-table-row-border-block-end-width: @xxllnc-size-4xs;
|
|
103
|
-
@utrecht-table-row-border-block-end-color: @xxllnc-color-lightgrey-96;
|
|
104
|
-
@utrecht-table-cell-padding-inline-start: @xxllnc-size-md;
|
|
105
|
-
@utrecht-table-cell-padding-inline-end: @xxllnc-size-md;
|
|
106
|
-
@utrecht-table-cell-padding-block-start: @xxllnc-size-md;
|
|
107
|
-
@utrecht-table-cell-padding-block-end: @xxllnc-size-md;
|
|
108
|
-
@utrecht-table-header-cell-font-weight: @xxllnc-typography-font-weight-bold;
|
|
109
|
-
@utrecht-table-header-font-weight: @xxllnc-typography-font-weight-bold;
|
|
110
|
-
@utrecht-table-margin-block-start: @xxllnc-size-md;
|
|
111
|
-
@utrecht-table-border-width: @xxllnc-size-4xs;
|
|
112
|
-
@utrecht-table-border-color: @xxllnc-color-lightgrey-96;
|
|
113
102
|
@utrecht-paragraph-font-weight: @xxllnc-typography-font-weight-normal;
|
|
114
103
|
@utrecht-paragraph-font-size: @xxllnc-font-size-md;
|
|
115
104
|
@utrecht-paragraph-font-family: @xxllnc-typography-sans-serif-font-family;
|
|
116
|
-
@utrecht-page-
|
|
117
|
-
@utrecht-page-
|
|
105
|
+
@utrecht-page-margin-inline-end: @xxllnc-size-lg;
|
|
106
|
+
@utrecht-page-margin-inline-start: @xxllnc-size-lg;
|
|
118
107
|
@utrecht-unordered-list-marker-color: @xxllnc-color-primary;
|
|
119
108
|
@utrecht-unordered-list-item-margin-block-end: @xxllnc-size-xs;
|
|
120
109
|
@utrecht-unordered-list-item-margin-block-start: @xxllnc-size-xs;
|
|
@@ -208,6 +197,17 @@
|
|
|
208
197
|
@utrecht-textbox-border-width: @xxllnc-size-4xs;
|
|
209
198
|
@utrecht-textbox-border-color: @xxllnc-color-black-0-22t;
|
|
210
199
|
@utrecht-textbox-background-color: @xxllnc-color-white-100-0t;
|
|
200
|
+
@utrecht-table-cell-padding-inline-start: @xxllnc-size-md;
|
|
201
|
+
@utrecht-table-cell-padding-inline-end: @xxllnc-size-md;
|
|
202
|
+
@utrecht-table-cell-padding-block-start: @xxllnc-size-md;
|
|
203
|
+
@utrecht-table-cell-padding-block-end: @xxllnc-size-md;
|
|
204
|
+
@utrecht-table-header-cell-font-weight: @xxllnc-typography-font-weight-bold;
|
|
205
|
+
@utrecht-table-margin-block-start: @xxllnc-size-md;
|
|
206
|
+
@utrecht-table-border-width: @xxllnc-size-4xs;
|
|
207
|
+
@utrecht-table-border-color: @xxllnc-color-lightgrey-96;
|
|
208
|
+
@utrecht-table-row-border-block-end-width: @xxllnc-size-4xs;
|
|
209
|
+
@utrecht-table-row-border-block-end-color: @xxllnc-color-lightgrey-96;
|
|
210
|
+
@utrecht-table-header-font-weight: @xxllnc-typography-font-weight-bold;
|
|
211
211
|
@utrecht-page-header-padding-block-end: @xxllnc-size-sm;
|
|
212
212
|
@utrecht-page-header-padding-block-start: @xxllnc-size-sm;
|
|
213
213
|
@utrecht-page-header-color: @xxllnc-color-black-16;
|
|
@@ -281,14 +281,14 @@
|
|
|
281
281
|
@xxllnc-color-alert-info-background: @xxllnc-color-grey-92;
|
|
282
282
|
@xxllnc-color-alert-info: @xxllnc-color-black-16;
|
|
283
283
|
@xxllnc-color-info: @xxllnc-color-primary;
|
|
284
|
+
@utrecht-paragraph-color: @utrecht-document-color;
|
|
285
|
+
@utrecht-unordered-list-font-size: @utrecht-document-font-size;
|
|
286
|
+
@utrecht-ordered-list-font-size: @utrecht-document-font-size;
|
|
284
287
|
@utrecht-table-header-cell-color: @utrecht-document-color;
|
|
285
288
|
@utrecht-table-header-cell-font-size: @utrecht-document-font-size;
|
|
286
|
-
@utrecht-table-header-color: @utrecht-document-color;
|
|
287
289
|
@utrecht-table-font-size: @utrecht-document-font-size;
|
|
288
290
|
@utrecht-table-font-family: @utrecht-document-font-family;
|
|
289
|
-
@utrecht-
|
|
290
|
-
@utrecht-unordered-list-font-size: @utrecht-document-font-size;
|
|
291
|
-
@utrecht-ordered-list-font-size: @utrecht-document-font-size;
|
|
291
|
+
@utrecht-table-header-color: @utrecht-document-color;
|
|
292
292
|
@utrecht-alert-color: @xxllnc-color-alert-info;
|
|
293
293
|
@utrecht-alert-background-color: @xxllnc-color-alert-info-background;
|
|
294
294
|
@utrecht-alert-icon-color: @xxllnc-color-alert-info;
|
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 18 Aug 2023 12:11:32 GMT
|
|
4
4
|
|
|
5
5
|
$conduction-input-select-padding-block-start: 0;
|
|
6
6
|
$conduction-input-select-padding-block-end: 0;
|
|
7
7
|
$conduction-input-select-border-focus: unset;
|
|
8
|
-
$utrecht-table-header-cell-text-transform: unset;
|
|
9
|
-
$utrecht-table-header-text-transform: unset;
|
|
10
|
-
$utrecht-table-margin-block-end: 0;
|
|
11
8
|
$utrecht-paragraph-margin-block-end: 0;
|
|
12
9
|
$utrecht-paragraph-margin-block-start: 0;
|
|
13
10
|
$utrecht-paragraph-line-height: 1.5em;
|
|
@@ -32,6 +29,9 @@ $utrecht-button-border-width: 0;
|
|
|
32
29
|
$utrecht-button-border-radius: 16px;
|
|
33
30
|
$utrecht-textbox-font-size: 15px;
|
|
34
31
|
$utrecht-textbox-border-radius: 6px;
|
|
32
|
+
$utrecht-table-header-cell-text-transform: unset;
|
|
33
|
+
$utrecht-table-margin-block-end: 0;
|
|
34
|
+
$utrecht-table-header-text-transform: unset;
|
|
35
35
|
$utrecht-page-header-logo-max-width: 70px;
|
|
36
36
|
$utrecht-page-footer-background-image: unset;
|
|
37
37
|
$utrecht-page-footer-logo-max-width: 120px;
|
|
@@ -99,22 +99,11 @@ $conduction-input-select-invalid-border-color: $xxllnc-color-error;
|
|
|
99
99
|
$conduction-input-select-border-radius: $utrecht-form-input-border-radius;
|
|
100
100
|
$conduction-input-select-border: 1px solid $xxllnc-color-grey-92;
|
|
101
101
|
$conduction-input-select-background-color: $xxllnc-color-white-100;
|
|
102
|
-
$utrecht-table-row-border-block-end-width: $xxllnc-size-4xs;
|
|
103
|
-
$utrecht-table-row-border-block-end-color: $xxllnc-color-lightgrey-96;
|
|
104
|
-
$utrecht-table-cell-padding-inline-start: $xxllnc-size-md;
|
|
105
|
-
$utrecht-table-cell-padding-inline-end: $xxllnc-size-md;
|
|
106
|
-
$utrecht-table-cell-padding-block-start: $xxllnc-size-md;
|
|
107
|
-
$utrecht-table-cell-padding-block-end: $xxllnc-size-md;
|
|
108
|
-
$utrecht-table-header-cell-font-weight: $xxllnc-typography-font-weight-bold;
|
|
109
|
-
$utrecht-table-header-font-weight: $xxllnc-typography-font-weight-bold;
|
|
110
|
-
$utrecht-table-margin-block-start: $xxllnc-size-md;
|
|
111
|
-
$utrecht-table-border-width: $xxllnc-size-4xs;
|
|
112
|
-
$utrecht-table-border-color: $xxllnc-color-lightgrey-96;
|
|
113
102
|
$utrecht-paragraph-font-weight: $xxllnc-typography-font-weight-normal;
|
|
114
103
|
$utrecht-paragraph-font-size: $xxllnc-font-size-md;
|
|
115
104
|
$utrecht-paragraph-font-family: $xxllnc-typography-sans-serif-font-family;
|
|
116
|
-
$utrecht-page-
|
|
117
|
-
$utrecht-page-
|
|
105
|
+
$utrecht-page-margin-inline-end: $xxllnc-size-lg;
|
|
106
|
+
$utrecht-page-margin-inline-start: $xxllnc-size-lg;
|
|
118
107
|
$utrecht-unordered-list-marker-color: $xxllnc-color-primary;
|
|
119
108
|
$utrecht-unordered-list-item-margin-block-end: $xxllnc-size-xs;
|
|
120
109
|
$utrecht-unordered-list-item-margin-block-start: $xxllnc-size-xs;
|
|
@@ -208,6 +197,17 @@ $utrecht-textbox-color: $xxllnc-color-grey-43;
|
|
|
208
197
|
$utrecht-textbox-border-width: $xxllnc-size-4xs;
|
|
209
198
|
$utrecht-textbox-border-color: $xxllnc-color-black-0-22t;
|
|
210
199
|
$utrecht-textbox-background-color: $xxllnc-color-white-100-0t;
|
|
200
|
+
$utrecht-table-cell-padding-inline-start: $xxllnc-size-md;
|
|
201
|
+
$utrecht-table-cell-padding-inline-end: $xxllnc-size-md;
|
|
202
|
+
$utrecht-table-cell-padding-block-start: $xxllnc-size-md;
|
|
203
|
+
$utrecht-table-cell-padding-block-end: $xxllnc-size-md;
|
|
204
|
+
$utrecht-table-header-cell-font-weight: $xxllnc-typography-font-weight-bold;
|
|
205
|
+
$utrecht-table-margin-block-start: $xxllnc-size-md;
|
|
206
|
+
$utrecht-table-border-width: $xxllnc-size-4xs;
|
|
207
|
+
$utrecht-table-border-color: $xxllnc-color-lightgrey-96;
|
|
208
|
+
$utrecht-table-row-border-block-end-width: $xxllnc-size-4xs;
|
|
209
|
+
$utrecht-table-row-border-block-end-color: $xxllnc-color-lightgrey-96;
|
|
210
|
+
$utrecht-table-header-font-weight: $xxllnc-typography-font-weight-bold;
|
|
211
211
|
$utrecht-page-header-padding-block-end: $xxllnc-size-sm;
|
|
212
212
|
$utrecht-page-header-padding-block-start: $xxllnc-size-sm;
|
|
213
213
|
$utrecht-page-header-color: $xxllnc-color-black-16;
|
|
@@ -281,14 +281,14 @@ $xxllnc-typography-scale-4xs: $xxllnc-font-size-4xs;
|
|
|
281
281
|
$xxllnc-color-alert-info-background: $xxllnc-color-grey-92;
|
|
282
282
|
$xxllnc-color-alert-info: $xxllnc-color-black-16;
|
|
283
283
|
$xxllnc-color-info: $xxllnc-color-primary;
|
|
284
|
+
$utrecht-paragraph-color: $utrecht-document-color;
|
|
285
|
+
$utrecht-unordered-list-font-size: $utrecht-document-font-size;
|
|
286
|
+
$utrecht-ordered-list-font-size: $utrecht-document-font-size;
|
|
284
287
|
$utrecht-table-header-cell-color: $utrecht-document-color;
|
|
285
288
|
$utrecht-table-header-cell-font-size: $utrecht-document-font-size;
|
|
286
|
-
$utrecht-table-header-color: $utrecht-document-color;
|
|
287
289
|
$utrecht-table-font-size: $utrecht-document-font-size;
|
|
288
290
|
$utrecht-table-font-family: $utrecht-document-font-family;
|
|
289
|
-
$utrecht-
|
|
290
|
-
$utrecht-unordered-list-font-size: $utrecht-document-font-size;
|
|
291
|
-
$utrecht-ordered-list-font-size: $utrecht-document-font-size;
|
|
291
|
+
$utrecht-table-header-color: $utrecht-document-color;
|
|
292
292
|
$utrecht-alert-color: $xxllnc-color-alert-info;
|
|
293
293
|
$utrecht-alert-background-color: $xxllnc-color-alert-info-background;
|
|
294
294
|
$utrecht-alert-icon-color: $xxllnc-color-alert-info;
|