@amsterdam/design-system-tokens 0.14.0 → 0.15.0
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/CHANGELOG.md +65 -0
- package/README.md +14 -7
- package/build.js +39 -16
- package/dist/compact.css +18 -18
- package/dist/compact.d.ts +18 -12
- package/dist/compact.json +21 -15
- package/dist/compact.mjs +21 -22
- package/dist/compact.scss +18 -18
- package/dist/compact.theme.css +18 -18
- package/dist/index.css +779 -766
- package/dist/index.d.ts +286 -283
- package/dist/index.json +589 -586
- package/dist/index.mjs +533 -509
- package/dist/index.scss +779 -766
- package/dist/index.theme.css +779 -766
- package/package.json +4 -3
- package/src/brand/ams/aspect-ratio.tokens.json +6 -6
- package/src/brand/ams/border.tokens.json +3 -3
- package/src/brand/ams/color.tokens.json +34 -15
- package/src/brand/ams/cursor.tokens.json +8 -0
- package/src/brand/ams/space.compact.tokens.json +6 -15
- package/src/brand/ams/space.tokens.json +5 -14
- package/src/brand/ams/{text.compact.tokens.json → typography.compact.tokens.json} +14 -2
- package/src/brand/ams/typography.tokens.json +59 -0
- package/src/common/ams/links.tokens.json +32 -0
- package/src/components/ams/accordion.tokens.json +11 -12
- package/src/components/ams/action-group.tokens.json +1 -1
- package/src/components/ams/alert.tokens.json +27 -15
- package/src/components/ams/avatar.tokens.json +23 -53
- package/src/components/ams/badge.tokens.json +22 -48
- package/src/components/ams/blockquote.tokens.json +8 -6
- package/src/components/ams/breadcrumb.tokens.json +10 -10
- package/src/components/ams/button.tokens.json +31 -33
- package/src/components/ams/card.tokens.json +8 -8
- package/src/components/ams/character-count.tokens.json +6 -6
- package/src/components/ams/checkbox.tokens.json +31 -29
- package/src/components/ams/column.tokens.json +5 -6
- package/src/components/ams/date-input.tokens.json +18 -16
- package/src/components/ams/description-list.tokens.json +21 -10
- package/src/components/ams/dialog.tokens.json +19 -8
- package/src/components/ams/error-message.tokens.json +5 -5
- package/src/components/ams/field-set.tokens.json +8 -8
- package/src/components/ams/field.tokens.json +3 -3
- package/src/components/ams/figure.tokens.json +9 -7
- package/src/components/ams/file-input.tokens.json +29 -26
- package/src/components/ams/file-list.tokens.json +8 -8
- package/src/components/ams/footer.tokens.json +23 -2
- package/src/components/ams/grid.compact.tokens.json +1 -1
- package/src/components/ams/grid.tokens.json +12 -10
- package/src/components/ams/header.tokens.json +23 -19
- package/src/components/ams/heading.tokens.json +29 -29
- package/src/components/ams/hint.tokens.json +1 -1
- package/src/components/ams/icon-button.tokens.json +18 -16
- package/src/components/ams/icon.tokens.json +24 -14
- package/src/components/ams/image-slider.tokens.json +1 -1
- package/src/components/ams/image.tokens.json +1 -1
- package/src/components/ams/{form-error-list.tokens.json → invalid-form-alert.tokens.json} +1 -1
- package/src/components/ams/label.tokens.json +5 -5
- package/src/components/ams/link-list.tokens.json +22 -22
- package/src/components/ams/link.tokens.json +20 -31
- package/src/components/ams/logo.tokens.json +10 -7
- package/src/components/ams/mark.tokens.json +1 -1
- package/src/components/ams/mega-menu.tokens.json +3 -3
- package/src/components/ams/ordered-list.tokens.json +13 -11
- package/src/components/ams/page-heading.tokens.json +8 -6
- package/src/components/ams/page-menu.tokens.json +13 -13
- package/src/components/ams/pagination.tokens.json +13 -13
- package/src/components/ams/paragraph.tokens.json +12 -10
- package/src/components/ams/password-input.tokens.json +17 -16
- package/src/components/ams/radio.tokens.json +30 -28
- package/src/components/ams/row.tokens.json +5 -6
- package/src/components/ams/screen.tokens.json +1 -1
- package/src/components/ams/search-field.tokens.json +17 -18
- package/src/components/ams/select.tokens.json +17 -16
- package/src/components/ams/skip-link.tokens.json +9 -9
- package/src/components/ams/spotlight.tokens.json +10 -10
- package/src/components/ams/switch.tokens.json +7 -6
- package/src/components/ams/table-of-contents.tokens.json +17 -17
- package/src/components/ams/table.tokens.json +10 -13
- package/src/components/ams/tabs.tokens.json +16 -20
- package/src/components/ams/text-area.tokens.json +18 -18
- package/src/components/ams/text-input.tokens.json +17 -16
- package/src/components/ams/time-input.tokens.json +18 -16
- package/src/components/ams/top-task-link.tokens.json +16 -16
- package/src/components/ams/unordered-list.tokens.json +15 -13
- package/src/brand/ams/text.tokens.json +0 -41
- package/src/common/ams/action.tokens.json +0 -12
- package/src/common/ams/hyphenation.tokens.json +0 -9
- package/src/common/ams/link-appearance.tokens.json +0 -43
- package/src/components/ams/breakout.tokens.json +0 -11
- package/src/components/ams/gap.tokens.json +0 -11
- package/src/components/ams/margin.tokens.json +0 -11
- /package/src/{common → brand}/ams/focus.tokens.json +0 -0
package/dist/index.json
CHANGED
|
@@ -1,130 +1,135 @@
|
|
|
1
1
|
{
|
|
2
2
|
"ams": {
|
|
3
3
|
"aspect-ratio": {
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
4
|
+
"9-16": "9 / 16",
|
|
5
|
+
"3-4": "3 / 4",
|
|
6
|
+
"1-1": "1 / 1",
|
|
7
|
+
"4-3": "4 / 3",
|
|
8
|
+
"16-9": "16 / 9",
|
|
9
|
+
"16-5": "16 / 5"
|
|
10
10
|
},
|
|
11
11
|
"border": {
|
|
12
12
|
"width": {
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
13
|
+
"s": "0.0625rem",
|
|
14
|
+
"m": "0.125rem",
|
|
15
|
+
"l": "0.1875rem",
|
|
16
16
|
"xl": "0.25rem"
|
|
17
17
|
}
|
|
18
18
|
},
|
|
19
19
|
"color": {
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
"
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
20
|
+
"background": "#ffffff",
|
|
21
|
+
"feedback": {
|
|
22
|
+
"error": "#ec0000",
|
|
23
|
+
"info": "#009de6",
|
|
24
|
+
"success": "#00a03c",
|
|
25
|
+
"warning": "#ff9100"
|
|
26
|
+
},
|
|
27
|
+
"highlight": {
|
|
28
|
+
"azure": "#009de6",
|
|
29
|
+
"green": "#00a03c",
|
|
30
|
+
"lime": "#bed200",
|
|
31
|
+
"magenta": "#e50082",
|
|
32
|
+
"orange": "#ff9100",
|
|
33
|
+
"purple": "#a00078",
|
|
34
|
+
"yellow": "#ffe600"
|
|
35
|
+
},
|
|
36
|
+
"interactive": {
|
|
37
|
+
"contrast": "#000000",
|
|
38
|
+
"default": "#004699",
|
|
39
|
+
"disabled": "#767676",
|
|
40
|
+
"hover": "#003677",
|
|
41
|
+
"invalid": {
|
|
42
|
+
"default": "#ec0000",
|
|
43
|
+
"hover": "#b70000"
|
|
44
|
+
},
|
|
45
|
+
"inverse": "#ffffff",
|
|
46
|
+
"secondary": "#181818"
|
|
47
|
+
},
|
|
48
|
+
"separator": "#d1d1d1",
|
|
49
|
+
"text": {
|
|
50
|
+
"default": "#181818",
|
|
51
|
+
"inverse": "#ffffff",
|
|
52
|
+
"secondary": "#767676"
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
"cursor": {
|
|
56
|
+
"disabled": "not-allowed",
|
|
57
|
+
"interactive": "pointer"
|
|
58
|
+
},
|
|
59
|
+
"focus": {
|
|
60
|
+
"outline-offset": "0.125rem"
|
|
35
61
|
},
|
|
36
62
|
"space": {
|
|
37
63
|
"xs": "clamp(0.2813rem, 0.2578rem + 0.1172vw, 0.375rem)",
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"xl": "clamp(2.25rem,
|
|
42
|
-
"
|
|
43
|
-
"xs": "clamp(0.25rem, calc(0.09375rem + 0.78125vw), 0.875rem)",
|
|
44
|
-
"sm": "clamp(0.5rem, calc(0.1875rem + 1.5625vw), 1.75rem)",
|
|
45
|
-
"md": "clamp(1rem, calc(0.375rem + 3.125vw), 3.5rem)",
|
|
46
|
-
"lg": "clamp(1.5rem, calc(0.5625rem + 4.6875vw), 5.25rem)",
|
|
47
|
-
"xl": "clamp(2rem, calc(0.75rem + 6.25vw), 7rem)"
|
|
48
|
-
}
|
|
64
|
+
"s": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
|
|
65
|
+
"m": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
|
|
66
|
+
"l": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
|
|
67
|
+
"xl": "clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem)",
|
|
68
|
+
"2xl": "clamp(2.8125rem, 2.2031rem + 3.0469vw, 5.25rem)"
|
|
49
69
|
},
|
|
50
|
-
"
|
|
70
|
+
"typography": {
|
|
51
71
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
52
|
-
"
|
|
53
|
-
|
|
54
|
-
"
|
|
72
|
+
"hyphenate-limit-chars": "12 8 4",
|
|
73
|
+
"body-text": {
|
|
74
|
+
"font-size": "clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem)",
|
|
75
|
+
"font-weight": "400",
|
|
76
|
+
"line-height": "1.6667",
|
|
77
|
+
"bold": {
|
|
78
|
+
"font-weight": "800"
|
|
79
|
+
},
|
|
80
|
+
"small": {
|
|
81
|
+
"font-size": "clamp(0.9643rem, calc(0.9054rem + 0.2946vw), 1.2rem)",
|
|
82
|
+
"line-height": "1.5152"
|
|
83
|
+
},
|
|
84
|
+
"large": {
|
|
85
|
+
"font-size": "clamp(1.3125rem, calc(1.1719rem + 0.7031vw), 1.875rem)",
|
|
86
|
+
"line-height": "1.5152"
|
|
87
|
+
},
|
|
88
|
+
"x-large": {
|
|
89
|
+
"font-size": "clamp(1.5313rem, calc(1.3281rem + 1.0156vw), 2.3438rem)",
|
|
90
|
+
"line-height": "1.3776"
|
|
91
|
+
}
|
|
55
92
|
},
|
|
56
|
-
"
|
|
93
|
+
"heading": {
|
|
57
94
|
"0": {
|
|
58
95
|
"font-size": "clamp(2.4316rem, calc(1.8951rem + 2.6826vw), 4.5776rem)",
|
|
59
|
-
"line-height": "1.
|
|
96
|
+
"line-height": "1.1386"
|
|
60
97
|
},
|
|
61
98
|
"1": {
|
|
62
99
|
"font-size": "clamp(2.0842rem, calc(1.6897rem + 1.9724vw), 3.6621rem)",
|
|
63
|
-
"line-height": "1.
|
|
100
|
+
"line-height": "1.1754"
|
|
64
101
|
},
|
|
65
102
|
"2": {
|
|
66
103
|
"font-size": "clamp(1.7865rem, calc(1.5007rem + 1.429vw), 2.9297rem)",
|
|
67
|
-
"line-height": "1.
|
|
104
|
+
"line-height": "1.2133"
|
|
68
105
|
},
|
|
69
106
|
"3": {
|
|
70
107
|
"font-size": "clamp(1.5313rem, calc(1.3281rem + 1.0156vw), 2.3438rem)",
|
|
71
|
-
"line-height": "1.
|
|
108
|
+
"line-height": "1.2524"
|
|
72
109
|
},
|
|
73
110
|
"4": {
|
|
74
111
|
"font-size": "clamp(1.3125rem, calc(1.1719rem + 0.7031vw), 1.875rem)",
|
|
75
|
-
"line-height": "1.
|
|
112
|
+
"line-height": "1.2928"
|
|
76
113
|
},
|
|
77
114
|
"5": {
|
|
78
115
|
"font-size": "clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem)",
|
|
79
|
-
"line-height": "1.
|
|
116
|
+
"line-height": "1.3345"
|
|
80
117
|
},
|
|
81
118
|
"6": {
|
|
82
119
|
"font-size": "clamp(0.9643rem, calc(0.9054rem + 0.2946vw), 1.2rem)",
|
|
83
|
-
"line-height": "1.
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
},
|
|
87
|
-
"action": {
|
|
88
|
-
"activate": {
|
|
89
|
-
"cursor": "pointer"
|
|
90
|
-
},
|
|
91
|
-
"busy": {
|
|
92
|
-
"cursor": "wait"
|
|
93
|
-
},
|
|
94
|
-
"disabled": {
|
|
95
|
-
"cursor": "not-allowed"
|
|
96
|
-
},
|
|
97
|
-
"inert": {
|
|
98
|
-
"cursor": "default"
|
|
99
|
-
},
|
|
100
|
-
"navigate": {
|
|
101
|
-
"cursor": "pointer"
|
|
102
|
-
},
|
|
103
|
-
"submit": {
|
|
104
|
-
"cursor": "pointer"
|
|
120
|
+
"line-height": "1.3776"
|
|
121
|
+
},
|
|
122
|
+
"font-weight": "800"
|
|
105
123
|
}
|
|
106
124
|
},
|
|
107
|
-
"
|
|
108
|
-
"outline-offset": "0.125rem"
|
|
109
|
-
},
|
|
110
|
-
"hyphenation": {
|
|
111
|
-
"hyphenate-limit-chars": "12 8 4",
|
|
112
|
-
"hyphens": "auto",
|
|
113
|
-
"overflow-wrap": "break-word"
|
|
114
|
-
},
|
|
115
|
-
"link-appearance": {
|
|
125
|
+
"links": {
|
|
116
126
|
"color": "#004699",
|
|
117
127
|
"text-decoration-thickness": "0.125rem",
|
|
118
128
|
"text-underline-offset": "0.3333em",
|
|
119
129
|
"hover": {
|
|
120
|
-
"color": "#
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
"text-decoration-line": "underline",
|
|
124
|
-
"hover": {
|
|
125
|
-
"text-decoration-thickness": "0.1875rem",
|
|
126
|
-
"text-underline-offset": "0.2778em"
|
|
127
|
-
}
|
|
130
|
+
"color": "#003677",
|
|
131
|
+
"text-decoration-thickness": "0.1875rem",
|
|
132
|
+
"text-underline-offset": "0.2778em"
|
|
128
133
|
},
|
|
129
134
|
"subtle": {
|
|
130
135
|
"text-decoration-line": "none",
|
|
@@ -136,18 +141,12 @@
|
|
|
136
141
|
"color": "#000000",
|
|
137
142
|
"hover": {
|
|
138
143
|
"color": "#000000"
|
|
139
|
-
},
|
|
140
|
-
"visited": {
|
|
141
|
-
"color": "#000000"
|
|
142
144
|
}
|
|
143
145
|
},
|
|
144
146
|
"inverse": {
|
|
145
|
-
"color": "#
|
|
147
|
+
"color": "#ffffff",
|
|
146
148
|
"hover": {
|
|
147
|
-
"color": "#
|
|
148
|
-
},
|
|
149
|
-
"visited": {
|
|
150
|
-
"color": "#FFFFFF"
|
|
149
|
+
"color": "#ffffff"
|
|
151
150
|
}
|
|
152
151
|
}
|
|
153
152
|
},
|
|
@@ -155,18 +154,17 @@
|
|
|
155
154
|
"gap": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
|
|
156
155
|
"button": {
|
|
157
156
|
"color": "#004699",
|
|
157
|
+
"cursor": "pointer",
|
|
158
158
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
159
|
-
"font-size": "clamp(1.
|
|
160
|
-
"font-weight": 800,
|
|
159
|
+
"font-size": "clamp(1.3125rem, calc(1.1719rem + 0.7031vw), 1.875rem)",
|
|
160
|
+
"font-weight": "800",
|
|
161
161
|
"gap": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
|
|
162
|
-
"line-height": "1.
|
|
162
|
+
"line-height": "1.2928",
|
|
163
|
+
"outline-offset": "0.125rem",
|
|
163
164
|
"padding-block": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
|
|
164
165
|
"padding-inline": "0",
|
|
165
|
-
"focus": {
|
|
166
|
-
"outline-offset": "0.125rem"
|
|
167
|
-
},
|
|
168
166
|
"hover": {
|
|
169
|
-
"color": "#
|
|
167
|
+
"color": "#003677"
|
|
170
168
|
}
|
|
171
169
|
},
|
|
172
170
|
"panel": {
|
|
@@ -178,172 +176,130 @@
|
|
|
178
176
|
"gap": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)"
|
|
179
177
|
},
|
|
180
178
|
"alert": {
|
|
181
|
-
"background-color": "#
|
|
182
|
-
"
|
|
183
|
-
"
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
"
|
|
187
|
-
|
|
188
|
-
"
|
|
179
|
+
"background-color": "#ffffff",
|
|
180
|
+
"box-shadow": "inset 0 0 0 0.25rem #009de6",
|
|
181
|
+
"forced-colors": {
|
|
182
|
+
"border-width": "0.25rem"
|
|
183
|
+
},
|
|
184
|
+
"severity-indicator": {
|
|
185
|
+
"background-color": "#009de6",
|
|
186
|
+
"padding-block": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
|
|
187
|
+
"padding-inline": "clamp(0.2813rem, 0.2578rem + 0.1172vw, 0.375rem)"
|
|
189
188
|
},
|
|
190
|
-
"
|
|
191
|
-
"
|
|
189
|
+
"content": {
|
|
190
|
+
"gap": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
|
|
191
|
+
"padding-block": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
|
|
192
|
+
"padding-inline": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)"
|
|
193
|
+
},
|
|
194
|
+
"error": {
|
|
195
|
+
"box-shadow": "inset 0 0 0 0.25rem #ec0000",
|
|
196
|
+
"severity-indicator": {
|
|
197
|
+
"background-color": "#ec0000"
|
|
198
|
+
}
|
|
192
199
|
},
|
|
193
200
|
"success": {
|
|
194
|
-
"
|
|
201
|
+
"box-shadow": "inset 0 0 0 0.25rem #00a03c",
|
|
202
|
+
"severity-indicator": {
|
|
203
|
+
"background-color": "#00a03c"
|
|
204
|
+
}
|
|
195
205
|
},
|
|
196
206
|
"warning": {
|
|
197
|
-
"
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
207
|
+
"box-shadow": "inset 0 0 0 0.25rem #ff9100",
|
|
208
|
+
"severity-indicator": {
|
|
209
|
+
"background-color": "#ff9100"
|
|
210
|
+
}
|
|
201
211
|
}
|
|
202
212
|
},
|
|
203
213
|
"avatar": {
|
|
204
214
|
"aspect-ratio": "1 / 1",
|
|
215
|
+
"background-color": "#a00078",
|
|
216
|
+
"color": "#ffffff",
|
|
205
217
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
206
218
|
"font-size": "clamp(0.9643rem, calc(0.9054rem + 0.2946vw), 1.2rem)",
|
|
207
|
-
"font-weight": 400,
|
|
208
|
-
"line-height": "1.
|
|
219
|
+
"font-weight": "400",
|
|
220
|
+
"line-height": "1.5152",
|
|
209
221
|
"padding-block": "clamp(0.2813rem, 0.2578rem + 0.1172vw, 0.375rem)",
|
|
210
222
|
"padding-inline": "clamp(0.2813rem, 0.2578rem + 0.1172vw, 0.375rem)",
|
|
211
|
-
"black": {
|
|
212
|
-
"background-color": "#000000",
|
|
213
|
-
"color": "#FFFFFF"
|
|
214
|
-
},
|
|
215
|
-
"blue": {
|
|
216
|
-
"background-color": "#004699",
|
|
217
|
-
"color": "#FFFFFF"
|
|
218
|
-
},
|
|
219
|
-
"dark-green": {
|
|
220
|
-
"background-color": "#00A03C",
|
|
221
|
-
"color": "#FFFFFF"
|
|
222
|
-
},
|
|
223
223
|
"forced-colors": {
|
|
224
224
|
"border-width": "0.125rem"
|
|
225
225
|
},
|
|
226
|
-
"
|
|
227
|
-
"background-color": "#
|
|
228
|
-
"color": "#
|
|
229
|
-
},
|
|
230
|
-
"grey-1": {
|
|
231
|
-
"background-color": "#E8E8E8",
|
|
232
|
-
"color": "#000000"
|
|
233
|
-
},
|
|
234
|
-
"grey-2": {
|
|
235
|
-
"background-color": "#BEBEBE",
|
|
236
|
-
"color": "#000000"
|
|
226
|
+
"azure": {
|
|
227
|
+
"background-color": "#009de6",
|
|
228
|
+
"color": "#181818"
|
|
237
229
|
},
|
|
238
|
-
"
|
|
239
|
-
"background-color": "#
|
|
240
|
-
"color": "#
|
|
230
|
+
"green": {
|
|
231
|
+
"background-color": "#00a03c",
|
|
232
|
+
"color": "#ffffff"
|
|
241
233
|
},
|
|
242
|
-
"
|
|
243
|
-
"background-color": "#
|
|
244
|
-
"color": "#
|
|
234
|
+
"lime": {
|
|
235
|
+
"background-color": "#bed200",
|
|
236
|
+
"color": "#181818"
|
|
245
237
|
},
|
|
246
238
|
"magenta": {
|
|
247
|
-
"background-color": "#
|
|
248
|
-
"color": "#
|
|
239
|
+
"background-color": "#e50082",
|
|
240
|
+
"color": "#ffffff"
|
|
249
241
|
},
|
|
250
242
|
"orange": {
|
|
251
|
-
"background-color": "#
|
|
252
|
-
"color": "#
|
|
253
|
-
},
|
|
254
|
-
"purple": {
|
|
255
|
-
"background-color": "#A00078",
|
|
256
|
-
"color": "#FFFFFF"
|
|
257
|
-
},
|
|
258
|
-
"red": {
|
|
259
|
-
"background-color": "#EC0000",
|
|
260
|
-
"color": "#FFFFFF"
|
|
261
|
-
},
|
|
262
|
-
"white": {
|
|
263
|
-
"background-color": "#FFFFFF",
|
|
264
|
-
"color": "#000000"
|
|
243
|
+
"background-color": "#ff9100",
|
|
244
|
+
"color": "#181818"
|
|
265
245
|
},
|
|
266
246
|
"yellow": {
|
|
267
|
-
"background-color": "#
|
|
268
|
-
"color": "#
|
|
247
|
+
"background-color": "#ffe600",
|
|
248
|
+
"color": "#181818"
|
|
269
249
|
}
|
|
270
250
|
},
|
|
271
251
|
"badge": {
|
|
252
|
+
"background-color": "#00a03c",
|
|
253
|
+
"color": "#ffffff",
|
|
272
254
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
273
255
|
"font-size": "clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem)",
|
|
274
|
-
"font-weight": 800,
|
|
275
|
-
"line-height": "1.
|
|
256
|
+
"font-weight": "800",
|
|
257
|
+
"line-height": "1.6667",
|
|
276
258
|
"padding-inline": "clamp(0.2813rem, 0.2578rem + 0.1172vw, 0.375rem)",
|
|
277
|
-
"
|
|
278
|
-
"background-color": "#
|
|
279
|
-
"color": "#
|
|
280
|
-
},
|
|
281
|
-
"blue": {
|
|
282
|
-
"background-color": "#004699",
|
|
283
|
-
"color": "#FFFFFF"
|
|
284
|
-
},
|
|
285
|
-
"dark-green": {
|
|
286
|
-
"background-color": "#00A03C",
|
|
287
|
-
"color": "#FFFFFF"
|
|
288
|
-
},
|
|
289
|
-
"green": {
|
|
290
|
-
"background-color": "#BED200",
|
|
291
|
-
"color": "#000000"
|
|
292
|
-
},
|
|
293
|
-
"grey-1": {
|
|
294
|
-
"background-color": "#E8E8E8",
|
|
295
|
-
"color": "#000000"
|
|
296
|
-
},
|
|
297
|
-
"grey-2": {
|
|
298
|
-
"background-color": "#BEBEBE",
|
|
299
|
-
"color": "#000000"
|
|
300
|
-
},
|
|
301
|
-
"grey-3": {
|
|
302
|
-
"background-color": "#767676",
|
|
303
|
-
"color": "#FFFFFF"
|
|
259
|
+
"azure": {
|
|
260
|
+
"background-color": "#009de6",
|
|
261
|
+
"color": "#181818"
|
|
304
262
|
},
|
|
305
|
-
"
|
|
306
|
-
"background-color": "#
|
|
307
|
-
"color": "#
|
|
263
|
+
"lime": {
|
|
264
|
+
"background-color": "#bed200",
|
|
265
|
+
"color": "#181818"
|
|
308
266
|
},
|
|
309
267
|
"magenta": {
|
|
310
|
-
"background-color": "#
|
|
311
|
-
"color": "#
|
|
268
|
+
"background-color": "#e50082",
|
|
269
|
+
"color": "#ffffff"
|
|
312
270
|
},
|
|
313
271
|
"orange": {
|
|
314
|
-
"background-color": "#
|
|
315
|
-
"color": "#
|
|
272
|
+
"background-color": "#ff9100",
|
|
273
|
+
"color": "#181818"
|
|
316
274
|
},
|
|
317
275
|
"purple": {
|
|
318
|
-
"background-color": "#
|
|
319
|
-
"color": "#
|
|
276
|
+
"background-color": "#a00078",
|
|
277
|
+
"color": "#ffffff"
|
|
320
278
|
},
|
|
321
279
|
"red": {
|
|
322
|
-
"background-color": "#
|
|
323
|
-
"color": "#
|
|
324
|
-
},
|
|
325
|
-
"white": {
|
|
326
|
-
"background-color": "#FFFFFF",
|
|
327
|
-
"color": "#000000"
|
|
280
|
+
"background-color": "#ec0000",
|
|
281
|
+
"color": "#ffffff"
|
|
328
282
|
},
|
|
329
283
|
"yellow": {
|
|
330
|
-
"background-color": "#
|
|
331
|
-
"color": "#
|
|
284
|
+
"background-color": "#ffe600",
|
|
285
|
+
"color": "#181818"
|
|
332
286
|
}
|
|
333
287
|
},
|
|
334
288
|
"blockquote": {
|
|
335
|
-
"color": "#
|
|
289
|
+
"color": "#181818",
|
|
336
290
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
337
291
|
"font-size": "clamp(1.5313rem, calc(1.3281rem + 1.0156vw), 2.3438rem)",
|
|
338
|
-
"font-weight": 800,
|
|
339
|
-
"line-height": "1.
|
|
340
|
-
"inverse
|
|
292
|
+
"font-weight": "800",
|
|
293
|
+
"line-height": "1.3776",
|
|
294
|
+
"inverse": {
|
|
295
|
+
"color": "#ffffff"
|
|
296
|
+
}
|
|
341
297
|
},
|
|
342
298
|
"breadcrumb": {
|
|
343
299
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
344
300
|
"font-size": "clamp(0.9643rem, calc(0.9054rem + 0.2946vw), 1.2rem)",
|
|
345
|
-
"font-weight": 400,
|
|
346
|
-
"line-height": "1.
|
|
301
|
+
"font-weight": "400",
|
|
302
|
+
"line-height": "1.5152",
|
|
347
303
|
"separator": {
|
|
348
304
|
"background-image": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><path fill='%23000000' fill-rule='evenodd' d='m9.757 32-2.9-2.91L19.937 16 6.857 2.91 9.757 0l16 16z'/></svg>\")",
|
|
349
305
|
"block-size": "1ex",
|
|
@@ -357,23 +313,17 @@
|
|
|
357
313
|
"text-decoration-thickness": "0.125rem",
|
|
358
314
|
"text-underline-offset": "0.3333em",
|
|
359
315
|
"hover": {
|
|
360
|
-
"color": "#
|
|
316
|
+
"color": "#003677",
|
|
361
317
|
"text-decoration-line": "underline"
|
|
362
318
|
}
|
|
363
319
|
}
|
|
364
320
|
},
|
|
365
|
-
"breakout": {
|
|
366
|
-
"row-gap": {
|
|
367
|
-
"sm": "clamp(0.5rem, calc(0.1875rem + 1.5625vw), 1.75rem)",
|
|
368
|
-
"md": "clamp(1rem, calc(0.375rem + 3.125vw), 3.5rem)",
|
|
369
|
-
"lg": "clamp(1.5rem, calc(0.5625rem + 4.6875vw), 5.25rem)"
|
|
370
|
-
}
|
|
371
|
-
},
|
|
372
321
|
"button": {
|
|
373
322
|
"cursor": "pointer",
|
|
374
323
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
375
324
|
"font-size": "clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem)",
|
|
376
|
-
"
|
|
325
|
+
"font-weight": "400",
|
|
326
|
+
"line-height": "1.6667",
|
|
377
327
|
"gap": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
|
|
378
328
|
"outline-offset": "0.125rem",
|
|
379
329
|
"padding-block": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
|
|
@@ -387,39 +337,36 @@
|
|
|
387
337
|
"primary": {
|
|
388
338
|
"background-color": "#004699",
|
|
389
339
|
"box-shadow": "inset 0 0 0 0.125rem #004699",
|
|
390
|
-
"color": "#
|
|
340
|
+
"color": "#ffffff",
|
|
391
341
|
"disabled": {
|
|
392
342
|
"background-color": "#767676",
|
|
393
343
|
"box-shadow": "inset 0 0 0 0.125rem #767676"
|
|
394
344
|
},
|
|
395
345
|
"hover": {
|
|
396
|
-
"background-color": "#
|
|
397
|
-
"box-shadow": "inset 0 0 0 0.125rem #
|
|
346
|
+
"background-color": "#003677",
|
|
347
|
+
"box-shadow": "inset 0 0 0 0.125rem #003677"
|
|
398
348
|
}
|
|
399
349
|
},
|
|
400
350
|
"secondary": {
|
|
401
|
-
"background-color": "#
|
|
351
|
+
"background-color": "#ffffff",
|
|
402
352
|
"color": "#004699",
|
|
403
353
|
"box-shadow": "inset 0 0 0 0.125rem #004699",
|
|
404
354
|
"hover": {
|
|
405
|
-
"box-shadow": "inset 0 0 0 0.1875rem #
|
|
406
|
-
"color": "#
|
|
355
|
+
"box-shadow": "inset 0 0 0 0.1875rem #003677",
|
|
356
|
+
"color": "#003677"
|
|
407
357
|
},
|
|
408
358
|
"disabled": {
|
|
409
|
-
"background-color": "#
|
|
359
|
+
"background-color": "#ffffff",
|
|
410
360
|
"box-shadow": "inset 0 0 0 0.125rem #767676",
|
|
411
361
|
"color": "#767676"
|
|
412
|
-
},
|
|
413
|
-
"focus": {
|
|
414
|
-
"box-shadow": "inset 0 0 0 0.125rem #004699"
|
|
415
362
|
}
|
|
416
363
|
},
|
|
417
364
|
"tertiary": {
|
|
418
365
|
"background-color": "transparent",
|
|
419
366
|
"color": "#004699",
|
|
420
367
|
"hover": {
|
|
421
|
-
"box-shadow": "inset 0 0 0 0.125rem #
|
|
422
|
-
"color": "#
|
|
368
|
+
"box-shadow": "inset 0 0 0 0.125rem #003677",
|
|
369
|
+
"color": "#003677"
|
|
423
370
|
},
|
|
424
371
|
"disabled": {
|
|
425
372
|
"background-color": "transparent",
|
|
@@ -442,29 +389,30 @@
|
|
|
442
389
|
"text-decoration-thickness": "0.125rem",
|
|
443
390
|
"text-underline-offset": "0.3333em",
|
|
444
391
|
"hover": {
|
|
445
|
-
"color": "#
|
|
392
|
+
"color": "#003677",
|
|
446
393
|
"text-decoration-line": "underline"
|
|
447
394
|
}
|
|
448
395
|
},
|
|
449
396
|
"outline-offset": "0.125rem"
|
|
450
397
|
},
|
|
451
398
|
"character-count": {
|
|
452
|
-
"color": "#
|
|
399
|
+
"color": "#181818",
|
|
453
400
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
454
401
|
"font-size": "clamp(0.9643rem, calc(0.9054rem + 0.2946vw), 1.2rem)",
|
|
455
|
-
"font-weight": 400,
|
|
456
|
-
"line-height": "1.
|
|
402
|
+
"font-weight": "400",
|
|
403
|
+
"line-height": "1.5152",
|
|
457
404
|
"error": {
|
|
458
|
-
"color": "#
|
|
405
|
+
"color": "#ec0000"
|
|
459
406
|
}
|
|
460
407
|
},
|
|
461
408
|
"checkbox": {
|
|
462
|
-
"color": "#
|
|
409
|
+
"color": "#181818",
|
|
410
|
+
"cursor": "pointer",
|
|
463
411
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
464
412
|
"font-size": "clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem)",
|
|
465
|
-
"font-weight": 400,
|
|
413
|
+
"font-weight": "400",
|
|
466
414
|
"gap": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
|
|
467
|
-
"line-height": "1.
|
|
415
|
+
"line-height": "1.6667",
|
|
468
416
|
"outline-offset": "0.125rem",
|
|
469
417
|
"checkmark": {
|
|
470
418
|
"border-color": "#004699",
|
|
@@ -473,7 +421,7 @@
|
|
|
473
421
|
"background-color": "#004699",
|
|
474
422
|
"background-image": "url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23ffffff'%3E%3Cpath fill-rule='evenodd' d='M12.216 27.016 0 14.168l2.91-2.77 9.346 9.837L29.129 4 32 6.8z'/%3E%3C/svg%3E\")",
|
|
475
423
|
"hover": {
|
|
476
|
-
"background-color": "#
|
|
424
|
+
"background-color": "#003677"
|
|
477
425
|
}
|
|
478
426
|
},
|
|
479
427
|
"disabled": {
|
|
@@ -493,24 +441,24 @@
|
|
|
493
441
|
}
|
|
494
442
|
},
|
|
495
443
|
"hover": {
|
|
496
|
-
"border-color": "#
|
|
444
|
+
"border-color": "#003677",
|
|
497
445
|
"border-width": "0.1875rem"
|
|
498
446
|
},
|
|
499
447
|
"invalid": {
|
|
500
|
-
"border-color": "#
|
|
448
|
+
"border-color": "#ec0000",
|
|
501
449
|
"checked": {
|
|
502
|
-
"background-color": "#
|
|
450
|
+
"background-color": "#ec0000",
|
|
503
451
|
"hover": {
|
|
504
|
-
"background-color": "#
|
|
452
|
+
"background-color": "#b70000"
|
|
505
453
|
}
|
|
506
454
|
},
|
|
507
455
|
"hover": {
|
|
508
|
-
"border-color": "#
|
|
456
|
+
"border-color": "#b70000"
|
|
509
457
|
},
|
|
510
458
|
"indeterminate": {
|
|
511
|
-
"background-color": "#
|
|
459
|
+
"background-color": "#ec0000",
|
|
512
460
|
"hover": {
|
|
513
|
-
"background-color": "#
|
|
461
|
+
"background-color": "#b70000"
|
|
514
462
|
}
|
|
515
463
|
}
|
|
516
464
|
},
|
|
@@ -518,142 +466,168 @@
|
|
|
518
466
|
"background-color": "#004699",
|
|
519
467
|
"background-image": "url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='white'%3E%3Cpath fill-rule='evenodd' d='M0 13.714h32v4H0z'/%3E%3C/svg%3E\")",
|
|
520
468
|
"hover": {
|
|
521
|
-
"background-color": "#
|
|
469
|
+
"background-color": "#003677"
|
|
522
470
|
}
|
|
523
471
|
}
|
|
524
472
|
},
|
|
525
473
|
"disabled": {
|
|
474
|
+
"cursor": "not-allowed",
|
|
526
475
|
"color": "#767676"
|
|
527
476
|
},
|
|
528
477
|
"hover": {
|
|
529
|
-
"color": "#
|
|
478
|
+
"color": "#003677",
|
|
530
479
|
"text-decoration-thickness": "0.125rem"
|
|
531
480
|
}
|
|
532
481
|
},
|
|
533
482
|
"column": {
|
|
534
483
|
"gap": {
|
|
535
|
-
"
|
|
536
|
-
"
|
|
537
|
-
"
|
|
538
|
-
"
|
|
539
|
-
"
|
|
540
|
-
"xl": "clamp(2.25rem, 2.0625rem + 0.9375vw, 3rem)"
|
|
484
|
+
"x-small": "clamp(0.2813rem, 0.2578rem + 0.1172vw, 0.375rem)",
|
|
485
|
+
"small": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
|
|
486
|
+
"medium": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
|
|
487
|
+
"large": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
|
|
488
|
+
"x-large": "clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem)"
|
|
541
489
|
}
|
|
542
490
|
},
|
|
543
491
|
"date-input": {
|
|
544
|
-
"background-color": "#
|
|
545
|
-
"box-shadow": "inset 0 0 0 0.0625rem #
|
|
546
|
-
"color": "#
|
|
492
|
+
"background-color": "#ffffff",
|
|
493
|
+
"box-shadow": "inset 0 0 0 0.0625rem #181818",
|
|
494
|
+
"color": "#181818",
|
|
547
495
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
548
496
|
"font-size": "clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem)",
|
|
549
|
-
"font-weight": 400,
|
|
550
|
-
"line-height": "1.
|
|
497
|
+
"font-weight": "400",
|
|
498
|
+
"line-height": "1.6667",
|
|
551
499
|
"outline-offset": "0.125rem",
|
|
552
500
|
"padding-block": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
|
|
553
501
|
"padding-inline": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
|
|
554
502
|
"calender-picker-indicator": {
|
|
555
|
-
"background-image": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23004699'><path d='M28 6V2h-4v4H12V2H8v4H2v28h32V6zm2 24H6V14h24z'/><path d='M10 17h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12 6h4v4h-4zm6 0h4v4h-4z'/></svg>\")"
|
|
503
|
+
"background-image": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23004699'><path d='M28 6V2h-4v4H12V2H8v4H2v28h32V6zm2 24H6V14h24z'/><path d='M10 17h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12 6h4v4h-4zm6 0h4v4h-4z'/></svg>\")",
|
|
504
|
+
"cursor": "pointer"
|
|
556
505
|
},
|
|
557
506
|
"disabled": {
|
|
558
|
-
"background-color": "#
|
|
507
|
+
"background-color": "#ffffff",
|
|
559
508
|
"box-shadow": "inset 0 0 0 0.0625rem #767676",
|
|
560
509
|
"color": "#767676",
|
|
510
|
+
"cursor": "not-allowed",
|
|
561
511
|
"calender-picker-indicator": {
|
|
562
512
|
"background-image": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23BEBEBE'><path d='M28 6V2h-4v4H12V2H8v4H2v28h32V6zm2 24H6V14h24z'/><path d='M10 17h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12 6h4v4h-4zm6 0h4v4h-4z'/></svg>\")"
|
|
563
513
|
}
|
|
564
514
|
},
|
|
565
515
|
"hover": {
|
|
566
|
-
"box-shadow": "inset 0 0 0 0.125rem #
|
|
516
|
+
"box-shadow": "inset 0 0 0 0.125rem #181818",
|
|
567
517
|
"calender-picker-indicator": {
|
|
568
518
|
"background-image": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23102E62'><path d='M28 6V2h-4v4H12V2H8v4H2v28h32V6zm2 24H6V14h24z'/><path d='M10 17h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12 6h4v4h-4zm6 0h4v4h-4z'/></svg>\")"
|
|
569
519
|
}
|
|
570
520
|
},
|
|
571
521
|
"invalid": {
|
|
572
|
-
"box-shadow": "inset 0 0 0 0.0625rem #
|
|
522
|
+
"box-shadow": "inset 0 0 0 0.0625rem #ec0000",
|
|
573
523
|
"hover": {
|
|
574
|
-
"box-shadow": "inset 0 0 0 0.125rem #
|
|
524
|
+
"box-shadow": "inset 0 0 0 0.125rem #b70000"
|
|
575
525
|
}
|
|
576
526
|
}
|
|
577
527
|
},
|
|
578
528
|
"description-list": {
|
|
579
|
-
"color": "#
|
|
529
|
+
"color": "#181818",
|
|
580
530
|
"column-gap": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
|
|
581
531
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
582
532
|
"font-size": "clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem)",
|
|
583
|
-
"
|
|
584
|
-
"line-height": "1.6",
|
|
533
|
+
"line-height": "1.6667",
|
|
585
534
|
"row-gap": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
|
|
535
|
+
"inverse": {
|
|
536
|
+
"color": "#ffffff"
|
|
537
|
+
},
|
|
586
538
|
"term": {
|
|
587
|
-
"font-weight": 800
|
|
539
|
+
"font-weight": "800"
|
|
588
540
|
},
|
|
589
541
|
"description": {
|
|
590
|
-
"font-weight": 400,
|
|
542
|
+
"font-weight": "400",
|
|
591
543
|
"padding-inline-start": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)"
|
|
544
|
+
},
|
|
545
|
+
"narrow": {
|
|
546
|
+
"grid-template-columns": "1fr 4fr"
|
|
547
|
+
},
|
|
548
|
+
"medium": {
|
|
549
|
+
"grid-template-columns": "1fr 2fr"
|
|
550
|
+
},
|
|
551
|
+
"wide": {
|
|
552
|
+
"grid-template-columns": "1fr 1fr"
|
|
592
553
|
}
|
|
593
554
|
},
|
|
594
555
|
"dialog": {
|
|
595
|
-
"background-color": "#
|
|
596
|
-
"border": "0",
|
|
556
|
+
"background-color": "#ffffff",
|
|
557
|
+
"border": "0.125rem solid #ffffff",
|
|
597
558
|
"gap": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
|
|
598
|
-
"inline-size": "calc(100% - 2 * clamp(
|
|
599
|
-
"max-block-size": "calc(100dvh - 2 * clamp(
|
|
559
|
+
"inline-size": "calc(100% - 2 * clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem))",
|
|
560
|
+
"max-block-size": "calc(100dvh - 2 * clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem))",
|
|
600
561
|
"max-inline-size": "48rem",
|
|
601
|
-
"
|
|
602
|
-
|
|
562
|
+
"backdrop": {
|
|
563
|
+
"background-color": "rgb(24 24 24 / 62.5%)"
|
|
564
|
+
},
|
|
603
565
|
"header": {
|
|
604
|
-
"gap": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)"
|
|
566
|
+
"gap": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
|
|
567
|
+
"padding-block": "clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem) 0",
|
|
568
|
+
"padding-inline": "clamp(2.8125rem, 2.2031rem + 3.0469vw, 5.25rem)"
|
|
569
|
+
},
|
|
570
|
+
"body": {
|
|
571
|
+
"padding-block": "0",
|
|
572
|
+
"padding-inline": "clamp(2.8125rem, 2.2031rem + 3.0469vw, 5.25rem)"
|
|
573
|
+
},
|
|
574
|
+
"footer": {
|
|
575
|
+
"padding-block": "0 clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem)",
|
|
576
|
+
"padding-inline": "clamp(2.8125rem, 2.2031rem + 3.0469vw, 5.25rem)"
|
|
605
577
|
}
|
|
606
578
|
},
|
|
607
579
|
"error-message": {
|
|
608
|
-
"color": "#
|
|
580
|
+
"color": "#ec0000",
|
|
609
581
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
610
582
|
"font-size": "clamp(0.9643rem, calc(0.9054rem + 0.2946vw), 1.2rem)",
|
|
611
|
-
"font-weight": 400,
|
|
583
|
+
"font-weight": "400",
|
|
612
584
|
"gap": "clamp(0.2813rem, 0.2578rem + 0.1172vw, 0.375rem)",
|
|
613
|
-
"line-height": "1.
|
|
585
|
+
"line-height": "1.5152"
|
|
614
586
|
},
|
|
615
587
|
"field-set": {
|
|
616
588
|
"invalid": {
|
|
617
|
-
"border-inline-start": "0.1875rem solid #
|
|
589
|
+
"border-inline-start": "0.1875rem solid #ec0000",
|
|
618
590
|
"padding-inline-start": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)"
|
|
619
591
|
},
|
|
620
592
|
"legend": {
|
|
621
|
-
"color": "#
|
|
593
|
+
"color": "#181818",
|
|
622
594
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
623
595
|
"font-size": "clamp(1.3125rem, calc(1.1719rem + 0.7031vw), 1.875rem)",
|
|
624
|
-
"font-weight": 800,
|
|
625
|
-
"line-height": "1.
|
|
596
|
+
"font-weight": "800",
|
|
597
|
+
"line-height": "1.2928",
|
|
626
598
|
"margin-block-end": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)"
|
|
627
599
|
}
|
|
628
600
|
},
|
|
629
601
|
"field": {
|
|
630
602
|
"gap": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
|
|
631
603
|
"invalid": {
|
|
632
|
-
"border-inline-start": "0.1875rem solid #
|
|
604
|
+
"border-inline-start": "0.1875rem solid #ec0000",
|
|
633
605
|
"padding-inline-start": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)"
|
|
634
606
|
}
|
|
635
607
|
},
|
|
636
608
|
"figure": {
|
|
637
609
|
"gap": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
|
|
638
610
|
"caption": {
|
|
639
|
-
"color": "#
|
|
611
|
+
"color": "#181818",
|
|
640
612
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
641
613
|
"font-size": "clamp(0.9643rem, calc(0.9054rem + 0.2946vw), 1.2rem)",
|
|
642
|
-
"font-weight": 400,
|
|
643
|
-
"line-height": "1.
|
|
644
|
-
"inverse
|
|
614
|
+
"font-weight": "400",
|
|
615
|
+
"line-height": "1.5152",
|
|
616
|
+
"inverse": {
|
|
617
|
+
"color": "#ffffff"
|
|
618
|
+
}
|
|
645
619
|
}
|
|
646
620
|
},
|
|
647
621
|
"file-input": {
|
|
648
|
-
"background-color": "#
|
|
649
|
-
"border": "0.0625rem dashed #
|
|
650
|
-
"color": "#
|
|
622
|
+
"background-color": "#ffffff",
|
|
623
|
+
"border": "0.0625rem dashed #181818",
|
|
624
|
+
"color": "#181818",
|
|
651
625
|
"cursor": "pointer",
|
|
652
626
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
653
627
|
"font-size": "clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem)",
|
|
654
|
-
"font-weight": 400,
|
|
655
|
-
"line-height": "1.
|
|
656
|
-
"outline-offset": "0.125rem",
|
|
628
|
+
"font-weight": "400",
|
|
629
|
+
"line-height": "1.6667",
|
|
630
|
+
"outline-offset": "calc(0.125rem * 2)",
|
|
657
631
|
"padding-block": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
|
|
658
632
|
"padding-inline": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
|
|
659
633
|
"disabled": {
|
|
@@ -661,7 +635,7 @@
|
|
|
661
635
|
"cursor": "not-allowed"
|
|
662
636
|
},
|
|
663
637
|
"file-selector-button": {
|
|
664
|
-
"background-color": "#
|
|
638
|
+
"background-color": "#ffffff",
|
|
665
639
|
"box-shadow": "inset 0 0 0 0.125rem #004699",
|
|
666
640
|
"color": "#004699",
|
|
667
641
|
"cursor": "pointer",
|
|
@@ -669,8 +643,8 @@
|
|
|
669
643
|
"padding-block": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
|
|
670
644
|
"padding-inline": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
|
|
671
645
|
"hover": {
|
|
672
|
-
"box-shadow": "inset 0 0 0 0.1875rem #
|
|
673
|
-
"color": "#
|
|
646
|
+
"box-shadow": "inset 0 0 0 0.1875rem #003677",
|
|
647
|
+
"color": "#003677"
|
|
674
648
|
},
|
|
675
649
|
"disabled": {
|
|
676
650
|
"box-shadow": "inset 0 0 0 0.125rem #767676",
|
|
@@ -688,9 +662,9 @@
|
|
|
688
662
|
"file": {
|
|
689
663
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
690
664
|
"font-size": "clamp(0.9643rem, calc(0.9054rem + 0.2946vw), 1.2rem)",
|
|
691
|
-
"font-weight": 400,
|
|
665
|
+
"font-weight": "400",
|
|
692
666
|
"gap": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
|
|
693
|
-
"line-height": "1.
|
|
667
|
+
"line-height": "1.5152",
|
|
694
668
|
"details": {
|
|
695
669
|
"color": "#767676"
|
|
696
670
|
},
|
|
@@ -700,56 +674,73 @@
|
|
|
700
674
|
}
|
|
701
675
|
},
|
|
702
676
|
"footer": {
|
|
703
|
-
"
|
|
677
|
+
"menu": {
|
|
678
|
+
"column-gap": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
|
|
679
|
+
"padding-block": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
|
|
680
|
+
"padding-inline": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
|
|
681
|
+
"row-gap": "clamp(0.2813rem, 0.2578rem + 0.1172vw, 0.375rem)",
|
|
682
|
+
"link": {
|
|
683
|
+
"color": "#004699",
|
|
684
|
+
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
685
|
+
"font-size": "clamp(0.9643rem, calc(0.9054rem + 0.2946vw), 1.2rem)",
|
|
686
|
+
"font-weight": "400",
|
|
687
|
+
"line-height": "1.5152",
|
|
688
|
+
"outline-offset": "0.125rem",
|
|
689
|
+
"text-decoration-line": "none",
|
|
690
|
+
"text-decoration-thickness": "0.125rem",
|
|
691
|
+
"text-underline-offset": "0.3333em",
|
|
692
|
+
"hover": {
|
|
693
|
+
"color": "#003677",
|
|
694
|
+
"text-decoration-line": "underline"
|
|
695
|
+
}
|
|
696
|
+
}
|
|
697
|
+
},
|
|
698
|
+
"spotlight": {
|
|
704
699
|
"background-color": "#004699"
|
|
705
700
|
}
|
|
706
701
|
},
|
|
707
|
-
"form-error-list": {
|
|
708
|
-
"outline-offset": "0.125rem"
|
|
709
|
-
},
|
|
710
|
-
"gap": {
|
|
711
|
-
"xs": "clamp(0.25rem, calc(0.09375rem + 0.78125vw), 0.875rem)",
|
|
712
|
-
"sm": "clamp(0.5rem, calc(0.1875rem + 1.5625vw), 1.75rem)",
|
|
713
|
-
"md": "clamp(1rem, calc(0.375rem + 3.125vw), 3.5rem)",
|
|
714
|
-
"lg": "clamp(1.5rem, calc(0.5625rem + 4.6875vw), 5.25rem)",
|
|
715
|
-
"xl": "clamp(2rem, calc(0.75rem + 6.25vw), 7rem)"
|
|
716
|
-
},
|
|
717
702
|
"grid": {
|
|
718
703
|
"column-count": "4",
|
|
719
|
-
"column-gap": "clamp(
|
|
704
|
+
"column-gap": "clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem)",
|
|
720
705
|
"padding-block": {
|
|
721
|
-
"
|
|
722
|
-
"
|
|
723
|
-
"
|
|
706
|
+
"s": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
|
|
707
|
+
"m": "clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem)",
|
|
708
|
+
"l": "clamp(2.8125rem, 2.2031rem + 3.0469vw, 5.25rem)"
|
|
724
709
|
},
|
|
725
|
-
"padding-inline": "clamp(1.
|
|
710
|
+
"padding-inline": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
|
|
726
711
|
"row-gap": {
|
|
727
|
-
"
|
|
728
|
-
"
|
|
729
|
-
"
|
|
712
|
+
"s": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
|
|
713
|
+
"m": "clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem)",
|
|
714
|
+
"l": "clamp(2.8125rem, 2.2031rem + 3.0469vw, 5.25rem)"
|
|
730
715
|
},
|
|
731
716
|
"medium": {
|
|
732
|
-
"column-count": "8"
|
|
717
|
+
"column-count": "8",
|
|
718
|
+
"padding-inline": "clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem)"
|
|
733
719
|
},
|
|
734
720
|
"wide": {
|
|
735
|
-
"column-count": "12"
|
|
721
|
+
"column-count": "12",
|
|
722
|
+
"padding-inline": "clamp(2.8125rem, 2.2031rem + 3.0469vw, 5.25rem)"
|
|
736
723
|
}
|
|
737
724
|
},
|
|
738
725
|
"header": {
|
|
739
|
-
"
|
|
740
|
-
"padding-
|
|
741
|
-
"
|
|
742
|
-
"column-gap": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
|
|
743
|
-
"row-gap": "clamp(0.25rem, calc(0.09375rem + 0.78125vw), 0.875rem)"
|
|
744
|
-
},
|
|
726
|
+
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
727
|
+
"padding-block": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
|
|
728
|
+
"padding-inline": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
|
|
745
729
|
"logo-link": {
|
|
730
|
+
"column-gap": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
|
|
746
731
|
"outline-offset": "0.125rem"
|
|
747
732
|
},
|
|
733
|
+
"brand-name": {
|
|
734
|
+
"color": "#181818",
|
|
735
|
+
"font-size": "clamp(1.3125rem, calc(1.1719rem + 0.7031vw), 1.875rem)",
|
|
736
|
+
"font-weight": "800"
|
|
737
|
+
},
|
|
748
738
|
"mega-menu": {
|
|
749
739
|
"button": {
|
|
740
|
+
"cursor": "pointer",
|
|
750
741
|
"label": {
|
|
751
742
|
"open": {
|
|
752
|
-
"font-weight": 800
|
|
743
|
+
"font-weight": "800"
|
|
753
744
|
}
|
|
754
745
|
}
|
|
755
746
|
}
|
|
@@ -762,12 +753,12 @@
|
|
|
762
753
|
"column-gap": "clamp(0.2813rem, 0.2578rem + 0.1172vw, 0.375rem)",
|
|
763
754
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
764
755
|
"font-size": "clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem)",
|
|
765
|
-
"font-weight": 400,
|
|
766
|
-
"line-height": "1.
|
|
756
|
+
"font-weight": "400",
|
|
757
|
+
"line-height": "1.6667",
|
|
767
758
|
"outline-offset": "0.125rem",
|
|
768
759
|
"padding-block": "clamp(0.2813rem, 0.2578rem + 0.1172vw, 0.375rem)",
|
|
769
760
|
"hover": {
|
|
770
|
-
"color": "#
|
|
761
|
+
"color": "#003677"
|
|
771
762
|
}
|
|
772
763
|
},
|
|
773
764
|
"link": {
|
|
@@ -781,39 +772,39 @@
|
|
|
781
772
|
},
|
|
782
773
|
"navigation": {
|
|
783
774
|
"column-gap": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
|
|
784
|
-
"row-gap": "clamp(
|
|
775
|
+
"row-gap": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)"
|
|
785
776
|
}
|
|
786
777
|
},
|
|
787
778
|
"heading": {
|
|
788
|
-
"
|
|
779
|
+
"1": {
|
|
780
|
+
"font-size": "clamp(2.0842rem, calc(1.6897rem + 1.9724vw), 3.6621rem)",
|
|
781
|
+
"line-height": "1.1754"
|
|
782
|
+
},
|
|
783
|
+
"2": {
|
|
784
|
+
"font-size": "clamp(1.7865rem, calc(1.5007rem + 1.429vw), 2.9297rem)",
|
|
785
|
+
"line-height": "1.2133"
|
|
786
|
+
},
|
|
787
|
+
"3": {
|
|
788
|
+
"font-size": "clamp(1.5313rem, calc(1.3281rem + 1.0156vw), 2.3438rem)",
|
|
789
|
+
"line-height": "1.2524"
|
|
790
|
+
},
|
|
791
|
+
"4": {
|
|
792
|
+
"font-size": "clamp(1.3125rem, calc(1.1719rem + 0.7031vw), 1.875rem)",
|
|
793
|
+
"line-height": "1.2928"
|
|
794
|
+
},
|
|
795
|
+
"5": {
|
|
796
|
+
"font-size": "clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem)",
|
|
797
|
+
"line-height": "1.3345"
|
|
798
|
+
},
|
|
799
|
+
"6": {
|
|
800
|
+
"font-size": "clamp(0.9643rem, calc(0.9054rem + 0.2946vw), 1.2rem)",
|
|
801
|
+
"line-height": "1.3776"
|
|
802
|
+
},
|
|
803
|
+
"color": "#181818",
|
|
789
804
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
790
|
-
"font-weight": 800,
|
|
791
|
-
"inverse
|
|
792
|
-
|
|
793
|
-
"1": {
|
|
794
|
-
"font-size": "clamp(2.0842rem, calc(1.6897rem + 1.9724vw), 3.6621rem)",
|
|
795
|
-
"line-height": "1.2"
|
|
796
|
-
},
|
|
797
|
-
"2": {
|
|
798
|
-
"font-size": "clamp(1.7865rem, calc(1.5007rem + 1.429vw), 2.9297rem)",
|
|
799
|
-
"line-height": "1.25"
|
|
800
|
-
},
|
|
801
|
-
"3": {
|
|
802
|
-
"font-size": "clamp(1.5313rem, calc(1.3281rem + 1.0156vw), 2.3438rem)",
|
|
803
|
-
"line-height": "1.3"
|
|
804
|
-
},
|
|
805
|
-
"4": {
|
|
806
|
-
"font-size": "clamp(1.3125rem, calc(1.1719rem + 0.7031vw), 1.875rem)",
|
|
807
|
-
"line-height": "1.5"
|
|
808
|
-
},
|
|
809
|
-
"5": {
|
|
810
|
-
"font-size": "clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem)",
|
|
811
|
-
"line-height": "1.6"
|
|
812
|
-
},
|
|
813
|
-
"6": {
|
|
814
|
-
"font-size": "clamp(0.9643rem, calc(0.9054rem + 0.2946vw), 1.2rem)",
|
|
815
|
-
"line-height": "1.6"
|
|
816
|
-
}
|
|
805
|
+
"font-weight": "800",
|
|
806
|
+
"inverse": {
|
|
807
|
+
"color": "#ffffff"
|
|
817
808
|
}
|
|
818
809
|
},
|
|
819
810
|
"hint": {
|
|
@@ -821,56 +812,68 @@
|
|
|
821
812
|
},
|
|
822
813
|
"icon-button": {
|
|
823
814
|
"color": "#004699",
|
|
815
|
+
"cursor": "pointer",
|
|
824
816
|
"outline-offset": "0.125rem",
|
|
825
817
|
"hover": {
|
|
826
|
-
"background-color": "
|
|
827
|
-
"color": "#
|
|
818
|
+
"background-color": "rgb(0 70 153 / 12.5%)",
|
|
819
|
+
"color": "#003677"
|
|
828
820
|
},
|
|
829
821
|
"disabled": {
|
|
830
|
-
"color": "#767676"
|
|
822
|
+
"color": "#767676",
|
|
823
|
+
"cursor": "not-allowed"
|
|
831
824
|
},
|
|
832
|
-
"contrast
|
|
825
|
+
"contrast": {
|
|
833
826
|
"color": "#000000",
|
|
834
827
|
"hover": {
|
|
835
|
-
"background-color": "
|
|
828
|
+
"background-color": "rgb(0 0 0 / 12.5%)",
|
|
836
829
|
"color": "#000000"
|
|
837
830
|
},
|
|
838
831
|
"disabled": {
|
|
839
832
|
"color": "#767676"
|
|
840
833
|
}
|
|
841
834
|
},
|
|
842
|
-
"inverse
|
|
835
|
+
"inverse": {
|
|
843
836
|
"background-color": "#004699",
|
|
844
|
-
"color": "#
|
|
837
|
+
"color": "#ffffff",
|
|
845
838
|
"hover": {
|
|
846
|
-
"background-color": "#
|
|
847
|
-
"color": "#
|
|
839
|
+
"background-color": "#003677",
|
|
840
|
+
"color": "#ffffff"
|
|
848
841
|
},
|
|
849
842
|
"disabled": {
|
|
850
|
-
"color": "#
|
|
843
|
+
"color": "#ffffff",
|
|
851
844
|
"background-color": "#767676"
|
|
852
845
|
}
|
|
853
846
|
}
|
|
854
847
|
},
|
|
855
848
|
"icon": {
|
|
856
|
-
"
|
|
857
|
-
|
|
849
|
+
"font-size": "clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem)",
|
|
850
|
+
"line-height": "1.6667",
|
|
851
|
+
"small": {
|
|
852
|
+
"font-size": "clamp(0.9643rem, calc(0.9054rem + 0.2946vw), 1.2rem)",
|
|
853
|
+
"line-height": "1.5152"
|
|
854
|
+
},
|
|
855
|
+
"large": {
|
|
856
|
+
"font-size": "clamp(1.3125rem, calc(1.1719rem + 0.7031vw), 1.875rem)",
|
|
857
|
+
"line-height": "1.5152"
|
|
858
858
|
},
|
|
859
|
-
"
|
|
859
|
+
"heading-3": {
|
|
860
860
|
"font-size": "clamp(1.5313rem, calc(1.3281rem + 1.0156vw), 2.3438rem)",
|
|
861
|
-
"line-height": "1.
|
|
861
|
+
"line-height": "1.2524"
|
|
862
862
|
},
|
|
863
|
-
"
|
|
863
|
+
"heading-4": {
|
|
864
864
|
"font-size": "clamp(1.3125rem, calc(1.1719rem + 0.7031vw), 1.875rem)",
|
|
865
|
-
"line-height": "1.
|
|
865
|
+
"line-height": "1.2928"
|
|
866
866
|
},
|
|
867
|
-
"
|
|
867
|
+
"heading-5": {
|
|
868
868
|
"font-size": "clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem)",
|
|
869
|
-
"line-height": "1.
|
|
869
|
+
"line-height": "1.3345"
|
|
870
870
|
},
|
|
871
|
-
"
|
|
871
|
+
"heading-6": {
|
|
872
872
|
"font-size": "clamp(0.9643rem, calc(0.9054rem + 0.2946vw), 1.2rem)",
|
|
873
|
-
"line-height": "1.
|
|
873
|
+
"line-height": "1.3776"
|
|
874
|
+
},
|
|
875
|
+
"inverse": {
|
|
876
|
+
"color": "#ffffff"
|
|
874
877
|
}
|
|
875
878
|
},
|
|
876
879
|
"image-slider": {
|
|
@@ -898,12 +901,15 @@
|
|
|
898
901
|
"image": {
|
|
899
902
|
"aspect-ratio": "16 / 9"
|
|
900
903
|
},
|
|
904
|
+
"invalid-form-alert": {
|
|
905
|
+
"outline-offset": "0.125rem"
|
|
906
|
+
},
|
|
901
907
|
"label": {
|
|
902
|
-
"color": "#
|
|
908
|
+
"color": "#181818",
|
|
903
909
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
904
910
|
"font-size": "clamp(1.3125rem, calc(1.1719rem + 0.7031vw), 1.875rem)",
|
|
905
|
-
"font-weight": 800,
|
|
906
|
-
"line-height": "1.
|
|
911
|
+
"font-weight": "800",
|
|
912
|
+
"line-height": "1.2928"
|
|
907
913
|
},
|
|
908
914
|
"link-list": {
|
|
909
915
|
"gap": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
|
|
@@ -911,35 +917,35 @@
|
|
|
911
917
|
"color": "#004699",
|
|
912
918
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
913
919
|
"font-size": "clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem)",
|
|
914
|
-
"font-weight": 400,
|
|
920
|
+
"font-weight": "400",
|
|
915
921
|
"gap": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
|
|
916
|
-
"line-height": "1.
|
|
922
|
+
"line-height": "1.6667",
|
|
917
923
|
"outline-offset": "0.125rem",
|
|
918
924
|
"text-decoration-line": "none",
|
|
919
925
|
"text-decoration-thickness": "0.125rem",
|
|
920
926
|
"text-underline-offset": "0.3333em",
|
|
921
927
|
"small": {
|
|
922
928
|
"font-size": "clamp(0.9643rem, calc(0.9054rem + 0.2946vw), 1.2rem)",
|
|
923
|
-
"line-height": "1.
|
|
929
|
+
"line-height": "1.5152"
|
|
924
930
|
},
|
|
925
931
|
"large": {
|
|
926
932
|
"font-size": "clamp(1.3125rem, calc(1.1719rem + 0.7031vw), 1.875rem)",
|
|
927
|
-
"line-height": "1.
|
|
933
|
+
"line-height": "1.5152"
|
|
928
934
|
},
|
|
929
935
|
"hover": {
|
|
930
|
-
"color": "#
|
|
936
|
+
"color": "#003677",
|
|
931
937
|
"text-decoration-line": "underline"
|
|
932
938
|
},
|
|
933
|
-
"contrast
|
|
939
|
+
"contrast": {
|
|
934
940
|
"color": "#000000",
|
|
935
941
|
"hover": {
|
|
936
942
|
"color": "#000000"
|
|
937
943
|
}
|
|
938
944
|
},
|
|
939
|
-
"inverse
|
|
940
|
-
"color": "#
|
|
945
|
+
"inverse": {
|
|
946
|
+
"color": "#ffffff",
|
|
941
947
|
"hover": {
|
|
942
|
-
"color": "#
|
|
948
|
+
"color": "#ffffff"
|
|
943
949
|
}
|
|
944
950
|
}
|
|
945
951
|
}
|
|
@@ -947,13 +953,12 @@
|
|
|
947
953
|
"link": {
|
|
948
954
|
"color": "#004699",
|
|
949
955
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
950
|
-
"font-weight": 400,
|
|
956
|
+
"font-weight": "400",
|
|
951
957
|
"outline-offset": "0.125rem",
|
|
952
958
|
"hover": {
|
|
953
|
-
"color": "#
|
|
959
|
+
"color": "#003677"
|
|
954
960
|
},
|
|
955
961
|
"inline": {
|
|
956
|
-
"text-decoration-line": "underline",
|
|
957
962
|
"text-decoration-thickness": "0.125rem",
|
|
958
963
|
"text-underline-offset": "0.3333em",
|
|
959
964
|
"font-family": "inherit",
|
|
@@ -962,15 +967,11 @@
|
|
|
962
967
|
"hover": {
|
|
963
968
|
"text-decoration-thickness": "0.1875rem",
|
|
964
969
|
"text-underline-offset": "0.2778em"
|
|
965
|
-
},
|
|
966
|
-
"visited": {
|
|
967
|
-
"color": "#A00078"
|
|
968
970
|
}
|
|
969
971
|
},
|
|
970
972
|
"standalone": {
|
|
971
973
|
"font-size": "clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem)",
|
|
972
|
-
"line-height": "1.
|
|
973
|
-
"text-decoration-line": "underline",
|
|
974
|
+
"line-height": "1.6667",
|
|
974
975
|
"text-decoration-thickness": "0.125rem",
|
|
975
976
|
"text-underline-offset": "0.3333em",
|
|
976
977
|
"hover": {
|
|
@@ -978,68 +979,57 @@
|
|
|
978
979
|
"text-underline-offset": "0.2778em"
|
|
979
980
|
}
|
|
980
981
|
},
|
|
981
|
-
"contrast
|
|
982
|
+
"contrast": {
|
|
982
983
|
"color": "#000000",
|
|
983
984
|
"hover": {
|
|
984
985
|
"color": "#000000"
|
|
985
|
-
},
|
|
986
|
-
"visited": {
|
|
987
|
-
"color": "#000000"
|
|
988
986
|
}
|
|
989
987
|
},
|
|
990
|
-
"inverse
|
|
991
|
-
"color": "#
|
|
988
|
+
"inverse": {
|
|
989
|
+
"color": "#ffffff",
|
|
992
990
|
"hover": {
|
|
993
|
-
"color": "#
|
|
994
|
-
},
|
|
995
|
-
"visited": {
|
|
996
|
-
"color": "#FFFFFF"
|
|
991
|
+
"color": "#ffffff"
|
|
997
992
|
}
|
|
998
993
|
}
|
|
999
994
|
},
|
|
1000
995
|
"logo": {
|
|
1001
|
-
"block-size": "clamp(
|
|
996
|
+
"block-size": "clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem)",
|
|
997
|
+
"min-block-size": "2.5rem",
|
|
1002
998
|
"emblem": {
|
|
1003
|
-
"color": "#
|
|
999
|
+
"color": "#ec0000"
|
|
1004
1000
|
},
|
|
1005
|
-
"min-block-size": "2.5rem",
|
|
1006
1001
|
"subsite": {
|
|
1007
|
-
"color": "#
|
|
1002
|
+
"color": "#181818"
|
|
1008
1003
|
},
|
|
1009
1004
|
"title": {
|
|
1010
|
-
"color": "#
|
|
1005
|
+
"color": "#ec0000"
|
|
1011
1006
|
}
|
|
1012
1007
|
},
|
|
1013
|
-
"margin": {
|
|
1014
|
-
"xs": "clamp(0.25rem, calc(0.09375rem + 0.78125vw), 0.875rem)",
|
|
1015
|
-
"sm": "clamp(0.5rem, calc(0.1875rem + 1.5625vw), 1.75rem)",
|
|
1016
|
-
"md": "clamp(1rem, calc(0.375rem + 3.125vw), 3.5rem)",
|
|
1017
|
-
"lg": "clamp(1.5rem, calc(0.5625rem + 4.6875vw), 5.25rem)",
|
|
1018
|
-
"xl": "clamp(2rem, calc(0.75rem + 6.25vw), 7rem)"
|
|
1019
|
-
},
|
|
1020
1008
|
"mark": {
|
|
1021
|
-
"background-color": "#
|
|
1009
|
+
"background-color": "#ffe600"
|
|
1022
1010
|
},
|
|
1023
1011
|
"mega-menu": {
|
|
1024
1012
|
"list-category": {
|
|
1025
|
-
"column-gap": "clamp(
|
|
1013
|
+
"column-gap": "clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem)",
|
|
1026
1014
|
"column-width": "20rem",
|
|
1027
1015
|
"padding-block-start": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
|
|
1028
|
-
"padding-block-end": "clamp(
|
|
1016
|
+
"padding-block-end": "clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem)"
|
|
1029
1017
|
}
|
|
1030
1018
|
},
|
|
1031
1019
|
"ordered-list": {
|
|
1032
|
-
"color": "#
|
|
1020
|
+
"color": "#181818",
|
|
1033
1021
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
1034
1022
|
"font-size": "clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem)",
|
|
1035
|
-
"font-weight": 400,
|
|
1023
|
+
"font-weight": "400",
|
|
1036
1024
|
"gap": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
|
|
1037
|
-
"
|
|
1038
|
-
"line-height": "1.6",
|
|
1025
|
+
"line-height": "1.6667",
|
|
1039
1026
|
"list-style-type": "decimal",
|
|
1040
1027
|
"small": {
|
|
1041
1028
|
"font-size": "clamp(0.9643rem, calc(0.9054rem + 0.2946vw), 1.2rem)",
|
|
1042
|
-
"line-height": "1.
|
|
1029
|
+
"line-height": "1.5152"
|
|
1030
|
+
},
|
|
1031
|
+
"inverse": {
|
|
1032
|
+
"color": "#ffffff"
|
|
1043
1033
|
},
|
|
1044
1034
|
"item": {
|
|
1045
1035
|
"margin-inline-start": "2.25rem",
|
|
@@ -1057,40 +1047,42 @@
|
|
|
1057
1047
|
}
|
|
1058
1048
|
},
|
|
1059
1049
|
"page-heading": {
|
|
1060
|
-
"color": "#
|
|
1050
|
+
"color": "#181818",
|
|
1061
1051
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
1062
1052
|
"font-size": "clamp(2.4316rem, calc(1.8951rem + 2.6826vw), 4.5776rem)",
|
|
1063
|
-
"font-weight": 800,
|
|
1064
|
-
"
|
|
1065
|
-
"
|
|
1053
|
+
"font-weight": "800",
|
|
1054
|
+
"line-height": "1.1386",
|
|
1055
|
+
"inverse": {
|
|
1056
|
+
"color": "#ffffff"
|
|
1057
|
+
}
|
|
1066
1058
|
},
|
|
1067
1059
|
"page-menu": {
|
|
1068
|
-
"column-gap": "clamp(
|
|
1069
|
-
"row-gap": "clamp(
|
|
1060
|
+
"column-gap": "clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem)",
|
|
1061
|
+
"row-gap": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
|
|
1070
1062
|
"item": {
|
|
1071
1063
|
"color": "#004699",
|
|
1072
1064
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
1073
1065
|
"font-size": "clamp(0.9643rem, calc(0.9054rem + 0.2946vw), 1.2rem)",
|
|
1074
|
-
"font-weight": 400,
|
|
1066
|
+
"font-weight": "400",
|
|
1075
1067
|
"gap": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
|
|
1076
|
-
"line-height": "1.
|
|
1068
|
+
"line-height": "1.5152",
|
|
1077
1069
|
"outline-offset": "0.125rem",
|
|
1078
1070
|
"text-decoration-line": "none",
|
|
1079
1071
|
"text-decoration-thickness": "0.125rem",
|
|
1080
1072
|
"text-underline-offset": "0.3333em",
|
|
1081
1073
|
"hover": {
|
|
1082
|
-
"color": "#
|
|
1074
|
+
"color": "#003677",
|
|
1083
1075
|
"text-decoration-line": "underline"
|
|
1084
1076
|
}
|
|
1085
1077
|
}
|
|
1086
1078
|
},
|
|
1087
1079
|
"pagination": {
|
|
1088
|
-
"color": "#004699",
|
|
1089
1080
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
1090
1081
|
"font-size": "clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem)",
|
|
1091
|
-
"font-weight": 400,
|
|
1092
|
-
"line-height": "1.
|
|
1093
|
-
"
|
|
1082
|
+
"font-weight": "400",
|
|
1083
|
+
"line-height": "1.6667",
|
|
1084
|
+
"link": {
|
|
1085
|
+
"color": "#004699",
|
|
1094
1086
|
"gap": "clamp(0.2813rem, 0.2578rem + 0.1172vw, 0.375rem)",
|
|
1095
1087
|
"outline-offset": "0.125rem",
|
|
1096
1088
|
"padding-inline": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
|
|
@@ -1098,53 +1090,56 @@
|
|
|
1098
1090
|
"text-decoration-thickness": "0.125rem",
|
|
1099
1091
|
"text-underline-offset": "0.3333em",
|
|
1100
1092
|
"current": {
|
|
1101
|
-
"font-weight": 800
|
|
1093
|
+
"font-weight": "800"
|
|
1102
1094
|
},
|
|
1103
1095
|
"hover": {
|
|
1104
|
-
"color": "#
|
|
1096
|
+
"color": "#003677",
|
|
1105
1097
|
"text-decoration-line": "underline"
|
|
1106
1098
|
}
|
|
1107
1099
|
}
|
|
1108
1100
|
},
|
|
1109
1101
|
"paragraph": {
|
|
1110
|
-
"color": "#
|
|
1102
|
+
"color": "#181818",
|
|
1111
1103
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
1112
1104
|
"font-size": "clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem)",
|
|
1113
|
-
"font-weight": 400,
|
|
1114
|
-
"line-height": "1.
|
|
1115
|
-
"inverse
|
|
1105
|
+
"font-weight": "400",
|
|
1106
|
+
"line-height": "1.6667",
|
|
1107
|
+
"inverse": {
|
|
1108
|
+
"color": "#ffffff"
|
|
1109
|
+
},
|
|
1116
1110
|
"small": {
|
|
1117
1111
|
"font-size": "clamp(0.9643rem, calc(0.9054rem + 0.2946vw), 1.2rem)",
|
|
1118
|
-
"line-height": "1.
|
|
1112
|
+
"line-height": "1.5152"
|
|
1119
1113
|
},
|
|
1120
1114
|
"large": {
|
|
1121
1115
|
"font-size": "clamp(1.3125rem, calc(1.1719rem + 0.7031vw), 1.875rem)",
|
|
1122
|
-
"line-height": "1.
|
|
1116
|
+
"line-height": "1.5152"
|
|
1123
1117
|
}
|
|
1124
1118
|
},
|
|
1125
1119
|
"password-input": {
|
|
1126
|
-
"background-color": "#
|
|
1127
|
-
"box-shadow": "inset 0 0 0 0.0625rem #
|
|
1128
|
-
"color": "#
|
|
1120
|
+
"background-color": "#ffffff",
|
|
1121
|
+
"box-shadow": "inset 0 0 0 0.0625rem #181818",
|
|
1122
|
+
"color": "#181818",
|
|
1129
1123
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
1130
1124
|
"font-size": "clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem)",
|
|
1131
|
-
"font-weight": 400,
|
|
1132
|
-
"line-height": "1.
|
|
1125
|
+
"font-weight": "400",
|
|
1126
|
+
"line-height": "1.6667",
|
|
1133
1127
|
"outline-offset": "0.125rem",
|
|
1134
1128
|
"padding-block": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
|
|
1135
1129
|
"padding-inline": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
|
|
1136
1130
|
"disabled": {
|
|
1137
|
-
"background-color": "#
|
|
1131
|
+
"background-color": "#ffffff",
|
|
1138
1132
|
"box-shadow": "inset 0 0 0 0.0625rem #767676",
|
|
1139
|
-
"color": "#767676"
|
|
1133
|
+
"color": "#767676",
|
|
1134
|
+
"cursor": "not-allowed"
|
|
1140
1135
|
},
|
|
1141
1136
|
"hover": {
|
|
1142
|
-
"box-shadow": "inset 0 0 0 0.125rem #
|
|
1137
|
+
"box-shadow": "inset 0 0 0 0.125rem #181818"
|
|
1143
1138
|
},
|
|
1144
1139
|
"invalid": {
|
|
1145
|
-
"box-shadow": "inset 0 0 0 0.0625rem #
|
|
1140
|
+
"box-shadow": "inset 0 0 0 0.0625rem #ec0000",
|
|
1146
1141
|
"hover": {
|
|
1147
|
-
"box-shadow": "inset 0 0 0 0.125rem #
|
|
1142
|
+
"box-shadow": "inset 0 0 0 0.125rem #b70000"
|
|
1148
1143
|
}
|
|
1149
1144
|
},
|
|
1150
1145
|
"placeholder": {
|
|
@@ -1152,12 +1147,13 @@
|
|
|
1152
1147
|
}
|
|
1153
1148
|
},
|
|
1154
1149
|
"radio": {
|
|
1155
|
-
"color": "#
|
|
1150
|
+
"color": "#181818",
|
|
1151
|
+
"cursor": "pointer",
|
|
1156
1152
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
1157
1153
|
"font-size": "clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem)",
|
|
1158
|
-
"font-weight": 400,
|
|
1154
|
+
"font-weight": "400",
|
|
1159
1155
|
"gap": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
|
|
1160
|
-
"line-height": "1.
|
|
1156
|
+
"line-height": "1.6667",
|
|
1161
1157
|
"outline-offset": "0.125rem",
|
|
1162
1158
|
"text-decoration-thickness": "0.125rem",
|
|
1163
1159
|
"text-underline-offset": "0.3333em",
|
|
@@ -1173,28 +1169,28 @@
|
|
|
1173
1169
|
}
|
|
1174
1170
|
},
|
|
1175
1171
|
"hover": {
|
|
1176
|
-
"fill": "#
|
|
1172
|
+
"fill": "#003677"
|
|
1177
1173
|
},
|
|
1178
1174
|
"invalid": {
|
|
1179
|
-
"fill": "#
|
|
1175
|
+
"fill": "#ec0000",
|
|
1180
1176
|
"hover": {
|
|
1181
|
-
"fill": "#
|
|
1177
|
+
"fill": "#b70000"
|
|
1182
1178
|
}
|
|
1183
1179
|
}
|
|
1184
1180
|
},
|
|
1185
1181
|
"hover-indicator": {
|
|
1186
1182
|
"stroke-width": "3px",
|
|
1187
1183
|
"hover": {
|
|
1188
|
-
"stroke": "#
|
|
1184
|
+
"stroke": "#003677"
|
|
1189
1185
|
},
|
|
1190
1186
|
"invalid": {
|
|
1191
1187
|
"hover": {
|
|
1192
|
-
"stroke": "#
|
|
1188
|
+
"stroke": "#b70000"
|
|
1193
1189
|
}
|
|
1194
1190
|
}
|
|
1195
1191
|
},
|
|
1196
1192
|
"circle": {
|
|
1197
|
-
"fill": "#
|
|
1193
|
+
"fill": "#ffffff",
|
|
1198
1194
|
"stroke": "#004699",
|
|
1199
1195
|
"stroke-width": "2px",
|
|
1200
1196
|
"disabled": {
|
|
@@ -1207,39 +1203,39 @@
|
|
|
1207
1203
|
}
|
|
1208
1204
|
},
|
|
1209
1205
|
"hover": {
|
|
1210
|
-
"stroke": "#
|
|
1206
|
+
"stroke": "#003677"
|
|
1211
1207
|
},
|
|
1212
1208
|
"invalid": {
|
|
1213
|
-
"stroke": "#
|
|
1209
|
+
"stroke": "#ec0000",
|
|
1214
1210
|
"hover": {
|
|
1215
|
-
"stroke": "#
|
|
1211
|
+
"stroke": "#b70000"
|
|
1216
1212
|
}
|
|
1217
1213
|
}
|
|
1218
1214
|
},
|
|
1219
1215
|
"disabled": {
|
|
1220
|
-
"color": "#767676"
|
|
1216
|
+
"color": "#767676",
|
|
1217
|
+
"cursor": "not-allowed"
|
|
1221
1218
|
},
|
|
1222
1219
|
"hover": {
|
|
1223
|
-
"color": "#
|
|
1220
|
+
"color": "#003677",
|
|
1224
1221
|
"text-decoration-line": "underline"
|
|
1225
1222
|
},
|
|
1226
1223
|
"icon-container": {
|
|
1227
|
-
"block-size": "calc(clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem) * 1.
|
|
1224
|
+
"block-size": "calc(clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem) * 1.6667)",
|
|
1228
1225
|
"inline-size": "1.5rem"
|
|
1229
1226
|
}
|
|
1230
1227
|
},
|
|
1231
1228
|
"row": {
|
|
1232
1229
|
"gap": {
|
|
1233
|
-
"
|
|
1234
|
-
"
|
|
1235
|
-
"
|
|
1236
|
-
"
|
|
1237
|
-
"
|
|
1238
|
-
"xl": "clamp(2.25rem, 2.0625rem + 0.9375vw, 3rem)"
|
|
1230
|
+
"x-small": "clamp(0.2813rem, 0.2578rem + 0.1172vw, 0.375rem)",
|
|
1231
|
+
"small": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
|
|
1232
|
+
"medium": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
|
|
1233
|
+
"large": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
|
|
1234
|
+
"x-large": "clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem)"
|
|
1239
1235
|
}
|
|
1240
1236
|
},
|
|
1241
1237
|
"screen": {
|
|
1242
|
-
"background-color": "#
|
|
1238
|
+
"background-color": "#ffffff",
|
|
1243
1239
|
"wide": {
|
|
1244
1240
|
"max-inline-size": "100rem"
|
|
1245
1241
|
},
|
|
@@ -1249,13 +1245,13 @@
|
|
|
1249
1245
|
},
|
|
1250
1246
|
"search-field": {
|
|
1251
1247
|
"input": {
|
|
1252
|
-
"background-color": "#
|
|
1253
|
-
"box-shadow": "inset 0 0 0 0.0625rem #
|
|
1254
|
-
"color": "#
|
|
1248
|
+
"background-color": "#ffffff",
|
|
1249
|
+
"box-shadow": "inset 0 0 0 0.0625rem #181818",
|
|
1250
|
+
"color": "#181818",
|
|
1255
1251
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
1256
1252
|
"font-size": "clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem)",
|
|
1257
|
-
"font-weight": 400,
|
|
1258
|
-
"line-height": "1.
|
|
1253
|
+
"font-weight": "400",
|
|
1254
|
+
"line-height": "1.6667",
|
|
1259
1255
|
"outline-offset": "0.125rem",
|
|
1260
1256
|
"padding-block": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
|
|
1261
1257
|
"padding-inline": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
|
|
@@ -1263,15 +1259,16 @@
|
|
|
1263
1259
|
"background-image": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><path fill='%23004699' fill-rule='evenodd' d='M29.333 5.47 26.53 2.668 16 13.187 5.47 2.666 2.668 5.47 13.187 16 2.666 26.53l2.804 2.803L16 18.813l10.53 10.52 2.803-2.804L18.813 16z'/></svg>\")",
|
|
1264
1260
|
"block-size": "clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem)",
|
|
1265
1261
|
"color": "#004699",
|
|
1262
|
+
"cursor": "pointer",
|
|
1266
1263
|
"inline-size": "clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem)"
|
|
1267
1264
|
},
|
|
1268
1265
|
"hover": {
|
|
1269
|
-
"box-shadow": "inset 0 0 0 0.125rem #
|
|
1266
|
+
"box-shadow": "inset 0 0 0 0.125rem #181818"
|
|
1270
1267
|
},
|
|
1271
1268
|
"invalid": {
|
|
1272
|
-
"box-shadow": "inset 0 0 0 0.0625rem #
|
|
1269
|
+
"box-shadow": "inset 0 0 0 0.0625rem #ec0000",
|
|
1273
1270
|
"hover": {
|
|
1274
|
-
"box-shadow": "inset 0 0 0 0.125rem #
|
|
1271
|
+
"box-shadow": "inset 0 0 0 0.125rem #b70000"
|
|
1275
1272
|
}
|
|
1276
1273
|
},
|
|
1277
1274
|
"placeholder": {
|
|
@@ -1280,30 +1277,31 @@
|
|
|
1280
1277
|
}
|
|
1281
1278
|
},
|
|
1282
1279
|
"select": {
|
|
1283
|
-
"background-color": "#
|
|
1280
|
+
"background-color": "#ffffff",
|
|
1284
1281
|
"background-image": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><path fill='%23004699' fill-rule='evenodd' d='m16 25.757-16-16 2.91-2.9L16 19.937l13.09-13.08 2.91 2.9z'/></svg>\")",
|
|
1285
1282
|
"background-position": "right clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem) center",
|
|
1286
|
-
"box-shadow": "inset 0 0 0 0.0625rem #
|
|
1287
|
-
"color": "#
|
|
1283
|
+
"box-shadow": "inset 0 0 0 0.0625rem #181818",
|
|
1284
|
+
"color": "#181818",
|
|
1288
1285
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
1289
1286
|
"font-size": "clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem)",
|
|
1290
|
-
"font-weight": 400,
|
|
1291
|
-
"line-height": "1.
|
|
1287
|
+
"font-weight": "400",
|
|
1288
|
+
"line-height": "1.6667",
|
|
1292
1289
|
"outline-offset": "0.125rem",
|
|
1293
1290
|
"padding-block": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
|
|
1294
1291
|
"padding-inline": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem) calc(2 * clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem) + 1em)",
|
|
1295
1292
|
"disabled": {
|
|
1296
1293
|
"background-image": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><path fill='%23BEBEBE' fill-rule='evenodd' d='m16 25.757-16-16 2.91-2.9L16 19.937l13.09-13.08 2.91 2.9z'/></svg>\")",
|
|
1297
1294
|
"box-shadow": "inset 0 0 0 0.0625rem #767676",
|
|
1298
|
-
"color": "#767676"
|
|
1295
|
+
"color": "#767676",
|
|
1296
|
+
"cursor": "not-allowed"
|
|
1299
1297
|
},
|
|
1300
1298
|
"hover": {
|
|
1301
|
-
"box-shadow": "inset 0 0 0 0.125rem #
|
|
1299
|
+
"box-shadow": "inset 0 0 0 0.125rem #181818"
|
|
1302
1300
|
},
|
|
1303
1301
|
"invalid": {
|
|
1304
|
-
"box-shadow": "inset 0 0 0 0.0625rem #
|
|
1302
|
+
"box-shadow": "inset 0 0 0 0.0625rem #ec0000",
|
|
1305
1303
|
"hover": {
|
|
1306
|
-
"box-shadow": "inset 0 0 0 0.125rem #
|
|
1304
|
+
"box-shadow": "inset 0 0 0 0.125rem #b70000"
|
|
1307
1305
|
}
|
|
1308
1306
|
},
|
|
1309
1307
|
"option": {
|
|
@@ -1314,66 +1312,67 @@
|
|
|
1314
1312
|
},
|
|
1315
1313
|
"skip-link": {
|
|
1316
1314
|
"background-color": "#004699",
|
|
1317
|
-
"color": "#
|
|
1315
|
+
"color": "#ffffff",
|
|
1318
1316
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
1319
1317
|
"font-size": "clamp(0.9643rem, calc(0.9054rem + 0.2946vw), 1.2rem)",
|
|
1320
|
-
"font-weight": 400,
|
|
1321
|
-
"line-height": "1.
|
|
1318
|
+
"font-weight": "400",
|
|
1319
|
+
"line-height": "1.5152",
|
|
1322
1320
|
"outline-offset": "0.125rem",
|
|
1323
1321
|
"padding-block": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
|
|
1324
1322
|
"padding-inline": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
|
|
1325
1323
|
"hover": {
|
|
1326
|
-
"background-color": "#
|
|
1324
|
+
"background-color": "#003677"
|
|
1327
1325
|
}
|
|
1328
1326
|
},
|
|
1329
1327
|
"spotlight": {
|
|
1330
|
-
"background-color": "#
|
|
1331
|
-
"
|
|
1332
|
-
"background-color": "#
|
|
1333
|
-
},
|
|
1334
|
-
"dark-green": {
|
|
1335
|
-
"background-color": "#00A03C"
|
|
1328
|
+
"background-color": "#a00078",
|
|
1329
|
+
"azure": {
|
|
1330
|
+
"background-color": "#009de6"
|
|
1336
1331
|
},
|
|
1337
1332
|
"green": {
|
|
1338
|
-
"background-color": "#
|
|
1333
|
+
"background-color": "#00a03c"
|
|
1334
|
+
},
|
|
1335
|
+
"lime": {
|
|
1336
|
+
"background-color": "#bed200"
|
|
1339
1337
|
},
|
|
1340
1338
|
"magenta": {
|
|
1341
|
-
"background-color": "#
|
|
1339
|
+
"background-color": "#e50082"
|
|
1342
1340
|
},
|
|
1343
1341
|
"orange": {
|
|
1344
|
-
"background-color": "#
|
|
1342
|
+
"background-color": "#ff9100"
|
|
1345
1343
|
},
|
|
1346
1344
|
"yellow": {
|
|
1347
|
-
"background-color": "#
|
|
1345
|
+
"background-color": "#ffe600"
|
|
1348
1346
|
}
|
|
1349
1347
|
},
|
|
1350
1348
|
"switch": {
|
|
1351
1349
|
"background-color": "#767676",
|
|
1352
|
-
"
|
|
1350
|
+
"cursor": "pointer",
|
|
1353
1351
|
"outline-offset": "0.125rem",
|
|
1354
1352
|
"inline-size": "3.5rem",
|
|
1355
1353
|
"thumb": {
|
|
1356
|
-
"background-color": "#
|
|
1354
|
+
"background-color": "#ffffff",
|
|
1357
1355
|
"inline-size": "1.75rem",
|
|
1358
1356
|
"block-size": "1.75rem",
|
|
1359
1357
|
"hover": {
|
|
1360
|
-
"box-shadow": "0 0 0 0.125rem #
|
|
1361
|
-
"color": "#
|
|
1358
|
+
"box-shadow": "0 0 0 0.125rem #003677",
|
|
1359
|
+
"color": "#003677"
|
|
1362
1360
|
}
|
|
1363
1361
|
},
|
|
1364
1362
|
"checked": {
|
|
1365
1363
|
"background-color": "#004699"
|
|
1366
1364
|
},
|
|
1367
1365
|
"disabled": {
|
|
1368
|
-
"background-color": "#767676"
|
|
1366
|
+
"background-color": "#767676",
|
|
1367
|
+
"cursor": "not-allowed"
|
|
1369
1368
|
}
|
|
1370
1369
|
},
|
|
1371
1370
|
"table-of-contents": {
|
|
1372
1371
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
1373
1372
|
"font-size": "clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem)",
|
|
1374
|
-
"font-weight": 400,
|
|
1373
|
+
"font-weight": "400",
|
|
1375
1374
|
"gap": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
|
|
1376
|
-
"line-height": "1.
|
|
1375
|
+
"line-height": "1.6667",
|
|
1377
1376
|
"link": {
|
|
1378
1377
|
"color": "#004699",
|
|
1379
1378
|
"outline-offset": "0.125rem",
|
|
@@ -1381,7 +1380,7 @@
|
|
|
1381
1380
|
"text-decoration-thickness": "0.125rem",
|
|
1382
1381
|
"text-underline-offset": "0.3333em",
|
|
1383
1382
|
"hover": {
|
|
1384
|
-
"color": "#
|
|
1383
|
+
"color": "#003677",
|
|
1385
1384
|
"text-decoration-line": "underline"
|
|
1386
1385
|
}
|
|
1387
1386
|
},
|
|
@@ -1393,19 +1392,19 @@
|
|
|
1393
1392
|
}
|
|
1394
1393
|
},
|
|
1395
1394
|
"heading": {
|
|
1396
|
-
"font-weight": 800,
|
|
1395
|
+
"font-weight": "800",
|
|
1397
1396
|
"font-size": "clamp(1.3125rem, calc(1.1719rem + 0.7031vw), 1.875rem)",
|
|
1398
|
-
"line-height": "1.
|
|
1397
|
+
"line-height": "1.2928"
|
|
1399
1398
|
}
|
|
1400
1399
|
},
|
|
1401
1400
|
"table": {
|
|
1402
|
-
"color": "#
|
|
1401
|
+
"color": "#181818",
|
|
1403
1402
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
1404
1403
|
"font-size": "clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem)",
|
|
1405
|
-
"font-weight": 400,
|
|
1406
|
-
"line-height": "1.
|
|
1404
|
+
"font-weight": "400",
|
|
1405
|
+
"line-height": "1.6667",
|
|
1407
1406
|
"caption": {
|
|
1408
|
-
"font-weight": 800
|
|
1407
|
+
"font-weight": "800"
|
|
1409
1408
|
},
|
|
1410
1409
|
"cell": {
|
|
1411
1410
|
"border-block-end": "0.0625rem solid #d1d1d1",
|
|
@@ -1413,7 +1412,7 @@
|
|
|
1413
1412
|
"padding-inline": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)"
|
|
1414
1413
|
},
|
|
1415
1414
|
"header-cell": {
|
|
1416
|
-
"font-weight": 800
|
|
1415
|
+
"font-weight": "800"
|
|
1417
1416
|
}
|
|
1418
1417
|
},
|
|
1419
1418
|
"tabs": {
|
|
@@ -1426,19 +1425,18 @@
|
|
|
1426
1425
|
"cursor": "pointer",
|
|
1427
1426
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
1428
1427
|
"font-size": "clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem)",
|
|
1429
|
-
"font-weight": 400,
|
|
1430
|
-
"line-height": "1.
|
|
1428
|
+
"font-weight": "400",
|
|
1429
|
+
"line-height": "1.6667",
|
|
1431
1430
|
"outline-offset": "-0.25rem",
|
|
1432
1431
|
"padding-block": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
|
|
1433
1432
|
"padding-inline": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
|
|
1434
1433
|
"hover": {
|
|
1435
|
-
"color": "#
|
|
1436
|
-
"box-shadow": "inset 0 calc(0.125rem * -1)
|
|
1434
|
+
"color": "#003677",
|
|
1435
|
+
"box-shadow": "inset 0 calc(0.125rem * -1)"
|
|
1437
1436
|
},
|
|
1438
1437
|
"selected": {
|
|
1439
|
-
"box-shadow": "inset 0 calc(0.25rem * -1)
|
|
1440
|
-
"
|
|
1441
|
-
"font-weight": 800
|
|
1438
|
+
"box-shadow": "inset 0 calc(0.25rem * -1)",
|
|
1439
|
+
"font-weight": "800"
|
|
1442
1440
|
},
|
|
1443
1441
|
"disabled": {
|
|
1444
1442
|
"color": "#767676",
|
|
@@ -1447,30 +1445,30 @@
|
|
|
1447
1445
|
}
|
|
1448
1446
|
},
|
|
1449
1447
|
"text-area": {
|
|
1450
|
-
"background-color": "#
|
|
1451
|
-
"box-shadow": "inset 0 0 0 0.0625rem #
|
|
1452
|
-
"color": "#
|
|
1448
|
+
"background-color": "#ffffff",
|
|
1449
|
+
"box-shadow": "inset 0 0 0 0.0625rem #181818",
|
|
1450
|
+
"color": "#181818",
|
|
1453
1451
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
1454
1452
|
"font-size": "clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem)",
|
|
1455
|
-
"font-weight": 400,
|
|
1456
|
-
"line-height": "1.
|
|
1457
|
-
"min-block-size": "calc(1.
|
|
1453
|
+
"font-weight": "400",
|
|
1454
|
+
"line-height": "1.6667",
|
|
1455
|
+
"min-block-size": "calc(1.6667 * 1em + 2 * clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem))",
|
|
1458
1456
|
"outline-offset": "0.125rem",
|
|
1459
1457
|
"padding-block": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
|
|
1460
1458
|
"padding-inline": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
|
|
1461
1459
|
"disabled": {
|
|
1462
|
-
"background-color": "#
|
|
1460
|
+
"background-color": "#ffffff",
|
|
1463
1461
|
"box-shadow": "inset 0 0 0 0.0625rem #767676",
|
|
1464
1462
|
"color": "#767676",
|
|
1465
1463
|
"cursor": "not-allowed"
|
|
1466
1464
|
},
|
|
1467
1465
|
"hover": {
|
|
1468
|
-
"box-shadow": "inset 0 0 0 0.125rem #
|
|
1466
|
+
"box-shadow": "inset 0 0 0 0.125rem #181818"
|
|
1469
1467
|
},
|
|
1470
1468
|
"invalid": {
|
|
1471
|
-
"box-shadow": "inset 0 0 0 0.0625rem #
|
|
1469
|
+
"box-shadow": "inset 0 0 0 0.0625rem #ec0000",
|
|
1472
1470
|
"hover": {
|
|
1473
|
-
"box-shadow": "inset 0 0 0 0.125rem #
|
|
1471
|
+
"box-shadow": "inset 0 0 0 0.125rem #b70000"
|
|
1474
1472
|
}
|
|
1475
1473
|
},
|
|
1476
1474
|
"placeholder": {
|
|
@@ -1478,28 +1476,29 @@
|
|
|
1478
1476
|
}
|
|
1479
1477
|
},
|
|
1480
1478
|
"text-input": {
|
|
1481
|
-
"background-color": "#
|
|
1482
|
-
"box-shadow": "inset 0 0 0 0.0625rem #
|
|
1483
|
-
"color": "#
|
|
1479
|
+
"background-color": "#ffffff",
|
|
1480
|
+
"box-shadow": "inset 0 0 0 0.0625rem #181818",
|
|
1481
|
+
"color": "#181818",
|
|
1484
1482
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
1485
1483
|
"font-size": "clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem)",
|
|
1486
|
-
"font-weight": 400,
|
|
1487
|
-
"line-height": "1.
|
|
1484
|
+
"font-weight": "400",
|
|
1485
|
+
"line-height": "1.6667",
|
|
1488
1486
|
"outline-offset": "0.125rem",
|
|
1489
1487
|
"padding-block": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
|
|
1490
1488
|
"padding-inline": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
|
|
1491
1489
|
"disabled": {
|
|
1492
|
-
"background-color": "#
|
|
1490
|
+
"background-color": "#ffffff",
|
|
1493
1491
|
"box-shadow": "inset 0 0 0 0.0625rem #767676",
|
|
1494
|
-
"color": "#767676"
|
|
1492
|
+
"color": "#767676",
|
|
1493
|
+
"cursor": "not-allowed"
|
|
1495
1494
|
},
|
|
1496
1495
|
"hover": {
|
|
1497
|
-
"box-shadow": "inset 0 0 0 0.125rem #
|
|
1496
|
+
"box-shadow": "inset 0 0 0 0.125rem #181818"
|
|
1498
1497
|
},
|
|
1499
1498
|
"invalid": {
|
|
1500
|
-
"box-shadow": "inset 0 0 0 0.0625rem #
|
|
1499
|
+
"box-shadow": "inset 0 0 0 0.0625rem #ec0000",
|
|
1501
1500
|
"hover": {
|
|
1502
|
-
"box-shadow": "inset 0 0 0 0.125rem #
|
|
1501
|
+
"box-shadow": "inset 0 0 0 0.125rem #b70000"
|
|
1503
1502
|
}
|
|
1504
1503
|
},
|
|
1505
1504
|
"placeholder": {
|
|
@@ -1507,74 +1506,82 @@
|
|
|
1507
1506
|
}
|
|
1508
1507
|
},
|
|
1509
1508
|
"time-input": {
|
|
1510
|
-
"background-color": "#
|
|
1511
|
-
"box-shadow": "inset 0 0 0 0.0625rem #
|
|
1512
|
-
"color": "#
|
|
1509
|
+
"background-color": "#ffffff",
|
|
1510
|
+
"box-shadow": "inset 0 0 0 0.0625rem #181818",
|
|
1511
|
+
"color": "#181818",
|
|
1513
1512
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
1514
1513
|
"font-size": "clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem)",
|
|
1515
|
-
"font-weight": 400,
|
|
1516
|
-
"line-height": "1.
|
|
1514
|
+
"font-weight": "400",
|
|
1515
|
+
"line-height": "1.6667",
|
|
1517
1516
|
"outline-offset": "0.125rem",
|
|
1518
1517
|
"padding-block": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
|
|
1519
1518
|
"padding-inline": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
|
|
1520
1519
|
"calender-picker-indicator": {
|
|
1521
|
-
"background-image": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23004699'><path d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16A16 16 0 0 0 16 0zm.9 28v-2h-2v1.9A11.8 11.8 0 0 1 4.1 17H6v-2H4.1A11.8 11.8 0 0 1 15 4.1V6h2V4.1A11.8 11.8 0 0 1 27.9 15H26v2h1.9a11.9 11.9 0 0 1-11 11zm.1-13h4v2h-6V9h2v6z'/></svg>\")"
|
|
1520
|
+
"background-image": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23004699'><path d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16A16 16 0 0 0 16 0zm.9 28v-2h-2v1.9A11.8 11.8 0 0 1 4.1 17H6v-2H4.1A11.8 11.8 0 0 1 15 4.1V6h2V4.1A11.8 11.8 0 0 1 27.9 15H26v2h1.9a11.9 11.9 0 0 1-11 11zm.1-13h4v2h-6V9h2v6z'/></svg>\")",
|
|
1521
|
+
"cursor": "pointer"
|
|
1522
1522
|
},
|
|
1523
1523
|
"disabled": {
|
|
1524
|
-
"background-color": "#
|
|
1524
|
+
"background-color": "#ffffff",
|
|
1525
1525
|
"box-shadow": "inset 0 0 0 0.0625rem #767676",
|
|
1526
1526
|
"color": "#767676",
|
|
1527
|
+
"cursor": "not-allowed",
|
|
1527
1528
|
"calender-picker-indicator": {
|
|
1528
1529
|
"background-image": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23BEBEBE'><path d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16A16 16 0 0 0 16 0zm.9 28v-2h-2v1.9A11.8 11.8 0 0 1 4.1 17H6v-2H4.1A11.8 11.8 0 0 1 15 4.1V6h2V4.1A11.8 11.8 0 0 1 27.9 15H26v2h1.9a11.9 11.9 0 0 1-11 11zm.1-13h4v2h-6V9h2v6z'/></svg>\")"
|
|
1529
1530
|
}
|
|
1530
1531
|
},
|
|
1531
1532
|
"hover": {
|
|
1532
|
-
"box-shadow": "inset 0 0 0 0.125rem #
|
|
1533
|
+
"box-shadow": "inset 0 0 0 0.125rem #181818",
|
|
1533
1534
|
"calender-picker-indicator": {
|
|
1534
1535
|
"background-image": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23102E62'><path d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16A16 16 0 0 0 16 0zm.9 28v-2h-2v1.9A11.8 11.8 0 0 1 4.1 17H6v-2H4.1A11.8 11.8 0 0 1 15 4.1V6h2V4.1A11.8 11.8 0 0 1 27.9 15H26v2h1.9a11.9 11.9 0 0 1-11 11zm.1-13h4v2h-6V9h2v6z'/></svg>\")"
|
|
1535
1536
|
}
|
|
1536
1537
|
},
|
|
1537
1538
|
"invalid": {
|
|
1538
|
-
"box-shadow": "inset 0 0 0 0.0625rem #
|
|
1539
|
+
"box-shadow": "inset 0 0 0 0.0625rem #ec0000",
|
|
1539
1540
|
"hover": {
|
|
1540
|
-
"box-shadow": "inset 0 0 0 0.125rem #
|
|
1541
|
+
"box-shadow": "inset 0 0 0 0.125rem #b70000"
|
|
1541
1542
|
}
|
|
1542
1543
|
}
|
|
1543
1544
|
},
|
|
1544
1545
|
"top-task-link": {
|
|
1545
1546
|
"gap": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
|
|
1546
1547
|
"description": {
|
|
1547
|
-
"color": "#
|
|
1548
|
+
"color": "#181818",
|
|
1548
1549
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
1549
1550
|
"font-size": "clamp(0.9643rem, calc(0.9054rem + 0.2946vw), 1.2rem)",
|
|
1550
|
-
"font-weight": 400,
|
|
1551
|
-
"line-height": "1.
|
|
1551
|
+
"font-weight": "400",
|
|
1552
|
+
"line-height": "1.5152"
|
|
1552
1553
|
},
|
|
1553
1554
|
"label": {
|
|
1554
1555
|
"color": "#004699",
|
|
1555
1556
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
1556
1557
|
"font-size": "clamp(1.3125rem, calc(1.1719rem + 0.7031vw), 1.875rem)",
|
|
1557
|
-
"font-weight": 800,
|
|
1558
|
-
"line-height": "1.
|
|
1558
|
+
"font-weight": "800",
|
|
1559
|
+
"line-height": "1.2928",
|
|
1559
1560
|
"text-decoration-line": "none",
|
|
1560
1561
|
"text-decoration-thickness": "0.125rem",
|
|
1561
1562
|
"text-underline-offset": "0.3333em",
|
|
1562
1563
|
"hover": {
|
|
1563
|
-
"color": "#
|
|
1564
|
+
"color": "#003677",
|
|
1564
1565
|
"text-decoration-line": "underline"
|
|
1565
1566
|
}
|
|
1566
1567
|
},
|
|
1567
1568
|
"outline-offset": "0.125rem"
|
|
1568
1569
|
},
|
|
1569
1570
|
"unordered-list": {
|
|
1570
|
-
"color": "#
|
|
1571
|
+
"color": "#181818",
|
|
1571
1572
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
1572
1573
|
"font-size": "clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem)",
|
|
1573
|
-
"font-weight": 400,
|
|
1574
|
+
"font-weight": "400",
|
|
1574
1575
|
"gap": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
|
|
1575
|
-
"
|
|
1576
|
-
"line-height": "1.6",
|
|
1576
|
+
"line-height": "1.6667",
|
|
1577
1577
|
"list-style-type": "'\\2022'",
|
|
1578
|
+
"inverse": {
|
|
1579
|
+
"color": "#ffffff"
|
|
1580
|
+
},
|
|
1581
|
+
"small": {
|
|
1582
|
+
"font-size": "clamp(0.9643rem, calc(0.9054rem + 0.2946vw), 1.2rem)",
|
|
1583
|
+
"line-height": "1.5152"
|
|
1584
|
+
},
|
|
1578
1585
|
"item": {
|
|
1579
1586
|
"margin-inline-start": "1.625rem",
|
|
1580
1587
|
"padding-inline-start": "0.875rem"
|
|
@@ -1588,10 +1595,6 @@
|
|
|
1588
1595
|
"margin-inline-start": "0.875rem",
|
|
1589
1596
|
"padding-inline-start": "0.875rem"
|
|
1590
1597
|
}
|
|
1591
|
-
},
|
|
1592
|
-
"small": {
|
|
1593
|
-
"font-size": "clamp(0.9643rem, calc(0.9054rem + 0.2946vw), 1.2rem)",
|
|
1594
|
-
"line-height": "1.6"
|
|
1595
1598
|
}
|
|
1596
1599
|
}
|
|
1597
1600
|
}
|