UNPKG

10.3 kBtext/lessView Raw
1
2// Darker background for primary actions or highlights
3@color-background-primary-darker: #032c5e;
4// Lighter background for primary actions or highlights
5@color-background-primary-lighter: #dceaf4;
6// Darker background for destructive actions or highlights
7@color-background-destructive-darker: #600101;
8// Lighter background for destructive actions or highlights
9@color-background-destructive-lighter: #f5dddd;
10// Warning background color
11@color-background-warning: #e46216;
12// Lightest error background color
13@color-background-error-lightest: #ffe9e7;
14// Lightest neutral background color
15@color-background-neutral-lightest: #f5f8ff;
16// Background for destructive actions or highlights
17@color-background-destructive: #e22525;
18// Background for primary actions or highlights
19@color-background-primary: #027ac5;
20// Success background color
21@color-background-success: #00994a;
22// Background color for alternative striped rows
23@color-background-row-striped: #f8f8f9;
24// Lightest success background color
25@color-background-success-lightest: #e0ffef;
26// Lightest background for destructive actions or highlights
27@color-background-destructive-lightest: #ffe9e7;
28// Lightest background for primary actions or highlights
29@color-background-primary-lightest: #f5f8ff;
30// Primary brand background, accessible with inverse text
31@color-background-brand: #233659;
32// Error background color
33@color-background-error: #e22525;
34// Dark background for destructive actions or highlights
35@color-background-destructive-dark: #921200;
36// Light background for destructive actions or highlights
37@color-background-destructive-light: #ecb6b6;
38// Dark background for primary actions or highlights
39@color-background-primary-dark: #003e82;
40// Light background for primary actions or highlights
41@color-background-primary-light: #b3d3e9;
42// Lightest warning background color
43@color-background-warning-lightest: #ffecd8;
44// Background color of the main page body
45@color-background-body: #ffffff;
46// Default background color for any container
47@color-background: #f8f8f9;
48// Highlight brand background, accessible with black text
49@color-background-brand-highlight: #f22f46;
50// Inverse background color for any container
51@color-background-inverse: #4f5355;
52// Destructive focus border color
53@color-border-destructive-lighter: #f5dddd;
54// Lighter primary border color
55@color-border-primary-lighter: #dceaf4;
56// Input hover border color
57@color-border-input-hover: #027ac5;
58// Darker primary border color
59@color-border-primary-darker: #032c5e;
60// Warning border color
61@color-border-warning: #e46216;
62// Destructive hover border color
63@color-border-destructive-darker: #600101;
64// Destructive border color
65@color-border-destructive: #e22525;
66// Primary border color
67@color-border-primary: #027ac5;
68// Success border color
69@color-border-success: #00994a;
70// Lightest error border color
71@color-border-error-lightest: #ffe9e7;
72// Dark border color
73@color-border-dark: #888c8e;
74// Light warning border color
75@color-border-warning-light: #f28510;
76// Lightest success border color
77@color-border-success-lightest: #e0ffef;
78// Error border color
79@color-border-error: #e22525;
80// Input border color
81@color-border-input: #888c8e;
82// Destructive focus border color
83@color-border-destructive-light: #ecb6b6;
84// Light primary border color
85@color-border-primary-light: #b3d3e9;
86// Default border color
87@color-border: #c8cccf;
88// Lightest warning border color
89@color-border-warning-lightest: #ffecd8;
90// Dark primary border color
91@color-border-primary-dark: #003e82;
92// Destructive focus border color
93@color-border-destructive-dark: #921200;
94// Light neutral border color
95@color-border-neutral-light: #c8cccf;
96// Light error border color
97@color-border-error-light: #de5858;
98// Input focus border color
99@color-border-input-focus: #027ac5;
100// Light border color
101@color-border-light: #e4e7e9;
102// Border radius reset
103@border-radius-0: 0;
104// Small border radius
105@border-radius-10: 3px;
106// Large border radius
107@border-radius-20: 4px;
108// Larger border radius
109@border-radius-30: 8px;
110// Circular border radius
111@border-radius-circle: 50%;
112// Border width reset
113@border-width-0: 0;
114// Small border width
115@border-width-10: 1px;
116// Large border width
117@border-width-20: 2px;
118// Shadow for cards.
119@shadow-card: 0 2px 4px 0 rgba(40, 42, 43, 0.3);
120// Shadow for focus ring on interactive elements
121@shadow-focus: 0 0 0 4px rgba(2, 122, 197, 0.8);
122@font-family-text: 'Whitney SSm A', 'Whitney SSm B', 'Helvetica Neue', Helvetica, Arial, sans-serif;
123@font-family-code: 'Fira Mono', 'Courier New', Courier, monospace;
124// Constant typography token for font size 110
125@font-size-110: 3rem;
126// Constant typography token for font size 100
127@font-size-100: 2.5rem;
128// Constant typography token for font size 90
129@font-size-90: 2rem;
130// Constant typography token for font size 80
131@font-size-80: 1.75rem;
132// Constant typography token for font size 70
133@font-size-70: 1.5rem;
134// Constant typography token for font size 60
135@font-size-60: 1.25rem;
136// Constant typography token for font size 50
137@font-size-50: 1.125rem;
138// Constant typography token for font size 40
139@font-size-40: 1rem;
140// Constant typography token for font size 30
141@font-size-30: 0.875rem;
142// Constant typography token for font size 20
143@font-size-20: 0.75rem;
144// Constant typography token for font size 10
145@font-size-10: 0.625rem;
146// Font weight for light weight
147@font-weight-light: 300;
148// Font weight for normal weight
149@font-weight-normal: 400;
150// Font weight for medium weight
151@font-weight-medium: 500;
152// Font weight for semibold weight
153@font-weight-semibold: 500;
154// Font weight for bold weight
155@font-weight-bold: 700;
156// Constant line-height token for font size 110
157@line-height-110: 3.75rem;
158// Constant line-height token for font size 90
159@line-height-90: 2.5rem;
160// Constant line-height token for font size 100
161@line-height-100: 3.25rem;
162// Constant line-height token for font size 80
163@line-height-80: 2.25rem;
164// Constant line-height token for font size 70
165@line-height-70: 2rem;
166// Constant line-height token for font size 60
167@line-height-60: 1.75rem;
168// Constant line-height token for font size 50
169@line-height-50: 1.75rem;
170// Constant line-height token for font size 40
171@line-height-40: 1.75rem;
172// Constant line-height token for font size 30
173@line-height-30: 1.5rem;
174// Constant line-height token for font size 20
175@line-height-20: 1.25rem;
176// Constant line-height token for font size 10
177@line-height-10: 1rem;
178// Twilio brand red
179@color-brand-highlight: #f22f46;
180// Gray Color 0
181@color-gray-0: #ffffff;
182// Gray Color 10
183@color-gray-100: #282a2b;
184// Gray Color 9
185@color-gray-90: #424547;
186// Gray Color 8
187@color-gray-80: #4f5355;
188// Gray Color 7
189@color-gray-70: #666a6d;
190// Gray Color 6
191@color-gray-60: #888c8e;
192// Gray Color 5
193@color-gray-50: #c8cccf;
194// Gray Color 4
195@color-gray-40: #e4e7e9;
196// Default branding color
197@color-brand: #233659;
198// Gray Color 3
199@color-gray-30: #f2f3f4;
200// Gray Color 2
201@color-gray-20: #f8f8f9;
202// Gray Color 1
203@color-gray-10: #f9fafb;
204// Generic sizing token scale for UI components.
205@size-90: 57.5rem;
206// Generic sizing token scale for UI components.
207@size-120: 77rem;
208// Generic sizing token scale for UI components.
209@size-80: 51rem;
210// Generic sizing token scale for UI components.
211@size-0: 0;
212// Generic sizing token scale for UI components.
213@size-110: 70.5rem;
214// Icon sizing token
215@size-icon-40: 2rem;
216// Generic sizing token scale for UI components.
217@size-70: 44.5rem;
218// Generic sizing token scale for UI components.
219@size-100: 64rem;
220// Icon sizing token
221@size-icon-30: 1.5rem;
222// Generic sizing token scale for UI components.
223@size-60: 38rem;
224// Icon sizing token
225@size-icon-20: 1.25rem;
226// Icon sizing token
227@size-icon-10: 1rem;
228// Generic sizing token scale for UI components.
229@size-50: 31.5rem;
230// Generic sizing token scale for UI components.
231@size-40: 25rem;
232// Generic sizing token scale for UI components.
233@size-30: 18.5rem;
234// Generic sizing token scale for UI components.
235@size-20: 12rem;
236// Generic sizing token scale for UI components.
237@size-10: 5.5rem;
238@space-70: 1.5rem;
239@space-60: 1.25rem;
240@space-190: 4.5rem;
241@space-50: 1rem;
242@space-180: 4.25rem;
243@space-40: 0.75rem;
244@space-170: 4rem;
245@space-30: 0.5rem;
246@space-160: 3.75rem;
247@space-20: 0.25rem;
248@space-150: 3.5rem;
249@space-10: 0.125rem;
250@space-140: 3.25rem;
251@space-130: 3rem;
252@space-120: 2.75rem;
253@space-110: 2.5rem;
254@space-0: 0;
255@space-100: 2.25rem;
256@space-200: 4.75rem;
257@space-90: 2rem;
258@space-80: 1.75rem;
259// Darker shade of link text to be used in interactions
260@color-text-link-darker: #032c5e;
261// Destructive link text
262@color-text-link-destructive: #e22525;
263// Color for warning text.
264@color-text-warning: #e46216;
265// Weak inverse text color for dark backgrounds. Must pass AA color contrast with color-background-inverse.
266@color-text-inverse-weak: #c8cccf;
267// Darker shade of destructive link text to be used in interactions
268@color-text-link-destructive-darker: #921200;
269// Text color for success text.
270@color-text-success: #00994a;
271// Weak body text for visual hierarchy.
272@color-text-weak: #666a6d;
273// Light shade of destructive link text to be used in interactions
274@color-text-link-destructive-light: #ecb6b6;
275// Default icon color.
276@color-text-icon: #666a6d;
277// Link text
278@color-text-link: #005ea6;
279// Dark error text for inputs and error misc
280@color-text-error-dark: #921200;
281// Error text for inputs and error misc
282@color-text-error: #e22525;
283// Dark shade of link text to be used in interactions
284@color-text-link-dark: #003e82;
285// Text color used on any brand color
286@color-text-brand-inverse: #ffffff;
287// Body text color
288@color-text: #282a2b;
289// Twilio brand red, accessible on large text only.
290@color-text-brand-highlight: #f22f46;
291// Light shade of link text to be used in interactions
292@color-text-link-light: #b3d3e9;
293// Inverse text color for dark backgrounds. Must pass AA color contrast with color-background-inverse.
294@color-text-inverse: #ffffff;
295// Input placeholder text.
296@color-text-placeholder: #666a6d;
297// Color for dark warning text.
298@color-text-warning-dark: #a83e00;
299// Dark shade of destructive link text to be used in interactions
300@color-text-link-destructive-dark: #b20600;
301// Text color for field labels.
302@color-text-label: #282a2b;
303@z-index-0: 0;
304@z-index-90: 90;
305@z-index-80: 80;
306@z-index-70: 70;
307@z-index-60: 60;
308@z-index-50: 50;
309@z-index-40: 40;
310@z-index-30: 30;
311@z-index-20: 20;
312@z-index-10: 10;