unifyedx-storybook-new 0.1.39 → 0.1.41

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.
@@ -65,6 +65,7 @@
65
65
  --color-red-100: oklch(93.6% .032 17.717);
66
66
  --color-red-500: oklch(63.7% .237 25.331);
67
67
  --color-red-600: oklch(57.7% .245 27.325);
68
+ --color-red-700: oklch(50.5% .213 27.518);
68
69
  --color-red-900: oklch(39.6% .141 25.723);
69
70
  --color-green-500: oklch(72.3% .219 149.579);
70
71
  --color-teal-100: oklch(95.3% .051 180.801);
@@ -100,10 +101,15 @@
100
101
  --text-base--line-height: calc(1.5 / 1);
101
102
  --text-lg: 1.125rem;
102
103
  --text-lg--line-height: calc(1.75 / 1.125);
104
+ --text-xl: 1.25rem;
105
+ --text-xl--line-height: calc(1.75 / 1.25);
106
+ --font-weight-light: 300;
103
107
  --font-weight-normal: 400;
104
108
  --font-weight-medium: 500;
105
109
  --font-weight-semibold: 600;
106
110
  --font-weight-bold: 700;
111
+ --leading-tight: 1.25;
112
+ --leading-normal: 1.5;
107
113
  --radius-sm: .25rem;
108
114
  --radius-md: .375rem;
109
115
  --radius-lg: .5rem;
@@ -372,6 +378,10 @@
372
378
  pointer-events: none;
373
379
  }
374
380
 
381
+ .collapse {
382
+ visibility: collapse;
383
+ }
384
+
375
385
  .visible {
376
386
  visibility: visible;
377
387
  }
@@ -490,6 +500,10 @@
490
500
  }
491
501
  }
492
502
 
503
+ .m-0 {
504
+ margin: calc(var(--spacing) * 0);
505
+ }
506
+
493
507
  .mx-5 {
494
508
  margin-inline: calc(var(--spacing) * 5);
495
509
  }
@@ -506,6 +520,10 @@
506
520
  margin-top: calc(var(--spacing) * 4);
507
521
  }
508
522
 
523
+ .mt-5 {
524
+ margin-top: calc(var(--spacing) * 5);
525
+ }
526
+
509
527
  .mt-10 {
510
528
  margin-top: calc(var(--spacing) * 10);
511
529
  }
@@ -522,10 +540,26 @@
522
540
  margin-bottom: calc(var(--spacing) * 0) !important;
523
541
  }
524
542
 
543
+ .mb-0 {
544
+ margin-bottom: calc(var(--spacing) * 0);
545
+ }
546
+
547
+ .mb-2 {
548
+ margin-bottom: calc(var(--spacing) * 2);
549
+ }
550
+
551
+ .mb-4 {
552
+ margin-bottom: calc(var(--spacing) * 4);
553
+ }
554
+
525
555
  .mb-5 {
526
556
  margin-bottom: calc(var(--spacing) * 5);
527
557
  }
528
558
 
559
+ .mb-8 {
560
+ margin-bottom: calc(var(--spacing) * 8);
561
+ }
562
+
529
563
  .-ml-4 {
530
564
  margin-left: calc(var(--spacing) * -4);
531
565
  }
@@ -590,10 +624,22 @@
590
624
  height: calc(var(--spacing) * 12);
591
625
  }
592
626
 
627
+ .h-\[72px\] {
628
+ height: 72px;
629
+ }
630
+
631
+ .h-\[220px\] {
632
+ height: 220px;
633
+ }
634
+
593
635
  .h-\[calc\(100vh-330px\)\] {
594
636
  height: calc(100vh - 330px);
595
637
  }
596
638
 
639
+ .h-\[calc\(100vh-350px\)\] {
640
+ height: calc(100vh - 350px);
641
+ }
642
+
597
643
  .h-full {
598
644
  height: 100%;
599
645
  }
@@ -610,6 +656,10 @@
610
656
  min-height: 100%;
611
657
  }
612
658
 
659
+ .min-h-screen {
660
+ min-height: 100vh;
661
+ }
662
+
613
663
  .\!w-\[70px\] {
614
664
  width: 70px !important;
615
665
  }
@@ -646,10 +696,26 @@
646
696
  width: calc(var(--spacing) * 12);
647
697
  }
648
698
 
