UNPKG

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