@conduction/theme 1.0.21 → 1.0.22
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 +7 -4
- 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/municipalities/dinkelland-design-tokens/dist/design-tokens.css +2 -2
- package/municipalities/dinkelland-design-tokens/dist/index.js +2 -2
- package/municipalities/dinkelland-design-tokens/dist/index.json +2 -2
- package/municipalities/dinkelland-design-tokens/dist/index.less +2 -2
- package/municipalities/dinkelland-design-tokens/dist/index.scss +2 -2
- package/municipalities/dinkelland-design-tokens/dist/tokens.json +2 -2
- package/municipalities/dinkelland-design-tokens/src/component/conduction/page-footer.tokens.json +1 -1
- package/municipalities/leiden-design-tokens/dist/design-tokens.css +2 -2
- package/municipalities/leiden-design-tokens/dist/index.js +2 -2
- package/municipalities/leiden-design-tokens/dist/index.json +2 -2
- package/municipalities/leiden-design-tokens/dist/index.less +2 -2
- package/municipalities/leiden-design-tokens/dist/index.scss +2 -2
- package/municipalities/leiden-design-tokens/dist/tokens.json +2 -2
- package/municipalities/leiden-design-tokens/src/component/conduction/page-footer.tokens.json +1 -1
- package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/tubbergen-design-tokens/dist/index.js +1 -1
- package/municipalities/tubbergen-design-tokens/dist/index.less +1 -1
- package/municipalities/tubbergen-design-tokens/dist/index.scss +1 -1
- package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +3 -3
- package/municipalities/xxllnc-design-tokens/dist/index.js +3 -3
- package/municipalities/xxllnc-design-tokens/dist/index.json +4 -4
- package/municipalities/xxllnc-design-tokens/dist/index.less +3 -3
- package/municipalities/xxllnc-design-tokens/dist/index.scss +3 -3
- package/municipalities/xxllnc-design-tokens/dist/tokens.json +4 -4
- package/municipalities/xxllnc-design-tokens/src/component/conduction/page-footer.tokens.json +1 -1
- package/municipalities/xxllnc-design-tokens/src/component/conduction/page-header.tokens.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
# conduction-theme
|
|
2
|
+
|
|
2
3
|
Conduction's design tokens theme
|
|
3
4
|
|
|
4
5
|
## Changelog
|
|
5
6
|
|
|
6
7
|
- **Version 1**
|
|
8
|
+
|
|
9
|
+
- 1.0.22: Updated footer and header logo's for xxllnc, Leiden and Dinkelland themes.
|
|
7
10
|
- 1.0.21:
|
|
8
11
|
- Added custom header and footer logo code to all themes.
|
|
9
12
|
- Set custom icon code from Utrecht to Conduction directory in all themes.
|
|
@@ -13,13 +16,13 @@ Conduction's design tokens theme
|
|
|
13
16
|
- 1.0.20:
|
|
14
17
|
- Set color tokens of all themes in ascending order.
|
|
15
18
|
- Added Dinkelland theme.
|
|
16
|
-
- 1.0.19:
|
|
19
|
+
- 1.0.19:
|
|
17
20
|
- Added build all command.
|
|
18
21
|
- Removed unused dist folders.
|
|
19
22
|
- 1.0.18:
|
|
20
23
|
- Added gitingore.
|
|
21
24
|
- Added Tubbergen theme.
|
|
22
|
-
- 1.0.17:
|
|
25
|
+
- 1.0.17:
|
|
23
26
|
- Removed gitignore.
|
|
24
27
|
- Fixed alert warning colors in xxllnc theme.
|
|
25
28
|
- 1.0.16: Added Leiden theme as JSON format.
|
|
@@ -28,7 +31,7 @@ Conduction's design tokens theme
|
|
|
28
31
|
- 1.0.13: Added secondary button styling for all themes.
|
|
29
32
|
- 1.0.12: Implemented Select Single styling in xxllnc and Leiden.
|
|
30
33
|
- 1.0.11: Fixed typo and added page-content-background-color token to Conduction theme.
|
|
31
|
-
- 1.0.10:
|
|
34
|
+
- 1.0.10:
|
|
32
35
|
- Added document-backgroundcolor to all themes.
|
|
33
36
|
- Added buttonIconGap token to Conduction and Leiden themes.
|
|
34
37
|
- Added formField, cards and Conduction overwrite tokens to Conduction and Leiden themes.
|
|
@@ -39,6 +42,6 @@ Conduction's design tokens theme
|
|
|
39
42
|
- 1.0.6: Added xxllnc theme.
|
|
40
43
|
- 1.0.5: Added page-max-inline size to Conduction theme.
|
|
41
44
|
- 1.0.4: Added Leiden theme.
|
|
42
|
-
- 1.0.3: Updated sizes.
|
|
45
|
+
- 1.0.3: Updated sizes.
|
|
43
46
|
- 1.0.2: Added Aldritch font.
|
|
44
47
|
- 1.0.1: Added Conduction theme.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Wed, 16 Aug 2023 08:
|
|
3
|
+
* Generated on Wed, 16 Aug 2023 08:41:08 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.dinkelland-theme {
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
--utrecht-page-header-logo-max-width: 150px;
|
|
42
42
|
--utrecht-page-footer-background-image: url(https://www.dinkelland.nl/sites/all/themes/dinkelland/dist/assets/img/footer-bg.svg);
|
|
43
43
|
--utrecht-page-footer-background-color: unset;
|
|
44
|
-
--utrecht-page-footer-logo-max-width:
|
|
44
|
+
--utrecht-page-footer-logo-max-width: 250px;
|
|
45
45
|
--utrecht-page-footer-logo-max-height: 100px;
|
|
46
46
|
--utrecht-page-footer-min-height: 300px;
|
|
47
47
|
--utrecht-form-input-font-size: 15px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Wed, 16 Aug 2023 08:
|
|
3
|
+
* Generated on Wed, 16 Aug 2023 08:41:08 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const dinkellandColorPrimary = "#006cb9";
|
|
@@ -137,7 +137,7 @@ export const utrechtFormInputFocusBorderColor = "#2e79c6";
|
|
|
137
137
|
export const utrechtIconGap = "8px";
|
|
138
138
|
export const utrechtPageFooterMinHeight = "300px";
|
|
139
139
|
export const utrechtPageFooterLogoMaxHeight = "100px";
|
|
140
|
-
export const utrechtPageFooterLogoMaxWidth = "
|
|
140
|
+
export const utrechtPageFooterLogoMaxWidth = "250px";
|
|
141
141
|
export const utrechtPageFooterBackgroundColor = "unset";
|
|
142
142
|
export const utrechtPageFooterBackgroundImage = "url(https://www.dinkelland.nl/sites/all/themes/dinkelland/dist/assets/img/footer-bg.svg)";
|
|
143
143
|
export const utrechtPageFooterColor = "#ffffff";
|
|
@@ -4792,11 +4792,11 @@
|
|
|
4792
4792
|
]
|
|
4793
4793
|
},
|
|
4794
4794
|
{
|
|
4795
|
-
"value": "
|
|
4795
|
+
"value": "250px",
|
|
4796
4796
|
"filePath": "src/component/conduction/page-footer.tokens.json",
|
|
4797
4797
|
"isSource": true,
|
|
4798
4798
|
"original": {
|
|
4799
|
-
"value": "
|
|
4799
|
+
"value": "250px"
|
|
4800
4800
|
},
|
|
4801
4801
|
"name": "utrechtPageFooterLogoMaxWidth",
|
|
4802
4802
|
"attributes": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Wed, 16 Aug 2023 08:
|
|
3
|
+
// Generated on Wed, 16 Aug 2023 08:41:09 GMT
|
|
4
4
|
|
|
5
5
|
@conduction-input-select-padding-block-start: 0;
|
|
6
6
|
@conduction-input-select-padding-block-end: 0;
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
@utrecht-page-header-logo-max-width: 150px;
|
|
40
40
|
@utrecht-page-footer-background-image: url(https://www.dinkelland.nl/sites/all/themes/dinkelland/dist/assets/img/footer-bg.svg);
|
|
41
41
|
@utrecht-page-footer-background-color: unset;
|
|
42
|
-
@utrecht-page-footer-logo-max-width:
|
|
42
|
+
@utrecht-page-footer-logo-max-width: 250px;
|
|
43
43
|
@utrecht-page-footer-logo-max-height: 100px;
|
|
44
44
|
@utrecht-page-footer-min-height: 300px;
|
|
45
45
|
@utrecht-form-input-font-size: 15px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Wed, 16 Aug 2023 08:
|
|
3
|
+
// Generated on Wed, 16 Aug 2023 08:41:09 GMT
|
|
4
4
|
|
|
5
5
|
$conduction-input-select-padding-block-start: 0;
|
|
6
6
|
$conduction-input-select-padding-block-end: 0;
|
|
@@ -39,7 +39,7 @@ $utrecht-table-border-collapse: collapse;
|
|
|
39
39
|
$utrecht-page-header-logo-max-width: 150px;
|
|
40
40
|
$utrecht-page-footer-background-image: url(https://www.dinkelland.nl/sites/all/themes/dinkelland/dist/assets/img/footer-bg.svg);
|
|
41
41
|
$utrecht-page-footer-background-color: unset;
|
|
42
|
-
$utrecht-page-footer-logo-max-width:
|
|
42
|
+
$utrecht-page-footer-logo-max-width: 250px;
|
|
43
43
|
$utrecht-page-footer-logo-max-height: 100px;
|
|
44
44
|
$utrecht-page-footer-min-height: 300px;
|
|
45
45
|
$utrecht-form-input-font-size: 15px;
|
|
@@ -2819,11 +2819,11 @@
|
|
|
2819
2819
|
]
|
|
2820
2820
|
},
|
|
2821
2821
|
"max-width": {
|
|
2822
|
-
"value": "
|
|
2822
|
+
"value": "250px",
|
|
2823
2823
|
"filePath": "src/component/conduction/page-footer.tokens.json",
|
|
2824
2824
|
"isSource": true,
|
|
2825
2825
|
"original": {
|
|
2826
|
-
"value": "
|
|
2826
|
+
"value": "250px"
|
|
2827
2827
|
},
|
|
2828
2828
|
"name": "utrechtPageFooterLogoMaxWidth",
|
|
2829
2829
|
"attributes": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Wed, 16 Aug 2023 08:
|
|
3
|
+
* Generated on Wed, 16 Aug 2023 08:40:47 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.leiden-theme {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
--utrecht-textbox-border-radius: 0px;
|
|
33
33
|
--utrecht-page-header-logo-max-width: 80px;
|
|
34
34
|
--utrecht-page-footer-background-image: unset;
|
|
35
|
-
--utrecht-page-footer-logo-max-width:
|
|
35
|
+
--utrecht-page-footer-logo-max-width: 120px;
|
|
36
36
|
--utrecht-page-footer-logo-max-height: 100px;
|
|
37
37
|
--utrecht-form-input-font-size: 15px;
|
|
38
38
|
--utrecht-form-input-border-radius: 0px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Wed, 16 Aug 2023 08:
|
|
3
|
+
* Generated on Wed, 16 Aug 2023 08:40:47 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const leidenColorPrimary = "#d62410";
|
|
@@ -121,7 +121,7 @@ export const utrechtFormInputPaddingInlineStart = "14px";
|
|
|
121
121
|
export const utrechtFormInputPlaceholderColor = "#2c3e50";
|
|
122
122
|
export const utrechtIconGap = "8px";
|
|
123
123
|
export const utrechtPageFooterLogoMaxHeight = "100px";
|
|
124
|
-
export const utrechtPageFooterLogoMaxWidth = "
|
|
124
|
+
export const utrechtPageFooterLogoMaxWidth = "120px";
|
|
125
125
|
export const utrechtPageFooterBackgroundColor = "#0d1921";
|
|
126
126
|
export const utrechtPageFooterBackgroundImage = "unset";
|
|
127
127
|
export const utrechtPageFooterColor = "#ffffff";
|
|
@@ -4072,11 +4072,11 @@
|
|
|
4072
4072
|
]
|
|
4073
4073
|
},
|
|
4074
4074
|
{
|
|
4075
|
-
"value": "
|
|
4075
|
+
"value": "120px",
|
|
4076
4076
|
"filePath": "src/component/conduction/page-footer.tokens.json",
|
|
4077
4077
|
"isSource": true,
|
|
4078
4078
|
"original": {
|
|
4079
|
-
"value": "
|
|
4079
|
+
"value": "120px"
|
|
4080
4080
|
},
|
|
4081
4081
|
"name": "utrechtPageFooterLogoMaxWidth",
|
|
4082
4082
|
"attributes": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Wed, 16 Aug 2023 08:
|
|
3
|
+
// Generated on Wed, 16 Aug 2023 08:40:47 GMT
|
|
4
4
|
|
|
5
5
|
@conduction-input-select-padding-block-start: 0;
|
|
6
6
|
@conduction-input-select-padding-block-end: 0;
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
@utrecht-textbox-border-radius: 0px;
|
|
31
31
|
@utrecht-page-header-logo-max-width: 80px;
|
|
32
32
|
@utrecht-page-footer-background-image: unset;
|
|
33
|
-
@utrecht-page-footer-logo-max-width:
|
|
33
|
+
@utrecht-page-footer-logo-max-width: 120px;
|
|
34
34
|
@utrecht-page-footer-logo-max-height: 100px;
|
|
35
35
|
@utrecht-form-input-font-size: 15px;
|
|
36
36
|
@utrecht-form-input-border-radius: 0px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Wed, 16 Aug 2023 08:
|
|
3
|
+
// Generated on Wed, 16 Aug 2023 08:40:47 GMT
|
|
4
4
|
|
|
5
5
|
$conduction-input-select-padding-block-start: 0;
|
|
6
6
|
$conduction-input-select-padding-block-end: 0;
|
|
@@ -30,7 +30,7 @@ $utrecht-textbox-font-size: 15px;
|
|
|
30
30
|
$utrecht-textbox-border-radius: 0px;
|
|
31
31
|
$utrecht-page-header-logo-max-width: 80px;
|
|
32
32
|
$utrecht-page-footer-background-image: unset;
|
|
33
|
-
$utrecht-page-footer-logo-max-width:
|
|
33
|
+
$utrecht-page-footer-logo-max-width: 120px;
|
|
34
34
|
$utrecht-page-footer-logo-max-height: 100px;
|
|
35
35
|
$utrecht-form-input-font-size: 15px;
|
|
36
36
|
$utrecht-form-input-border-radius: 0px;
|
|
@@ -2484,11 +2484,11 @@
|
|
|
2484
2484
|
]
|
|
2485
2485
|
},
|
|
2486
2486
|
"max-width": {
|
|
2487
|
-
"value": "
|
|
2487
|
+
"value": "120px",
|
|
2488
2488
|
"filePath": "src/component/conduction/page-footer.tokens.json",
|
|
2489
2489
|
"isSource": true,
|
|
2490
2490
|
"original": {
|
|
2491
|
-
"value": "
|
|
2491
|
+
"value": "120px"
|
|
2492
2492
|
},
|
|
2493
2493
|
"name": "utrechtPageFooterLogoMaxWidth",
|
|
2494
2494
|
"attributes": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Wed, 16 Aug 2023 08:
|
|
3
|
+
* Generated on Wed, 16 Aug 2023 08:40:54 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.xxllnc-theme {
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
--utrecht-button-border-radius: 16px;
|
|
35
35
|
--utrecht-textbox-font-size: 15px;
|
|
36
36
|
--utrecht-textbox-border-radius: 6px;
|
|
37
|
-
--utrecht-page-header-logo-max-width:
|
|
37
|
+
--utrecht-page-header-logo-max-width: 70px;
|
|
38
38
|
--utrecht-page-footer-background-image: unset;
|
|
39
|
-
--utrecht-page-footer-logo-max-width:
|
|
39
|
+
--utrecht-page-footer-logo-max-width: 120px;
|
|
40
40
|
--utrecht-page-footer-logo-max-height: 100px;
|
|
41
41
|
--utrecht-form-input-font-size: 15px;
|
|
42
42
|
--utrecht-form-input-border-radius: 6px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Wed, 16 Aug 2023 08:
|
|
3
|
+
* Generated on Wed, 16 Aug 2023 08:40:54 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const xxllncColorPrimary = "#000000ad"; // Primary with 68% transparency
|
|
@@ -129,7 +129,7 @@ export const utrechtFormInputPaddingInlineStart = "14px";
|
|
|
129
129
|
export const utrechtFormInputPlaceholderColor = "#6d6d6d";
|
|
130
130
|
export const utrechtIconGap = "8px";
|
|
131
131
|
export const utrechtPageFooterLogoMaxHeight = "100px";
|
|
132
|
-
export const utrechtPageFooterLogoMaxWidth = "
|
|
132
|
+
export const utrechtPageFooterLogoMaxWidth = "120px";
|
|
133
133
|
export const utrechtPageFooterBackgroundColor = "#ffffff";
|
|
134
134
|
export const utrechtPageFooterBackgroundImage = "unset";
|
|
135
135
|
export const utrechtPageFooterColor = "#000000ad";
|
|
@@ -137,7 +137,7 @@ export const utrechtPageFooterPaddingInlineEnd = "14px";
|
|
|
137
137
|
export const utrechtPageFooterPaddingInlineStart = "14px";
|
|
138
138
|
export const utrechtPageFooterPaddingBlockEnd = "48px";
|
|
139
139
|
export const utrechtPageFooterPaddingBlockStart = "48px";
|
|
140
|
-
export const utrechtPageHeaderLogoMaxWidth = "
|
|
140
|
+
export const utrechtPageHeaderLogoMaxWidth = "70px";
|
|
141
141
|
export const utrechtPageHeaderBackgroundColor = "#eaeaea";
|
|
142
142
|
export const utrechtPageHeaderColor = "#28282c";
|
|
143
143
|
export const utrechtPageHeaderPaddingBlockStart = "14px";
|
|
@@ -2895,11 +2895,11 @@
|
|
|
2895
2895
|
]
|
|
2896
2896
|
},
|
|
2897
2897
|
{
|
|
2898
|
-
"value": "
|
|
2898
|
+
"value": "120px",
|
|
2899
2899
|
"filePath": "src/component/conduction/page-footer.tokens.json",
|
|
2900
2900
|
"isSource": true,
|
|
2901
2901
|
"original": {
|
|
2902
|
-
"value": "
|
|
2902
|
+
"value": "120px"
|
|
2903
2903
|
},
|
|
2904
2904
|
"name": "utrechtPageFooterLogoMaxWidth",
|
|
2905
2905
|
"attributes": {
|
|
@@ -3030,11 +3030,11 @@
|
|
|
3030
3030
|
]
|
|
3031
3031
|
},
|
|
3032
3032
|
{
|
|
3033
|
-
"value": "
|
|
3033
|
+
"value": "70px",
|
|
3034
3034
|
"filePath": "src/component/conduction/page-header.tokens.json",
|
|
3035
3035
|
"isSource": true,
|
|
3036
3036
|
"original": {
|
|
3037
|
-
"value": "
|
|
3037
|
+
"value": "70px"
|
|
3038
3038
|
},
|
|
3039
3039
|
"name": "utrechtPageHeaderLogoMaxWidth",
|
|
3040
3040
|
"attributes": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Wed, 16 Aug 2023 08:
|
|
3
|
+
// Generated on Wed, 16 Aug 2023 08:40:54 GMT
|
|
4
4
|
|
|
5
5
|
@conduction-input-select-padding-block-start: 0;
|
|
6
6
|
@conduction-input-select-padding-block-end: 0;
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
@utrecht-button-border-radius: 16px;
|
|
33
33
|
@utrecht-textbox-font-size: 15px;
|
|
34
34
|
@utrecht-textbox-border-radius: 6px;
|
|
35
|
-
@utrecht-page-header-logo-max-width:
|
|
35
|
+
@utrecht-page-header-logo-max-width: 70px;
|
|
36
36
|
@utrecht-page-footer-background-image: unset;
|
|
37
|
-
@utrecht-page-footer-logo-max-width:
|
|
37
|
+
@utrecht-page-footer-logo-max-width: 120px;
|
|
38
38
|
@utrecht-page-footer-logo-max-height: 100px;
|
|
39
39
|
@utrecht-form-input-font-size: 15px;
|
|
40
40
|
@utrecht-form-input-border-radius: 6px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Wed, 16 Aug 2023 08:
|
|
3
|
+
// Generated on Wed, 16 Aug 2023 08:40:54 GMT
|
|
4
4
|
|
|
5
5
|
$conduction-input-select-padding-block-start: 0;
|
|
6
6
|
$conduction-input-select-padding-block-end: 0;
|
|
@@ -32,9 +32,9 @@ $utrecht-button-border-width: 0;
|
|
|
32
32
|
$utrecht-button-border-radius: 16px;
|
|
33
33
|
$utrecht-textbox-font-size: 15px;
|
|
34
34
|
$utrecht-textbox-border-radius: 6px;
|
|
35
|
-
$utrecht-page-header-logo-max-width:
|
|
35
|
+
$utrecht-page-header-logo-max-width: 70px;
|
|
36
36
|
$utrecht-page-footer-background-image: unset;
|
|
37
|
-
$utrecht-page-footer-logo-max-width:
|
|
37
|
+
$utrecht-page-footer-logo-max-width: 120px;
|
|
38
38
|
$utrecht-page-footer-logo-max-height: 100px;
|
|
39
39
|
$utrecht-form-input-font-size: 15px;
|
|
40
40
|
$utrecht-form-input-border-radius: 6px;
|
|
@@ -2657,11 +2657,11 @@
|
|
|
2657
2657
|
]
|
|
2658
2658
|
},
|
|
2659
2659
|
"max-width": {
|
|
2660
|
-
"value": "
|
|
2660
|
+
"value": "120px",
|
|
2661
2661
|
"filePath": "src/component/conduction/page-footer.tokens.json",
|
|
2662
2662
|
"isSource": true,
|
|
2663
2663
|
"original": {
|
|
2664
|
-
"value": "
|
|
2664
|
+
"value": "120px"
|
|
2665
2665
|
},
|
|
2666
2666
|
"name": "utrechtPageFooterLogoMaxWidth",
|
|
2667
2667
|
"attributes": {
|
|
@@ -2816,11 +2816,11 @@
|
|
|
2816
2816
|
"logo": {
|
|
2817
2817
|
"max-height": {},
|
|
2818
2818
|
"max-width": {
|
|
2819
|
-
"value": "
|
|
2819
|
+
"value": "70px",
|
|
2820
2820
|
"filePath": "src/component/conduction/page-header.tokens.json",
|
|
2821
2821
|
"isSource": true,
|
|
2822
2822
|
"original": {
|
|
2823
|
-
"value": "
|
|
2823
|
+
"value": "70px"
|
|
2824
2824
|
},
|
|
2825
2825
|
"name": "utrechtPageHeaderLogoMaxWidth",
|
|
2826
2826
|
"attributes": {
|