UNPKG

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