@dialpad/dialtone-tokens 1.22.0 → 1.23.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/android/java/tokens-dark.kt +19 -10
- package/dist/android/java/tokens-light.kt +25 -16
- package/dist/android/res/values/colors-dark.xml +56 -46
- package/dist/android/res/values/colors-light.xml +21 -11
- package/dist/android/res/values/dimens.xml +1 -4
- package/dist/css/variables-dark.css +704 -694
- package/dist/css/variables-light.css +580 -570
- package/dist/doc.json +37864 -16184
- package/dist/ios/tokens-dark.swift +15 -8
- package/dist/ios/tokens-light.swift +21 -14
- package/dist/less/variables-dark.less +704 -694
- package/dist/less/variables-light.less +580 -570
- package/dist/tokens-dark.json +357 -350
- package/dist/tokens-light.json +283 -276
- package/package.json +13 -12
|
@@ -1,364 +1,31 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 02 Nov 2023 22:15:51 GMT
|
|
4
4
|
|
|
5
|
-
@dt-
|
|
6
|
-
@dt-
|
|
7
|
-
@dt-
|
|
8
|
-
@dt-
|
|
9
|
-
@dt-
|
|
10
|
-
@dt-
|
|
11
|
-
@dt-
|
|
12
|
-
@dt-
|
|
13
|
-
@dt-
|
|
14
|
-
@dt-
|
|
15
|
-
@dt-
|
|
16
|
-
@dt-
|
|
17
|
-
@dt-
|
|
18
|
-
@dt-
|
|
19
|
-
@dt-
|
|
20
|
-
@dt-
|
|
21
|
-
@dt-
|
|
22
|
-
@dt-
|
|
23
|
-
@dt-
|
|
24
|
-
@dt-
|
|
25
|
-
@dt-
|
|
26
|
-
@dt-
|
|
27
|
-
@dt-
|
|
28
|
-
@dt-
|
|
29
|
-
@dt-checkbox-size-radius: 0.4rem;
|
|
30
|
-
@dt-checkbox-color-border-unchecked: #AAAAAA;
|
|
31
|
-
@dt-checkbox-color-border-checked: #7C52FF;
|
|
32
|
-
@dt-checkbox-color-background-checked: #7C52FF;
|
|
33
|
-
@dt-badge-color-background-default: #00000017;
|
|
34
|
-
@dt-badge-color-background-info: #EAF2FA;
|
|
35
|
-
@dt-badge-color-background-success: #EDF9EB;
|
|
36
|
-
@dt-badge-color-background-warning: #FFF4CC;
|
|
37
|
-
@dt-badge-color-background-critical: #FFE5E6;
|
|
38
|
-
@dt-badge-color-background-bulletin: #7C52FF;
|
|
39
|
-
@dt-badge-color-background-ai: linear-gradient(135deg, #F9008E 10%, #7C52FF 90%);
|
|
40
|
-
@dt-badge-color-foreground-default: #000000;
|
|
41
|
-
@dt-badge-color-foreground-bulletin: #ffffff;
|
|
42
|
-
@dt-avatar-color-foreground: #000000;
|
|
43
|
-
@dt-avatar-color-background-100: #1aa340;
|
|
44
|
-
@dt-avatar-color-background-200: #aaff83;
|
|
45
|
-
@dt-avatar-color-background-300: #adea88;
|
|
46
|
-
@dt-avatar-color-background-400: #77eca6;
|
|
47
|
-
@dt-avatar-color-background-500: #7aedbd;
|
|
48
|
-
@dt-avatar-color-background-600: #77deec;
|
|
49
|
-
@dt-avatar-color-background-700: #5ed8ff;
|
|
50
|
-
@dt-avatar-color-background-800: #99e7ff;
|
|
51
|
-
@dt-avatar-color-background-900: #51a0fe;
|
|
52
|
-
@dt-avatar-color-background-1000: #b6cfff;
|
|
53
|
-
@dt-avatar-color-background-1100: #f1b7e8;
|
|
54
|
-
@dt-avatar-color-background-1200: #ec77bd;
|
|
55
|
-
@dt-avatar-color-background-1300: #ff67be;
|
|
56
|
-
@dt-avatar-color-background-1400: #f87e7e;
|
|
57
|
-
@dt-avatar-color-background-1500: #eca877;
|
|
58
|
-
@dt-avatar-color-background-1600: #ffbe41;
|
|
59
|
-
@dt-avatar-color-background-1700: #ffd646;
|
|
60
|
-
@dt-avatar-color-background-1800: #f1dab7;
|
|
61
|
-
@dt-avatar-color-background-000: #e0e0e0;
|
|
62
|
-
@dt-color-foreground-primary: #000000;
|
|
63
|
-
@dt-color-foreground-secondary: #3a3a3a;
|
|
64
|
-
@dt-color-foreground-tertiary: #555555;
|
|
65
|
-
@dt-color-foreground-muted: #222222;
|
|
66
|
-
@dt-color-foreground-placeholder: #808080;
|
|
67
|
-
@dt-color-foreground-disabled: #808080;
|
|
68
|
-
@dt-color-foreground-critical: #ec0e0e;
|
|
69
|
-
@dt-color-foreground-critical-strong: #b70b0b;
|
|
70
|
-
@dt-color-foreground-success: #1aa340;
|
|
71
|
-
@dt-color-foreground-success-strong: #124620;
|
|
72
|
-
@dt-color-foreground-warning: #815008;
|
|
73
|
-
@dt-color-foreground-primary-inverted: #ffffff;
|
|
74
|
-
@dt-color-foreground-secondary-inverted: #e9e9e9;
|
|
75
|
-
@dt-color-foreground-tertiary-inverted: #d2d2d2;
|
|
76
|
-
@dt-color-foreground-muted-inverted: #e9e9e9;
|
|
77
|
-
@dt-color-foreground-placeholder-inverted: #808080;
|
|
78
|
-
@dt-color-foreground-disabled-inverted: #808080;
|
|
79
|
-
@dt-color-foreground-critical-inverted: #ff8585;
|
|
80
|
-
@dt-color-foreground-critical-strong-inverted: #ffa4a4;
|
|
81
|
-
@dt-color-foreground-success-inverted: #b0ffa3;
|
|
82
|
-
@dt-color-foreground-success-strong-inverted: #d3ffcd;
|
|
83
|
-
@dt-color-foreground-warning-inverted: #fff4cc;
|
|
84
|
-
@dt-color-link-primary: #7c52ff;
|
|
85
|
-
@dt-color-link-critical: #ec0e0e;
|
|
86
|
-
@dt-color-link-success: #1aa340;
|
|
87
|
-
@dt-color-link-warning: #815008;
|
|
88
|
-
@dt-color-link-muted: #3a3a3a;
|
|
89
|
-
@dt-color-link-disabled: #808080;
|
|
90
|
-
@dt-color-link-primary-inverted: #ab7eff;
|
|
91
|
-
@dt-color-link-critical-inverted: #ff8585;
|
|
92
|
-
@dt-color-link-success-inverted: #b0ffa3;
|
|
93
|
-
@dt-color-link-warning-inverted: #fff4cc;
|
|
94
|
-
@dt-color-link-muted-inverted: #e9e9e9;
|
|
95
|
-
@dt-color-link-disabled-inverted: #808080;
|
|
96
|
-
@dt-color-link-primary-hover: #3a1d95;
|
|
97
|
-
@dt-color-link-critical-hover: #b70b0b;
|
|
98
|
-
@dt-color-link-success-hover: #124620;
|
|
99
|
-
@dt-color-link-warning-hover: #555555;
|
|
100
|
-
@dt-color-link-muted-hover: #000000;
|
|
101
|
-
@dt-color-link-disabled-hover: #808080;
|
|
102
|
-
@dt-color-link-primary-inverted-hover: #dac7ff;
|
|
103
|
-
@dt-color-link-critical-inverted-hover: #ffa4a4;
|
|
104
|
-
@dt-color-link-success-inverted-hover: #d3ffcd;
|
|
105
|
-
@dt-color-link-warning-inverted-hover: #f9f9f9;
|
|
106
|
-
@dt-color-link-muted-inverted-hover: #f9f9f9;
|
|
107
|
-
@dt-color-link-disabled-inverted-hover: #808080;
|
|
108
|
-
@dt-color-surface-secondary-opaque: #000000;
|
|
109
|
-
@dt-color-surface-moderate-opaque: #000000;
|
|
110
|
-
@dt-color-surface-bold-opaque: #000000;
|
|
111
|
-
@dt-color-surface-strong-opaque: #000000;
|
|
112
|
-
@dt-color-surface-contrast-opaque: #000000;
|
|
113
|
-
@dt-color-surface-backdrop: #000000;
|
|
114
|
-
@dt-color-surface-critical-opaque: #ec0e0e;
|
|
115
|
-
@dt-color-surface-critical-subtle-opaque: #ec0e0e;
|
|
116
|
-
@dt-color-surface-warning-opaque: #ffdb80;
|
|
117
|
-
@dt-color-surface-warning-subtle-opaque: #ffdb80;
|
|
118
|
-
@dt-color-surface-success-opaque: #1aa341;
|
|
119
|
-
@dt-color-surface-success-subtle-opaque: #1aa341;
|
|
120
|
-
@dt-color-surface-info-opaque: #1769c6;
|
|
121
|
-
@dt-color-surface-info-subtle-opaque: #1769c6;
|
|
122
|
-
@dt-color-surface-primary: #ffffff;
|
|
123
|
-
@dt-color-surface-secondary: #f9f9f9;
|
|
124
|
-
@dt-color-surface-moderate: #e9e9e9;
|
|
125
|
-
@dt-color-surface-bold: #d2d2d2;
|
|
126
|
-
@dt-color-surface-strong: #555555;
|
|
127
|
-
@dt-color-surface-contrast: #222222;
|
|
128
|
-
@dt-color-surface-critical: #ffe5e6;
|
|
129
|
-
@dt-color-surface-critical-subtle: #fff2f3;
|
|
130
|
-
@dt-color-surface-critical-strong: #b70b0b;
|
|
131
|
-
@dt-color-surface-warning: #fff4cc;
|
|
132
|
-
@dt-color-surface-warning-subtle: #fffae5;
|
|
133
|
-
@dt-color-surface-warning-strong: #ffdb80;
|
|
134
|
-
@dt-color-surface-success: #edf9eb;
|
|
135
|
-
@dt-color-surface-success-subtle: #f8fdf7;
|
|
136
|
-
@dt-color-surface-success-strong: #1aa340;
|
|
137
|
-
@dt-color-surface-info: #eaf2fa;
|
|
138
|
-
@dt-color-surface-info-subtle: #f5f9fd;
|
|
139
|
-
@dt-color-surface-info-strong: #1768c6;
|
|
140
|
-
@dt-color-border-subtle: #000000;
|
|
141
|
-
@dt-color-border-default: #000000;
|
|
142
|
-
@dt-color-border-moderate: #000000;
|
|
143
|
-
@dt-color-border-bold: #000000;
|
|
144
|
-
@dt-color-border-subtle-inverted: #ffffff;
|
|
145
|
-
@dt-color-border-default-inverted: #ffffff;
|
|
146
|
-
@dt-color-border-moderate-inverted: #ffffff;
|
|
147
|
-
@dt-color-border-bold-inverted: #ffffff;
|
|
148
|
-
@dt-color-border-focus: #51a0fe;
|
|
149
|
-
@dt-color-border-critical: #ec0e0e;
|
|
150
|
-
@dt-color-border-success: #1aa340;
|
|
151
|
-
@dt-color-border-warning: #d28f2b;
|
|
152
|
-
@dt-color-border-brand: #7c52ff;
|
|
153
|
-
@dt-color-border-ai: #000000;
|
|
154
|
-
@dt-color-border-accent: #f9008e;
|
|
155
|
-
@dt-color-border-critical-subtle: #ff8585;
|
|
156
|
-
@dt-color-border-critical-strong: #b70b0b;
|
|
157
|
-
@dt-color-border-success-subtle: #b0ffa3;
|
|
158
|
-
@dt-color-border-success-strong: #124620;
|
|
159
|
-
@dt-color-border-warning-subtle: #ffdb80;
|
|
160
|
-
@dt-color-border-warning-strong: #674006;
|
|
161
|
-
@dt-color-border-brand-subtle: #dac7ff;
|
|
162
|
-
@dt-color-border-brand-strong: #3a1d95;
|
|
163
|
-
@dt-color-border-critical-inverted: #ff8585;
|
|
164
|
-
@dt-color-border-success-inverted: #b0ffa3;
|
|
165
|
-
@dt-color-border-warning-inverted: #ffdb80;
|
|
166
|
-
@dt-color-border-brand-inverted: #7c52ff;
|
|
167
|
-
@dt-color-border-critical-subtle-inverted: #b70b0b;
|
|
168
|
-
@dt-color-border-critical-strong-inverted: #ffe5e6;
|
|
169
|
-
@dt-color-border-success-subtle-inverted: #1aa340;
|
|
170
|
-
@dt-color-border-success-strong-inverted: #edf9eb;
|
|
171
|
-
@dt-color-border-warning-subtle-inverted: #d28f2b;
|
|
172
|
-
@dt-color-border-warning-strong-inverted: #fff4cc;
|
|
173
|
-
@dt-color-border-brand-subtle-inverted: #3a1d95;
|
|
174
|
-
@dt-color-border-brand-strong-inverted: #dac7ff;
|
|
175
|
-
@dt-color-neutral-white: #ffffff;
|
|
176
|
-
@dt-color-neutral-black: #000000;
|
|
177
|
-
@dt-color-neutral-transparent: #000000;
|
|
178
|
-
@dt-color-black-100: #f9f9f9;
|
|
179
|
-
@dt-color-black-200: #e9e9e9;
|
|
180
|
-
@dt-color-black-300: #d2d2d2;
|
|
181
|
-
@dt-color-black-400: #aaaaaa;
|
|
182
|
-
@dt-color-black-500: #808080;
|
|
183
|
-
@dt-color-black-600: #555555;
|
|
184
|
-
@dt-color-black-700: #3a3a3a;
|
|
185
|
-
@dt-color-black-800: #222222;
|
|
186
|
-
@dt-color-black-900: #000000;
|
|
187
|
-
@dt-color-purple-100: #f5f0ff;
|
|
188
|
-
@dt-color-purple-200: #dac7ff;
|
|
189
|
-
@dt-color-purple-300: #ab7eff;
|
|
190
|
-
@dt-color-purple-400: #7c52ff;
|
|
191
|
-
@dt-color-purple-500: #3a1d95;
|
|
192
|
-
@dt-color-purple-600: #10022c;
|
|
193
|
-
@dt-color-blue-100: #eaf2fa;
|
|
194
|
-
@dt-color-blue-200: #99c8ff;
|
|
195
|
-
@dt-color-blue-300: #51a0fe;
|
|
196
|
-
@dt-color-blue-400: #1768c6;
|
|
197
|
-
@dt-color-blue-500: #01326d;
|
|
198
|
-
@dt-color-magenta-100: #ffe0f2;
|
|
199
|
-
@dt-color-magenta-200: #f985c7;
|
|
200
|
-
@dt-color-magenta-300: #f9008e;
|
|
201
|
-
@dt-color-magenta-400: #8c0e56;
|
|
202
|
-
@dt-color-magenta-500: #541a3b;
|
|
203
|
-
@dt-color-gold-100: #fff4cc;
|
|
204
|
-
@dt-color-gold-200: #ffdb80;
|
|
205
|
-
@dt-color-gold-300: #f6ab3c;
|
|
206
|
-
@dt-color-gold-400: #d28f2b;
|
|
207
|
-
@dt-color-gold-500: #815008;
|
|
208
|
-
@dt-color-green-100: #edf9eb;
|
|
209
|
-
@dt-color-green-200: #b0ffa3;
|
|
210
|
-
@dt-color-green-300: #45f777;
|
|
211
|
-
@dt-color-green-400: #1aa340;
|
|
212
|
-
@dt-color-green-500: #124620;
|
|
213
|
-
@dt-color-red-100: #ffe5e6;
|
|
214
|
-
@dt-color-red-200: #ff8585;
|
|
215
|
-
@dt-color-red-300: #ec0e0e;
|
|
216
|
-
@dt-color-red-400: #b70b0b;
|
|
217
|
-
@dt-color-red-500: #5b0505;
|
|
218
|
-
@dt-color-tan-100: #f2f0ee;
|
|
219
|
-
@dt-color-tan-200: #cec8c4;
|
|
220
|
-
@dt-color-tan-300: #87807b;
|
|
221
|
-
@dt-color-tan-400: #3f3d3c;
|
|
222
|
-
@dt-color-tan-500: #121212;
|
|
223
|
-
@dt-color-gradient-magenta-purple: #000000;
|
|
224
|
-
@dt-color-brand-purple: #7c52ff;
|
|
225
|
-
@dt-color-brand-magenta: #f9008e;
|
|
226
|
-
@dt-typography-body-small-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
|
|
227
|
-
@dt-typography-body-small-font-weight: 400;
|
|
228
|
-
@dt-typography-body-small-line-height: 1.4;
|
|
229
|
-
@dt-typography-body-small-font-size: 1.2rem;
|
|
230
|
-
@dt-typography-body-small-text-case: none;
|
|
231
|
-
@dt-typography-body-base-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
|
|
232
|
-
@dt-typography-body-base-font-weight: 400;
|
|
233
|
-
@dt-typography-body-base-line-height: 1.6;
|
|
234
|
-
@dt-typography-body-base-font-size: 1.5rem;
|
|
235
|
-
@dt-typography-body-base-text-case: none;
|
|
236
|
-
@dt-typography-body-compact-small-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
|
|
237
|
-
@dt-typography-body-compact-small-font-weight: 400;
|
|
238
|
-
@dt-typography-body-compact-small-line-height: 1.2;
|
|
239
|
-
@dt-typography-body-compact-small-font-size: 1.2rem;
|
|
240
|
-
@dt-typography-body-compact-small-text-case: none;
|
|
241
|
-
@dt-typography-body-compact-base-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
|
|
242
|
-
@dt-typography-body-compact-base-font-weight: 400;
|
|
243
|
-
@dt-typography-body-compact-base-line-height: 1.4;
|
|
244
|
-
@dt-typography-body-compact-base-font-size: 1.5rem;
|
|
245
|
-
@dt-typography-body-compact-base-text-case: none;
|
|
246
|
-
@dt-typography-headline-eyebrow-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
|
|
247
|
-
@dt-typography-headline-eyebrow-font-weight: 400;
|
|
248
|
-
@dt-typography-headline-eyebrow-line-height: 1.4;
|
|
249
|
-
@dt-typography-headline-eyebrow-font-size: 1.2rem;
|
|
250
|
-
@dt-typography-headline-eyebrow-text-case: uppercase;
|
|
251
|
-
@dt-typography-headline-small-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
|
|
252
|
-
@dt-typography-headline-small-font-weight: 700;
|
|
253
|
-
@dt-typography-headline-small-line-height: 1.4;
|
|
254
|
-
@dt-typography-headline-small-font-size: 1.2rem;
|
|
255
|
-
@dt-typography-headline-small-text-case: none;
|
|
256
|
-
@dt-typography-headline-medium-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
|
|
257
|
-
@dt-typography-headline-medium-font-weight: 700;
|
|
258
|
-
@dt-typography-headline-medium-line-height: 1.6;
|
|
259
|
-
@dt-typography-headline-medium-font-size: 1.5rem;
|
|
260
|
-
@dt-typography-headline-medium-text-case: none;
|
|
261
|
-
@dt-typography-headline-large-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
|
|
262
|
-
@dt-typography-headline-large-font-weight: 700;
|
|
263
|
-
@dt-typography-headline-large-line-height: 1.6;
|
|
264
|
-
@dt-typography-headline-large-font-size: 1.9rem;
|
|
265
|
-
@dt-typography-headline-large-text-case: none;
|
|
266
|
-
@dt-typography-headline-extra-large-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
|
|
267
|
-
@dt-typography-headline-extra-large-font-weight: 500;
|
|
268
|
-
@dt-typography-headline-extra-large-line-height: 1.2;
|
|
269
|
-
@dt-typography-headline-extra-large-font-size: 2.7rem;
|
|
270
|
-
@dt-typography-headline-extra-large-text-case: none;
|
|
271
|
-
@dt-typography-headline-extra-extra-large-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
|
|
272
|
-
@dt-typography-headline-extra-extra-large-font-weight: 500;
|
|
273
|
-
@dt-typography-headline-extra-extra-large-line-height: 1.2;
|
|
274
|
-
@dt-typography-headline-extra-extra-large-font-size: 3.8rem;
|
|
275
|
-
@dt-typography-headline-extra-extra-large-text-case: none;
|
|
276
|
-
@dt-typography-headline-soft-small-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
|
|
277
|
-
@dt-typography-headline-soft-small-font-weight: 500;
|
|
278
|
-
@dt-typography-headline-soft-small-line-height: 1.4;
|
|
279
|
-
@dt-typography-headline-soft-small-font-size: 1.2rem;
|
|
280
|
-
@dt-typography-headline-soft-small-text-case: none;
|
|
281
|
-
@dt-typography-headline-compact-small-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
|
|
282
|
-
@dt-typography-headline-compact-small-font-weight: 700;
|
|
283
|
-
@dt-typography-headline-compact-small-line-height: 1.2;
|
|
284
|
-
@dt-typography-headline-compact-small-font-size: 1.2rem;
|
|
285
|
-
@dt-typography-headline-compact-small-text-case: none;
|
|
286
|
-
@dt-typography-headline-compact-medium-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
|
|
287
|
-
@dt-typography-headline-compact-medium-font-weight: 700;
|
|
288
|
-
@dt-typography-headline-compact-medium-line-height: 1.4;
|
|
289
|
-
@dt-typography-headline-compact-medium-font-size: 1.5rem;
|
|
290
|
-
@dt-typography-headline-compact-medium-text-case: none;
|
|
291
|
-
@dt-typography-headline-compact-large-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
|
|
292
|
-
@dt-typography-headline-compact-large-font-weight: 700;
|
|
293
|
-
@dt-typography-headline-compact-large-line-height: 1.2;
|
|
294
|
-
@dt-typography-headline-compact-large-font-size: 1.9rem;
|
|
295
|
-
@dt-typography-headline-compact-large-text-case: none;
|
|
296
|
-
@dt-typography-headline-compact-soft-small-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
|
|
297
|
-
@dt-typography-headline-compact-soft-small-font-weight: 500;
|
|
298
|
-
@dt-typography-headline-compact-soft-small-line-height: 1.2;
|
|
299
|
-
@dt-typography-headline-compact-soft-small-font-size: 1.2rem;
|
|
300
|
-
@dt-typography-headline-compact-soft-small-text-case: none;
|
|
301
|
-
@dt-typography-label-small-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
|
|
302
|
-
@dt-typography-label-small-font-weight: 600;
|
|
303
|
-
@dt-typography-label-small-line-height: 1.4;
|
|
304
|
-
@dt-typography-label-small-font-size: 1.2rem;
|
|
305
|
-
@dt-typography-label-small-text-case: none;
|
|
306
|
-
@dt-typography-label-base-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
|
|
307
|
-
@dt-typography-label-base-font-weight: 600;
|
|
308
|
-
@dt-typography-label-base-line-height: 1.6;
|
|
309
|
-
@dt-typography-label-base-font-size: 1.5rem;
|
|
310
|
-
@dt-typography-label-base-text-case: none;
|
|
311
|
-
@dt-typography-label-compact-small-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
|
|
312
|
-
@dt-typography-label-compact-small-font-weight: 600;
|
|
313
|
-
@dt-typography-label-compact-small-line-height: 1.2;
|
|
314
|
-
@dt-typography-label-compact-small-font-size: 1.2rem;
|
|
315
|
-
@dt-typography-label-compact-small-text-case: none;
|
|
316
|
-
@dt-typography-label-compact-base-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
|
|
317
|
-
@dt-typography-label-compact-base-font-weight: 600;
|
|
318
|
-
@dt-typography-label-compact-base-line-height: 1.4;
|
|
319
|
-
@dt-typography-label-compact-base-font-size: 1.5rem;
|
|
320
|
-
@dt-typography-label-compact-base-text-case: none;
|
|
321
|
-
@dt-typography-label-compact-plain-small-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
|
|
322
|
-
@dt-typography-label-compact-plain-small-font-weight: 400;
|
|
323
|
-
@dt-typography-label-compact-plain-small-line-height: 1.2;
|
|
324
|
-
@dt-typography-label-compact-plain-small-font-size: 1.2rem;
|
|
325
|
-
@dt-typography-label-compact-plain-small-text-case: none;
|
|
326
|
-
@dt-typography-label-compact-plain-base-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
|
|
327
|
-
@dt-typography-label-compact-plain-base-font-weight: 400;
|
|
328
|
-
@dt-typography-label-compact-plain-base-line-height: 1.4;
|
|
329
|
-
@dt-typography-label-compact-plain-base-font-size: 1.5rem;
|
|
330
|
-
@dt-typography-label-compact-plain-base-text-case: none;
|
|
331
|
-
@dt-typography-label-plain-small-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
|
|
332
|
-
@dt-typography-label-plain-small-font-weight: 400;
|
|
333
|
-
@dt-typography-label-plain-small-line-height: 1.4;
|
|
334
|
-
@dt-typography-label-plain-small-font-size: 1.2rem;
|
|
335
|
-
@dt-typography-label-plain-small-text-case: none;
|
|
336
|
-
@dt-typography-label-plain-base-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
|
|
337
|
-
@dt-typography-label-plain-base-font-weight: 400;
|
|
338
|
-
@dt-typography-label-plain-base-line-height: 1.6;
|
|
339
|
-
@dt-typography-label-plain-base-font-size: 1.5rem;
|
|
340
|
-
@dt-typography-label-plain-base-text-case: none;
|
|
341
|
-
@dt-typography-helper-small-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
|
|
342
|
-
@dt-typography-helper-small-font-weight: 400;
|
|
343
|
-
@dt-typography-helper-small-line-height: 1.2;
|
|
344
|
-
@dt-typography-helper-small-font-size: 1.2rem;
|
|
345
|
-
@dt-typography-helper-small-text-case: none;
|
|
346
|
-
@dt-typography-helper-base-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
|
|
347
|
-
@dt-typography-helper-base-font-weight: 400;
|
|
348
|
-
@dt-typography-helper-base-line-height: 1.4;
|
|
349
|
-
@dt-typography-helper-base-font-size: 1.5rem;
|
|
350
|
-
@dt-typography-helper-base-text-case: none;
|
|
351
|
-
@dt-typography-code-small-font-family: SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
|
352
|
-
@dt-typography-code-small-font-weight: 400;
|
|
353
|
-
@dt-typography-code-small-line-height: 1.2;
|
|
354
|
-
@dt-typography-code-small-font-size: 1.2rem;
|
|
355
|
-
@dt-typography-code-small-text-case: none;
|
|
356
|
-
@dt-typography-code-base-font-family: SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
|
357
|
-
@dt-typography-code-base-font-weight: 400;
|
|
358
|
-
@dt-typography-code-base-line-height: 1.2;
|
|
359
|
-
@dt-typography-code-base-font-size: 1.5rem;
|
|
360
|
-
@dt-typography-code-base-text-case: none;
|
|
361
|
-
@dt-size-0: 0;
|
|
5
|
+
@dt-font-size-100: 1.2rem; // small
|
|
6
|
+
@dt-font-size-200: 1.5rem; // medium / base
|
|
7
|
+
@dt-font-size-300: 1.9rem; // large
|
|
8
|
+
@dt-font-size-400: 2.7rem; // extra large / xl
|
|
9
|
+
@dt-font-size-500: 3.8rem; // extra large / xxl
|
|
10
|
+
@dt-font-size-root: 1rem;
|
|
11
|
+
@dt-font-family-body: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
|
|
12
|
+
@dt-font-family-expressive: Archivo,-apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
|
|
13
|
+
@dt-font-family-mono: SFMono-Regular, '"SF Mono"', Consolas, '"Liberation Mono"', Menlo, Courier, monospace;
|
|
14
|
+
@dt-font-line-height-100: 1;
|
|
15
|
+
@dt-font-line-height-200: 1.2;
|
|
16
|
+
@dt-font-line-height-300: 1.4;
|
|
17
|
+
@dt-font-line-height-400: 1.6;
|
|
18
|
+
@dt-font-line-height-500: 1.8;
|
|
19
|
+
@dt-font-line-height-600: 2;
|
|
20
|
+
@dt-font-weight-normal: 400;
|
|
21
|
+
@dt-font-weight-medium: 500;
|
|
22
|
+
@dt-font-weight-semi-bold: 600;
|
|
23
|
+
@dt-font-weight-bold: 700;
|
|
24
|
+
@dt-font-text-case-uppercase: uppercase;
|
|
25
|
+
@dt-font-text-case-lowercase: lowercase;
|
|
26
|
+
@dt-font-text-case-capitalize: capitalize;
|
|
27
|
+
@dt-font-text-case-none: none;
|
|
28
|
+
@dt-size-0: 0rem;
|
|
362
29
|
@dt-size-50: 0.05rem;
|
|
363
30
|
@dt-size-100: 0.1rem;
|
|
364
31
|
@dt-size-200: 0.2rem;
|
|
@@ -400,14 +67,7 @@
|
|
|
400
67
|
@dt-size-1130: 134rem;
|
|
401
68
|
@dt-size-1150: 153.6rem;
|
|
402
69
|
@dt-size-1200: 204.8rem;
|
|
403
|
-
@dt-size-
|
|
404
|
-
@dt-size-border-50: 0.05rem;
|
|
405
|
-
@dt-size-border-100: 0.1rem;
|
|
406
|
-
@dt-size-border-150: 0.15rem;
|
|
407
|
-
@dt-size-border-200: 0.2rem;
|
|
408
|
-
@dt-size-border-300: 0.4rem;
|
|
409
|
-
@dt-size-border-400: 0.8rem;
|
|
410
|
-
@dt-size-border-focus: 0.3rem;
|
|
70
|
+
@dt-size-base: 0.8rem;
|
|
411
71
|
@dt-size-50-negative: -0.05rem;
|
|
412
72
|
@dt-size-100-negative: -0.1rem;
|
|
413
73
|
@dt-size-200-negative: -0.2rem;
|
|
@@ -466,8 +126,15 @@
|
|
|
466
126
|
@dt-size-90-percent: 90%;
|
|
467
127
|
@dt-size-95-percent: 95%;
|
|
468
128
|
@dt-size-100-percent: 100%;
|
|
469
|
-
@dt-size-
|
|
470
|
-
@dt-size-
|
|
129
|
+
@dt-size-border-0: 0rem;
|
|
130
|
+
@dt-size-border-50: 0.05rem;
|
|
131
|
+
@dt-size-border-100: 0.1rem;
|
|
132
|
+
@dt-size-border-150: 0.15rem;
|
|
133
|
+
@dt-size-border-200: 0.2rem;
|
|
134
|
+
@dt-size-border-300: 0.4rem;
|
|
135
|
+
@dt-size-border-400: 0.8rem;
|
|
136
|
+
@dt-size-border-focus: 0.3rem;
|
|
137
|
+
@dt-size-radius-0: 0rem;
|
|
471
138
|
@dt-size-radius-100: 0.1rem;
|
|
472
139
|
@dt-size-radius-200: 0.2rem;
|
|
473
140
|
@dt-size-radius-300: 0.4rem;
|
|
@@ -476,151 +143,7 @@
|
|
|
476
143
|
@dt-size-radius-600: 3.2rem;
|
|
477
144
|
@dt-size-radius-pill: 10rem;
|
|
478
145
|
@dt-size-radius-circle: 50%;
|
|
479
|
-
@dt-
|
|
480
|
-
@dt-inputs-size-border-status: 0.2rem;
|
|
481
|
-
@dt-inputs-size-radius-xs: 0.4rem;
|
|
482
|
-
@dt-inputs-size-radius-sm: 0.8rem;
|
|
483
|
-
@dt-inputs-size-radius-md: 0.8rem;
|
|
484
|
-
@dt-inputs-size-radius-lg: 1.2rem;
|
|
485
|
-
@dt-inputs-size-radius-xl: 1.6rem;
|
|
486
|
-
@dt-inputs-line-height-default: 1.2;
|
|
487
|
-
@dt-inputs-font-size-xs: 1.2rem;
|
|
488
|
-
@dt-inputs-font-size-sm: 1.2rem;
|
|
489
|
-
@dt-inputs-font-size-md: 1.5rem;
|
|
490
|
-
@dt-inputs-font-size-lg: 1.9rem;
|
|
491
|
-
@dt-inputs-font-size-xl: 2.7rem;
|
|
492
|
-
@dt-inputs-color-foreground-default: #3A3A3A;
|
|
493
|
-
@dt-inputs-color-foreground-placeholder: #808080;
|
|
494
|
-
@dt-inputs-color-foreground-disabled: #808080;
|
|
495
|
-
@dt-inputs-color-border-default: #0000001a;
|
|
496
|
-
@dt-inputs-color-border-focus: #51A0FE;
|
|
497
|
-
@dt-inputs-color-border-critical: #EC0E0E;
|
|
498
|
-
@dt-inputs-color-border-success: #1AA340;
|
|
499
|
-
@dt-inputs-color-border-warning: #D28F2B;
|
|
500
|
-
@dt-inputs-color-border-disabled: transparent;
|
|
501
|
-
@dt-inputs-color-background-default: #00000008;
|
|
502
|
-
@dt-inputs-color-background-focus: #00000003;
|
|
503
|
-
@dt-inputs-color-background-disabled: #0000001f;
|
|
504
|
-
@dt-action-color-foreground-base-default: #7C52FF;
|
|
505
|
-
@dt-action-color-foreground-base-hover: #551FFF;
|
|
506
|
-
@dt-action-color-foreground-base-active: #551FFF;
|
|
507
|
-
@dt-action-color-foreground-base-primary-default: #ffffff;
|
|
508
|
-
@dt-action-color-foreground-critical-default: #EC0E0E;
|
|
509
|
-
@dt-action-color-foreground-critical-hover: #D90D0D;
|
|
510
|
-
@dt-action-color-foreground-critical-active: #D90D0D;
|
|
511
|
-
@dt-action-color-foreground-critical-primary-default: #ffffff;
|
|
512
|
-
@dt-action-color-foreground-inverted-default: #ffffff;
|
|
513
|
-
@dt-action-color-foreground-inverted-hover: #ffffff;
|
|
514
|
-
@dt-action-color-foreground-inverted-active: #ffffff;
|
|
515
|
-
@dt-action-color-foreground-inverted-primary-default: #7C52FF;
|
|
516
|
-
@dt-action-color-foreground-inverted-primary-hover: #3A1D95;
|
|
517
|
-
@dt-action-color-foreground-inverted-primary-active: #3A1D95;
|
|
518
|
-
@dt-action-color-foreground-muted-default: #3A3A3A;
|
|
519
|
-
@dt-action-color-foreground-muted-hover: #3A3A3A;
|
|
520
|
-
@dt-action-color-foreground-muted-active: #3A3A3A;
|
|
521
|
-
@dt-action-color-foreground-disabled-default: #808080;
|
|
522
|
-
@dt-action-color-background-base-default: transparent;
|
|
523
|
-
@dt-action-color-background-base-hover: #7c52ff24;
|
|
524
|
-
@dt-action-color-background-base-active: #7c52ff2e;
|
|
525
|
-
@dt-action-color-background-base-primary-default: #7C52FF;
|
|
526
|
-
@dt-action-color-background-base-primary-hover: #6533FF;
|
|
527
|
-
@dt-action-color-background-base-primary-active: #4D14FF;
|
|
528
|
-
@dt-action-color-background-critical-default: transparent;
|
|
529
|
-
@dt-action-color-background-critical-hover: #ec0e0e08;
|
|
530
|
-
@dt-action-color-background-critical-active: #ec0e0e17;
|
|
531
|
-
@dt-action-color-background-critical-primary-default: #EC0E0E;
|
|
532
|
-
@dt-action-color-background-critical-primary-hover: #D90D0D;
|
|
533
|
-
@dt-action-color-background-critical-primary-active: #C50C0C;
|
|
534
|
-
@dt-action-color-background-inverted-default: transparent;
|
|
535
|
-
@dt-action-color-background-inverted-hover: #ffffff26;
|
|
536
|
-
@dt-action-color-background-inverted-active: #ffffff4d;
|
|
537
|
-
@dt-action-color-background-inverted-primary-default: #ffffff;
|
|
538
|
-
@dt-action-color-background-inverted-primary-hover: #F5F0FF;
|
|
539
|
-
@dt-action-color-background-inverted-primary-active: #E1D1FF;
|
|
540
|
-
@dt-action-color-background-muted-default: transparent;
|
|
541
|
-
@dt-action-color-background-muted-hover: #2222221a;
|
|
542
|
-
@dt-action-color-background-muted-active: #22222229;
|
|
543
|
-
@dt-action-color-background-disabled-default: #D2D2D2;
|
|
544
|
-
@dt-action-color-border-base-outlined-default: #7C52FF;
|
|
545
|
-
@dt-action-color-border-critical-outlined-default: #EC0E0E;
|
|
546
|
-
@dt-action-color-border-inverted-outlined-default: #F9F9F9;
|
|
547
|
-
@dt-action-color-border-muted-outlined-default: #555555;
|
|
548
|
-
@dt-theme-color-base: #000000;
|
|
549
|
-
@dt-theme-topbar-color-foreground: #000000bf;
|
|
550
|
-
@dt-theme-topbar-color-background: #F9F9F9;
|
|
551
|
-
@dt-theme-topbar-field-color-foreground: #00000080;
|
|
552
|
-
@dt-theme-topbar-field-color-foreground-hover: #000000bf;
|
|
553
|
-
@dt-theme-topbar-field-color-background: #0000000d;
|
|
554
|
-
@dt-theme-topbar-field-color-background-hover: #fff;
|
|
555
|
-
@dt-theme-topbar-field-color-border: #0000;
|
|
556
|
-
@dt-theme-topbar-field-color-border-hover: #0000001a;
|
|
557
|
-
@dt-theme-topbar-field-color-border-active: #0003;
|
|
558
|
-
@dt-theme-topbar-button-color-foreground: #000000a6;
|
|
559
|
-
@dt-theme-topbar-button-color-foreground-hover: #000000;
|
|
560
|
-
@dt-theme-topbar-button-color-background: #0000;
|
|
561
|
-
@dt-theme-topbar-button-color-background-hover: #0000000d;
|
|
562
|
-
@dt-theme-topbar-button-color-background-active: #0000001a;
|
|
563
|
-
@dt-theme-topbar-profile-color-foreground: #000000bf;
|
|
564
|
-
@dt-theme-topbar-profile-color-foreground-inverted: #ffffffbf;
|
|
565
|
-
@dt-theme-topbar-profile-color-background: #0000000d;
|
|
566
|
-
@dt-theme-topbar-profile-color-background-inverted: #000000bf;
|
|
567
|
-
@dt-theme-topbar-profile-color-background-hover: #0000001a;
|
|
568
|
-
@dt-theme-topbar-profile-color-background-active: #00000024;
|
|
569
|
-
@dt-theme-sidebar-color-foreground: #3A3A3A;
|
|
570
|
-
@dt-theme-sidebar-color-foreground-unread: #000000;
|
|
571
|
-
@dt-theme-sidebar-color-background: #F9F9F9;
|
|
572
|
-
@dt-theme-sidebar-icon-color-foreground: #3A3A3A;
|
|
573
|
-
@dt-theme-sidebar-status-color-foreground: #555555;
|
|
574
|
-
@dt-theme-sidebar-row-color-background: #0000;
|
|
575
|
-
@dt-theme-sidebar-row-color-background-hover: #0000001f;
|
|
576
|
-
@dt-theme-sidebar-row-color-background-active: #00000029;
|
|
577
|
-
@dt-theme-sidebar-selected-row-color-foreground: #000000;
|
|
578
|
-
@dt-theme-sidebar-selected-row-color-background: #0000001a;
|
|
579
|
-
@dt-theme-sidebar-section-color-foreground: #555555;
|
|
580
|
-
@dt-theme-presence-color-background-available: #1AA340;
|
|
581
|
-
@dt-theme-presence-color-background-busy-unavailable: #EC0E0E;
|
|
582
|
-
@dt-theme-presence-color-background-busy: #F6AB3C;
|
|
583
|
-
@dt-theme-presence-color-background-offline: #ffffff;
|
|
584
|
-
@dt-theme-mention-color-foreground: #ffffff;
|
|
585
|
-
@dt-theme-mention-color-background: #7C52FF;
|
|
586
|
-
@dt-opacity-0: 0;
|
|
587
|
-
@dt-opacity-100: 0.05;
|
|
588
|
-
@dt-opacity-200: 0.1;
|
|
589
|
-
@dt-opacity-300: 0.2;
|
|
590
|
-
@dt-opacity-400: 0.25;
|
|
591
|
-
@dt-opacity-500: 0.3;
|
|
592
|
-
@dt-opacity-600: 0.4;
|
|
593
|
-
@dt-opacity-700: 0.5;
|
|
594
|
-
@dt-opacity-800: 0.6;
|
|
595
|
-
@dt-opacity-900: 0.7;
|
|
596
|
-
@dt-opacity-1000: 0.75;
|
|
597
|
-
@dt-opacity-1100: 0.8;
|
|
598
|
-
@dt-opacity-1200: 0.9;
|
|
599
|
-
@dt-opacity-1300: 1;
|
|
600
|
-
@dt-font-family-body: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
601
|
-
@dt-font-family-expressive: Archivo,-apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
602
|
-
@dt-font-family-mono: SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
|
|
603
|
-
@dt-font-size-100: 1.2rem;
|
|
604
|
-
@dt-font-size-200: 1.5rem;
|
|
605
|
-
@dt-font-size-300: 1.9rem;
|
|
606
|
-
@dt-font-size-400: 2.7rem;
|
|
607
|
-
@dt-font-size-500: 3.8rem;
|
|
608
|
-
@dt-font-size-root: 1rem;
|
|
609
|
-
@dt-font-line-height-100: 1;
|
|
610
|
-
@dt-font-line-height-200: 1.2;
|
|
611
|
-
@dt-font-line-height-300: 1.4;
|
|
612
|
-
@dt-font-line-height-400: 1.6;
|
|
613
|
-
@dt-font-line-height-500: 1.8;
|
|
614
|
-
@dt-font-line-height-600: 2;
|
|
615
|
-
@dt-font-weight-normal: 400;
|
|
616
|
-
@dt-font-weight-medium: 500;
|
|
617
|
-
@dt-font-weight-semi-bold: 600;
|
|
618
|
-
@dt-font-weight-bold: 700;
|
|
619
|
-
@dt-font-text-case-uppercase: uppercase;
|
|
620
|
-
@dt-font-text-case-lowercase: lowercase;
|
|
621
|
-
@dt-font-text-case-capitalize: capitalize;
|
|
622
|
-
@dt-font-text-case-none: none;
|
|
623
|
-
@dt-space-0: 0;
|
|
146
|
+
@dt-space-0: 0rem;
|
|
624
147
|
@dt-space-50: 0.05rem;
|
|
625
148
|
@dt-space-100: 0.1rem;
|
|
626
149
|
@dt-space-200: 0.2rem;
|
|
@@ -662,6 +185,7 @@
|
|
|
662
185
|
@dt-space-1130: 134rem;
|
|
663
186
|
@dt-space-1150: 153.6rem;
|
|
664
187
|
@dt-space-1200: 204.8rem;
|
|
188
|
+
@dt-space-base: 0.8rem;
|
|
665
189
|
@dt-space-50-negative: -0.05rem;
|
|
666
190
|
@dt-space-100-negative: -0.1rem;
|
|
667
191
|
@dt-space-200-negative: -0.2rem;
|
|
@@ -720,64 +244,550 @@
|
|
|
720
244
|
@dt-space-90-percent: 90%;
|
|
721
245
|
@dt-space-95-percent: 95%;
|
|
722
246
|
@dt-space-100-percent: 100%;
|
|
723
|
-
@dt-
|
|
724
|
-
@dt-
|
|
725
|
-
@dt-
|
|
726
|
-
@dt-
|
|
727
|
-
@dt-
|
|
728
|
-
@dt-
|
|
729
|
-
@dt-
|
|
730
|
-
@dt-
|
|
731
|
-
@dt-
|
|
732
|
-
@dt-
|
|
733
|
-
@dt-
|
|
734
|
-
@dt-
|
|
735
|
-
@dt-
|
|
736
|
-
@dt-
|
|
737
|
-
@dt-
|
|
738
|
-
@dt-
|
|
739
|
-
@dt-
|
|
740
|
-
@dt-
|
|
741
|
-
@dt-
|
|
742
|
-
@dt-
|
|
743
|
-
@dt-
|
|
744
|
-
@dt-
|
|
745
|
-
@dt-
|
|
746
|
-
@dt-
|
|
747
|
-
@dt-
|
|
748
|
-
@dt-
|
|
749
|
-
@dt-
|
|
750
|
-
@dt-
|
|
751
|
-
@dt-
|
|
752
|
-
@dt-
|
|
753
|
-
@dt-
|
|
754
|
-
@dt-
|
|
755
|
-
@dt-
|
|
756
|
-
@dt-
|
|
757
|
-
@dt-
|
|
758
|
-
@dt-
|
|
247
|
+
@dt-color-neutral-white: #ffffff;
|
|
248
|
+
@dt-color-neutral-black: #000000;
|
|
249
|
+
@dt-color-neutral-transparent: transparent;
|
|
250
|
+
@dt-color-black-100: #F9F9F9;
|
|
251
|
+
@dt-color-black-200: #E9E9E9;
|
|
252
|
+
@dt-color-black-300: #D2D2D2;
|
|
253
|
+
@dt-color-black-400: #AAAAAA;
|
|
254
|
+
@dt-color-black-500: #808080;
|
|
255
|
+
@dt-color-black-600: #555555;
|
|
256
|
+
@dt-color-black-700: #3A3A3A;
|
|
257
|
+
@dt-color-black-800: #222222;
|
|
258
|
+
@dt-color-black-900: #000000;
|
|
259
|
+
@dt-color-purple-100: #F5F0FF;
|
|
260
|
+
@dt-color-purple-200: #DAC7FF;
|
|
261
|
+
@dt-color-purple-300: #AB7EFF;
|
|
262
|
+
@dt-color-purple-400: #7C52FF;
|
|
263
|
+
@dt-color-purple-500: #3A1D95;
|
|
264
|
+
@dt-color-purple-600: #10022C;
|
|
265
|
+
@dt-color-blue-100: #EAF2FA;
|
|
266
|
+
@dt-color-blue-200: #99C8FF;
|
|
267
|
+
@dt-color-blue-300: #51A0FE;
|
|
268
|
+
@dt-color-blue-400: #1768C6;
|
|
269
|
+
@dt-color-blue-500: #01326D;
|
|
270
|
+
@dt-color-magenta-100: #FFE0F2;
|
|
271
|
+
@dt-color-magenta-200: #F985C7;
|
|
272
|
+
@dt-color-magenta-300: #F9008E;
|
|
273
|
+
@dt-color-magenta-400: #8C0E56;
|
|
274
|
+
@dt-color-magenta-500: #541A3B;
|
|
275
|
+
@dt-color-gold-100: #FFF4CC;
|
|
276
|
+
@dt-color-gold-200: #FFDB80;
|
|
277
|
+
@dt-color-gold-300: #F6AB3C;
|
|
278
|
+
@dt-color-gold-400: #D28F2B;
|
|
279
|
+
@dt-color-gold-500: #815008;
|
|
280
|
+
@dt-color-green-100: #EDF9EB;
|
|
281
|
+
@dt-color-green-200: #B0FFA3;
|
|
282
|
+
@dt-color-green-300: #45F777;
|
|
283
|
+
@dt-color-green-400: #1AA340;
|
|
284
|
+
@dt-color-green-500: #124620;
|
|
285
|
+
@dt-color-red-100: #FFE5E6;
|
|
286
|
+
@dt-color-red-200: #FF8585;
|
|
287
|
+
@dt-color-red-300: #EC0E0E;
|
|
288
|
+
@dt-color-red-400: #B70B0B;
|
|
289
|
+
@dt-color-red-500: #5B0505;
|
|
290
|
+
@dt-color-tan-100: #F2F0EE;
|
|
291
|
+
@dt-color-tan-200: #CEC8C4;
|
|
292
|
+
@dt-color-tan-300: #87807B;
|
|
293
|
+
@dt-color-tan-400: #3F3D3C;
|
|
294
|
+
@dt-color-tan-500: #121212;
|
|
295
|
+
@dt-color-gradient-magenta-purple: linear-gradient(135deg, #F9008E 10%, #7C52FF 90%);
|
|
296
|
+
@dt-color-brand-purple: #7C52FF;
|
|
297
|
+
@dt-color-brand-magenta: #F9008E;
|
|
298
|
+
@dt-color-foreground-primary: #000000; // Default text color throughout the UI.
|
|
299
|
+
@dt-color-foreground-secondary: #3A3A3A; // Example uses include introduction paragraphs, labels, and descriptions paired with form elements.
|
|
300
|
+
@dt-color-foreground-tertiary: #555555; // Used to imply visual hierarchy relative to primary and secondary text colors, e.g. headlines and labels.
|
|
301
|
+
@dt-color-foreground-muted: hsl(0 0% 13.3% / 0.5);
|
|
302
|
+
@dt-color-foreground-placeholder: #808080; // Text color for placeholder text within form elements.
|
|
303
|
+
@dt-color-foreground-disabled: #808080; // Used for text paired with disabled content or components, like the form elements.
|
|
304
|
+
@dt-color-foreground-critical: #EC0E0E; // Expresses an error, danger, or otherwise critical state.
|
|
305
|
+
@dt-color-foreground-critical-strong: #B70B0B; // Expresses an error, danger, or otherwise critical state on surfaces that require a stronger contrast.
|
|
306
|
+
@dt-color-foreground-success: #1AA340; // Indicates a positive state.
|
|
307
|
+
@dt-color-foreground-success-strong: #124620; // Indicates a strong positive state on surfaces that require a stronger contrast.
|
|
308
|
+
@dt-color-foreground-warning: #815008; // Indicates information that requires user’s attention and further action may be necessary.
|
|
309
|
+
@dt-color-foreground-primary-inverted: #ffffff; // Primary text that sits on high-contrast surfaces or backgrounds.
|
|
310
|
+
@dt-color-foreground-secondary-inverted: #E9E9E9; // Secondary text color that sits on high-contrast surfaces or backgrounds.
|
|
311
|
+
@dt-color-foreground-tertiary-inverted: #D2D2D2; // Tertiary text color that sits on high-contrast surfaces or backgrounds.
|
|
312
|
+
@dt-color-foreground-muted-inverted: hsl(0 0% 91.4% / 0.6); // Muted text color that sits on high-contrast surfaces or backgrounds.
|
|
313
|
+
@dt-color-foreground-placeholder-inverted: #808080; // Placeholder text color that sits on high-contrast surfaces or backgrounds.
|
|
314
|
+
@dt-color-foreground-disabled-inverted: #808080; // Disabled text color that sits on high-contrast surfaces or backgrounds.
|
|
315
|
+
@dt-color-foreground-critical-inverted: #FF8585; // Critical text that sits on high-contrast surfaces or backgrounds
|
|
316
|
+
@dt-color-foreground-critical-strong-inverted: hsl(0 100% 82.1%); // Critical strong text that sits on high-contrast surfaces or backgrounds
|
|
317
|
+
@dt-color-foreground-success-inverted: #B0FFA3; // Success text that sits on high-contrast surfaces or backgrounds
|
|
318
|
+
@dt-color-foreground-success-strong-inverted: hsl(112 100% 90.1%); // Success strong text that sits on high-contrast surfaces or backgrounds
|
|
319
|
+
@dt-color-foreground-warning-inverted: #FFF4CC; // Warning text that sits on high-contrast surfaces or backgrounds
|
|
320
|
+
@dt-color-link-primary: #7C52FF;
|
|
321
|
+
@dt-color-link-critical: #EC0E0E;
|
|
322
|
+
@dt-color-link-success: #1AA340; // positive
|
|
323
|
+
@dt-color-link-warning: #815008;
|
|
324
|
+
@dt-color-link-muted: #3A3A3A;
|
|
325
|
+
@dt-color-link-disabled: #808080;
|
|
326
|
+
@dt-color-link-primary-inverted: #AB7EFF;
|
|
327
|
+
@dt-color-link-critical-inverted: #FF8585;
|
|
328
|
+
@dt-color-link-success-inverted: #B0FFA3;
|
|
329
|
+
@dt-color-link-warning-inverted: #FFF4CC;
|
|
330
|
+
@dt-color-link-muted-inverted: #E9E9E9;
|
|
331
|
+
@dt-color-link-disabled-inverted: #808080;
|
|
332
|
+
@dt-color-link-primary-hover: #3A1D95;
|
|
333
|
+
@dt-color-link-critical-hover: #B70B0B;
|
|
334
|
+
@dt-color-link-success-hover: #124620;
|
|
335
|
+
@dt-color-link-warning-hover: #555555;
|
|
336
|
+
@dt-color-link-muted-hover: #000000;
|
|
337
|
+
@dt-color-link-disabled-hover: #808080;
|
|
338
|
+
@dt-color-link-primary-inverted-hover: #DAC7FF;
|
|
339
|
+
@dt-color-link-critical-inverted-hover: hsl(0 100% 82.1%);
|
|
340
|
+
@dt-color-link-success-inverted-hover: hsl(112 100% 90.1%);
|
|
341
|
+
@dt-color-link-warning-inverted-hover: #F9F9F9;
|
|
342
|
+
@dt-color-link-muted-inverted-hover: #F9F9F9;
|
|
343
|
+
@dt-color-link-disabled-inverted-hover: #808080;
|
|
344
|
+
@dt-color-surface-secondary-opaque: hsl(0 0% 0% / 0.02); // Secondary surface as opaque background color.
|
|
345
|
+
@dt-color-surface-moderate-opaque: hsl(0 0% 0% / 0.09); // Moderate surface as opaque background color.
|
|
346
|
+
@dt-color-surface-bold-opaque: hsl(0 0% 0% / 0.18); // Bold surface as opaque background color.
|
|
347
|
+
@dt-color-surface-strong-opaque: hsl(0 0% 0% / 0.67); // Strong surface as opaque background color.
|
|
348
|
+
@dt-color-surface-contrast-opaque: hsl(0 0% 0% / 0.87); // Contrast surface as opaque background color.
|
|
349
|
+
@dt-color-surface-backdrop: hsl(0 0% 0% / 0.7); // Background color for a modal-like backdrop.
|
|
350
|
+
@dt-color-surface-critical-opaque: hsl(0 88.8% 49% / 0.11); // Critical surface as opaque background color.
|
|
351
|
+
@dt-color-surface-critical-subtle-opaque: hsl(0 88.8% 49% / 0.05); // Critical subtle surface as opaque background color.
|
|
352
|
+
@dt-color-surface-warning-opaque: hsl(43 100% 75.1% / 0.38); // Warning surface as opaque background color
|
|
353
|
+
@dt-color-surface-warning-subtle-opaque: hsl(43 100% 75.1% / 0.18); // Warning subtle surface as opaque background color
|
|
354
|
+
@dt-color-surface-success-opaque: hsl(137 72.5% 37.1% / 0.08); // Success surface as opaque background color.
|
|
355
|
+
@dt-color-surface-success-subtle-opaque: hsl(137 72.5% 37.1% / 0.03); // Success subtle surface as opaque background color.
|
|
356
|
+
@dt-color-surface-info-opaque: hsl(212 79.2% 43.3% / 0.09); // Info surface as opaque background color.
|
|
357
|
+
@dt-color-surface-info-subtle-opaque: hsl(212 79.2% 43.3% / 0.04); // Info surface as opaque background color.
|
|
358
|
+
@dt-color-surface-primary: #ffffff; // Default surface color for the majority of surfaces.
|
|
359
|
+
@dt-color-surface-secondary: #F9F9F9; // For adjacent or complementary regions.
|
|
360
|
+
@dt-color-surface-moderate: #E9E9E9; // A tertiary surface level, prominent without being too overpowering.
|
|
361
|
+
@dt-color-surface-bold: #D2D2D2; // Highlight or call attention to specific areas of the interface.
|
|
362
|
+
@dt-color-surface-strong: #555555; // Use sparingly to draw the eye to a relatively important region.
|
|
363
|
+
@dt-color-surface-contrast: #222222; // An inverted surface for lightened content and elements, most likely paired with inverted foreground colors.
|
|
364
|
+
@dt-color-surface-critical: #FFE5E6; // Background surface color containing error, danger, or otherwise critical messaging or elements.
|
|
365
|
+
@dt-color-surface-critical-subtle: hsl(358 100% 97.5%); // A softer version of the Critical surface.
|
|
366
|
+
@dt-color-surface-critical-strong: #B70B0B; // A contrasting critical surface, most likely paired with inverted foreground colors.
|
|
367
|
+
@dt-color-surface-warning: #FFF4CC; // Background surface color highlighting messaging or elements that may require user's attention.
|
|
368
|
+
@dt-color-surface-warning-subtle: hsl(47.1 100% 95%); // A softer version of the default warning surface.
|
|
369
|
+
@dt-color-surface-warning-strong: #FFDB80; // A contrasting warning surface, most likely paired with inverted foreground colors.
|
|
370
|
+
@dt-color-surface-success: #EDF9EB; // Background surface color containing messaging or elements expressing a positive or successful state.
|
|
371
|
+
@dt-color-surface-success-subtle: hsl(111 53.8% 98%); // A softer version of the default success surface.
|
|
372
|
+
@dt-color-surface-success-strong: #1AA340; // A contrasting positive state surface, most likely paired with inverted foreground colors.
|
|
373
|
+
@dt-color-surface-info: #EAF2FA; // Background surface color containing messaging or elements communicated as generally informational.
|
|
374
|
+
@dt-color-surface-info-subtle: hsl(210 61.5% 97.5%); // A softer version of the default informational surface.
|
|
375
|
+
@dt-color-surface-info-strong: #1768C6; // A contrasting informational surface, most likely paired with inverted foreground colors.
|
|
376
|
+
@dt-color-border-subtle: hsl(0 0% 0% / 0.1);
|
|
377
|
+
@dt-color-border-default: hsl(0 0% 0% / 0.18);
|
|
378
|
+
@dt-color-border-moderate: hsl(0 0% 0% / 0.34);
|
|
379
|
+
@dt-color-border-bold: hsl(0 0% 0% / 0.5);
|
|
380
|
+
@dt-color-border-subtle-inverted: hsl(0 0% 100% / 0.14);
|
|
381
|
+
@dt-color-border-default-inverted: hsl(0 0% 100% / 0.22);
|
|
382
|
+
@dt-color-border-moderate-inverted: hsl(0 0% 100% / 0.38);
|
|
383
|
+
@dt-color-border-bold-inverted: hsl(0 0% 100% / 0.5);
|
|
384
|
+
@dt-color-border-focus: #51A0FE;
|
|
385
|
+
@dt-color-border-critical: #EC0E0E;
|
|
386
|
+
@dt-color-border-success: #1AA340;
|
|
387
|
+
@dt-color-border-warning: #D28F2B;
|
|
388
|
+
@dt-color-border-brand: #7C52FF;
|
|
389
|
+
@dt-color-border-ai: linear-gradient(135deg, #F9008E 10%, #7C52FF 90%);
|
|
390
|
+
@dt-color-border-accent: #F9008E;
|
|
391
|
+
@dt-color-border-critical-subtle: #FF8585;
|
|
392
|
+
@dt-color-border-critical-strong: #B70B0B;
|
|
393
|
+
@dt-color-border-success-subtle: #B0FFA3;
|
|
394
|
+
@dt-color-border-success-strong: #124620;
|
|
395
|
+
@dt-color-border-warning-subtle: #FFDB80;
|
|
396
|
+
@dt-color-border-warning-strong: hsl(35.7 88.3% 21.5%);
|
|
397
|
+
@dt-color-border-brand-subtle: #DAC7FF;
|
|
398
|
+
@dt-color-border-brand-strong: #3A1D95;
|
|
399
|
+
@dt-color-border-critical-inverted: #FF8585;
|
|
400
|
+
@dt-color-border-success-inverted: #B0FFA3;
|
|
401
|
+
@dt-color-border-warning-inverted: #FFDB80;
|
|
402
|
+
@dt-color-border-brand-inverted: #7C52FF;
|
|
403
|
+
@dt-color-border-critical-subtle-inverted: #B70B0B;
|
|
404
|
+
@dt-color-border-critical-strong-inverted: #FFE5E6;
|
|
405
|
+
@dt-color-border-success-subtle-inverted: #1AA340;
|
|
406
|
+
@dt-color-border-success-strong-inverted: #EDF9EB;
|
|
407
|
+
@dt-color-border-warning-subtle-inverted: #D28F2B;
|
|
408
|
+
@dt-color-border-warning-strong-inverted: #FFF4CC;
|
|
409
|
+
@dt-color-border-brand-subtle-inverted: #3A1D95;
|
|
410
|
+
@dt-color-border-brand-strong-inverted: #DAC7FF;
|
|
411
|
+
@dt-opacity-0: 0;
|
|
412
|
+
@dt-opacity-100: .05;
|
|
413
|
+
@dt-opacity-200: .1;
|
|
414
|
+
@dt-opacity-300: .2;
|
|
415
|
+
@dt-opacity-400: .25;
|
|
416
|
+
@dt-opacity-500: .3;
|
|
417
|
+
@dt-opacity-600: .4;
|
|
418
|
+
@dt-opacity-700: .5;
|
|
419
|
+
@dt-opacity-800: .6;
|
|
420
|
+
@dt-opacity-900: .7;
|
|
421
|
+
@dt-opacity-1000: .75;
|
|
422
|
+
@dt-opacity-1100: .8;
|
|
423
|
+
@dt-opacity-1200: .9;
|
|
424
|
+
@dt-opacity-1300: 1;
|
|
425
|
+
@dt-shadow-small-1-x: 0rem;
|
|
426
|
+
@dt-shadow-small-1-y: 0.2rem;
|
|
427
|
+
@dt-shadow-small-1-blur: 0.4rem;
|
|
428
|
+
@dt-shadow-small-1-spread: 0rem;
|
|
429
|
+
@dt-shadow-small-1-color: rgba(0, 0, 0, 0.15);
|
|
430
|
+
@dt-shadow-small-1-type: dropShadow;
|
|
431
|
+
@dt-shadow-medium-1-x: 0rem;
|
|
432
|
+
@dt-shadow-medium-1-y: 0.2rem;
|
|
433
|
+
@dt-shadow-medium-1-blur: 0.8rem;
|
|
434
|
+
@dt-shadow-medium-1-spread: 0rem;
|
|
435
|
+
@dt-shadow-medium-1-color: rgba(0, 0, 0, 0.25);
|
|
436
|
+
@dt-shadow-medium-1-type: dropShadow;
|
|
437
|
+
@dt-shadow-large-1-x: 0rem;
|
|
438
|
+
@dt-shadow-large-1-y: 0.2rem;
|
|
439
|
+
@dt-shadow-large-1-blur: 1.6rem;
|
|
440
|
+
@dt-shadow-large-1-spread: 0rem;
|
|
441
|
+
@dt-shadow-large-1-color: rgba(0, 0, 0, 0.3);
|
|
442
|
+
@dt-shadow-large-1-type: dropShadow;
|
|
443
|
+
@dt-shadow-extra-large-1-x: 0rem;
|
|
444
|
+
@dt-shadow-extra-large-1-y: 0.2rem;
|
|
445
|
+
@dt-shadow-extra-large-1-blur: 3.2rem;
|
|
446
|
+
@dt-shadow-extra-large-1-spread: 0rem;
|
|
447
|
+
@dt-shadow-extra-large-1-color: rgba(0, 0, 0, 0.3);
|
|
448
|
+
@dt-shadow-extra-large-1-type: dropShadow;
|
|
449
|
+
@dt-shadow-card-1-x: 0rem;
|
|
450
|
+
@dt-shadow-card-1-y: 0.1rem;
|
|
451
|
+
@dt-shadow-card-1-blur: 0.2rem;
|
|
452
|
+
@dt-shadow-card-1-spread: 0rem;
|
|
453
|
+
@dt-shadow-card-1-color: rgba(0, 0, 0, 0.03);
|
|
759
454
|
@dt-shadow-card-1-type: dropShadow;
|
|
760
|
-
@dt-shadow-card-2-x:
|
|
455
|
+
@dt-shadow-card-2-x: 0rem;
|
|
761
456
|
@dt-shadow-card-2-y: 0.2rem;
|
|
762
|
-
@dt-shadow-card-2-blur:
|
|
763
|
-
@dt-shadow-card-2-spread:
|
|
764
|
-
@dt-shadow-card-2-color:
|
|
457
|
+
@dt-shadow-card-2-blur: 0.4rem;
|
|
458
|
+
@dt-shadow-card-2-spread: 0rem;
|
|
459
|
+
@dt-shadow-card-2-color: rgba(0, 0, 0, 0.04);
|
|
765
460
|
@dt-shadow-card-2-type: dropShadow;
|
|
766
|
-
@dt-shadow-
|
|
767
|
-
@dt-shadow-
|
|
768
|
-
@dt-shadow-
|
|
769
|
-
@dt-shadow-
|
|
770
|
-
@dt-shadow-
|
|
771
|
-
@dt-shadow-
|
|
772
|
-
@dt-shadow-focus-1-x:
|
|
773
|
-
@dt-shadow-focus-1-y:
|
|
774
|
-
@dt-shadow-focus-1-blur:
|
|
775
|
-
@dt-shadow-focus-1-spread: 0.
|
|
776
|
-
@dt-shadow-focus-1-color: #
|
|
461
|
+
@dt-shadow-card-3-x: 0rem;
|
|
462
|
+
@dt-shadow-card-3-y: 0.2rem;
|
|
463
|
+
@dt-shadow-card-3-blur: 1.6rem;
|
|
464
|
+
@dt-shadow-card-3-spread: 0rem;
|
|
465
|
+
@dt-shadow-card-3-color: rgba(0, 0, 0, 0.08);
|
|
466
|
+
@dt-shadow-card-3-type: dropShadow;
|
|
467
|
+
@dt-shadow-focus-1-x: 0rem;
|
|
468
|
+
@dt-shadow-focus-1-y: 0rem;
|
|
469
|
+
@dt-shadow-focus-1-blur: 0rem;
|
|
470
|
+
@dt-shadow-focus-1-spread: 0.1rem;
|
|
471
|
+
@dt-shadow-focus-1-color: #F9F9F9;
|
|
777
472
|
@dt-shadow-focus-1-type: dropShadow;
|
|
778
|
-
@dt-shadow-focus-
|
|
779
|
-
@dt-shadow-focus-
|
|
780
|
-
@dt-shadow-focus-
|
|
781
|
-
@dt-shadow-focus-
|
|
782
|
-
@dt-shadow-focus-
|
|
783
|
-
@dt-shadow-focus-
|
|
473
|
+
@dt-shadow-focus-2-x: 0rem;
|
|
474
|
+
@dt-shadow-focus-2-y: 0rem;
|
|
475
|
+
@dt-shadow-focus-2-blur: 0rem;
|
|
476
|
+
@dt-shadow-focus-2-spread: 0.4rem;
|
|
477
|
+
@dt-shadow-focus-2-color: #51A0FE;
|
|
478
|
+
@dt-shadow-focus-2-type: dropShadow;
|
|
479
|
+
@dt-shadow-focus-inset-1-x: 0rem;
|
|
480
|
+
@dt-shadow-focus-inset-1-y: 0rem;
|
|
481
|
+
@dt-shadow-focus-inset-1-blur: 0rem;
|
|
482
|
+
@dt-shadow-focus-inset-1-spread: 0.3rem;
|
|
483
|
+
@dt-shadow-focus-inset-1-color: #51A0FE;
|
|
484
|
+
@dt-shadow-focus-inset-1-type: innerShadow;
|
|
485
|
+
@dt-typography-body-small-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
|
|
486
|
+
@dt-typography-body-small-font-weight: 400;
|
|
487
|
+
@dt-typography-body-small-line-height: 1.4;
|
|
488
|
+
@dt-typography-body-small-font-size: 1.2rem;
|
|
489
|
+
@dt-typography-body-small-text-case: none;
|
|
490
|
+
@dt-typography-body-base-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
|
|
491
|
+
@dt-typography-body-base-font-weight: 400;
|
|
492
|
+
@dt-typography-body-base-line-height: 1.6;
|
|
493
|
+
@dt-typography-body-base-font-size: 1.5rem;
|
|
494
|
+
@dt-typography-body-base-text-case: none;
|
|
495
|
+
@dt-typography-body-compact-small-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
|
|
496
|
+
@dt-typography-body-compact-small-font-weight: 400;
|
|
497
|
+
@dt-typography-body-compact-small-line-height: 1.2;
|
|
498
|
+
@dt-typography-body-compact-small-font-size: 1.2rem;
|
|
499
|
+
@dt-typography-body-compact-small-text-case: none;
|
|
500
|
+
@dt-typography-body-compact-base-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
|
|
501
|
+
@dt-typography-body-compact-base-font-weight: 400;
|
|
502
|
+
@dt-typography-body-compact-base-line-height: 1.4;
|
|
503
|
+
@dt-typography-body-compact-base-font-size: 1.5rem;
|
|
504
|
+
@dt-typography-body-compact-base-text-case: none;
|
|
505
|
+
@dt-typography-headline-eyebrow-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
|
|
506
|
+
@dt-typography-headline-eyebrow-font-weight: 400;
|
|
507
|
+
@dt-typography-headline-eyebrow-line-height: 1.4;
|
|
508
|
+
@dt-typography-headline-eyebrow-font-size: 1.2rem;
|
|
509
|
+
@dt-typography-headline-eyebrow-text-case: uppercase;
|
|
510
|
+
@dt-typography-headline-small-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
|
|
511
|
+
@dt-typography-headline-small-font-weight: 700;
|
|
512
|
+
@dt-typography-headline-small-line-height: 1.4;
|
|
513
|
+
@dt-typography-headline-small-font-size: 1.2rem;
|
|
514
|
+
@dt-typography-headline-small-text-case: none;
|
|
515
|
+
@dt-typography-headline-medium-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
|
|
516
|
+
@dt-typography-headline-medium-font-weight: 700;
|
|
517
|
+
@dt-typography-headline-medium-line-height: 1.6;
|
|
518
|
+
@dt-typography-headline-medium-font-size: 1.5rem;
|
|
519
|
+
@dt-typography-headline-medium-text-case: none;
|
|
520
|
+
@dt-typography-headline-large-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
|
|
521
|
+
@dt-typography-headline-large-font-weight: 700;
|
|
522
|
+
@dt-typography-headline-large-line-height: 1.6;
|
|
523
|
+
@dt-typography-headline-large-font-size: 1.9rem;
|
|
524
|
+
@dt-typography-headline-large-text-case: none;
|
|
525
|
+
@dt-typography-headline-extra-large-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
|
|
526
|
+
@dt-typography-headline-extra-large-font-weight: 500;
|
|
527
|
+
@dt-typography-headline-extra-large-line-height: 1.2;
|
|
528
|
+
@dt-typography-headline-extra-large-font-size: 2.7rem;
|
|
529
|
+
@dt-typography-headline-extra-large-text-case: none;
|
|
530
|
+
@dt-typography-headline-extra-extra-large-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
|
|
531
|
+
@dt-typography-headline-extra-extra-large-font-weight: 500;
|
|
532
|
+
@dt-typography-headline-extra-extra-large-line-height: 1.2;
|
|
533
|
+
@dt-typography-headline-extra-extra-large-font-size: 3.8rem;
|
|
534
|
+
@dt-typography-headline-extra-extra-large-text-case: none;
|
|
535
|
+
@dt-typography-headline-soft-small-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
|
|
536
|
+
@dt-typography-headline-soft-small-font-weight: 500;
|
|
537
|
+
@dt-typography-headline-soft-small-line-height: 1.4;
|
|
538
|
+
@dt-typography-headline-soft-small-font-size: 1.2rem;
|
|
539
|
+
@dt-typography-headline-soft-small-text-case: none;
|
|
540
|
+
@dt-typography-headline-compact-small-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
|
|
541
|
+
@dt-typography-headline-compact-small-font-weight: 700;
|
|
542
|
+
@dt-typography-headline-compact-small-line-height: 1.2;
|
|
543
|
+
@dt-typography-headline-compact-small-font-size: 1.2rem;
|
|
544
|
+
@dt-typography-headline-compact-small-text-case: none;
|
|
545
|
+
@dt-typography-headline-compact-medium-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
|
|
546
|
+
@dt-typography-headline-compact-medium-font-weight: 700;
|
|
547
|
+
@dt-typography-headline-compact-medium-line-height: 1.4;
|
|
548
|
+
@dt-typography-headline-compact-medium-font-size: 1.5rem;
|
|
549
|
+
@dt-typography-headline-compact-medium-text-case: none;
|
|
550
|
+
@dt-typography-headline-compact-large-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
|
|
551
|
+
@dt-typography-headline-compact-large-font-weight: 700;
|
|
552
|
+
@dt-typography-headline-compact-large-line-height: 1.2;
|
|
553
|
+
@dt-typography-headline-compact-large-font-size: 1.9rem;
|
|
554
|
+
@dt-typography-headline-compact-large-text-case: none;
|
|
555
|
+
@dt-typography-headline-compact-soft-small-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
|
|
556
|
+
@dt-typography-headline-compact-soft-small-font-weight: 500;
|
|
557
|
+
@dt-typography-headline-compact-soft-small-line-height: 1.2;
|
|
558
|
+
@dt-typography-headline-compact-soft-small-font-size: 1.2rem;
|
|
559
|
+
@dt-typography-headline-compact-soft-small-text-case: none;
|
|
560
|
+
@dt-typography-label-small-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
|
|
561
|
+
@dt-typography-label-small-font-weight: 600;
|
|
562
|
+
@dt-typography-label-small-line-height: 1.4;
|
|
563
|
+
@dt-typography-label-small-font-size: 1.2rem;
|
|
564
|
+
@dt-typography-label-small-text-case: none;
|
|
565
|
+
@dt-typography-label-base-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
|
|
566
|
+
@dt-typography-label-base-font-weight: 600;
|
|
567
|
+
@dt-typography-label-base-line-height: 1.6;
|
|
568
|
+
@dt-typography-label-base-font-size: 1.5rem;
|
|
569
|
+
@dt-typography-label-base-text-case: none;
|
|
570
|
+
@dt-typography-label-compact-small-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
|
|
571
|
+
@dt-typography-label-compact-small-font-weight: 600;
|
|
572
|
+
@dt-typography-label-compact-small-line-height: 1.2;
|
|
573
|
+
@dt-typography-label-compact-small-font-size: 1.2rem;
|
|
574
|
+
@dt-typography-label-compact-small-text-case: none;
|
|
575
|
+
@dt-typography-label-compact-base-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
|
|
576
|
+
@dt-typography-label-compact-base-font-weight: 600;
|
|
577
|
+
@dt-typography-label-compact-base-line-height: 1.4;
|
|
578
|
+
@dt-typography-label-compact-base-font-size: 1.5rem;
|
|
579
|
+
@dt-typography-label-compact-base-text-case: none;
|
|
580
|
+
@dt-typography-label-compact-plain-small-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
|
|
581
|
+
@dt-typography-label-compact-plain-small-font-weight: 400;
|
|
582
|
+
@dt-typography-label-compact-plain-small-line-height: 1.2;
|
|
583
|
+
@dt-typography-label-compact-plain-small-font-size: 1.2rem;
|
|
584
|
+
@dt-typography-label-compact-plain-small-text-case: none;
|
|
585
|
+
@dt-typography-label-compact-plain-base-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
|
|
586
|
+
@dt-typography-label-compact-plain-base-font-weight: 400;
|
|
587
|
+
@dt-typography-label-compact-plain-base-line-height: 1.4;
|
|
588
|
+
@dt-typography-label-compact-plain-base-font-size: 1.5rem;
|
|
589
|
+
@dt-typography-label-compact-plain-base-text-case: none;
|
|
590
|
+
@dt-typography-label-plain-small-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
|
|
591
|
+
@dt-typography-label-plain-small-font-weight: 400;
|
|
592
|
+
@dt-typography-label-plain-small-line-height: 1.4;
|
|
593
|
+
@dt-typography-label-plain-small-font-size: 1.2rem;
|
|
594
|
+
@dt-typography-label-plain-small-text-case: none;
|
|
595
|
+
@dt-typography-label-plain-base-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
|
|
596
|
+
@dt-typography-label-plain-base-font-weight: 400;
|
|
597
|
+
@dt-typography-label-plain-base-line-height: 1.6;
|
|
598
|
+
@dt-typography-label-plain-base-font-size: 1.5rem;
|
|
599
|
+
@dt-typography-label-plain-base-text-case: none;
|
|
600
|
+
@dt-typography-helper-small-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
|
|
601
|
+
@dt-typography-helper-small-font-weight: 400;
|
|
602
|
+
@dt-typography-helper-small-line-height: 1.2;
|
|
603
|
+
@dt-typography-helper-small-font-size: 1.2rem;
|
|
604
|
+
@dt-typography-helper-small-text-case: none;
|
|
605
|
+
@dt-typography-helper-base-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
|
|
606
|
+
@dt-typography-helper-base-font-weight: 400;
|
|
607
|
+
@dt-typography-helper-base-line-height: 1.4;
|
|
608
|
+
@dt-typography-helper-base-font-size: 1.5rem;
|
|
609
|
+
@dt-typography-helper-base-text-case: none;
|
|
610
|
+
@dt-typography-code-small-font-family: SFMono-Regular, '"SF Mono"', Consolas, '"Liberation Mono"', Menlo, Courier, monospace;
|
|
611
|
+
@dt-typography-code-small-font-weight: 400;
|
|
612
|
+
@dt-typography-code-small-line-height: 1.2;
|
|
613
|
+
@dt-typography-code-small-font-size: 1.2rem;
|
|
614
|
+
@dt-typography-code-small-text-case: none;
|
|
615
|
+
@dt-typography-code-base-font-family: SFMono-Regular, '"SF Mono"', Consolas, '"Liberation Mono"', Menlo, Courier, monospace;
|
|
616
|
+
@dt-typography-code-base-font-weight: 400;
|
|
617
|
+
@dt-typography-code-base-line-height: 1.2;
|
|
618
|
+
@dt-typography-code-base-font-size: 1.5rem;
|
|
619
|
+
@dt-typography-code-base-text-case: none;
|
|
620
|
+
@dt-inputs-size-border-default: 0.15rem;
|
|
621
|
+
@dt-inputs-size-border-status: 0.2rem;
|
|
622
|
+
@dt-inputs-size-radius-xs: 0.4rem;
|
|
623
|
+
@dt-inputs-size-radius-sm: 0.8rem;
|
|
624
|
+
@dt-inputs-size-radius-md: 0.8rem;
|
|
625
|
+
@dt-inputs-size-radius-lg: 1.2rem;
|
|
626
|
+
@dt-inputs-size-radius-xl: 1.6rem;
|
|
627
|
+
@dt-inputs-line-height-default: 1.2;
|
|
628
|
+
@dt-inputs-font-size-xs: 1.2rem;
|
|
629
|
+
@dt-inputs-font-size-sm: 1.2rem;
|
|
630
|
+
@dt-inputs-font-size-md: 1.5rem;
|
|
631
|
+
@dt-inputs-font-size-lg: 1.9rem;
|
|
632
|
+
@dt-inputs-font-size-xl: 2.7rem;
|
|
633
|
+
@dt-inputs-color-foreground-default: #3A3A3A;
|
|
634
|
+
@dt-inputs-color-foreground-placeholder: #808080;
|
|
635
|
+
@dt-inputs-color-foreground-disabled: #808080;
|
|
636
|
+
@dt-inputs-color-border-default: hsl(0 0% 0% / 0.1);
|
|
637
|
+
@dt-inputs-color-border-focus: #51A0FE;
|
|
638
|
+
@dt-inputs-color-border-critical: #EC0E0E;
|
|
639
|
+
@dt-inputs-color-border-success: #1AA340;
|
|
640
|
+
@dt-inputs-color-border-warning: #D28F2B;
|
|
641
|
+
@dt-inputs-color-border-disabled: transparent;
|
|
642
|
+
@dt-inputs-color-background-default: hsl(0 0% 0% / 0.03);
|
|
643
|
+
@dt-inputs-color-background-focus: hsl(0 0% 0% / 0.01);
|
|
644
|
+
@dt-inputs-color-background-disabled: hsl(0 0% 0% / 0.12);
|
|
645
|
+
@dt-action-color-foreground-base-default: #7C52FF;
|
|
646
|
+
@dt-action-color-foreground-base-hover: hsl(255 100% 63.4%);
|
|
647
|
+
@dt-action-color-foreground-base-active: hsl(255 100% 63.4%);
|
|
648
|
+
@dt-action-color-foreground-base-primary-default: #ffffff;
|
|
649
|
+
@dt-action-color-foreground-critical-default: #EC0E0E;
|
|
650
|
+
@dt-action-color-foreground-critical-hover: hsl(0 88.8% 45.1%);
|
|
651
|
+
@dt-action-color-foreground-critical-active: hsl(0 88.8% 45.1%);
|
|
652
|
+
@dt-action-color-foreground-critical-primary-default: #ffffff;
|
|
653
|
+
@dt-action-color-foreground-inverted-default: #ffffff;
|
|
654
|
+
@dt-action-color-foreground-inverted-hover: #ffffff;
|
|
655
|
+
@dt-action-color-foreground-inverted-active: #ffffff;
|
|
656
|
+
@dt-action-color-foreground-inverted-primary-default: #7C52FF;
|
|
657
|
+
@dt-action-color-foreground-inverted-primary-hover: #3A1D95;
|
|
658
|
+
@dt-action-color-foreground-inverted-primary-active: #3A1D95;
|
|
659
|
+
@dt-action-color-foreground-muted-default: #3A3A3A;
|
|
660
|
+
@dt-action-color-foreground-muted-hover: #3A3A3A;
|
|
661
|
+
@dt-action-color-foreground-muted-active: #3A3A3A;
|
|
662
|
+
@dt-action-color-foreground-disabled-default: #808080;
|
|
663
|
+
@dt-action-color-foreground-positive-default: #1AA340;
|
|
664
|
+
@dt-action-color-foreground-positive-hover: hsl(137 72.5% 30.4%);
|
|
665
|
+
@dt-action-color-foreground-positive-active: hsl(137 72.5% 30.4%);
|
|
666
|
+
@dt-action-color-foreground-positive-primary-default: #ffffff;
|
|
667
|
+
@dt-action-color-background-base-default: transparent;
|
|
668
|
+
@dt-action-color-background-base-hover: hsl(255 100% 66.1% / 0.14);
|
|
669
|
+
@dt-action-color-background-base-active: hsl(255 100% 66.1% / 0.18);
|
|
670
|
+
@dt-action-color-background-base-primary-default: #7C52FF;
|
|
671
|
+
@dt-action-color-background-base-primary-hover: hsl(255 100% 63.4%);
|
|
672
|
+
@dt-action-color-background-base-primary-active: hsl(255 100% 60.8%);
|
|
673
|
+
@dt-action-color-background-critical-default: transparent;
|
|
674
|
+
@dt-action-color-background-critical-hover: hsl(0 88.8% 49% / 0.07);
|
|
675
|
+
@dt-action-color-background-critical-active: hsl(0 88.8% 49% / 0.12);
|
|
676
|
+
@dt-action-color-background-critical-primary-default: #EC0E0E;
|
|
677
|
+
@dt-action-color-background-critical-primary-hover: hsl(0 88.8% 45.1%);
|
|
678
|
+
@dt-action-color-background-critical-primary-active: hsl(0 88.8% 43.1%);
|
|
679
|
+
@dt-action-color-background-inverted-default: transparent;
|
|
680
|
+
@dt-action-color-background-inverted-hover: hsl(0 0% 100% / 0.15);
|
|
681
|
+
@dt-action-color-background-inverted-active: hsl(0 0% 100% / 0.3);
|
|
682
|
+
@dt-action-color-background-inverted-primary-default: #ffffff;
|
|
683
|
+
@dt-action-color-background-inverted-primary-hover: #F5F0FF;
|
|
684
|
+
@dt-action-color-background-inverted-primary-active: hsl(260 100% 93.2%);
|
|
685
|
+
@dt-action-color-background-muted-default: transparent;
|
|
686
|
+
@dt-action-color-background-muted-hover: hsl(0 0% 13.3% / 0.1);
|
|
687
|
+
@dt-action-color-background-muted-active: hsl(0 0% 13.3% / 0.16);
|
|
688
|
+
@dt-action-color-background-disabled-default: #D2D2D2;
|
|
689
|
+
@dt-action-color-background-positive-default: transparent;
|
|
690
|
+
@dt-action-color-background-positive-hover: hsl(111 53.8% 98%);
|
|
691
|
+
@dt-action-color-background-positive-active: hsl(137 72.5% 37.1% / 0.08);
|
|
692
|
+
@dt-action-color-background-positive-primary-default: #1AA340;
|
|
693
|
+
@dt-action-color-background-positive-primary-hover: hsl(137 72.5% 33.4%);
|
|
694
|
+
@dt-action-color-background-positive-primary-active: hsl(137 72.5% 31.1%);
|
|
695
|
+
@dt-action-color-border-base-outlined-default: #7C52FF;
|
|
696
|
+
@dt-action-color-border-critical-outlined-default: #EC0E0E;
|
|
697
|
+
@dt-action-color-border-inverted-outlined-default: #F9F9F9;
|
|
698
|
+
@dt-action-color-border-muted-outlined-default: #555555;
|
|
699
|
+
@dt-theme-color-base: #000000;
|
|
700
|
+
@dt-theme-topbar-color-foreground: hsl(0 0% 0% / 0.75);
|
|
701
|
+
@dt-theme-topbar-color-background: #F9F9F9;
|
|
702
|
+
@dt-theme-topbar-field-color-foreground: hsl(0 0% 0% / 0.5);
|
|
703
|
+
@dt-theme-topbar-field-color-foreground-hover: hsl(0 0% 0% / 0.75);
|
|
704
|
+
@dt-theme-topbar-field-color-background: hsl(0 0% 0% / 0.05);
|
|
705
|
+
@dt-theme-topbar-field-color-background-hover: hsl(0 0% 100%);
|
|
706
|
+
@dt-theme-topbar-field-color-border: hsl(0 0% 0% / 0);
|
|
707
|
+
@dt-theme-topbar-field-color-border-hover: hsl(0 0% 0% / 0.1);
|
|
708
|
+
@dt-theme-topbar-field-color-border-active: hsl(0 0% 0% / 0.2);
|
|
709
|
+
@dt-theme-topbar-button-color-foreground: hsl(0 0% 0% / 0.65);
|
|
710
|
+
@dt-theme-topbar-button-color-foreground-hover: #000000;
|
|
711
|
+
@dt-theme-topbar-button-color-background: hsl(0 0% 0% / 0);
|
|
712
|
+
@dt-theme-topbar-button-color-background-hover: hsl(0 0% 0% / 0.05);
|
|
713
|
+
@dt-theme-topbar-button-color-background-active: hsl(0 0% 0% / 0.1);
|
|
714
|
+
@dt-theme-topbar-profile-color-foreground: hsl(0 0% 0% / 0.75);
|
|
715
|
+
@dt-theme-topbar-profile-color-foreground-inverted: hsl(0 0% 100% / 0.75);
|
|
716
|
+
@dt-theme-topbar-profile-color-background: hsl(0 0% 0% / 0.05);
|
|
717
|
+
@dt-theme-topbar-profile-color-background-inverted: hsl(0 0% 0% / 0.75);
|
|
718
|
+
@dt-theme-topbar-profile-color-background-hover: hsl(0 0% 0% / 0.1);
|
|
719
|
+
@dt-theme-topbar-profile-color-background-active: hsl(0 0% 0% / 0.14);
|
|
720
|
+
@dt-theme-sidebar-color-foreground: #3A3A3A;
|
|
721
|
+
@dt-theme-sidebar-color-foreground-unread: #000000;
|
|
722
|
+
@dt-theme-sidebar-color-background: #F9F9F9;
|
|
723
|
+
@dt-theme-sidebar-icon-color-foreground: #3A3A3A;
|
|
724
|
+
@dt-theme-sidebar-status-color-foreground: #555555;
|
|
725
|
+
@dt-theme-sidebar-row-color-background: hsl(0 0% 0% / 0);
|
|
726
|
+
@dt-theme-sidebar-row-color-background-hover: hsl(0 0% 0% / 0.12);
|
|
727
|
+
@dt-theme-sidebar-row-color-background-active: hsl(0 0% 0% / 0.16);
|
|
728
|
+
@dt-theme-sidebar-selected-row-color-foreground: #000000;
|
|
729
|
+
@dt-theme-sidebar-selected-row-color-background: hsl(0 0% 0% / 0.1);
|
|
730
|
+
@dt-theme-sidebar-section-color-foreground: #555555;
|
|
731
|
+
@dt-theme-presence-color-background-available: #1AA340;
|
|
732
|
+
@dt-theme-presence-color-background-busy-unavailable: #EC0E0E;
|
|
733
|
+
@dt-theme-presence-color-background-busy: #F6AB3C;
|
|
734
|
+
@dt-theme-presence-color-background-offline: #ffffff;
|
|
735
|
+
@dt-theme-mention-color-foreground: #ffffff;
|
|
736
|
+
@dt-theme-mention-color-background: #7C52FF;
|
|
737
|
+
@dt-avatar-color-foreground: #000000;
|
|
738
|
+
@dt-avatar-color-background-100: #1aa340;
|
|
739
|
+
@dt-avatar-color-background-200: #aaff83;
|
|
740
|
+
@dt-avatar-color-background-300: #adea88;
|
|
741
|
+
@dt-avatar-color-background-400: #77eca6;
|
|
742
|
+
@dt-avatar-color-background-500: #7aedbd;
|
|
743
|
+
@dt-avatar-color-background-600: #77deec;
|
|
744
|
+
@dt-avatar-color-background-700: #5ed8ff;
|
|
745
|
+
@dt-avatar-color-background-800: #99e7ff;
|
|
746
|
+
@dt-avatar-color-background-900: #51a0fe;
|
|
747
|
+
@dt-avatar-color-background-1000: #b6cfff;
|
|
748
|
+
@dt-avatar-color-background-1100: #f1b7e8;
|
|
749
|
+
@dt-avatar-color-background-1200: #ec77bd;
|
|
750
|
+
@dt-avatar-color-background-1300: #ff67be;
|
|
751
|
+
@dt-avatar-color-background-1400: #f87e7e;
|
|
752
|
+
@dt-avatar-color-background-1500: #eca877;
|
|
753
|
+
@dt-avatar-color-background-1600: #ffbe41;
|
|
754
|
+
@dt-avatar-color-background-1700: #ffd646;
|
|
755
|
+
@dt-avatar-color-background-1800: #f1dab7;
|
|
756
|
+
@dt-avatar-color-background-000: #e0e0e0;
|
|
757
|
+
@dt-badge-color-background-default: hsl(0 0% 0% / 0.09);
|
|
758
|
+
@dt-badge-color-background-info: #EAF2FA;
|
|
759
|
+
@dt-badge-color-background-success: #EDF9EB;
|
|
760
|
+
@dt-badge-color-background-warning: #FFF4CC;
|
|
761
|
+
@dt-badge-color-background-critical: #FFE5E6;
|
|
762
|
+
@dt-badge-color-background-bulletin: #7C52FF;
|
|
763
|
+
@dt-badge-color-background-ai: linear-gradient(135deg, #F9008E 10%, #7C52FF 90%);
|
|
764
|
+
@dt-badge-color-foreground-default: #000000;
|
|
765
|
+
@dt-badge-color-foreground-bulletin: #ffffff;
|
|
766
|
+
@dt-checkbox-size-width: 1.6rem;
|
|
767
|
+
@dt-checkbox-size-height: 1.6rem;
|
|
768
|
+
@dt-checkbox-size-radius: 0.4rem;
|
|
769
|
+
@dt-checkbox-color-border-unchecked: #AAAAAA;
|
|
770
|
+
@dt-checkbox-color-border-checked: #7C52FF;
|
|
771
|
+
@dt-checkbox-color-background-checked: #7C52FF;
|
|
772
|
+
@dt-icon-size-100: 1.2rem;
|
|
773
|
+
@dt-icon-size-200: 1.4rem;
|
|
774
|
+
@dt-icon-size-300: 1.8rem;
|
|
775
|
+
@dt-icon-size-400: 2rem;
|
|
776
|
+
@dt-icon-size-500: 2.4rem;
|
|
777
|
+
@dt-icon-size-600: 3.2rem;
|
|
778
|
+
@dt-icon-size-700: 3.8rem;
|
|
779
|
+
@dt-icon-size-800: 4.8rem;
|
|
780
|
+
@dt-icon-size-border-100: 0.1rem;
|
|
781
|
+
@dt-icon-size-border-200: 0.125rem;
|
|
782
|
+
@dt-icon-size-border-300: 0.15rem;
|
|
783
|
+
@dt-icon-size-border-400: 0.175rem;
|
|
784
|
+
@dt-icon-size-border-500: 0.175rem;
|
|
785
|
+
@dt-icon-size-border-600: 0.25rem;
|
|
786
|
+
@dt-icon-size-border-700: 0.275rem;
|
|
787
|
+
@dt-icon-size-border-800: 0.35rem;
|
|
788
|
+
@dt-radio-size-width: 1.6rem;
|
|
789
|
+
@dt-radio-size-height: 1.6rem;
|
|
790
|
+
@dt-radio-size-radius: 50%;
|
|
791
|
+
@dt-radio-color-border-unchecked: #AAAAAA;
|
|
792
|
+
@dt-radio-color-border-checked: #7C52FF;
|
|
793
|
+
@dt-radio-color-background-checked: #7C52FF;
|