@dialpad/dialtone 8.13.7 → 8.15.0
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/README.md +24 -5
- package/lib/build/js/dialtone_migration_helper/configs/size-and-space.mjs +36 -36
- package/lib/build/less/components/emoji-picker.less +1 -1
- package/lib/dist/css/dialtone.css +1207 -1207
- package/lib/dist/css/dialtone.min.css +1 -1
- package/lib/dist/js/dialtone_migration_helper/configs/size-and-space.mjs +36 -36
- package/package.json +2 -2
|
@@ -1553,7 +1553,7 @@ template {
|
|
|
1553
1553
|
top: 0;
|
|
1554
1554
|
width: 100%;
|
|
1555
1555
|
padding-top: var(--dt-space-525);
|
|
1556
|
-
background: var(--dt-color-surface-
|
|
1556
|
+
background: var(--dt-color-surface-primary);
|
|
1557
1557
|
}
|
|
1558
1558
|
.d-emoji-picker__list {
|
|
1559
1559
|
position: relative;
|
|
@@ -7225,367 +7225,212 @@ body {
|
|
|
7225
7225
|
}
|
|
7226
7226
|
/**
|
|
7227
7227
|
* Do not edit directly
|
|
7228
|
-
* Generated on Fri,
|
|
7228
|
+
* Generated on Fri, 08 Sep 2023 20:38:01 GMT
|
|
7229
7229
|
*/
|
|
7230
7230
|
|
|
7231
7231
|
.dialtone-theme-light {
|
|
7232
|
-
--dt-radio-size-width: 1.6rem;
|
|
7233
|
-
--dt-radio-size-height: 1.6rem;
|
|
7234
|
-
--dt-radio-size-radius: 50%;
|
|
7235
|
-
--dt-radio-color-border-unchecked: #AAAAAA;
|
|
7236
|
-
--dt-radio-color-border-checked: #7C52FF;
|
|
7237
|
-
--dt-radio-color-background-checked: #7C52FF;
|
|
7238
|
-
--dt-icon-size-100: 1.2rem;
|
|
7239
|
-
--dt-icon-size-200: 1.4rem;
|
|
7240
|
-
--dt-icon-size-300: 1.8rem;
|
|
7241
|
-
--dt-icon-size-400: 2rem;
|
|
7242
|
-
--dt-icon-size-500: 2.4rem;
|
|
7243
|
-
--dt-icon-size-600: 3.2rem;
|
|
7244
|
-
--dt-icon-size-700: 3.8rem;
|
|
7245
|
-
--dt-icon-size-800: 4.8rem;
|
|
7246
|
-
--dt-icon-size-border-100: 0.1rem;
|
|
7247
|
-
--dt-icon-size-border-200: 0.125rem;
|
|
7248
|
-
--dt-icon-size-border-300: 0.15rem;
|
|
7249
|
-
--dt-icon-size-border-400: 0.175rem;
|
|
7250
|
-
--dt-icon-size-border-500: 0.175rem;
|
|
7251
|
-
--dt-icon-size-border-600: 0.25rem;
|
|
7252
|
-
--dt-icon-size-border-700: 0.275rem;
|
|
7253
|
-
--dt-icon-size-border-800: 0.35rem;
|
|
7254
|
-
--dt-checkbox-size-width: 1.6rem;
|
|
7255
|
-
--dt-checkbox-size-height: 1.6rem;
|
|
7256
|
-
--dt-checkbox-size-radius: 0.4rem;
|
|
7257
|
-
--dt-checkbox-color-border-unchecked: #AAAAAA;
|
|
7258
|
-
--dt-checkbox-color-border-checked: #7C52FF;
|
|
7259
|
-
--dt-checkbox-color-background-checked: #7C52FF;
|
|
7260
|
-
--dt-badge-color-background-default: #00000017;
|
|
7261
|
-
--dt-badge-color-background-info: #EAF2FA;
|
|
7262
|
-
--dt-badge-color-background-success: #EDF9EB;
|
|
7263
|
-
--dt-badge-color-background-warning: #FFF4CC;
|
|
7264
|
-
--dt-badge-color-background-critical: #FFE5E6;
|
|
7265
|
-
--dt-badge-color-background-bulletin: #7C52FF;
|
|
7266
|
-
--dt-badge-color-background-ai: linear-gradient(135deg, #F9008E 10%, #7C52FF 90%);
|
|
7267
|
-
--dt-badge-color-foreground-default: #000000;
|
|
7268
|
-
--dt-badge-color-foreground-bulletin: #ffffff;
|
|
7269
|
-
--dt-avatar-color-foreground: #000000;
|
|
7270
|
-
--dt-avatar-color-background-100: #1aa340;
|
|
7271
|
-
--dt-avatar-color-background-200: #aaff83;
|
|
7272
|
-
--dt-avatar-color-background-300: #adea88;
|
|
7273
|
-
--dt-avatar-color-background-400: #77eca6;
|
|
7274
|
-
--dt-avatar-color-background-500: #7aedbd;
|
|
7275
|
-
--dt-avatar-color-background-600: #77deec;
|
|
7276
|
-
--dt-avatar-color-background-700: #5ed8ff;
|
|
7277
|
-
--dt-avatar-color-background-800: #99e7ff;
|
|
7278
|
-
--dt-avatar-color-background-900: #51a0fe;
|
|
7279
|
-
--dt-avatar-color-background-1000: #b6cfff;
|
|
7280
|
-
--dt-avatar-color-background-1100: #f1b7e8;
|
|
7281
|
-
--dt-avatar-color-background-1200: #ec77bd;
|
|
7282
|
-
--dt-avatar-color-background-1300: #ff67be;
|
|
7283
|
-
--dt-avatar-color-background-1400: #f87e7e;
|
|
7284
|
-
--dt-avatar-color-background-1500: #eca877;
|
|
7285
|
-
--dt-avatar-color-background-1600: #ffbe41;
|
|
7286
|
-
--dt-avatar-color-background-1700: #ffd646;
|
|
7287
|
-
--dt-avatar-color-background-1800: #f1dab7;
|
|
7288
|
-
--dt-avatar-color-background-000: #e0e0e0;
|
|
7289
|
-
--dt-color-foreground-primary: #000000;
|
|
7290
|
-
--dt-color-foreground-secondary: #3a3a3a;
|
|
7291
|
-
--dt-color-foreground-tertiary: #555555;
|
|
7292
|
-
--dt-color-foreground-muted: rgba(34, 34, 34, 0.5);
|
|
7293
|
-
--dt-color-foreground-placeholder: #808080;
|
|
7294
|
-
--dt-color-foreground-disabled: #808080;
|
|
7295
|
-
--dt-color-foreground-critical: #ec0e0e;
|
|
7296
|
-
--dt-color-foreground-critical-strong: #b70b0b;
|
|
7297
|
-
--dt-color-foreground-success: #1aa340;
|
|
7298
|
-
--dt-color-foreground-success-strong: #124620;
|
|
7299
|
-
--dt-color-foreground-warning: #815008;
|
|
7300
|
-
--dt-color-foreground-primary-inverted: #ffffff;
|
|
7301
|
-
--dt-color-foreground-secondary-inverted: #e9e9e9;
|
|
7302
|
-
--dt-color-foreground-tertiary-inverted: #d2d2d2;
|
|
7303
|
-
--dt-color-foreground-muted-inverted: rgba(233, 233, 233, 0.6);
|
|
7304
|
-
--dt-color-foreground-placeholder-inverted: #808080;
|
|
7305
|
-
--dt-color-foreground-disabled-inverted: #808080;
|
|
7306
|
-
--dt-color-foreground-critical-inverted: #ff8585;
|
|
7307
|
-
--dt-color-foreground-critical-strong-inverted: #ffa4a4;
|
|
7308
|
-
--dt-color-foreground-success-inverted: #b0ffa3;
|
|
7309
|
-
--dt-color-foreground-success-strong-inverted: #d3ffcd;
|
|
7310
|
-
--dt-color-foreground-warning-inverted: #fff4cc;
|
|
7311
|
-
--dt-color-link-primary: #7c52ff;
|
|
7312
|
-
--dt-color-link-critical: #ec0e0e;
|
|
7313
|
-
--dt-color-link-success: #1aa340;
|
|
7314
|
-
--dt-color-link-warning: #815008;
|
|
7315
|
-
--dt-color-link-muted: #3a3a3a;
|
|
7316
|
-
--dt-color-link-disabled: #808080;
|
|
7317
|
-
--dt-color-link-primary-inverted: #ab7eff;
|
|
7318
|
-
--dt-color-link-critical-inverted: #ff8585;
|
|
7319
|
-
--dt-color-link-success-inverted: #b0ffa3;
|
|
7320
|
-
--dt-color-link-warning-inverted: #fff4cc;
|
|
7321
|
-
--dt-color-link-muted-inverted: #e9e9e9;
|
|
7322
|
-
--dt-color-link-disabled-inverted: #808080;
|
|
7323
|
-
--dt-color-link-primary-hover: #3a1d95;
|
|
7324
|
-
--dt-color-link-critical-hover: #b70b0b;
|
|
7325
|
-
--dt-color-link-success-hover: #124620;
|
|
7326
|
-
--dt-color-link-warning-hover: #555555;
|
|
7327
|
-
--dt-color-link-muted-hover: #000000;
|
|
7328
|
-
--dt-color-link-disabled-hover: #808080;
|
|
7329
|
-
--dt-color-link-primary-inverted-hover: #dac7ff;
|
|
7330
|
-
--dt-color-link-critical-inverted-hover: #ffa4a4;
|
|
7331
|
-
--dt-color-link-success-inverted-hover: #d3ffcd;
|
|
7332
|
-
--dt-color-link-warning-inverted-hover: #f9f9f9;
|
|
7333
|
-
--dt-color-link-muted-inverted-hover: #f9f9f9;
|
|
7334
|
-
--dt-color-link-disabled-inverted-hover: #808080;
|
|
7335
|
-
--dt-color-surface-secondary-opaque: rgba(0, 0, 0, 0.02);
|
|
7336
|
-
--dt-color-surface-moderate-opaque: rgba(0, 0, 0, 0.09);
|
|
7337
|
-
--dt-color-surface-bold-opaque: rgba(0, 0, 0, 0.18);
|
|
7338
|
-
--dt-color-surface-strong-opaque: rgba(0, 0, 0, 0.67);
|
|
7339
|
-
--dt-color-surface-contrast-opaque: rgba(0, 0, 0, 0.87);
|
|
7340
|
-
--dt-color-surface-backdrop: rgba(0, 0, 0, 0.7);
|
|
7341
|
-
--dt-color-surface-critical-opaque: rgba(236, 14, 14, 0.11);
|
|
7342
|
-
--dt-color-surface-critical-subtle-opaque: rgba(236, 14, 14, 0.05);
|
|
7343
|
-
--dt-color-surface-warning-opaque: rgba(255, 219, 128, 0.38);
|
|
7344
|
-
--dt-color-surface-warning-subtle-opaque: rgba(255, 219, 128, 0.18);
|
|
7345
|
-
--dt-color-surface-success-opaque: rgba(26, 163, 65, 0.08);
|
|
7346
|
-
--dt-color-surface-success-subtle-opaque: rgba(26, 163, 65, 0.03);
|
|
7347
|
-
--dt-color-surface-info-opaque: rgba(23, 105, 198, 0.09);
|
|
7348
|
-
--dt-color-surface-info-subtle-opaque: rgba(23, 105, 198, 0.04);
|
|
7349
|
-
--dt-color-surface-primary: #ffffff;
|
|
7350
|
-
--dt-color-surface-secondary: #f9f9f9;
|
|
7351
|
-
--dt-color-surface-moderate: #e9e9e9;
|
|
7352
|
-
--dt-color-surface-bold: #d2d2d2;
|
|
7353
|
-
--dt-color-surface-strong: #555555;
|
|
7354
|
-
--dt-color-surface-contrast: #222222;
|
|
7355
|
-
--dt-color-surface-critical: #ffe5e6;
|
|
7356
|
-
--dt-color-surface-critical-subtle: #fff2f3;
|
|
7357
|
-
--dt-color-surface-critical-strong: #b70b0b;
|
|
7358
|
-
--dt-color-surface-warning: #fff4cc;
|
|
7359
|
-
--dt-color-surface-warning-subtle: #fffae5;
|
|
7360
|
-
--dt-color-surface-warning-strong: #ffdb80;
|
|
7361
|
-
--dt-color-surface-success: #edf9eb;
|
|
7362
|
-
--dt-color-surface-success-subtle: #f8fdf7;
|
|
7363
|
-
--dt-color-surface-success-strong: #1aa340;
|
|
7364
|
-
--dt-color-surface-info: #eaf2fa;
|
|
7365
|
-
--dt-color-surface-info-subtle: #f5f9fd;
|
|
7366
|
-
--dt-color-surface-info-strong: #1768c6;
|
|
7367
|
-
--dt-color-border-subtle: rgba(0, 0, 0, 0.1);
|
|
7368
|
-
--dt-color-border-default: rgba(0, 0, 0, 0.18);
|
|
7369
|
-
--dt-color-border-moderate: rgba(0, 0, 0, 0.34);
|
|
7370
|
-
--dt-color-border-bold: rgba(0, 0, 0, 0.5);
|
|
7371
|
-
--dt-color-border-subtle-inverted: rgba(255, 255, 255, 0.14);
|
|
7372
|
-
--dt-color-border-default-inverted: rgba(255, 255, 255, 0.22);
|
|
7373
|
-
--dt-color-border-moderate-inverted: rgba(255, 255, 255, 0.38);
|
|
7374
|
-
--dt-color-border-bold-inverted: rgba(255, 255, 255, 0.5);
|
|
7375
|
-
--dt-color-border-focus: #51a0fe;
|
|
7376
|
-
--dt-color-border-critical: #ec0e0e;
|
|
7377
|
-
--dt-color-border-success: #1aa340;
|
|
7378
|
-
--dt-color-border-warning: #d28f2b;
|
|
7379
|
-
--dt-color-border-brand: #7c52ff;
|
|
7380
|
-
--dt-color-border-ai: #000000;
|
|
7381
|
-
--dt-color-border-accent: #f9008e;
|
|
7382
|
-
--dt-color-border-critical-subtle: #ff8585;
|
|
7383
|
-
--dt-color-border-critical-strong: #b70b0b;
|
|
7384
|
-
--dt-color-border-success-subtle: #b0ffa3;
|
|
7385
|
-
--dt-color-border-success-strong: #124620;
|
|
7386
|
-
--dt-color-border-warning-subtle: #ffdb80;
|
|
7387
|
-
--dt-color-border-warning-strong: #674006;
|
|
7388
|
-
--dt-color-border-brand-subtle: #dac7ff;
|
|
7389
|
-
--dt-color-border-brand-strong: #3a1d95;
|
|
7390
|
-
--dt-color-border-critical-inverted: #ff8585;
|
|
7391
|
-
--dt-color-border-success-inverted: #b0ffa3;
|
|
7392
|
-
--dt-color-border-warning-inverted: #ffdb80;
|
|
7393
|
-
--dt-color-border-brand-inverted: #7c52ff;
|
|
7394
|
-
--dt-color-border-critical-subtle-inverted: #b70b0b;
|
|
7395
|
-
--dt-color-border-critical-strong-inverted: #ffe5e6;
|
|
7396
|
-
--dt-color-border-success-subtle-inverted: #1aa340;
|
|
7397
|
-
--dt-color-border-success-strong-inverted: #edf9eb;
|
|
7398
|
-
--dt-color-border-warning-subtle-inverted: #d28f2b;
|
|
7399
|
-
--dt-color-border-warning-strong-inverted: #fff4cc;
|
|
7400
|
-
--dt-color-border-brand-subtle-inverted: #3a1d95;
|
|
7401
|
-
--dt-color-border-brand-strong-inverted: #dac7ff;
|
|
7402
7232
|
--dt-color-neutral-white: #ffffff;
|
|
7403
7233
|
--dt-color-neutral-black: #000000;
|
|
7404
|
-
--dt-color-neutral-transparent:
|
|
7405
|
-
--dt-color-black-100: #
|
|
7406
|
-
--dt-color-black-200: #
|
|
7407
|
-
--dt-color-black-300: #
|
|
7408
|
-
--dt-color-black-400: #
|
|
7234
|
+
--dt-color-neutral-transparent: transparent;
|
|
7235
|
+
--dt-color-black-100: #F9F9F9;
|
|
7236
|
+
--dt-color-black-200: #E9E9E9;
|
|
7237
|
+
--dt-color-black-300: #D2D2D2;
|
|
7238
|
+
--dt-color-black-400: #AAAAAA;
|
|
7409
7239
|
--dt-color-black-500: #808080;
|
|
7410
7240
|
--dt-color-black-600: #555555;
|
|
7411
|
-
--dt-color-black-700: #
|
|
7241
|
+
--dt-color-black-700: #3A3A3A;
|
|
7412
7242
|
--dt-color-black-800: #222222;
|
|
7413
7243
|
--dt-color-black-900: #000000;
|
|
7414
|
-
--dt-color-purple-100: #
|
|
7415
|
-
--dt-color-purple-200: #
|
|
7416
|
-
--dt-color-purple-300: #
|
|
7417
|
-
--dt-color-purple-400: #
|
|
7418
|
-
--dt-color-purple-500: #
|
|
7419
|
-
--dt-color-purple-600: #
|
|
7420
|
-
--dt-color-blue-100: #
|
|
7421
|
-
--dt-color-blue-200: #
|
|
7422
|
-
--dt-color-blue-300: #
|
|
7423
|
-
--dt-color-blue-400: #
|
|
7424
|
-
--dt-color-blue-500: #
|
|
7425
|
-
--dt-color-magenta-100: #
|
|
7426
|
-
--dt-color-magenta-200: #
|
|
7427
|
-
--dt-color-magenta-300: #
|
|
7428
|
-
--dt-color-magenta-400: #
|
|
7429
|
-
--dt-color-magenta-500: #
|
|
7430
|
-
--dt-color-gold-100: #
|
|
7431
|
-
--dt-color-gold-200: #
|
|
7432
|
-
--dt-color-gold-300: #
|
|
7433
|
-
--dt-color-gold-400: #
|
|
7244
|
+
--dt-color-purple-100: #F5F0FF;
|
|
7245
|
+
--dt-color-purple-200: #DAC7FF;
|
|
7246
|
+
--dt-color-purple-300: #AB7EFF;
|
|
7247
|
+
--dt-color-purple-400: #7C52FF;
|
|
7248
|
+
--dt-color-purple-500: #3A1D95;
|
|
7249
|
+
--dt-color-purple-600: #10022C;
|
|
7250
|
+
--dt-color-blue-100: #EAF2FA;
|
|
7251
|
+
--dt-color-blue-200: #99C8FF;
|
|
7252
|
+
--dt-color-blue-300: #51A0FE;
|
|
7253
|
+
--dt-color-blue-400: #1768C6;
|
|
7254
|
+
--dt-color-blue-500: #01326D;
|
|
7255
|
+
--dt-color-magenta-100: #FFE0F2;
|
|
7256
|
+
--dt-color-magenta-200: #F985C7;
|
|
7257
|
+
--dt-color-magenta-300: #F9008E;
|
|
7258
|
+
--dt-color-magenta-400: #8C0E56;
|
|
7259
|
+
--dt-color-magenta-500: #541A3B;
|
|
7260
|
+
--dt-color-gold-100: #FFF4CC;
|
|
7261
|
+
--dt-color-gold-200: #FFDB80;
|
|
7262
|
+
--dt-color-gold-300: #F6AB3C;
|
|
7263
|
+
--dt-color-gold-400: #D28F2B;
|
|
7434
7264
|
--dt-color-gold-500: #815008;
|
|
7435
|
-
--dt-color-green-100: #
|
|
7436
|
-
--dt-color-green-200: #
|
|
7437
|
-
--dt-color-green-300: #
|
|
7438
|
-
--dt-color-green-400: #
|
|
7265
|
+
--dt-color-green-100: #EDF9EB;
|
|
7266
|
+
--dt-color-green-200: #B0FFA3;
|
|
7267
|
+
--dt-color-green-300: #45F777;
|
|
7268
|
+
--dt-color-green-400: #1AA340;
|
|
7439
7269
|
--dt-color-green-500: #124620;
|
|
7440
|
-
--dt-color-red-100: #
|
|
7441
|
-
--dt-color-red-200: #
|
|
7442
|
-
--dt-color-red-300: #
|
|
7443
|
-
--dt-color-red-400: #
|
|
7444
|
-
--dt-color-red-500: #
|
|
7445
|
-
--dt-color-tan-100: #
|
|
7446
|
-
--dt-color-tan-200: #
|
|
7447
|
-
--dt-color-tan-300: #
|
|
7448
|
-
--dt-color-tan-400: #
|
|
7270
|
+
--dt-color-red-100: #FFE5E6;
|
|
7271
|
+
--dt-color-red-200: #FF8585;
|
|
7272
|
+
--dt-color-red-300: #EC0E0E;
|
|
7273
|
+
--dt-color-red-400: #B70B0B;
|
|
7274
|
+
--dt-color-red-500: #5B0505;
|
|
7275
|
+
--dt-color-tan-100: #F2F0EE;
|
|
7276
|
+
--dt-color-tan-200: #CEC8C4;
|
|
7277
|
+
--dt-color-tan-300: #87807B;
|
|
7278
|
+
--dt-color-tan-400: #3F3D3C;
|
|
7449
7279
|
--dt-color-tan-500: #121212;
|
|
7450
|
-
--dt-color-gradient-magenta-purple: #
|
|
7451
|
-
--dt-color-brand-purple: #
|
|
7452
|
-
--dt-color-brand-magenta: #
|
|
7453
|
-
--dt-
|
|
7454
|
-
--dt-
|
|
7455
|
-
--dt-
|
|
7456
|
-
--dt-
|
|
7457
|
-
--dt-
|
|
7458
|
-
--dt-
|
|
7459
|
-
--dt-
|
|
7460
|
-
--dt-
|
|
7461
|
-
--dt-
|
|
7462
|
-
--dt-
|
|
7463
|
-
--dt-
|
|
7464
|
-
--dt-
|
|
7465
|
-
--dt-
|
|
7466
|
-
--dt-
|
|
7467
|
-
--dt-
|
|
7468
|
-
--dt-
|
|
7469
|
-
--dt-
|
|
7470
|
-
--dt-
|
|
7471
|
-
--dt-
|
|
7472
|
-
--dt-
|
|
7473
|
-
--dt-
|
|
7474
|
-
--dt-
|
|
7475
|
-
--dt-
|
|
7476
|
-
--dt-
|
|
7477
|
-
--dt-
|
|
7478
|
-
--dt-
|
|
7479
|
-
--dt-
|
|
7480
|
-
--dt-
|
|
7481
|
-
--dt-
|
|
7482
|
-
--dt-
|
|
7483
|
-
--dt-
|
|
7484
|
-
--dt-
|
|
7485
|
-
--dt-
|
|
7486
|
-
--dt-
|
|
7487
|
-
--dt-
|
|
7488
|
-
--dt-
|
|
7489
|
-
--dt-
|
|
7490
|
-
--dt-
|
|
7491
|
-
--dt-
|
|
7492
|
-
--dt-
|
|
7493
|
-
--dt-
|
|
7494
|
-
--dt-
|
|
7495
|
-
--dt-
|
|
7496
|
-
--dt-
|
|
7497
|
-
--dt-
|
|
7498
|
-
--dt-
|
|
7499
|
-
--dt-
|
|
7500
|
-
--dt-
|
|
7501
|
-
--dt-
|
|
7502
|
-
--dt-
|
|
7503
|
-
--dt-
|
|
7504
|
-
--dt-
|
|
7505
|
-
--dt-
|
|
7506
|
-
--dt-
|
|
7507
|
-
--dt-
|
|
7508
|
-
--dt-
|
|
7509
|
-
--dt-
|
|
7510
|
-
--dt-
|
|
7511
|
-
--dt-
|
|
7512
|
-
--dt-
|
|
7513
|
-
--dt-
|
|
7514
|
-
--dt-
|
|
7515
|
-
--dt-
|
|
7516
|
-
--dt-
|
|
7517
|
-
--dt-
|
|
7518
|
-
--dt-
|
|
7519
|
-
--dt-
|
|
7520
|
-
--dt-
|
|
7521
|
-
--dt-
|
|
7522
|
-
--dt-
|
|
7523
|
-
--dt-
|
|
7524
|
-
--dt-
|
|
7525
|
-
--dt-
|
|
7526
|
-
--dt-
|
|
7527
|
-
--dt-
|
|
7528
|
-
--dt-
|
|
7529
|
-
--dt-
|
|
7530
|
-
--dt-
|
|
7531
|
-
--dt-
|
|
7532
|
-
--dt-
|
|
7533
|
-
--dt-
|
|
7534
|
-
--dt-
|
|
7535
|
-
--dt-
|
|
7536
|
-
--dt-
|
|
7537
|
-
--dt-
|
|
7538
|
-
--dt-
|
|
7539
|
-
--dt-
|
|
7540
|
-
--dt-
|
|
7541
|
-
--dt-
|
|
7542
|
-
--dt-
|
|
7543
|
-
--dt-
|
|
7544
|
-
--dt-
|
|
7545
|
-
--dt-
|
|
7546
|
-
--dt-
|
|
7547
|
-
--dt-
|
|
7548
|
-
--dt-
|
|
7549
|
-
--dt-
|
|
7550
|
-
--dt-
|
|
7551
|
-
--dt-
|
|
7552
|
-
--dt-
|
|
7553
|
-
--dt-
|
|
7554
|
-
--dt-
|
|
7555
|
-
--dt-
|
|
7556
|
-
--dt-
|
|
7557
|
-
--dt-
|
|
7558
|
-
--dt-
|
|
7559
|
-
--dt-
|
|
7560
|
-
--dt-
|
|
7561
|
-
--dt-
|
|
7562
|
-
--dt-
|
|
7563
|
-
--dt-
|
|
7564
|
-
--dt-
|
|
7565
|
-
--dt-
|
|
7566
|
-
--dt-
|
|
7567
|
-
--dt-
|
|
7568
|
-
--dt-
|
|
7569
|
-
--dt-
|
|
7570
|
-
--dt-
|
|
7571
|
-
--dt-
|
|
7572
|
-
--dt-
|
|
7573
|
-
--dt-
|
|
7574
|
-
--dt-
|
|
7575
|
-
--dt-
|
|
7576
|
-
--dt-
|
|
7577
|
-
--dt-
|
|
7578
|
-
--dt-
|
|
7579
|
-
--dt-
|
|
7580
|
-
--dt-
|
|
7581
|
-
--dt-
|
|
7582
|
-
--dt-
|
|
7583
|
-
--dt-
|
|
7584
|
-
--dt-
|
|
7585
|
-
--dt-
|
|
7586
|
-
--dt-
|
|
7587
|
-
--dt-
|
|
7588
|
-
--dt-size-
|
|
7280
|
+
--dt-color-gradient-magenta-purple: linear-gradient(135deg, #F9008E 10%, #7C52FF 90%);
|
|
7281
|
+
--dt-color-brand-purple: #7C52FF;
|
|
7282
|
+
--dt-color-brand-magenta: #F9008E;
|
|
7283
|
+
--dt-color-foreground-primary: #000000; /* Default text color throughout the UI. */
|
|
7284
|
+
--dt-color-foreground-secondary: #3A3A3A; /* Example uses include introduction paragraphs, labels, and descriptions paired with form elements. */
|
|
7285
|
+
--dt-color-foreground-tertiary: #555555; /* Used to imply visual hierarchy relative to primary and secondary text colors, e.g. headlines and labels. */
|
|
7286
|
+
--dt-color-foreground-muted: hsl(0 0% 13.3% / 0.5);
|
|
7287
|
+
--dt-color-foreground-placeholder: #808080; /* Text color for placeholder text within form elements. */
|
|
7288
|
+
--dt-color-foreground-disabled: #808080; /* Used for text paired with disabled content or components, like the form elements. */
|
|
7289
|
+
--dt-color-foreground-critical: #EC0E0E; /* Expresses an error, danger, or otherwise critical state. */
|
|
7290
|
+
--dt-color-foreground-critical-strong: #B70B0B; /* Expresses an error, danger, or otherwise critical state on surfaces that require a stronger contrast. */
|
|
7291
|
+
--dt-color-foreground-success: #1AA340; /* Indicates a positive state. */
|
|
7292
|
+
--dt-color-foreground-success-strong: #124620; /* Indicates a strong positive state on surfaces that require a stronger contrast. */
|
|
7293
|
+
--dt-color-foreground-warning: #815008; /* Indicates information that requires user’s attention and further action may be necessary. */
|
|
7294
|
+
--dt-color-foreground-primary-inverted: #ffffff; /* Primary text that sits on high-contrast surfaces or backgrounds. */
|
|
7295
|
+
--dt-color-foreground-secondary-inverted: #E9E9E9; /* Secondary text color that sits on high-contrast surfaces or backgrounds. */
|
|
7296
|
+
--dt-color-foreground-tertiary-inverted: #D2D2D2; /* Tertiary text color that sits on high-contrast surfaces or backgrounds. */
|
|
7297
|
+
--dt-color-foreground-muted-inverted: hsl(0 0% 91.4% / 0.6); /* Muted text color that sits on high-contrast surfaces or backgrounds. */
|
|
7298
|
+
--dt-color-foreground-placeholder-inverted: #808080; /* Placeholder text color that sits on high-contrast surfaces or backgrounds. */
|
|
7299
|
+
--dt-color-foreground-disabled-inverted: #808080; /* Disabled text color that sits on high-contrast surfaces or backgrounds. */
|
|
7300
|
+
--dt-color-foreground-critical-inverted: #FF8585; /* Critical text that sits on high-contrast surfaces or backgrounds */
|
|
7301
|
+
--dt-color-foreground-critical-strong-inverted: hsl(0 100% 82.1%); /* Critical strong text that sits on high-contrast surfaces or backgrounds */
|
|
7302
|
+
--dt-color-foreground-success-inverted: #B0FFA3; /* Success text that sits on high-contrast surfaces or backgrounds */
|
|
7303
|
+
--dt-color-foreground-success-strong-inverted: hsl(112 100% 90.1%); /* Success strong text that sits on high-contrast surfaces or backgrounds */
|
|
7304
|
+
--dt-color-foreground-warning-inverted: #FFF4CC; /* Warning text that sits on high-contrast surfaces or backgrounds */
|
|
7305
|
+
--dt-color-link-primary: #7C52FF;
|
|
7306
|
+
--dt-color-link-critical: #EC0E0E;
|
|
7307
|
+
--dt-color-link-success: #1AA340; /* positive */
|
|
7308
|
+
--dt-color-link-warning: #815008;
|
|
7309
|
+
--dt-color-link-muted: #3A3A3A;
|
|
7310
|
+
--dt-color-link-disabled: #808080;
|
|
7311
|
+
--dt-color-link-primary-inverted: #AB7EFF;
|
|
7312
|
+
--dt-color-link-critical-inverted: #FF8585;
|
|
7313
|
+
--dt-color-link-success-inverted: #B0FFA3;
|
|
7314
|
+
--dt-color-link-warning-inverted: #FFF4CC;
|
|
7315
|
+
--dt-color-link-muted-inverted: #E9E9E9;
|
|
7316
|
+
--dt-color-link-disabled-inverted: #808080;
|
|
7317
|
+
--dt-color-link-primary-hover: #3A1D95;
|
|
7318
|
+
--dt-color-link-critical-hover: #B70B0B;
|
|
7319
|
+
--dt-color-link-success-hover: #124620;
|
|
7320
|
+
--dt-color-link-warning-hover: #555555;
|
|
7321
|
+
--dt-color-link-muted-hover: #000000;
|
|
7322
|
+
--dt-color-link-disabled-hover: #808080;
|
|
7323
|
+
--dt-color-link-primary-inverted-hover: #DAC7FF;
|
|
7324
|
+
--dt-color-link-critical-inverted-hover: hsl(0 100% 82.1%);
|
|
7325
|
+
--dt-color-link-success-inverted-hover: hsl(112 100% 90.1%);
|
|
7326
|
+
--dt-color-link-warning-inverted-hover: #F9F9F9;
|
|
7327
|
+
--dt-color-link-muted-inverted-hover: #F9F9F9;
|
|
7328
|
+
--dt-color-link-disabled-inverted-hover: #808080;
|
|
7329
|
+
--dt-color-surface-secondary-opaque: hsl(0 0% 0% / 0.02); /* Secondary surface as opaque background color. */
|
|
7330
|
+
--dt-color-surface-moderate-opaque: hsl(0 0% 0% / 0.09); /* Moderate surface as opaque background color. */
|
|
7331
|
+
--dt-color-surface-bold-opaque: hsl(0 0% 0% / 0.18); /* Bold surface as opaque background color. */
|
|
7332
|
+
--dt-color-surface-strong-opaque: hsl(0 0% 0% / 0.67); /* Strong surface as opaque background color. */
|
|
7333
|
+
--dt-color-surface-contrast-opaque: hsl(0 0% 0% / 0.87); /* Contrast surface as opaque background color. */
|
|
7334
|
+
--dt-color-surface-backdrop: hsl(0 0% 0% / 0.7); /* Background color for a modal-like backdrop. */
|
|
7335
|
+
--dt-color-surface-critical-opaque: hsl(0 88.8% 49% / 0.11); /* Critical surface as opaque background color. */
|
|
7336
|
+
--dt-color-surface-critical-subtle-opaque: hsl(0 88.8% 49% / 0.05); /* Critical subtle surface as opaque background color. */
|
|
7337
|
+
--dt-color-surface-warning-opaque: hsl(43 100% 75.1% / 0.38); /* Warning surface as opaque background color */
|
|
7338
|
+
--dt-color-surface-warning-subtle-opaque: hsl(43 100% 75.1% / 0.18); /* Warning subtle surface as opaque background color */
|
|
7339
|
+
--dt-color-surface-success-opaque: hsl(137 72.5% 37.1% / 0.08); /* Success surface as opaque background color. */
|
|
7340
|
+
--dt-color-surface-success-subtle-opaque: hsl(137 72.5% 37.1% / 0.03); /* Success subtle surface as opaque background color. */
|
|
7341
|
+
--dt-color-surface-info-opaque: hsl(212 79.2% 43.3% / 0.09); /* Info surface as opaque background color. */
|
|
7342
|
+
--dt-color-surface-info-subtle-opaque: hsl(212 79.2% 43.3% / 0.04); /* Info surface as opaque background color. */
|
|
7343
|
+
--dt-color-surface-primary: #ffffff; /* Default surface color for the majority of surfaces. */
|
|
7344
|
+
--dt-color-surface-secondary: #F9F9F9; /* For adjacent or complementary regions. */
|
|
7345
|
+
--dt-color-surface-moderate: #E9E9E9; /* A tertiary surface level, prominent without being too overpowering. */
|
|
7346
|
+
--dt-color-surface-bold: #D2D2D2; /* Highlight or call attention to specific areas of the interface. */
|
|
7347
|
+
--dt-color-surface-strong: #555555; /* Use sparingly to draw the eye to a relatively important region. */
|
|
7348
|
+
--dt-color-surface-contrast: #222222; /* An inverted surface for lightened content and elements, most likely paired with inverted foreground colors. */
|
|
7349
|
+
--dt-color-surface-critical: #FFE5E6; /* Background surface color containing error, danger, or otherwise critical messaging or elements. */
|
|
7350
|
+
--dt-color-surface-critical-subtle: hsl(358 100% 97.5%); /* A softer version of the Critical surface. */
|
|
7351
|
+
--dt-color-surface-critical-strong: #B70B0B; /* A contrasting critical surface, most likely paired with inverted foreground colors. */
|
|
7352
|
+
--dt-color-surface-warning: #FFF4CC; /* Background surface color highlighting messaging or elements that may require user's attention. */
|
|
7353
|
+
--dt-color-surface-warning-subtle: hsl(47.1 100% 95%); /* A softer version of the default warning surface. */
|
|
7354
|
+
--dt-color-surface-warning-strong: #FFDB80; /* A contrasting warning surface, most likely paired with inverted foreground colors. */
|
|
7355
|
+
--dt-color-surface-success: #EDF9EB; /* Background surface color containing messaging or elements expressing a positive or successful state. */
|
|
7356
|
+
--dt-color-surface-success-subtle: hsl(111 53.8% 98%); /* A softer version of the default success surface. */
|
|
7357
|
+
--dt-color-surface-success-strong: #1AA340; /* A contrasting positive state surface, most likely paired with inverted foreground colors. */
|
|
7358
|
+
--dt-color-surface-info: #EAF2FA; /* Background surface color containing messaging or elements communicated as generally informational. */
|
|
7359
|
+
--dt-color-surface-info-subtle: hsl(210 61.5% 97.5%); /* A softer version of the default informational surface. */
|
|
7360
|
+
--dt-color-surface-info-strong: #1768C6; /* A contrasting informational surface, most likely paired with inverted foreground colors. */
|
|
7361
|
+
--dt-color-border-subtle: hsl(0 0% 0% / 0.1);
|
|
7362
|
+
--dt-color-border-default: hsl(0 0% 0% / 0.18);
|
|
7363
|
+
--dt-color-border-moderate: hsl(0 0% 0% / 0.34);
|
|
7364
|
+
--dt-color-border-bold: hsl(0 0% 0% / 0.5);
|
|
7365
|
+
--dt-color-border-subtle-inverted: hsl(0 0% 100% / 0.14);
|
|
7366
|
+
--dt-color-border-default-inverted: hsl(0 0% 100% / 0.22);
|
|
7367
|
+
--dt-color-border-moderate-inverted: hsl(0 0% 100% / 0.38);
|
|
7368
|
+
--dt-color-border-bold-inverted: hsl(0 0% 100% / 0.5);
|
|
7369
|
+
--dt-color-border-focus: #51A0FE;
|
|
7370
|
+
--dt-color-border-critical: #EC0E0E;
|
|
7371
|
+
--dt-color-border-success: #1AA340;
|
|
7372
|
+
--dt-color-border-warning: #D28F2B;
|
|
7373
|
+
--dt-color-border-brand: #7C52FF;
|
|
7374
|
+
--dt-color-border-ai: linear-gradient(135deg, #F9008E 10%, #7C52FF 90%);
|
|
7375
|
+
--dt-color-border-accent: #F9008E;
|
|
7376
|
+
--dt-color-border-critical-subtle: #FF8585;
|
|
7377
|
+
--dt-color-border-critical-strong: #B70B0B;
|
|
7378
|
+
--dt-color-border-success-subtle: #B0FFA3;
|
|
7379
|
+
--dt-color-border-success-strong: #124620;
|
|
7380
|
+
--dt-color-border-warning-subtle: #FFDB80;
|
|
7381
|
+
--dt-color-border-warning-strong: hsl(35.7 88.3% 21.5%);
|
|
7382
|
+
--dt-color-border-brand-subtle: #DAC7FF;
|
|
7383
|
+
--dt-color-border-brand-strong: #3A1D95;
|
|
7384
|
+
--dt-color-border-critical-inverted: #FF8585;
|
|
7385
|
+
--dt-color-border-success-inverted: #B0FFA3;
|
|
7386
|
+
--dt-color-border-warning-inverted: #FFDB80;
|
|
7387
|
+
--dt-color-border-brand-inverted: #7C52FF;
|
|
7388
|
+
--dt-color-border-critical-subtle-inverted: #B70B0B;
|
|
7389
|
+
--dt-color-border-critical-strong-inverted: #FFE5E6;
|
|
7390
|
+
--dt-color-border-success-subtle-inverted: #1AA340;
|
|
7391
|
+
--dt-color-border-success-strong-inverted: #EDF9EB;
|
|
7392
|
+
--dt-color-border-warning-subtle-inverted: #D28F2B;
|
|
7393
|
+
--dt-color-border-warning-strong-inverted: #FFF4CC;
|
|
7394
|
+
--dt-color-border-brand-subtle-inverted: #3A1D95;
|
|
7395
|
+
--dt-color-border-brand-strong-inverted: #DAC7FF;
|
|
7396
|
+
--dt-opacity-0: 0;
|
|
7397
|
+
--dt-opacity-100: 0.05;
|
|
7398
|
+
--dt-opacity-200: 0.1;
|
|
7399
|
+
--dt-opacity-300: 0.2;
|
|
7400
|
+
--dt-opacity-400: 0.25;
|
|
7401
|
+
--dt-opacity-500: 0.3;
|
|
7402
|
+
--dt-opacity-600: 0.4;
|
|
7403
|
+
--dt-opacity-700: 0.5;
|
|
7404
|
+
--dt-opacity-800: 0.6;
|
|
7405
|
+
--dt-opacity-900: 0.7;
|
|
7406
|
+
--dt-opacity-1000: 0.75;
|
|
7407
|
+
--dt-opacity-1100: 0.8;
|
|
7408
|
+
--dt-opacity-1200: 0.9;
|
|
7409
|
+
--dt-opacity-1300: 1;
|
|
7410
|
+
--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"';
|
|
7411
|
+
--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"';
|
|
7412
|
+
--dt-font-family-mono: SFMono-Regular, '"SF Mono"', Consolas, '"Liberation Mono"', Menlo, Courier, monospace;
|
|
7413
|
+
--dt-font-size-100: 1.2rem; /* small */
|
|
7414
|
+
--dt-font-size-200: 1.5rem; /* medium / base */
|
|
7415
|
+
--dt-font-size-300: 1.9rem; /* large */
|
|
7416
|
+
--dt-font-size-400: 2.7rem; /* extra large / xl */
|
|
7417
|
+
--dt-font-size-500: 3.8rem; /* extra large / xxl */
|
|
7418
|
+
--dt-font-size-root: 1rem;
|
|
7419
|
+
--dt-font-line-height-100: 1;
|
|
7420
|
+
--dt-font-line-height-200: 1.2;
|
|
7421
|
+
--dt-font-line-height-300: 1.4;
|
|
7422
|
+
--dt-font-line-height-400: 1.6;
|
|
7423
|
+
--dt-font-line-height-500: 1.8;
|
|
7424
|
+
--dt-font-line-height-600: 2;
|
|
7425
|
+
--dt-font-weight-normal: 400;
|
|
7426
|
+
--dt-font-weight-medium: 500;
|
|
7427
|
+
--dt-font-weight-semi-bold: 600;
|
|
7428
|
+
--dt-font-weight-bold: 700;
|
|
7429
|
+
--dt-font-text-case-uppercase: uppercase;
|
|
7430
|
+
--dt-font-text-case-lowercase: lowercase;
|
|
7431
|
+
--dt-font-text-case-capitalize: capitalize;
|
|
7432
|
+
--dt-font-text-case-none: none;
|
|
7433
|
+
--dt-size-0: 0rem;
|
|
7589
7434
|
--dt-size-50: 0.05rem;
|
|
7590
7435
|
--dt-size-100: 0.1rem;
|
|
7591
7436
|
--dt-size-200: 0.2rem;
|
|
@@ -7627,14 +7472,6 @@ body {
|
|
|
7627
7472
|
--dt-size-1130: 134rem;
|
|
7628
7473
|
--dt-size-1150: 153.6rem;
|
|
7629
7474
|
--dt-size-1200: 204.8rem;
|
|
7630
|
-
--dt-size-border-0: 0;
|
|
7631
|
-
--dt-size-border-50: 0.05rem;
|
|
7632
|
-
--dt-size-border-100: 0.1rem;
|
|
7633
|
-
--dt-size-border-150: 0.15rem;
|
|
7634
|
-
--dt-size-border-200: 0.2rem;
|
|
7635
|
-
--dt-size-border-300: 0.4rem;
|
|
7636
|
-
--dt-size-border-400: 0.8rem;
|
|
7637
|
-
--dt-size-border-focus: 0.3rem;
|
|
7638
7475
|
--dt-size-50-negative: -0.05rem;
|
|
7639
7476
|
--dt-size-100-negative: -0.1rem;
|
|
7640
7477
|
--dt-size-200-negative: -0.2rem;
|
|
@@ -7694,7 +7531,15 @@ body {
|
|
|
7694
7531
|
--dt-size-95-percent: 95%;
|
|
7695
7532
|
--dt-size-100-percent: 100%;
|
|
7696
7533
|
--dt-size-base: 0.8rem;
|
|
7697
|
-
--dt-size-
|
|
7534
|
+
--dt-size-border-0: 0rem;
|
|
7535
|
+
--dt-size-border-50: 0.05rem;
|
|
7536
|
+
--dt-size-border-100: 0.1rem;
|
|
7537
|
+
--dt-size-border-150: 0.15rem;
|
|
7538
|
+
--dt-size-border-200: 0.2rem;
|
|
7539
|
+
--dt-size-border-300: 0.4rem;
|
|
7540
|
+
--dt-size-border-400: 0.8rem;
|
|
7541
|
+
--dt-size-border-focus: 0.3rem;
|
|
7542
|
+
--dt-size-radius-0: 0rem;
|
|
7698
7543
|
--dt-size-radius-100: 0.1rem;
|
|
7699
7544
|
--dt-size-radius-200: 0.2rem;
|
|
7700
7545
|
--dt-size-radius-300: 0.4rem;
|
|
@@ -7703,151 +7548,7 @@ body {
|
|
|
7703
7548
|
--dt-size-radius-600: 3.2rem;
|
|
7704
7549
|
--dt-size-radius-pill: 10rem;
|
|
7705
7550
|
--dt-size-radius-circle: 50%;
|
|
7706
|
-
--dt-
|
|
7707
|
-
--dt-inputs-size-border-status: 0.2rem;
|
|
7708
|
-
--dt-inputs-size-radius-xs: 0.4rem;
|
|
7709
|
-
--dt-inputs-size-radius-sm: 0.8rem;
|
|
7710
|
-
--dt-inputs-size-radius-md: 0.8rem;
|
|
7711
|
-
--dt-inputs-size-radius-lg: 1.2rem;
|
|
7712
|
-
--dt-inputs-size-radius-xl: 1.6rem;
|
|
7713
|
-
--dt-inputs-line-height-default: 1.2;
|
|
7714
|
-
--dt-inputs-font-size-xs: 1.2rem;
|
|
7715
|
-
--dt-inputs-font-size-sm: 1.2rem;
|
|
7716
|
-
--dt-inputs-font-size-md: 1.5rem;
|
|
7717
|
-
--dt-inputs-font-size-lg: 1.9rem;
|
|
7718
|
-
--dt-inputs-font-size-xl: 2.7rem;
|
|
7719
|
-
--dt-inputs-color-foreground-default: #3A3A3A;
|
|
7720
|
-
--dt-inputs-color-foreground-placeholder: #808080;
|
|
7721
|
-
--dt-inputs-color-foreground-disabled: #808080;
|
|
7722
|
-
--dt-inputs-color-border-default: #0000001a;
|
|
7723
|
-
--dt-inputs-color-border-focus: #51A0FE;
|
|
7724
|
-
--dt-inputs-color-border-critical: #EC0E0E;
|
|
7725
|
-
--dt-inputs-color-border-success: #1AA340;
|
|
7726
|
-
--dt-inputs-color-border-warning: #D28F2B;
|
|
7727
|
-
--dt-inputs-color-border-disabled: transparent;
|
|
7728
|
-
--dt-inputs-color-background-default: #00000008;
|
|
7729
|
-
--dt-inputs-color-background-focus: #00000003;
|
|
7730
|
-
--dt-inputs-color-background-disabled: #0000001f;
|
|
7731
|
-
--dt-action-color-foreground-base-default: #7C52FF;
|
|
7732
|
-
--dt-action-color-foreground-base-hover: #551FFF;
|
|
7733
|
-
--dt-action-color-foreground-base-active: #551FFF;
|
|
7734
|
-
--dt-action-color-foreground-base-primary-default: #ffffff;
|
|
7735
|
-
--dt-action-color-foreground-critical-default: #EC0E0E;
|
|
7736
|
-
--dt-action-color-foreground-critical-hover: #D90D0D;
|
|
7737
|
-
--dt-action-color-foreground-critical-active: #D90D0D;
|
|
7738
|
-
--dt-action-color-foreground-critical-primary-default: #ffffff;
|
|
7739
|
-
--dt-action-color-foreground-inverted-default: #ffffff;
|
|
7740
|
-
--dt-action-color-foreground-inverted-hover: #ffffff;
|
|
7741
|
-
--dt-action-color-foreground-inverted-active: #ffffff;
|
|
7742
|
-
--dt-action-color-foreground-inverted-primary-default: #7C52FF;
|
|
7743
|
-
--dt-action-color-foreground-inverted-primary-hover: #3A1D95;
|
|
7744
|
-
--dt-action-color-foreground-inverted-primary-active: #3A1D95;
|
|
7745
|
-
--dt-action-color-foreground-muted-default: #3A3A3A;
|
|
7746
|
-
--dt-action-color-foreground-muted-hover: #3A3A3A;
|
|
7747
|
-
--dt-action-color-foreground-muted-active: #3A3A3A;
|
|
7748
|
-
--dt-action-color-foreground-disabled-default: #808080;
|
|
7749
|
-
--dt-action-color-background-base-default: transparent;
|
|
7750
|
-
--dt-action-color-background-base-hover: #7c52ff24;
|
|
7751
|
-
--dt-action-color-background-base-active: #7c52ff2e;
|
|
7752
|
-
--dt-action-color-background-base-primary-default: #7C52FF;
|
|
7753
|
-
--dt-action-color-background-base-primary-hover: #6533FF;
|
|
7754
|
-
--dt-action-color-background-base-primary-active: #4D14FF;
|
|
7755
|
-
--dt-action-color-background-critical-default: transparent;
|
|
7756
|
-
--dt-action-color-background-critical-hover: #ec0e0e08;
|
|
7757
|
-
--dt-action-color-background-critical-active: #ec0e0e17;
|
|
7758
|
-
--dt-action-color-background-critical-primary-default: #EC0E0E;
|
|
7759
|
-
--dt-action-color-background-critical-primary-hover: #D90D0D;
|
|
7760
|
-
--dt-action-color-background-critical-primary-active: #C50C0C;
|
|
7761
|
-
--dt-action-color-background-inverted-default: transparent;
|
|
7762
|
-
--dt-action-color-background-inverted-hover: #ffffff26;
|
|
7763
|
-
--dt-action-color-background-inverted-active: #ffffff4d;
|
|
7764
|
-
--dt-action-color-background-inverted-primary-default: #ffffff;
|
|
7765
|
-
--dt-action-color-background-inverted-primary-hover: #F5F0FF;
|
|
7766
|
-
--dt-action-color-background-inverted-primary-active: #E1D1FF;
|
|
7767
|
-
--dt-action-color-background-muted-default: transparent;
|
|
7768
|
-
--dt-action-color-background-muted-hover: #2222221a;
|
|
7769
|
-
--dt-action-color-background-muted-active: #22222229;
|
|
7770
|
-
--dt-action-color-background-disabled-default: #D2D2D2;
|
|
7771
|
-
--dt-action-color-border-base-outlined-default: #7C52FF;
|
|
7772
|
-
--dt-action-color-border-critical-outlined-default: #EC0E0E;
|
|
7773
|
-
--dt-action-color-border-inverted-outlined-default: #F9F9F9;
|
|
7774
|
-
--dt-action-color-border-muted-outlined-default: #555555;
|
|
7775
|
-
--dt-theme-color-base: #000000;
|
|
7776
|
-
--dt-theme-topbar-color-foreground: #000000bf;
|
|
7777
|
-
--dt-theme-topbar-color-background: #F9F9F9;
|
|
7778
|
-
--dt-theme-topbar-field-color-foreground: #00000080;
|
|
7779
|
-
--dt-theme-topbar-field-color-foreground-hover: #000000bf;
|
|
7780
|
-
--dt-theme-topbar-field-color-background: #0000000d;
|
|
7781
|
-
--dt-theme-topbar-field-color-background-hover: #fff;
|
|
7782
|
-
--dt-theme-topbar-field-color-border: #0000;
|
|
7783
|
-
--dt-theme-topbar-field-color-border-hover: #0000001a;
|
|
7784
|
-
--dt-theme-topbar-field-color-border-active: #0003;
|
|
7785
|
-
--dt-theme-topbar-button-color-foreground: #000000a6;
|
|
7786
|
-
--dt-theme-topbar-button-color-foreground-hover: #000000;
|
|
7787
|
-
--dt-theme-topbar-button-color-background: #0000;
|
|
7788
|
-
--dt-theme-topbar-button-color-background-hover: #0000000d;
|
|
7789
|
-
--dt-theme-topbar-button-color-background-active: #0000001a;
|
|
7790
|
-
--dt-theme-topbar-profile-color-foreground: #000000bf;
|
|
7791
|
-
--dt-theme-topbar-profile-color-foreground-inverted: #ffffffbf;
|
|
7792
|
-
--dt-theme-topbar-profile-color-background: #0000000d;
|
|
7793
|
-
--dt-theme-topbar-profile-color-background-inverted: #000000bf;
|
|
7794
|
-
--dt-theme-topbar-profile-color-background-hover: #0000001a;
|
|
7795
|
-
--dt-theme-topbar-profile-color-background-active: #00000024;
|
|
7796
|
-
--dt-theme-sidebar-color-foreground: #3A3A3A;
|
|
7797
|
-
--dt-theme-sidebar-color-foreground-unread: #000000;
|
|
7798
|
-
--dt-theme-sidebar-color-background: #F9F9F9;
|
|
7799
|
-
--dt-theme-sidebar-icon-color-foreground: #3A3A3A;
|
|
7800
|
-
--dt-theme-sidebar-status-color-foreground: #555555;
|
|
7801
|
-
--dt-theme-sidebar-row-color-background: #0000;
|
|
7802
|
-
--dt-theme-sidebar-row-color-background-hover: #0000001f;
|
|
7803
|
-
--dt-theme-sidebar-row-color-background-active: #00000029;
|
|
7804
|
-
--dt-theme-sidebar-selected-row-color-foreground: #000000;
|
|
7805
|
-
--dt-theme-sidebar-selected-row-color-background: #0000001a;
|
|
7806
|
-
--dt-theme-sidebar-section-color-foreground: #555555;
|
|
7807
|
-
--dt-theme-presence-color-background-available: #1AA340;
|
|
7808
|
-
--dt-theme-presence-color-background-busy-unavailable: #EC0E0E;
|
|
7809
|
-
--dt-theme-presence-color-background-busy: #F6AB3C;
|
|
7810
|
-
--dt-theme-presence-color-background-offline: #ffffff;
|
|
7811
|
-
--dt-theme-mention-color-foreground: #ffffff;
|
|
7812
|
-
--dt-theme-mention-color-background: #7C52FF;
|
|
7813
|
-
--dt-opacity-0: 0;
|
|
7814
|
-
--dt-opacity-100: 0.05;
|
|
7815
|
-
--dt-opacity-200: 0.1;
|
|
7816
|
-
--dt-opacity-300: 0.2;
|
|
7817
|
-
--dt-opacity-400: 0.25;
|
|
7818
|
-
--dt-opacity-500: 0.3;
|
|
7819
|
-
--dt-opacity-600: 0.4;
|
|
7820
|
-
--dt-opacity-700: 0.5;
|
|
7821
|
-
--dt-opacity-800: 0.6;
|
|
7822
|
-
--dt-opacity-900: 0.7;
|
|
7823
|
-
--dt-opacity-1000: 0.75;
|
|
7824
|
-
--dt-opacity-1100: 0.8;
|
|
7825
|
-
--dt-opacity-1200: 0.9;
|
|
7826
|
-
--dt-opacity-1300: 1;
|
|
7827
|
-
--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;
|
|
7828
|
-
--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;
|
|
7829
|
-
--dt-font-family-mono: SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
|
|
7830
|
-
--dt-font-size-100: 1.2rem;
|
|
7831
|
-
--dt-font-size-200: 1.5rem;
|
|
7832
|
-
--dt-font-size-300: 1.9rem;
|
|
7833
|
-
--dt-font-size-400: 2.7rem;
|
|
7834
|
-
--dt-font-size-500: 3.8rem;
|
|
7835
|
-
--dt-font-size-root: 1rem;
|
|
7836
|
-
--dt-font-line-height-100: 1;
|
|
7837
|
-
--dt-font-line-height-200: 1.2;
|
|
7838
|
-
--dt-font-line-height-300: 1.4;
|
|
7839
|
-
--dt-font-line-height-400: 1.6;
|
|
7840
|
-
--dt-font-line-height-500: 1.8;
|
|
7841
|
-
--dt-font-line-height-600: 2;
|
|
7842
|
-
--dt-font-weight-normal: 400;
|
|
7843
|
-
--dt-font-weight-medium: 500;
|
|
7844
|
-
--dt-font-weight-semi-bold: 600;
|
|
7845
|
-
--dt-font-weight-bold: 700;
|
|
7846
|
-
--dt-font-text-case-uppercase: uppercase;
|
|
7847
|
-
--dt-font-text-case-lowercase: lowercase;
|
|
7848
|
-
--dt-font-text-case-capitalize: capitalize;
|
|
7849
|
-
--dt-font-text-case-none: none;
|
|
7850
|
-
--dt-space-0: 0;
|
|
7551
|
+
--dt-space-0: 0rem;
|
|
7851
7552
|
--dt-space-50: 0.05rem;
|
|
7852
7553
|
--dt-space-100: 0.1rem;
|
|
7853
7554
|
--dt-space-200: 0.2rem;
|
|
@@ -7948,587 +7649,616 @@ body {
|
|
|
7948
7649
|
--dt-space-95-percent: 95%;
|
|
7949
7650
|
--dt-space-100-percent: 100%;
|
|
7950
7651
|
--dt-space-base: 0.8rem;
|
|
7951
|
-
--dt-shadow-small-
|
|
7952
|
-
--dt-shadow-small-
|
|
7953
|
-
--dt-shadow-small-
|
|
7954
|
-
--dt-shadow-small-
|
|
7955
|
-
--dt-shadow-small-
|
|
7956
|
-
--dt-shadow-small-
|
|
7957
|
-
--dt-shadow-medium-
|
|
7958
|
-
--dt-shadow-medium-
|
|
7959
|
-
--dt-shadow-medium-
|
|
7960
|
-
--dt-shadow-medium-
|
|
7961
|
-
--dt-shadow-medium-
|
|
7962
|
-
--dt-shadow-medium-
|
|
7963
|
-
--dt-shadow-large-
|
|
7964
|
-
--dt-shadow-large-
|
|
7965
|
-
--dt-shadow-large-
|
|
7966
|
-
--dt-shadow-large-
|
|
7967
|
-
--dt-shadow-large-
|
|
7968
|
-
--dt-shadow-large-
|
|
7969
|
-
--dt-shadow-extra-large-
|
|
7970
|
-
--dt-shadow-extra-large-
|
|
7971
|
-
--dt-shadow-extra-large-
|
|
7972
|
-
--dt-shadow-extra-large-
|
|
7973
|
-
--dt-shadow-extra-large-
|
|
7974
|
-
--dt-shadow-extra-large-
|
|
7975
|
-
--dt-shadow-card-
|
|
7976
|
-
--dt-shadow-card-
|
|
7977
|
-
--dt-shadow-card-
|
|
7978
|
-
--dt-shadow-card-
|
|
7979
|
-
--dt-shadow-card-
|
|
7980
|
-
--dt-shadow-card-0-type: dropShadow;
|
|
7981
|
-
--dt-shadow-card-1-x: 0;
|
|
7982
|
-
--dt-shadow-card-1-y: 0.2rem;
|
|
7983
|
-
--dt-shadow-card-1-blur: 0.4rem;
|
|
7984
|
-
--dt-shadow-card-1-spread: 0;
|
|
7985
|
-
--dt-shadow-card-1-color: #0000000a;
|
|
7652
|
+
--dt-shadow-small-1-x: 0rem;
|
|
7653
|
+
--dt-shadow-small-1-y: 0.2rem;
|
|
7654
|
+
--dt-shadow-small-1-blur: 0.4rem;
|
|
7655
|
+
--dt-shadow-small-1-spread: 0rem;
|
|
7656
|
+
--dt-shadow-small-1-color: rgba(0, 0, 0, 0.15);
|
|
7657
|
+
--dt-shadow-small-1-type: dropShadow;
|
|
7658
|
+
--dt-shadow-medium-1-x: 0rem;
|
|
7659
|
+
--dt-shadow-medium-1-y: 0.2rem;
|
|
7660
|
+
--dt-shadow-medium-1-blur: 0.8rem;
|
|
7661
|
+
--dt-shadow-medium-1-spread: 0rem;
|
|
7662
|
+
--dt-shadow-medium-1-color: rgba(0, 0, 0, 0.25);
|
|
7663
|
+
--dt-shadow-medium-1-type: dropShadow;
|
|
7664
|
+
--dt-shadow-large-1-x: 0rem;
|
|
7665
|
+
--dt-shadow-large-1-y: 0.2rem;
|
|
7666
|
+
--dt-shadow-large-1-blur: 1.6rem;
|
|
7667
|
+
--dt-shadow-large-1-spread: 0rem;
|
|
7668
|
+
--dt-shadow-large-1-color: rgba(0, 0, 0, 0.3);
|
|
7669
|
+
--dt-shadow-large-1-type: dropShadow;
|
|
7670
|
+
--dt-shadow-extra-large-1-x: 0rem;
|
|
7671
|
+
--dt-shadow-extra-large-1-y: 0.2rem;
|
|
7672
|
+
--dt-shadow-extra-large-1-blur: 3.2rem;
|
|
7673
|
+
--dt-shadow-extra-large-1-spread: 0rem;
|
|
7674
|
+
--dt-shadow-extra-large-1-color: rgba(0, 0, 0, 0.3);
|
|
7675
|
+
--dt-shadow-extra-large-1-type: dropShadow;
|
|
7676
|
+
--dt-shadow-card-1-x: 0rem;
|
|
7677
|
+
--dt-shadow-card-1-y: 0.1rem;
|
|
7678
|
+
--dt-shadow-card-1-blur: 0.2rem;
|
|
7679
|
+
--dt-shadow-card-1-spread: 0rem;
|
|
7680
|
+
--dt-shadow-card-1-color: rgba(0, 0, 0, 0.03);
|
|
7986
7681
|
--dt-shadow-card-1-type: dropShadow;
|
|
7987
|
-
--dt-shadow-card-2-x:
|
|
7682
|
+
--dt-shadow-card-2-x: 0rem;
|
|
7988
7683
|
--dt-shadow-card-2-y: 0.2rem;
|
|
7989
|
-
--dt-shadow-card-2-blur:
|
|
7990
|
-
--dt-shadow-card-2-spread:
|
|
7991
|
-
--dt-shadow-card-2-color:
|
|
7684
|
+
--dt-shadow-card-2-blur: 0.4rem;
|
|
7685
|
+
--dt-shadow-card-2-spread: 0rem;
|
|
7686
|
+
--dt-shadow-card-2-color: rgba(0, 0, 0, 0.04);
|
|
7992
7687
|
--dt-shadow-card-2-type: dropShadow;
|
|
7993
|
-
--dt-shadow-
|
|
7994
|
-
--dt-shadow-
|
|
7995
|
-
--dt-shadow-
|
|
7996
|
-
--dt-shadow-
|
|
7997
|
-
--dt-shadow-
|
|
7998
|
-
--dt-shadow-
|
|
7999
|
-
--dt-shadow-focus-1-x:
|
|
8000
|
-
--dt-shadow-focus-1-y:
|
|
8001
|
-
--dt-shadow-focus-1-blur:
|
|
8002
|
-
--dt-shadow-focus-1-spread: 0.
|
|
8003
|
-
--dt-shadow-focus-1-color: #
|
|
7688
|
+
--dt-shadow-card-3-x: 0rem;
|
|
7689
|
+
--dt-shadow-card-3-y: 0.2rem;
|
|
7690
|
+
--dt-shadow-card-3-blur: 1.6rem;
|
|
7691
|
+
--dt-shadow-card-3-spread: 0rem;
|
|
7692
|
+
--dt-shadow-card-3-color: rgba(0, 0, 0, 0.08);
|
|
7693
|
+
--dt-shadow-card-3-type: dropShadow;
|
|
7694
|
+
--dt-shadow-focus-1-x: 0rem;
|
|
7695
|
+
--dt-shadow-focus-1-y: 0rem;
|
|
7696
|
+
--dt-shadow-focus-1-blur: 0rem;
|
|
7697
|
+
--dt-shadow-focus-1-spread: 0.1rem;
|
|
7698
|
+
--dt-shadow-focus-1-color: #F9F9F9;
|
|
8004
7699
|
--dt-shadow-focus-1-type: dropShadow;
|
|
8005
|
-
--dt-shadow-focus-
|
|
8006
|
-
--dt-shadow-focus-
|
|
8007
|
-
--dt-shadow-focus-
|
|
8008
|
-
--dt-shadow-focus-
|
|
8009
|
-
--dt-shadow-focus-
|
|
8010
|
-
--dt-shadow-focus-
|
|
8011
|
-
|
|
8012
|
-
|
|
8013
|
-
|
|
8014
|
-
|
|
8015
|
-
|
|
8016
|
-
|
|
8017
|
-
|
|
8018
|
-
.dialtone-theme-dark {
|
|
8019
|
-
--dt-radio-color-border-unchecked: #808080;
|
|
8020
|
-
--dt-radio-color-border-checked: #7C52FF;
|
|
8021
|
-
--dt-radio-color-background-checked: #7C52FF;
|
|
8022
|
-
--dt-radio-size-width: 1.6rem;
|
|
8023
|
-
--dt-radio-size-height: 1.6rem;
|
|
8024
|
-
--dt-radio-size-radius: 50%;
|
|
8025
|
-
--dt-icon-size-100: 1.2rem;
|
|
8026
|
-
--dt-icon-size-200: 1.4rem;
|
|
8027
|
-
--dt-icon-size-300: 1.8rem;
|
|
8028
|
-
--dt-icon-size-400: 2rem;
|
|
8029
|
-
--dt-icon-size-500: 2.4rem;
|
|
8030
|
-
--dt-icon-size-600: 3.2rem;
|
|
8031
|
-
--dt-icon-size-700: 3.8rem;
|
|
8032
|
-
--dt-icon-size-800: 4.8rem;
|
|
8033
|
-
--dt-icon-size-border-100: 0.1rem;
|
|
8034
|
-
--dt-icon-size-border-200: 0.125rem;
|
|
8035
|
-
--dt-icon-size-border-300: 0.15rem;
|
|
8036
|
-
--dt-icon-size-border-400: 0.175rem;
|
|
8037
|
-
--dt-icon-size-border-500: 0.175rem;
|
|
8038
|
-
--dt-icon-size-border-600: 0.25rem;
|
|
8039
|
-
--dt-icon-size-border-700: 0.275rem;
|
|
8040
|
-
--dt-icon-size-border-800: 0.35rem;
|
|
8041
|
-
--dt-checkbox-color-border-unchecked: #808080;
|
|
8042
|
-
--dt-checkbox-color-border-checked: #7C52FF;
|
|
8043
|
-
--dt-checkbox-color-background-checked: #7C52FF;
|
|
8044
|
-
--dt-checkbox-size-width: 1.6rem;
|
|
8045
|
-
--dt-checkbox-size-height: 1.6rem;
|
|
8046
|
-
--dt-checkbox-size-radius: 0.4rem;
|
|
8047
|
-
--dt-badge-color-background-default: #e6e6e626;
|
|
8048
|
-
--dt-badge-color-background-info: #01326D;
|
|
8049
|
-
--dt-badge-color-background-success: #124620;
|
|
8050
|
-
--dt-badge-color-background-warning: #815008;
|
|
8051
|
-
--dt-badge-color-background-critical: #5B0505;
|
|
8052
|
-
--dt-badge-color-background-bulletin: #7C52FF;
|
|
8053
|
-
--dt-badge-color-background-ai: linear-gradient(135deg, #F9008E 10%, #7C52FF 90%);
|
|
8054
|
-
--dt-badge-color-foreground-default: #E6E6E6;
|
|
8055
|
-
--dt-badge-color-foreground-bulletin: #ffffff;
|
|
8056
|
-
--dt-avatar-color-foreground: #000000;
|
|
8057
|
-
--dt-avatar-color-background-100: #1aa340;
|
|
8058
|
-
--dt-avatar-color-background-200: #aaff83;
|
|
8059
|
-
--dt-avatar-color-background-300: #adea88;
|
|
8060
|
-
--dt-avatar-color-background-400: #77eca6;
|
|
8061
|
-
--dt-avatar-color-background-500: #7aedbd;
|
|
8062
|
-
--dt-avatar-color-background-600: #77deec;
|
|
8063
|
-
--dt-avatar-color-background-700: #5ed8ff;
|
|
8064
|
-
--dt-avatar-color-background-800: #99e7ff;
|
|
8065
|
-
--dt-avatar-color-background-900: #51a0fe;
|
|
8066
|
-
--dt-avatar-color-background-1000: #b6cfff;
|
|
8067
|
-
--dt-avatar-color-background-1100: #f1b7e8;
|
|
8068
|
-
--dt-avatar-color-background-1200: #ec77bd;
|
|
8069
|
-
--dt-avatar-color-background-1300: #ff67be;
|
|
8070
|
-
--dt-avatar-color-background-1400: #f87e7e;
|
|
8071
|
-
--dt-avatar-color-background-1500: #eca877;
|
|
8072
|
-
--dt-avatar-color-background-1600: #ffbe41;
|
|
8073
|
-
--dt-avatar-color-background-1700: #ffd646;
|
|
8074
|
-
--dt-avatar-color-background-1800: #f1dab7;
|
|
8075
|
-
--dt-avatar-color-background-000: #e0e0e0;
|
|
8076
|
-
--dt-color-foreground-primary: #e6e6e6;
|
|
8077
|
-
--dt-color-foreground-secondary: #c2c2c2;
|
|
8078
|
-
--dt-color-foreground-tertiary: #aaaaaa;
|
|
8079
|
-
--dt-color-foreground-muted: rgba(212, 212, 212, 0.6);
|
|
8080
|
-
--dt-color-foreground-placeholder: #aaaaaa;
|
|
8081
|
-
--dt-color-foreground-disabled: #aaaaaa;
|
|
8082
|
-
--dt-color-foreground-critical: #ff8585;
|
|
8083
|
-
--dt-color-foreground-critical-strong: #ffa4a4;
|
|
8084
|
-
--dt-color-foreground-success: #b0ffa3;
|
|
8085
|
-
--dt-color-foreground-success-strong: #cbffc3;
|
|
8086
|
-
--dt-color-foreground-warning: #ffdb80;
|
|
8087
|
-
--dt-color-foreground-primary-inverted: #000000;
|
|
8088
|
-
--dt-color-foreground-secondary-inverted: #3a3a3a;
|
|
8089
|
-
--dt-color-foreground-tertiary-inverted: #555555;
|
|
8090
|
-
--dt-color-foreground-muted-inverted: rgba(38, 38, 38, 0.6);
|
|
8091
|
-
--dt-color-foreground-placeholder-inverted: #808080;
|
|
8092
|
-
--dt-color-foreground-disabled-inverted: #808080;
|
|
8093
|
-
--dt-color-foreground-critical-inverted: #ec0e0e;
|
|
8094
|
-
--dt-color-foreground-critical-strong-inverted: #b70b0b;
|
|
8095
|
-
--dt-color-foreground-success-inverted: #1aa340;
|
|
8096
|
-
--dt-color-foreground-success-strong-inverted: #124620;
|
|
8097
|
-
--dt-color-foreground-warning-inverted: #815008;
|
|
8098
|
-
--dt-color-link-primary: #b790ff;
|
|
8099
|
-
--dt-color-link-critical: #ff8585;
|
|
8100
|
-
--dt-color-link-success: #b0ffa3;
|
|
8101
|
-
--dt-color-link-warning: #ffdb80;
|
|
8102
|
-
--dt-color-link-disabled: #aaaaaa;
|
|
8103
|
-
--dt-color-link-primary-hover: #dac7ff;
|
|
8104
|
-
--dt-color-link-critical-hover: #ffe5e6;
|
|
8105
|
-
--dt-color-link-success-hover: #edf9eb;
|
|
8106
|
-
--dt-color-link-warning-hover: #fff4cc;
|
|
8107
|
-
--dt-color-link-disabled-hover: #aaaaaa;
|
|
8108
|
-
--dt-color-link-primary-inverted: #7c52ff;
|
|
8109
|
-
--dt-color-link-primary-inverted-hover: #3a1d95;
|
|
8110
|
-
--dt-color-link-critical-inverted: #ec0e0e;
|
|
8111
|
-
--dt-color-link-critical-inverted-hover: #b70b0b;
|
|
8112
|
-
--dt-color-link-success-inverted: #1aa340;
|
|
8113
|
-
--dt-color-link-success-inverted-hover: #124620;
|
|
8114
|
-
--dt-color-link-warning-inverted: #815008;
|
|
8115
|
-
--dt-color-link-warning-inverted-hover: #262626;
|
|
8116
|
-
--dt-color-link-disabled-inverted: #808080;
|
|
8117
|
-
--dt-color-link-disabled-inverted-hover: #808080;
|
|
8118
|
-
--dt-color-link-muted: #c2c2c2;
|
|
8119
|
-
--dt-color-link-muted-inverted: #3a3a3a;
|
|
8120
|
-
--dt-color-link-muted-hover: #e6e6e6;
|
|
8121
|
-
--dt-color-link-muted-inverted-hover: #000000;
|
|
8122
|
-
--dt-color-surface-primary: #1f1f1f;
|
|
8123
|
-
--dt-color-surface-secondary: #262626;
|
|
8124
|
-
--dt-color-surface-moderate: #3a3a3a;
|
|
8125
|
-
--dt-color-surface-bold: #555555;
|
|
8126
|
-
--dt-color-surface-strong: #aaaaaa;
|
|
8127
|
-
--dt-color-surface-contrast: #e6e6e6;
|
|
8128
|
-
--dt-color-surface-critical: #5b0505;
|
|
8129
|
-
--dt-color-surface-critical-subtle: #2d0202;
|
|
8130
|
-
--dt-color-surface-warning: #815008;
|
|
8131
|
-
--dt-color-surface-warning-subtle: #402804;
|
|
8132
|
-
--dt-color-surface-success: #124620;
|
|
8133
|
-
--dt-color-surface-success-subtle: #092310;
|
|
8134
|
-
--dt-color-surface-info: #01326d;
|
|
8135
|
-
--dt-color-surface-info-subtle: #011e41;
|
|
8136
|
-
--dt-color-surface-secondary-opaque: rgba(230, 230, 230, 0.06);
|
|
8137
|
-
--dt-color-surface-moderate-opaque: rgba(230, 230, 230, 0.15);
|
|
8138
|
-
--dt-color-surface-bold-opaque: rgba(230, 230, 230, 0.27);
|
|
8139
|
-
--dt-color-surface-strong-opaque: rgba(230, 230, 230, 0.65);
|
|
8140
|
-
--dt-color-surface-contrast-opaque: rgba(230, 230, 230, 0.96);
|
|
8141
|
-
--dt-color-surface-critical-opaque: rgba(183, 11, 11, 0.32);
|
|
8142
|
-
--dt-color-surface-critical-subtle-opaque: rgba(45, 2, 2, 0.5);
|
|
8143
|
-
--dt-color-surface-warning-opaque: rgba(210, 143, 43, 0.48);
|
|
8144
|
-
--dt-color-surface-warning-subtle-opaque: rgba(64, 40, 4, 0.5);
|
|
8145
|
-
--dt-color-surface-success-opaque: rgba(26, 163, 65, 0.26);
|
|
8146
|
-
--dt-color-surface-success-subtle-opaque: rgba(9, 35, 16, 0.5);
|
|
8147
|
-
--dt-color-surface-info-opaque: rgba(23, 105, 198, 0.29);
|
|
8148
|
-
--dt-color-surface-info-subtle-opaque: rgba(1, 30, 65, 0.5);
|
|
8149
|
-
--dt-color-surface-backdrop: rgba(0, 0, 0, 0.7);
|
|
8150
|
-
--dt-color-surface-critical-strong: #ff8585;
|
|
8151
|
-
--dt-color-surface-warning-strong: #d28f2b;
|
|
8152
|
-
--dt-color-surface-success-strong: #b0ffa3;
|
|
8153
|
-
--dt-color-surface-info-strong: #99c8ff;
|
|
8154
|
-
--dt-color-border-subtle: rgba(255, 255, 255, 0.14);
|
|
8155
|
-
--dt-color-border-default: rgba(255, 255, 255, 0.22);
|
|
8156
|
-
--dt-color-border-moderate: rgba(255, 255, 255, 0.36);
|
|
8157
|
-
--dt-color-border-bold: rgba(255, 255, 255, 0.5);
|
|
8158
|
-
--dt-color-border-subtle-inverted: rgba(0, 0, 0, 0.1);
|
|
8159
|
-
--dt-color-border-default-inverted: rgba(0, 0, 0, 0.18);
|
|
8160
|
-
--dt-color-border-moderate-inverted: rgba(0, 0, 0, 0.34);
|
|
8161
|
-
--dt-color-border-bold-inverted: rgba(0, 0, 0, 0.5);
|
|
8162
|
-
--dt-color-border-focus: #51a0fe;
|
|
8163
|
-
--dt-color-border-critical: #ff8585;
|
|
8164
|
-
--dt-color-border-critical-inverted: #ec0e0e;
|
|
8165
|
-
--dt-color-border-critical-strong: #ffe5e6;
|
|
8166
|
-
--dt-color-border-success: #b0ffa3;
|
|
8167
|
-
--dt-color-border-success-inverted: #1aa340;
|
|
8168
|
-
--dt-color-border-warning: #ffdb80;
|
|
8169
|
-
--dt-color-border-warning-inverted: #d28f2b;
|
|
8170
|
-
--dt-color-border-warning-strong: #fff4cc;
|
|
8171
|
-
--dt-color-border-brand-inverted: #7c52ff;
|
|
8172
|
-
--dt-color-border-critical-subtle-inverted: #ff8585;
|
|
8173
|
-
--dt-color-border-success-subtle-inverted: #b0ffa3;
|
|
8174
|
-
--dt-color-border-warning-subtle-inverted: #ffdb80;
|
|
8175
|
-
--dt-color-border-brand-subtle-inverted: #dac7ff;
|
|
8176
|
-
--dt-color-border-critical-strong-inverted: #b70b0b;
|
|
8177
|
-
--dt-color-border-success-strong-inverted: #124620;
|
|
8178
|
-
--dt-color-border-warning-strong-inverted: #815008;
|
|
8179
|
-
--dt-color-border-brand-strong-inverted: #3a1d95;
|
|
8180
|
-
--dt-color-border-brand: #7c52ff;
|
|
8181
|
-
--dt-color-border-ai: #000000;
|
|
8182
|
-
--dt-color-border-accent: #f9008e;
|
|
8183
|
-
--dt-color-border-critical-subtle: #b70b0b;
|
|
8184
|
-
--dt-color-border-success-subtle: #1aa340;
|
|
8185
|
-
--dt-color-border-success-strong: #edf9eb;
|
|
8186
|
-
--dt-color-border-warning-subtle: #d28f2b;
|
|
8187
|
-
--dt-color-border-brand-subtle: #3a1d95;
|
|
8188
|
-
--dt-color-border-brand-strong: #dac7ff;
|
|
8189
|
-
--dt-color-black-100: #000000;
|
|
8190
|
-
--dt-color-black-200: #262626;
|
|
8191
|
-
--dt-color-black-300: #3a3a3a;
|
|
8192
|
-
--dt-color-black-400: #555555;
|
|
8193
|
-
--dt-color-black-500: #808080;
|
|
8194
|
-
--dt-color-black-600: #aaaaaa;
|
|
8195
|
-
--dt-color-black-700: #c2c2c2;
|
|
8196
|
-
--dt-color-black-800: #d4d4d4;
|
|
8197
|
-
--dt-color-black-900: #e6e6e6;
|
|
8198
|
-
--dt-color-purple-100: #10022c;
|
|
8199
|
-
--dt-color-purple-200: #3a1d95;
|
|
8200
|
-
--dt-color-purple-300: #7c52ff;
|
|
8201
|
-
--dt-color-purple-400: #ab7eff;
|
|
8202
|
-
--dt-color-purple-500: #dac7ff;
|
|
8203
|
-
--dt-color-purple-600: #f5f0ff;
|
|
8204
|
-
--dt-color-blue-100: #01326d;
|
|
8205
|
-
--dt-color-blue-200: #1768c6;
|
|
8206
|
-
--dt-color-blue-300: #51a0fe;
|
|
8207
|
-
--dt-color-blue-400: #99c8ff;
|
|
8208
|
-
--dt-color-blue-500: #eaf2fa;
|
|
8209
|
-
--dt-color-magenta-100: #541a3b;
|
|
8210
|
-
--dt-color-magenta-200: #8c0e56;
|
|
8211
|
-
--dt-color-magenta-300: #f9008e;
|
|
8212
|
-
--dt-color-magenta-400: #f985c7;
|
|
8213
|
-
--dt-color-magenta-500: #ffe0f2;
|
|
8214
|
-
--dt-color-gold-100: #815008;
|
|
8215
|
-
--dt-color-gold-200: #d28f2b;
|
|
8216
|
-
--dt-color-gold-300: #f6ab3c;
|
|
8217
|
-
--dt-color-gold-400: #ffdb80;
|
|
8218
|
-
--dt-color-gold-500: #fff4cc;
|
|
8219
|
-
--dt-color-green-100: #124620;
|
|
8220
|
-
--dt-color-green-200: #1aa340;
|
|
8221
|
-
--dt-color-green-300: #45f777;
|
|
8222
|
-
--dt-color-green-400: #b0ffa3;
|
|
8223
|
-
--dt-color-green-500: #edf9eb;
|
|
8224
|
-
--dt-color-red-100: #5b0505;
|
|
8225
|
-
--dt-color-red-200: #b70b0b;
|
|
8226
|
-
--dt-color-red-300: #ec0e0e;
|
|
8227
|
-
--dt-color-red-400: #ff8585;
|
|
8228
|
-
--dt-color-red-500: #ffe5e6;
|
|
8229
|
-
--dt-color-tan-100: #121212;
|
|
8230
|
-
--dt-color-tan-200: #3f3d3c;
|
|
8231
|
-
--dt-color-tan-300: #87807b;
|
|
8232
|
-
--dt-color-tan-400: #cec8c4;
|
|
8233
|
-
--dt-color-tan-500: #f2f0ee;
|
|
8234
|
-
--dt-color-neutral-white: #ffffff;
|
|
8235
|
-
--dt-color-neutral-black: #000000;
|
|
8236
|
-
--dt-color-neutral-transparent: rgba(0, 0, 0, 0);
|
|
8237
|
-
--dt-color-gradient-magenta-purple: #000000;
|
|
8238
|
-
--dt-color-brand-purple: #7c52ff;
|
|
8239
|
-
--dt-color-brand-magenta: #f9008e;
|
|
8240
|
-
--dt-inputs-color-foreground-default: #E6E6E6;
|
|
8241
|
-
--dt-inputs-color-foreground-placeholder: #AAAAAA;
|
|
8242
|
-
--dt-inputs-color-foreground-disabled: #AAAAAA;
|
|
8243
|
-
--dt-inputs-color-border-focus: #51A0FE;
|
|
8244
|
-
--dt-inputs-color-border-critical: #FF8585;
|
|
8245
|
-
--dt-inputs-color-border-success: #B0FFA3;
|
|
8246
|
-
--dt-inputs-color-border-warning: #FFDB80;
|
|
8247
|
-
--dt-inputs-color-border-disabled: transparent;
|
|
8248
|
-
--dt-inputs-color-border-default: #ffffff24;
|
|
8249
|
-
--dt-inputs-color-background-default: #e6e6e60f;
|
|
8250
|
-
--dt-inputs-color-background-focus: #e6e6e608;
|
|
8251
|
-
--dt-inputs-color-background-disabled: #e6e6e626;
|
|
8252
|
-
--dt-inputs-size-border-default: 0.15rem;
|
|
8253
|
-
--dt-inputs-size-border-status: 0.2rem;
|
|
8254
|
-
--dt-inputs-size-radius-xs: 0.4rem;
|
|
8255
|
-
--dt-inputs-size-radius-sm: 0.8rem;
|
|
8256
|
-
--dt-inputs-size-radius-md: 0.8rem;
|
|
8257
|
-
--dt-inputs-size-radius-lg: 1.2rem;
|
|
8258
|
-
--dt-inputs-size-radius-xl: 1.6rem;
|
|
8259
|
-
--dt-inputs-line-height-default: 1.2;
|
|
8260
|
-
--dt-inputs-font-size-xs: 1.2rem;
|
|
8261
|
-
--dt-inputs-font-size-sm: 1.2rem;
|
|
8262
|
-
--dt-inputs-font-size-md: 1.5rem;
|
|
8263
|
-
--dt-inputs-font-size-lg: 1.9rem;
|
|
8264
|
-
--dt-inputs-font-size-xl: 2.7rem;
|
|
8265
|
-
--dt-action-color-foreground-base-hover: #be97ff;
|
|
8266
|
-
--dt-action-color-foreground-base-default: #AB7EFF;
|
|
8267
|
-
--dt-action-color-foreground-base-active: #be97ff;
|
|
8268
|
-
--dt-action-color-foreground-base-primary-default: #ffffff;
|
|
8269
|
-
--dt-action-color-foreground-critical-hover: #ffa5a2;
|
|
8270
|
-
--dt-action-color-foreground-critical-default: #FF8585;
|
|
8271
|
-
--dt-action-color-foreground-critical-active: #ffa5a2;
|
|
8272
|
-
--dt-action-color-foreground-critical-primary-default: #ffffff;
|
|
8273
|
-
--dt-action-color-foreground-inverted-default: #000000;
|
|
8274
|
-
--dt-action-color-foreground-inverted-hover: #000000;
|
|
8275
|
-
--dt-action-color-foreground-inverted-active: #000000;
|
|
8276
|
-
--dt-action-color-foreground-inverted-primary-default: #AB7EFF;
|
|
8277
|
-
--dt-action-color-foreground-inverted-primary-hover: #DAC7FF;
|
|
8278
|
-
--dt-action-color-foreground-inverted-primary-active: #DAC7FF;
|
|
8279
|
-
--dt-action-color-foreground-muted-default: #C2C2C2;
|
|
8280
|
-
--dt-action-color-foreground-muted-hover: #C2C2C2;
|
|
8281
|
-
--dt-action-color-foreground-muted-active: #C2C2C2;
|
|
8282
|
-
--dt-action-color-foreground-disabled-default: #AAAAAA;
|
|
8283
|
-
--dt-action-color-background-base-hover: #ab7eff1a;
|
|
8284
|
-
--dt-action-color-background-base-active: #ab7eff33;
|
|
8285
|
-
--dt-action-color-background-base-default: transparent;
|
|
8286
|
-
--dt-action-color-background-base-primary-default: #7C52FF;
|
|
8287
|
-
--dt-action-color-background-base-primary-hover: #6533FF;
|
|
8288
|
-
--dt-action-color-background-base-primary-active: #4D14FF;
|
|
8289
|
-
--dt-action-color-background-critical-hover: #ec0e0e33;
|
|
8290
|
-
--dt-action-color-background-critical-active: #ec0e0e4d;
|
|
8291
|
-
--dt-action-color-background-critical-default: transparent;
|
|
8292
|
-
--dt-action-color-background-critical-primary-default: #EC0E0E;
|
|
8293
|
-
--dt-action-color-background-critical-primary-hover: #D90D0D;
|
|
8294
|
-
--dt-action-color-background-critical-primary-active: #C50C0C;
|
|
8295
|
-
--dt-action-color-background-inverted-primary-active: #3A1D95;
|
|
8296
|
-
--dt-action-color-background-inverted-primary-default: #1f1f1f;
|
|
8297
|
-
--dt-action-color-background-inverted-primary-hover: #10022C;
|
|
8298
|
-
--dt-action-color-background-inverted-default: transparent;
|
|
8299
|
-
--dt-action-color-background-inverted-hover: #1f1f1f26;
|
|
8300
|
-
--dt-action-color-background-inverted-active: #1f1f1f4d;
|
|
8301
|
-
--dt-action-color-background-muted-default: transparent;
|
|
8302
|
-
--dt-action-color-background-muted-hover: #d4d4d41a;
|
|
8303
|
-
--dt-action-color-background-muted-active: #d4d4d429;
|
|
8304
|
-
--dt-action-color-background-disabled-default: #3A3A3A;
|
|
8305
|
-
--dt-action-color-border-base-outlined-default: #AB7EFF;
|
|
8306
|
-
--dt-action-color-border-critical-outlined-default: #FF8585;
|
|
8307
|
-
--dt-action-color-border-inverted-outlined-default: #000000;
|
|
8308
|
-
--dt-action-color-border-muted-outlined-default: #AAAAAA;
|
|
8309
|
-
--dt-theme-topbar-field-color-background-hover: #000;
|
|
8310
|
-
--dt-theme-topbar-field-color-foreground: #e6e6e680;
|
|
8311
|
-
--dt-theme-topbar-field-color-foreground-hover: #e6e6e6bf;
|
|
8312
|
-
--dt-theme-topbar-field-color-background: #e6e6e60d;
|
|
8313
|
-
--dt-theme-topbar-field-color-border: #e6e6e600;
|
|
8314
|
-
--dt-theme-topbar-field-color-border-hover: #e6e6e61a;
|
|
8315
|
-
--dt-theme-topbar-field-color-border-active: #e6e6e633;
|
|
8316
|
-
--dt-theme-topbar-button-color-background-hover: #e6e6e626;
|
|
8317
|
-
--dt-theme-topbar-button-color-foreground: #e6e6e6a6;
|
|
8318
|
-
--dt-theme-topbar-button-color-foreground-hover: #E6E6E6;
|
|
8319
|
-
--dt-theme-topbar-button-color-background: #e6e6e600;
|
|
8320
|
-
--dt-theme-topbar-button-color-background-active: #e6e6e61a;
|
|
8321
|
-
--dt-theme-topbar-color-foreground: #e6e6e6bf;
|
|
8322
|
-
--dt-theme-topbar-color-background: #262626;
|
|
8323
|
-
--dt-theme-topbar-profile-color-foreground: #e6e6e6bf;
|
|
8324
|
-
--dt-theme-topbar-profile-color-foreground-inverted: #000000bf;
|
|
8325
|
-
--dt-theme-topbar-profile-color-background: #e6e6e60d;
|
|
8326
|
-
--dt-theme-topbar-profile-color-background-inverted: #e6e6e6bf;
|
|
8327
|
-
--dt-theme-topbar-profile-color-background-hover: #e6e6e61a;
|
|
8328
|
-
--dt-theme-topbar-profile-color-background-active: #e6e6e624;
|
|
8329
|
-
--dt-theme-sidebar-row-color-background-hover: #e6e6e62e;
|
|
8330
|
-
--dt-theme-sidebar-row-color-background-active: #e6e6e63d;
|
|
8331
|
-
--dt-theme-sidebar-row-color-background: #e6e6e600;
|
|
8332
|
-
--dt-theme-sidebar-selected-row-color-background: #e6e6e633;
|
|
8333
|
-
--dt-theme-sidebar-selected-row-color-foreground: #E6E6E6;
|
|
8334
|
-
--dt-theme-sidebar-color-foreground: #C2C2C2;
|
|
8335
|
-
--dt-theme-sidebar-color-foreground-unread: #E6E6E6;
|
|
8336
|
-
--dt-theme-sidebar-color-background: #262626;
|
|
8337
|
-
--dt-theme-sidebar-icon-color-foreground: #C2C2C2;
|
|
8338
|
-
--dt-theme-sidebar-status-color-foreground: #AAAAAA;
|
|
8339
|
-
--dt-theme-sidebar-section-color-foreground: #AAAAAA;
|
|
8340
|
-
--dt-theme-color-base: #E6E6E6;
|
|
8341
|
-
--dt-theme-presence-color-background-available: #B0FFA3;
|
|
8342
|
-
--dt-theme-presence-color-background-busy-unavailable: #EC0E0E;
|
|
8343
|
-
--dt-theme-presence-color-background-busy: #F6AB3C;
|
|
8344
|
-
--dt-theme-presence-color-background-offline: #ffffff;
|
|
8345
|
-
--dt-theme-mention-color-foreground: #ffffff;
|
|
8346
|
-
--dt-theme-mention-color-background: #7C52FF;
|
|
8347
|
-
--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";
|
|
7700
|
+
--dt-shadow-focus-2-x: 0rem;
|
|
7701
|
+
--dt-shadow-focus-2-y: 0rem;
|
|
7702
|
+
--dt-shadow-focus-2-blur: 0rem;
|
|
7703
|
+
--dt-shadow-focus-2-spread: 0.4rem;
|
|
7704
|
+
--dt-shadow-focus-2-color: #51A0FE;
|
|
7705
|
+
--dt-shadow-focus-2-type: dropShadow;
|
|
7706
|
+
--dt-shadow-focus-inset-1-x: 0rem;
|
|
7707
|
+
--dt-shadow-focus-inset-1-y: 0rem;
|
|
7708
|
+
--dt-shadow-focus-inset-1-blur: 0rem;
|
|
7709
|
+
--dt-shadow-focus-inset-1-spread: 0.3rem;
|
|
7710
|
+
--dt-shadow-focus-inset-1-color: #51A0FE;
|
|
7711
|
+
--dt-shadow-focus-inset-1-type: innerShadow;
|
|
7712
|
+
--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"';
|
|
8348
7713
|
--dt-typography-body-small-font-weight: 400;
|
|
8349
7714
|
--dt-typography-body-small-line-height: 1.4;
|
|
8350
7715
|
--dt-typography-body-small-font-size: 1.2rem;
|
|
8351
7716
|
--dt-typography-body-small-text-case: none;
|
|
8352
|
-
--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";
|
|
7717
|
+
--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"';
|
|
8353
7718
|
--dt-typography-body-base-font-weight: 400;
|
|
8354
7719
|
--dt-typography-body-base-line-height: 1.6;
|
|
8355
7720
|
--dt-typography-body-base-font-size: 1.5rem;
|
|
8356
7721
|
--dt-typography-body-base-text-case: none;
|
|
8357
|
-
--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";
|
|
7722
|
+
--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"';
|
|
8358
7723
|
--dt-typography-body-compact-small-font-weight: 400;
|
|
8359
7724
|
--dt-typography-body-compact-small-line-height: 1.2;
|
|
8360
7725
|
--dt-typography-body-compact-small-font-size: 1.2rem;
|
|
8361
7726
|
--dt-typography-body-compact-small-text-case: none;
|
|
8362
|
-
--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";
|
|
7727
|
+
--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"';
|
|
8363
7728
|
--dt-typography-body-compact-base-font-weight: 400;
|
|
8364
7729
|
--dt-typography-body-compact-base-line-height: 1.4;
|
|
8365
7730
|
--dt-typography-body-compact-base-font-size: 1.5rem;
|
|
8366
7731
|
--dt-typography-body-compact-base-text-case: none;
|
|
8367
|
-
--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";
|
|
7732
|
+
--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"';
|
|
8368
7733
|
--dt-typography-headline-eyebrow-font-weight: 400;
|
|
8369
7734
|
--dt-typography-headline-eyebrow-line-height: 1.4;
|
|
8370
7735
|
--dt-typography-headline-eyebrow-font-size: 1.2rem;
|
|
8371
7736
|
--dt-typography-headline-eyebrow-text-case: uppercase;
|
|
8372
|
-
--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";
|
|
7737
|
+
--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"';
|
|
8373
7738
|
--dt-typography-headline-small-font-weight: 700;
|
|
8374
7739
|
--dt-typography-headline-small-line-height: 1.4;
|
|
8375
7740
|
--dt-typography-headline-small-font-size: 1.2rem;
|
|
8376
7741
|
--dt-typography-headline-small-text-case: none;
|
|
8377
|
-
--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";
|
|
7742
|
+
--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"';
|
|
8378
7743
|
--dt-typography-headline-medium-font-weight: 700;
|
|
8379
7744
|
--dt-typography-headline-medium-line-height: 1.6;
|
|
8380
7745
|
--dt-typography-headline-medium-font-size: 1.5rem;
|
|
8381
7746
|
--dt-typography-headline-medium-text-case: none;
|
|
8382
|
-
--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";
|
|
7747
|
+
--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"';
|
|
8383
7748
|
--dt-typography-headline-large-font-weight: 700;
|
|
8384
7749
|
--dt-typography-headline-large-line-height: 1.6;
|
|
8385
7750
|
--dt-typography-headline-large-font-size: 1.9rem;
|
|
8386
7751
|
--dt-typography-headline-large-text-case: none;
|
|
8387
|
-
--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";
|
|
7752
|
+
--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"';
|
|
8388
7753
|
--dt-typography-headline-extra-large-font-weight: 500;
|
|
8389
7754
|
--dt-typography-headline-extra-large-line-height: 1.2;
|
|
8390
7755
|
--dt-typography-headline-extra-large-font-size: 2.7rem;
|
|
8391
7756
|
--dt-typography-headline-extra-large-text-case: none;
|
|
8392
|
-
--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";
|
|
7757
|
+
--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"';
|
|
8393
7758
|
--dt-typography-headline-extra-extra-large-font-weight: 500;
|
|
8394
7759
|
--dt-typography-headline-extra-extra-large-line-height: 1.2;
|
|
8395
7760
|
--dt-typography-headline-extra-extra-large-font-size: 3.8rem;
|
|
8396
7761
|
--dt-typography-headline-extra-extra-large-text-case: none;
|
|
8397
|
-
--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";
|
|
7762
|
+
--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"';
|
|
8398
7763
|
--dt-typography-headline-soft-small-font-weight: 500;
|
|
8399
7764
|
--dt-typography-headline-soft-small-line-height: 1.4;
|
|
8400
7765
|
--dt-typography-headline-soft-small-font-size: 1.2rem;
|
|
8401
7766
|
--dt-typography-headline-soft-small-text-case: none;
|
|
8402
|
-
--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";
|
|
7767
|
+
--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"';
|
|
8403
7768
|
--dt-typography-headline-compact-small-font-weight: 700;
|
|
8404
7769
|
--dt-typography-headline-compact-small-line-height: 1.2;
|
|
8405
7770
|
--dt-typography-headline-compact-small-font-size: 1.2rem;
|
|
8406
7771
|
--dt-typography-headline-compact-small-text-case: none;
|
|
8407
|
-
--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";
|
|
7772
|
+
--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"';
|
|
8408
7773
|
--dt-typography-headline-compact-medium-font-weight: 700;
|
|
8409
7774
|
--dt-typography-headline-compact-medium-line-height: 1.4;
|
|
8410
7775
|
--dt-typography-headline-compact-medium-font-size: 1.5rem;
|
|
8411
7776
|
--dt-typography-headline-compact-medium-text-case: none;
|
|
8412
|
-
--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";
|
|
7777
|
+
--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"';
|
|
8413
7778
|
--dt-typography-headline-compact-large-font-weight: 700;
|
|
8414
7779
|
--dt-typography-headline-compact-large-line-height: 1.2;
|
|
8415
7780
|
--dt-typography-headline-compact-large-font-size: 1.9rem;
|
|
8416
7781
|
--dt-typography-headline-compact-large-text-case: none;
|
|
8417
|
-
--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";
|
|
7782
|
+
--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"';
|
|
8418
7783
|
--dt-typography-headline-compact-soft-small-font-weight: 500;
|
|
8419
7784
|
--dt-typography-headline-compact-soft-small-line-height: 1.2;
|
|
8420
7785
|
--dt-typography-headline-compact-soft-small-font-size: 1.2rem;
|
|
8421
7786
|
--dt-typography-headline-compact-soft-small-text-case: none;
|
|
8422
|
-
--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";
|
|
7787
|
+
--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"';
|
|
8423
7788
|
--dt-typography-label-small-font-weight: 600;
|
|
8424
7789
|
--dt-typography-label-small-line-height: 1.4;
|
|
8425
7790
|
--dt-typography-label-small-font-size: 1.2rem;
|
|
8426
7791
|
--dt-typography-label-small-text-case: none;
|
|
8427
|
-
--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";
|
|
7792
|
+
--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"';
|
|
8428
7793
|
--dt-typography-label-base-font-weight: 600;
|
|
8429
7794
|
--dt-typography-label-base-line-height: 1.6;
|
|
8430
7795
|
--dt-typography-label-base-font-size: 1.5rem;
|
|
8431
7796
|
--dt-typography-label-base-text-case: none;
|
|
8432
|
-
--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";
|
|
7797
|
+
--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"';
|
|
8433
7798
|
--dt-typography-label-compact-small-font-weight: 600;
|
|
8434
7799
|
--dt-typography-label-compact-small-line-height: 1.2;
|
|
8435
7800
|
--dt-typography-label-compact-small-font-size: 1.2rem;
|
|
8436
7801
|
--dt-typography-label-compact-small-text-case: none;
|
|
8437
|
-
--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";
|
|
7802
|
+
--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"';
|
|
8438
7803
|
--dt-typography-label-compact-base-font-weight: 600;
|
|
8439
7804
|
--dt-typography-label-compact-base-line-height: 1.4;
|
|
8440
7805
|
--dt-typography-label-compact-base-font-size: 1.5rem;
|
|
8441
7806
|
--dt-typography-label-compact-base-text-case: none;
|
|
8442
|
-
--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";
|
|
7807
|
+
--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"';
|
|
8443
7808
|
--dt-typography-label-compact-plain-small-font-weight: 400;
|
|
8444
7809
|
--dt-typography-label-compact-plain-small-line-height: 1.2;
|
|
8445
7810
|
--dt-typography-label-compact-plain-small-font-size: 1.2rem;
|
|
8446
7811
|
--dt-typography-label-compact-plain-small-text-case: none;
|
|
8447
|
-
--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";
|
|
7812
|
+
--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"';
|
|
8448
7813
|
--dt-typography-label-compact-plain-base-font-weight: 400;
|
|
8449
7814
|
--dt-typography-label-compact-plain-base-line-height: 1.4;
|
|
8450
7815
|
--dt-typography-label-compact-plain-base-font-size: 1.5rem;
|
|
8451
7816
|
--dt-typography-label-compact-plain-base-text-case: none;
|
|
8452
|
-
--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";
|
|
7817
|
+
--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"';
|
|
8453
7818
|
--dt-typography-label-plain-small-font-weight: 400;
|
|
8454
7819
|
--dt-typography-label-plain-small-line-height: 1.4;
|
|
8455
7820
|
--dt-typography-label-plain-small-font-size: 1.2rem;
|
|
8456
7821
|
--dt-typography-label-plain-small-text-case: none;
|
|
8457
|
-
--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";
|
|
7822
|
+
--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"';
|
|
8458
7823
|
--dt-typography-label-plain-base-font-weight: 400;
|
|
8459
7824
|
--dt-typography-label-plain-base-line-height: 1.6;
|
|
8460
7825
|
--dt-typography-label-plain-base-font-size: 1.5rem;
|
|
8461
7826
|
--dt-typography-label-plain-base-text-case: none;
|
|
8462
|
-
--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";
|
|
7827
|
+
--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"';
|
|
8463
7828
|
--dt-typography-helper-small-font-weight: 400;
|
|
8464
7829
|
--dt-typography-helper-small-line-height: 1.2;
|
|
8465
7830
|
--dt-typography-helper-small-font-size: 1.2rem;
|
|
8466
7831
|
--dt-typography-helper-small-text-case: none;
|
|
8467
|
-
--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";
|
|
7832
|
+
--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"';
|
|
8468
7833
|
--dt-typography-helper-base-font-weight: 400;
|
|
8469
7834
|
--dt-typography-helper-base-line-height: 1.4;
|
|
8470
7835
|
--dt-typography-helper-base-font-size: 1.5rem;
|
|
8471
7836
|
--dt-typography-helper-base-text-case: none;
|
|
8472
|
-
--dt-typography-code-small-font-family: SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
|
7837
|
+
--dt-typography-code-small-font-family: SFMono-Regular, '"SF Mono"', Consolas, '"Liberation Mono"', Menlo, Courier, monospace;
|
|
8473
7838
|
--dt-typography-code-small-font-weight: 400;
|
|
8474
7839
|
--dt-typography-code-small-line-height: 1.2;
|
|
8475
7840
|
--dt-typography-code-small-font-size: 1.2rem;
|
|
8476
7841
|
--dt-typography-code-small-text-case: none;
|
|
8477
|
-
--dt-typography-code-base-font-family: SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
|
7842
|
+
--dt-typography-code-base-font-family: SFMono-Regular, '"SF Mono"', Consolas, '"Liberation Mono"', Menlo, Courier, monospace;
|
|
8478
7843
|
--dt-typography-code-base-font-weight: 400;
|
|
8479
7844
|
--dt-typography-code-base-line-height: 1.2;
|
|
8480
7845
|
--dt-typography-code-base-font-size: 1.5rem;
|
|
8481
7846
|
--dt-typography-code-base-text-case: none;
|
|
8482
|
-
--dt-size-
|
|
8483
|
-
--dt-size-
|
|
8484
|
-
--dt-size-
|
|
8485
|
-
--dt-size-
|
|
8486
|
-
--dt-size-
|
|
8487
|
-
--dt-size-
|
|
8488
|
-
--dt-size-
|
|
8489
|
-
--dt-
|
|
8490
|
-
--dt-size-
|
|
8491
|
-
--dt-size-
|
|
8492
|
-
--dt-size-
|
|
8493
|
-
--dt-size-
|
|
8494
|
-
--dt-size-
|
|
8495
|
-
--dt-
|
|
8496
|
-
--dt-
|
|
8497
|
-
--dt-
|
|
8498
|
-
--dt-
|
|
8499
|
-
--dt-
|
|
8500
|
-
--dt-
|
|
8501
|
-
--dt-
|
|
8502
|
-
--dt-
|
|
8503
|
-
--dt-
|
|
8504
|
-
--dt-
|
|
8505
|
-
--dt-
|
|
8506
|
-
--dt-
|
|
8507
|
-
--dt-
|
|
8508
|
-
--dt-
|
|
8509
|
-
--dt-
|
|
8510
|
-
--dt-
|
|
8511
|
-
--dt-
|
|
8512
|
-
--dt-
|
|
8513
|
-
--dt-
|
|
8514
|
-
--dt-
|
|
8515
|
-
--dt-
|
|
8516
|
-
--dt-
|
|
8517
|
-
--dt-
|
|
8518
|
-
--dt-
|
|
8519
|
-
--dt-
|
|
8520
|
-
--dt-
|
|
8521
|
-
--dt-
|
|
8522
|
-
--dt-
|
|
8523
|
-
--dt-
|
|
8524
|
-
--dt-
|
|
8525
|
-
--dt-
|
|
8526
|
-
--dt-
|
|
8527
|
-
--dt-
|
|
8528
|
-
--dt-
|
|
8529
|
-
--dt-
|
|
8530
|
-
--dt-
|
|
8531
|
-
--dt-
|
|
7847
|
+
--dt-inputs-size-border-default: 0.15rem;
|
|
7848
|
+
--dt-inputs-size-border-status: 0.2rem;
|
|
7849
|
+
--dt-inputs-size-radius-xs: 0.4rem;
|
|
7850
|
+
--dt-inputs-size-radius-sm: 0.8rem;
|
|
7851
|
+
--dt-inputs-size-radius-md: 0.8rem;
|
|
7852
|
+
--dt-inputs-size-radius-lg: 1.2rem;
|
|
7853
|
+
--dt-inputs-size-radius-xl: 1.6rem;
|
|
7854
|
+
--dt-inputs-line-height-default: 1.2;
|
|
7855
|
+
--dt-inputs-font-size-xs: 1.2rem;
|
|
7856
|
+
--dt-inputs-font-size-sm: 1.2rem;
|
|
7857
|
+
--dt-inputs-font-size-md: 1.5rem;
|
|
7858
|
+
--dt-inputs-font-size-lg: 1.9rem;
|
|
7859
|
+
--dt-inputs-font-size-xl: 2.7rem;
|
|
7860
|
+
--dt-inputs-color-foreground-default: #3A3A3A;
|
|
7861
|
+
--dt-inputs-color-foreground-placeholder: #808080;
|
|
7862
|
+
--dt-inputs-color-foreground-disabled: #808080;
|
|
7863
|
+
--dt-inputs-color-border-default: hsl(0 0% 0% / 0.1);
|
|
7864
|
+
--dt-inputs-color-border-focus: #51A0FE;
|
|
7865
|
+
--dt-inputs-color-border-critical: #EC0E0E;
|
|
7866
|
+
--dt-inputs-color-border-success: #1AA340;
|
|
7867
|
+
--dt-inputs-color-border-warning: #D28F2B;
|
|
7868
|
+
--dt-inputs-color-border-disabled: transparent;
|
|
7869
|
+
--dt-inputs-color-background-default: hsl(0 0% 0% / 0.03);
|
|
7870
|
+
--dt-inputs-color-background-focus: hsl(0 0% 0% / 0.01);
|
|
7871
|
+
--dt-inputs-color-background-disabled: hsl(0 0% 0% / 0.12);
|
|
7872
|
+
--dt-action-color-foreground-base-default: #7C52FF;
|
|
7873
|
+
--dt-action-color-foreground-base-hover: hsl(255 100% 63.4%);
|
|
7874
|
+
--dt-action-color-foreground-base-active: hsl(255 100% 63.4%);
|
|
7875
|
+
--dt-action-color-foreground-base-primary-default: #ffffff;
|
|
7876
|
+
--dt-action-color-foreground-critical-default: #EC0E0E;
|
|
7877
|
+
--dt-action-color-foreground-critical-hover: hsl(0 88.8% 45.1%);
|
|
7878
|
+
--dt-action-color-foreground-critical-active: hsl(0 88.8% 45.1%);
|
|
7879
|
+
--dt-action-color-foreground-critical-primary-default: #ffffff;
|
|
7880
|
+
--dt-action-color-foreground-inverted-default: #ffffff;
|
|
7881
|
+
--dt-action-color-foreground-inverted-hover: #ffffff;
|
|
7882
|
+
--dt-action-color-foreground-inverted-active: #ffffff;
|
|
7883
|
+
--dt-action-color-foreground-inverted-primary-default: #7C52FF;
|
|
7884
|
+
--dt-action-color-foreground-inverted-primary-hover: #3A1D95;
|
|
7885
|
+
--dt-action-color-foreground-inverted-primary-active: #3A1D95;
|
|
7886
|
+
--dt-action-color-foreground-muted-default: #3A3A3A;
|
|
7887
|
+
--dt-action-color-foreground-muted-hover: #3A3A3A;
|
|
7888
|
+
--dt-action-color-foreground-muted-active: #3A3A3A;
|
|
7889
|
+
--dt-action-color-foreground-disabled-default: #808080;
|
|
7890
|
+
--dt-action-color-background-base-default: transparent;
|
|
7891
|
+
--dt-action-color-background-base-hover: hsl(255 100% 66.1% / 0.14);
|
|
7892
|
+
--dt-action-color-background-base-active: hsl(255 100% 66.1% / 0.18);
|
|
7893
|
+
--dt-action-color-background-base-primary-default: #7C52FF;
|
|
7894
|
+
--dt-action-color-background-base-primary-hover: hsl(255 100% 63.4%);
|
|
7895
|
+
--dt-action-color-background-base-primary-active: hsl(255 100% 60.8%);
|
|
7896
|
+
--dt-action-color-background-critical-default: transparent;
|
|
7897
|
+
--dt-action-color-background-critical-hover: hsl(0 88.8% 49% / 0.03);
|
|
7898
|
+
--dt-action-color-background-critical-active: hsl(0 88.8% 49% / 0.09);
|
|
7899
|
+
--dt-action-color-background-critical-primary-default: #EC0E0E;
|
|
7900
|
+
--dt-action-color-background-critical-primary-hover: hsl(0 88.8% 45.1%);
|
|
7901
|
+
--dt-action-color-background-critical-primary-active: hsl(0 88.8% 43.1%);
|
|
7902
|
+
--dt-action-color-background-inverted-default: transparent;
|
|
7903
|
+
--dt-action-color-background-inverted-hover: hsl(0 0% 100% / 0.15);
|
|
7904
|
+
--dt-action-color-background-inverted-active: hsl(0 0% 100% / 0.3);
|
|
7905
|
+
--dt-action-color-background-inverted-primary-default: #ffffff;
|
|
7906
|
+
--dt-action-color-background-inverted-primary-hover: #F5F0FF;
|
|
7907
|
+
--dt-action-color-background-inverted-primary-active: hsl(260 100% 93.2%);
|
|
7908
|
+
--dt-action-color-background-muted-default: transparent;
|
|
7909
|
+
--dt-action-color-background-muted-hover: hsl(0 0% 13.3% / 0.1);
|
|
7910
|
+
--dt-action-color-background-muted-active: hsl(0 0% 13.3% / 0.16);
|
|
7911
|
+
--dt-action-color-background-disabled-default: #D2D2D2;
|
|
7912
|
+
--dt-action-color-border-base-outlined-default: #7C52FF;
|
|
7913
|
+
--dt-action-color-border-critical-outlined-default: #EC0E0E;
|
|
7914
|
+
--dt-action-color-border-inverted-outlined-default: #F9F9F9;
|
|
7915
|
+
--dt-action-color-border-muted-outlined-default: #555555;
|
|
7916
|
+
--dt-theme-color-base: #000000;
|
|
7917
|
+
--dt-theme-topbar-color-foreground: hsl(0 0% 0% / 0.75);
|
|
7918
|
+
--dt-theme-topbar-color-background: #F9F9F9;
|
|
7919
|
+
--dt-theme-topbar-field-color-foreground: hsl(0 0% 0% / 0.5);
|
|
7920
|
+
--dt-theme-topbar-field-color-foreground-hover: hsl(0 0% 0% / 0.75);
|
|
7921
|
+
--dt-theme-topbar-field-color-background: hsl(0 0% 0% / 0.05);
|
|
7922
|
+
--dt-theme-topbar-field-color-background-hover: hsl(0 0% 100%);
|
|
7923
|
+
--dt-theme-topbar-field-color-border: hsl(0 0% 0% / 0);
|
|
7924
|
+
--dt-theme-topbar-field-color-border-hover: hsl(0 0% 0% / 0.1);
|
|
7925
|
+
--dt-theme-topbar-field-color-border-active: hsl(0 0% 0% / 0.2);
|
|
7926
|
+
--dt-theme-topbar-button-color-foreground: hsl(0 0% 0% / 0.65);
|
|
7927
|
+
--dt-theme-topbar-button-color-foreground-hover: #000000;
|
|
7928
|
+
--dt-theme-topbar-button-color-background: hsl(0 0% 0% / 0);
|
|
7929
|
+
--dt-theme-topbar-button-color-background-hover: hsl(0 0% 0% / 0.05);
|
|
7930
|
+
--dt-theme-topbar-button-color-background-active: hsl(0 0% 0% / 0.1);
|
|
7931
|
+
--dt-theme-topbar-profile-color-foreground: hsl(0 0% 0% / 0.75);
|
|
7932
|
+
--dt-theme-topbar-profile-color-foreground-inverted: hsl(0 0% 100% / 0.75);
|
|
7933
|
+
--dt-theme-topbar-profile-color-background: hsl(0 0% 0% / 0.05);
|
|
7934
|
+
--dt-theme-topbar-profile-color-background-inverted: hsl(0 0% 0% / 0.75);
|
|
7935
|
+
--dt-theme-topbar-profile-color-background-hover: hsl(0 0% 0% / 0.1);
|
|
7936
|
+
--dt-theme-topbar-profile-color-background-active: hsl(0 0% 0% / 0.14);
|
|
7937
|
+
--dt-theme-sidebar-color-foreground: #3A3A3A;
|
|
7938
|
+
--dt-theme-sidebar-color-foreground-unread: #000000;
|
|
7939
|
+
--dt-theme-sidebar-color-background: #F9F9F9;
|
|
7940
|
+
--dt-theme-sidebar-icon-color-foreground: #3A3A3A;
|
|
7941
|
+
--dt-theme-sidebar-status-color-foreground: #555555;
|
|
7942
|
+
--dt-theme-sidebar-row-color-background: hsl(0 0% 0% / 0);
|
|
7943
|
+
--dt-theme-sidebar-row-color-background-hover: hsl(0 0% 0% / 0.12);
|
|
7944
|
+
--dt-theme-sidebar-row-color-background-active: hsl(0 0% 0% / 0.16);
|
|
7945
|
+
--dt-theme-sidebar-selected-row-color-foreground: #000000;
|
|
7946
|
+
--dt-theme-sidebar-selected-row-color-background: hsl(0 0% 0% / 0.1);
|
|
7947
|
+
--dt-theme-sidebar-section-color-foreground: #555555;
|
|
7948
|
+
--dt-theme-presence-color-background-available: #1AA340;
|
|
7949
|
+
--dt-theme-presence-color-background-busy-unavailable: #EC0E0E;
|
|
7950
|
+
--dt-theme-presence-color-background-busy: #F6AB3C;
|
|
7951
|
+
--dt-theme-presence-color-background-offline: #ffffff;
|
|
7952
|
+
--dt-theme-mention-color-foreground: #ffffff;
|
|
7953
|
+
--dt-theme-mention-color-background: #7C52FF;
|
|
7954
|
+
--dt-avatar-color-foreground: #000000;
|
|
7955
|
+
--dt-avatar-color-background-100: #1aa340;
|
|
7956
|
+
--dt-avatar-color-background-200: #aaff83;
|
|
7957
|
+
--dt-avatar-color-background-300: #adea88;
|
|
7958
|
+
--dt-avatar-color-background-400: #77eca6;
|
|
7959
|
+
--dt-avatar-color-background-500: #7aedbd;
|
|
7960
|
+
--dt-avatar-color-background-600: #77deec;
|
|
7961
|
+
--dt-avatar-color-background-700: #5ed8ff;
|
|
7962
|
+
--dt-avatar-color-background-800: #99e7ff;
|
|
7963
|
+
--dt-avatar-color-background-900: #51a0fe;
|
|
7964
|
+
--dt-avatar-color-background-1000: #b6cfff;
|
|
7965
|
+
--dt-avatar-color-background-1100: #f1b7e8;
|
|
7966
|
+
--dt-avatar-color-background-1200: #ec77bd;
|
|
7967
|
+
--dt-avatar-color-background-1300: #ff67be;
|
|
7968
|
+
--dt-avatar-color-background-1400: #f87e7e;
|
|
7969
|
+
--dt-avatar-color-background-1500: #eca877;
|
|
7970
|
+
--dt-avatar-color-background-1600: #ffbe41;
|
|
7971
|
+
--dt-avatar-color-background-1700: #ffd646;
|
|
7972
|
+
--dt-avatar-color-background-1800: #f1dab7;
|
|
7973
|
+
--dt-avatar-color-background-000: #e0e0e0;
|
|
7974
|
+
--dt-badge-color-background-default: hsl(0 0% 0% / 0.09);
|
|
7975
|
+
--dt-badge-color-background-info: #EAF2FA;
|
|
7976
|
+
--dt-badge-color-background-success: #EDF9EB;
|
|
7977
|
+
--dt-badge-color-background-warning: #FFF4CC;
|
|
7978
|
+
--dt-badge-color-background-critical: #FFE5E6;
|
|
7979
|
+
--dt-badge-color-background-bulletin: #7C52FF;
|
|
7980
|
+
--dt-badge-color-background-ai: linear-gradient(135deg, #F9008E 10%, #7C52FF 90%);
|
|
7981
|
+
--dt-badge-color-foreground-default: #000000;
|
|
7982
|
+
--dt-badge-color-foreground-bulletin: #ffffff;
|
|
7983
|
+
--dt-checkbox-size-width: 1.6rem;
|
|
7984
|
+
--dt-checkbox-size-height: 1.6rem;
|
|
7985
|
+
--dt-checkbox-size-radius: 0.4rem;
|
|
7986
|
+
--dt-checkbox-color-border-unchecked: #AAAAAA;
|
|
7987
|
+
--dt-checkbox-color-border-checked: #7C52FF;
|
|
7988
|
+
--dt-checkbox-color-background-checked: #7C52FF;
|
|
7989
|
+
--dt-icon-size-100: 1.2rem;
|
|
7990
|
+
--dt-icon-size-200: 1.4rem;
|
|
7991
|
+
--dt-icon-size-300: 1.8rem;
|
|
7992
|
+
--dt-icon-size-400: 2rem;
|
|
7993
|
+
--dt-icon-size-500: 2.4rem;
|
|
7994
|
+
--dt-icon-size-600: 3.2rem;
|
|
7995
|
+
--dt-icon-size-700: 3.8rem;
|
|
7996
|
+
--dt-icon-size-800: 4.8rem;
|
|
7997
|
+
--dt-icon-size-border-100: 0.1rem;
|
|
7998
|
+
--dt-icon-size-border-200: 0.125rem;
|
|
7999
|
+
--dt-icon-size-border-300: 0.15rem;
|
|
8000
|
+
--dt-icon-size-border-400: 0.175rem;
|
|
8001
|
+
--dt-icon-size-border-500: 0.175rem;
|
|
8002
|
+
--dt-icon-size-border-600: 0.25rem;
|
|
8003
|
+
--dt-icon-size-border-700: 0.275rem;
|
|
8004
|
+
--dt-icon-size-border-800: 0.35rem;
|
|
8005
|
+
--dt-radio-size-width: 1.6rem;
|
|
8006
|
+
--dt-radio-size-height: 1.6rem;
|
|
8007
|
+
--dt-radio-size-radius: 50%;
|
|
8008
|
+
--dt-radio-color-border-unchecked: #AAAAAA;
|
|
8009
|
+
--dt-radio-color-border-checked: #7C52FF;
|
|
8010
|
+
--dt-radio-color-background-checked: #7C52FF;
|
|
8011
|
+
}
|
|
8012
|
+
|
|
8013
|
+
/**
|
|
8014
|
+
* Do not edit directly
|
|
8015
|
+
* Generated on Fri, 08 Sep 2023 20:38:02 GMT
|
|
8016
|
+
*/
|
|
8017
|
+
|
|
8018
|
+
.dialtone-theme-dark {
|
|
8019
|
+
--dt-color-neutral-white: #ffffff;
|
|
8020
|
+
--dt-color-neutral-black: #000000;
|
|
8021
|
+
--dt-color-neutral-transparent: transparent;
|
|
8022
|
+
--dt-color-black-100: #000000;
|
|
8023
|
+
--dt-color-black-200: #262626;
|
|
8024
|
+
--dt-color-black-300: #3A3A3A;
|
|
8025
|
+
--dt-color-black-400: #555555;
|
|
8026
|
+
--dt-color-black-500: #808080;
|
|
8027
|
+
--dt-color-black-600: #AAAAAA;
|
|
8028
|
+
--dt-color-black-700: #C2C2C2;
|
|
8029
|
+
--dt-color-black-800: #D4D4D4;
|
|
8030
|
+
--dt-color-black-900: #E6E6E6;
|
|
8031
|
+
--dt-color-purple-100: #10022C;
|
|
8032
|
+
--dt-color-purple-200: #3A1D95;
|
|
8033
|
+
--dt-color-purple-300: #7C52FF;
|
|
8034
|
+
--dt-color-purple-400: #AB7EFF;
|
|
8035
|
+
--dt-color-purple-500: #DAC7FF;
|
|
8036
|
+
--dt-color-purple-600: #F5F0FF;
|
|
8037
|
+
--dt-color-blue-100: #01326D;
|
|
8038
|
+
--dt-color-blue-200: #1768C6;
|
|
8039
|
+
--dt-color-blue-300: #51A0FE;
|
|
8040
|
+
--dt-color-blue-400: #99C8FF;
|
|
8041
|
+
--dt-color-blue-500: #EAF2FA;
|
|
8042
|
+
--dt-color-magenta-100: #541A3B; /* aka pink */
|
|
8043
|
+
--dt-color-magenta-200: #8C0E56; /* aka pink */
|
|
8044
|
+
--dt-color-magenta-300: #F9008E; /* aka pink */
|
|
8045
|
+
--dt-color-magenta-400: #F985C7; /* aka pink */
|
|
8046
|
+
--dt-color-magenta-500: #FFE0F2; /* aka pink */
|
|
8047
|
+
--dt-color-gold-100: #815008; /* aka yellow */
|
|
8048
|
+
--dt-color-gold-200: #D28F2B; /* aka yellow */
|
|
8049
|
+
--dt-color-gold-300: #F6AB3C; /* aka yellow */
|
|
8050
|
+
--dt-color-gold-400: #FFDB80; /* aka yellow */
|
|
8051
|
+
--dt-color-gold-500: #FFF4CC; /* aka yellow */
|
|
8052
|
+
--dt-color-green-100: #124620;
|
|
8053
|
+
--dt-color-green-200: #1AA340;
|
|
8054
|
+
--dt-color-green-300: #45F777;
|
|
8055
|
+
--dt-color-green-400: #B0FFA3;
|
|
8056
|
+
--dt-color-green-500: #EDF9EB;
|
|
8057
|
+
--dt-color-red-100: #5B0505;
|
|
8058
|
+
--dt-color-red-200: #B70B0B;
|
|
8059
|
+
--dt-color-red-300: #EC0E0E;
|
|
8060
|
+
--dt-color-red-400: #FF8585;
|
|
8061
|
+
--dt-color-red-500: #FFE5E6;
|
|
8062
|
+
--dt-color-tan-100: #121212;
|
|
8063
|
+
--dt-color-tan-200: #3F3D3C;
|
|
8064
|
+
--dt-color-tan-300: #87807B;
|
|
8065
|
+
--dt-color-tan-400: #CEC8C4;
|
|
8066
|
+
--dt-color-tan-500: #F2F0EE;
|
|
8067
|
+
--dt-color-gradient-magenta-purple: linear-gradient(135deg, #F9008E 10%, #7C52FF 90%);
|
|
8068
|
+
--dt-color-brand-purple: #7C52FF;
|
|
8069
|
+
--dt-color-brand-magenta: #F9008E;
|
|
8070
|
+
--dt-color-foreground-primary: #E6E6E6; /* Default text color throughout the UI. */
|
|
8071
|
+
--dt-color-foreground-secondary: #C2C2C2; /* Example uses include introduction paragraphs, labels, and descriptions paired with form elements. */
|
|
8072
|
+
--dt-color-foreground-tertiary: #AAAAAA; /* Used to imply visual hierarchy relative to primary and secondary text colors, e.g. headlines and labels. */
|
|
8073
|
+
--dt-color-foreground-muted: hsl(0 0% 83.1% / 0.6);
|
|
8074
|
+
--dt-color-foreground-placeholder: #AAAAAA; /* Text color for placeholder text within form elements. */
|
|
8075
|
+
--dt-color-foreground-disabled: #AAAAAA; /* Used for text paired with disabled content or components, like the form elements. */
|
|
8076
|
+
--dt-color-foreground-critical: #FF8585; /* Expresses an error, danger, or otherwise critical state. */
|
|
8077
|
+
--dt-color-foreground-critical-strong: hsl(0 100% 82.1%); /* Expresses an error, danger, or otherwise critical state on surfaces that require a stronger contrast. */
|
|
8078
|
+
--dt-color-foreground-success: #B0FFA3; /* Indicates a positive state. */
|
|
8079
|
+
--dt-color-foreground-success-strong: hsl(112 100% 88.3%); /* Indicates a strong positive state on surfaces that require a stronger contrast. */
|
|
8080
|
+
--dt-color-foreground-warning: #FFDB80; /* Indicates information that requires user’s attention and further action may be necessary. */
|
|
8081
|
+
--dt-color-foreground-primary-inverted: #000000; /* Primary text that sits on high-contrast surfaces or backgrounds. */
|
|
8082
|
+
--dt-color-foreground-secondary-inverted: #3A3A3A; /* Secondary text color that sits on high-contrast surfaces or backgrounds. */
|
|
8083
|
+
--dt-color-foreground-tertiary-inverted: #555555; /* Tertiary text color that sits on high-contrast surfaces or backgrounds. */
|
|
8084
|
+
--dt-color-foreground-muted-inverted: hsl(0 0% 14.9% / 0.6); /* Muted text color that sits on high-contrast surfaces or backgrounds. */
|
|
8085
|
+
--dt-color-foreground-placeholder-inverted: #808080; /* Placeholder text color that sits on high-contrast surfaces or backgrounds. */
|
|
8086
|
+
--dt-color-foreground-disabled-inverted: #808080; /* Disabled text color that sits on high-contrast surfaces or backgrounds. */
|
|
8087
|
+
--dt-color-foreground-critical-inverted: #EC0E0E; /* Critical text that sits on high-contrast surfaces or backgrounds */
|
|
8088
|
+
--dt-color-foreground-critical-strong-inverted: hsl(0 88.7% 53.5%); /* Critical strong text that sits on high-contrast surfaces or backgrounds */
|
|
8089
|
+
--dt-color-foreground-success-inverted: #1AA340; /* Success text that sits on high-contrast surfaces or backgrounds */
|
|
8090
|
+
--dt-color-foreground-success-strong-inverted: hsl(136 59.1% 54.5%); /* Success strong text that sits on high-contrast surfaces or backgrounds */
|
|
8091
|
+
--dt-color-foreground-warning-inverted: #815008; /* Warning text that sits on high-contrast surfaces or backgrounds */
|
|
8092
|
+
--dt-color-link-primary: hsl(261 100% 78.2%);
|
|
8093
|
+
--dt-color-link-critical: #FF8585;
|
|
8094
|
+
--dt-color-link-success: #B0FFA3; /* positive */
|
|
8095
|
+
--dt-color-link-warning: #FFDB80;
|
|
8096
|
+
--dt-color-link-muted: #C2C2C2;
|
|
8097
|
+
--dt-color-link-disabled: #AAAAAA;
|
|
8098
|
+
--dt-color-link-primary-inverted: #7C52FF;
|
|
8099
|
+
--dt-color-link-critical-inverted: #EC0E0E;
|
|
8100
|
+
--dt-color-link-success-inverted: #1AA340;
|
|
8101
|
+
--dt-color-link-warning-inverted: #815008;
|
|
8102
|
+
--dt-color-link-muted-inverted: #3A3A3A;
|
|
8103
|
+
--dt-color-link-disabled-inverted: #808080;
|
|
8104
|
+
--dt-color-link-primary-hover: #DAC7FF;
|
|
8105
|
+
--dt-color-link-critical-hover: #FFE5E6;
|
|
8106
|
+
--dt-color-link-success-hover: #EDF9EB;
|
|
8107
|
+
--dt-color-link-warning-hover: #FFF4CC;
|
|
8108
|
+
--dt-color-link-muted-hover: #E6E6E6;
|
|
8109
|
+
--dt-color-link-disabled-hover: #AAAAAA;
|
|
8110
|
+
--dt-color-link-primary-inverted-hover: #3A1D95;
|
|
8111
|
+
--dt-color-link-critical-inverted-hover: #B70B0B;
|
|
8112
|
+
--dt-color-link-success-inverted-hover: hsl(136 59.1% 54.5%);
|
|
8113
|
+
--dt-color-link-warning-inverted-hover: #262626;
|
|
8114
|
+
--dt-color-link-muted-inverted-hover: #000000;
|
|
8115
|
+
--dt-color-link-disabled-inverted-hover: #808080;
|
|
8116
|
+
--dt-color-surface-secondary-opaque: hsl(0 0% 90.2% / 0.06); /* Secondary surface as opaque background color. */
|
|
8117
|
+
--dt-color-surface-moderate-opaque: hsl(0 0% 90.2% / 0.15); /* Moderate surface as opaque background color. */
|
|
8118
|
+
--dt-color-surface-bold-opaque: hsl(0 0% 90.2% / 0.27); /* Bold surface as opaque background color. */
|
|
8119
|
+
--dt-color-surface-strong-opaque: hsl(0 0% 90.2% / 0.65); /* Strong surface as opaque background color. */
|
|
8120
|
+
--dt-color-surface-contrast-opaque: hsl(0 0% 90.2% / 0.96); /* Contrast surface as opaque background color. */
|
|
8121
|
+
--dt-color-surface-backdrop: hsl(0 0% 0% / 0.7); /* Background color for a modal-like backdrop. */
|
|
8122
|
+
--dt-color-surface-critical-opaque: hsl(0 88.7% 38% / 0.32); /* Critical surface as opaque background color. */
|
|
8123
|
+
--dt-color-surface-critical-subtle-opaque: hsl(0 89.6% 9.41% / 0.5); /* Critical subtle surface as opaque background color. */
|
|
8124
|
+
--dt-color-surface-warning-opaque: hsl(35.9 66% 49.6% / 0.48); /* Warning surface as opaque background color */
|
|
8125
|
+
--dt-color-surface-warning-subtle-opaque: hsl(35.7 88.3% 13.4% / 0.5); /* Warning subtle surface as opaque background color */
|
|
8126
|
+
--dt-color-surface-success-opaque: hsl(137 72.5% 37.1% / 0.26); /* Success surface as opaque background color. */
|
|
8127
|
+
--dt-color-surface-success-subtle-opaque: hsl(136 59.1% 8.63% / 0.5); /* Success subtle surface as opaque background color. */
|
|
8128
|
+
--dt-color-surface-info-opaque: hsl(212 79.2% 43.3% / 0.29); /* Info surface as opaque background color. */
|
|
8129
|
+
--dt-color-surface-info-subtle-opaque: hsl(213 98.2% 12.9% / 0.5); /* Info surface as opaque background color. */
|
|
8130
|
+
--dt-color-surface-primary: hsl(0 0% 12%); /* Default surface color for the majority of surfaces. */
|
|
8131
|
+
--dt-color-surface-secondary: #262626; /* For adjacent or complementary regions. */
|
|
8132
|
+
--dt-color-surface-moderate: #3A3A3A; /* A tertiary surface level, prominent without being too overpowering. */
|
|
8133
|
+
--dt-color-surface-bold: #555555; /* Highlight or call attention to specific areas of the interface. */
|
|
8134
|
+
--dt-color-surface-strong: #AAAAAA; /* Use sparingly to draw the eye to a relatively important region. */
|
|
8135
|
+
--dt-color-surface-contrast: #E6E6E6; /* An inverted surface for lightened content and elements, most likely paired with inverted foreground colors. */
|
|
8136
|
+
--dt-color-surface-critical: #5B0505; /* Background surface color containing error, danger, or otherwise critical messaging or elements. */
|
|
8137
|
+
--dt-color-surface-critical-subtle: hsl(0 89.6% 9.41%); /* A softer version of the Critical surface. */
|
|
8138
|
+
--dt-color-surface-critical-strong: #FF8585; /* A contrasting critical surface, most likely paired with inverted foreground colors. */
|
|
8139
|
+
--dt-color-surface-warning: #815008; /* Background surface color highlighting messaging or elements that may require user's attention. */
|
|
8140
|
+
--dt-color-surface-warning-subtle: hsl(35.7 88.3% 13.4%); /* A softer version of the default warning surface. */
|
|
8141
|
+
--dt-color-surface-warning-strong: #D28F2B; /* A contrasting warning surface, most likely paired with inverted foreground colors. */
|
|
8142
|
+
--dt-color-surface-success: #124620; /* Background surface color containing messaging or elements expressing a positive or successful state. */
|
|
8143
|
+
--dt-color-surface-success-subtle: hsl(136 59.1% 8.63%); /* A softer version of the default success surface. */
|
|
8144
|
+
--dt-color-surface-success-strong: #B0FFA3; /* A contrasting positive state surface, most likely paired with inverted foreground colors. */
|
|
8145
|
+
--dt-color-surface-info: #01326D; /* Background surface color containing messaging or elements communicated as generally informational. */
|
|
8146
|
+
--dt-color-surface-info-subtle: hsl(213 98.2% 12.9%); /* A softer version of the default informational surface. */
|
|
8147
|
+
--dt-color-surface-info-strong: #99C8FF; /* A contrasting informational surface, most likely paired with inverted foreground colors. */
|
|
8148
|
+
--dt-color-border-subtle: hsl(0 0% 100% / 0.14);
|
|
8149
|
+
--dt-color-border-default: hsl(0 0% 100% / 0.22);
|
|
8150
|
+
--dt-color-border-moderate: hsl(0 0% 100% / 0.36);
|
|
8151
|
+
--dt-color-border-bold: hsl(0 0% 100% / 0.5);
|
|
8152
|
+
--dt-color-border-subtle-inverted: hsl(0 0% 0% / 0.1);
|
|
8153
|
+
--dt-color-border-default-inverted: hsl(0 0% 0% / 0.18);
|
|
8154
|
+
--dt-color-border-moderate-inverted: hsl(0 0% 0% / 0.34);
|
|
8155
|
+
--dt-color-border-bold-inverted: hsl(0 0% 0% / 0.5);
|
|
8156
|
+
--dt-color-border-focus: #51A0FE;
|
|
8157
|
+
--dt-color-border-critical: #FF8585;
|
|
8158
|
+
--dt-color-border-success: #B0FFA3;
|
|
8159
|
+
--dt-color-border-warning: #FFDB80;
|
|
8160
|
+
--dt-color-border-brand: #7C52FF;
|
|
8161
|
+
--dt-color-border-ai: linear-gradient(135deg, #F9008E 10%, #7C52FF 90%);
|
|
8162
|
+
--dt-color-border-accent: #F9008E;
|
|
8163
|
+
--dt-color-border-critical-subtle: #B70B0B;
|
|
8164
|
+
--dt-color-border-critical-strong: #FFE5E6;
|
|
8165
|
+
--dt-color-border-success-subtle: #1AA340;
|
|
8166
|
+
--dt-color-border-success-strong: #EDF9EB;
|
|
8167
|
+
--dt-color-border-warning-subtle: #D28F2B;
|
|
8168
|
+
--dt-color-border-warning-strong: hsl(47.1 100% 72%);
|
|
8169
|
+
--dt-color-border-brand-subtle: #3A1D95;
|
|
8170
|
+
--dt-color-border-brand-strong: #DAC7FF;
|
|
8171
|
+
--dt-color-border-critical-inverted: #EC0E0E;
|
|
8172
|
+
--dt-color-border-success-inverted: #1AA340;
|
|
8173
|
+
--dt-color-border-warning-inverted: #D28F2B;
|
|
8174
|
+
--dt-color-border-brand-inverted: #7C52FF;
|
|
8175
|
+
--dt-color-border-critical-subtle-inverted: #FF8585;
|
|
8176
|
+
--dt-color-border-critical-strong-inverted: #B70B0B;
|
|
8177
|
+
--dt-color-border-success-subtle-inverted: #B0FFA3;
|
|
8178
|
+
--dt-color-border-success-strong-inverted: #124620;
|
|
8179
|
+
--dt-color-border-warning-subtle-inverted: #FFDB80;
|
|
8180
|
+
--dt-color-border-warning-strong-inverted: #815008;
|
|
8181
|
+
--dt-color-border-brand-subtle-inverted: #DAC7FF;
|
|
8182
|
+
--dt-color-border-brand-strong-inverted: #3A1D95;
|
|
8183
|
+
--dt-opacity-0: 0;
|
|
8184
|
+
--dt-opacity-100: 0.05;
|
|
8185
|
+
--dt-opacity-200: 0.1;
|
|
8186
|
+
--dt-opacity-300: 0.2;
|
|
8187
|
+
--dt-opacity-400: 0.25;
|
|
8188
|
+
--dt-opacity-500: 0.3;
|
|
8189
|
+
--dt-opacity-600: 0.4;
|
|
8190
|
+
--dt-opacity-700: 0.5;
|
|
8191
|
+
--dt-opacity-800: 0.6;
|
|
8192
|
+
--dt-opacity-900: 0.7;
|
|
8193
|
+
--dt-opacity-1000: 0.75;
|
|
8194
|
+
--dt-opacity-1100: 0.8;
|
|
8195
|
+
--dt-opacity-1200: 0.9;
|
|
8196
|
+
--dt-opacity-1300: 1;
|
|
8197
|
+
--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"';
|
|
8198
|
+
--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"';
|
|
8199
|
+
--dt-font-family-mono: SFMono-Regular, '"SF Mono"', Consolas, '"Liberation Mono"', Menlo, Courier, monospace;
|
|
8200
|
+
--dt-font-size-100: 1.2rem; /* small */
|
|
8201
|
+
--dt-font-size-200: 1.5rem; /* medium / base */
|
|
8202
|
+
--dt-font-size-300: 1.9rem; /* large */
|
|
8203
|
+
--dt-font-size-400: 2.7rem; /* extra large / xl */
|
|
8204
|
+
--dt-font-size-500: 3.8rem; /* extra large / xxl */
|
|
8205
|
+
--dt-font-size-root: 1rem;
|
|
8206
|
+
--dt-font-line-height-100: 1;
|
|
8207
|
+
--dt-font-line-height-200: 1.2;
|
|
8208
|
+
--dt-font-line-height-300: 1.4;
|
|
8209
|
+
--dt-font-line-height-400: 1.6;
|
|
8210
|
+
--dt-font-line-height-500: 1.8;
|
|
8211
|
+
--dt-font-line-height-600: 2;
|
|
8212
|
+
--dt-font-weight-normal: 400;
|
|
8213
|
+
--dt-font-weight-medium: 500;
|
|
8214
|
+
--dt-font-weight-semi-bold: 600;
|
|
8215
|
+
--dt-font-weight-bold: 700;
|
|
8216
|
+
--dt-font-text-case-uppercase: uppercase;
|
|
8217
|
+
--dt-font-text-case-lowercase: lowercase;
|
|
8218
|
+
--dt-font-text-case-capitalize: capitalize;
|
|
8219
|
+
--dt-font-text-case-none: none;
|
|
8220
|
+
--dt-size-0: 0rem;
|
|
8221
|
+
--dt-size-50: 0.05rem;
|
|
8222
|
+
--dt-size-100: 0.1rem;
|
|
8223
|
+
--dt-size-200: 0.2rem;
|
|
8224
|
+
--dt-size-300: 0.4rem;
|
|
8225
|
+
--dt-size-350: 0.6rem;
|
|
8226
|
+
--dt-size-400: 0.8rem;
|
|
8227
|
+
--dt-size-450: 1.2rem;
|
|
8228
|
+
--dt-size-500: 1.6rem;
|
|
8229
|
+
--dt-size-525: 2rem;
|
|
8230
|
+
--dt-size-550: 2.4rem;
|
|
8231
|
+
--dt-size-600: 3.2rem;
|
|
8232
|
+
--dt-size-625: 4.2rem;
|
|
8233
|
+
--dt-size-650: 4.8rem;
|
|
8234
|
+
--dt-size-700: 6.4rem;
|
|
8235
|
+
--dt-size-720: 7.2rem;
|
|
8236
|
+
--dt-size-730: 8.4rem;
|
|
8237
|
+
--dt-size-750: 9.6rem;
|
|
8238
|
+
--dt-size-760: 10.2rem;
|
|
8239
|
+
--dt-size-775: 11.4rem;
|
|
8240
|
+
--dt-size-800: 12.8rem;
|
|
8241
|
+
--dt-size-825: 16.4rem;
|
|
8242
|
+
--dt-size-850: 19.2rem;
|
|
8243
|
+
--dt-size-875: 21.6rem;
|
|
8244
|
+
--dt-size-900: 25.6rem;
|
|
8245
|
+
--dt-size-905: 26.4rem;
|
|
8246
|
+
--dt-size-925: 33.2rem;
|
|
8247
|
+
--dt-size-950: 38.4rem;
|
|
8248
|
+
--dt-size-975: 46.4rem;
|
|
8249
|
+
--dt-size-1000: 51.2rem;
|
|
8250
|
+
--dt-size-1020: 62.8rem;
|
|
8251
|
+
--dt-size-1040: 76.4rem;
|
|
8252
|
+
--dt-size-1050: 76.8rem;
|
|
8253
|
+
--dt-size-1060: 82.8rem;
|
|
8254
|
+
--dt-size-1080: 91.2rem;
|
|
8255
|
+
--dt-size-1100: 102.4rem;
|
|
8256
|
+
--dt-size-1115: 114rem;
|
|
8257
|
+
--dt-size-1120: 126.8rem;
|
|
8258
|
+
--dt-size-1125: 128rem;
|
|
8259
|
+
--dt-size-1130: 134rem;
|
|
8260
|
+
--dt-size-1150: 153.6rem;
|
|
8261
|
+
--dt-size-1200: 204.8rem;
|
|
8532
8262
|
--dt-size-50-negative: -0.05rem;
|
|
8533
8263
|
--dt-size-100-negative: -0.1rem;
|
|
8534
8264
|
--dt-size-200-negative: -0.2rem;
|
|
@@ -8588,7 +8318,15 @@ body {
|
|
|
8588
8318
|
--dt-size-95-percent: 95%;
|
|
8589
8319
|
--dt-size-100-percent: 100%;
|
|
8590
8320
|
--dt-size-base: 0.8rem;
|
|
8591
|
-
--dt-size-
|
|
8321
|
+
--dt-size-border-0: 0rem;
|
|
8322
|
+
--dt-size-border-50: 0.05rem;
|
|
8323
|
+
--dt-size-border-100: 0.1rem;
|
|
8324
|
+
--dt-size-border-150: 0.15rem;
|
|
8325
|
+
--dt-size-border-200: 0.2rem;
|
|
8326
|
+
--dt-size-border-300: 0.4rem;
|
|
8327
|
+
--dt-size-border-400: 0.8rem;
|
|
8328
|
+
--dt-size-border-focus: 0.3rem;
|
|
8329
|
+
--dt-size-radius-0: 0rem;
|
|
8592
8330
|
--dt-size-radius-100: 0.1rem;
|
|
8593
8331
|
--dt-size-radius-200: 0.2rem;
|
|
8594
8332
|
--dt-size-radius-300: 0.4rem;
|
|
@@ -8597,224 +8335,7 @@ body {
|
|
|
8597
8335
|
--dt-size-radius-600: 3.2rem;
|
|
8598
8336
|
--dt-size-radius-pill: 10rem;
|
|
8599
8337
|
--dt-size-radius-circle: 50%;
|
|
8600
|
-
--dt-
|
|
8601
|
-
--dt-shadow-small-0-y: 0.2rem;
|
|
8602
|
-
--dt-shadow-small-0-blur: 0.4rem;
|
|
8603
|
-
--dt-shadow-small-0-spread: 0;
|
|
8604
|
-
--dt-shadow-small-0-color: #00000073;
|
|
8605
|
-
--dt-shadow-small-0-type: dropShadow;
|
|
8606
|
-
--dt-shadow-small-1-x: 0.05rem;
|
|
8607
|
-
--dt-shadow-small-1-y: 0.05rem;
|
|
8608
|
-
--dt-shadow-small-1-blur: 0;
|
|
8609
|
-
--dt-shadow-small-1-spread: 0;
|
|
8610
|
-
--dt-shadow-small-1-color: #000000;
|
|
8611
|
-
--dt-shadow-small-1-type: dropShadow;
|
|
8612
|
-
--dt-shadow-small-2-x: -0.05rem;
|
|
8613
|
-
--dt-shadow-small-2-y: -0.05rem;
|
|
8614
|
-
--dt-shadow-small-2-blur: 0;
|
|
8615
|
-
--dt-shadow-small-2-spread: 0;
|
|
8616
|
-
--dt-shadow-small-2-color: #000000;
|
|
8617
|
-
--dt-shadow-small-2-type: dropShadow;
|
|
8618
|
-
--dt-shadow-small-3-x: -0.05rem;
|
|
8619
|
-
--dt-shadow-small-3-y: 0.05rem;
|
|
8620
|
-
--dt-shadow-small-3-blur: 0;
|
|
8621
|
-
--dt-shadow-small-3-spread: 0;
|
|
8622
|
-
--dt-shadow-small-3-color: #000000;
|
|
8623
|
-
--dt-shadow-small-3-type: dropShadow;
|
|
8624
|
-
--dt-shadow-small-4-x: 0.05rem;
|
|
8625
|
-
--dt-shadow-small-4-y: -0.05rem;
|
|
8626
|
-
--dt-shadow-small-4-blur: 0;
|
|
8627
|
-
--dt-shadow-small-4-spread: 0;
|
|
8628
|
-
--dt-shadow-small-4-color: #000000;
|
|
8629
|
-
--dt-shadow-small-4-type: dropShadow;
|
|
8630
|
-
--dt-shadow-medium-0-x: 0;
|
|
8631
|
-
--dt-shadow-medium-0-y: 0.2rem;
|
|
8632
|
-
--dt-shadow-medium-0-blur: 0.8rem;
|
|
8633
|
-
--dt-shadow-medium-0-spread: 0;
|
|
8634
|
-
--dt-shadow-medium-0-color: #0000008c;
|
|
8635
|
-
--dt-shadow-medium-0-type: dropShadow;
|
|
8636
|
-
--dt-shadow-medium-1-x: 0.05rem;
|
|
8637
|
-
--dt-shadow-medium-1-y: 0.05rem;
|
|
8638
|
-
--dt-shadow-medium-1-blur: 0;
|
|
8639
|
-
--dt-shadow-medium-1-spread: 0;
|
|
8640
|
-
--dt-shadow-medium-1-color: #000000;
|
|
8641
|
-
--dt-shadow-medium-1-type: dropShadow;
|
|
8642
|
-
--dt-shadow-medium-2-x: -0.05rem;
|
|
8643
|
-
--dt-shadow-medium-2-y: -0.05rem;
|
|
8644
|
-
--dt-shadow-medium-2-blur: 0;
|
|
8645
|
-
--dt-shadow-medium-2-spread: 0;
|
|
8646
|
-
--dt-shadow-medium-2-color: #000000;
|
|
8647
|
-
--dt-shadow-medium-2-type: dropShadow;
|
|
8648
|
-
--dt-shadow-medium-3-x: -0.05rem;
|
|
8649
|
-
--dt-shadow-medium-3-y: 0.05rem;
|
|
8650
|
-
--dt-shadow-medium-3-blur: 0;
|
|
8651
|
-
--dt-shadow-medium-3-spread: 0;
|
|
8652
|
-
--dt-shadow-medium-3-color: #000000;
|
|
8653
|
-
--dt-shadow-medium-3-type: dropShadow;
|
|
8654
|
-
--dt-shadow-medium-4-x: 0.05rem;
|
|
8655
|
-
--dt-shadow-medium-4-y: -0.05rem;
|
|
8656
|
-
--dt-shadow-medium-4-blur: 0;
|
|
8657
|
-
--dt-shadow-medium-4-spread: 0;
|
|
8658
|
-
--dt-shadow-medium-4-color: #000000;
|
|
8659
|
-
--dt-shadow-medium-4-type: dropShadow;
|
|
8660
|
-
--dt-shadow-large-0-x: 0;
|
|
8661
|
-
--dt-shadow-large-0-y: 0.2rem;
|
|
8662
|
-
--dt-shadow-large-0-blur: 1.6rem;
|
|
8663
|
-
--dt-shadow-large-0-spread: 0;
|
|
8664
|
-
--dt-shadow-large-0-color: #0000008c;
|
|
8665
|
-
--dt-shadow-large-0-type: dropShadow;
|
|
8666
|
-
--dt-shadow-large-1-x: -0.05rem;
|
|
8667
|
-
--dt-shadow-large-1-y: 0.05rem;
|
|
8668
|
-
--dt-shadow-large-1-blur: 0;
|
|
8669
|
-
--dt-shadow-large-1-spread: 0;
|
|
8670
|
-
--dt-shadow-large-1-color: #000000;
|
|
8671
|
-
--dt-shadow-large-1-type: dropShadow;
|
|
8672
|
-
--dt-shadow-large-2-x: -0.05rem;
|
|
8673
|
-
--dt-shadow-large-2-y: -0.05rem;
|
|
8674
|
-
--dt-shadow-large-2-blur: 0;
|
|
8675
|
-
--dt-shadow-large-2-spread: 0;
|
|
8676
|
-
--dt-shadow-large-2-color: #000000;
|
|
8677
|
-
--dt-shadow-large-2-type: dropShadow;
|
|
8678
|
-
--dt-shadow-large-3-x: -0.05rem;
|
|
8679
|
-
--dt-shadow-large-3-y: 0.05rem;
|
|
8680
|
-
--dt-shadow-large-3-blur: 0;
|
|
8681
|
-
--dt-shadow-large-3-spread: 0;
|
|
8682
|
-
--dt-shadow-large-3-color: #000000;
|
|
8683
|
-
--dt-shadow-large-3-type: dropShadow;
|
|
8684
|
-
--dt-shadow-large-4-x: 0.05rem;
|
|
8685
|
-
--dt-shadow-large-4-y: -0.05rem;
|
|
8686
|
-
--dt-shadow-large-4-blur: 0;
|
|
8687
|
-
--dt-shadow-large-4-spread: 0;
|
|
8688
|
-
--dt-shadow-large-4-color: #000000;
|
|
8689
|
-
--dt-shadow-large-4-type: dropShadow;
|
|
8690
|
-
--dt-shadow-extra-large-0-x: 0;
|
|
8691
|
-
--dt-shadow-extra-large-0-y: 0.2rem;
|
|
8692
|
-
--dt-shadow-extra-large-0-blur: 3.2rem;
|
|
8693
|
-
--dt-shadow-extra-large-0-spread: 0;
|
|
8694
|
-
--dt-shadow-extra-large-0-color: #0000008c;
|
|
8695
|
-
--dt-shadow-extra-large-0-type: dropShadow;
|
|
8696
|
-
--dt-shadow-extra-large-1-x: 0.05rem;
|
|
8697
|
-
--dt-shadow-extra-large-1-y: 0.05rem;
|
|
8698
|
-
--dt-shadow-extra-large-1-blur: 0;
|
|
8699
|
-
--dt-shadow-extra-large-1-spread: 0;
|
|
8700
|
-
--dt-shadow-extra-large-1-color: #000000;
|
|
8701
|
-
--dt-shadow-extra-large-1-type: dropShadow;
|
|
8702
|
-
--dt-shadow-extra-large-2-x: -0.05rem;
|
|
8703
|
-
--dt-shadow-extra-large-2-y: -0.05rem;
|
|
8704
|
-
--dt-shadow-extra-large-2-blur: 0;
|
|
8705
|
-
--dt-shadow-extra-large-2-spread: 0;
|
|
8706
|
-
--dt-shadow-extra-large-2-color: #000000;
|
|
8707
|
-
--dt-shadow-extra-large-2-type: dropShadow;
|
|
8708
|
-
--dt-shadow-extra-large-3-x: -0.05rem;
|
|
8709
|
-
--dt-shadow-extra-large-3-y: 0.05rem;
|
|
8710
|
-
--dt-shadow-extra-large-3-blur: 0;
|
|
8711
|
-
--dt-shadow-extra-large-3-spread: 0;
|
|
8712
|
-
--dt-shadow-extra-large-3-color: #000000;
|
|
8713
|
-
--dt-shadow-extra-large-3-type: dropShadow;
|
|
8714
|
-
--dt-shadow-extra-large-4-x: 0.05rem;
|
|
8715
|
-
--dt-shadow-extra-large-4-y: -0.05rem;
|
|
8716
|
-
--dt-shadow-extra-large-4-blur: 0;
|
|
8717
|
-
--dt-shadow-extra-large-4-spread: 0;
|
|
8718
|
-
--dt-shadow-extra-large-4-color: #000000;
|
|
8719
|
-
--dt-shadow-extra-large-4-type: dropShadow;
|
|
8720
|
-
--dt-shadow-card-0-x: 0;
|
|
8721
|
-
--dt-shadow-card-0-y: 0.1rem;
|
|
8722
|
-
--dt-shadow-card-0-blur: 0.2rem;
|
|
8723
|
-
--dt-shadow-card-0-spread: 0;
|
|
8724
|
-
--dt-shadow-card-0-color: #00000059;
|
|
8725
|
-
--dt-shadow-card-0-type: dropShadow;
|
|
8726
|
-
--dt-shadow-card-1-x: 0;
|
|
8727
|
-
--dt-shadow-card-1-y: 0.2rem;
|
|
8728
|
-
--dt-shadow-card-1-blur: 0.4rem;
|
|
8729
|
-
--dt-shadow-card-1-spread: 0;
|
|
8730
|
-
--dt-shadow-card-1-color: #00000073;
|
|
8731
|
-
--dt-shadow-card-1-type: dropShadow;
|
|
8732
|
-
--dt-shadow-card-2-x: 0;
|
|
8733
|
-
--dt-shadow-card-2-y: 0.2rem;
|
|
8734
|
-
--dt-shadow-card-2-blur: 1.6rem;
|
|
8735
|
-
--dt-shadow-card-2-spread: 0;
|
|
8736
|
-
--dt-shadow-card-2-color: #00000094;
|
|
8737
|
-
--dt-shadow-card-2-type: dropShadow;
|
|
8738
|
-
--dt-shadow-card-3-x: 0.05rem;
|
|
8739
|
-
--dt-shadow-card-3-y: 0.05rem;
|
|
8740
|
-
--dt-shadow-card-3-blur: 0;
|
|
8741
|
-
--dt-shadow-card-3-spread: 0;
|
|
8742
|
-
--dt-shadow-card-3-color: #000000;
|
|
8743
|
-
--dt-shadow-card-3-type: dropShadow;
|
|
8744
|
-
--dt-shadow-card-4-x: -0.05rem;
|
|
8745
|
-
--dt-shadow-card-4-y: -0.05rem;
|
|
8746
|
-
--dt-shadow-card-4-blur: 0;
|
|
8747
|
-
--dt-shadow-card-4-spread: 0;
|
|
8748
|
-
--dt-shadow-card-4-color: #000000;
|
|
8749
|
-
--dt-shadow-card-4-type: dropShadow;
|
|
8750
|
-
--dt-shadow-card-5-x: -0.05rem;
|
|
8751
|
-
--dt-shadow-card-5-y: 0.05rem;
|
|
8752
|
-
--dt-shadow-card-5-blur: 0;
|
|
8753
|
-
--dt-shadow-card-5-spread: 0;
|
|
8754
|
-
--dt-shadow-card-5-color: #000000;
|
|
8755
|
-
--dt-shadow-card-5-type: dropShadow;
|
|
8756
|
-
--dt-shadow-card-6-x: 0.05rem;
|
|
8757
|
-
--dt-shadow-card-6-y: -0.05rem;
|
|
8758
|
-
--dt-shadow-card-6-blur: 0;
|
|
8759
|
-
--dt-shadow-card-6-spread: 0;
|
|
8760
|
-
--dt-shadow-card-6-color: #000000;
|
|
8761
|
-
--dt-shadow-card-6-type: dropShadow;
|
|
8762
|
-
--dt-shadow-focus-0-x: 0;
|
|
8763
|
-
--dt-shadow-focus-0-y: 0;
|
|
8764
|
-
--dt-shadow-focus-0-blur: 0;
|
|
8765
|
-
--dt-shadow-focus-0-spread: 0.1rem;
|
|
8766
|
-
--dt-shadow-focus-0-color: #000000;
|
|
8767
|
-
--dt-shadow-focus-0-type: dropShadow;
|
|
8768
|
-
--dt-shadow-focus-1-x: 0;
|
|
8769
|
-
--dt-shadow-focus-1-y: 0;
|
|
8770
|
-
--dt-shadow-focus-1-blur: 0;
|
|
8771
|
-
--dt-shadow-focus-1-spread: 0.4rem;
|
|
8772
|
-
--dt-shadow-focus-1-color: #51A0FE;
|
|
8773
|
-
--dt-shadow-focus-1-type: dropShadow;
|
|
8774
|
-
--dt-shadow-focus-inset-0-x: 0;
|
|
8775
|
-
--dt-shadow-focus-inset-0-y: 0;
|
|
8776
|
-
--dt-shadow-focus-inset-0-blur: 0;
|
|
8777
|
-
--dt-shadow-focus-inset-0-spread: 0.3rem;
|
|
8778
|
-
--dt-shadow-focus-inset-0-color: #51A0FE;
|
|
8779
|
-
--dt-shadow-focus-inset-0-type: innerShadow;
|
|
8780
|
-
--dt-opacity-0: 0;
|
|
8781
|
-
--dt-opacity-100: 0.05;
|
|
8782
|
-
--dt-opacity-200: 0.1;
|
|
8783
|
-
--dt-opacity-300: 0.2;
|
|
8784
|
-
--dt-opacity-400: 0.25;
|
|
8785
|
-
--dt-opacity-500: 0.3;
|
|
8786
|
-
--dt-opacity-600: 0.4;
|
|
8787
|
-
--dt-opacity-700: 0.5;
|
|
8788
|
-
--dt-opacity-800: 0.6;
|
|
8789
|
-
--dt-opacity-900: 0.7;
|
|
8790
|
-
--dt-opacity-1000: 0.75;
|
|
8791
|
-
--dt-opacity-1100: 0.8;
|
|
8792
|
-
--dt-opacity-1200: 0.9;
|
|
8793
|
-
--dt-opacity-1300: 1;
|
|
8794
|
-
--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;
|
|
8795
|
-
--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;
|
|
8796
|
-
--dt-font-family-mono: SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
|
|
8797
|
-
--dt-font-size-100: 1.2rem;
|
|
8798
|
-
--dt-font-size-200: 1.5rem;
|
|
8799
|
-
--dt-font-size-300: 1.9rem;
|
|
8800
|
-
--dt-font-size-400: 2.7rem;
|
|
8801
|
-
--dt-font-size-500: 3.8rem;
|
|
8802
|
-
--dt-font-size-root: 1rem;
|
|
8803
|
-
--dt-font-line-height-100: 1;
|
|
8804
|
-
--dt-font-line-height-200: 1.2;
|
|
8805
|
-
--dt-font-line-height-300: 1.4;
|
|
8806
|
-
--dt-font-line-height-400: 1.6;
|
|
8807
|
-
--dt-font-line-height-500: 1.8;
|
|
8808
|
-
--dt-font-line-height-600: 2;
|
|
8809
|
-
--dt-font-weight-normal: 400;
|
|
8810
|
-
--dt-font-weight-medium: 500;
|
|
8811
|
-
--dt-font-weight-semi-bold: 600;
|
|
8812
|
-
--dt-font-weight-bold: 700;
|
|
8813
|
-
--dt-font-text-case-uppercase: uppercase;
|
|
8814
|
-
--dt-font-text-case-lowercase: lowercase;
|
|
8815
|
-
--dt-font-text-case-capitalize: capitalize;
|
|
8816
|
-
--dt-font-text-case-none: none;
|
|
8817
|
-
--dt-space-0: 0;
|
|
8338
|
+
--dt-space-0: 0rem;
|
|
8818
8339
|
--dt-space-50: 0.05rem;
|
|
8819
8340
|
--dt-space-100: 0.1rem;
|
|
8820
8341
|
--dt-space-200: 0.2rem;
|
|
@@ -8915,6 +8436,485 @@ body {
|
|
|
8915
8436
|
--dt-space-95-percent: 95%;
|
|
8916
8437
|
--dt-space-100-percent: 100%;
|
|
8917
8438
|
--dt-space-base: 0.8rem;
|
|
8439
|
+
--dt-shadow-small-1-x: 0rem;
|
|
8440
|
+
--dt-shadow-small-1-y: 0.2rem;
|
|
8441
|
+
--dt-shadow-small-1-blur: 0.4rem;
|
|
8442
|
+
--dt-shadow-small-1-spread: 0rem;
|
|
8443
|
+
--dt-shadow-small-1-color: rgba(0, 0, 0, 0.45);
|
|
8444
|
+
--dt-shadow-small-1-type: dropShadow;
|
|
8445
|
+
--dt-shadow-small-2-x: 0.05rem;
|
|
8446
|
+
--dt-shadow-small-2-y: 0.05rem;
|
|
8447
|
+
--dt-shadow-small-2-blur: 0rem;
|
|
8448
|
+
--dt-shadow-small-2-spread: 0rem;
|
|
8449
|
+
--dt-shadow-small-2-color: #000000;
|
|
8450
|
+
--dt-shadow-small-2-type: dropShadow;
|
|
8451
|
+
--dt-shadow-small-3-x: -0.05rem;
|
|
8452
|
+
--dt-shadow-small-3-y: -0.05rem;
|
|
8453
|
+
--dt-shadow-small-3-blur: 0;
|
|
8454
|
+
--dt-shadow-small-3-spread: 0;
|
|
8455
|
+
--dt-shadow-small-3-color: #000000;
|
|
8456
|
+
--dt-shadow-small-3-type: dropShadow;
|
|
8457
|
+
--dt-shadow-small-4-x: -0.05rem;
|
|
8458
|
+
--dt-shadow-small-4-y: 0.05rem;
|
|
8459
|
+
--dt-shadow-small-4-blur: 0;
|
|
8460
|
+
--dt-shadow-small-4-spread: 0;
|
|
8461
|
+
--dt-shadow-small-4-color: #000000;
|
|
8462
|
+
--dt-shadow-small-4-type: dropShadow;
|
|
8463
|
+
--dt-shadow-small-5-x: 0.05rem;
|
|
8464
|
+
--dt-shadow-small-5-y: -0.05rem;
|
|
8465
|
+
--dt-shadow-small-5-blur: 0;
|
|
8466
|
+
--dt-shadow-small-5-spread: 0;
|
|
8467
|
+
--dt-shadow-small-5-color: #000000;
|
|
8468
|
+
--dt-shadow-small-5-type: dropShadow;
|
|
8469
|
+
--dt-shadow-medium-1-x: 0rem;
|
|
8470
|
+
--dt-shadow-medium-1-y: 0.2rem;
|
|
8471
|
+
--dt-shadow-medium-1-blur: 0.8rem;
|
|
8472
|
+
--dt-shadow-medium-1-spread: 0rem;
|
|
8473
|
+
--dt-shadow-medium-1-color: rgba(0, 0, 0, 0.55);
|
|
8474
|
+
--dt-shadow-medium-1-type: dropShadow;
|
|
8475
|
+
--dt-shadow-medium-2-x: 0.05rem;
|
|
8476
|
+
--dt-shadow-medium-2-y: 0.05rem;
|
|
8477
|
+
--dt-shadow-medium-2-blur: 0rem;
|
|
8478
|
+
--dt-shadow-medium-2-spread: 0rem;
|
|
8479
|
+
--dt-shadow-medium-2-color: #000000;
|
|
8480
|
+
--dt-shadow-medium-2-type: dropShadow;
|
|
8481
|
+
--dt-shadow-medium-3-x: -0.05rem;
|
|
8482
|
+
--dt-shadow-medium-3-y: -0.05rem;
|
|
8483
|
+
--dt-shadow-medium-3-blur: 0;
|
|
8484
|
+
--dt-shadow-medium-3-spread: 0;
|
|
8485
|
+
--dt-shadow-medium-3-color: #000000;
|
|
8486
|
+
--dt-shadow-medium-3-type: dropShadow;
|
|
8487
|
+
--dt-shadow-medium-4-x: -0.05rem;
|
|
8488
|
+
--dt-shadow-medium-4-y: 0.05rem;
|
|
8489
|
+
--dt-shadow-medium-4-blur: 0;
|
|
8490
|
+
--dt-shadow-medium-4-spread: 0;
|
|
8491
|
+
--dt-shadow-medium-4-color: #000000;
|
|
8492
|
+
--dt-shadow-medium-4-type: dropShadow;
|
|
8493
|
+
--dt-shadow-medium-5-x: 0.05rem;
|
|
8494
|
+
--dt-shadow-medium-5-y: -0.05rem;
|
|
8495
|
+
--dt-shadow-medium-5-blur: 0;
|
|
8496
|
+
--dt-shadow-medium-5-spread: 0;
|
|
8497
|
+
--dt-shadow-medium-5-color: #000000;
|
|
8498
|
+
--dt-shadow-medium-5-type: dropShadow;
|
|
8499
|
+
--dt-shadow-large-1-x: 0rem;
|
|
8500
|
+
--dt-shadow-large-1-y: 0.2rem;
|
|
8501
|
+
--dt-shadow-large-1-blur: 1.6rem;
|
|
8502
|
+
--dt-shadow-large-1-spread: 0rem;
|
|
8503
|
+
--dt-shadow-large-1-color: rgba(0, 0, 0, 0.55);
|
|
8504
|
+
--dt-shadow-large-1-type: dropShadow;
|
|
8505
|
+
--dt-shadow-large-2-x: -0.05rem;
|
|
8506
|
+
--dt-shadow-large-2-y: 0.05rem;
|
|
8507
|
+
--dt-shadow-large-2-blur: 0rem;
|
|
8508
|
+
--dt-shadow-large-2-spread: 0rem;
|
|
8509
|
+
--dt-shadow-large-2-color: #000000;
|
|
8510
|
+
--dt-shadow-large-2-type: dropShadow;
|
|
8511
|
+
--dt-shadow-large-3-x: -0.05rem;
|
|
8512
|
+
--dt-shadow-large-3-y: -0.05rem;
|
|
8513
|
+
--dt-shadow-large-3-blur: 0;
|
|
8514
|
+
--dt-shadow-large-3-spread: 0;
|
|
8515
|
+
--dt-shadow-large-3-color: #000000;
|
|
8516
|
+
--dt-shadow-large-3-type: dropShadow;
|
|
8517
|
+
--dt-shadow-large-4-x: -0.05rem;
|
|
8518
|
+
--dt-shadow-large-4-y: 0.05rem;
|
|
8519
|
+
--dt-shadow-large-4-blur: 0;
|
|
8520
|
+
--dt-shadow-large-4-spread: 0;
|
|
8521
|
+
--dt-shadow-large-4-color: #000000;
|
|
8522
|
+
--dt-shadow-large-4-type: dropShadow;
|
|
8523
|
+
--dt-shadow-large-5-x: 0.05rem;
|
|
8524
|
+
--dt-shadow-large-5-y: -0.05rem;
|
|
8525
|
+
--dt-shadow-large-5-blur: 0;
|
|
8526
|
+
--dt-shadow-large-5-spread: 0;
|
|
8527
|
+
--dt-shadow-large-5-color: #000000;
|
|
8528
|
+
--dt-shadow-large-5-type: dropShadow;
|
|
8529
|
+
--dt-shadow-extra-large-1-x: 0rem;
|
|
8530
|
+
--dt-shadow-extra-large-1-y: 0.2rem;
|
|
8531
|
+
--dt-shadow-extra-large-1-blur: 3.2rem;
|
|
8532
|
+
--dt-shadow-extra-large-1-spread: 0rem;
|
|
8533
|
+
--dt-shadow-extra-large-1-color: rgba(0, 0, 0, 0.55);
|
|
8534
|
+
--dt-shadow-extra-large-1-type: dropShadow;
|
|
8535
|
+
--dt-shadow-extra-large-2-x: 0.05rem;
|
|
8536
|
+
--dt-shadow-extra-large-2-y: 0.05rem;
|
|
8537
|
+
--dt-shadow-extra-large-2-blur: 0rem;
|
|
8538
|
+
--dt-shadow-extra-large-2-spread: 0rem;
|
|
8539
|
+
--dt-shadow-extra-large-2-color: #000000;
|
|
8540
|
+
--dt-shadow-extra-large-2-type: dropShadow;
|
|
8541
|
+
--dt-shadow-extra-large-3-x: -0.05rem;
|
|
8542
|
+
--dt-shadow-extra-large-3-y: -0.05rem;
|
|
8543
|
+
--dt-shadow-extra-large-3-blur: 0;
|
|
8544
|
+
--dt-shadow-extra-large-3-spread: 0;
|
|
8545
|
+
--dt-shadow-extra-large-3-color: #000000;
|
|
8546
|
+
--dt-shadow-extra-large-3-type: dropShadow;
|
|
8547
|
+
--dt-shadow-extra-large-4-x: -0.05rem;
|
|
8548
|
+
--dt-shadow-extra-large-4-y: 0.05rem;
|
|
8549
|
+
--dt-shadow-extra-large-4-blur: 0;
|
|
8550
|
+
--dt-shadow-extra-large-4-spread: 0;
|
|
8551
|
+
--dt-shadow-extra-large-4-color: #000000;
|
|
8552
|
+
--dt-shadow-extra-large-4-type: dropShadow;
|
|
8553
|
+
--dt-shadow-extra-large-5-x: 0.05rem;
|
|
8554
|
+
--dt-shadow-extra-large-5-y: -0.05rem;
|
|
8555
|
+
--dt-shadow-extra-large-5-blur: 0;
|
|
8556
|
+
--dt-shadow-extra-large-5-spread: 0;
|
|
8557
|
+
--dt-shadow-extra-large-5-color: #000000;
|
|
8558
|
+
--dt-shadow-extra-large-5-type: dropShadow;
|
|
8559
|
+
--dt-shadow-card-1-x: 0rem;
|
|
8560
|
+
--dt-shadow-card-1-y: 0.1rem;
|
|
8561
|
+
--dt-shadow-card-1-blur: 0.2rem;
|
|
8562
|
+
--dt-shadow-card-1-spread: 0rem;
|
|
8563
|
+
--dt-shadow-card-1-color: rgba(0, 0, 0, 0.35);
|
|
8564
|
+
--dt-shadow-card-1-type: dropShadow;
|
|
8565
|
+
--dt-shadow-card-2-x: 0rem;
|
|
8566
|
+
--dt-shadow-card-2-y: 0.2rem;
|
|
8567
|
+
--dt-shadow-card-2-blur: 0.4rem;
|
|
8568
|
+
--dt-shadow-card-2-spread: 0rem;
|
|
8569
|
+
--dt-shadow-card-2-color: rgba(0, 0, 0, 0.45);
|
|
8570
|
+
--dt-shadow-card-2-type: dropShadow;
|
|
8571
|
+
--dt-shadow-card-3-x: 0rem;
|
|
8572
|
+
--dt-shadow-card-3-y: 0.2rem;
|
|
8573
|
+
--dt-shadow-card-3-blur: 1.6rem;
|
|
8574
|
+
--dt-shadow-card-3-spread: 0rem;
|
|
8575
|
+
--dt-shadow-card-3-color: rgba(0, 0, 0, 0.58);
|
|
8576
|
+
--dt-shadow-card-3-type: dropShadow;
|
|
8577
|
+
--dt-shadow-card-4-x: 0.05rem;
|
|
8578
|
+
--dt-shadow-card-4-y: 0.05rem;
|
|
8579
|
+
--dt-shadow-card-4-blur: 0rem;
|
|
8580
|
+
--dt-shadow-card-4-spread: 0rem;
|
|
8581
|
+
--dt-shadow-card-4-color: #000000;
|
|
8582
|
+
--dt-shadow-card-4-type: dropShadow;
|
|
8583
|
+
--dt-shadow-card-5-x: -0.05rem;
|
|
8584
|
+
--dt-shadow-card-5-y: -0.05rem;
|
|
8585
|
+
--dt-shadow-card-5-blur: 0;
|
|
8586
|
+
--dt-shadow-card-5-spread: 0;
|
|
8587
|
+
--dt-shadow-card-5-color: #000000;
|
|
8588
|
+
--dt-shadow-card-5-type: dropShadow;
|
|
8589
|
+
--dt-shadow-card-6-x: -0.05rem;
|
|
8590
|
+
--dt-shadow-card-6-y: 0.05rem;
|
|
8591
|
+
--dt-shadow-card-6-blur: 0;
|
|
8592
|
+
--dt-shadow-card-6-spread: 0;
|
|
8593
|
+
--dt-shadow-card-6-color: #000000;
|
|
8594
|
+
--dt-shadow-card-6-type: dropShadow;
|
|
8595
|
+
--dt-shadow-card-7-x: 0.05rem;
|
|
8596
|
+
--dt-shadow-card-7-y: -0.05rem;
|
|
8597
|
+
--dt-shadow-card-7-blur: 0;
|
|
8598
|
+
--dt-shadow-card-7-spread: 0;
|
|
8599
|
+
--dt-shadow-card-7-color: #000000;
|
|
8600
|
+
--dt-shadow-card-7-type: dropShadow;
|
|
8601
|
+
--dt-shadow-focus-1-x: 0rem;
|
|
8602
|
+
--dt-shadow-focus-1-y: 0rem;
|
|
8603
|
+
--dt-shadow-focus-1-blur: 0rem;
|
|
8604
|
+
--dt-shadow-focus-1-spread: 0.1rem;
|
|
8605
|
+
--dt-shadow-focus-1-color: #000000;
|
|
8606
|
+
--dt-shadow-focus-1-type: dropShadow;
|
|
8607
|
+
--dt-shadow-focus-2-x: 0rem;
|
|
8608
|
+
--dt-shadow-focus-2-y: 0rem;
|
|
8609
|
+
--dt-shadow-focus-2-blur: 0rem;
|
|
8610
|
+
--dt-shadow-focus-2-spread: 0.4rem;
|
|
8611
|
+
--dt-shadow-focus-2-color: #51A0FE;
|
|
8612
|
+
--dt-shadow-focus-2-type: dropShadow;
|
|
8613
|
+
--dt-shadow-focus-inset-1-x: 0rem;
|
|
8614
|
+
--dt-shadow-focus-inset-1-y: 0rem;
|
|
8615
|
+
--dt-shadow-focus-inset-1-blur: 0rem;
|
|
8616
|
+
--dt-shadow-focus-inset-1-spread: 0.3rem;
|
|
8617
|
+
--dt-shadow-focus-inset-1-color: #51A0FE;
|
|
8618
|
+
--dt-shadow-focus-inset-1-type: innerShadow;
|
|
8619
|
+
--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"';
|
|
8620
|
+
--dt-typography-body-small-font-weight: 400;
|
|
8621
|
+
--dt-typography-body-small-line-height: 1.4;
|
|
8622
|
+
--dt-typography-body-small-font-size: 1.2rem;
|
|
8623
|
+
--dt-typography-body-small-text-case: none;
|
|
8624
|
+
--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"';
|
|
8625
|
+
--dt-typography-body-base-font-weight: 400;
|
|
8626
|
+
--dt-typography-body-base-line-height: 1.6;
|
|
8627
|
+
--dt-typography-body-base-font-size: 1.5rem;
|
|
8628
|
+
--dt-typography-body-base-text-case: none;
|
|
8629
|
+
--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"';
|
|
8630
|
+
--dt-typography-body-compact-small-font-weight: 400;
|
|
8631
|
+
--dt-typography-body-compact-small-line-height: 1.2;
|
|
8632
|
+
--dt-typography-body-compact-small-font-size: 1.2rem;
|
|
8633
|
+
--dt-typography-body-compact-small-text-case: none;
|
|
8634
|
+
--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"';
|
|
8635
|
+
--dt-typography-body-compact-base-font-weight: 400;
|
|
8636
|
+
--dt-typography-body-compact-base-line-height: 1.4;
|
|
8637
|
+
--dt-typography-body-compact-base-font-size: 1.5rem;
|
|
8638
|
+
--dt-typography-body-compact-base-text-case: none;
|
|
8639
|
+
--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"';
|
|
8640
|
+
--dt-typography-headline-eyebrow-font-weight: 400;
|
|
8641
|
+
--dt-typography-headline-eyebrow-line-height: 1.4;
|
|
8642
|
+
--dt-typography-headline-eyebrow-font-size: 1.2rem;
|
|
8643
|
+
--dt-typography-headline-eyebrow-text-case: uppercase;
|
|
8644
|
+
--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"';
|
|
8645
|
+
--dt-typography-headline-small-font-weight: 700;
|
|
8646
|
+
--dt-typography-headline-small-line-height: 1.4;
|
|
8647
|
+
--dt-typography-headline-small-font-size: 1.2rem;
|
|
8648
|
+
--dt-typography-headline-small-text-case: none;
|
|
8649
|
+
--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"';
|
|
8650
|
+
--dt-typography-headline-medium-font-weight: 700;
|
|
8651
|
+
--dt-typography-headline-medium-line-height: 1.6;
|
|
8652
|
+
--dt-typography-headline-medium-font-size: 1.5rem;
|
|
8653
|
+
--dt-typography-headline-medium-text-case: none;
|
|
8654
|
+
--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"';
|
|
8655
|
+
--dt-typography-headline-large-font-weight: 700;
|
|
8656
|
+
--dt-typography-headline-large-line-height: 1.6;
|
|
8657
|
+
--dt-typography-headline-large-font-size: 1.9rem;
|
|
8658
|
+
--dt-typography-headline-large-text-case: none;
|
|
8659
|
+
--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"';
|
|
8660
|
+
--dt-typography-headline-extra-large-font-weight: 500;
|
|
8661
|
+
--dt-typography-headline-extra-large-line-height: 1.2;
|
|
8662
|
+
--dt-typography-headline-extra-large-font-size: 2.7rem;
|
|
8663
|
+
--dt-typography-headline-extra-large-text-case: none;
|
|
8664
|
+
--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"';
|
|
8665
|
+
--dt-typography-headline-extra-extra-large-font-weight: 500;
|
|
8666
|
+
--dt-typography-headline-extra-extra-large-line-height: 1.2;
|
|
8667
|
+
--dt-typography-headline-extra-extra-large-font-size: 3.8rem;
|
|
8668
|
+
--dt-typography-headline-extra-extra-large-text-case: none;
|
|
8669
|
+
--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"';
|
|
8670
|
+
--dt-typography-headline-soft-small-font-weight: 500;
|
|
8671
|
+
--dt-typography-headline-soft-small-line-height: 1.4;
|
|
8672
|
+
--dt-typography-headline-soft-small-font-size: 1.2rem;
|
|
8673
|
+
--dt-typography-headline-soft-small-text-case: none;
|
|
8674
|
+
--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"';
|
|
8675
|
+
--dt-typography-headline-compact-small-font-weight: 700;
|
|
8676
|
+
--dt-typography-headline-compact-small-line-height: 1.2;
|
|
8677
|
+
--dt-typography-headline-compact-small-font-size: 1.2rem;
|
|
8678
|
+
--dt-typography-headline-compact-small-text-case: none;
|
|
8679
|
+
--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"';
|
|
8680
|
+
--dt-typography-headline-compact-medium-font-weight: 700;
|
|
8681
|
+
--dt-typography-headline-compact-medium-line-height: 1.4;
|
|
8682
|
+
--dt-typography-headline-compact-medium-font-size: 1.5rem;
|
|
8683
|
+
--dt-typography-headline-compact-medium-text-case: none;
|
|
8684
|
+
--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"';
|
|
8685
|
+
--dt-typography-headline-compact-large-font-weight: 700;
|
|
8686
|
+
--dt-typography-headline-compact-large-line-height: 1.2;
|
|
8687
|
+
--dt-typography-headline-compact-large-font-size: 1.9rem;
|
|
8688
|
+
--dt-typography-headline-compact-large-text-case: none;
|
|
8689
|
+
--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"';
|
|
8690
|
+
--dt-typography-headline-compact-soft-small-font-weight: 500;
|
|
8691
|
+
--dt-typography-headline-compact-soft-small-line-height: 1.2;
|
|
8692
|
+
--dt-typography-headline-compact-soft-small-font-size: 1.2rem;
|
|
8693
|
+
--dt-typography-headline-compact-soft-small-text-case: none;
|
|
8694
|
+
--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"';
|
|
8695
|
+
--dt-typography-label-small-font-weight: 600;
|
|
8696
|
+
--dt-typography-label-small-line-height: 1.4;
|
|
8697
|
+
--dt-typography-label-small-font-size: 1.2rem;
|
|
8698
|
+
--dt-typography-label-small-text-case: none;
|
|
8699
|
+
--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"';
|
|
8700
|
+
--dt-typography-label-base-font-weight: 600;
|
|
8701
|
+
--dt-typography-label-base-line-height: 1.6;
|
|
8702
|
+
--dt-typography-label-base-font-size: 1.5rem;
|
|
8703
|
+
--dt-typography-label-base-text-case: none;
|
|
8704
|
+
--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"';
|
|
8705
|
+
--dt-typography-label-compact-small-font-weight: 600;
|
|
8706
|
+
--dt-typography-label-compact-small-line-height: 1.2;
|
|
8707
|
+
--dt-typography-label-compact-small-font-size: 1.2rem;
|
|
8708
|
+
--dt-typography-label-compact-small-text-case: none;
|
|
8709
|
+
--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"';
|
|
8710
|
+
--dt-typography-label-compact-base-font-weight: 600;
|
|
8711
|
+
--dt-typography-label-compact-base-line-height: 1.4;
|
|
8712
|
+
--dt-typography-label-compact-base-font-size: 1.5rem;
|
|
8713
|
+
--dt-typography-label-compact-base-text-case: none;
|
|
8714
|
+
--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"';
|
|
8715
|
+
--dt-typography-label-compact-plain-small-font-weight: 400;
|
|
8716
|
+
--dt-typography-label-compact-plain-small-line-height: 1.2;
|
|
8717
|
+
--dt-typography-label-compact-plain-small-font-size: 1.2rem;
|
|
8718
|
+
--dt-typography-label-compact-plain-small-text-case: none;
|
|
8719
|
+
--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"';
|
|
8720
|
+
--dt-typography-label-compact-plain-base-font-weight: 400;
|
|
8721
|
+
--dt-typography-label-compact-plain-base-line-height: 1.4;
|
|
8722
|
+
--dt-typography-label-compact-plain-base-font-size: 1.5rem;
|
|
8723
|
+
--dt-typography-label-compact-plain-base-text-case: none;
|
|
8724
|
+
--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"';
|
|
8725
|
+
--dt-typography-label-plain-small-font-weight: 400;
|
|
8726
|
+
--dt-typography-label-plain-small-line-height: 1.4;
|
|
8727
|
+
--dt-typography-label-plain-small-font-size: 1.2rem;
|
|
8728
|
+
--dt-typography-label-plain-small-text-case: none;
|
|
8729
|
+
--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"';
|
|
8730
|
+
--dt-typography-label-plain-base-font-weight: 400;
|
|
8731
|
+
--dt-typography-label-plain-base-line-height: 1.6;
|
|
8732
|
+
--dt-typography-label-plain-base-font-size: 1.5rem;
|
|
8733
|
+
--dt-typography-label-plain-base-text-case: none;
|
|
8734
|
+
--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"';
|
|
8735
|
+
--dt-typography-helper-small-font-weight: 400;
|
|
8736
|
+
--dt-typography-helper-small-line-height: 1.2;
|
|
8737
|
+
--dt-typography-helper-small-font-size: 1.2rem;
|
|
8738
|
+
--dt-typography-helper-small-text-case: none;
|
|
8739
|
+
--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"';
|
|
8740
|
+
--dt-typography-helper-base-font-weight: 400;
|
|
8741
|
+
--dt-typography-helper-base-line-height: 1.4;
|
|
8742
|
+
--dt-typography-helper-base-font-size: 1.5rem;
|
|
8743
|
+
--dt-typography-helper-base-text-case: none;
|
|
8744
|
+
--dt-typography-code-small-font-family: SFMono-Regular, '"SF Mono"', Consolas, '"Liberation Mono"', Menlo, Courier, monospace;
|
|
8745
|
+
--dt-typography-code-small-font-weight: 400;
|
|
8746
|
+
--dt-typography-code-small-line-height: 1.2;
|
|
8747
|
+
--dt-typography-code-small-font-size: 1.2rem;
|
|
8748
|
+
--dt-typography-code-small-text-case: none;
|
|
8749
|
+
--dt-typography-code-base-font-family: SFMono-Regular, '"SF Mono"', Consolas, '"Liberation Mono"', Menlo, Courier, monospace;
|
|
8750
|
+
--dt-typography-code-base-font-weight: 400;
|
|
8751
|
+
--dt-typography-code-base-line-height: 1.2;
|
|
8752
|
+
--dt-typography-code-base-font-size: 1.5rem;
|
|
8753
|
+
--dt-typography-code-base-text-case: none;
|
|
8754
|
+
--dt-inputs-size-border-default: 0.15rem;
|
|
8755
|
+
--dt-inputs-size-border-status: 0.2rem;
|
|
8756
|
+
--dt-inputs-size-radius-xs: 0.4rem;
|
|
8757
|
+
--dt-inputs-size-radius-sm: 0.8rem;
|
|
8758
|
+
--dt-inputs-size-radius-md: 0.8rem;
|
|
8759
|
+
--dt-inputs-size-radius-lg: 1.2rem;
|
|
8760
|
+
--dt-inputs-size-radius-xl: 1.6rem;
|
|
8761
|
+
--dt-inputs-line-height-default: 1.2;
|
|
8762
|
+
--dt-inputs-font-size-xs: 1.2rem;
|
|
8763
|
+
--dt-inputs-font-size-sm: 1.2rem;
|
|
8764
|
+
--dt-inputs-font-size-md: 1.5rem;
|
|
8765
|
+
--dt-inputs-font-size-lg: 1.9rem;
|
|
8766
|
+
--dt-inputs-font-size-xl: 2.7rem;
|
|
8767
|
+
--dt-inputs-color-foreground-default: #E6E6E6;
|
|
8768
|
+
--dt-inputs-color-foreground-placeholder: #AAAAAA;
|
|
8769
|
+
--dt-inputs-color-foreground-disabled: #AAAAAA;
|
|
8770
|
+
--dt-inputs-color-border-default: hsl(0 0% 100% / 0.14);
|
|
8771
|
+
--dt-inputs-color-border-focus: #51A0FE;
|
|
8772
|
+
--dt-inputs-color-border-critical: #FF8585;
|
|
8773
|
+
--dt-inputs-color-border-success: #B0FFA3;
|
|
8774
|
+
--dt-inputs-color-border-warning: #FFDB80;
|
|
8775
|
+
--dt-inputs-color-border-disabled: transparent;
|
|
8776
|
+
--dt-inputs-color-background-default: hsl(0 0% 90.2% / 0.06);
|
|
8777
|
+
--dt-inputs-color-background-focus: hsl(0 0% 90.2% / 0.03);
|
|
8778
|
+
--dt-inputs-color-background-disabled: hsl(0 0% 90.2% / 0.15);
|
|
8779
|
+
--dt-action-color-foreground-base-default: #AB7EFF;
|
|
8780
|
+
--dt-action-color-foreground-base-hover: lch(69.4 56.1 303);
|
|
8781
|
+
--dt-action-color-foreground-base-active: lch(69.4 56.1 303);
|
|
8782
|
+
--dt-action-color-foreground-base-primary-default: #ffffff;
|
|
8783
|
+
--dt-action-color-foreground-critical-default: #FF8585;
|
|
8784
|
+
--dt-action-color-foreground-critical-hover: lch(77.4 39.2 25.4);
|
|
8785
|
+
--dt-action-color-foreground-critical-active: lch(77.4 39.2 25.4);
|
|
8786
|
+
--dt-action-color-foreground-critical-primary-default: #ffffff;
|
|
8787
|
+
--dt-action-color-foreground-inverted-default: #000000;
|
|
8788
|
+
--dt-action-color-foreground-inverted-hover: #000000;
|
|
8789
|
+
--dt-action-color-foreground-inverted-active: #000000;
|
|
8790
|
+
--dt-action-color-foreground-inverted-primary-default: #AB7EFF;
|
|
8791
|
+
--dt-action-color-foreground-inverted-primary-hover: #DAC7FF;
|
|
8792
|
+
--dt-action-color-foreground-inverted-primary-active: #DAC7FF;
|
|
8793
|
+
--dt-action-color-foreground-muted-default: #C2C2C2;
|
|
8794
|
+
--dt-action-color-foreground-muted-hover: #C2C2C2;
|
|
8795
|
+
--dt-action-color-foreground-muted-active: #C2C2C2;
|
|
8796
|
+
--dt-action-color-foreground-disabled-default: #AAAAAA;
|
|
8797
|
+
--dt-action-color-background-base-default: transparent;
|
|
8798
|
+
--dt-action-color-background-base-hover: hsl(261 100% 74.7% / 0.1);
|
|
8799
|
+
--dt-action-color-background-base-active: hsl(261 100% 74.7% / 0.2);
|
|
8800
|
+
--dt-action-color-background-base-primary-default: #7C52FF;
|
|
8801
|
+
--dt-action-color-background-base-primary-hover: hsl(255 100% 63.4%);
|
|
8802
|
+
--dt-action-color-background-base-primary-active: hsl(255 100% 60.8%);
|
|
8803
|
+
--dt-action-color-background-critical-default: transparent;
|
|
8804
|
+
--dt-action-color-background-critical-hover: hsl(0 88.8% 49% / 0.2);
|
|
8805
|
+
--dt-action-color-background-critical-active: hsl(0 88.8% 49% / 0.3);
|
|
8806
|
+
--dt-action-color-background-critical-primary-default: #EC0E0E;
|
|
8807
|
+
--dt-action-color-background-critical-primary-hover: hsl(0 88.8% 45.1%);
|
|
8808
|
+
--dt-action-color-background-critical-primary-active: hsl(0 88.8% 43.1%);
|
|
8809
|
+
--dt-action-color-background-inverted-default: transparent;
|
|
8810
|
+
--dt-action-color-background-inverted-hover: hsl(0 0% 12% / 0.15);
|
|
8811
|
+
--dt-action-color-background-inverted-active: hsl(0 0% 12% / 0.3);
|
|
8812
|
+
--dt-action-color-background-inverted-primary-default: hsl(0 0% 12%);
|
|
8813
|
+
--dt-action-color-background-inverted-primary-hover: #10022C;
|
|
8814
|
+
--dt-action-color-background-inverted-primary-active: hsl(254 67.4% 33.5%);
|
|
8815
|
+
--dt-action-color-background-muted-default: transparent;
|
|
8816
|
+
--dt-action-color-background-muted-hover: hsl(0 0% 83.1% / 0.1);
|
|
8817
|
+
--dt-action-color-background-muted-active: hsl(0 0% 83.1% / 0.16);
|
|
8818
|
+
--dt-action-color-background-disabled-default: #3A3A3A;
|
|
8819
|
+
--dt-action-color-border-base-outlined-default: #AB7EFF;
|
|
8820
|
+
--dt-action-color-border-critical-outlined-default: #FF8585;
|
|
8821
|
+
--dt-action-color-border-inverted-outlined-default: #000000;
|
|
8822
|
+
--dt-action-color-border-muted-outlined-default: #AAAAAA;
|
|
8823
|
+
--dt-theme-color-base: #E6E6E6;
|
|
8824
|
+
--dt-theme-topbar-color-foreground: hsl(0 0% 90.2% / 0.75);
|
|
8825
|
+
--dt-theme-topbar-color-background: #262626;
|
|
8826
|
+
--dt-theme-topbar-field-color-foreground: hsl(0 0% 90.2% / 0.5);
|
|
8827
|
+
--dt-theme-topbar-field-color-foreground-hover: hsl(0 0% 90.2% / 0.75);
|
|
8828
|
+
--dt-theme-topbar-field-color-background: hsl(0 0% 90.2% / 0.05);
|
|
8829
|
+
--dt-theme-topbar-field-color-background-hover: hsl(0 0% 10.1%);
|
|
8830
|
+
--dt-theme-topbar-field-color-border: hsl(0 0% 90.2% / 0);
|
|
8831
|
+
--dt-theme-topbar-field-color-border-hover: hsl(0 0% 90.2% / 0.1);
|
|
8832
|
+
--dt-theme-topbar-field-color-border-active: hsl(0 0% 90.2% / 0.2);
|
|
8833
|
+
--dt-theme-topbar-button-color-foreground: hsl(0 0% 90.2% / 0.65);
|
|
8834
|
+
--dt-theme-topbar-button-color-foreground-hover: #E6E6E6;
|
|
8835
|
+
--dt-theme-topbar-button-color-background: hsl(0 0% 90.2% / 0);
|
|
8836
|
+
--dt-theme-topbar-button-color-background-hover: hsl(0 0% 90.2% / 0.15);
|
|
8837
|
+
--dt-theme-topbar-button-color-background-active: hsl(0 0% 90.2% / 0.1);
|
|
8838
|
+
--dt-theme-topbar-profile-color-foreground: hsl(0 0% 90.2% / 0.75);
|
|
8839
|
+
--dt-theme-topbar-profile-color-foreground-inverted: hsl(0 0% 0% / 0.75);
|
|
8840
|
+
--dt-theme-topbar-profile-color-background: hsl(0 0% 90.2% / 0.05);
|
|
8841
|
+
--dt-theme-topbar-profile-color-background-inverted: hsl(0 0% 90.2% / 0.75);
|
|
8842
|
+
--dt-theme-topbar-profile-color-background-hover: hsl(0 0% 90.2% / 0.1);
|
|
8843
|
+
--dt-theme-topbar-profile-color-background-active: hsl(0 0% 90.2% / 0.14);
|
|
8844
|
+
--dt-theme-sidebar-color-foreground: #C2C2C2;
|
|
8845
|
+
--dt-theme-sidebar-color-foreground-unread: #E6E6E6;
|
|
8846
|
+
--dt-theme-sidebar-color-background: #262626;
|
|
8847
|
+
--dt-theme-sidebar-icon-color-foreground: #C2C2C2;
|
|
8848
|
+
--dt-theme-sidebar-status-color-foreground: #AAAAAA;
|
|
8849
|
+
--dt-theme-sidebar-row-color-background: hsl(0 0% 90.2% / 0);
|
|
8850
|
+
--dt-theme-sidebar-row-color-background-hover: hsl(0 0% 90.2% / 0.18);
|
|
8851
|
+
--dt-theme-sidebar-row-color-background-active: hsl(0 0% 90.2% / 0.24);
|
|
8852
|
+
--dt-theme-sidebar-selected-row-color-foreground: #E6E6E6;
|
|
8853
|
+
--dt-theme-sidebar-selected-row-color-background: hsl(0 0% 90.2% / 0.2);
|
|
8854
|
+
--dt-theme-sidebar-section-color-foreground: #AAAAAA;
|
|
8855
|
+
--dt-theme-presence-color-background-available: #B0FFA3;
|
|
8856
|
+
--dt-theme-presence-color-background-busy-unavailable: #EC0E0E;
|
|
8857
|
+
--dt-theme-presence-color-background-busy: #F6AB3C;
|
|
8858
|
+
--dt-theme-presence-color-background-offline: #ffffff;
|
|
8859
|
+
--dt-theme-mention-color-foreground: #ffffff;
|
|
8860
|
+
--dt-theme-mention-color-background: #7C52FF;
|
|
8861
|
+
--dt-avatar-color-foreground: #000000;
|
|
8862
|
+
--dt-avatar-color-background-100: #1aa340;
|
|
8863
|
+
--dt-avatar-color-background-200: #aaff83;
|
|
8864
|
+
--dt-avatar-color-background-300: #adea88;
|
|
8865
|
+
--dt-avatar-color-background-400: #77eca6;
|
|
8866
|
+
--dt-avatar-color-background-500: #7aedbd;
|
|
8867
|
+
--dt-avatar-color-background-600: #77deec;
|
|
8868
|
+
--dt-avatar-color-background-700: #5ed8ff;
|
|
8869
|
+
--dt-avatar-color-background-800: #99e7ff;
|
|
8870
|
+
--dt-avatar-color-background-900: #51a0fe;
|
|
8871
|
+
--dt-avatar-color-background-1000: #b6cfff;
|
|
8872
|
+
--dt-avatar-color-background-1100: #f1b7e8;
|
|
8873
|
+
--dt-avatar-color-background-1200: #ec77bd;
|
|
8874
|
+
--dt-avatar-color-background-1300: #ff67be;
|
|
8875
|
+
--dt-avatar-color-background-1400: #f87e7e;
|
|
8876
|
+
--dt-avatar-color-background-1500: #eca877;
|
|
8877
|
+
--dt-avatar-color-background-1600: #ffbe41;
|
|
8878
|
+
--dt-avatar-color-background-1700: #ffd646;
|
|
8879
|
+
--dt-avatar-color-background-1800: #f1dab7;
|
|
8880
|
+
--dt-avatar-color-background-000: #e0e0e0;
|
|
8881
|
+
--dt-badge-color-background-default: hsl(0 0% 90.2% / 0.15);
|
|
8882
|
+
--dt-badge-color-background-info: #01326D;
|
|
8883
|
+
--dt-badge-color-background-success: #124620;
|
|
8884
|
+
--dt-badge-color-background-warning: #815008;
|
|
8885
|
+
--dt-badge-color-background-critical: #5B0505;
|
|
8886
|
+
--dt-badge-color-background-bulletin: #7C52FF;
|
|
8887
|
+
--dt-badge-color-background-ai: linear-gradient(135deg, #F9008E 10%, #7C52FF 90%);
|
|
8888
|
+
--dt-badge-color-foreground-default: #E6E6E6;
|
|
8889
|
+
--dt-badge-color-foreground-bulletin: #ffffff;
|
|
8890
|
+
--dt-checkbox-size-width: 1.6rem;
|
|
8891
|
+
--dt-checkbox-size-height: 1.6rem;
|
|
8892
|
+
--dt-checkbox-size-radius: 0.4rem;
|
|
8893
|
+
--dt-checkbox-color-border-unchecked: #808080;
|
|
8894
|
+
--dt-checkbox-color-border-checked: #7C52FF;
|
|
8895
|
+
--dt-checkbox-color-background-checked: #7C52FF;
|
|
8896
|
+
--dt-icon-size-100: 1.2rem;
|
|
8897
|
+
--dt-icon-size-200: 1.4rem;
|
|
8898
|
+
--dt-icon-size-300: 1.8rem;
|
|
8899
|
+
--dt-icon-size-400: 2rem;
|
|
8900
|
+
--dt-icon-size-500: 2.4rem;
|
|
8901
|
+
--dt-icon-size-600: 3.2rem;
|
|
8902
|
+
--dt-icon-size-700: 3.8rem;
|
|
8903
|
+
--dt-icon-size-800: 4.8rem;
|
|
8904
|
+
--dt-icon-size-border-100: 0.1rem;
|
|
8905
|
+
--dt-icon-size-border-200: 0.125rem;
|
|
8906
|
+
--dt-icon-size-border-300: 0.15rem;
|
|
8907
|
+
--dt-icon-size-border-400: 0.175rem;
|
|
8908
|
+
--dt-icon-size-border-500: 0.175rem;
|
|
8909
|
+
--dt-icon-size-border-600: 0.25rem;
|
|
8910
|
+
--dt-icon-size-border-700: 0.275rem;
|
|
8911
|
+
--dt-icon-size-border-800: 0.35rem;
|
|
8912
|
+
--dt-radio-size-width: 1.6rem;
|
|
8913
|
+
--dt-radio-size-height: 1.6rem;
|
|
8914
|
+
--dt-radio-size-radius: 50%;
|
|
8915
|
+
--dt-radio-color-border-unchecked: #808080;
|
|
8916
|
+
--dt-radio-color-border-checked: #7C52FF;
|
|
8917
|
+
--dt-radio-color-background-checked: #7C52FF;
|
|
8918
8918
|
}
|
|
8919
8919
|
|
|
8920
8920
|
.d-fc-neutral-white.d-fc-neutral-white, .h\:d-fc-neutral-white.h\:d-fc-neutral-white:hover, .f\:d-fc-neutral-white.f\:d-fc-neutral-white:focus, .f\:d-fc-neutral-white.f\:d-fc-neutral-white:focus-within, .fv\:d-fc-neutral-white.fv\:d-fc-neutral-white:focus-visible {
|
|
@@ -14915,7 +14915,7 @@ body {
|
|
|
14915
14915
|
--dt-color-neutral-black-hsla: hsla(var(--dt-color-neutral-black-h) var(--dt-color-neutral-black-s) var(--dt-color-neutral-black-l) / var(--alpha, 100%));
|
|
14916
14916
|
--dt-theme-topbar-field-color-background-hover-h: 0;
|
|
14917
14917
|
--dt-theme-topbar-field-color-background-hover-s: 0%;
|
|
14918
|
-
--dt-theme-topbar-field-color-background-hover-l:
|
|
14918
|
+
--dt-theme-topbar-field-color-background-hover-l: 10.196078431372548%;
|
|
14919
14919
|
--dt-theme-topbar-field-color-background-hover-hsl: var(--dt-theme-topbar-field-color-background-hover-h) var(--dt-theme-topbar-field-color-background-hover-s) var(--dt-theme-topbar-field-color-background-hover-l);
|
|
14920
14920
|
--dt-theme-topbar-field-color-background-hover-hsla: hsla(var(--dt-theme-topbar-field-color-background-hover-h) var(--dt-theme-topbar-field-color-background-hover-s) var(--dt-theme-topbar-field-color-background-hover-l) / var(--alpha, 100%));
|
|
14921
14921
|
--dt-theme-topbar-field-color-foreground-h: 0;
|
|
@@ -15104,13 +15104,13 @@ body {
|
|
|
15104
15104
|
--dt-theme-mention-color-background-hsl: var(--dt-theme-mention-color-background-h) var(--dt-theme-mention-color-background-s) var(--dt-theme-mention-color-background-l);
|
|
15105
15105
|
--dt-theme-mention-color-background-hsla: hsla(var(--dt-theme-mention-color-background-h) var(--dt-theme-mention-color-background-s) var(--dt-theme-mention-color-background-l) / var(--alpha, 100%));
|
|
15106
15106
|
color-scheme: dark;
|
|
15107
|
-
--dt-shadow-small: var(--dt-shadow-small-
|
|
15108
|
-
--dt-shadow-medium: var(--dt-shadow-medium-
|
|
15109
|
-
--dt-shadow-large: var(--dt-shadow-large-
|
|
15110
|
-
--dt-shadow-extra-large: var(--dt-shadow-extra-large-
|
|
15111
|
-
--dt-shadow-card: var(--dt-shadow-card-
|
|
15112
|
-
--dt-shadow-focus: var(--dt-shadow-focus-
|
|
15113
|
-
--dt-shadow-focus-inset: var(--dt-shadow-focus-inset-
|
|
15107
|
+
--dt-shadow-small: var(--dt-shadow-small-1-x) var(--dt-shadow-small-1-y) var(--dt-shadow-small-1-blur) var(--dt-shadow-small-1-spread) var(--dt-shadow-small-1-color), var(--dt-shadow-small-2-x) var(--dt-shadow-small-2-y) var(--dt-shadow-small-2-blur) var(--dt-shadow-small-2-spread) var(--dt-shadow-small-2-color), var(--dt-shadow-small-3-x) var(--dt-shadow-small-3-y) var(--dt-shadow-small-3-blur) var(--dt-shadow-small-3-spread) var(--dt-shadow-small-3-color), var(--dt-shadow-small-4-x) var(--dt-shadow-small-4-y) var(--dt-shadow-small-4-blur) var(--dt-shadow-small-4-spread) var(--dt-shadow-small-4-color), var(--dt-shadow-small-5-x) var(--dt-shadow-small-5-y) var(--dt-shadow-small-5-blur) var(--dt-shadow-small-5-spread) var(--dt-shadow-small-5-color);
|
|
15108
|
+
--dt-shadow-medium: var(--dt-shadow-medium-1-x) var(--dt-shadow-medium-1-y) var(--dt-shadow-medium-1-blur) var(--dt-shadow-medium-1-spread) var(--dt-shadow-medium-1-color), var(--dt-shadow-medium-2-x) var(--dt-shadow-medium-2-y) var(--dt-shadow-medium-2-blur) var(--dt-shadow-medium-2-spread) var(--dt-shadow-medium-2-color), var(--dt-shadow-medium-3-x) var(--dt-shadow-medium-3-y) var(--dt-shadow-medium-3-blur) var(--dt-shadow-medium-3-spread) var(--dt-shadow-medium-3-color), var(--dt-shadow-medium-4-x) var(--dt-shadow-medium-4-y) var(--dt-shadow-medium-4-blur) var(--dt-shadow-medium-4-spread) var(--dt-shadow-medium-4-color), var(--dt-shadow-medium-5-x) var(--dt-shadow-medium-5-y) var(--dt-shadow-medium-5-blur) var(--dt-shadow-medium-5-spread) var(--dt-shadow-medium-5-color);
|
|
15109
|
+
--dt-shadow-large: var(--dt-shadow-large-1-x) var(--dt-shadow-large-1-y) var(--dt-shadow-large-1-blur) var(--dt-shadow-large-1-spread) var(--dt-shadow-large-1-color), var(--dt-shadow-large-2-x) var(--dt-shadow-large-2-y) var(--dt-shadow-large-2-blur) var(--dt-shadow-large-2-spread) var(--dt-shadow-large-2-color), var(--dt-shadow-large-3-x) var(--dt-shadow-large-3-y) var(--dt-shadow-large-3-blur) var(--dt-shadow-large-3-spread) var(--dt-shadow-large-3-color), var(--dt-shadow-large-4-x) var(--dt-shadow-large-4-y) var(--dt-shadow-large-4-blur) var(--dt-shadow-large-4-spread) var(--dt-shadow-large-4-color), var(--dt-shadow-large-5-x) var(--dt-shadow-large-5-y) var(--dt-shadow-large-5-blur) var(--dt-shadow-large-5-spread) var(--dt-shadow-large-5-color);
|
|
15110
|
+
--dt-shadow-extra-large: var(--dt-shadow-extra-large-1-x) var(--dt-shadow-extra-large-1-y) var(--dt-shadow-extra-large-1-blur) var(--dt-shadow-extra-large-1-spread) var(--dt-shadow-extra-large-1-color), var(--dt-shadow-extra-large-2-x) var(--dt-shadow-extra-large-2-y) var(--dt-shadow-extra-large-2-blur) var(--dt-shadow-extra-large-2-spread) var(--dt-shadow-extra-large-2-color), var(--dt-shadow-extra-large-3-x) var(--dt-shadow-extra-large-3-y) var(--dt-shadow-extra-large-3-blur) var(--dt-shadow-extra-large-3-spread) var(--dt-shadow-extra-large-3-color), var(--dt-shadow-extra-large-4-x) var(--dt-shadow-extra-large-4-y) var(--dt-shadow-extra-large-4-blur) var(--dt-shadow-extra-large-4-spread) var(--dt-shadow-extra-large-4-color), var(--dt-shadow-extra-large-5-x) var(--dt-shadow-extra-large-5-y) var(--dt-shadow-extra-large-5-blur) var(--dt-shadow-extra-large-5-spread) var(--dt-shadow-extra-large-5-color);
|
|
15111
|
+
--dt-shadow-card: var(--dt-shadow-card-1-x) var(--dt-shadow-card-1-y) var(--dt-shadow-card-1-blur) var(--dt-shadow-card-1-spread) var(--dt-shadow-card-1-color), var(--dt-shadow-card-2-x) var(--dt-shadow-card-2-y) var(--dt-shadow-card-2-blur) var(--dt-shadow-card-2-spread) var(--dt-shadow-card-2-color), var(--dt-shadow-card-3-x) var(--dt-shadow-card-3-y) var(--dt-shadow-card-3-blur) var(--dt-shadow-card-3-spread) var(--dt-shadow-card-3-color), var(--dt-shadow-card-4-x) var(--dt-shadow-card-4-y) var(--dt-shadow-card-4-blur) var(--dt-shadow-card-4-spread) var(--dt-shadow-card-4-color), var(--dt-shadow-card-5-x) var(--dt-shadow-card-5-y) var(--dt-shadow-card-5-blur) var(--dt-shadow-card-5-spread) var(--dt-shadow-card-5-color), var(--dt-shadow-card-6-x) var(--dt-shadow-card-6-y) var(--dt-shadow-card-6-blur) var(--dt-shadow-card-6-spread) var(--dt-shadow-card-6-color), var(--dt-shadow-card-7-x) var(--dt-shadow-card-7-y) var(--dt-shadow-card-7-blur) var(--dt-shadow-card-7-spread) var(--dt-shadow-card-7-color);
|
|
15112
|
+
--dt-shadow-focus: var(--dt-shadow-focus-1-x) var(--dt-shadow-focus-1-y) var(--dt-shadow-focus-1-blur) var(--dt-shadow-focus-1-spread) var(--dt-shadow-focus-1-color), var(--dt-shadow-focus-2-x) var(--dt-shadow-focus-2-y) var(--dt-shadow-focus-2-blur) var(--dt-shadow-focus-2-spread) var(--dt-shadow-focus-2-color);
|
|
15113
|
+
--dt-shadow-focus-inset: var(--dt-shadow-focus-inset-1-x) var(--dt-shadow-focus-inset-1-y) var(--dt-shadow-focus-inset-1-blur) var(--dt-shadow-focus-inset-1-spread) var(--dt-shadow-focus-inset-1-color);
|
|
15114
15114
|
}
|
|
15115
15115
|
|
|
15116
15116
|
.dialtone-theme-light {
|
|
@@ -15540,13 +15540,13 @@ body {
|
|
|
15540
15540
|
--dt-theme-mention-color-background-hsl: var(--dt-theme-mention-color-background-h) var(--dt-theme-mention-color-background-s) var(--dt-theme-mention-color-background-l);
|
|
15541
15541
|
--dt-theme-mention-color-background-hsla: hsla(var(--dt-theme-mention-color-background-h) var(--dt-theme-mention-color-background-s) var(--dt-theme-mention-color-background-l) / var(--alpha, 100%));
|
|
15542
15542
|
color-scheme: light;
|
|
15543
|
-
--dt-shadow-small: var(--dt-shadow-small-
|
|
15544
|
-
--dt-shadow-medium: var(--dt-shadow-medium-
|
|
15545
|
-
--dt-shadow-large: var(--dt-shadow-large-
|
|
15546
|
-
--dt-shadow-extra-large: var(--dt-shadow-extra-large-
|
|
15547
|
-
--dt-shadow-card: var(--dt-shadow-card-
|
|
15548
|
-
--dt-shadow-focus: var(--dt-shadow-focus-
|
|
15549
|
-
--dt-shadow-focus-inset: var(--dt-shadow-focus-inset-
|
|
15543
|
+
--dt-shadow-small: var(--dt-shadow-small-1-x) var(--dt-shadow-small-1-y) var(--dt-shadow-small-1-blur) var(--dt-shadow-small-1-spread) var(--dt-shadow-small-1-color);
|
|
15544
|
+
--dt-shadow-medium: var(--dt-shadow-medium-1-x) var(--dt-shadow-medium-1-y) var(--dt-shadow-medium-1-blur) var(--dt-shadow-medium-1-spread) var(--dt-shadow-medium-1-color);
|
|
15545
|
+
--dt-shadow-large: var(--dt-shadow-large-1-x) var(--dt-shadow-large-1-y) var(--dt-shadow-large-1-blur) var(--dt-shadow-large-1-spread) var(--dt-shadow-large-1-color);
|
|
15546
|
+
--dt-shadow-extra-large: var(--dt-shadow-extra-large-1-x) var(--dt-shadow-extra-large-1-y) var(--dt-shadow-extra-large-1-blur) var(--dt-shadow-extra-large-1-spread) var(--dt-shadow-extra-large-1-color);
|
|
15547
|
+
--dt-shadow-card: var(--dt-shadow-card-1-x) var(--dt-shadow-card-1-y) var(--dt-shadow-card-1-blur) var(--dt-shadow-card-1-spread) var(--dt-shadow-card-1-color), var(--dt-shadow-card-2-x) var(--dt-shadow-card-2-y) var(--dt-shadow-card-2-blur) var(--dt-shadow-card-2-spread) var(--dt-shadow-card-2-color), var(--dt-shadow-card-3-x) var(--dt-shadow-card-3-y) var(--dt-shadow-card-3-blur) var(--dt-shadow-card-3-spread) var(--dt-shadow-card-3-color);
|
|
15548
|
+
--dt-shadow-focus: var(--dt-shadow-focus-1-x) var(--dt-shadow-focus-1-y) var(--dt-shadow-focus-1-blur) var(--dt-shadow-focus-1-spread) var(--dt-shadow-focus-1-color), var(--dt-shadow-focus-2-x) var(--dt-shadow-focus-2-y) var(--dt-shadow-focus-2-blur) var(--dt-shadow-focus-2-spread) var(--dt-shadow-focus-2-color);
|
|
15549
|
+
--dt-shadow-focus-inset: var(--dt-shadow-focus-inset-1-x) var(--dt-shadow-focus-inset-1-y) var(--dt-shadow-focus-inset-1-blur) var(--dt-shadow-focus-inset-1-spread) var(--dt-shadow-focus-inset-1-color);
|
|
15550
15550
|
}
|
|
15551
15551
|
|
|
15552
15552
|
@media (max-width: 480px) {
|