UNPKG

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