@esri/calcite-design-tokens 2.0.1-next.0 → 2.0.1-next.2
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/dist/css/breakpoint.css +24 -24
- package/dist/css/classes.css +156 -211
- package/dist/css/core.css +308 -305
- package/dist/css/dark.css +42 -42
- package/dist/css/global.css +92 -90
- package/dist/css/index.css +205 -210
- package/dist/css/light.css +42 -42
- package/dist/docs/core.json +300 -1895
- package/dist/docs/global.json +201 -1225
- package/dist/es6/core.d.ts +1 -1
- package/dist/es6/core.js +1 -1
- package/dist/es6/global.d.ts +1 -1
- package/dist/es6/global.js +1 -1
- package/dist/js/core.d.ts +1 -1
- package/dist/js/core.js +6490 -7541
- package/dist/js/global.d.ts +1 -1
- package/dist/js/global.js +5654 -6478
- package/dist/scss/breakpoints.scss +11 -22
- package/dist/scss/core.scss +14 -14
- package/dist/scss/dark.scss +6 -6
- package/dist/scss/global.scss +6 -4
- package/dist/scss/index.scss +81 -85
- package/dist/scss/light.scss +1 -1
- package/dist/scss/mixins.scss +171 -226
- package/package.json +3 -3
package/dist/css/breakpoint.css
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Sat, 09 Dec 2023 01:00:44 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
-
:root{
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
6
|
+
:root {
|
|
7
|
+
--calcite-container-size-width-xl-min: 1441px; /* Projectors and televisions */
|
|
8
|
+
--calcite-container-size-width-lg-min: 1153px; /* Large laptops and desktop computers */
|
|
9
|
+
--calcite-container-size-width-lg-max: 1440px; /* Large laptops and desktop computers */
|
|
10
|
+
--calcite-container-size-width-md-min: 769px; /* Small laptops */
|
|
11
|
+
--calcite-container-size-width-md-max: 1152px; /* Small laptops */
|
|
12
|
+
--calcite-container-size-width-sm-min: 477px; /* Small tablets */
|
|
13
|
+
--calcite-container-size-width-sm-max: 768px; /* Small tablets */
|
|
14
|
+
--calcite-container-size-width-xs-min: 321px; /* Handheld devices */
|
|
15
|
+
--calcite-container-size-width-xs-max: 476px; /* Handheld devices */
|
|
16
|
+
--calcite-container-size-width-xxs-min: 0; /* Small handheld devices and mini-windows */
|
|
17
|
+
--calcite-container-size-width-xxs-max: 320px; /* Small handheld devices and mini-windows */
|
|
18
|
+
--calcite-container-size-height-xl-min: 855px; /* Projectors and televisions */
|
|
19
|
+
--calcite-container-size-height-lg-min: 679px; /* Large laptops and desktop computers */
|
|
20
|
+
--calcite-container-size-height-lg-max: 854px; /* Large laptops and desktop computers */
|
|
21
|
+
--calcite-container-size-height-md-min: 505px; /* Small laptops */
|
|
22
|
+
--calcite-container-size-height-md-max: 678px; /* Small laptops */
|
|
23
|
+
--calcite-container-size-height-sm-min: 329px; /* Small tablets */
|
|
24
|
+
--calcite-container-size-height-sm-max: 504px; /* Small tablets */
|
|
25
|
+
--calcite-container-size-height-xs-min: 155px; /* Handheld devices */
|
|
26
|
+
--calcite-container-size-height-xs-max: 328px; /* Handheld devices */
|
|
27
|
+
--calcite-container-size-height-xxs-min: 0; /* Small handheld devices and mini-windows */
|
|
28
|
+
--calcite-container-size-height-xxs-max: 154px; /* Small handheld devices and mini-windows */
|
|
29
29
|
}
|
package/dist/css/classes.css
CHANGED
|
@@ -1,327 +1,272 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Sat, 09 Dec 2023 01:00:44 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.calcite-typography-hierarchy-overline {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
line-height: var(--calcite-font-line-height-fixed-sm);
|
|
8
|
+
text-case: var(--calcite-font-text-case-uppercase);
|
|
9
|
+
font-weight: var(--calcite-font-weight-bold);
|
|
10
10
|
}
|
|
11
|
-
|
|
12
11
|
.calcite-typography-wrap-bold-minus-1 {
|
|
13
|
-
|
|
14
|
-
|
|
12
|
+
font-weight: var(--calcite-font-weight-semibold);
|
|
13
|
+
line-height: var(--calcite-font-line-height-relative-snug);
|
|
15
14
|
}
|
|
16
|
-
|
|
17
15
|
.calcite-typography-wrap-bold-minus-2 {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
16
|
+
font-weight: var(--calcite-font-weight-semibold);
|
|
17
|
+
line-height: var(--calcite-font-line-height-relative-snug);
|
|
18
|
+
font-size: var(--calcite-font-size-sm);
|
|
21
19
|
}
|
|
22
|
-
|
|
23
20
|
.calcite-typography-wrap-bold-3 {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
21
|
+
font-weight: var(--calcite-font-weight-semibold);
|
|
22
|
+
line-height: var(--calcite-font-line-height-relative-snug);
|
|
23
|
+
font-size: var(--calcite-font-size-xxl);
|
|
27
24
|
}
|
|
28
|
-
|
|
29
25
|
.calcite-typography-wrap-bold-2 {
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
26
|
+
font-weight: var(--calcite-font-weight-semibold);
|
|
27
|
+
line-height: var(--calcite-font-line-height-relative-snug);
|
|
28
|
+
font-size: var(--calcite-font-size-xl);
|
|
33
29
|
}
|
|
34
|
-
|
|
35
30
|
.calcite-typography-wrap-bold-1 {
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
31
|
+
font-weight: var(--calcite-font-weight-semibold);
|
|
32
|
+
line-height: var(--calcite-font-line-height-relative-snug);
|
|
33
|
+
font-size: var(--calcite-font-size-lg);
|
|
39
34
|
}
|
|
40
|
-
|
|
41
35
|
.calcite-typography-wrap-bold-0 {
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
36
|
+
font-weight: var(--calcite-font-weight-semibold);
|
|
37
|
+
line-height: var(--calcite-font-line-height-relative-snug);
|
|
38
|
+
font-size: var(--calcite-font-size-md);
|
|
45
39
|
}
|
|
46
|
-
|
|
47
40
|
.calcite-typography-wrap-medium-minus-1 {
|
|
48
|
-
|
|
49
|
-
|
|
41
|
+
font-weight: var(--calcite-font-weight-medium);
|
|
42
|
+
line-height: var(--calcite-font-line-height-relative-snug);
|
|
50
43
|
}
|
|
51
|
-
|
|
52
44
|
.calcite-typography-wrap-medium-minus-2 {
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
45
|
+
font-weight: var(--calcite-font-weight-medium);
|
|
46
|
+
line-height: var(--calcite-font-line-height-relative-snug);
|
|
47
|
+
font-size: var(--calcite-font-size-sm);
|
|
56
48
|
}
|
|
57
|
-
|
|
58
49
|
.calcite-typography-wrap-medium-3 {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
50
|
+
font-weight: var(--calcite-font-weight-medium);
|
|
51
|
+
line-height: var(--calcite-font-line-height-relative-snug);
|
|
52
|
+
font-size: var(--calcite-font-size-xxl);
|
|
62
53
|
}
|
|
63
|
-
|
|
64
54
|
.calcite-typography-wrap-medium-2 {
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
55
|
+
font-weight: var(--calcite-font-weight-medium);
|
|
56
|
+
line-height: var(--calcite-font-line-height-relative-snug);
|
|
57
|
+
font-size: var(--calcite-font-size-xl);
|
|
68
58
|
}
|
|
69
|
-
|
|
70
59
|
.calcite-typography-wrap-medium-1 {
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
60
|
+
font-weight: var(--calcite-font-weight-medium);
|
|
61
|
+
line-height: var(--calcite-font-line-height-relative-snug);
|
|
62
|
+
font-size: var(--calcite-font-size-lg);
|
|
74
63
|
}
|
|
75
|
-
|
|
76
64
|
.calcite-typography-wrap-medium-0 {
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
65
|
+
font-weight: var(--calcite-font-weight-medium);
|
|
66
|
+
line-height: var(--calcite-font-line-height-relative-snug);
|
|
67
|
+
font-size: var(--calcite-font-size-md);
|
|
80
68
|
}
|
|
81
|
-
|
|
82
69
|
.calcite-typography-wrap-regular-minus-1 {
|
|
83
|
-
|
|
70
|
+
line-height: var(--calcite-font-line-height-relative-snug);
|
|
84
71
|
}
|
|
85
|
-
|
|
86
72
|
.calcite-typography-wrap-regular-minus-2 {
|
|
87
|
-
|
|
88
|
-
|
|
73
|
+
line-height: var(--calcite-font-line-height-relative-snug);
|
|
74
|
+
font-size: var(--calcite-font-size-sm);
|
|
89
75
|
}
|
|
90
|
-
|
|
91
76
|
.calcite-typography-wrap-regular-3 {
|
|
92
|
-
|
|
93
|
-
|
|
77
|
+
line-height: var(--calcite-font-line-height-relative-snug);
|
|
78
|
+
font-size: var(--calcite-font-size-xxl);
|
|
94
79
|
}
|
|
95
|
-
|
|
96
80
|
.calcite-typography-wrap-regular-2 {
|
|
97
|
-
|
|
98
|
-
|
|
81
|
+
line-height: var(--calcite-font-line-height-relative-snug);
|
|
82
|
+
font-size: var(--calcite-font-size-xl);
|
|
99
83
|
}
|
|
100
|
-
|
|
101
84
|
.calcite-typography-wrap-regular-1 {
|
|
102
|
-
|
|
103
|
-
|
|
85
|
+
line-height: var(--calcite-font-line-height-relative-snug);
|
|
86
|
+
font-size: var(--calcite-font-size-lg);
|
|
104
87
|
}
|
|
105
|
-
|
|
106
88
|
.calcite-typography-wrap-regular-0 {
|
|
107
|
-
|
|
108
|
-
|
|
89
|
+
line-height: var(--calcite-font-line-height-relative-snug);
|
|
90
|
+
font-size: var(--calcite-font-size-md);
|
|
109
91
|
}
|
|
110
|
-
|
|
111
92
|
.calcite-typography-wrap-light-minus-1 {
|
|
112
|
-
|
|
113
|
-
|
|
93
|
+
font-weight: var(--calcite-font-weight-light);
|
|
94
|
+
line-height: var(--calcite-font-line-height-relative-snug);
|
|
114
95
|
}
|
|
115
|
-
|
|
116
96
|
.calcite-typography-wrap-light-minus-2 {
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
97
|
+
font-weight: var(--calcite-font-weight-light);
|
|
98
|
+
line-height: var(--calcite-font-line-height-relative-snug);
|
|
99
|
+
font-size: var(--calcite-font-size-sm);
|
|
120
100
|
}
|
|
121
|
-
|
|
122
101
|
.calcite-typography-wrap-light-3 {
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
102
|
+
font-weight: var(--calcite-font-weight-light);
|
|
103
|
+
line-height: var(--calcite-font-line-height-relative-tight);
|
|
104
|
+
font-size: var(--calcite-font-size-xxl);
|
|
126
105
|
}
|
|
127
|
-
|
|
128
106
|
.calcite-typography-wrap-light-2 {
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
107
|
+
font-weight: var(--calcite-font-weight-light);
|
|
108
|
+
line-height: var(--calcite-font-line-height-relative-snug);
|
|
109
|
+
font-size: var(--calcite-font-size-xl);
|
|
132
110
|
}
|
|
133
|
-
|
|
134
111
|
.calcite-typography-wrap-light-1 {
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
112
|
+
font-weight: var(--calcite-font-weight-light);
|
|
113
|
+
line-height: var(--calcite-font-line-height-relative-snug);
|
|
114
|
+
font-size: var(--calcite-font-size-lg);
|
|
138
115
|
}
|
|
139
|
-
|
|
140
116
|
.calcite-typography-wrap-light-0 {
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
117
|
+
font-weight: var(--calcite-font-weight-light);
|
|
118
|
+
line-height: var(--calcite-font-line-height-relative-snug);
|
|
119
|
+
font-size: var(--calcite-font-size-md);
|
|
144
120
|
}
|
|
145
|
-
|
|
146
121
|
.calcite-typography-bold-1h {
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
122
|
+
font-weight: var(--calcite-font-weight-semibold);
|
|
123
|
+
line-height: var(--calcite-font-line-height-fixed-xl);
|
|
124
|
+
font-size: var(--calcite-font-size-lg);
|
|
150
125
|
}
|
|
151
|
-
|
|
152
126
|
.calcite-typography-bold-0h {
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
127
|
+
font-weight: var(--calcite-font-weight-semibold);
|
|
128
|
+
line-height: var(--calcite-font-line-height-fixed-lg);
|
|
129
|
+
font-size: var(--calcite-font-size-md);
|
|
156
130
|
}
|
|
157
|
-
|
|
158
131
|
.calcite-typography-bold-minus-1h {
|
|
159
|
-
|
|
132
|
+
font-weight: var(--calcite-font-weight-semibold);
|
|
160
133
|
}
|
|
161
|
-
|
|
162
134
|
.calcite-typography-bold-minus-2h {
|
|
163
|
-
|
|
164
|
-
|
|
135
|
+
font-weight: var(--calcite-font-weight-semibold);
|
|
136
|
+
font-size: var(--calcite-font-size-sm);
|
|
165
137
|
}
|
|
166
|
-
|
|
167
138
|
.calcite-typography-bold-minus-3h {
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
139
|
+
font-weight: var(--calcite-font-weight-semibold);
|
|
140
|
+
line-height: var(--calcite-font-line-height-fixed-sm);
|
|
141
|
+
font-size: var(--calcite-font-size-xs);
|
|
171
142
|
}
|
|
172
|
-
|
|
173
143
|
.calcite-typography-medium-1h {
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
144
|
+
font-weight: var(--calcite-font-weight-medium);
|
|
145
|
+
line-height: var(--calcite-font-line-height-fixed-xl);
|
|
146
|
+
font-size: var(--calcite-font-size-lg);
|
|
177
147
|
}
|
|
178
|
-
|
|
179
148
|
.calcite-typography-medium-0h {
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
149
|
+
font-weight: var(--calcite-font-weight-medium);
|
|
150
|
+
line-height: var(--calcite-font-line-height-fixed-lg);
|
|
151
|
+
font-size: var(--calcite-font-size-md);
|
|
183
152
|
}
|
|
184
|
-
|
|
185
153
|
.calcite-typography-medium-minus-1h {
|
|
186
|
-
|
|
154
|
+
font-weight: var(--calcite-font-weight-medium);
|
|
187
155
|
}
|
|
188
|
-
|
|
189
156
|
.calcite-typography-medium-minus-2h {
|
|
190
|
-
|
|
191
|
-
|
|
157
|
+
font-weight: var(--calcite-font-weight-medium);
|
|
158
|
+
font-size: var(--calcite-font-size-sm);
|
|
192
159
|
}
|
|
193
|
-
|
|
194
160
|
.calcite-typography-medium-minus-3h {
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
161
|
+
font-weight: var(--calcite-font-weight-medium);
|
|
162
|
+
line-height: var(--calcite-font-line-height-fixed-sm);
|
|
163
|
+
font-size: var(--calcite-font-size-xs);
|
|
198
164
|
}
|
|
199
|
-
|
|
200
165
|
.calcite-typography-regular-1h {
|
|
201
|
-
|
|
202
|
-
|
|
166
|
+
line-height: var(--calcite-font-line-height-fixed-xl);
|
|
167
|
+
font-size: var(--calcite-font-size-lg);
|
|
203
168
|
}
|
|
204
|
-
|
|
205
169
|
.calcite-typography-regular-0h {
|
|
206
|
-
|
|
207
|
-
|
|
170
|
+
line-height: var(--calcite-font-line-height-fixed-lg);
|
|
171
|
+
font-size: var(--calcite-font-size-md);
|
|
208
172
|
}
|
|
209
|
-
|
|
210
173
|
.calcite-typography-regular-minus-2h {
|
|
211
|
-
|
|
174
|
+
font-size: var(--calcite-font-size-sm);
|
|
212
175
|
}
|
|
213
|
-
|
|
214
176
|
.calcite-typography-regular-minus-3h {
|
|
215
|
-
|
|
216
|
-
|
|
177
|
+
line-height: var(--calcite-font-line-height-fixed-sm);
|
|
178
|
+
font-size: var(--calcite-font-size-xs);
|
|
217
179
|
}
|
|
218
|
-
|
|
219
180
|
.calcite-typography-light-1h {
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
181
|
+
font-size: var(--calcite-font-size-lg);
|
|
182
|
+
font-weight: var(--calcite-font-weight-light);
|
|
183
|
+
line-height: var(--calcite-font-line-height-fixed-xl);
|
|
223
184
|
}
|
|
224
|
-
|
|
225
185
|
.calcite-typography-light-0h {
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
186
|
+
font-size: var(--calcite-font-size-md);
|
|
187
|
+
font-weight: var(--calcite-font-weight-light);
|
|
188
|
+
line-height: var(--calcite-font-line-height-fixed-lg);
|
|
229
189
|
}
|
|
230
|
-
|
|
231
190
|
.calcite-typography-light-minus-1h {
|
|
232
|
-
|
|
191
|
+
font-weight: var(--calcite-font-weight-light);
|
|
233
192
|
}
|
|
234
|
-
|
|
235
193
|
.calcite-typography-light-minus-2h {
|
|
236
|
-
|
|
237
|
-
|
|
194
|
+
font-size: var(--calcite-font-size-sm);
|
|
195
|
+
font-weight: var(--calcite-font-weight-light);
|
|
238
196
|
}
|
|
239
|
-
|
|
240
197
|
.calcite-typography-light-minus-3h {
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
198
|
+
font-size: var(--calcite-font-size-xs);
|
|
199
|
+
font-weight: var(--calcite-font-weight-light);
|
|
200
|
+
line-height: var(--calcite-font-line-height-fixed-sm);
|
|
244
201
|
}
|
|
245
|
-
|
|
246
202
|
.calcite-typography {
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
203
|
+
font-family: var(--calcite-font-family);
|
|
204
|
+
font-size: var(--calcite-font-size);
|
|
205
|
+
font-weight: var(--calcite-font-weight-regular);
|
|
206
|
+
letter-spacing: var(--calcite-font-letter-spacing-normal);
|
|
207
|
+
line-height: var(--calcite-font-line-height-fixed-base);
|
|
208
|
+
paragraph-spacing: var(--calcite-font-paragraph-spacing-normal);
|
|
209
|
+
text-case: var(--calcite-font-text-case-none);
|
|
210
|
+
text-decoration: var(--calcite-font-text-decoration-none);
|
|
255
211
|
}
|
|
256
|
-
|
|
257
212
|
.calcite-typography-hierarchy-caption {
|
|
258
|
-
|
|
259
|
-
|
|
213
|
+
line-height: 1.375;
|
|
214
|
+
font-size: 12px;
|
|
260
215
|
}
|
|
261
|
-
|
|
262
216
|
.calcite-typography-hierarchy-body {
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
217
|
+
font-family: "Avenir Next LT Pro";
|
|
218
|
+
font-size: 14px;
|
|
219
|
+
font-weight: 400;
|
|
220
|
+
letter-spacing: 0;
|
|
221
|
+
line-height: 16px;
|
|
222
|
+
paragraph-spacing: 4px;
|
|
223
|
+
text-case: none;
|
|
224
|
+
text-decoration: none;
|
|
271
225
|
}
|
|
272
|
-
|
|
273
226
|
.calcite-typography-hierarchy-body-snug {
|
|
274
|
-
|
|
227
|
+
line-height: 1.375;
|
|
275
228
|
}
|
|
276
|
-
|
|
277
229
|
.calcite-typography-hierarchy-heading-5 {
|
|
278
|
-
|
|
279
|
-
|
|
230
|
+
font-weight: 500;
|
|
231
|
+
line-height: 1.375;
|
|
280
232
|
}
|
|
281
|
-
|
|
282
233
|
.calcite-typography-hierarchy-heading-4 {
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
234
|
+
font-weight: 500;
|
|
235
|
+
line-height: 1.375;
|
|
236
|
+
font-size: 16px;
|
|
286
237
|
}
|
|
287
|
-
|
|
288
238
|
.calcite-typography-hierarchy-heading-3 {
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
239
|
+
font-weight: 500;
|
|
240
|
+
line-height: 1.375;
|
|
241
|
+
font-size: 18px;
|
|
292
242
|
}
|
|
293
|
-
|
|
294
243
|
.calcite-typography-hierarchy-heading-2 {
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
244
|
+
font-weight: 500;
|
|
245
|
+
line-height: 1.375;
|
|
246
|
+
font-size: 20px;
|
|
298
247
|
}
|
|
299
|
-
|
|
300
248
|
.calcite-typography-hierarchy-heading-1 {
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
249
|
+
font-weight: 500;
|
|
250
|
+
line-height: 1.375;
|
|
251
|
+
font-size: 24px;
|
|
304
252
|
}
|
|
305
|
-
|
|
306
253
|
.calcite-typography-hierarchy-display-2 {
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
254
|
+
font-weight: 600;
|
|
255
|
+
line-height: 1.375;
|
|
256
|
+
font-size: 20px;
|
|
310
257
|
}
|
|
311
|
-
|
|
312
258
|
.calcite-typography-hierarchy-display-1 {
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
259
|
+
font-weight: 600;
|
|
260
|
+
line-height: 1.375;
|
|
261
|
+
font-size: 24px;
|
|
316
262
|
}
|
|
317
|
-
|
|
318
263
|
.calcite-typography-regular-minus-1h {
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
264
|
+
font-family: "Avenir Next LT Pro";
|
|
265
|
+
font-size: 14px;
|
|
266
|
+
font-weight: 400;
|
|
267
|
+
letter-spacing: 0;
|
|
268
|
+
line-height: 16px;
|
|
269
|
+
paragraph-spacing: 4px;
|
|
270
|
+
text-case: none;
|
|
271
|
+
text-decoration: none;
|
|
327
272
|
}
|