699
+ .w-16 {
700
+ width: calc(var(--spacing) * 16);
701
+ }
702
+
649
703
  .w-48 {
650
704
  width: calc(var(--spacing) * 48);
651
705
  }
652
706
 
707
+ .w-\[72px\] {
708
+ width: 72px;
709
+ }
710
+
711
+ .w-\[120px\] {
712
+ width: 120px;
713
+ }
714
+
715
+ .w-\[340px\] {
716
+ width: 340px;
717
+ }
718
+
653
719
  .w-auto {
654
720
  width: auto;
655
721
  }
@@ -658,6 +724,14 @@
658
724
  width: 100%;
659
725
  }
660
726
 
727
+ .max-w-\[800px\] {
728
+ max-width: 800px;
729
+ }
730
+
731
+ .min-w-0 {
732
+ min-width: calc(var(--spacing) * 0);
733
+ }
734
+
661
735
  .min-w-\[120px\] {
662
736
  min-width: 120px;
663
737
  }
@@ -710,10 +784,22 @@
710
784
  cursor: default;
711
785
  }
712
786
 
787
+ .cursor-move {
788
+ cursor: move;
789
+ }
790
+
713
791
  .cursor-not-allowed {
714
792
  cursor: not-allowed;
715
793
  }
716
794
 
795
+ .cursor-pointer {
796
+ cursor: pointer;
797
+ }
798
+
799
+ .grid-cols-1 {
800
+ grid-template-columns: repeat(1, minmax(0, 1fr));
801
+ }
802
+
717
803
  .grid-cols-3 {
718
804
  grid-template-columns: repeat(3, minmax(0, 1fr));
719
805
  }
@@ -722,6 +808,10 @@
722
808
  flex-direction: column;
723
809
  }
724
810
 
811
+ .flex-row {
812
+ flex-direction: row;
813
+ }
814
+
725
815
  .flex-wrap {
726
816
  flex-wrap: wrap;
727
817
  }
@@ -750,6 +840,10 @@
750
840
  gap: calc(var(--spacing) * 1);
751
841
  }
752
842
 
843
+ .gap-1\.5 {
844
+ gap: calc(var(--spacing) * 1.5);
845
+ }
846
+
753
847
  .gap-2 {
754
848
  gap: calc(var(--spacing) * 2);
755
849
  }
@@ -762,6 +856,14 @@
762
856
  gap: calc(var(--spacing) * 4);
763
857
  }
764
858
 
859
+ .gap-5 {
860
+ gap: calc(var(--spacing) * 5);
861
+ }
862
+
863
+ .gap-6 {
864
+ gap: calc(var(--spacing) * 6);
865
+ }
866
+
765
867
  :where(.space-y-1 > :not(:last-child)) {
766
868
  --tw-space-y-reverse: 0;
767
869
  margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
@@ -786,12 +888,24 @@
786
888
  margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
787
889
  }
788
890
 
891
+ :where(.-space-x-2 > :not(:last-child)) {
892
+ --tw-space-x-reverse: 0;
893
+ margin-inline-start: calc(calc(var(--spacing) * -2) * var(--tw-space-x-reverse));
894
+ margin-inline-end: calc(calc(var(--spacing) * -2) * calc(1 - var(--tw-space-x-reverse)));
895
+ }
896
+
789
897
  :where(.space-x-1 > :not(:last-child)) {
790
898
  --tw-space-x-reverse: 0;
791
899
  margin-inline-start: calc(calc(var(--spacing) * 1) * var(--tw-space-x-reverse));
792
900
  margin-inline-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-x-reverse)));
793
901
  }
794
902
 
903
+ :where(.space-x-8 > :not(:last-child)) {
904
+ --tw-space-x-reverse: 0;
905
+ margin-inline-start: calc(calc(var(--spacing) * 8) * var(--tw-space-x-reverse));
906
+ margin-inline-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-x-reverse)));
907
+ }
908
+
795
909
  :where(.divide-y > :not(:last-child)) {
796
910
  --tw-divide-y-reverse: 0;
797
911
  border-bottom-style: var(--tw-border-style);
@@ -818,6 +932,10 @@
818
932
  overflow: hidden;
819
933
  }
820
934
 
935
+ .overflow-x-auto {
936
+ overflow-x: auto;
937
+ }
938
+
821
939
  .overflow-y-auto {
822
940
  overflow-y: auto;
823
941
  }
