genesys-spark 4.261.2 → 4.262.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/dist/css/flare/ui.css +445 -445
- package/dist/css/flare/ui.css.map +1 -1
- package/dist/css/legacy/ui.css +196 -196
- package/dist/css/legacy/ui.css.map +1 -1
- package/dist/css/ui.css +445 -445
- package/dist/css/ui.css.map +1 -1
- package/dist/index.js +2 -2
- package/dist/ui.css +445 -445
- package/dist/ui.css.map +1 -1
- package/package.json +1 -1
package/dist/css/flare/ui.css
CHANGED
|
@@ -236,12 +236,12 @@
|
|
|
236
236
|
--gse-ui-globalNav-userSettingsWindow-text-labelColor: #4f5157;
|
|
237
237
|
--gse-ui-globalNav-userSettingsWindow-borderRadius: 4px;
|
|
238
238
|
--gse-ui-rating-star-gap: 8px;
|
|
239
|
+
--gse-ui-rating-size: 16px;
|
|
239
240
|
--gse-ui-rating-default-color: #6a6d75;
|
|
240
241
|
--gse-ui-rating-active-color: #2143a2;
|
|
241
242
|
--gse-ui-rating-hover-color: #19327a;
|
|
242
243
|
--gse-ui-rating-disabled-color: #6a6d75;
|
|
243
244
|
--gse-ui-rating-disabled-opacity: 0.5;
|
|
244
|
-
--gse-ui-rating-size: 16px;
|
|
245
245
|
--gse-ui-sidePanel-header-iconGap: 12px;
|
|
246
246
|
--gse-ui-sidePanel-header-padding: 24px 0 0 0;
|
|
247
247
|
--gse-ui-sidePanel-header-titleBlock-iconGap: 12px;
|
|
@@ -275,21 +275,21 @@
|
|
|
275
275
|
--gse-ui-segmentedControl-button-disabled-opacity: 0.5;
|
|
276
276
|
--gse-ui-segmentedControl-button-disabled-backgroundColor: rgba(0, 0, 0, 0);
|
|
277
277
|
--gse-ui-segmentedControl-button-disabled-foregroundColor: #19327a;
|
|
278
|
+
--gse-ui-segmentedControl-button-active-boxShadow: 0 1px 3px 0 #3d538f4d;
|
|
279
|
+
--gse-ui-segmentedControl-button-active-backgroundColor: #ffffff;
|
|
280
|
+
--gse-ui-segmentedControl-button-active-foregroundColor: #2143a2;
|
|
278
281
|
--gse-ui-segmentedControl-button-default-backgroundColor: #ffffff;
|
|
279
282
|
--gse-ui-segmentedControl-button-default-foregroundColor: #2143a2;
|
|
280
283
|
--gse-ui-segmentedControl-button-hover-backgroundColor: #d5def7;
|
|
281
284
|
--gse-ui-segmentedControl-button-hover-foregroundColor: #19327a;
|
|
282
|
-
--gse-ui-segmentedControl-button-active-backgroundColor: #ffffff;
|
|
283
|
-
--gse-ui-segmentedControl-button-active-foregroundColor: #2143a2;
|
|
284
|
-
--gse-ui-segmentedControl-button-active-boxShadow: 0 1px 3px 0 #3d538f4d;
|
|
285
|
-
--gse-ui-segmentedControl-borderRadius: 4px;
|
|
286
285
|
--gse-ui-segmentedControl-height: 32px;
|
|
286
|
+
--gse-ui-segmentedControl-dividerLine: 12px;
|
|
287
287
|
--gse-ui-segmentedControl-iconOnly-padding: 0 8px;
|
|
288
288
|
--gse-ui-segmentedControl-focus-offset: 0;
|
|
289
|
-
--gse-ui-segmentedControl-container-background: #eff3ff;
|
|
290
|
-
--gse-ui-segmentedControl-dividerLine: 12px;
|
|
291
289
|
--gse-ui-segmentedControl-dividerComponent-margin: 4px;
|
|
292
290
|
--gse-ui-segmentedControl-padding: 2px;
|
|
291
|
+
--gse-ui-segmentedControl-borderRadius: 4px;
|
|
292
|
+
--gse-ui-segmentedControl-container-background: #eff3ff;
|
|
293
293
|
--gse-ui-promptInput-simple-label-minHeight: 32px;
|
|
294
294
|
--gse-ui-promptInput-simple-label-maxHeight: 200px;
|
|
295
295
|
--gse-ui-promptInput-simple-padding: 12px 16px;
|
|
@@ -323,146 +323,6 @@
|
|
|
323
323
|
--gse-ui-dismissButton-hover-foregroundColor: #19327a;
|
|
324
324
|
--gse-ui-dismissButton-active-backgroundColor: #adbff0;
|
|
325
325
|
--gse-ui-dismissButton-active-foregroundColor: #102251;
|
|
326
|
-
--gse-ui-card-backgroundColor: #ffffff;
|
|
327
|
-
--gse-ui-card-borderRadius: 8px;
|
|
328
|
-
--gse-ui-card-raised-boxShadow: 0 2px 3px 1px #3d538f1a;
|
|
329
|
-
--gse-ui-card-padding: 24px;
|
|
330
|
-
--gse-ui-tooltip-light-backgroundColor: #ffffff;
|
|
331
|
-
--gse-ui-tooltip-light-foregroundColor: #2a2a2e;
|
|
332
|
-
--gse-ui-tooltip-dark-backgroundColor: #2a2a2e;
|
|
333
|
-
--gse-ui-tooltip-dark-foregroundColor: #ffffff;
|
|
334
|
-
--gse-ui-tooltip-dark-iconColor: #ffffff;
|
|
335
|
-
--gse-ui-tooltip-boxShadow: 0 6px 10px 4px #3d538f40, 0 0 2px 0 #3d538f40;
|
|
336
|
-
--gse-ui-tooltip-padding: 8px 12px;
|
|
337
|
-
--gse-ui-tooltip-height: 32px;
|
|
338
|
-
--gse-ui-tooltip-gap: 8px;
|
|
339
|
-
--gse-ui-tooltip-borderRadius: 4px;
|
|
340
|
-
--gse-ui-tooltip-targetOffset: 16px;
|
|
341
|
-
--gse-ui-tooltip-maxWidth: 350px;
|
|
342
|
-
--gse-ui-tag-borderRadius: 16px;
|
|
343
|
-
--gse-ui-tag-default-bold-backgroundColor: #263b73;
|
|
344
|
-
--gse-ui-tag-default-bold-foregroundColor: #ffffff;
|
|
345
|
-
--gse-ui-tag-default-subtle-backgroundColor: #9faac6;
|
|
346
|
-
--gse-ui-tag-default-subtle-foregroundColor: #2a2a2e;
|
|
347
|
-
--gse-ui-tag-accent1-bold-backgroundColor: #596ea6;
|
|
348
|
-
--gse-ui-tag-accent1-bold-foregroundColor: #ffffff;
|
|
349
|
-
--gse-ui-tag-accent1-subtle-backgroundColor: #b2b7c4;
|
|
350
|
-
--gse-ui-tag-accent1-subtle-foregroundColor: #2a2a2e;
|
|
351
|
-
--gse-ui-tag-accent2-bold-backgroundColor: #54c6ab;
|
|
352
|
-
--gse-ui-tag-accent2-bold-foregroundColor: #2a2a2e;
|
|
353
|
-
--gse-ui-tag-accent2-subtle-backgroundColor: #cceee6;
|
|
354
|
-
--gse-ui-tag-accent2-subtle-foregroundColor: #2a2a2e;
|
|
355
|
-
--gse-ui-tag-accent3-bold-backgroundColor: #056385;
|
|
356
|
-
--gse-ui-tag-accent3-bold-foregroundColor: #ffffff;
|
|
357
|
-
--gse-ui-tag-accent3-subtle-backgroundColor: #81cbe5;
|
|
358
|
-
--gse-ui-tag-accent3-subtle-foregroundColor: #2a2a2e;
|
|
359
|
-
--gse-ui-tag-accent4-bold-backgroundColor: #607732;
|
|
360
|
-
--gse-ui-tag-accent4-bold-foregroundColor: #ffffff;
|
|
361
|
-
--gse-ui-tag-accent4-subtle-backgroundColor: #c6dd98;
|
|
362
|
-
--gse-ui-tag-accent4-subtle-foregroundColor: #2a2a2e;
|
|
363
|
-
--gse-ui-tag-accent5-bold-backgroundColor: #5798d9;
|
|
364
|
-
--gse-ui-tag-accent5-bold-foregroundColor: #2a2a2e;
|
|
365
|
-
--gse-ui-tag-accent5-subtle-backgroundColor: #9ac1e8;
|
|
366
|
-
--gse-ui-tag-accent5-subtle-foregroundColor: #2a2a2e;
|
|
367
|
-
--gse-ui-tag-accent6-subtle-backgroundColor: #cdacff;
|
|
368
|
-
--gse-ui-tag-accent6-subtle-foregroundColor: #2a2a2e;
|
|
369
|
-
--gse-ui-tag-accent6-bold-backgroundColor: #8a5ecc;
|
|
370
|
-
--gse-ui-tag-accent6-bold-foregroundColor: #ffffff;
|
|
371
|
-
--gse-ui-tag-padding: 0 12px;
|
|
372
|
-
--gse-ui-tag-removable-padding: 0 8px 0 12px;
|
|
373
|
-
--gse-ui-tag-removable-gap: 4px;
|
|
374
|
-
--gse-ui-tag-accent7-bold-backgroundColor: #89387b;
|
|
375
|
-
--gse-ui-tag-accent7-bold-foregroundColor: #ffffff;
|
|
376
|
-
--gse-ui-tag-accent7-subtle-backgroundColor: #ef9ee1;
|
|
377
|
-
--gse-ui-tag-accent7-subtle-foregroundColor: #2a2a2e;
|
|
378
|
-
--gse-ui-tag-height: 20px;
|
|
379
|
-
--gse-ui-tag-accent8-bold-backgroundColor: #ff5c77;
|
|
380
|
-
--gse-ui-tag-accent8-bold-foregroundColor: #2a2a2e;
|
|
381
|
-
--gse-ui-tag-accent8-subtle-backgroundColor: #ff9dad;
|
|
382
|
-
--gse-ui-tag-accent8-subtle-foregroundColor: #2a2a2e;
|
|
383
|
-
--gse-ui-tag-accent9-bold-backgroundColor: #992910;
|
|
384
|
-
--gse-ui-tag-accent9-bold-foregroundColor: #ffffff;
|
|
385
|
-
--gse-ui-tag-accent9-subtle-backgroundColor: #ffb5a3;
|
|
386
|
-
--gse-ui-tag-accent9-subtle-foregroundColor: #2a2a2e;
|
|
387
|
-
--gse-ui-tag-accent10-bold-backgroundColor: #ffc650;
|
|
388
|
-
--gse-ui-tag-accent10-bold-foregroundColor: #2a2a2e;
|
|
389
|
-
--gse-ui-tag-accent10-subtle-backgroundColor: #ffdd96;
|
|
390
|
-
--gse-ui-tag-accent10-subtle-foregroundColor: #2a2a2e;
|
|
391
|
-
--gse-ui-tag-button-size: 16px;
|
|
392
|
-
--gse-ui-tag-disabled-opacity: 0.5;
|
|
393
|
-
--gse-ui-tag-small-height: 20px;
|
|
394
|
-
--gse-ui-tag-large-height: 32px;
|
|
395
|
-
--gse-ui-badge-borderRadius: 16px;
|
|
396
|
-
--gse-ui-badge-height: 20px;
|
|
397
|
-
--gse-ui-badge-padding: 2px 12px;
|
|
398
|
-
--gse-ui-badge-gap: 4px;
|
|
399
|
-
--gse-ui-badge-info-bold-backgroundColor: #3d538f;
|
|
400
|
-
--gse-ui-badge-info-bold-foregroundColor: #ffffff;
|
|
401
|
-
--gse-ui-badge-info-regular-backgroundColor: #f0f1f5;
|
|
402
|
-
--gse-ui-badge-info-regular-foregroundColor: #2a2a2e;
|
|
403
|
-
--gse-ui-badge-success-bold-backgroundColor: #056d4d;
|
|
404
|
-
--gse-ui-badge-success-bold-foregroundColor: #ffffff;
|
|
405
|
-
--gse-ui-badge-success-regular-backgroundColor: #cef0e6;
|
|
406
|
-
--gse-ui-badge-success-regular-foregroundColor: #2a2a2e;
|
|
407
|
-
--gse-ui-badge-warning-bold-backgroundColor: #f8c73e;
|
|
408
|
-
--gse-ui-badge-warning-bold-foregroundColor: #2a2a2e;
|
|
409
|
-
--gse-ui-badge-warning-regular-backgroundColor: #fce9b2;
|
|
410
|
-
--gse-ui-badge-warning-regular-foregroundColor: #2a2a2e;
|
|
411
|
-
--gse-ui-badge-error-bold-backgroundColor: #e22245;
|
|
412
|
-
--gse-ui-badge-error-bold-foregroundColor: #ffffff;
|
|
413
|
-
--gse-ui-badge-error-regular-backgroundColor: #f3a7b5;
|
|
414
|
-
--gse-ui-badge-error-regular-foregroundColor: #2a2a2e;
|
|
415
|
-
--gse-ui-icon-small-size: 16px;
|
|
416
|
-
--gse-ui-icon-medium-size: 24px;
|
|
417
|
-
--gse-ui-icon-large-size: 32px;
|
|
418
|
-
--gse-ui-icon-color: #4f5157;
|
|
419
|
-
--gse-ui-breadcrumbs-primary-height: 20px;
|
|
420
|
-
--gse-ui-breadcrumbs-primary-separator-padding: 0 12px;
|
|
421
|
-
--gse-ui-breadcrumbs-secondary-height: 16px;
|
|
422
|
-
--gse-ui-breadcrumbs-secondary-separator-padding: 0 8px;
|
|
423
|
-
--gse-ui-breadcrumbs-separator-color: #dce1ed;
|
|
424
|
-
--gse-ui-breadcrumbs-borderRadius: 0;
|
|
425
|
-
--gse-ui-formFooter-page-desktop-bottomPadding: 16px;
|
|
426
|
-
--gse-ui-formFooter-page-desktop-topPadding: 16px;
|
|
427
|
-
--gse-ui-formFooter-page-desktop-horizontalPadding: 24px;
|
|
428
|
-
--gse-ui-formFooter-page-desktop-gap: 16px;
|
|
429
|
-
--gse-ui-formFooter-page-mobile-bottomPadding: 16px;
|
|
430
|
-
--gse-ui-formFooter-page-mobile-topPadding: 16px;
|
|
431
|
-
--gse-ui-formFooter-page-mobile-horizontalPadding: 16px;
|
|
432
|
-
--gse-ui-formFooter-page-mobile-gap: 16px;
|
|
433
|
-
--gse-ui-formFooter-sideSheet-desktop-bottomPadding: 16px;
|
|
434
|
-
--gse-ui-formFooter-sideSheet-desktop-topPadding: 16px;
|
|
435
|
-
--gse-ui-formFooter-sideSheet-desktop-horizontalPadding: 24px;
|
|
436
|
-
--gse-ui-formFooter-sideSheet-desktop-gap: 16px;
|
|
437
|
-
--gse-ui-formFooter-backgroundColor: #ffffff;
|
|
438
|
-
--gse-ui-statusGlyph-negative: #b51b37;
|
|
439
|
-
--gse-ui-statusGlyph-positive: #056d4d;
|
|
440
|
-
--gse-ui-statusGlyph-neutral: #9a7b25;
|
|
441
|
-
--gse-ui-statusGlyph-information: #3d538f;
|
|
442
|
-
--gse-ui-aiBadge-backgroundColor-leftSide: #ebf6fb;
|
|
443
|
-
--gse-ui-aiBadge-backgroundColor-rightSide: #e7e9f9;
|
|
444
|
-
--gse-ui-aiBadge-foregroundColor: #2a2a2e;
|
|
445
|
-
--gse-ui-aiBadge-height: 20px;
|
|
446
|
-
--gse-ui-aiBadge-padding: 0 8px;
|
|
447
|
-
--gse-ui-aiBadge-gap: 4px;
|
|
448
|
-
--gse-ui-aiBadge-borderRadius: 16px;
|
|
449
|
-
--gse-ui-aiBadge-glow:
|
|
450
|
-
0 1px 0 0 #ffc650, 0 -1px 0 0 #ff451a, -1px 0 0 0 #ff9f40,
|
|
451
|
-
1px 0 0 0 #53bee5, -1px 1px 4px 0 #ffc6504d, 0 1px 4px 0 #ff451a66,
|
|
452
|
-
-1px 0 4px 0 #ff9f4066, 1px 0 4px 0 #53bee580;
|
|
453
|
-
--gse-ui-pageLayout-extraSmall-maxWidth: 480px;
|
|
454
|
-
--gse-ui-pageLayout-extraSmall-contentSlot-minHeight: 960px;
|
|
455
|
-
--gse-ui-pageLayout-small-maxWidth: 1280px;
|
|
456
|
-
--gse-ui-pageLayout-small-minWidth: 481px;
|
|
457
|
-
--gse-ui-pageLayout-small-contentSlot-minHeight: 960px;
|
|
458
|
-
--gse-ui-pageLayout-medium-maxWidth: 1440px;
|
|
459
|
-
--gse-ui-pageLayout-medium-minWidth: 1281px;
|
|
460
|
-
--gse-ui-pageLayout-medium-contentSlot-minHeight: 960px;
|
|
461
|
-
--gse-ui-pageLayout-large-maxWidth: 1920px;
|
|
462
|
-
--gse-ui-pageLayout-large-minWidth: 1441px;
|
|
463
|
-
--gse-ui-pageLayout-large-contentSlot-minHeight: 1016px;
|
|
464
|
-
--gse-ui-pageLayout-extraLarge-minWidth: 1921px;
|
|
465
|
-
--gse-ui-pageLayout-extraLarge-contentSlot-minHeight: 1016px;
|
|
466
326
|
--gse-ui-copyToClipboard-label-active-backgroundColor: #c1cff4;
|
|
467
327
|
--gse-ui-copyToClipboard-label-foregroundColor: #2a2a2e;
|
|
468
328
|
--gse-ui-copyToClipboard-label-padding: 2px 4px;
|
|
@@ -896,6 +756,19 @@
|
|
|
896
756
|
--gse-ui-ratingGroup-label: #2a2a2e;
|
|
897
757
|
--gse-ui-ratingGroup-shortened-gap: 8px;
|
|
898
758
|
--gse-ui-ratingGroup-shortened-edit-gap: 4px;
|
|
759
|
+
--gse-ui-formFooter-page-desktop-bottomPadding: 16px;
|
|
760
|
+
--gse-ui-formFooter-page-desktop-topPadding: 16px;
|
|
761
|
+
--gse-ui-formFooter-page-desktop-horizontalPadding: 24px;
|
|
762
|
+
--gse-ui-formFooter-page-desktop-gap: 16px;
|
|
763
|
+
--gse-ui-formFooter-page-mobile-bottomPadding: 16px;
|
|
764
|
+
--gse-ui-formFooter-page-mobile-topPadding: 16px;
|
|
765
|
+
--gse-ui-formFooter-page-mobile-horizontalPadding: 16px;
|
|
766
|
+
--gse-ui-formFooter-page-mobile-gap: 16px;
|
|
767
|
+
--gse-ui-formFooter-sideSheet-desktop-bottomPadding: 16px;
|
|
768
|
+
--gse-ui-formFooter-sideSheet-desktop-topPadding: 16px;
|
|
769
|
+
--gse-ui-formFooter-sideSheet-desktop-horizontalPadding: 24px;
|
|
770
|
+
--gse-ui-formFooter-sideSheet-desktop-gap: 16px;
|
|
771
|
+
--gse-ui-formFooter-backgroundColor: #ffffff;
|
|
899
772
|
--gse-ui-search-counter-default-foregroundColor: #6a6d75;
|
|
900
773
|
--gse-ui-search-counter-hover-foregroundColor: #19327a;
|
|
901
774
|
--gse-ui-search-counter-divider-foregroundColor: #a3a8b5;
|
|
@@ -1161,6 +1034,110 @@
|
|
|
1161
1034
|
--gse-ui-dataTableComposed-boxShadow: 0 2px 3px 1px #3d538f1a;
|
|
1162
1035
|
--gse-ui-dataTableComposed-width: 1440px;
|
|
1163
1036
|
--gse-ui-dataTableComposed-gap: 12px;
|
|
1037
|
+
--gse-ui-tooltip-height: 32px;
|
|
1038
|
+
--gse-ui-tooltip-maxWidth: 350px;
|
|
1039
|
+
--gse-ui-tooltip-light-backgroundColor: #ffffff;
|
|
1040
|
+
--gse-ui-tooltip-light-foregroundColor: #2a2a2e;
|
|
1041
|
+
--gse-ui-tooltip-dark-backgroundColor: #2a2a2e;
|
|
1042
|
+
--gse-ui-tooltip-dark-foregroundColor: #ffffff;
|
|
1043
|
+
--gse-ui-tooltip-dark-iconColor: #ffffff;
|
|
1044
|
+
--gse-ui-tooltip-borderRadius: 4px;
|
|
1045
|
+
--gse-ui-tooltip-boxShadow: 0 6px 10px 4px #3d538f40, 0 0 2px 0 #3d538f40;
|
|
1046
|
+
--gse-ui-tooltip-padding: 8px 12px;
|
|
1047
|
+
--gse-ui-tooltip-gap: 8px;
|
|
1048
|
+
--gse-ui-tooltip-targetOffset: 16px;
|
|
1049
|
+
--gse-ui-tag-height: 20px;
|
|
1050
|
+
--gse-ui-tag-button-size: 16px;
|
|
1051
|
+
--gse-ui-tag-small-height: 20px;
|
|
1052
|
+
--gse-ui-tag-large-height: 32px;
|
|
1053
|
+
--gse-ui-tag-padding: 0 12px;
|
|
1054
|
+
--gse-ui-tag-removable-padding: 0 8px 0 12px;
|
|
1055
|
+
--gse-ui-tag-removable-gap: 4px;
|
|
1056
|
+
--gse-ui-tag-default-bold-backgroundColor: #263b73;
|
|
1057
|
+
--gse-ui-tag-default-bold-foregroundColor: #ffffff;
|
|
1058
|
+
--gse-ui-tag-default-subtle-backgroundColor: #9faac6;
|
|
1059
|
+
--gse-ui-tag-default-subtle-foregroundColor: #2a2a2e;
|
|
1060
|
+
--gse-ui-tag-accent1-bold-backgroundColor: #596ea6;
|
|
1061
|
+
--gse-ui-tag-accent1-bold-foregroundColor: #ffffff;
|
|
1062
|
+
--gse-ui-tag-accent1-subtle-backgroundColor: #b2b7c4;
|
|
1063
|
+
--gse-ui-tag-accent1-subtle-foregroundColor: #2a2a2e;
|
|
1064
|
+
--gse-ui-tag-accent2-bold-backgroundColor: #54c6ab;
|
|
1065
|
+
--gse-ui-tag-accent2-bold-foregroundColor: #2a2a2e;
|
|
1066
|
+
--gse-ui-tag-accent2-subtle-backgroundColor: #cceee6;
|
|
1067
|
+
--gse-ui-tag-accent2-subtle-foregroundColor: #2a2a2e;
|
|
1068
|
+
--gse-ui-tag-accent3-bold-backgroundColor: #056385;
|
|
1069
|
+
--gse-ui-tag-accent3-bold-foregroundColor: #ffffff;
|
|
1070
|
+
--gse-ui-tag-accent3-subtle-backgroundColor: #81cbe5;
|
|
1071
|
+
--gse-ui-tag-accent3-subtle-foregroundColor: #2a2a2e;
|
|
1072
|
+
--gse-ui-tag-accent4-bold-backgroundColor: #607732;
|
|
1073
|
+
--gse-ui-tag-accent4-bold-foregroundColor: #ffffff;
|
|
1074
|
+
--gse-ui-tag-accent4-subtle-backgroundColor: #c6dd98;
|
|
1075
|
+
--gse-ui-tag-accent4-subtle-foregroundColor: #2a2a2e;
|
|
1076
|
+
--gse-ui-tag-accent5-bold-backgroundColor: #5798d9;
|
|
1077
|
+
--gse-ui-tag-accent5-bold-foregroundColor: #2a2a2e;
|
|
1078
|
+
--gse-ui-tag-accent5-subtle-backgroundColor: #9ac1e8;
|
|
1079
|
+
--gse-ui-tag-accent5-subtle-foregroundColor: #2a2a2e;
|
|
1080
|
+
--gse-ui-tag-accent6-subtle-backgroundColor: #cdacff;
|
|
1081
|
+
--gse-ui-tag-accent6-subtle-foregroundColor: #2a2a2e;
|
|
1082
|
+
--gse-ui-tag-accent6-bold-backgroundColor: #8a5ecc;
|
|
1083
|
+
--gse-ui-tag-accent6-bold-foregroundColor: #ffffff;
|
|
1084
|
+
--gse-ui-tag-accent7-bold-backgroundColor: #89387b;
|
|
1085
|
+
--gse-ui-tag-accent7-bold-foregroundColor: #ffffff;
|
|
1086
|
+
--gse-ui-tag-accent7-subtle-backgroundColor: #ef9ee1;
|
|
1087
|
+
--gse-ui-tag-accent7-subtle-foregroundColor: #2a2a2e;
|
|
1088
|
+
--gse-ui-tag-accent8-bold-backgroundColor: #ff5c77;
|
|
1089
|
+
--gse-ui-tag-accent8-bold-foregroundColor: #2a2a2e;
|
|
1090
|
+
--gse-ui-tag-accent8-subtle-backgroundColor: #ff9dad;
|
|
1091
|
+
--gse-ui-tag-accent8-subtle-foregroundColor: #2a2a2e;
|
|
1092
|
+
--gse-ui-tag-accent9-bold-backgroundColor: #992910;
|
|
1093
|
+
--gse-ui-tag-accent9-bold-foregroundColor: #ffffff;
|
|
1094
|
+
--gse-ui-tag-accent9-subtle-backgroundColor: #ffb5a3;
|
|
1095
|
+
--gse-ui-tag-accent9-subtle-foregroundColor: #2a2a2e;
|
|
1096
|
+
--gse-ui-tag-accent10-bold-backgroundColor: #ffc650;
|
|
1097
|
+
--gse-ui-tag-accent10-bold-foregroundColor: #2a2a2e;
|
|
1098
|
+
--gse-ui-tag-accent10-subtle-backgroundColor: #ffdd96;
|
|
1099
|
+
--gse-ui-tag-accent10-subtle-foregroundColor: #2a2a2e;
|
|
1100
|
+
--gse-ui-tag-borderRadius: 16px;
|
|
1101
|
+
--gse-ui-tag-disabled-opacity: 0.5;
|
|
1102
|
+
--gse-ui-badge-height: 20px;
|
|
1103
|
+
--gse-ui-badge-padding: 2px 12px;
|
|
1104
|
+
--gse-ui-badge-gap: 4px;
|
|
1105
|
+
--gse-ui-badge-info-bold-backgroundColor: #3d538f;
|
|
1106
|
+
--gse-ui-badge-info-bold-foregroundColor: #ffffff;
|
|
1107
|
+
--gse-ui-badge-info-regular-backgroundColor: #f0f1f5;
|
|
1108
|
+
--gse-ui-badge-info-regular-foregroundColor: #2a2a2e;
|
|
1109
|
+
--gse-ui-badge-success-bold-backgroundColor: #056d4d;
|
|
1110
|
+
--gse-ui-badge-success-bold-foregroundColor: #ffffff;
|
|
1111
|
+
--gse-ui-badge-success-regular-backgroundColor: #cef0e6;
|
|
1112
|
+
--gse-ui-badge-success-regular-foregroundColor: #2a2a2e;
|
|
1113
|
+
--gse-ui-badge-warning-bold-backgroundColor: #f8c73e;
|
|
1114
|
+
--gse-ui-badge-warning-bold-foregroundColor: #2a2a2e;
|
|
1115
|
+
--gse-ui-badge-warning-regular-backgroundColor: #fce9b2;
|
|
1116
|
+
--gse-ui-badge-warning-regular-foregroundColor: #2a2a2e;
|
|
1117
|
+
--gse-ui-badge-error-bold-backgroundColor: #e22245;
|
|
1118
|
+
--gse-ui-badge-error-bold-foregroundColor: #ffffff;
|
|
1119
|
+
--gse-ui-badge-error-regular-backgroundColor: #f3a7b5;
|
|
1120
|
+
--gse-ui-badge-error-regular-foregroundColor: #2a2a2e;
|
|
1121
|
+
--gse-ui-badge-borderRadius: 16px;
|
|
1122
|
+
--gse-ui-aiBadge-height: 20px;
|
|
1123
|
+
--gse-ui-aiBadge-padding: 0 8px;
|
|
1124
|
+
--gse-ui-aiBadge-gap: 4px;
|
|
1125
|
+
--gse-ui-aiBadge-backgroundColor-leftSide: #ebf6fb;
|
|
1126
|
+
--gse-ui-aiBadge-backgroundColor-rightSide: #e7e9f9;
|
|
1127
|
+
--gse-ui-aiBadge-foregroundColor: #2a2a2e;
|
|
1128
|
+
--gse-ui-aiBadge-borderRadius: 16px;
|
|
1129
|
+
--gse-ui-aiBadge-glow:
|
|
1130
|
+
0 1px 0 0 #ffc650, 0 -1px 0 0 #ff451a, -1px 0 0 0 #ff9f40,
|
|
1131
|
+
1px 0 0 0 #53bee5, -1px 1px 4px 0 #ffc6504d, 0 1px 4px 0 #ff451a66,
|
|
1132
|
+
-1px 0 4px 0 #ff9f4066, 1px 0 4px 0 #53bee580;
|
|
1133
|
+
--gse-ui-card-padding: 24px;
|
|
1134
|
+
--gse-ui-card-backgroundColor: #ffffff;
|
|
1135
|
+
--gse-ui-card-borderRadius: 8px;
|
|
1136
|
+
--gse-ui-card-raised-boxShadow: 0 2px 3px 1px #3d538f1a;
|
|
1137
|
+
--gse-ui-statusGlyph-negative: #b51b37;
|
|
1138
|
+
--gse-ui-statusGlyph-positive: #056d4d;
|
|
1139
|
+
--gse-ui-statusGlyph-neutral: #9a7b25;
|
|
1140
|
+
--gse-ui-statusGlyph-information: #3d538f;
|
|
1164
1141
|
--gse-ui-tabs-item-height: 40px;
|
|
1165
1142
|
--gse-ui-tabs-item-horizontal-fixedHeight: 40px;
|
|
1166
1143
|
--gse-ui-tabs-item-horizontal-padding: 11px 12px 10px;
|
|
@@ -1263,6 +1240,12 @@
|
|
|
1263
1240
|
--gse-ui-treeView-background-hover: #d4d8f4;
|
|
1264
1241
|
--gse-ui-treeView-background-selected: #c1cff4;
|
|
1265
1242
|
--gse-ui-treeView-background-open: #f2f4f7;
|
|
1243
|
+
--gse-ui-breadcrumbs-primary-height: 20px;
|
|
1244
|
+
--gse-ui-breadcrumbs-primary-separator-padding: 0 12px;
|
|
1245
|
+
--gse-ui-breadcrumbs-secondary-height: 16px;
|
|
1246
|
+
--gse-ui-breadcrumbs-secondary-separator-padding: 0 8px;
|
|
1247
|
+
--gse-ui-breadcrumbs-separator-color: #dce1ed;
|
|
1248
|
+
--gse-ui-breadcrumbs-borderRadius: 0;
|
|
1266
1249
|
--gse-ui-toast-closeButtonColor: #4f5157;
|
|
1267
1250
|
--gse-ui-toast-success-backgroundColor: #ffffff;
|
|
1268
1251
|
--gse-ui-toast-success-foregroundColor: #2a2a2e;
|
|
@@ -1515,6 +1498,19 @@
|
|
|
1515
1498
|
--gse-ui-rte-toolbar-sticky-marginRight: -16px;
|
|
1516
1499
|
--gse-ui-rte-container-borderRadius: 4px;
|
|
1517
1500
|
--gse-ui-rte-rteMenu-backgroundColor: #ffffff;
|
|
1501
|
+
--gse-ui-pageLayout-extraSmall-maxWidth: 480px;
|
|
1502
|
+
--gse-ui-pageLayout-extraSmall-contentSlot-minHeight: 960px;
|
|
1503
|
+
--gse-ui-pageLayout-small-maxWidth: 1280px;
|
|
1504
|
+
--gse-ui-pageLayout-small-minWidth: 481px;
|
|
1505
|
+
--gse-ui-pageLayout-small-contentSlot-minHeight: 960px;
|
|
1506
|
+
--gse-ui-pageLayout-medium-maxWidth: 1440px;
|
|
1507
|
+
--gse-ui-pageLayout-medium-minWidth: 1281px;
|
|
1508
|
+
--gse-ui-pageLayout-medium-contentSlot-minHeight: 960px;
|
|
1509
|
+
--gse-ui-pageLayout-large-maxWidth: 1920px;
|
|
1510
|
+
--gse-ui-pageLayout-large-minWidth: 1441px;
|
|
1511
|
+
--gse-ui-pageLayout-large-contentSlot-minHeight: 1016px;
|
|
1512
|
+
--gse-ui-pageLayout-extraLarge-minWidth: 1921px;
|
|
1513
|
+
--gse-ui-pageLayout-extraLarge-contentSlot-minHeight: 1016px;
|
|
1518
1514
|
--gse-ui-charts-areaChart-point-pointFill-default: #ffffff;
|
|
1519
1515
|
--gse-ui-charts-areaChart-point-pointFill-category1: #056385;
|
|
1520
1516
|
--gse-ui-charts-areaChart-point-pointFill-category10: #263b73;
|
|
@@ -1912,6 +1908,10 @@
|
|
|
1912
1908
|
--gse-ui-logo-cloud-logomark-onBackground-foregroundColor: #ffffff;
|
|
1913
1909
|
--gse-ui-logo-cloud-monotone-textColor: #141929;
|
|
1914
1910
|
--gse-ui-logo-cloud-monotone-iconColor: #141929;
|
|
1911
|
+
--gse-ui-icon-small-size: 16px;
|
|
1912
|
+
--gse-ui-icon-medium-size: 24px;
|
|
1913
|
+
--gse-ui-icon-large-size: 32px;
|
|
1914
|
+
--gse-ui-icon-color: #4f5157;
|
|
1915
1915
|
--gse-ui-formControl-input-contentText-fontFamily: 'Noto Sans';
|
|
1916
1916
|
--gse-ui-formControl-input-contentText-fontWeight: 400;
|
|
1917
1917
|
--gse-ui-formControl-input-contentText-fontSize: 12px;
|
|
@@ -2038,90 +2038,41 @@
|
|
|
2038
2038
|
--gse-ui-sidePanel-description-text-fontFamily: 'Noto Sans';
|
|
2039
2039
|
--gse-ui-sidePanel-description-text-fontWeight: 400;
|
|
2040
2040
|
--gse-ui-sidePanel-description-text-fontSize: 12px;
|
|
2041
|
-
--gse-ui-sidePanel-description-text-lineHeight: 18px;
|
|
2042
|
-
--gse-ui-sidePanel-divider-color: #dce1ed;
|
|
2043
|
-
--gse-ui-sidePanel-divider-width: 1px;
|
|
2044
|
-
--gse-ui-sidePanel-divider-style: solid;
|
|
2045
|
-
--gse-ui-segmentedControl-border-color: #829ce5;
|
|
2046
|
-
--gse-ui-segmentedControl-border-width: 1px;
|
|
2047
|
-
--gse-ui-segmentedControl-border-style: solid;
|
|
2048
|
-
--gse-ui-segmentedControl-divider-color: #829ce5;
|
|
2049
|
-
--gse-ui-segmentedControl-divider-width: 1px;
|
|
2050
|
-
--gse-ui-segmentedControl-divider-style: solid;
|
|
2051
|
-
--gse-ui-promptInput-focusContainer-border-color: #5476d5;
|
|
2052
|
-
--gse-ui-promptInput-focusContainer-border-width: 2px;
|
|
2053
|
-
--gse-ui-promptInput-focusContainer-border-style: solid;
|
|
2054
|
-
--gse-ui-promptInput-label-text-fontFamily: 'Noto Sans';
|
|
2055
|
-
--gse-ui-promptInput-label-text-fontWeight: 400;
|
|
2056
|
-
--gse-ui-promptInput-label-text-fontSize: 14px;
|
|
2057
|
-
--gse-ui-promptInput-label-text-lineHeight: 20px;
|
|
2058
|
-
--gse-ui-promptInput-cautionMessage-text-fontFamily: 'Noto Sans';
|
|
2059
|
-
--gse-ui-promptInput-cautionMessage-text-fontWeight: 400;
|
|
2060
|
-
--gse-ui-promptInput-cautionMessage-text-fontSize: 10px;
|
|
2061
|
-
--gse-ui-promptInput-cautionMessage-text-lineHeight: 14px;
|
|
2062
|
-
--gse-ui-promptInput-cautionMessage-link-fontFamily: 'Noto Sans';
|
|
2063
|
-
--gse-ui-promptInput-cautionMessage-link-fontWeight: 600;
|
|
2064
|
-
--gse-ui-promptInput-cautionMessage-link-fontSize: 10px;
|
|
2065
|
-
--gse-ui-promptInput-cautionMessage-link-lineHeight: 14px;
|
|
2066
|
-
--gse-ui-promptInput-cautionMessage-link-textDecoration: underline;
|
|
2067
|
-
--gse-ui-promptInput-default-border-color: #a3a8b5;
|
|
2068
|
-
--gse-ui-promptInput-default-border-width: 1px;
|
|
2069
|
-
--gse-ui-promptInput-default-border-style: solid;
|
|
2070
|
-
--gse-ui-promptInput-hover-border-color: #19327a;
|
|
2071
|
-
--gse-ui-promptInput-hover-border-width: 1px;
|
|
2072
|
-
--gse-ui-promptInput-hover-border-style: solid;
|
|
2073
|
-
--gse-ui-promptInput-active-border-color: #102251;
|
|
2074
|
-
--gse-ui-promptInput-active-border-width: 1px;
|
|
2075
|
-
--gse-ui-promptInput-active-border-style: solid;
|
|
2076
|
-
--gse-ui-card-default-border-color: #c1c6d4;
|
|
2077
|
-
--gse-ui-card-default-border-width: 1px;
|
|
2078
|
-
--gse-ui-card-default-border-style: solid;
|
|
2079
|
-
--gse-ui-card-raised-border-color: #c1c6d4;
|
|
2080
|
-
--gse-ui-card-raised-border-width: 1px;
|
|
2081
|
-
--gse-ui-card-raised-border-style: solid;
|
|
2082
|
-
--gse-ui-card-borderless-border-color: rgba(0, 0, 0, 0);
|
|
2083
|
-
--gse-ui-card-borderless-border-width: 1px;
|
|
2084
|
-
--gse-ui-card-borderless-border-style: solid;
|
|
2085
|
-
--gse-ui-tooltip-light-border-color: #c1c6d4;
|
|
2086
|
-
--gse-ui-tooltip-light-border-width: 1px;
|
|
2087
|
-
--gse-ui-tooltip-light-border-style: solid;
|
|
2088
|
-
--gse-ui-tooltip-dark-border-color: #6a6d75;
|
|
2089
|
-
--gse-ui-tooltip-dark-border-width: 1px;
|
|
2090
|
-
--gse-ui-tooltip-dark-border-style: solid;
|
|
2091
|
-
--gse-ui-tooltip-text-fontFamily: 'Noto Sans';
|
|
2092
|
-
--gse-ui-tooltip-text-fontWeight: 400;
|
|
2093
|
-
--gse-ui-tooltip-text-fontSize: 12px;
|
|
2094
|
-
--gse-ui-tooltip-text-lineHeight: 18px;
|
|
2095
|
-
--gse-ui-tag-textLarge-fontFamily: 'Noto Sans';
|
|
2096
|
-
--gse-ui-tag-textLarge-fontWeight: 600;
|
|
2097
|
-
--gse-ui-tag-textLarge-fontSize: 14px;
|
|
2098
|
-
--gse-ui-tag-textLarge-lineHeight: 20px;
|
|
2099
|
-
--gse-ui-tag-textSmall-fontFamily: 'Noto Sans';
|
|
2100
|
-
--gse-ui-tag-textSmall-fontWeight: 600;
|
|
2101
|
-
--gse-ui-tag-textSmall-fontSize: 12px;
|
|
2102
|
-
--gse-ui-tag-textSmall-lineHeight: 18px;
|
|
2103
|
-
--gse-ui-badge-text-fontFamily: 'Noto Sans';
|
|
2104
|
-
--gse-ui-badge-text-fontWeight: 600;
|
|
2105
|
-
--gse-ui-badge-text-fontSize: 12px;
|
|
2106
|
-
--gse-ui-badge-text-lineHeight: 18px;
|
|
2107
|
-
--gse-ui-breadcrumbs-primary-separator-typography-fontFamily: 'Noto Sans';
|
|
2108
|
-
--gse-ui-breadcrumbs-primary-separator-typography-fontWeight: 700;
|
|
2109
|
-
--gse-ui-breadcrumbs-primary-separator-typography-fontSize: 14px;
|
|
2110
|
-
--gse-ui-breadcrumbs-primary-separator-typography-lineHeight: 20px;
|
|
2111
|
-
--gse-ui-breadcrumbs-secondary-separator-typography-fontFamily: 'Noto Sans';
|
|
2112
|
-
--gse-ui-breadcrumbs-secondary-separator-typography-fontWeight: 700;
|
|
2113
|
-
--gse-ui-breadcrumbs-secondary-separator-typography-fontSize: 14px;
|
|
2114
|
-
--gse-ui-breadcrumbs-secondary-separator-typography-lineHeight: 20px;
|
|
2115
|
-
--gse-ui-formFooter-separator-color: #c1c6d4;
|
|
2116
|
-
--gse-ui-formFooter-separator-width: 1px;
|
|
2117
|
-
--gse-ui-formFooter-separator-style: solid;
|
|
2118
|
-
--gse-ui-formFooter-border-color: #19327a;
|
|
2119
|
-
--gse-ui-formFooter-border-width: 1px;
|
|
2120
|
-
--gse-ui-formFooter-border-style: solid;
|
|
2121
|
-
--gse-ui-aiBadge-text-fontFamily: 'Noto Sans';
|
|
2122
|
-
--gse-ui-aiBadge-text-fontWeight: 600;
|
|
2123
|
-
--gse-ui-aiBadge-text-fontSize: 12px;
|
|
2124
|
-
--gse-ui-aiBadge-text-lineHeight: 18px;
|
|
2041
|
+
--gse-ui-sidePanel-description-text-lineHeight: 18px;
|
|
2042
|
+
--gse-ui-sidePanel-divider-color: #dce1ed;
|
|
2043
|
+
--gse-ui-sidePanel-divider-width: 1px;
|
|
2044
|
+
--gse-ui-sidePanel-divider-style: solid;
|
|
2045
|
+
--gse-ui-segmentedControl-border-color: #829ce5;
|
|
2046
|
+
--gse-ui-segmentedControl-border-width: 1px;
|
|
2047
|
+
--gse-ui-segmentedControl-border-style: solid;
|
|
2048
|
+
--gse-ui-segmentedControl-divider-color: #829ce5;
|
|
2049
|
+
--gse-ui-segmentedControl-divider-width: 1px;
|
|
2050
|
+
--gse-ui-segmentedControl-divider-style: solid;
|
|
2051
|
+
--gse-ui-promptInput-focusContainer-border-color: #5476d5;
|
|
2052
|
+
--gse-ui-promptInput-focusContainer-border-width: 2px;
|
|
2053
|
+
--gse-ui-promptInput-focusContainer-border-style: solid;
|
|
2054
|
+
--gse-ui-promptInput-label-text-fontFamily: 'Noto Sans';
|
|
2055
|
+
--gse-ui-promptInput-label-text-fontWeight: 400;
|
|
2056
|
+
--gse-ui-promptInput-label-text-fontSize: 14px;
|
|
2057
|
+
--gse-ui-promptInput-label-text-lineHeight: 20px;
|
|
2058
|
+
--gse-ui-promptInput-cautionMessage-text-fontFamily: 'Noto Sans';
|
|
2059
|
+
--gse-ui-promptInput-cautionMessage-text-fontWeight: 400;
|
|
2060
|
+
--gse-ui-promptInput-cautionMessage-text-fontSize: 10px;
|
|
2061
|
+
--gse-ui-promptInput-cautionMessage-text-lineHeight: 14px;
|
|
2062
|
+
--gse-ui-promptInput-cautionMessage-link-fontFamily: 'Noto Sans';
|
|
2063
|
+
--gse-ui-promptInput-cautionMessage-link-fontWeight: 600;
|
|
2064
|
+
--gse-ui-promptInput-cautionMessage-link-fontSize: 10px;
|
|
2065
|
+
--gse-ui-promptInput-cautionMessage-link-lineHeight: 14px;
|
|
2066
|
+
--gse-ui-promptInput-cautionMessage-link-textDecoration: underline;
|
|
2067
|
+
--gse-ui-promptInput-default-border-color: #a3a8b5;
|
|
2068
|
+
--gse-ui-promptInput-default-border-width: 1px;
|
|
2069
|
+
--gse-ui-promptInput-default-border-style: solid;
|
|
2070
|
+
--gse-ui-promptInput-hover-border-color: #19327a;
|
|
2071
|
+
--gse-ui-promptInput-hover-border-width: 1px;
|
|
2072
|
+
--gse-ui-promptInput-hover-border-style: solid;
|
|
2073
|
+
--gse-ui-promptInput-active-border-color: #102251;
|
|
2074
|
+
--gse-ui-promptInput-active-border-width: 1px;
|
|
2075
|
+
--gse-ui-promptInput-active-border-style: solid;
|
|
2125
2076
|
--gse-ui-copyToClipboard-label-text-fontFamily: 'Noto Sans';
|
|
2126
2077
|
--gse-ui-copyToClipboard-label-text-fontWeight: 600;
|
|
2127
2078
|
--gse-ui-copyToClipboard-label-text-fontSize: 14px;
|
|
@@ -2348,6 +2299,12 @@
|
|
|
2348
2299
|
--gse-ui-ratingGroup-text-fontWeight: 600;
|
|
2349
2300
|
--gse-ui-ratingGroup-text-fontSize: 12px;
|
|
2350
2301
|
--gse-ui-ratingGroup-text-lineHeight: 18px;
|
|
2302
|
+
--gse-ui-formFooter-separator-color: #c1c6d4;
|
|
2303
|
+
--gse-ui-formFooter-separator-width: 1px;
|
|
2304
|
+
--gse-ui-formFooter-separator-style: solid;
|
|
2305
|
+
--gse-ui-formFooter-border-color: #19327a;
|
|
2306
|
+
--gse-ui-formFooter-border-width: 1px;
|
|
2307
|
+
--gse-ui-formFooter-border-style: solid;
|
|
2351
2308
|
--gse-ui-search-counter-divider-border-color: #a3a8b5;
|
|
2352
2309
|
--gse-ui-search-counter-divider-border-width: 1px;
|
|
2353
2310
|
--gse-ui-search-counter-divider-border-style: solid;
|
|
@@ -2445,6 +2402,41 @@
|
|
|
2445
2402
|
--gse-ui-dataTable-border-color: #cad1e1;
|
|
2446
2403
|
--gse-ui-dataTable-border-width: 1px;
|
|
2447
2404
|
--gse-ui-dataTable-border-style: solid;
|
|
2405
|
+
--gse-ui-tooltip-light-border-color: #c1c6d4;
|
|
2406
|
+
--gse-ui-tooltip-light-border-width: 1px;
|
|
2407
|
+
--gse-ui-tooltip-light-border-style: solid;
|
|
2408
|
+
--gse-ui-tooltip-dark-border-color: #6a6d75;
|
|
2409
|
+
--gse-ui-tooltip-dark-border-width: 1px;
|
|
2410
|
+
--gse-ui-tooltip-dark-border-style: solid;
|
|
2411
|
+
--gse-ui-tooltip-text-fontFamily: 'Noto Sans';
|
|
2412
|
+
--gse-ui-tooltip-text-fontWeight: 400;
|
|
2413
|
+
--gse-ui-tooltip-text-fontSize: 12px;
|
|
2414
|
+
--gse-ui-tooltip-text-lineHeight: 18px;
|
|
2415
|
+
--gse-ui-tag-textLarge-fontFamily: 'Noto Sans';
|
|
2416
|
+
--gse-ui-tag-textLarge-fontWeight: 600;
|
|
2417
|
+
--gse-ui-tag-textLarge-fontSize: 14px;
|
|
2418
|
+
--gse-ui-tag-textLarge-lineHeight: 20px;
|
|
2419
|
+
--gse-ui-tag-textSmall-fontFamily: 'Noto Sans';
|
|
2420
|
+
--gse-ui-tag-textSmall-fontWeight: 600;
|
|
2421
|
+
--gse-ui-tag-textSmall-fontSize: 12px;
|
|
2422
|
+
--gse-ui-tag-textSmall-lineHeight: 18px;
|
|
2423
|
+
--gse-ui-badge-text-fontFamily: 'Noto Sans';
|
|
2424
|
+
--gse-ui-badge-text-fontWeight: 600;
|
|
2425
|
+
--gse-ui-badge-text-fontSize: 12px;
|
|
2426
|
+
--gse-ui-badge-text-lineHeight: 18px;
|
|
2427
|
+
--gse-ui-aiBadge-text-fontFamily: 'Noto Sans';
|
|
2428
|
+
--gse-ui-aiBadge-text-fontWeight: 600;
|
|
2429
|
+
--gse-ui-aiBadge-text-fontSize: 12px;
|
|
2430
|
+
--gse-ui-aiBadge-text-lineHeight: 18px;
|
|
2431
|
+
--gse-ui-card-default-border-color: #c1c6d4;
|
|
2432
|
+
--gse-ui-card-default-border-width: 1px;
|
|
2433
|
+
--gse-ui-card-default-border-style: solid;
|
|
2434
|
+
--gse-ui-card-raised-border-color: #c1c6d4;
|
|
2435
|
+
--gse-ui-card-raised-border-width: 1px;
|
|
2436
|
+
--gse-ui-card-raised-border-style: solid;
|
|
2437
|
+
--gse-ui-card-borderless-border-color: rgba(0, 0, 0, 0);
|
|
2438
|
+
--gse-ui-card-borderless-border-width: 1px;
|
|
2439
|
+
--gse-ui-card-borderless-border-style: solid;
|
|
2448
2440
|
--gse-ui-tabs-item-itemText-fontFamily: 'Noto Sans';
|
|
2449
2441
|
--gse-ui-tabs-item-itemText-fontWeight: 400;
|
|
2450
2442
|
--gse-ui-tabs-item-itemText-fontSize: 12px;
|
|
@@ -2482,6 +2474,14 @@
|
|
|
2482
2474
|
--gse-ui-treeView-groupHeader-meterTitle-fontWeight: 600;
|
|
2483
2475
|
--gse-ui-treeView-groupHeader-meterTitle-fontSize: 12px;
|
|
2484
2476
|
--gse-ui-treeView-groupHeader-meterTitle-lineHeight: 18px;
|
|
2477
|
+
--gse-ui-breadcrumbs-primary-separator-typography-fontFamily: 'Noto Sans';
|
|
2478
|
+
--gse-ui-breadcrumbs-primary-separator-typography-fontWeight: 700;
|
|
2479
|
+
--gse-ui-breadcrumbs-primary-separator-typography-fontSize: 14px;
|
|
2480
|
+
--gse-ui-breadcrumbs-primary-separator-typography-lineHeight: 20px;
|
|
2481
|
+
--gse-ui-breadcrumbs-secondary-separator-typography-fontFamily: 'Noto Sans';
|
|
2482
|
+
--gse-ui-breadcrumbs-secondary-separator-typography-fontWeight: 700;
|
|
2483
|
+
--gse-ui-breadcrumbs-secondary-separator-typography-fontSize: 14px;
|
|
2484
|
+
--gse-ui-breadcrumbs-secondary-separator-typography-lineHeight: 20px;
|
|
2485
2485
|
--gse-ui-toast-heading-fontFamily: Urbanist;
|
|
2486
2486
|
--gse-ui-toast-heading-fontWeight: 700;
|
|
2487
2487
|
--gse-ui-toast-heading-fontSize: 16px;
|
|
@@ -2972,12 +2972,12 @@
|
|
|
2972
2972
|
--gse-ui-globalNav-userSettingsWindow-text-labelColor: #b2b7c4;
|
|
2973
2973
|
--gse-ui-globalNav-userSettingsWindow-borderRadius: 4px;
|
|
2974
2974
|
--gse-ui-rating-star-gap: 8px;
|
|
2975
|
+
--gse-ui-rating-size: 16px;
|
|
2975
2976
|
--gse-ui-rating-default-color: #a3a8b5;
|
|
2976
2977
|
--gse-ui-rating-active-color: #adbff0;
|
|
2977
2978
|
--gse-ui-rating-hover-color: #d5def7;
|
|
2978
2979
|
--gse-ui-rating-disabled-color: #a3a8b5;
|
|
2979
2980
|
--gse-ui-rating-disabled-opacity: 0.5;
|
|
2980
|
-
--gse-ui-rating-size: 16px;
|
|
2981
2981
|
--gse-ui-sidePanel-header-iconGap: 12px;
|
|
2982
2982
|
--gse-ui-sidePanel-header-padding: 24px 0 0 0;
|
|
2983
2983
|
--gse-ui-sidePanel-header-titleBlock-iconGap: 12px;
|
|
@@ -3011,21 +3011,21 @@
|
|
|
3011
3011
|
--gse-ui-segmentedControl-button-disabled-opacity: 0.5;
|
|
3012
3012
|
--gse-ui-segmentedControl-button-disabled-backgroundColor: rgba(0, 0, 0, 0);
|
|
3013
3013
|
--gse-ui-segmentedControl-button-disabled-foregroundColor: #d5def7;
|
|
3014
|
+
--gse-ui-segmentedControl-button-active-boxShadow: 0 1px 3px 0 #0009;
|
|
3015
|
+
--gse-ui-segmentedControl-button-active-backgroundColor: #1e1e21;
|
|
3016
|
+
--gse-ui-segmentedControl-button-active-foregroundColor: #d5def7;
|
|
3014
3017
|
--gse-ui-segmentedControl-button-default-backgroundColor: #1e1e21;
|
|
3015
3018
|
--gse-ui-segmentedControl-button-default-foregroundColor: #d5def7;
|
|
3016
3019
|
--gse-ui-segmentedControl-button-hover-backgroundColor: #354a72;
|
|
3017
3020
|
--gse-ui-segmentedControl-button-hover-foregroundColor: #d5def7;
|
|
3018
|
-
--gse-ui-segmentedControl-button-active-backgroundColor: #1e1e21;
|
|
3019
|
-
--gse-ui-segmentedControl-button-active-foregroundColor: #d5def7;
|
|
3020
|
-
--gse-ui-segmentedControl-button-active-boxShadow: 0 1px 3px 0 #0009;
|
|
3021
|
-
--gse-ui-segmentedControl-borderRadius: 4px;
|
|
3022
3021
|
--gse-ui-segmentedControl-height: 32px;
|
|
3022
|
+
--gse-ui-segmentedControl-dividerLine: 12px;
|
|
3023
3023
|
--gse-ui-segmentedControl-iconOnly-padding: 0 8px;
|
|
3024
3024
|
--gse-ui-segmentedControl-focus-offset: 0;
|
|
3025
|
-
--gse-ui-segmentedControl-container-background: #475675;
|
|
3026
|
-
--gse-ui-segmentedControl-dividerLine: 12px;
|
|
3027
3025
|
--gse-ui-segmentedControl-dividerComponent-margin: 4px;
|
|
3028
3026
|
--gse-ui-segmentedControl-padding: 2px;
|
|
3027
|
+
--gse-ui-segmentedControl-borderRadius: 4px;
|
|
3028
|
+
--gse-ui-segmentedControl-container-background: #475675;
|
|
3029
3029
|
--gse-ui-promptInput-simple-label-minHeight: 32px;
|
|
3030
3030
|
--gse-ui-promptInput-simple-label-maxHeight: 200px;
|
|
3031
3031
|
--gse-ui-promptInput-simple-padding: 12px 16px;
|
|
@@ -3041,164 +3041,24 @@
|
|
|
3041
3041
|
--gse-ui-promptInput-complex-cautionMessage-width: 400px;
|
|
3042
3042
|
--gse-ui-promptInput-complex-cautionMessage-padding: 0 16px;
|
|
3043
3043
|
--gse-ui-promptInput-border-default: #848891;
|
|
3044
|
-
--gse-ui-promptInput-border-hover: #829ce5;
|
|
3045
|
-
--gse-ui-promptInput-border-active: #adbff0;
|
|
3046
|
-
--gse-ui-promptInput-background: #2a2a2e;
|
|
3047
|
-
--gse-ui-promptInput-focus: #5476d5;
|
|
3048
|
-
--gse-ui-promptInput-borderRadius: 4px;
|
|
3049
|
-
--gse-ui-promptInput-label-placeholder: #c1c6d4;
|
|
3050
|
-
--gse-ui-promptInput-label-populated: #ffffff;
|
|
3051
|
-
--gse-ui-promptInput-divider: #4f5157;
|
|
3052
|
-
--gse-ui-promptInput-cautionMessage-default: #b2b7c4;
|
|
3053
|
-
--gse-ui-promptInput-gap: 12px;
|
|
3054
|
-
--gse-ui-promptInput-container-width: 400px;
|
|
3055
|
-
--gse-ui-dismissButton-foregroundColor: #b2b7c4;
|
|
3056
|
-
--gse-ui-dismissButton-default-foregroundColor: #b2b7c4;
|
|
3057
|
-
--gse-ui-dismissButton-default-backgroundColor: rgba(0, 0, 0, 0);
|
|
3058
|
-
--gse-ui-dismissButton-hover-backgroundColor: #475675;
|
|
3059
|
-
--gse-ui-dismissButton-hover-foregroundColor: #d5def7;
|
|
3060
|
-
--gse-ui-dismissButton-active-backgroundColor: #354a72;
|
|
3061
|
-
--gse-ui-dismissButton-active-foregroundColor: #ffffff;
|
|
3062
|
-
--gse-ui-card-backgroundColor: #2a2a2e;
|
|
3063
|
-
--gse-ui-card-borderRadius: 8px;
|
|
3064
|
-
--gse-ui-card-raised-boxShadow: 0 2px 3px 1px #0000004d;
|
|
3065
|
-
--gse-ui-card-padding: 24px;
|
|
3066
|
-
--gse-ui-tooltip-light-backgroundColor: #2a2a2e;
|
|
3067
|
-
--gse-ui-tooltip-light-foregroundColor: #ffffff;
|
|
3068
|
-
--gse-ui-tooltip-dark-backgroundColor: #ffffff;
|
|
3069
|
-
--gse-ui-tooltip-dark-foregroundColor: #1e1e21;
|
|
3070
|
-
--gse-ui-tooltip-dark-iconColor: #1e1e21;
|
|
3071
|
-
--gse-ui-tooltip-boxShadow: 0 6px 10px 4px #00000080, 0 0 2px 0 #00000080;
|
|
3072
|
-
--gse-ui-tooltip-padding: 8px 12px;
|
|
3073
|
-
--gse-ui-tooltip-height: 32px;
|
|
3074
|
-
--gse-ui-tooltip-gap: 8px;
|
|
3075
|
-
--gse-ui-tooltip-borderRadius: 4px;
|
|
3076
|
-
--gse-ui-tooltip-targetOffset: 16px;
|
|
3077
|
-
--gse-ui-tooltip-maxWidth: 350px;
|
|
3078
|
-
--gse-ui-tag-borderRadius: 16px;
|
|
3079
|
-
--gse-ui-tag-default-bold-backgroundColor: #3d538f;
|
|
3080
|
-
--gse-ui-tag-default-bold-foregroundColor: #ffffff;
|
|
3081
|
-
--gse-ui-tag-default-subtle-backgroundColor: #152550;
|
|
3082
|
-
--gse-ui-tag-default-subtle-foregroundColor: #ffffff;
|
|
3083
|
-
--gse-ui-tag-accent1-bold-backgroundColor: #6a6d75;
|
|
3084
|
-
--gse-ui-tag-accent1-bold-foregroundColor: #ffffff;
|
|
3085
|
-
--gse-ui-tag-accent1-subtle-backgroundColor: #3e4044;
|
|
3086
|
-
--gse-ui-tag-accent1-subtle-foregroundColor: #ffffff;
|
|
3087
|
-
--gse-ui-tag-accent2-bold-backgroundColor: #327767;
|
|
3088
|
-
--gse-ui-tag-accent2-bold-foregroundColor: #ffffff;
|
|
3089
|
-
--gse-ui-tag-accent2-subtle-backgroundColor: #193b33;
|
|
3090
|
-
--gse-ui-tag-accent2-subtle-foregroundColor: #ffffff;
|
|
3091
|
-
--gse-ui-tag-accent3-bold-backgroundColor: #056385;
|
|
3092
|
-
--gse-ui-tag-accent3-bold-foregroundColor: #ffffff;
|
|
3093
|
-
--gse-ui-tag-accent3-subtle-backgroundColor: #003447;
|
|
3094
|
-
--gse-ui-tag-accent3-subtle-foregroundColor: #ffffff;
|
|
3095
|
-
--gse-ui-tag-accent4-bold-backgroundColor: #607732;
|
|
3096
|
-
--gse-ui-tag-accent4-bold-foregroundColor: #ffffff;
|
|
3097
|
-
--gse-ui-tag-accent4-subtle-backgroundColor: #303b19;
|
|
3098
|
-
--gse-ui-tag-accent4-subtle-foregroundColor: #ffffff;
|
|
3099
|
-
--gse-ui-tag-accent5-bold-backgroundColor: #345b82;
|
|
3100
|
-
--gse-ui-tag-accent5-bold-foregroundColor: #ffffff;
|
|
3101
|
-
--gse-ui-tag-accent5-subtle-backgroundColor: #1a2e41;
|
|
3102
|
-
--gse-ui-tag-accent5-subtle-foregroundColor: #ffffff;
|
|
3103
|
-
--gse-ui-tag-accent6-subtle-backgroundColor: #34234d;
|
|
3104
|
-
--gse-ui-tag-accent6-subtle-foregroundColor: #ffffff;
|
|
3105
|
-
--gse-ui-tag-accent6-bold-backgroundColor: #674699;
|
|
3106
|
-
--gse-ui-tag-accent6-bold-foregroundColor: #ffffff;
|
|
3107
|
-
--gse-ui-tag-padding: 0 12px;
|
|
3108
|
-
--gse-ui-tag-removable-padding: 0 8px 0 12px;
|
|
3109
|
-
--gse-ui-tag-removable-gap: 4px;
|
|
3110
|
-
--gse-ui-tag-accent7-bold-backgroundColor: #89387b;
|
|
3111
|
-
--gse-ui-tag-accent7-bold-foregroundColor: #ffffff;
|
|
3112
|
-
--gse-ui-tag-accent7-subtle-backgroundColor: #451c3e;
|
|
3113
|
-
--gse-ui-tag-accent7-subtle-foregroundColor: #ffffff;
|
|
3114
|
-
--gse-ui-tag-height: 20px;
|
|
3115
|
-
--gse-ui-tag-accent8-bold-backgroundColor: #993747;
|
|
3116
|
-
--gse-ui-tag-accent8-bold-foregroundColor: #ffffff;
|
|
3117
|
-
--gse-ui-tag-accent8-subtle-backgroundColor: #4d1c24;
|
|
3118
|
-
--gse-ui-tag-accent8-subtle-foregroundColor: #ffffff;
|
|
3119
|
-
--gse-ui-tag-accent9-bold-backgroundColor: #992910;
|
|
3120
|
-
--gse-ui-tag-accent9-bold-foregroundColor: #ffffff;
|
|
3121
|
-
--gse-ui-tag-accent9-subtle-backgroundColor: #661c0a;
|
|
3122
|
-
--gse-ui-tag-accent9-subtle-foregroundColor: #ffffff;
|
|
3123
|
-
--gse-ui-tag-accent10-bold-backgroundColor: #664f20;
|
|
3124
|
-
--gse-ui-tag-accent10-bold-foregroundColor: #ffffff;
|
|
3125
|
-
--gse-ui-tag-accent10-subtle-backgroundColor: #4d3b18;
|
|
3126
|
-
--gse-ui-tag-accent10-subtle-foregroundColor: #ffffff;
|
|
3127
|
-
--gse-ui-tag-button-size: 16px;
|
|
3128
|
-
--gse-ui-tag-disabled-opacity: 0.5;
|
|
3129
|
-
--gse-ui-tag-small-height: 20px;
|
|
3130
|
-
--gse-ui-tag-large-height: 32px;
|
|
3131
|
-
--gse-ui-badge-borderRadius: 16px;
|
|
3132
|
-
--gse-ui-badge-height: 20px;
|
|
3133
|
-
--gse-ui-badge-padding: 2px 12px;
|
|
3134
|
-
--gse-ui-badge-gap: 4px;
|
|
3135
|
-
--gse-ui-badge-info-bold-backgroundColor: #3d538f;
|
|
3136
|
-
--gse-ui-badge-info-bold-foregroundColor: #ffffff;
|
|
3137
|
-
--gse-ui-badge-info-regular-backgroundColor: #141c34;
|
|
3138
|
-
--gse-ui-badge-info-regular-foregroundColor: #ffffff;
|
|
3139
|
-
--gse-ui-badge-success-bold-backgroundColor: #056d4d;
|
|
3140
|
-
--gse-ui-badge-success-bold-foregroundColor: #ffffff;
|
|
3141
|
-
--gse-ui-badge-success-regular-backgroundColor: #02241a;
|
|
3142
|
-
--gse-ui-badge-success-regular-foregroundColor: #ffffff;
|
|
3143
|
-
--gse-ui-badge-warning-bold-backgroundColor: #c9a132;
|
|
3144
|
-
--gse-ui-badge-warning-bold-foregroundColor: #2a2a2e;
|
|
3145
|
-
--gse-ui-badge-warning-regular-backgroundColor: #6c5619;
|
|
3146
|
-
--gse-ui-badge-warning-regular-foregroundColor: #ffffff;
|
|
3147
|
-
--gse-ui-badge-error-bold-backgroundColor: #881429;
|
|
3148
|
-
--gse-ui-badge-error-bold-foregroundColor: #ffffff;
|
|
3149
|
-
--gse-ui-badge-error-regular-backgroundColor: #440a15;
|
|
3150
|
-
--gse-ui-badge-error-regular-foregroundColor: #ffffff;
|
|
3151
|
-
--gse-ui-icon-small-size: 16px;
|
|
3152
|
-
--gse-ui-icon-medium-size: 24px;
|
|
3153
|
-
--gse-ui-icon-large-size: 32px;
|
|
3154
|
-
--gse-ui-icon-color: #b2b7c4;
|
|
3155
|
-
--gse-ui-breadcrumbs-primary-height: 20px;
|
|
3156
|
-
--gse-ui-breadcrumbs-primary-separator-padding: 0 12px;
|
|
3157
|
-
--gse-ui-breadcrumbs-secondary-height: 16px;
|
|
3158
|
-
--gse-ui-breadcrumbs-secondary-separator-padding: 0 8px;
|
|
3159
|
-
--gse-ui-breadcrumbs-separator-color: #4f5157;
|
|
3160
|
-
--gse-ui-breadcrumbs-borderRadius: 0;
|
|
3161
|
-
--gse-ui-formFooter-page-desktop-bottomPadding: 16px;
|
|
3162
|
-
--gse-ui-formFooter-page-desktop-topPadding: 16px;
|
|
3163
|
-
--gse-ui-formFooter-page-desktop-horizontalPadding: 24px;
|
|
3164
|
-
--gse-ui-formFooter-page-desktop-gap: 16px;
|
|
3165
|
-
--gse-ui-formFooter-page-mobile-bottomPadding: 16px;
|
|
3166
|
-
--gse-ui-formFooter-page-mobile-topPadding: 16px;
|
|
3167
|
-
--gse-ui-formFooter-page-mobile-horizontalPadding: 16px;
|
|
3168
|
-
--gse-ui-formFooter-page-mobile-gap: 16px;
|
|
3169
|
-
--gse-ui-formFooter-sideSheet-desktop-bottomPadding: 16px;
|
|
3170
|
-
--gse-ui-formFooter-sideSheet-desktop-topPadding: 16px;
|
|
3171
|
-
--gse-ui-formFooter-sideSheet-desktop-horizontalPadding: 24px;
|
|
3172
|
-
--gse-ui-formFooter-sideSheet-desktop-gap: 16px;
|
|
3173
|
-
--gse-ui-formFooter-backgroundColor: #2a2a2e;
|
|
3174
|
-
--gse-ui-statusGlyph-negative: #f3a7b5;
|
|
3175
|
-
--gse-ui-statusGlyph-positive: #09b581;
|
|
3176
|
-
--gse-ui-statusGlyph-neutral: #f8c73e;
|
|
3177
|
-
--gse-ui-statusGlyph-information: #596ea6;
|
|
3178
|
-
--gse-ui-aiBadge-backgroundColor-leftSide: #2c363c;
|
|
3179
|
-
--gse-ui-aiBadge-backgroundColor-rightSide: #465066;
|
|
3180
|
-
--gse-ui-aiBadge-foregroundColor: #ffffff;
|
|
3181
|
-
--gse-ui-aiBadge-height: 20px;
|
|
3182
|
-
--gse-ui-aiBadge-padding: 0 8px;
|
|
3183
|
-
--gse-ui-aiBadge-gap: 4px;
|
|
3184
|
-
--gse-ui-aiBadge-borderRadius: 16px;
|
|
3185
|
-
--gse-ui-aiBadge-glow:
|
|
3186
|
-
0 1px 0 0 #ffc650, 0 -1px 0 0 #ff451a, -1px 0 0 0 #ff9f40,
|
|
3187
|
-
1px 0 0 0 #53bee5, -1px 1px 4px 0 #cc9e404d, 0 1px 4px 0 #cc371566,
|
|
3188
|
-
-1px 0 4px 0 #cc7f3366, 1px 0 4px 0 #05638580;
|
|
3189
|
-
--gse-ui-pageLayout-extraSmall-maxWidth: 480px;
|
|
3190
|
-
--gse-ui-pageLayout-extraSmall-contentSlot-minHeight: 960px;
|
|
3191
|
-
--gse-ui-pageLayout-small-maxWidth: 1280px;
|
|
3192
|
-
--gse-ui-pageLayout-small-minWidth: 481px;
|
|
3193
|
-
--gse-ui-pageLayout-small-contentSlot-minHeight: 960px;
|
|
3194
|
-
--gse-ui-pageLayout-medium-maxWidth: 1440px;
|
|
3195
|
-
--gse-ui-pageLayout-medium-minWidth: 1281px;
|
|
3196
|
-
--gse-ui-pageLayout-medium-contentSlot-minHeight: 960px;
|
|
3197
|
-
--gse-ui-pageLayout-large-maxWidth: 1920px;
|
|
3198
|
-
--gse-ui-pageLayout-large-minWidth: 1441px;
|
|
3199
|
-
--gse-ui-pageLayout-large-contentSlot-minHeight: 1016px;
|
|
3200
|
-
--gse-ui-pageLayout-extraLarge-minWidth: 1921px;
|
|
3201
|
-
--gse-ui-pageLayout-extraLarge-contentSlot-minHeight: 1016px;
|
|
3044
|
+
--gse-ui-promptInput-border-hover: #829ce5;
|
|
3045
|
+
--gse-ui-promptInput-border-active: #adbff0;
|
|
3046
|
+
--gse-ui-promptInput-background: #2a2a2e;
|
|
3047
|
+
--gse-ui-promptInput-focus: #5476d5;
|
|
3048
|
+
--gse-ui-promptInput-borderRadius: 4px;
|
|
3049
|
+
--gse-ui-promptInput-label-placeholder: #c1c6d4;
|
|
3050
|
+
--gse-ui-promptInput-label-populated: #ffffff;
|
|
3051
|
+
--gse-ui-promptInput-divider: #4f5157;
|
|
3052
|
+
--gse-ui-promptInput-cautionMessage-default: #b2b7c4;
|
|
3053
|
+
--gse-ui-promptInput-gap: 12px;
|
|
3054
|
+
--gse-ui-promptInput-container-width: 400px;
|
|
3055
|
+
--gse-ui-dismissButton-foregroundColor: #b2b7c4;
|
|
3056
|
+
--gse-ui-dismissButton-default-foregroundColor: #b2b7c4;
|
|
3057
|
+
--gse-ui-dismissButton-default-backgroundColor: rgba(0, 0, 0, 0);
|
|
3058
|
+
--gse-ui-dismissButton-hover-backgroundColor: #475675;
|
|
3059
|
+
--gse-ui-dismissButton-hover-foregroundColor: #d5def7;
|
|
3060
|
+
--gse-ui-dismissButton-active-backgroundColor: #354a72;
|
|
3061
|
+
--gse-ui-dismissButton-active-foregroundColor: #ffffff;
|
|
3202
3062
|
--gse-ui-copyToClipboard-label-active-backgroundColor: #475675;
|
|
3203
3063
|
--gse-ui-copyToClipboard-label-foregroundColor: #ffffff;
|
|
3204
3064
|
--gse-ui-copyToClipboard-label-padding: 2px 4px;
|
|
@@ -3632,6 +3492,19 @@
|
|
|
3632
3492
|
--gse-ui-ratingGroup-label: #ffffff;
|
|
3633
3493
|
--gse-ui-ratingGroup-shortened-gap: 8px;
|
|
3634
3494
|
--gse-ui-ratingGroup-shortened-edit-gap: 4px;
|
|
3495
|
+
--gse-ui-formFooter-page-desktop-bottomPadding: 16px;
|
|
3496
|
+
--gse-ui-formFooter-page-desktop-topPadding: 16px;
|
|
3497
|
+
--gse-ui-formFooter-page-desktop-horizontalPadding: 24px;
|
|
3498
|
+
--gse-ui-formFooter-page-desktop-gap: 16px;
|
|
3499
|
+
--gse-ui-formFooter-page-mobile-bottomPadding: 16px;
|
|
3500
|
+
--gse-ui-formFooter-page-mobile-topPadding: 16px;
|
|
3501
|
+
--gse-ui-formFooter-page-mobile-horizontalPadding: 16px;
|
|
3502
|
+
--gse-ui-formFooter-page-mobile-gap: 16px;
|
|
3503
|
+
--gse-ui-formFooter-sideSheet-desktop-bottomPadding: 16px;
|
|
3504
|
+
--gse-ui-formFooter-sideSheet-desktop-topPadding: 16px;
|
|
3505
|
+
--gse-ui-formFooter-sideSheet-desktop-horizontalPadding: 24px;
|
|
3506
|
+
--gse-ui-formFooter-sideSheet-desktop-gap: 16px;
|
|
3507
|
+
--gse-ui-formFooter-backgroundColor: #2a2a2e;
|
|
3635
3508
|
--gse-ui-search-counter-default-foregroundColor: #c1c6d4;
|
|
3636
3509
|
--gse-ui-search-counter-hover-foregroundColor: #d5def7;
|
|
3637
3510
|
--gse-ui-search-counter-divider-foregroundColor: #848891;
|
|
@@ -3897,6 +3770,110 @@
|
|
|
3897
3770
|
--gse-ui-dataTableComposed-boxShadow: 0 2px 3px 1px #0000004d;
|
|
3898
3771
|
--gse-ui-dataTableComposed-width: 1440px;
|
|
3899
3772
|
--gse-ui-dataTableComposed-gap: 12px;
|
|
3773
|
+
--gse-ui-tooltip-height: 32px;
|
|
3774
|
+
--gse-ui-tooltip-maxWidth: 350px;
|
|
3775
|
+
--gse-ui-tooltip-light-backgroundColor: #2a2a2e;
|
|
3776
|
+
--gse-ui-tooltip-light-foregroundColor: #ffffff;
|
|
3777
|
+
--gse-ui-tooltip-dark-backgroundColor: #ffffff;
|
|
3778
|
+
--gse-ui-tooltip-dark-foregroundColor: #1e1e21;
|
|
3779
|
+
--gse-ui-tooltip-dark-iconColor: #1e1e21;
|
|
3780
|
+
--gse-ui-tooltip-borderRadius: 4px;
|
|
3781
|
+
--gse-ui-tooltip-boxShadow: 0 6px 10px 4px #00000080, 0 0 2px 0 #00000080;
|
|
3782
|
+
--gse-ui-tooltip-padding: 8px 12px;
|
|
3783
|
+
--gse-ui-tooltip-gap: 8px;
|
|
3784
|
+
--gse-ui-tooltip-targetOffset: 16px;
|
|
3785
|
+
--gse-ui-tag-height: 20px;
|
|
3786
|
+
--gse-ui-tag-button-size: 16px;
|
|
3787
|
+
--gse-ui-tag-small-height: 20px;
|
|
3788
|
+
--gse-ui-tag-large-height: 32px;
|
|
3789
|
+
--gse-ui-tag-padding: 0 12px;
|
|
3790
|
+
--gse-ui-tag-removable-padding: 0 8px 0 12px;
|
|
3791
|
+
--gse-ui-tag-removable-gap: 4px;
|
|
3792
|
+
--gse-ui-tag-default-bold-backgroundColor: #3d538f;
|
|
3793
|
+
--gse-ui-tag-default-bold-foregroundColor: #ffffff;
|
|
3794
|
+
--gse-ui-tag-default-subtle-backgroundColor: #152550;
|
|
3795
|
+
--gse-ui-tag-default-subtle-foregroundColor: #ffffff;
|
|
3796
|
+
--gse-ui-tag-accent1-bold-backgroundColor: #6a6d75;
|
|
3797
|
+
--gse-ui-tag-accent1-bold-foregroundColor: #ffffff;
|
|
3798
|
+
--gse-ui-tag-accent1-subtle-backgroundColor: #3e4044;
|
|
3799
|
+
--gse-ui-tag-accent1-subtle-foregroundColor: #ffffff;
|
|
3800
|
+
--gse-ui-tag-accent2-bold-backgroundColor: #327767;
|
|
3801
|
+
--gse-ui-tag-accent2-bold-foregroundColor: #ffffff;
|
|
3802
|
+
--gse-ui-tag-accent2-subtle-backgroundColor: #193b33;
|
|
3803
|
+
--gse-ui-tag-accent2-subtle-foregroundColor: #ffffff;
|
|
3804
|
+
--gse-ui-tag-accent3-bold-backgroundColor: #056385;
|
|
3805
|
+
--gse-ui-tag-accent3-bold-foregroundColor: #ffffff;
|
|
3806
|
+
--gse-ui-tag-accent3-subtle-backgroundColor: #003447;
|
|
3807
|
+
--gse-ui-tag-accent3-subtle-foregroundColor: #ffffff;
|
|
3808
|
+
--gse-ui-tag-accent4-bold-backgroundColor: #607732;
|
|
3809
|
+
--gse-ui-tag-accent4-bold-foregroundColor: #ffffff;
|
|
3810
|
+
--gse-ui-tag-accent4-subtle-backgroundColor: #303b19;
|
|
3811
|
+
--gse-ui-tag-accent4-subtle-foregroundColor: #ffffff;
|
|
3812
|
+
--gse-ui-tag-accent5-bold-backgroundColor: #345b82;
|
|
3813
|
+
--gse-ui-tag-accent5-bold-foregroundColor: #ffffff;
|
|
3814
|
+
--gse-ui-tag-accent5-subtle-backgroundColor: #1a2e41;
|
|
3815
|
+
--gse-ui-tag-accent5-subtle-foregroundColor: #ffffff;
|
|
3816
|
+
--gse-ui-tag-accent6-subtle-backgroundColor: #34234d;
|
|
3817
|
+
--gse-ui-tag-accent6-subtle-foregroundColor: #ffffff;
|
|
3818
|
+
--gse-ui-tag-accent6-bold-backgroundColor: #674699;
|
|
3819
|
+
--gse-ui-tag-accent6-bold-foregroundColor: #ffffff;
|
|
3820
|
+
--gse-ui-tag-accent7-bold-backgroundColor: #89387b;
|
|
3821
|
+
--gse-ui-tag-accent7-bold-foregroundColor: #ffffff;
|
|
3822
|
+
--gse-ui-tag-accent7-subtle-backgroundColor: #451c3e;
|
|
3823
|
+
--gse-ui-tag-accent7-subtle-foregroundColor: #ffffff;
|
|
3824
|
+
--gse-ui-tag-accent8-bold-backgroundColor: #993747;
|
|
3825
|
+
--gse-ui-tag-accent8-bold-foregroundColor: #ffffff;
|
|
3826
|
+
--gse-ui-tag-accent8-subtle-backgroundColor: #4d1c24;
|
|
3827
|
+
--gse-ui-tag-accent8-subtle-foregroundColor: #ffffff;
|
|
3828
|
+
--gse-ui-tag-accent9-bold-backgroundColor: #992910;
|
|
3829
|
+
--gse-ui-tag-accent9-bold-foregroundColor: #ffffff;
|
|
3830
|
+
--gse-ui-tag-accent9-subtle-backgroundColor: #661c0a;
|
|
3831
|
+
--gse-ui-tag-accent9-subtle-foregroundColor: #ffffff;
|
|
3832
|
+
--gse-ui-tag-accent10-bold-backgroundColor: #664f20;
|
|
3833
|
+
--gse-ui-tag-accent10-bold-foregroundColor: #ffffff;
|
|
3834
|
+
--gse-ui-tag-accent10-subtle-backgroundColor: #4d3b18;
|
|
3835
|
+
--gse-ui-tag-accent10-subtle-foregroundColor: #ffffff;
|
|
3836
|
+
--gse-ui-tag-borderRadius: 16px;
|
|
3837
|
+
--gse-ui-tag-disabled-opacity: 0.5;
|
|
3838
|
+
--gse-ui-badge-height: 20px;
|
|
3839
|
+
--gse-ui-badge-padding: 2px 12px;
|
|
3840
|
+
--gse-ui-badge-gap: 4px;
|
|
3841
|
+
--gse-ui-badge-info-bold-backgroundColor: #3d538f;
|
|
3842
|
+
--gse-ui-badge-info-bold-foregroundColor: #ffffff;
|
|
3843
|
+
--gse-ui-badge-info-regular-backgroundColor: #141c34;
|
|
3844
|
+
--gse-ui-badge-info-regular-foregroundColor: #ffffff;
|
|
3845
|
+
--gse-ui-badge-success-bold-backgroundColor: #056d4d;
|
|
3846
|
+
--gse-ui-badge-success-bold-foregroundColor: #ffffff;
|
|
3847
|
+
--gse-ui-badge-success-regular-backgroundColor: #02241a;
|
|
3848
|
+
--gse-ui-badge-success-regular-foregroundColor: #ffffff;
|
|
3849
|
+
--gse-ui-badge-warning-bold-backgroundColor: #c9a132;
|
|
3850
|
+
--gse-ui-badge-warning-bold-foregroundColor: #2a2a2e;
|
|
3851
|
+
--gse-ui-badge-warning-regular-backgroundColor: #6c5619;
|
|
3852
|
+
--gse-ui-badge-warning-regular-foregroundColor: #ffffff;
|
|
3853
|
+
--gse-ui-badge-error-bold-backgroundColor: #881429;
|
|
3854
|
+
--gse-ui-badge-error-bold-foregroundColor: #ffffff;
|
|
3855
|
+
--gse-ui-badge-error-regular-backgroundColor: #440a15;
|
|
3856
|
+
--gse-ui-badge-error-regular-foregroundColor: #ffffff;
|
|
3857
|
+
--gse-ui-badge-borderRadius: 16px;
|
|
3858
|
+
--gse-ui-aiBadge-height: 20px;
|
|
3859
|
+
--gse-ui-aiBadge-padding: 0 8px;
|
|
3860
|
+
--gse-ui-aiBadge-gap: 4px;
|
|
3861
|
+
--gse-ui-aiBadge-backgroundColor-leftSide: #2c363c;
|
|
3862
|
+
--gse-ui-aiBadge-backgroundColor-rightSide: #465066;
|
|
3863
|
+
--gse-ui-aiBadge-foregroundColor: #ffffff;
|
|
3864
|
+
--gse-ui-aiBadge-borderRadius: 16px;
|
|
3865
|
+
--gse-ui-aiBadge-glow:
|
|
3866
|
+
0 1px 0 0 #ffc650, 0 -1px 0 0 #ff451a, -1px 0 0 0 #ff9f40,
|
|
3867
|
+
1px 0 0 0 #53bee5, -1px 1px 4px 0 #cc9e404d, 0 1px 4px 0 #cc371566,
|
|
3868
|
+
-1px 0 4px 0 #cc7f3366, 1px 0 4px 0 #05638580;
|
|
3869
|
+
--gse-ui-card-padding: 24px;
|
|
3870
|
+
--gse-ui-card-backgroundColor: #2a2a2e;
|
|
3871
|
+
--gse-ui-card-borderRadius: 8px;
|
|
3872
|
+
--gse-ui-card-raised-boxShadow: 0 2px 3px 1px #0000004d;
|
|
3873
|
+
--gse-ui-statusGlyph-negative: #f3a7b5;
|
|
3874
|
+
--gse-ui-statusGlyph-positive: #09b581;
|
|
3875
|
+
--gse-ui-statusGlyph-neutral: #f8c73e;
|
|
3876
|
+
--gse-ui-statusGlyph-information: #596ea6;
|
|
3900
3877
|
--gse-ui-tabs-item-height: 40px;
|
|
3901
3878
|
--gse-ui-tabs-item-horizontal-fixedHeight: 40px;
|
|
3902
3879
|
--gse-ui-tabs-item-horizontal-padding: 11px 12px 10px;
|
|
@@ -3999,6 +3976,12 @@
|
|
|
3999
3976
|
--gse-ui-treeView-background-hover: #465066;
|
|
4000
3977
|
--gse-ui-treeView-background-selected: #475675;
|
|
4001
3978
|
--gse-ui-treeView-background-open: #3e4044;
|
|
3979
|
+
--gse-ui-breadcrumbs-primary-height: 20px;
|
|
3980
|
+
--gse-ui-breadcrumbs-primary-separator-padding: 0 12px;
|
|
3981
|
+
--gse-ui-breadcrumbs-secondary-height: 16px;
|
|
3982
|
+
--gse-ui-breadcrumbs-secondary-separator-padding: 0 8px;
|
|
3983
|
+
--gse-ui-breadcrumbs-separator-color: #4f5157;
|
|
3984
|
+
--gse-ui-breadcrumbs-borderRadius: 0;
|
|
4002
3985
|
--gse-ui-toast-closeButtonColor: #b2b7c4;
|
|
4003
3986
|
--gse-ui-toast-success-backgroundColor: #2a2a2e;
|
|
4004
3987
|
--gse-ui-toast-success-foregroundColor: #ffffff;
|
|
@@ -4251,6 +4234,19 @@
|
|
|
4251
4234
|
--gse-ui-rte-toolbar-sticky-marginRight: -16px;
|
|
4252
4235
|
--gse-ui-rte-container-borderRadius: 4px;
|
|
4253
4236
|
--gse-ui-rte-rteMenu-backgroundColor: #2a2a2e;
|
|
4237
|
+
--gse-ui-pageLayout-extraSmall-maxWidth: 480px;
|
|
4238
|
+
--gse-ui-pageLayout-extraSmall-contentSlot-minHeight: 960px;
|
|
4239
|
+
--gse-ui-pageLayout-small-maxWidth: 1280px;
|
|
4240
|
+
--gse-ui-pageLayout-small-minWidth: 481px;
|
|
4241
|
+
--gse-ui-pageLayout-small-contentSlot-minHeight: 960px;
|
|
4242
|
+
--gse-ui-pageLayout-medium-maxWidth: 1440px;
|
|
4243
|
+
--gse-ui-pageLayout-medium-minWidth: 1281px;
|
|
4244
|
+
--gse-ui-pageLayout-medium-contentSlot-minHeight: 960px;
|
|
4245
|
+
--gse-ui-pageLayout-large-maxWidth: 1920px;
|
|
4246
|
+
--gse-ui-pageLayout-large-minWidth: 1441px;
|
|
4247
|
+
--gse-ui-pageLayout-large-contentSlot-minHeight: 1016px;
|
|
4248
|
+
--gse-ui-pageLayout-extraLarge-minWidth: 1921px;
|
|
4249
|
+
--gse-ui-pageLayout-extraLarge-contentSlot-minHeight: 1016px;
|
|
4254
4250
|
--gse-ui-charts-areaChart-point-pointFill-default: #1e1e21;
|
|
4255
4251
|
--gse-ui-charts-areaChart-point-pointFill-category1: #53bee5;
|
|
4256
4252
|
--gse-ui-charts-areaChart-point-pointFill-category10: #3d538f;
|
|
@@ -4648,6 +4644,10 @@
|
|
|
4648
4644
|
--gse-ui-logo-cloud-logomark-onBackground-foregroundColor: #ffffff;
|
|
4649
4645
|
--gse-ui-logo-cloud-monotone-textColor: #ffffff;
|
|
4650
4646
|
--gse-ui-logo-cloud-monotone-iconColor: #ffffff;
|
|
4647
|
+
--gse-ui-icon-small-size: 16px;
|
|
4648
|
+
--gse-ui-icon-medium-size: 24px;
|
|
4649
|
+
--gse-ui-icon-large-size: 32px;
|
|
4650
|
+
--gse-ui-icon-color: #b2b7c4;
|
|
4651
4651
|
--gse-ui-formControl-input-contentText-fontFamily: 'Noto Sans';
|
|
4652
4652
|
--gse-ui-formControl-input-contentText-fontWeight: 400;
|
|
4653
4653
|
--gse-ui-formControl-input-contentText-fontSize: 12px;
|
|
@@ -4809,55 +4809,6 @@
|
|
|
4809
4809
|
--gse-ui-promptInput-active-border-color: #adbff0;
|
|
4810
4810
|
--gse-ui-promptInput-active-border-width: 1px;
|
|
4811
4811
|
--gse-ui-promptInput-active-border-style: solid;
|
|
4812
|
-
--gse-ui-card-default-border-color: #4f5157;
|
|
4813
|
-
--gse-ui-card-default-border-width: 1px;
|
|
4814
|
-
--gse-ui-card-default-border-style: solid;
|
|
4815
|
-
--gse-ui-card-raised-border-color: #4f5157;
|
|
4816
|
-
--gse-ui-card-raised-border-width: 1px;
|
|
4817
|
-
--gse-ui-card-raised-border-style: solid;
|
|
4818
|
-
--gse-ui-card-borderless-border-color: rgba(0, 0, 0, 0);
|
|
4819
|
-
--gse-ui-card-borderless-border-width: 1px;
|
|
4820
|
-
--gse-ui-card-borderless-border-style: solid;
|
|
4821
|
-
--gse-ui-tooltip-light-border-color: #4f5157;
|
|
4822
|
-
--gse-ui-tooltip-light-border-width: 1px;
|
|
4823
|
-
--gse-ui-tooltip-light-border-style: solid;
|
|
4824
|
-
--gse-ui-tooltip-dark-border-color: #c1c6d4;
|
|
4825
|
-
--gse-ui-tooltip-dark-border-width: 1px;
|
|
4826
|
-
--gse-ui-tooltip-dark-border-style: solid;
|
|
4827
|
-
--gse-ui-tooltip-text-fontFamily: 'Noto Sans';
|
|
4828
|
-
--gse-ui-tooltip-text-fontWeight: 400;
|
|
4829
|
-
--gse-ui-tooltip-text-fontSize: 12px;
|
|
4830
|
-
--gse-ui-tooltip-text-lineHeight: 18px;
|
|
4831
|
-
--gse-ui-tag-textLarge-fontFamily: 'Noto Sans';
|
|
4832
|
-
--gse-ui-tag-textLarge-fontWeight: 600;
|
|
4833
|
-
--gse-ui-tag-textLarge-fontSize: 14px;
|
|
4834
|
-
--gse-ui-tag-textLarge-lineHeight: 20px;
|
|
4835
|
-
--gse-ui-tag-textSmall-fontFamily: 'Noto Sans';
|
|
4836
|
-
--gse-ui-tag-textSmall-fontWeight: 600;
|
|
4837
|
-
--gse-ui-tag-textSmall-fontSize: 12px;
|
|
4838
|
-
--gse-ui-tag-textSmall-lineHeight: 18px;
|
|
4839
|
-
--gse-ui-badge-text-fontFamily: 'Noto Sans';
|
|
4840
|
-
--gse-ui-badge-text-fontWeight: 600;
|
|
4841
|
-
--gse-ui-badge-text-fontSize: 12px;
|
|
4842
|
-
--gse-ui-badge-text-lineHeight: 18px;
|
|
4843
|
-
--gse-ui-breadcrumbs-primary-separator-typography-fontFamily: 'Noto Sans';
|
|
4844
|
-
--gse-ui-breadcrumbs-primary-separator-typography-fontWeight: 700;
|
|
4845
|
-
--gse-ui-breadcrumbs-primary-separator-typography-fontSize: 14px;
|
|
4846
|
-
--gse-ui-breadcrumbs-primary-separator-typography-lineHeight: 20px;
|
|
4847
|
-
--gse-ui-breadcrumbs-secondary-separator-typography-fontFamily: 'Noto Sans';
|
|
4848
|
-
--gse-ui-breadcrumbs-secondary-separator-typography-fontWeight: 700;
|
|
4849
|
-
--gse-ui-breadcrumbs-secondary-separator-typography-fontSize: 14px;
|
|
4850
|
-
--gse-ui-breadcrumbs-secondary-separator-typography-lineHeight: 20px;
|
|
4851
|
-
--gse-ui-formFooter-separator-color: #4f5157;
|
|
4852
|
-
--gse-ui-formFooter-separator-width: 1px;
|
|
4853
|
-
--gse-ui-formFooter-separator-style: solid;
|
|
4854
|
-
--gse-ui-formFooter-border-color: #5476d5;
|
|
4855
|
-
--gse-ui-formFooter-border-width: 1px;
|
|
4856
|
-
--gse-ui-formFooter-border-style: solid;
|
|
4857
|
-
--gse-ui-aiBadge-text-fontFamily: 'Noto Sans';
|
|
4858
|
-
--gse-ui-aiBadge-text-fontWeight: 600;
|
|
4859
|
-
--gse-ui-aiBadge-text-fontSize: 12px;
|
|
4860
|
-
--gse-ui-aiBadge-text-lineHeight: 18px;
|
|
4861
4812
|
--gse-ui-copyToClipboard-label-text-fontFamily: 'Noto Sans';
|
|
4862
4813
|
--gse-ui-copyToClipboard-label-text-fontWeight: 600;
|
|
4863
4814
|
--gse-ui-copyToClipboard-label-text-fontSize: 14px;
|
|
@@ -5084,6 +5035,12 @@
|
|
|
5084
5035
|
--gse-ui-ratingGroup-text-fontWeight: 600;
|
|
5085
5036
|
--gse-ui-ratingGroup-text-fontSize: 12px;
|
|
5086
5037
|
--gse-ui-ratingGroup-text-lineHeight: 18px;
|
|
5038
|
+
--gse-ui-formFooter-separator-color: #4f5157;
|
|
5039
|
+
--gse-ui-formFooter-separator-width: 1px;
|
|
5040
|
+
--gse-ui-formFooter-separator-style: solid;
|
|
5041
|
+
--gse-ui-formFooter-border-color: #5476d5;
|
|
5042
|
+
--gse-ui-formFooter-border-width: 1px;
|
|
5043
|
+
--gse-ui-formFooter-border-style: solid;
|
|
5087
5044
|
--gse-ui-search-counter-divider-border-color: #848891;
|
|
5088
5045
|
--gse-ui-search-counter-divider-border-width: 1px;
|
|
5089
5046
|
--gse-ui-search-counter-divider-border-style: solid;
|
|
@@ -5181,6 +5138,41 @@
|
|
|
5181
5138
|
--gse-ui-dataTable-border-color: #3e4044;
|
|
5182
5139
|
--gse-ui-dataTable-border-width: 1px;
|
|
5183
5140
|
--gse-ui-dataTable-border-style: solid;
|
|
5141
|
+
--gse-ui-tooltip-light-border-color: #4f5157;
|
|
5142
|
+
--gse-ui-tooltip-light-border-width: 1px;
|
|
5143
|
+
--gse-ui-tooltip-light-border-style: solid;
|
|
5144
|
+
--gse-ui-tooltip-dark-border-color: #c1c6d4;
|
|
5145
|
+
--gse-ui-tooltip-dark-border-width: 1px;
|
|
5146
|
+
--gse-ui-tooltip-dark-border-style: solid;
|
|
5147
|
+
--gse-ui-tooltip-text-fontFamily: 'Noto Sans';
|
|
5148
|
+
--gse-ui-tooltip-text-fontWeight: 400;
|
|
5149
|
+
--gse-ui-tooltip-text-fontSize: 12px;
|
|
5150
|
+
--gse-ui-tooltip-text-lineHeight: 18px;
|
|
5151
|
+
--gse-ui-tag-textLarge-fontFamily: 'Noto Sans';
|
|
5152
|
+
--gse-ui-tag-textLarge-fontWeight: 600;
|
|
5153
|
+
--gse-ui-tag-textLarge-fontSize: 14px;
|
|
5154
|
+
--gse-ui-tag-textLarge-lineHeight: 20px;
|
|
5155
|
+
--gse-ui-tag-textSmall-fontFamily: 'Noto Sans';
|
|
5156
|
+
--gse-ui-tag-textSmall-fontWeight: 600;
|
|
5157
|
+
--gse-ui-tag-textSmall-fontSize: 12px;
|
|
5158
|
+
--gse-ui-tag-textSmall-lineHeight: 18px;
|
|
5159
|
+
--gse-ui-badge-text-fontFamily: 'Noto Sans';
|
|
5160
|
+
--gse-ui-badge-text-fontWeight: 600;
|
|
5161
|
+
--gse-ui-badge-text-fontSize: 12px;
|
|
5162
|
+
--gse-ui-badge-text-lineHeight: 18px;
|
|
5163
|
+
--gse-ui-aiBadge-text-fontFamily: 'Noto Sans';
|
|
5164
|
+
--gse-ui-aiBadge-text-fontWeight: 600;
|
|
5165
|
+
--gse-ui-aiBadge-text-fontSize: 12px;
|
|
5166
|
+
--gse-ui-aiBadge-text-lineHeight: 18px;
|
|
5167
|
+
--gse-ui-card-default-border-color: #4f5157;
|
|
5168
|
+
--gse-ui-card-default-border-width: 1px;
|
|
5169
|
+
--gse-ui-card-default-border-style: solid;
|
|
5170
|
+
--gse-ui-card-raised-border-color: #4f5157;
|
|
5171
|
+
--gse-ui-card-raised-border-width: 1px;
|
|
5172
|
+
--gse-ui-card-raised-border-style: solid;
|
|
5173
|
+
--gse-ui-card-borderless-border-color: rgba(0, 0, 0, 0);
|
|
5174
|
+
--gse-ui-card-borderless-border-width: 1px;
|
|
5175
|
+
--gse-ui-card-borderless-border-style: solid;
|
|
5184
5176
|
--gse-ui-tabs-item-itemText-fontFamily: 'Noto Sans';
|
|
5185
5177
|
--gse-ui-tabs-item-itemText-fontWeight: 400;
|
|
5186
5178
|
--gse-ui-tabs-item-itemText-fontSize: 12px;
|
|
@@ -5218,6 +5210,14 @@
|
|
|
5218
5210
|
--gse-ui-treeView-groupHeader-meterTitle-fontWeight: 600;
|
|
5219
5211
|
--gse-ui-treeView-groupHeader-meterTitle-fontSize: 12px;
|
|
5220
5212
|
--gse-ui-treeView-groupHeader-meterTitle-lineHeight: 18px;
|
|
5213
|
+
--gse-ui-breadcrumbs-primary-separator-typography-fontFamily: 'Noto Sans';
|
|
5214
|
+
--gse-ui-breadcrumbs-primary-separator-typography-fontWeight: 700;
|
|
5215
|
+
--gse-ui-breadcrumbs-primary-separator-typography-fontSize: 14px;
|
|
5216
|
+
--gse-ui-breadcrumbs-primary-separator-typography-lineHeight: 20px;
|
|
5217
|
+
--gse-ui-breadcrumbs-secondary-separator-typography-fontFamily: 'Noto Sans';
|
|
5218
|
+
--gse-ui-breadcrumbs-secondary-separator-typography-fontWeight: 700;
|
|
5219
|
+
--gse-ui-breadcrumbs-secondary-separator-typography-fontSize: 14px;
|
|
5220
|
+
--gse-ui-breadcrumbs-secondary-separator-typography-lineHeight: 20px;
|
|
5221
5221
|
--gse-ui-toast-heading-fontFamily: Urbanist;
|
|
5222
5222
|
--gse-ui-toast-heading-fontWeight: 700;
|
|
5223
5223
|
--gse-ui-toast-heading-fontSize: 16px;
|