UNPKG

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