@@ -830,6 +948,14 @@
830
948
  border-radius: var(--radius-2xl);
831
949
  }
832
950
 
951
+ .rounded-\[12px\] {
952
+ border-radius: 12px;
953
+ }
954
+
955
+ .rounded-\[14px\] {
956
+ border-radius: 14px;
957
+ }
958
+
833
959
  .rounded-full {
834
960
  border-radius: 3.40282e38px;
835
961
  }
@@ -850,6 +976,21 @@
850
976
  border-radius: var(--radius-xl);
851
977
  }
852
978
 
979
+ .rounded-t-2xl {
980
+ border-top-left-radius: var(--radius-2xl);
981
+ border-top-right-radius: var(--radius-2xl);
982
+ }
983
+
984
+ .rounded-t-md {
985
+ border-top-left-radius: var(--radius-md);
986
+ border-top-right-radius: var(--radius-md);
987
+ }
988
+
989
+ .rounded-b-2xl {
990
+ border-bottom-right-radius: var(--radius-2xl);
991
+ border-bottom-left-radius: var(--radius-2xl);
992
+ }
993
+
853
994
  .border {
854
995
  border-style: var(--tw-border-style);
855
996
  border-width: 1px;
@@ -870,11 +1011,28 @@
870
1011
  border-bottom-width: 1px;
871
1012
  }
872
1013
 
1014
+ .border-b-2 {
1015
+ border-bottom-style: var(--tw-border-style);
1016
+ border-bottom-width: 2px;
1017
+ }
1018
+
873
1019
  .border-dashed {
874
1020
  --tw-border-style: dashed;
875
1021
  border-style: dashed;
876
1022
  }
877
1023
 
1024
+ .border-\[\#e6e9ee\] {
1025
+ border-color: #e6e9ee;
1026
+ }
1027
+
1028
+ .border-\[\#eef2f6\] {
1029
+ border-color: #eef2f6;
1030
+ }
1031
+
1032
+ .border-black {
1033
+ border-color: var(--color-black);
1034
+ }
1035
+
878
1036
  .border-gray-200 {
879
1037
  border-color: var(--color-gray-200);
880
1038
  }
@@ -887,6 +1045,20 @@
887
1045
  border-color: var(--color-gray-400);
888
1046
  }
889
1047
 
1048
+ .border-gray-400\/50 {
1049
+ border-color: #99a1af80;
1050
+ }
1051
+
1052
+ @supports (color: color-mix(in lab, red, red)) {
1053
+ .border-gray-400\/50 {
1054
+ border-color: color-mix(in oklab, var(--color-gray-400) 50%, transparent);
1055
+ }
1056
+ }
1057
+
1058
+ .border-red-500 {
1059
+ border-color: var(--color-red-500);
1060
+ }
1061
+
890
1062
  .border-transparent {
891
1063
  border-color: #0000;
892
1064
  }
@@ -895,6 +1067,14 @@
895
1067
  border-color: var(--color-white);
896
1068
  }
897
1069
 
1070
+ .bg-\[\#F5F5F6\] {
1071
+ background-color: #f5f5f6;
1072
+ }
1073
+
1074
+ .bg-\[\#ffffff\] {
1075
+ background-color: #fff;
1076
+ }
1077
+
898
1078
  .bg-black\/30 {
899
1079
  background-color: #0000004d;
900
1080
  }
@@ -941,6 +1121,10 @@
941
1121
  background-color: var(--color-white);
942
1122
  }
943
1123
 
1124
+ .object-cover {
1125
+ object-fit: cover;
1126
+ }
1127
+
944
1128
  .p-1 {
945
1129
  padding: calc(var(--spacing) * 1);
946
1130
  }
@@ -981,6 +1165,18 @@
981
1165
  padding-inline: calc(var(--spacing) * 5);
982
1166
  }
983
1167
 
1168
+ .px-6 {
1169
+ padding-inline: calc(var(--spacing) * 6);
1170
+ }
1171
+
1172
+ .px-7 {
1173
+ padding-inline: calc(var(--spacing) * 7);
1174
+ }
1175
+
1176
+ .px-\[10px\] {
1177
+ padding-inline: 10px;
1178
+ }
1179
+
984
1180
  .px-\[12px\] {
985
1181
  padding-inline: 12px;
986
1182
  }
