UNPKG

31.6 kBCSSView Raw
1
2:root {
3 /* Background color used for user avatars. */
4 --color-background-user: rgb(200, 175, 240);
5 /* Background color used for trial accounts. */
6 --color-background-trial: rgb(209, 250, 224);
7 /* Background color used for subaccounts. */
8 --color-background-subaccount: rgb(255, 241, 179);
9 /* Stronger background color used for primary actions or highlights. */
10 --color-background-primary-stronger: rgb(3, 11, 93);
11 /* Stronger background color used for destructive actions or highlights. */
12 --color-background-destructive-stronger: rgb(74, 11, 11);
13 /* Weaker background color used for primary actions or highlights. */
14 --color-background-primary-weaker: rgb(204, 228, 255);
15 /* Weaker background color used for destructive actions or highlights. */
16 --color-background-destructive-weaker: rgb(252, 207, 207);
17 /* Background color used for warning alerts and toasts. */
18 --color-background-warning: rgb(244, 124, 34);
19 /* Weakest background color used for warning alerts and toasts. */
20 --color-background-warning-weakest: rgb(254, 245, 238);
21 /* Strong inverse background color used for containers. */
22 --color-background-inverse-strong: rgb(57, 71, 98);
23 /* Background color used to represent a new status. */
24 --color-background-new: rgb(245, 240, 252);
25 /* Strong background color used for containers. */
26 --color-background-strong: rgb(225, 227, 234);
27 /* Background color used for destructive actions or highlights. */
28 --color-background-destructive: rgb(214, 31, 31);
29 /* Background color used for primary actions or highlights. */
30 --color-background-primary: rgb(2, 99, 224);
31 /* Weakest background color used for primary actions or highlights. */
32 --color-background-primary-weakest: rgb(235, 244, 255);
33 /* Background color used to represent an entity or person as "busy". */
34 --color-background-busy: rgb(244, 124, 34);
35 /* Background color used for success alerts and toasts. */
36 --color-background-success: rgb(20, 176, 83);
37 /* Weakest background color used for destructive actions or highlights. */
38 --color-background-destructive-weakest: rgb(254, 236, 236);
39 /* Background color used to represent an entity or person as "offline". */
40 --color-background-offline: rgb(174, 178, 193);
41 /* Background color used for alternative striped rows. */
42 --color-background-row-striped: rgb(244, 244, 246);
43 /* Strongest background color used for primary actions or highlights. */
44 --color-background-primary-strongest: rgb(6, 3, 58);
45 /* Weakest background color used for success alerts and toasts. */
46 --color-background-success-weakest: rgb(237, 253, 243);
47 /* Strongest background color used for destructive actions or highlights. */
48 --color-background-destructive-strongest: rgb(49, 12, 12);
49 /* Strongest background color used for error alerts and toasts. */
50 --color-background-error-strong: rgb(117, 12, 12);
51 /* Strong background color used for brand. */
52 --color-background-brand-strong: rgb(3, 11, 93);
53 /* Background color used for brand. */
54 --color-background-brand: rgb(0, 20, 137);
55 /* Background color used for error alerts and toasts. */
56 --color-background-error: rgb(214, 31, 31);
57 /* Weakest background color used for neutral or default variants. */
58 --color-background-neutral-weakest: rgb(235, 244, 255);
59 /* Background color used to represent an entity or person as "available". */
60 --color-background-available: rgb(20, 176, 83);
61 /* Weakest background color used for error alerts and toasts. */
62 --color-background-error-weakest: rgb(254, 236, 236);
63 /* Background color used to represent required form fields. */
64 --color-background-required: rgb(235, 86, 86);
65 /* Weakest background color with no semantic meaning, used for decorative purposes only. Should generally be used with matching decorative border and/or text tokens. */
66 --color-background-decorative-40-weakest: rgb(245, 240, 252);
67 /* Weakest background color with no semantic meaning, used for decorative purposes only. Should generally be used with matching decorative border and/or text tokens. */
68 --color-background-decorative-30-weakest: rgb(237, 253, 243);
69 /* Background color used for the main page body. */
70 --color-background-body: rgb(255, 255, 255);
71 /* Strong background color used for primary actions or highlights. */
72 --color-background-primary-strong: rgb(0, 20, 137);
73 /* Weakest background color with no semantic meaning, used for decorative purposes only. Should generally be used with matching decorative border and/or text tokens. */
74 --color-background-decorative-20-weakest: rgb(235, 244, 255);
75 /* Strong background color used for destructive actions or highlights. */
76 --color-background-destructive-strong: rgb(117, 12, 12);
77 /* Weak background color used for destructive actions or highlights. */
78 --color-background-destructive-weak: rgb(246, 177, 177);
79 /* Weakest background color with no semantic meaning, used for decorative purposes only. Should generally be used with matching decorative border and/or text tokens. */
80 --color-background-decorative-10-weakest: rgb(244, 244, 246);
81 /* Background color used for containers. */
82 --color-background: rgb(244, 244, 246);
83 /* Weak background color used for primary actions or highlights. */
84 --color-background-primary-weak: rgb(153, 205, 255);
85 /* Stronger background color used for containers. */
86 --color-background-stronger: rgb(136, 145, 170);
87 /* Background color used for brand highlights. */
88 --color-background-brand-highlight: rgb(242, 47, 70);
89 /* Weakest background color used for brand highlights. */
90 --color-background-brand-highlight-weakest: rgba(242, 47, 70, 0.1);
91 /* Strongest background color used for containers. */
92 --color-background-strongest: rgb(75, 86, 113);
93 /* Inverse background color used for the main page body. */
94 --color-background-body-inverse: rgb(18, 28, 45);
95 /* Inverse background color used for containers. */
96 --color-background-inverse: rgb(31, 48, 76);
97 /* Background color used for overlays. */
98 --color-background-overlay: rgba(6, 3, 58, 0.4);
99 /* Background color used to represent an entity or person as "unavailable". */
100 --color-background-unavailable: rgb(214, 31, 31);
101 /* Stronger error background color */
102 --color-background-error-stronger: rgb(74, 11, 11);
103 /* Stronger background color used for brand. */
104 --color-background-brand-stronger: rgb(6, 3, 58);
105 /* Stronger error border color */
106 --color-border-error-stronger: rgb(74, 11, 11);
107 /* Weak warning border color */
108 --color-border-warning-weak: rgb(255, 179, 122);
109 /* Weaker border color with no semantic meaning, used for decorative purposes only. Should generally be used with matching decorative background and/or text tokens. */
110 --color-border-decorative-40-weaker: rgb(231, 220, 250);
111 /* Weaker error border color */
112 --color-border-error-weaker: rgb(252, 207, 207);
113 /* Weaker neutral border color */
114 --color-border-neutral-weaker: rgb(204, 228, 255);
115 /* Warning border color */
116 --color-border-warning: rgb(244, 124, 34);
117 /* Weaker success border color */
118 --color-border-success-weaker: rgb(209, 250, 224);
119 /* Stronger primary border color */
120 --color-border-primary-stronger: rgb(3, 11, 93);
121 /* Stronger destructive hover border color */
122 --color-border-destructive-stronger: rgb(74, 11, 11);
123 /* Weakest warning border color */
124 --color-border-warning-weakest: rgb(254, 245, 238);
125 /* Weaker primary border color */
126 --color-border-primary-weaker: rgb(204, 228, 255);
127 /* Destructive focus border color */
128 --color-border-destructive-weaker: rgb(252, 207, 207);
129 /* Weaker border color for something designated as new */
130 --color-border-new-weaker: rgb(231, 220, 250);
131 /* Destructive border color */
132 --color-border-destructive: rgb(214, 31, 31);
133 /* Strong border on inverse backgrounds. Must be used on color-background-body-inverse. */
134 --color-border-inverse-strong: rgb(225, 227, 234);
135 /* Primary border color */
136 --color-border-primary: rgb(2, 99, 224);
137 /* Weakest primary border color */
138 --color-border-primary-weakest: rgb(235, 244, 255);
139 /* Success border color */
140 --color-border-success: rgb(20, 176, 83);
141 /* Destructive focus border color */
142 --color-border-destructive-weakest: rgb(254, 236, 236);
143 /* Strongest destructive hover border color */
144 --color-border-destructive-strongest: rgb(49, 12, 12);
145 /* Strongest primary border color */
146 --color-border-primary-strongest: rgb(6, 3, 58);
147 /* Weakest success border color */
148 --color-border-success-weakest: rgb(237, 253, 243);
149 /* Weaker warning border color */
150 --color-border-warning-weaker: rgb(253, 220, 196);
151 /* Strong border color */
152 --color-border-strong: rgb(96, 107, 133);
153 /* Weak border color */
154 --color-border-weak: rgb(202, 205, 216);
155 /* Neutral border color */
156 --color-border-neutral: rgb(2, 99, 224);
157 /* Error border color */
158 --color-border-error: rgb(214, 31, 31);
159 /* Weakest error border color */
160 --color-border-error-weakest: rgb(254, 236, 236);
161 /* Strong error border color */
162 --color-border-error-strong: rgb(117, 12, 12);
163 /* Weak error border color */
164 --color-border-error-weak: rgb(245, 138, 138);
165 /* Weak neutral border color */
166 --color-border-neutral-weak: rgb(102, 179, 255);
167 /* Default border color */
168 --color-border: rgb(136, 145, 170);
169 /* Stronger border on inverse backgrounds. Must be used on color-background-body-inverse. */
170 --color-border-inverse-stronger: rgb(244, 244, 246);
171 /* Weaker border on inverse backgrounds. Must be used on color-background-body-inverse. */
172 --color-border-inverse-weaker: rgb(57, 71, 98);
173 /* Weak success border color */
174 --color-border-success-weak: rgb(54, 213, 118);
175 /* Strong primary border color */
176 --color-border-primary-strong: rgb(0, 20, 137);
177 /* Border on inverse backgrounds. Must be used on color-background-body-inverse. */
178 --color-border-inverse: rgb(136, 145, 170);
179 /* Destructive focus border color */
180 --color-border-destructive-strong: rgb(117, 12, 12);
181 /* Weak primary border color */
182 --color-border-primary-weak: rgb(153, 205, 255);
183 /* Weakest border on inverse backgrounds. Must be used on color-background-body-inverse. */
184 --color-border-inverse-weakest: rgb(31, 48, 76);
185 /* Destructive focus border color */
186 --color-border-destructive-weak: rgb(246, 177, 177);
187 /* Strongest border on inverse backgrounds. Must be used on color-background-body-inverse. */
188 --color-border-inverse-strongest: rgb(255, 255, 255);
189 /* Weaker border color */
190 --color-border-weaker: rgb(225, 227, 234);
191 /* Weaker border color with no semantic meaning, used for decorative purposes only. Should generally be used with matching decorative background and/or text tokens. */
192 --color-border-decorative-10-weaker: rgb(225, 227, 234);
193 /* Weaker border color with no semantic meaning, used for decorative purposes only. Should generally be used with matching decorative background and/or text tokens. */
194 --color-border-decorative-20-weaker: rgb(204, 228, 255);
195 /* Weaker border color with no semantic meaning, used for decorative purposes only. Should generally be used with matching decorative background and/or text tokens. */
196 --color-border-decorative-30-weaker: rgb(209, 250, 224);
197 /* Border radius reset */
198 --border-radius-0: 0;
199 /* Small border radius */
200 --border-radius-10: 2px;
201 /* Large border radius */
202 --border-radius-20: 4px;
203 /* Larger border radius */
204 --border-radius-30: 8px;
205 /* Circular border radius */
206 --border-radius-circle: 50%;
207 /* Pill border radius */
208 --border-radius-pill: 100px;
209 /* Border width reset */
210 --border-width-0: 0;
211 /* Constant border width token for border width 10 */
212 --border-width-10: 1px;
213 /* Constant border width token for border width 20 */
214 --border-width-20: 2px;
215 /* Constant border width token for border width 30 */
216 --border-width-30: 4px;
217 /* Constant border width token for border width 40 */
218 --border-width-40: 8px;
219 /* Weaker bottom shadow border for new status */
220 --shadow-border-bottom-new-weaker: 0 1px 0 #e7dcfa;
221 /* Default shadow. */
222 --shadow: 0 4px 16px 0 rgba(18, 28, 45, 0.2);
223 /* Strong shadow border for destructive interactions */
224 --shadow-border-destructive-stronger: 0 0 0 1px #4a0b0b;
225 /* Stronger shadow border for inputs active. */
226 --shadow-border-primary-stronger: 0 0 0 1px #030b5d;
227 /* Weaker bottom shadow border for warning status */
228 --shadow-border-bottom-warning-weaker: 0 1px 0 #fddcc4;
229 /* Weaker shadow border for destructive interactions. */
230 --shadow-border-destructive-weaker: 0 0 0 1px #fccfcf;
231 /* Weaker shadow border for primary interactions. */
232 --shadow-border-primary-weaker: 0 0 0 1px #cce4ff;
233 /* Low elevation default shadow. */
234 --shadow-low: 0 2px 8px 0 rgba(18, 28, 45, 0.1);
235 /* Strong shadow border on interactive elements on inverse backgrounds. */
236 --shadow-border-inverse-strong: 0 0 0 1px #e1e3ea;
237 /* Strong shadow border for inputs. */
238 --shadow-border-strong: 0 0 0 1px #606b85;
239 /* Shadow for focus ring on interactive elements. */
240 --shadow-focus: 0 0 0 4px rgba(2, 99, 224, 0.7);
241 /* Weak shadow border for disabled inputs. */
242 --shadow-border-weak: 0 0 0 1px #cacdd8;
243 /* Shadow for focus ring on interactive elements on inverse backgrounds. */
244 --shadow-focus-inverse: 0 0 0 4px rgba(255, 255, 255, 0.4);
245 /* Default shadow border for primary interactions. */
246 --shadow-border-primary: 0 0 0 1px #0263e0;
247 /* Shadow border for destructive interactions. */
248 --shadow-border-destructive: 0 0 0 1px #d61f1f;
249 /* High elevation default shadow. */
250 --shadow-high: 0 16px 24px 0 rgba(18, 28, 45, 0.2);
251 /* Shadow border for error inputs hover. */
252 --shadow-border-error-strong: 0 0 0 1px #750c0c;
253 /* Strongest shadow border for inputs active. */
254 --shadow-border-primary-strongest: 0 0 0 1px #06033a;
255 /* Strongest shadow border for destructive interactions */
256 --shadow-border-destructive-strongest: 0 0 0 1px #310c0c;
257 /* Shadow border for inverse error inputs. */
258 --shadow-border-error-weak: 0 0 0 1px #eb5656;
259 /* Shadow border for error inputs. */
260 --shadow-border-error: 0 0 0 1px #d61f1f;
261 /* Weaker bottom shadow border for decorative 10 */
262 --shadow-border-bottom-decorative-10-weaker: 0 1px 0 #e1e3ea;
263 /* Weaker bottom shadow border for decorative 20 */
264 --shadow-border-bottom-decorative-20-weaker: 0 1px 0 #cce4ff;
265 /* Stronger shadow border on interactive elements on inverse backgrounds. */
266 --shadow-border-inverse-stronger: 0 0 0 1px #f4f4f6;
267 /* Strong shadow border for destructive interactions */
268 --shadow-border-destructive-strong: 0 0 0 1px #750c0c;
269 /* Weaker shadow border on interactive elements on inverse backgrounds. */
270 --shadow-border-inverse-weaker: 0 0 0 1px #394762;
271 /* Weaker bottom shadow border for decorative 30 */
272 --shadow-border-bottom-decorative-30-weaker: 0 1px 0 #d1fae0;
273 /* Strong shadow border for inputs hover. */
274 --shadow-border-primary-strong: 0 0 0 1px #001489;
275 /* Weaker shadow border for primary interactions. */
276 --shadow-border-primary-weak: 0 0 0 1px #99cdff;
277 /* Weaker bottom shadow border for decorative 40 */
278 --shadow-border-bottom-decorative-40-weaker: 0 1px 0 #e7dcfa;
279 /* Weak shadow border for destructive interactions. */
280 --shadow-border-destructive-weak: 0 0 0 1px #f6b1b1;
281 /* Weaker bottom shadow border for error status */
282 --shadow-border-bottom-error-weaker: 0 1px 0 #fccfcf;
283 /* Weaker shadow border for disabled inputs. */
284 --shadow-border-weaker: 0 0 0 1px #e1e3ea;
285 /* Shadow border for inputs. */
286 --shadow-border: 0 0 0 1px #8891aa;
287 /* Weaker bottom shadow border for neutral status */
288 --shadow-border-bottom-neutral-weaker: 0 1px 0 #cce4ff;
289 /* Shadow for inset focus on elements, such as DataGrid cells. */
290 --shadow-focus-inset: inset 0 0 0 2px rgba(2, 99, 224, 0.7);
291 /* Shadow border on interactive elements on inverse backgrounds. */
292 --shadow-border-inverse: 0 0 0 1px #8891aa;
293 /* Weakest shadow border on interactive elements on inverse backgrounds. */
294 --shadow-border-inverse-weakest: 0 0 0 1px #1f304c;
295 /* Weaker bottom shadow border for success status */
296 --shadow-border-bottom-success-weaker: 0 1px 0 #d1fae0;
297 /* Shadow border for error inputs hover. */
298 --shadow-border-error-stronger: 0 0 0 1px #4a0b0b;
299 /* Shadow for cards. */
300 --shadow-card: 0 2px 8px 0 rgba(18, 28, 45, 0.1);
301 /* Strongest shadow border on interactive elements on inverse backgrounds. */
302 --shadow-border-inverse-strongest: 0 0 0 1px #ffffff;
303 --font-family-text: 'Colfax', Helvetica, Arial, sans-serif;
304 --font-family-code: 'Fira Mono', Courier, monospace;
305 --font-family-text-japanese: 'Inter var experimental', 'Inter var', Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Osaka, 'MS PGothic', sans-serif;
306 --font-family-text-korean: 'Inter var experimental', 'Inter var', 'Microsoft JhengHei', 微軟正黑體, 'Microsoft JhengHei UI', 'Microsoft YaHei', 微軟雅黑, 宋体, SimSun, sans-serif;
307 --font-family-text-chinese-traditional: 'Inter var experimental', 'Inter var', 'Microsoft JhengHei', 微軟正黑體, 'Microsoft JhengHei UI', 'Microsoft YaHei', 微軟雅黑, 宋体, SimSun, sans-serif;
308 --font-family-text-chinese-simplified: 'Inter var experimental', 'Inter var', 'Microsoft YaHei New', 微软雅黑, 'Microsoft Yahei', 'Microsoft JhengHei', 宋体, SimSun, sans-serif;
309 /* Constant typography token for font size 110 */
310 --font-size-110: 3rem;
311 /* Constant typography token for font size 100 */
312 --font-size-100: 2.5rem;
313 /* Constant typography token for font size 90 */
314 --font-size-90: 2rem;
315 /* Constant typography token for font size 80 */
316 --font-size-80: 1.75rem;
317 /* Constant typography token for font size 70 */
318 --font-size-70: 1.5rem;
319 /* Constant typography token for font size 60 */
320 --font-size-60: 1.25rem;
321 /* Constant typography token for font size 50 */
322 --font-size-50: 1.125rem;
323 /* Constant typography token for font size 40 */
324 --font-size-40: 1rem;
325 /* Constant typography token for font size 30 */
326 --font-size-30: 0.875rem;
327 /* Constant typography token for font size 20 */
328 --font-size-20: 0.75rem;
329 /* Constant typography token for font size 10 */
330 --font-size-10: 0.625rem;
331 /* Font weight for light weight */
332 --font-weight-light: 400;
333 /* Font weight for normal weight */
334 --font-weight-normal: 400;
335 /* Font weight for medium weight */
336 --font-weight-medium: 500;
337 /* Font weight for semibold weight */
338 --font-weight-semibold: 600;
339 /* Font weight for bold weight */
340 --font-weight-bold: 700;
341 /* Constant line-height token for line-height 0 */
342 --line-height-0: 0;
343 /* Constant line-height token for line-height 110 */
344 --line-height-110: 4rem;
345 /* Constant line-height token for line-height 90 */
346 --line-height-90: 2.75rem;
347 /* Constant line-height token for line-height 100 */
348 --line-height-100: 3.25rem;
349 /* Constant line-height token for line-height 80 */
350 --line-height-80: 2.5rem;
351 /* Constant line-height token for line-height 70 */
352 --line-height-70: 2rem;
353 /* Constant line-height token for line-height 60 */
354 --line-height-60: 1.75rem;
355 /* Constant line-height token for line-height 50 */
356 --line-height-50: 1.75rem;
357 /* Constant line-height token for line-height 40 */
358 --line-height-40: 1.5rem;
359 /* Constant line-height token for line-height 30 */
360 --line-height-30: 1.25rem;
361 /* Constant line-height token for line-height 20 */
362 --line-height-20: 1.25rem;
363 /* Constant line-height token for line-height 10 */
364 --line-height-10: 1rem;
365 /* Color used for data visualizations. Must be used in a sequence. */
366 --color-data-visualization-10: rgb(235, 86, 86);
367 /* Twilio brand red */
368 --color-brand-highlight: rgb(242, 47, 70);
369 /* Color used for data visualizations. Must be used in a sequence. */
370 --color-data-visualization-1: rgb(0, 20, 137);
371 /* Gray Color 0 */
372 --color-gray-0: rgb(255, 255, 255);
373 /* Color used for data visualizations. Must be used in a sequence. */
374 --color-data-visualization-2: rgb(14, 124, 58);
375 /* Color used for data visualizations. Must be used in a sequence. */
376 --color-data-visualization-3: rgb(13, 58, 31);
377 /* Gray Color 10 */
378 --color-gray-100: rgb(18, 28, 45);
379 /* Color used for data visualizations. Must be used in a sequence. */
380 --color-data-visualization-4: rgb(0, 140, 255);
381 /* Color used for data visualizations. Must be used in a sequence. */
382 --color-data-visualization-5: rgb(57, 71, 98);
383 /* Color used for data visualizations. Must be used in a sequence. */
384 --color-data-visualization-6: rgb(166, 127, 227);
385 /* Color used for data visualizations. Must be used in a sequence. */
386 --color-data-visualization-7: rgb(109, 46, 209);
387 /* Color used for data visualizations. Must be used in a sequence. */
388 --color-data-visualization-8: rgb(136, 145, 170);
389 /* Color used for data visualizations. Must be used in a sequence. */
390 --color-data-visualization-9: rgb(117, 12, 12);
391 /* Gray Color 9 */
392 --color-gray-90: rgb(31, 48, 76);
393 /* Gray Color 8 */
394 --color-gray-80: rgb(57, 71, 98);
395 /* Gray Color 7 */
396 --color-gray-70: rgb(75, 86, 113);
397 /* Gray Color 6 */
398 --color-gray-60: rgb(96, 107, 133);
399 /* Gray Color 5 */
400 --color-gray-50: rgb(136, 145, 170);
401 /* Gray Color 4 */
402 --color-gray-40: rgb(174, 178, 193);
403 /* Default branding color */
404 --color-brand: rgb(0, 20, 137);
405 /* Gray Color 3 */
406 --color-gray-30: rgb(202, 205, 216);
407 /* Gray Color 2 */
408 --color-gray-20: rgb(225, 227, 234);
409 /* Gray Color 1 */
410 --color-gray-10: rgb(244, 244, 246);
411 /* Generic square sizing token scale for UI components. */
412 --size-square-40: 0.75rem;
413 /* Maps to line-height tokens 1:1 */
414 --size-icon-80: 2.5rem;
415 /* Generic square sizing token scale for UI components. */
416 --size-square-30: 0.5rem;
417 /* Maps to line-height tokens 1:1 */
418 --size-icon-70: 2rem;
419 /* Generic square sizing token scale for UI components. */
420 --size-square-20: 0.25rem;
421 /* Maps to line-height tokens 1:1 */
422 --size-icon-60: 1.75rem;
423 /* Generic sizing token scale for UI components. */
424 --size-90: 57.5rem;
425 /* Generic square sizing token scale for UI components. */
426 --size-square-10: 0.125rem;
427 /* Generic sizing token scale for UI components. */
428 --size-120: 77rem;
429 /* Maps to line-height tokens 1:1 */
430 --size-icon-50: 1.75rem;
431 /* Generic sizing token scale for UI components. */
432 --size-80: 51rem;
433 /* Generic sizing token scale for UI components. */
434 --size-0: 0;
435 /* Generic sizing token scale for UI components. */
436 --size-110: 70.5rem;
437 /* Maps to line-height tokens 1:1 */
438 --size-icon-40: 1.5rem;
439 /* Generic square sizing token scale for UI components. */
440 --size-square-190: 4.5rem;
441 /* Generic sizing token scale for UI components. */
442 --size-70: 44.5rem;
443 /* Generic sizing token scale for UI components. */
444 --size-100: 64rem;
445 /* Maps to line-height tokens 1:1 */
446 --size-icon-30: 1.25rem;
447 /* Generic square sizing token scale for UI components. */
448 --size-square-180: 4.25rem;
449 /* Generic sizing token scale for UI components. */
450 --size-60: 38rem;
451 /* Maps to line-height tokens 1:1 */
452 --size-icon-20: 1.25rem;
453 /* Generic square sizing token scale for UI components. */
454 --size-square-170: 4rem;
455 /* Maps to line-height tokens 1:1 */
456 --size-icon-10: 1rem;
457 /* Generic square sizing token scale for UI components. */
458 --size-square-25: 0.375rem;
459 /* Generic square sizing token scale for UI components. */
460 --size-square-160: 3.75rem;
461 /* Generic sizing token scale for UI components. */
462 --size-50: 31.5rem;
463 /* Maps to line-height tokens 1:1 */
464 --size-icon-110: 4rem;
465 /* Generic square sizing token scale for UI components. */
466 --size-square-150: 3.5rem;
467 /* Generic sizing token scale for UI components. */
468 --size-40: 25rem;
469 /* Maps to line-height tokens 1:1 */
470 --size-icon-100: 3.25rem;
471 /* Generic square sizing token scale for UI components. */
472 --size-square-140: 3.25rem;
473 /* Generic sizing token scale for UI components. */
474 --size-30: 18.5rem;
475 /* Generic square sizing token scale for UI components. */
476 --size-square-130: 3rem;
477 /* Generic sizing token scale for UI components. */
478 --size-20: 12rem;
479 /* Generic square sizing token scale for UI components. */
480 --size-square-120: 2.75rem;
481 /* Generic sizing token scale for UI components. */
482 --size-10: 5.5rem;
483 /* Generic square sizing token scale for UI components. */
484 --size-square-110: 2.5rem;
485 /* Generic square sizing token scale for UI components. */
486 --size-square-0: 0;
487 /* Generic square sizing token scale for UI components. */
488 --size-square-100: 2.25rem;
489 /* Generic square sizing token scale for UI components. */
490 --size-square-200: 4.75rem;
491 /* Sizing token for sidebar width. */
492 --size-sidebar: 13.75rem;
493 /* Generic square sizing token scale for UI components. */
494 --size-square-90: 2rem;
495 /* Generic square sizing token scale for UI components. */
496 --size-square-80: 1.75rem;
497 /* Generic square sizing token scale for UI components. */
498 --size-square-70: 1.5rem;
499 /* Generic square sizing token scale for UI components. */
500 --size-square-60: 1.25rem;
501 /* Generic square sizing token scale for UI components. */
502 --size-square-50: 1rem;
503 /* Maps to line-height tokens 1:1 */
504 --size-icon-90: 2.75rem;
505 --space-70: 1.5rem;
506 --space-negative-100: -2.25rem;
507 --space-60: 1.25rem;
508 --space-negative-200: -4.75rem;
509 --space-190: 4.5rem;
510 --space-50: 1rem;
511 --space-180: 4.25rem;
512 --space-40: 0.75rem;
513 --space-170: 4rem;
514 --space-30: 0.5rem;
515 --space-160: 3.75rem;
516 --space-20: 0.25rem;
517 --space-150: 3.5rem;
518 --space-10: 0.125rem;
519 --space-140: 3.25rem;
520 --space-130: 3rem;
521 --space-120: 2.75rem;
522 --space-negative-90: -2rem;
523 --space-110: 2.5rem;
524 --space-0: 0;
525 --space-negative-80: -1.75rem;
526 --space-100: 2.25rem;
527 --space-negative-70: -1.5rem;
528 --space-200: 4.75rem;
529 --space-negative-60: -1.25rem;
530 --space-negative-50: -1rem;
531 --space-negative-40: -0.75rem;
532 --space-negative-30: -0.5rem;
533 --space-negative-20: -0.25rem;
534 --space-negative-10: -0.125rem;
535 --space-negative-190: -4.5rem;
536 --space-negative-180: -4.25rem;
537 --space-negative-170: -4rem;
538 --space-negative-160: -3.75rem;
539 --space-negative-150: -3.5rem;
540 --space-negative-140: -3.25rem;
541 --space-negative-130: -3rem;
542 --space-90: 2rem;
543 --space-negative-120: -2.75rem;
544 --space-80: 1.75rem;
545 --space-negative-110: -2.5rem;
546 /* Weak shade of destructive link text to be used in interactions */
547 --color-text-link-destructive-weak: rgb(246, 177, 177);
548 /* Stronger shade of link text to be used in interactions */
549 --color-text-link-stronger: rgb(3, 11, 93);
550 /* Icon color for indicating a offline status */
551 --color-text-icon-offline: rgb(96, 107, 133);
552 /* Destructive link text */
553 --color-text-link-destructive: rgb(214, 31, 31);
554 /* Icon color for indicating success. */
555 --color-text-icon-success: rgb(14, 124, 58);
556 /* Color for warning text. */
557 --color-text-warning: rgb(141, 49, 24);
558 /* Strongest shade of destructive link text to be used in interactions */
559 --color-text-link-destructive-strongest: rgb(49, 12, 12);
560 /* Icon color for being neutral. */
561 --color-text-icon-neutral: rgb(0, 20, 137);
562 /* Color for text indicating a new status. */
563 --color-text-new: rgb(109, 46, 209);
564 /* Icon color for indicating an error. */
565 --color-text-icon-error: rgb(214, 31, 31);
566 /* Weak inverse text color for dark backgrounds. Must pass AA color contrast with color-background-body-inverse. */
567 --color-text-inverse-weak: rgb(174, 178, 193);
568 /* Icon color for indicating a available status */
569 --color-text-icon-available: rgb(14, 124, 58);
570 /* Stronger shade of destructive link text to be used in interactions */
571 --color-text-link-destructive-stronger: rgb(74, 11, 11);
572 /* Twilio brand icon color used for the Twilio logo on inverse backgrounds. */
573 --color-text-icon-brand-inverse: rgb(255, 255, 255);
574 /* Text color for success text. */
575 --color-text-success: rgb(14, 124, 58);
576 /* Weak body text for visual hierarchy. */
577 --color-text-weak: rgb(96, 107, 133);
578 /* Default icon color. */
579 --color-text-icon: rgb(96, 107, 133);
580 /* Link text */
581 --color-text-link: rgb(2, 99, 224);
582 /* Twilio brand red icon color used for the Twilio logo. */
583 --color-text-icon-brand-highlight: rgb(242, 47, 70);
584 /* Color for text indicating a neutral status. */
585 --color-text-neutral: rgb(0, 20, 137);
586 /* Strongest shade of link text to be used in interactions */
587 --color-text-link-strongest: rgb(6, 3, 58);
588 /* Error text for inputs and error misc */
589 --color-text-error: rgb(214, 31, 31);
590 /* Default icon color for inverse backgrounds. */
591 --color-text-icon-inverse: rgb(136, 145, 170);
592 /* Strong error text for inputs and error misc */
593 --color-text-error-strong: rgb(173, 17, 17);
594 /* Icon color for indicating a unavailable status */
595 --color-text-icon-unavailable: rgb(214, 31, 31);
596 /* Weak error text for inputs and error misc */
597 --color-text-error-weak: rgb(235, 86, 86);
598 /* Text color with no semantic meaning, used for decorative purposes only. Should generally be used with matching decorative background and/or border tokens. */
599 --color-text-decorative-40: rgb(109, 46, 209);
600 /* Strong shade of link text to be used in interactions */
601 --color-text-link-strong: rgb(0, 20, 137);
602 /* Text color used on any brand color */
603 --color-text-brand-inverse: rgb(255, 255, 255);
604 /* Text color with no semantic meaning, used for decorative purposes only. Should generally be used with matching decorative background and/or border tokens. */
605 --color-text-decorative-30: rgb(14, 124, 58);
606 /* Weak shade of link text to be used in interactions */
607 --color-text-link-weak: rgb(153, 205, 255);
608 /* Text color with no semantic meaning, used for decorative purposes only. Should generally be used with matching decorative background and/or border tokens. */
609 --color-text-decorative-20: rgb(0, 20, 137);
610 /* Text color with no semantic meaning, used for decorative purposes only. Should generally be used with matching decorative background and/or border tokens. */
611 --color-text-decorative-10: rgb(96, 107, 133);
612 /* Body text color */
613 --color-text: rgb(18, 28, 45);
614 /* Icon color for indicating a busy status */
615 --color-text-icon-busy: rgb(227, 106, 25);
616 /* Weakest body text for visual hierarchy. Inaccessible unless used on disabled controls. */
617 --color-text-weakest: rgb(255, 255, 255);
618 /* Twilio brand red, accessible on large text only. */
619 --color-text-brand-highlight: rgb(242, 47, 70);
620 /* Weaker inverse text color for dark backgrounds. Must pass AA color contrast with color-background-body-inverse. */
621 --color-text-inverse-weaker: rgb(96, 107, 133);
622 /* Inverse text color for dark backgrounds. Must pass AA color contrast with color-background-body-inverse. */
623 --color-text-inverse: rgb(255, 255, 255);
624 /* Weaker body text for visual hierarchy. Inaccessible unless used on disabled controls. */
625 --color-text-weaker: rgb(174, 178, 193);
626 /* Color for dark warning text. */
627 --color-text-warning-strong: rgb(141, 49, 24);
628 /* Icon color for indicating a warning. */
629 --color-text-icon-warning: rgb(227, 106, 25);
630 /* Strong shade of destructive link text to be used in interactions */
631 --color-text-link-destructive-strong: rgb(173, 17, 17);
632 --z-index-0: 0;
633 --z-index-90: 90;
634 --z-index-80: 80;
635 --z-index-70: 70;
636 --z-index-60: 60;
637 --z-index-50: 50;
638 --z-index-40: 40;
639 --z-index-30: 30;
640 --z-index-20: 20;
641 --z-index-10: 10;
642}