@@ -997,14 +1193,26 @@
997
1193
  padding-block: calc(var(--spacing) * 2);
998
1194
  }
999
1195
 
1196
+ .py-3 {
1197
+ padding-block: calc(var(--spacing) * 3);
1198
+ }
1199
+
1000
1200
  .py-4 {
1001
1201
  padding-block: calc(var(--spacing) * 4);
1002
1202
  }
1003
1203
 
1204
+ .py-5 {
1205
+ padding-block: calc(var(--spacing) * 5);
1206
+ }
1207
+
1004
1208
  .py-\[2px\] {
1005
1209
  padding-block: 2px;
1006
1210
  }
1007
1211
 
1212
+ .py-\[6px\] {
1213
+ padding-block: 6px;
1214
+ }
1215
+
1008
1216
  .pt-4 {
1009
1217
  padding-top: calc(var(--spacing) * 4);
1010
1218
  }
@@ -1045,6 +1253,10 @@
1045
1253
  vertical-align: middle;
1046
1254
  }
1047
1255
 
1256
+ .font-mono {
1257
+ font-family: var(--font-mono);
1258
+ }
1259
+
1048
1260
  .text-base {
1049
1261
  font-size: var(--text-base);
1050
1262
  line-height: var(--tw-leading, var(--text-base--line-height));
@@ -1060,11 +1272,32 @@
1060
1272
  line-height: var(--tw-leading, var(--text-sm--line-height));
1061
1273
  }
1062
1274
 
1275
+ .text-xl {
1276
+ font-size: var(--text-xl);
1277
+ line-height: var(--tw-leading, var(--text-xl--line-height));
1278
+ }
1279
+
1063
1280
  .text-xs {
1064
1281
  font-size: var(--text-xs);
1065
1282
  line-height: var(--tw-leading, var(--text-xs--line-height));
1066
1283
  }
1067
1284
 
1285
+ .text-\[11px\] {
1286
+ font-size: 11px;
1287
+ }
1288
+
1289
+ .text-\[13px\] {
1290
+ font-size: 13px;
1291
+ }
1292
+
1293
+ .text-\[18px\] {
1294
+ font-size: 18px;
1295
+ }
1296
+
1297
+ .text-\[24px\] {
1298
+ font-size: 24px;
1299
+ }
1300
+
1068
1301
  .leading-5 {
1069
1302
  --tw-leading: calc(var(--spacing) * 5);
1070
1303
  line-height: calc(var(--spacing) * 5);
@@ -1075,11 +1308,26 @@
1075
1308
  line-height: calc(var(--spacing) * 6);
1076
1309
  }
1077
1310
 
1311
+ .leading-normal {
1312
+ --tw-leading: var(--leading-normal);
1313
+ line-height: var(--leading-normal);
1314
+ }
1315
+
1316
+ .leading-tight {
1317
+ --tw-leading: var(--leading-tight);
1318
+ line-height: var(--leading-tight);
1319
+ }
1320
+
1078
1321
  .font-bold {
1079
1322
  --tw-font-weight: var(--font-weight-bold);
1080
1323
  font-weight: var(--font-weight-bold);
1081
1324
  }
1082
1325
 
1326
+ .font-light {
1327
+ --tw-font-weight: var(--font-weight-light);
1328
+ font-weight: var(--font-weight-light);
1329
+ }
1330
+
1083
1331
  .font-medium {
1084
1332
  --tw-font-weight: var(--font-weight-medium);
1085
1333
  font-weight: var(--font-weight-medium);
@@ -1095,6 +1343,34 @@
1095
1343
  font-weight: var(--font-weight-semibold);
1096
1344
  }
1097
1345
 
1346
+ .whitespace-nowrap {
1347
+ white-space: nowrap;
1348
+ }
1349
+
1350
+ .text-\[\#1C274C\] {
1351
+ color: #1c274c;
1352
+ }
1353
+
1354
+ .text-\[\#6b7280\] {
1355
+ color: #6b7280;
1356
+ }
1357
+
1358
+ .text-\[\#101112\] {
1359
+ color: #101112;
1360
+ }
1361
+
1362
+ .text-\[\#252525\] {
1363
+ color: #252525;
1364
+ }
1365
+
1366
+ .text-\[\#767676\] {
1367
+ color: #767676;
1368
+ }
1369
+
1370
+ .text-black {
1371
+ color: var(--color-black);
1372
+ }
1373
+
1098
1374
  .text-blue-500 {
1099
1375
  color: var(--color-blue-500);
1100
1376
  }
@@ -1163,16 +1439,20 @@
1163
1439
  color: var(--color-white);
1164
1440
  }
1165
1441
 
1166
- .italic {
1167
- font-style: italic;
1442
+ .opacity-0 {
1443
+ opacity: 0;
1444
+ }
1445
+
1446
+ .opacity-50 {
1447
+ opacity: .5;
1168
1448
  }
1169
1449
 
1170
- .underline {
1171
- text-decoration-line: underline;
1450
+ .opacity-70 {
1451
+ opacity: .7;
1172
1452
  }
1173
1453
 
1174
- .opacity-0 {
1175
- opacity: 0;
1454
+ .opacity-90 {
1455
+ opacity: .9;
1176
1456
  }
1177
1457
 
1178
1458
  .opacity-100 {
@@ -1314,6 +1594,10 @@
1314
1594
  cursor: pointer;
1315
1595
  }
1316
1596
 
1597
+ .hover\:border-gray-300:hover {
1598
+ border-color: var(--color-gray-300);
1599
+ }
1600
+
1317
1601
  .hover\:bg-blue-50:hover {
1318
1602
  background-color: var(--color-blue-50);
1319
1603
  }
@@ -1330,6 +1614,10 @@
1330
1614
  background-color: var(--color-gray-100);
1331
1615
  }
1332
1616
 
1617
+ .hover\:bg-gray-800:hover {
1618
+ background-color: var(--color-gray-800);
1619
+ }
1620
+
1333
1621
  .hover\:bg-white\/\[0\.6\]:hover {
1334
1622
  background-color: #fff9;
1335
1623
  }
@@ -1340,10 +1628,22 @@
1340
1628
  }
1341
1629
  }
1342
1630
 
1631
+ .hover\:text-\[\#1f6ed4\]:hover {
1632
+ color: #1f6ed4;
1633
+ }
1634
+
1343
1635
  .hover\:text-blue-800:hover {
1344
1636
  color: var(--color-blue-800);
1345
1637
  }
1346
1638
 
1639
+ .hover\:text-gray-600:hover {
1640
+ color: var(--color-gray-600);
1641
+ }
1642
+
1643
+ .hover\:text-gray-700:hover {
1644
+ color: var(--color-gray-700);
1645
+ }
1646
+
1347
1647
  .hover\:text-gray-800:hover {
1348
1648
  color: var(--color-gray-800);
1349
1649
  }
@@ -1356,6 +1656,10 @@
1356
1656
  color: var(--color-red-500);
1357
1657
  }
1358
1658
 
1659
+ .hover\:text-red-700:hover {
1660
+ color: var(--color-red-700);
1661
+ }
1662
+
1359
1663
  .hover\:underline:hover {
1360
1664
  text-decoration-line: underline;
1361
1665
  }
@@ -1426,6 +1730,10 @@
1426
1730
  .md\:min-w-96 {
1427
1731
  min-width: calc(var(--spacing) * 96);
1428
1732
  }
1733
+
1734
+ .md\:grid-cols-2 {
1735
+ grid-template-columns: repeat(2, minmax(0, 1fr));
1736
+ }
1429
1737
  }
1430
1738
 
1431
1739
  @media (min-width: 64rem) {
@@ -3394,8 +3702,9 @@ body {
3394
3702
  }
3395
3703
 
3396
3704
  .switch-container {
3705
+ align-items: center;
3397
3706
  width: 100%;
3398
- font-family: sans-serif;
3707
+ display: flex;
3399
3708
  }
3400
3709
 
3401
3710
  .switch-group {
@@ -3419,11 +3728,11 @@ body {
3419
3728
 
3420
3729
  .switch-element:focus-visible {
3421
3730
  outline-offset: 2px;
3422
- outline: 2px solid #3b82f6;
3731
+ outline: 2px solid #72bd4d;
3423
3732
  }
3424
3733
 
3425
3734
  .switch-element[data-headlessui-state~="checked"] {
3426
- background-color: #2563eb;
3735
+ background-color: #72bd4d;
3427
3736
  }
3428
3737
 
3429
3738
  .switch-element[data-headlessui-state~="disabled"] {
@@ -4189,7 +4498,6 @@ body {
4189
4498
  z-index: 0;
4190
4499
  box-sizing: border-box;
4191
4500
  width: 100%;
4192
- padding: 1.25rem;
4193
4501
  position: relative;
4194
4502
  }
4195
4503
 
@@ -4787,10 +5095,6 @@ body {
4787
5095
  position: relative;
4788
5096
  }
4789
5097
 
4790
- .ck-powered-by {
4791
- display: none;
4792
- }
4793
-
4794
5098
  #ui-toast-backdrop {
4795
5099
  opacity: 0;
4796
5100
  pointer-events: none;
@@ -7904,7 +8208,8 @@ body.toast-backdrop #ui-toast-backdrop {
7904
8208
  /* ... (all other classes like .textarea-field, .textarea-error-message are the same) ... */
7905
8209
  .switch-container {
7906
8210
  width: 100%;
7907
- font-family: sans-serif;
8211
+ display: flex;
8212
+ align-items: center;
7908
8213
  }
7909
8214
 
7910
8215
  .switch-group {
@@ -7927,12 +8232,12 @@ body.toast-backdrop #ui-toast-backdrop {
7927
8232
  }
7928
8233
 
7929
8234
  .switch-element:focus-visible {
7930
- outline: 2px solid #3b82f6; /* blue-500 */
8235
+ outline: 2px solid #72bd4d; /* blue-500 */
7931
8236
  outline-offset: 2px;
7932
8237
  }
7933
8238
 
7934
8239
  .switch-element[data-headlessui-state~="checked"] {
7935
- background-color: #2563eb; /* blue-600 */
8240
+ background-color: #72bd4d; /* blue-600 */
7936
8241
  }
7937
8242
 
7938
8243
  /* Disabled state */
@@ -8234,7 +8539,6 @@ body.toast-backdrop #ui-toast-backdrop {
8234
8539
  .page-layout {
8235
8540
  position: relative;
8236
8541
  width: 100%;
8237
- padding: 1.25rem; /* py-5 */
8238
8542
  z-index: 0;
8239
8543
  box-sizing: border-box;
8240
8544
  }
@@ -8840,7 +9144,7 @@ body.toast-backdrop #ui-toast-backdrop {
8840
9144
  position: relative;
8841
9145
  contain: content;
8842
9146
  }
8843
- .ck-powered-by{display:none}:root {
9147
+ :root {
8844
9148
  --toastify-color-light: #fff;
8845
9149
  --toastify-color-dark: #121212;
8846
9150
  --toastify-color-info: #3498db;
@@ -9640,6 +9944,47 @@ body.toast-backdrop #ui-toast-backdrop {
9640
9944
  transform: rotate(360deg);
9641
9945
  }
9642
9946
  }
9947
+ /* FullConfigPage Styles */
9948
+ .full-config-page {
9949
+ padding: 18px;
9950
+ background: #f5f6f8;
9951
+ min-height: 100vh;
9952
+ }
9953
+
9954
+ .full-config-page .icon {
9955
+ display: flex;
9956
+ align-items: center;
9957
+ justify-content: center;
9958
+ }
9959
+
9960
+ .full-config-page .pill {
9961
+ display: inline-block;
9962
+ }
9963
+
9964
+ /* Tab content styling */
9965
+ .full-config-page .tab-content {
9966
+ height: calc(100vh - 200px);
9967
+ overflow-y: auto;
9968
+ }
9969
+
9970
+ /* Custom scrollbar for better UX */
9971
+ .full-config-page ::-webkit-scrollbar {
9972
+ width: 8px;
9973
+ }
9974
+
9975
+ .full-config-page ::-webkit-scrollbar-track {
9976
+ background: #f1f1f1;
9977
+ border-radius: 4px;
9978
+ }
9979
+
9980
+ .full-config-page ::-webkit-scrollbar-thumb {
9981
+ background: #c1c1c1;
9982
+ border-radius: 4px;
9983
+ }
9984
+
9985
+ .full-config-page ::-webkit-scrollbar-thumb:hover {
9986
+ background: #a8a8a8;
9987
+ }
9643
9988
  /* Backdrop below the toast container, above the app content */
9644
9989
  #ui-toast-backdrop {
9645
9990
  position: fixed;