@cloudtower/eagle 0.34.26 → 0.34.28

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.
@@ -1,118 +1,3 @@
1
- .E_c18gxmrl {
2
- border: 1px solid $gray-40;
3
- border-radius: 4px;
4
-
5
- & + & {
6
- margin-top: 8px;
7
- }
8
-
9
- &:hover {
10
- border-color: $blue-60;
11
-
12
- > header {
13
- background: rgba($blue-60, 0.1);
14
- }
15
- }
16
-
17
- &.active {
18
- header {
19
- border-bottom: 1px solid $gray-40;
20
- }
21
- }
22
-
23
- > header {
24
- padding: 8px 12px;
25
- }
26
- }
27
-
28
-
29
- .E_m74vjol {
30
- display: flex;
31
- justify-content: space-between;
32
- width: 100%;
33
- & .action {
34
- margin-left: 16px;
35
- }
36
- }
37
-
38
- .E_a1o35uvh {
39
- &.ant-alert-closable {
40
- padding-right: 12px;
41
-
42
- .ant-alert-close-icon {
43
- height: fit-content;
44
- margin-left: 16px;
45
- }
46
- }
47
-
48
- .ant-alert-message {
49
- flex: 1;
50
- }
51
- }
52
-
53
-
54
- .E_d133fzv0 {
55
- .ant-dropdown-menu-item-group {
56
- .ant-dropdown-menu-item-group-title {
57
- padding: 4px 8px 0 8px;
58
- color: $text-light-secondary;
59
- font-size: 12px;
60
- }
61
- .ant-dropdown-menu-item-group-list {
62
- padding-bottom: 6px;
63
- }
64
- &:not(:first-child) {
65
- padding-top: 4px;
66
- border-top: 1px solid $strokes-light-trans-2;
67
- }
68
- }
69
- }
70
-
71
-
72
- .E_berrcjl {
73
- color: $text-terdiary-light;
74
- margin-bottom: 4px;
75
-
76
- .breadcrumb-link {
77
- color: $text-terdiary-light;
78
- cursor: pointer;
79
- transition: color 160ms ease;
80
-
81
- &:hover {
82
- color: $blue-60;
83
- }
84
- &:active {
85
- color: $blue-80;
86
- }
87
- }
88
- }
89
-
90
-
91
- .E_c1uzzomf {
92
- margin-bottom: 16px;
93
-
94
- .card-title {
95
- font-size: 16px;
96
- color: $text-secondary-light;
97
- font-weight: 700;
98
- line-height: 32px;
99
- }
100
- .card-body {
101
- padding: 24px;
102
- border-radius: 8px;
103
- background: $fills-light-white;
104
- }
105
-
106
- .empty {
107
- font-weight: 700;
108
- font-size: 14px;
109
- line-height: 22px;
110
- color: $text-light-tertiary;
111
- text-align: center;
112
- }
113
- }
114
-
115
-
116
1
  .E_b1wx3t3t {
117
2
  &.ant-btn-icon-only {
118
3
  justify-content: center;
@@ -471,93 +356,30 @@
471
356
  }
472
357
 
473
358
 
474
- .E_d1bw7c5z {
475
- position: relative;
476
- max-width: 388px;
477
- min-width: 285px;
478
- .center {
479
- position: absolute;
480
- font-size: 12px;
481
- width: 80px;
482
- height: 100px;
483
- top: 0;
484
- left: 35px;
485
- display: flex;
486
- flex-direction: column;
487
- justify-content: center;
488
- align-items: center;
489
- color: $text-light-primary;
490
-
491
- .number {
492
- font-size: 24px;
493
- font-weight: 700;
494
- }
359
+ .E_c18gxmrl {
360
+ border: 1px solid $gray-40;
361
+ border-radius: 4px;
495
362
 
496
- .text {
497
- padding: 0 5px;
498
- font-size: 12px;
499
- width: inherit;
500
- text-align: center;
501
- }
363
+ & + & {
364
+ margin-top: 8px;
502
365
  }
503
- .recharts-wrapper {
504
- display: flex;
505
- .recharts-legend-wrapper {
506
- position: relative !important;
507
- min-width: calc(
508
- 100% - var(--d1bw7c5z-0)
509
- ) !important;
510
- left: 0 !important;
511
- bottom: 0 !important;
512
- display: flex;
513
- align-items: center;
514
- .recharts-default-legend {
515
- width: 100%;
516
- }
517
- li {
518
- width: 100%;
519
- margin-right: 0 !important;
520
- line-height: 18px;
521
- & > svg {
522
- border-radius: 2px;
523
- }
524
- & > .recharts-legend-item-text {
525
- min-width: 75px;
526
- max-width: 198px;
527
- width: calc(100% - 20px);
528
- margin-left: 2px;
529
- color: $text-light-primary !important;
530
- display: inline-flex;
531
- justify-content: space-between;
532
- }
533
- }
366
+
367
+ &:hover {
368
+ border-color: $blue-60;
369
+
370
+ > header {
371
+ background: rgba($blue-60, 0.1);
534
372
  }
535
373
  }
536
- .tooltip-text {
537
- maxwidth: calc(100% - 12px);
538
- cursor: pointer;
539
- border-bottom: 1px dashed $strokes-light-trans-4;
540
- overflow: hidden;
541
- text-overflow: ellipsis;
542
- white-space: nowrap;
543
- }
544
374
 
545
- .value {
546
- color: $text-neutral-secondary;
375
+ &.active {
376
+ header {
377
+ border-bottom: 1px solid $gray-40;
378
+ }
547
379
  }
548
- }
549
-
550
- .E_t10pqbtc {
551
- width: 140px;
552
-
553
- .item {
554
- margin: 6px auto;
555
- display: flex;
556
- justify-content: space-between;
557
380
 
558
- .name {
559
- width: 102px;
560
- }
381
+ > header {
382
+ padding: 8px 12px;
561
383
  }
562
384
  }
563
385
 
@@ -603,36 +425,88 @@
603
425
  }
604
426
 
605
427
 
606
- .E_fzh9mnb {
607
- width: 100%;
608
- height: 100%;
609
- min-height: 124px;
610
- display: flex;
611
- flex-direction: column;
612
- justify-content: center;
613
- align-items: center;
428
+ .E_berrcjl {
429
+ color: $text-terdiary-light;
430
+ margin-bottom: 4px;
614
431
 
615
- .error-text {
432
+ .breadcrumb-link {
616
433
  color: $text-terdiary-light;
617
- margin-bottom: 16px;
618
- font-size: 18px;
434
+ cursor: pointer;
435
+ transition: color 160ms ease;
436
+
437
+ &:hover {
438
+ color: $blue-60;
439
+ }
440
+ &:active {
441
+ color: $blue-80;
442
+ }
619
443
  }
620
444
  }
621
445
 
622
446
 
623
- .E_f7pxqmh {
447
+ .E_m74vjol {
448
+ display: flex;
449
+ justify-content: space-between;
624
450
  width: 100%;
625
- margin-bottom: 0 !important;
626
- flex-flow: nowrap !important;
627
- line-break: auto;
451
+ & .action {
452
+ margin-left: 16px;
453
+ }
454
+ }
628
455
 
629
- & > .ant-form-item-label {
630
- text-align: left !important;
631
- padding-bottom: 0 !important;
456
+ .E_a1o35uvh {
457
+ &.ant-alert-closable {
458
+ padding-right: 12px;
632
459
 
633
- & > label {
634
- min-height: 32px;
635
- height: auto;
460
+ .ant-alert-close-icon {
461
+ height: fit-content;
462
+ margin-left: 16px;
463
+ }
464
+ }
465
+
466
+ .ant-alert-message {
467
+ flex: 1;
468
+ }
469
+ }
470
+
471
+
472
+ .E_c1uzzomf {
473
+ margin-bottom: 16px;
474
+
475
+ .card-title {
476
+ font-size: 16px;
477
+ color: $text-secondary-light;
478
+ font-weight: 700;
479
+ line-height: 32px;
480
+ }
481
+ .card-body {
482
+ padding: 24px;
483
+ border-radius: 8px;
484
+ background: $fills-light-white;
485
+ }
486
+
487
+ .empty {
488
+ font-weight: 700;
489
+ font-size: 14px;
490
+ line-height: 22px;
491
+ color: $text-light-tertiary;
492
+ text-align: center;
493
+ }
494
+ }
495
+
496
+
497
+ .E_f7pxqmh {
498
+ width: 100%;
499
+ margin-bottom: 0 !important;
500
+ flex-flow: nowrap !important;
501
+ line-break: auto;
502
+
503
+ & > .ant-form-item-label {
504
+ text-align: left !important;
505
+ padding-bottom: 0 !important;
506
+
507
+ & > label {
508
+ min-height: 32px;
509
+ height: auto;
636
510
  font-size: 13px;
637
511
  color: rgba(44, 56, 82, 0.6);
638
512
  white-space: normal;
@@ -662,13 +536,6 @@
662
536
  }
663
537
 
664
538
 
665
- .E_sx1bpnu {
666
- .ant-input-sm {
667
- line-height: 18px;
668
- }
669
- }
670
-
671
-
672
539
  .E_ai7qkf2 {
673
540
  .ant-input-number-handler-wrap {
674
541
  display: var(--ai7qkf2-0);
@@ -750,6 +617,55 @@
750
617
  }
751
618
 
752
619
 
620
+ .E_iouxfgt {
621
+ display: inline-flex;
622
+ align-items: center;
623
+
624
+ .icon-inner {
625
+ display: inline-flex;
626
+ align-items: center;
627
+ justify-content: center;
628
+ }
629
+ .icon-inner + span,
630
+ span + .icon-inner.suffix {
631
+ margin-left: 4px;
632
+ }
633
+ &.is-rotate {
634
+ img,
635
+ svg {
636
+ animation: rotate 680ms linear infinite;
637
+ }
638
+ }
639
+ }
640
+
641
+
642
+ .E_fzh9mnb {
643
+ width: 100%;
644
+ height: 100%;
645
+ min-height: 124px;
646
+ display: flex;
647
+ flex-direction: column;
648
+ justify-content: center;
649
+ align-items: center;
650
+
651
+ .error-text {
652
+ color: $text-terdiary-light;
653
+ margin-bottom: 16px;
654
+ font-size: 18px;
655
+ }
656
+ }
657
+
658
+
659
+ .E_atcz0kf {
660
+ .ant-input-suffix {
661
+ margin-left: 8px;
662
+ }
663
+ &.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
664
+ padding: 2px 7px 2px 12px;
665
+ }
666
+ }
667
+
668
+
753
669
  .E_itxley7 {
754
670
  &.ant-input-group.ant-input-group-compact {
755
671
  display: flex;
@@ -819,6 +735,122 @@
819
735
  }
820
736
 
821
737
 
738
+ .E_d1bw7c5z {
739
+ position: relative;
740
+ max-width: 388px;
741
+ min-width: 285px;
742
+ .center {
743
+ position: absolute;
744
+ font-size: 12px;
745
+ width: 80px;
746
+ height: 100px;
747
+ top: 0;
748
+ left: 35px;
749
+ display: flex;
750
+ flex-direction: column;
751
+ justify-content: center;
752
+ align-items: center;
753
+ color: $text-light-primary;
754
+
755
+ .number {
756
+ font-size: 24px;
757
+ font-weight: 700;
758
+ }
759
+
760
+ .text {
761
+ padding: 0 5px;
762
+ font-size: 12px;
763
+ width: inherit;
764
+ text-align: center;
765
+ }
766
+ }
767
+ .recharts-wrapper {
768
+ display: flex;
769
+ .recharts-legend-wrapper {
770
+ position: relative !important;
771
+ min-width: calc(
772
+ 100% - var(--d1bw7c5z-0)
773
+ ) !important;
774
+ left: 0 !important;
775
+ bottom: 0 !important;
776
+ display: flex;
777
+ align-items: center;
778
+ .recharts-default-legend {
779
+ width: 100%;
780
+ }
781
+ li {
782
+ width: 100%;
783
+ margin-right: 0 !important;
784
+ line-height: 18px;
785
+ & > svg {
786
+ border-radius: 2px;
787
+ }
788
+ & > .recharts-legend-item-text {
789
+ min-width: 75px;
790
+ max-width: 198px;
791
+ width: calc(100% - 20px);
792
+ margin-left: 2px;
793
+ color: $text-light-primary !important;
794
+ display: inline-flex;
795
+ justify-content: space-between;
796
+ }
797
+ }
798
+ }
799
+ }
800
+ .tooltip-text {
801
+ maxwidth: calc(100% - 12px);
802
+ cursor: pointer;
803
+ border-bottom: 1px dashed $strokes-light-trans-4;
804
+ overflow: hidden;
805
+ text-overflow: ellipsis;
806
+ white-space: nowrap;
807
+ }
808
+
809
+ .value {
810
+ color: $text-neutral-secondary;
811
+ }
812
+ }
813
+
814
+ .E_t10pqbtc {
815
+ width: 140px;
816
+
817
+ .item {
818
+ margin: 6px auto;
819
+ display: flex;
820
+ justify-content: space-between;
821
+
822
+ .name {
823
+ width: 102px;
824
+ }
825
+ }
826
+ }
827
+
828
+
829
+ .E_sx1bpnu {
830
+ .ant-input-sm {
831
+ line-height: 18px;
832
+ }
833
+ }
834
+
835
+
836
+ .E_d133fzv0 {
837
+ .ant-dropdown-menu-item-group {
838
+ .ant-dropdown-menu-item-group-title {
839
+ padding: 4px 8px 0 8px;
840
+ color: $text-light-secondary;
841
+ font-size: 12px;
842
+ }
843
+ .ant-dropdown-menu-item-group-list {
844
+ padding-bottom: 6px;
845
+ }
846
+ &:not(:first-child) {
847
+ padding-top: 4px;
848
+ border-top: 1px solid $strokes-light-trans-2;
849
+ }
850
+ }
851
+ }
852
+
853
+
822
854
  .E_a1wfy30z {
823
855
  .ant-input-number-handler-wrap {
824
856
  display: var(--a1wfy30z-0);
@@ -856,60 +888,17 @@
856
888
  }
857
889
 
858
890
 
859
- .E_atcz0kf {
860
- .ant-input-suffix {
861
- margin-left: 8px;
862
- }
863
- &.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
864
- padding: 2px 7px 2px 12px;
865
- }
866
- }
867
-
868
-
869
- .E_iouxfgt {
870
- display: inline-flex;
891
+ .E_phljevk {
892
+ display: flex;
893
+ justify-content: space-between;
871
894
  align-items: center;
895
+ padding: 10px 0;
896
+ color: $text-light-secondary;
897
+ font-size: 12px;
898
+ line-height: 24px;
872
899
 
873
- .icon-inner {
874
- display: inline-flex;
875
- align-items: center;
876
- justify-content: center;
877
- }
878
- .icon-inner + span,
879
- span + .icon-inner.suffix {
880
- margin-left: 4px;
881
- }
882
- &.is-rotate {
883
- img,
884
- svg {
885
- animation: rotate 680ms linear infinite;
886
- }
887
- }
888
- }
889
-
890
-
891
- .E_ivqqkzv {
892
- height: 24px;
893
- width: 56px !important;
894
- margin-right: 4px;
895
- }
896
-
897
- .E_c1wk4q29 {
898
- color: $text-secondary-light;
899
- }
900
-
901
-
902
- .E_phljevk {
903
- display: flex;
904
- justify-content: space-between;
905
- align-items: center;
906
- padding: 10px 0;
907
- color: $text-light-secondary;
908
- font-size: 12px;
909
- line-height: 24px;
910
-
911
- .pagination-left {
912
- padding: 2px 8px;
900
+ .pagination-left {
901
+ padding: 2px 8px;
913
902
  }
914
903
 
915
904
  .dropdown-trigger {
@@ -1147,16 +1136,6 @@
1147
1136
  }
1148
1137
 
1149
1138
 
1150
- .E_owd0kml {
1151
- display: inline-block;
1152
- }
1153
-
1154
- .E_h1jsgezc {
1155
- visibility: hidden;
1156
- position: absolute;
1157
- }
1158
-
1159
-
1160
1139
  .E_i11gg7mj {
1161
1140
  .ant-input-prefix {
1162
1141
  margin-right: 8px;
@@ -1189,6 +1168,94 @@
1189
1168
  }
1190
1169
 
1191
1170
 
1171
+ .E_owd0kml {
1172
+ display: inline-block;
1173
+ }
1174
+
1175
+ .E_h1jsgezc {
1176
+ visibility: hidden;
1177
+ position: absolute;
1178
+ }
1179
+
1180
+
1181
+ .E_ivqqkzv {
1182
+ height: 24px;
1183
+ width: 56px !important;
1184
+ margin-right: 4px;
1185
+ }
1186
+
1187
+ .E_c1wk4q29 {
1188
+ color: $text-secondary-light;
1189
+ }
1190
+
1191
+
1192
+ .E_s1dizucg {
1193
+ &.ant-switch {
1194
+ min-width: 40px;
1195
+ height: 24px;
1196
+ background: $fills-trans-quinary-light;
1197
+ overflow: hidden;
1198
+ &:focus {
1199
+ box-shadow: 0 0 0 2px $strokes-light-trans-1;
1200
+ }
1201
+ }
1202
+ &.ant-switch-small {
1203
+ min-width: 26px;
1204
+ height: 16px;
1205
+ }
1206
+ &.ant-switch-large {
1207
+ min-width: 52px;
1208
+ height: 32px;
1209
+ }
1210
+
1211
+ &.ant-switch .ant-switch-handle {
1212
+ height: 20px;
1213
+ width: 20px;
1214
+ &::before {
1215
+ border-radius: 10px;
1216
+ transition-delay: 120ms;
1217
+ }
1218
+ }
1219
+ &.ant-switch-small .ant-switch-handle {
1220
+ height: 14px;
1221
+ width: 14px;
1222
+ top: 1px;
1223
+ left: 1px;
1224
+ }
1225
+ &.ant-switch-large .ant-switch-handle {
1226
+ height: 28px;
1227
+ width: 28px;
1228
+ &::before {
1229
+ border-radius: 14px;
1230
+ }
1231
+ }
1232
+
1233
+ &.ant-switch-checked {
1234
+ background-color: $green-60;
1235
+ }
1236
+ &.ant-switch-checked .ant-switch-handle {
1237
+ left: calc(100% - 20px - 2px);
1238
+ }
1239
+ &.ant-switch-small.ant-switch-checked .ant-switch-handle {
1240
+ left: calc(100% - 14px - 1px);
1241
+ }
1242
+ &.ant-switch-large.ant-switch-checked .ant-switch-handle {
1243
+ left: calc(100% - 28px - 2px);
1244
+ }
1245
+ }
1246
+
1247
+ .E_c1up6e3y {
1248
+ margin-left: 5px;
1249
+ }
1250
+
1251
+
1252
+ .E_tju3gfj {
1253
+ .date {
1254
+ margin-right: 4px;
1255
+ }
1256
+ }
1257
+
1258
+
1192
1259
  .E_c1bus5hc {
1193
1260
  --color: white;
1194
1261
  height: 14px;
@@ -1233,6 +1300,92 @@
1233
1300
  }
1234
1301
 
1235
1302
 
1303
+ .E_s1sck0th {
1304
+ padding: 0 8px;
1305
+ border-radius: 4px;
1306
+ }
1307
+
1308
+ .E_m855nr1 {
1309
+ padding: 2px 8px;
1310
+ border-radius: 3px;
1311
+ }
1312
+
1313
+ .E_l1270xpg {
1314
+ padding: 3px 8px;
1315
+ border-radius: 2px;
1316
+ }
1317
+
1318
+ .E_t14rextb {
1319
+ &.ant-tag:hover {
1320
+ opacity: unset;
1321
+ }
1322
+ &.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
1323
+ margin: 0;
1324
+ margin-right: 8px;
1325
+ display: inline-flex;
1326
+ align-items: center;
1327
+ border: none;
1328
+ & .ant-tag-close-icon {
1329
+ width: 16px;
1330
+ height: 16px;
1331
+ color: inherit;
1332
+ margin-left: 4px;
1333
+ opacity: 0.6;
1334
+ display: inline-flex;
1335
+ &:hover {
1336
+ opacity: 1;
1337
+ }
1338
+ }
1339
+ &.ant-tag-blue {
1340
+ color: $fills-light-general-general;
1341
+ background-color: $fills-light-general-general-light;
1342
+ }
1343
+ &.ant-tag-red {
1344
+ color: $fills-light-serious-serious;
1345
+ background-color: $fills-light-serious-serious-light;
1346
+ }
1347
+ &.ant-tag-yellow {
1348
+ color: $fills-light-notice-notice-dark;
1349
+ background-color: $fills-light-notice-notice-light;
1350
+ }
1351
+ &.ant-tag-green {
1352
+ color: $fills-light-positive-positive-dark;
1353
+ background-color: $fills-light-positive-positive-light;
1354
+ }
1355
+ &.ant-tag-gray {
1356
+ color: $text-light-super;
1357
+ background-color: $fills-element-light-container-general;
1358
+ }
1359
+ &.ant-tag-purple {
1360
+ color: $text-colorful-purple;
1361
+ background-color: $fill-purple-light;
1362
+ }
1363
+
1364
+ &.ui-kit-token-checked {
1365
+ color: $text-light-on-tint;
1366
+ &.ant-tag-red {
1367
+ background-color: $fills-light-serious-serious;
1368
+ }
1369
+ &.ant-tag-yellow {
1370
+ background-color: $fills-light-notice-notice;
1371
+ }
1372
+ &.ant-tag-green {
1373
+ background-color: $fills-light-positive-positive;
1374
+ }
1375
+ &.ant-tag-blue {
1376
+ background-color: $fills-light-general-general;
1377
+ }
1378
+ &.ant-tag-gray {
1379
+ background-color: $gray-70;
1380
+ }
1381
+ &.ant-tag-purple {
1382
+ background-color: $fill-purple-base;
1383
+ }
1384
+ }
1385
+ }
1386
+ }
1387
+
1388
+
1236
1389
  .E_cnujxq2 {
1237
1390
  display: flex;
1238
1391
  flex-direction: column;
@@ -2046,36 +2199,179 @@
2046
2199
  }
2047
2200
 
2048
2201
 
2049
- .E_iq1gosr {
2050
- display: inline-block;
2051
- }
2052
-
2053
-
2054
- .E_dsnbhzf {
2055
- @include Inter(bold);
2056
- font-size: 32px;
2057
- line-height: 40px;
2202
+ .E_s1dni7lo {
2203
+ width: 430px !important;
2058
2204
  }
2059
2205
 
2060
- .E_d1mvo22k {
2061
- @include Inter(bold);
2062
- font-size: 24px;
2063
- line-height: 32px;
2206
+ .E_d1wwmmm5 {
2207
+ .ant-select-item-group {
2208
+ padding: 8px 16px;
2209
+ line-height: 18px;
2210
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
2211
+ height: 34px;
2212
+ min-height: 34px;
2213
+ box-sizing: border-box;
2214
+ margin-top: 8px;
2215
+ }
2064
2216
  }
2065
2217
 
2066
- .E_d1b444tr {
2067
- @include Inter();
2068
- font-size: 32px;
2069
- line-height: 40px;
2070
- }
2218
+ .E_o1ugr09p {
2219
+ display: flex;
2220
+ flex-direction: column;
2221
+ margin: 1px 8px;
2222
+ padding: 8px;
2223
+ border-radius: 4px;
2071
2224
 
2072
- .E_dvs0kue {
2073
- @include Inter(bold);
2074
- font-size: 20px;
2075
- line-height: 24px;
2076
- }
2225
+ .selected-icon {
2226
+ display: none;
2227
+ }
2077
2228
 
2078
- .E_d1hcbfcq {
2229
+ &.ant-select-item-option-grouped {
2230
+ padding-left: 8px;
2231
+ }
2232
+
2233
+ &.ant-select-item-option-selected {
2234
+ background-color: white;
2235
+ .timezone-title {
2236
+ color: #0080ff;
2237
+ }
2238
+ .selected-icon {
2239
+ display: block;
2240
+ }
2241
+ }
2242
+
2243
+ &.ant-select-item-option-active {
2244
+ background: rgba(0, 136, 255, 0.16);
2245
+ .timezone-title {
2246
+ color: #0080ff;
2247
+ }
2248
+ .timezone-tag {
2249
+ background: rgba(0, 136, 255, 0.1);
2250
+ color: #0080ff;
2251
+ }
2252
+ }
2253
+ }
2254
+
2255
+ .E_o1ifxsq4 {
2256
+ display: flex;
2257
+ justify-content: space-between;
2258
+ height: 20px;
2259
+ line-height: 20px;
2260
+
2261
+ .timezone-title {
2262
+ color: #2d3a56;
2263
+ overflow: hidden;
2264
+ text-overflow: ellipsis;
2265
+ }
2266
+ }
2267
+
2268
+ .E_o1zue7 {
2269
+ display: flex;
2270
+ justify-content: space-between;
2271
+ color: $text-light-secondary;
2272
+ height: 18px;
2273
+ line-height: 18px;
2274
+ margin-top: 2px;
2275
+ }
2276
+
2277
+ .E_tyfmlxg {
2278
+ border: none;
2279
+ margin-right: 0;
2280
+ background: rgba(225, 230, 241, 0.6);
2281
+ }
2282
+
2283
+ .E_o18uybox {
2284
+ pointer-events: none;
2285
+ height: 32px;
2286
+ width: 100%;
2287
+ opacity: 0;
2288
+ }
2289
+
2290
+
2291
+ .E_c1yyuluq {
2292
+ border-radius: 8px;
2293
+ .ant-card-body {
2294
+ padding: 20px 24px 24px 24px;
2295
+ }
2296
+ }
2297
+
2298
+
2299
+ .E_ccrbeuz {
2300
+ .ant-collapse-item {
2301
+ border: 0px;
2302
+ background-color: $fills-light-white;
2303
+
2304
+ .ant-collapse-header {
2305
+ padding-top: 0px;
2306
+ padding-bottom: 0px;
2307
+ padding-left: 0px !important;
2308
+ padding-right: 24px;
2309
+ .ant-collapse-arrow {
2310
+ right: 0px;
2311
+ }
2312
+ }
2313
+ .ant-collapse-content {
2314
+ .ant-collapse-content-box {
2315
+ padding: 0px;
2316
+ }
2317
+ }
2318
+ }
2319
+ }
2320
+
2321
+ .E_c1fljvag {
2322
+ .ant-collapse-item {
2323
+ .ant-collapse-header {
2324
+ padding-right: 0px;
2325
+ cursor: default;
2326
+ }
2327
+ }
2328
+ }
2329
+
2330
+
2331
+ .E_iq1gosr {
2332
+ display: inline-block;
2333
+ }
2334
+
2335
+
2336
+ .E_t1m2x205 {
2337
+ .ant-tooltip-arrow {
2338
+ display: none;
2339
+ }
2340
+ .ant-tooltip-inner {
2341
+ background: $gray-a80-9;
2342
+ border-radius: 4px;
2343
+ &:has(.eagle-ellipsis-content) {
2344
+ visibility: hidden;
2345
+ }
2346
+ }
2347
+ }
2348
+
2349
+
2350
+ .E_dsnbhzf {
2351
+ @include Inter(bold);
2352
+ font-size: 32px;
2353
+ line-height: 40px;
2354
+ }
2355
+
2356
+ .E_d1mvo22k {
2357
+ @include Inter(bold);
2358
+ font-size: 24px;
2359
+ line-height: 32px;
2360
+ }
2361
+
2362
+ .E_d1b444tr {
2363
+ @include Inter();
2364
+ font-size: 32px;
2365
+ line-height: 40px;
2366
+ }
2367
+
2368
+ .E_dvs0kue {
2369
+ @include Inter(bold);
2370
+ font-size: 20px;
2371
+ line-height: 24px;
2372
+ }
2373
+
2374
+ .E_d1hcbfcq {
2079
2375
  @include Inter();
2080
2376
  font-size: 20px;
2081
2377
  line-height: 24px;
@@ -2369,393 +2665,81 @@
2369
2665
  font-size: 12px;
2370
2666
  line-height: 18px;
2371
2667
  }
2372
-
2373
- .E_t1il0kvi {
2374
- @include Inter(500);
2375
- @include Monospace();
2376
- font-size: 12px;
2377
- line-height: 18px;
2378
- }
2379
-
2380
- .E_t10dv8p1 {
2381
- @include Inter();
2382
- @include Slashed();
2383
- font-size: 12px;
2384
- line-height: 18px;
2385
- }
2386
-
2387
- .E_tc2oqpq {
2388
- @include Inter(500);
2389
- @include Slashed();
2390
- font-size: 12px;
2391
- line-height: 18px;
2392
- }
2393
-
2394
- .E_tzvddmc {
2395
- @include Inter(bold);
2396
- @include Slashed();
2397
- font-size: 16px;
2398
- line-height: 24px;
2399
- }
2400
-
2401
- .E_u18llj45 {
2402
- @include Inter();
2403
- font-size: 10px;
2404
- line-height: 12px;
2405
- }
2406
-
2407
-
2408
- .E_tju3gfj {
2409
- .date {
2410
- margin-right: 4px;
2411
- }
2412
- }
2413
-
2414
-
2415
- .E_a1b5xrg3 {
2416
- .user-icon-inner {
2417
- display: inline-flex;
2418
- align-items: center;
2419
- justify-content: center;
2420
- color: $white;
2421
- font-weight: bold;
2422
- font-size: 12px;
2423
- width: 24px;
2424
- height: 24px;
2425
- border-radius: 50%;
2426
- background: var(--a1b5xrg3-0);
2427
- }
2428
- &.btn-item {
2429
- transition: all 160ms ease;
2430
- cursor: pointer;
2431
- width: 56px;
2432
- height: 40px;
2433
- display: inline-flex;
2434
- align-items: center;
2435
- justify-content: center;
2436
- border-radius: 6px;
2437
-
2438
- &:hover {
2439
- box-shadow:
2440
- 0px 0px 20px rgba(107, 125, 153, 0.18),
2441
- 0px 25px 80px rgba(45, 58, 86, 0.3);
2442
- }
2443
-
2444
- &:active {
2445
- transform: translateY(2px);
2446
- transition: all 320ms ease;
2447
- }
2448
- }
2449
- }
2450
-
2451
-
2452
- .E_s1sck0th {
2453
- padding: 0 8px;
2454
- border-radius: 4px;
2455
- }
2456
-
2457
- .E_m855nr1 {
2458
- padding: 2px 8px;
2459
- border-radius: 3px;
2460
- }
2461
-
2462
- .E_l1270xpg {
2463
- padding: 3px 8px;
2464
- border-radius: 2px;
2465
- }
2466
-
2467
- .E_t14rextb {
2468
- &.ant-tag:hover {
2469
- opacity: unset;
2470
- }
2471
- &.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
2472
- margin: 0;
2473
- margin-right: 8px;
2474
- display: inline-flex;
2475
- align-items: center;
2476
- border: none;
2477
- & .ant-tag-close-icon {
2478
- width: 16px;
2479
- height: 16px;
2480
- color: inherit;
2481
- margin-left: 4px;
2482
- opacity: 0.6;
2483
- display: inline-flex;
2484
- &:hover {
2485
- opacity: 1;
2486
- }
2487
- }
2488
- &.ant-tag-blue {
2489
- color: $fills-light-general-general;
2490
- background-color: $fills-light-general-general-light;
2491
- }
2492
- &.ant-tag-red {
2493
- color: $fills-light-serious-serious;
2494
- background-color: $fills-light-serious-serious-light;
2495
- }
2496
- &.ant-tag-yellow {
2497
- color: $fills-light-notice-notice-dark;
2498
- background-color: $fills-light-notice-notice-light;
2499
- }
2500
- &.ant-tag-green {
2501
- color: $fills-light-positive-positive-dark;
2502
- background-color: $fills-light-positive-positive-light;
2503
- }
2504
- &.ant-tag-gray {
2505
- color: $text-light-super;
2506
- background-color: $fills-element-light-container-general;
2507
- }
2508
- &.ant-tag-purple {
2509
- color: $text-colorful-purple;
2510
- background-color: $fill-purple-light;
2511
- }
2512
-
2513
- &.ui-kit-token-checked {
2514
- color: $text-light-on-tint;
2515
- &.ant-tag-red {
2516
- background-color: $fills-light-serious-serious;
2517
- }
2518
- &.ant-tag-yellow {
2519
- background-color: $fills-light-notice-notice;
2520
- }
2521
- &.ant-tag-green {
2522
- background-color: $fills-light-positive-positive;
2523
- }
2524
- &.ant-tag-blue {
2525
- background-color: $fills-light-general-general;
2526
- }
2527
- &.ant-tag-gray {
2528
- background-color: $gray-70;
2529
- }
2530
- &.ant-tag-purple {
2531
- background-color: $fill-purple-base;
2532
- }
2533
- }
2534
- }
2535
- }
2536
-
2537
-
2538
- .E_m196gn1d {
2539
- min-width: 1280px;
2540
- }
2541
-
2542
-
2543
- .E_s1dizucg {
2544
- &.ant-switch {
2545
- min-width: 40px;
2546
- height: 24px;
2547
- background: $fills-trans-quinary-light;
2548
- overflow: hidden;
2549
- &:focus {
2550
- box-shadow: 0 0 0 2px $strokes-light-trans-1;
2551
- }
2552
- }
2553
- &.ant-switch-small {
2554
- min-width: 26px;
2555
- height: 16px;
2556
- }
2557
- &.ant-switch-large {
2558
- min-width: 52px;
2559
- height: 32px;
2560
- }
2561
-
2562
- &.ant-switch .ant-switch-handle {
2563
- height: 20px;
2564
- width: 20px;
2565
- &::before {
2566
- border-radius: 10px;
2567
- transition-delay: 120ms;
2568
- }
2569
- }
2570
- &.ant-switch-small .ant-switch-handle {
2571
- height: 14px;
2572
- width: 14px;
2573
- top: 1px;
2574
- left: 1px;
2575
- }
2576
- &.ant-switch-large .ant-switch-handle {
2577
- height: 28px;
2578
- width: 28px;
2579
- &::before {
2580
- border-radius: 14px;
2581
- }
2582
- }
2583
-
2584
- &.ant-switch-checked {
2585
- background-color: $green-60;
2586
- }
2587
- &.ant-switch-checked .ant-switch-handle {
2588
- left: calc(100% - 20px - 2px);
2589
- }
2590
- &.ant-switch-small.ant-switch-checked .ant-switch-handle {
2591
- left: calc(100% - 14px - 1px);
2592
- }
2593
- &.ant-switch-large.ant-switch-checked .ant-switch-handle {
2594
- left: calc(100% - 28px - 2px);
2595
- }
2596
- }
2597
-
2598
- .E_c1up6e3y {
2599
- margin-left: 5px;
2600
- }
2601
-
2602
-
2603
- .E_s1dni7lo {
2604
- width: 430px !important;
2605
- }
2606
-
2607
- .E_d1wwmmm5 {
2608
- .ant-select-item-group {
2609
- padding: 8px 16px;
2610
- line-height: 18px;
2611
- border-top: 1px solid rgba(211, 218, 235, 0.6);
2612
- height: 34px;
2613
- min-height: 34px;
2614
- box-sizing: border-box;
2615
- margin-top: 8px;
2616
- }
2617
- }
2618
-
2619
- .E_o1ugr09p {
2620
- display: flex;
2621
- flex-direction: column;
2622
- margin: 1px 8px;
2623
- padding: 8px;
2624
- border-radius: 4px;
2625
-
2626
- .selected-icon {
2627
- display: none;
2628
- }
2629
-
2630
- &.ant-select-item-option-grouped {
2631
- padding-left: 8px;
2632
- }
2633
-
2634
- &.ant-select-item-option-selected {
2635
- background-color: white;
2636
- .timezone-title {
2637
- color: #0080ff;
2638
- }
2639
- .selected-icon {
2640
- display: block;
2641
- }
2642
- }
2643
-
2644
- &.ant-select-item-option-active {
2645
- background: rgba(0, 136, 255, 0.16);
2646
- .timezone-title {
2647
- color: #0080ff;
2648
- }
2649
- .timezone-tag {
2650
- background: rgba(0, 136, 255, 0.1);
2651
- color: #0080ff;
2652
- }
2653
- }
2654
- }
2655
-
2656
- .E_o1ifxsq4 {
2657
- display: flex;
2658
- justify-content: space-between;
2659
- height: 20px;
2660
- line-height: 20px;
2661
-
2662
- .timezone-title {
2663
- color: #2d3a56;
2664
- overflow: hidden;
2665
- text-overflow: ellipsis;
2666
- }
2667
- }
2668
-
2669
- .E_o1zue7 {
2670
- display: flex;
2671
- justify-content: space-between;
2672
- color: $text-light-secondary;
2673
- height: 18px;
2674
- line-height: 18px;
2675
- margin-top: 2px;
2676
- }
2677
-
2678
- .E_tyfmlxg {
2679
- border: none;
2680
- margin-right: 0;
2681
- background: rgba(225, 230, 241, 0.6);
2668
+
2669
+ .E_t1il0kvi {
2670
+ @include Inter(500);
2671
+ @include Monospace();
2672
+ font-size: 12px;
2673
+ line-height: 18px;
2682
2674
  }
2683
2675
 
2684
- .E_o18uybox {
2685
- pointer-events: none;
2686
- height: 32px;
2687
- width: 100%;
2688
- opacity: 0;
2676
+ .E_t10dv8p1 {
2677
+ @include Inter();
2678
+ @include Slashed();
2679
+ font-size: 12px;
2680
+ line-height: 18px;
2689
2681
  }
2690
2682
 
2683
+ .E_tc2oqpq {
2684
+ @include Inter(500);
2685
+ @include Slashed();
2686
+ font-size: 12px;
2687
+ line-height: 18px;
2688
+ }
2691
2689
 
2692
- .E_t1m2x205 {
2693
- .ant-tooltip-arrow {
2694
- display: none;
2695
- }
2696
- .ant-tooltip-inner {
2697
- background: $gray-a80-9;
2698
- border-radius: 4px;
2699
- &:has(.eagle-ellipsis-content) {
2700
- visibility: hidden;
2701
- }
2702
- }
2690
+ .E_tzvddmc {
2691
+ @include Inter(bold);
2692
+ @include Slashed();
2693
+ font-size: 16px;
2694
+ line-height: 24px;
2703
2695
  }
2704
2696
 
2697
+ .E_u18llj45 {
2698
+ @include Inter();
2699
+ font-size: 10px;
2700
+ line-height: 12px;
2701
+ }
2705
2702
 
2706
- .E_ccrbeuz {
2707
- .ant-collapse-item {
2708
- border: 0px;
2709
- background-color: $fills-light-white;
2710
2703
 
2711
- .ant-collapse-header {
2712
- padding-top: 0px;
2713
- padding-bottom: 0px;
2714
- padding-left: 0px !important;
2715
- padding-right: 24px;
2716
- .ant-collapse-arrow {
2717
- right: 0px;
2718
- }
2719
- }
2720
- .ant-collapse-content {
2721
- .ant-collapse-content-box {
2722
- padding: 0px;
2723
- }
2724
- }
2704
+ .E_a1b5xrg3 {
2705
+ .user-icon-inner {
2706
+ display: inline-flex;
2707
+ align-items: center;
2708
+ justify-content: center;
2709
+ color: $white;
2710
+ font-weight: bold;
2711
+ font-size: 12px;
2712
+ width: 24px;
2713
+ height: 24px;
2714
+ border-radius: 50%;
2715
+ background: var(--a1b5xrg3-0);
2725
2716
  }
2726
- }
2717
+ &.btn-item {
2718
+ transition: all 160ms ease;
2719
+ cursor: pointer;
2720
+ width: 56px;
2721
+ height: 40px;
2722
+ display: inline-flex;
2723
+ align-items: center;
2724
+ justify-content: center;
2725
+ border-radius: 6px;
2727
2726
 
2728
- .E_c1fljvag {
2729
- .ant-collapse-item {
2730
- .ant-collapse-header {
2731
- padding-right: 0px;
2732
- cursor: default;
2727
+ &:hover {
2728
+ box-shadow:
2729
+ 0px 0px 20px rgba(107, 125, 153, 0.18),
2730
+ 0px 25px 80px rgba(45, 58, 86, 0.3);
2733
2731
  }
2734
- }
2735
- }
2736
2732
 
2737
-
2738
- .E_c1yyuluq {
2739
- border-radius: 8px;
2740
- .ant-card-body {
2741
- padding: 20px 24px 24px 24px;
2733
+ &:active {
2734
+ transform: translateY(2px);
2735
+ transition: all 320ms ease;
2736
+ }
2742
2737
  }
2743
2738
  }
2744
2739
 
2745
2740
 
2746
- .E_suhck3k {
2747
- height: 24px;
2748
- width: 24px;
2749
- border-radius: 6px;
2750
- padding: 4px;
2751
- &:hover {
2752
- background-color: $fill-outstanding-light;
2753
- svg {
2754
- path {
2755
- fill: blue;
2756
- }
2757
- }
2758
- }
2741
+ .E_m196gn1d {
2742
+ min-width: 1280px;
2759
2743
  }
2760
2744
 
2761
2745
 
@@ -2797,23 +2781,6 @@
2797
2781
  }
2798
2782
 
2799
2783
 
2800
- .E_ryby9ds {
2801
- display: flex;
2802
- align-items: center;
2803
- .order {
2804
- height: 24px;
2805
- width: 24px;
2806
- border-radius: 20px;
2807
- color: $text-light-general;
2808
- background: $fill-light-element-container-outstanding;
2809
- display: flex;
2810
- align-items: center;
2811
- justify-content: center;
2812
- margin-right: 6px;
2813
- }
2814
- }
2815
-
2816
-
2817
2784
  .E_hrhfj7c {
2818
2785
  display: none;
2819
2786
  }
@@ -3006,6 +2973,39 @@
3006
2973
  }
3007
2974
 
3008
2975
 
2976
+ .E_suhck3k {
2977
+ height: 24px;
2978
+ width: 24px;
2979
+ border-radius: 6px;
2980
+ padding: 4px;
2981
+ &:hover {
2982
+ background-color: $fill-outstanding-light;
2983
+ svg {
2984
+ path {
2985
+ fill: blue;
2986
+ }
2987
+ }
2988
+ }
2989
+ }
2990
+
2991
+
2992
+ .E_ryby9ds {
2993
+ display: flex;
2994
+ align-items: center;
2995
+ .order {
2996
+ height: 24px;
2997
+ width: 24px;
2998
+ border-radius: 20px;
2999
+ color: $text-light-general;
3000
+ background: $fill-light-element-container-outstanding;
3001
+ display: flex;
3002
+ align-items: center;
3003
+ justify-content: center;
3004
+ margin-right: 6px;
3005
+ }
3006
+ }
3007
+
3008
+
3009
3009
  .E_s17wv897 {
3010
3010
  &.ant-select,
3011
3011
  &.ant-select div.ant-select-selector {
@@ -3378,6 +3378,22 @@
3378
3378
  }
3379
3379
 
3380
3380
 
3381
+ .E_w1dxz879 {
3382
+ display: flex;
3383
+ flex-direction: column;
3384
+ gap: 6px;
3385
+ .ellipsis-tooltip {
3386
+ max-height: var(--w1dxz879-0);
3387
+ text-overflow: clip;
3388
+ overflow: hidden;
3389
+ }
3390
+ .tips {
3391
+ color: #fff;
3392
+ opacity: 0.8;
3393
+ }
3394
+ }
3395
+
3396
+
3381
3397
  .E_h12yihis {
3382
3398
  height: 50px;
3383
3399
  border-bottom: 2px solid #edf0f7;
@@ -3648,43 +3664,6 @@
3648
3664
  }
3649
3665
 
3650
3666
 
3651
- .E_w1dxz879 {
3652
- display: flex;
3653
- flex-direction: column;
3654
- gap: 6px;
3655
- .ellipsis-tooltip {
3656
- max-height: var(--w1dxz879-0);
3657
- text-overflow: clip;
3658
- overflow: hidden;
3659
- }
3660
- .tips {
3661
- color: #fff;
3662
- opacity: 0.8;
3663
- }
3664
- }
3665
-
3666
-
3667
- .E_r77hffu {
3668
- display: flex;
3669
- align-items: center;
3670
- justify-content: space-between;
3671
- column-gap: 6px;
3672
- }
3673
-
3674
- .E_p1cmxsf7 {
3675
- display: flex;
3676
- flex-direction: column;
3677
- justify-content: center;
3678
- row-gap: var(--p1cmxsf7-0);
3679
-
3680
- .antd5-progress-line {
3681
- font-size: 0;
3682
- margin-bottom: unset;
3683
- margin-inline-end: unset;
3684
- }
3685
- }
3686
-
3687
-
3688
3667
  .E_s11wux3h {
3689
3668
  .antd5-segmented-item:not(:last-child) {
3690
3669
  margin-right: 2px;
@@ -3732,62 +3711,35 @@
3732
3711
  ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(
3733
3712
  .antd5-segmented-item-disabled
3734
3713
  ) {
3735
- background-color: transparent;
3736
- }
3737
- // remove after's bg color
3738
- &.antd5-segmented
3739
- .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(
3740
- .antd5-segmented-item-disabled
3741
- )::after {
3742
- background-color: transparent;
3743
- }
3744
- }
3745
-
3746
-
3747
- .E_c1kghdax {
3748
- color: $text-primary-light;
3749
- padding: 7px 12px;
3750
- display: flex;
3751
- justify-content: space-between;
3752
- align-items: center;
3753
-
3754
- &.has-arrow {
3755
- padding-left: 10px;
3756
-
3757
- .title-wrapper {
3758
- cursor: pointer;
3759
- color: $text-light-primary;
3760
-
3761
- &.is-open {
3762
- color: $text-primary-light;
3763
- font-weight: 600;
3764
-
3765
- .collapse-arrow {
3766
- transform: rotate(90deg);
3767
- }
3768
- }
3769
- }
3714
+ background-color: transparent;
3770
3715
  }
3771
-
3772
- .sub-info {
3773
- font-size: 12px;
3774
- line-height: 18px;
3716
+ // remove after's bg color
3717
+ &.antd5-segmented
3718
+ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(
3719
+ .antd5-segmented-item-disabled
3720
+ )::after {
3721
+ background-color: transparent;
3775
3722
  }
3723
+ }
3776
3724
 
3777
- .title-wrapper {
3778
- display: flex;
3779
- align-items: center;
3780
- user-select: none;
3781
- flex-grow: 1;
3782
- font-size: 12px;
3783
- line-height: 18px;
3784
- color: $text-primary-light;
3785
- font-weight: 700;
3786
- }
3787
3725
 
3788
- .collapse-arrow {
3789
- transition: all 50ms ease-out 0ms;
3790
- margin-right: 2px;
3726
+ .E_r77hffu {
3727
+ display: flex;
3728
+ align-items: center;
3729
+ justify-content: space-between;
3730
+ column-gap: 6px;
3731
+ }
3732
+
3733
+ .E_p1cmxsf7 {
3734
+ display: flex;
3735
+ flex-direction: column;
3736
+ justify-content: center;
3737
+ row-gap: var(--p1cmxsf7-0);
3738
+
3739
+ .antd5-progress-line {
3740
+ font-size: 0;
3741
+ margin-bottom: unset;
3742
+ margin-inline-end: unset;
3791
3743
  }
3792
3744
  }
3793
3745
 
@@ -3800,11 +3752,6 @@
3800
3752
  }
3801
3753
 
3802
3754
 
3803
- .E_c1yd35n {
3804
- padding: 0 12px 14px 12px;
3805
- }
3806
-
3807
-
3808
3755
  .E_t1tbywr9 {
3809
3756
  width: 100%;
3810
3757
  flex: 1;
@@ -4117,90 +4064,6 @@
4117
4064
  }
4118
4065
 
4119
4066
 
4120
- .E_sddwhm6 {
4121
- $prefix: ui-kit-status-capsule;
4122
- margin: 0;
4123
- border-radius: 20px;
4124
- padding: 2px 10px;
4125
- height: 22px;
4126
-
4127
- &.ant-tag.#{$prefix}.off-white {
4128
- background-color: $fill-neutral-trans-1 !important;
4129
- &.tag-hover:hover,
4130
- &.__pseudo-states-hover {
4131
- background-color: $fill-neutral-trans-2 !important;
4132
- }
4133
- }
4134
- &.ant-tag.#{$prefix} {
4135
- color: $text-neutral-primary;
4136
- .#{$prefix}-icon {
4137
- margin-right: 6px;
4138
- }
4139
- .#{$prefix}-number {
4140
- margin-left: 8px;
4141
- color: #2C385299;
4142
- }
4143
- &.ant-tag-blue {
4144
- background-color: $fill-outstanding-light;
4145
- .#{$prefix}-icon {
4146
- background-color: $fill-outstanding-base;
4147
- }
4148
- &.tag-hover:hover,
4149
- &.__pseudo-states-hover {
4150
- background-color: $fill-outstanding-light-hover;
4151
- }
4152
- }
4153
- &.ant-tag-red {
4154
- background-color: $fill-serious-light;
4155
- .#{$prefix}-icon {
4156
- background-color: $fill-serious-base;
4157
- }
4158
- &.tag-hover:hover,
4159
- &.__pseudo-states-hover {
4160
- background-color: $fill-serious-light-hover;
4161
- }
4162
- }
4163
- &.ant-tag-yellow {
4164
- background-color: $fill-notice-light;
4165
- .#{$prefix}-icon {
4166
- background-color: $fill-notice-base;
4167
- }
4168
- &.tag-hover:hover,
4169
- &.__pseudo-states-hover {
4170
- background-color: $fill-notice-light-hover;
4171
- }
4172
- }
4173
- &.ant-tag-green {
4174
- background-color: $fill-positive-light;
4175
- .#{$prefix}-icon {
4176
- background-color: $fill-positive-base;
4177
- }
4178
- &.tag-hover:hover,
4179
- &.__pseudo-states-hover {
4180
- background-color: $fill-positive-light-hover;
4181
- }
4182
- }
4183
- &.ant-tag-gray {
4184
- background-color: $fill-neutral-trans-2;
4185
- .#{$prefix}-icon:not(.ui-kit-status-capsule-icon-loading) {
4186
- background-color: $gray-70;
4187
- }
4188
- &.tag-hover:hover,
4189
- &.__pseudo-states-hover {
4190
- background-color: $fill-neutral-trans-3-trans-2-hover;
4191
- }
4192
- }
4193
- }
4194
- }
4195
-
4196
- .E_satwmqm {
4197
- width: 8px;
4198
- height: 8px;
4199
- border-radius: 50%;
4200
- display: inline-block;
4201
- }
4202
-
4203
-
4204
4067
  .E_l48ei06 {
4205
4068
  @at-root {
4206
4069
  button#{&}.ant-btn,
@@ -4234,264 +4097,93 @@
4234
4097
  }
4235
4098
  &.ui-kit-link-primary {
4236
4099
  color: #00122E;
4237
-
4238
- &:hover,
4239
- &.__pseudo-states-hover {
4240
- color: #0080FF;
4241
- }
4242
-
4243
- &:active,
4244
- &.__pseudo-states-active {
4245
- color: #005ED1;
4246
- }
4247
-
4248
- &.ui-kit-link-disabled {
4249
- color: #00122E;
4250
- }
4251
- }
4252
-
4253
- &.ui-kit-link-secondary {
4254
- color: #2C3852BF;
4255
-
4256
- &:hover,
4257
- &.__pseudo-states-hover {
4258
- color: #0080FF;
4259
- }
4260
-
4261
- &:active,
4262
- &.__pseudo-states-active {
4263
- color: #005ED1;
4264
- }
4265
-
4266
- &.ui-kit-link-disabled {
4267
- color: #2C3852BF;
4268
- }
4269
- }
4270
- }
4271
- }
4272
- }
4273
-
4274
-
4275
- .E_sjob3jg {
4276
- $item: ant-steps-item;
4277
- --item-min-width: 60px;
4278
- .#{$item} {
4279
- &-tail,
4280
- &-icon {
4281
- display: none !important;
4282
- }
4283
- }
4284
- .#{$item}.#{$item}-active {
4285
- flex-shrink: 0 !important;
4286
- .step-item-prefix-container {
4287
- color: $text-colorful-outstanding;
4288
- }
4289
- .#{$item}-container .#{$item}-content .#{$item}-title {
4290
- color: $text-colorful-outstanding;
4291
- font-weight: normal;
4292
- }
4293
- }
4294
- .#{$item}.#{$item}-finish {
4295
- .#{$item}-container .#{$item}-content .#{$item}-title,
4296
- & .#{$item}-container:hover .#{$item}-content .#{$item}-title {
4297
- color: $text-neutral-tertiary;
4298
- }
4299
- }
4300
- .#{$item}.#{$item}-wait {
4301
- .#{$item}-container .#{$item}-content .#{$item}-title {
4302
- color: $text-neutral-primary;
4303
- }
4304
- }
4305
- .step-item-text {
4306
- display: inline-block;
4307
- }
4308
- .step-item-title {
4309
- overflow: hidden;
4310
- white-space: nowrap;
4311
- text-overflow: ellipsis;
4312
- }
4313
- }
4314
-
4315
- .E_hjvj6s6 {
4316
- $item: ant-steps-item;
4317
- @mixin rightTriangle($color: $fills-light-trans-1) {
4318
- content: "";
4319
- width: 0;
4320
- height: 0;
4321
- border: 13px solid transparent;
4322
- position: absolute;
4323
- top: 0;
4324
- border-left: 8px solid $color;
4325
- }
4326
- .#{$item}-container {
4327
- min-width: var(--item-min-width);
4328
- }
4329
- .#{$item}-disabled {
4330
- cursor: not-allowed !important;
4331
- }
4332
- .ant-steps-horizontal.ant-steps-label-horizontal {
4333
- flex-direction: row;
4334
- justify-content: stretch;
4335
- .#{$item} {
4336
- padding: 0;
4337
- margin-right: 4px;
4338
- flex: 1;
4339
- overflow: visible;
4340
- .#{$item}-content {
4341
- width: 100%;
4342
- min-height: unset;
4343
- .#{$item}-title {
4344
- height: 26px;
4345
- line-height: 26px;
4346
- width: 100%;
4347
- padding: 0;
4348
- font-size: 12px;
4349
- .step-count {
4350
- margin-right: 10px;
4351
- }
4352
- &::after {
4353
- display: none;
4354
- }
4355
- }
4356
- }
4357
- &:first-child {
4358
- .#{$item}-container {
4359
- padding-left: 8px;
4360
- padding-right: 4px;
4361
- border-radius: 4px 0 0 4px;
4100
+
4101
+ &:hover,
4102
+ &.__pseudo-states-hover {
4103
+ color: #0080FF;
4362
4104
  }
4363
- }
4364
- &:last-child {
4365
- margin-right: 0;
4366
- .#{$item}-container {
4367
- padding-right: 8px;
4368
- padding-left: 12px;
4369
- border-radius: 0 4px 4px 0;
4105
+
4106
+ &:active,
4107
+ &.__pseudo-states-active {
4108
+ color: #005ED1;
4370
4109
  }
4371
- }
4372
- &:not(&:last-child) {
4373
- &::after {
4374
- @include rightTriangle();
4375
- z-index: 2;
4376
- position: relative;
4377
- top: -50%;
4378
- right: -100%;
4110
+
4111
+ &.ui-kit-link-disabled {
4112
+ color: #00122E;
4379
4113
  }
4380
4114
  }
4381
- &:not(:first-child):not(:last-child) {
4382
- .#{$item}-container {
4383
- padding: 0 4px 0 12px;
4115
+
4116
+ &.ui-kit-link-secondary {
4117
+ color: #2C3852BF;
4118
+
4119
+ &:hover,
4120
+ &.__pseudo-states-hover {
4121
+ color: #0080FF;
4384
4122
  }
4385
- }
4386
- &:not(&:first-child) {
4387
- &::before {
4388
- @include rightTriangle(#fff);
4389
- left: 0;
4123
+
4124
+ &:active,
4125
+ &.__pseudo-states-active {
4126
+ color: #005ED1;
4127
+ }
4128
+
4129
+ &.ui-kit-link-disabled {
4130
+ color: #2C3852BF;
4390
4131
  }
4391
4132
  }
4392
4133
  }
4393
- .#{$item}-active {
4394
- max-width: calc(100% - var(--item-min-width) * 2);
4395
- .#{$item}-container {
4396
- background-color: $fills-light-general-general-light;
4397
- }
4398
- &::after {
4399
- border-left-color: $fills-light-general-general-light !important;
4400
- }
4401
- }
4402
- .#{$item}-finish {
4403
- cursor: pointer;
4404
- min-width: var(--item-min-width);
4405
- }
4406
- .#{$item}-wait,
4407
- .#{$item}-finish {
4408
- min-width: var(--item-min-width);
4409
- .#{$item}-container {
4410
- background-color: $fills-light-trans-1;
4411
- }
4412
- }
4413
- }
4414
- .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(
4415
- .ant-steps-vertical
4416
- )
4417
- .#{$item} {
4418
- padding: 0;
4419
4134
  }
4420
4135
  }
4421
4136
 
4422
- .E_v4tv3mf {
4423
- $item: ant-steps-item;
4424
- .ant-steps.ant-steps-vertical {
4425
- width: 192px;
4426
- row-gap: 2px;
4427
4137
 
4428
- .preview-mode:not(.#{$item}-active) .#{$item}-container {
4429
- &:hover {
4430
- background-color: $fill-neutral-trans-2;
4431
- }
4432
- .#{$item}-title {
4433
- color: $text-neutral-primary !important;
4434
- }
4435
- }
4436
- .#{$item}:not(.#{$item}-active):not(.#{$item}-disabled)
4437
- .#{$item}-container:hover {
4438
- background-color: $fill-neutral-trans-2;
4439
- }
4440
- .#{$item}-container {
4441
- padding: 0 8px;
4442
- border-radius: 4px;
4443
- height: 32px;
4444
- display: flex;
4445
- align-items: center;
4446
- .#{$item}-content {
4447
- min-height: auto;
4448
- white-space: nowrap;
4449
- & .ant-steps-item-title {
4450
- font-size: 13px;
4451
- line-height: 20px;
4452
- max-width: 100%;
4453
- padding-right: 0;
4138
+ .E_c1yd35n {
4139
+ padding: 0 12px 14px 12px;
4140
+ }
4141
+
4142
+
4143
+ .E_c1kghdax {
4144
+ color: $text-primary-light;
4145
+ padding: 7px 12px;
4146
+ display: flex;
4147
+ justify-content: space-between;
4148
+ align-items: center;
4149
+
4150
+ &.has-arrow {
4151
+ padding-left: 10px;
4152
+
4153
+ .title-wrapper {
4154
+ cursor: pointer;
4155
+ color: $text-light-primary;
4156
+
4157
+ &.is-open {
4158
+ color: $text-primary-light;
4159
+ font-weight: 600;
4160
+
4161
+ .collapse-arrow {
4162
+ transform: rotate(90deg);
4454
4163
  }
4455
4164
  }
4456
4165
  }
4457
- .#{$item}-active {
4458
- .ant-steps-item-container {
4459
- background: rgba($blue-60, 0.1);
4460
- }
4461
- }
4462
4166
  }
4463
- }
4464
4167
 
4465
- .E_h6l1tj4 {
4466
- width: 100%;
4467
- display: inline-flex;
4468
- align-items: center;
4469
- justify-content: center;
4470
- column-gap: 4px;
4471
- .step-item-prefix-container {
4472
- display: inline-flex;
4473
- align-items: center;
4474
- width: 18px;
4475
- height: 18px;
4476
- color: $gray-a75-8;
4477
- justify-content: center;
4168
+ .sub-info {
4169
+ font-size: 12px;
4170
+ line-height: 18px;
4478
4171
  }
4479
- }
4480
4172
 
4481
- .E_v18frne8 {
4482
- width: 100%;
4483
- display: flex;
4484
- align-items: center;
4485
- justify-content: center;
4486
- column-gap: 6px;
4487
- font-size: 13px;
4488
- .step-item-prefix-container {
4489
- display: inline-flex;
4173
+ .title-wrapper {
4174
+ display: flex;
4490
4175
  align-items: center;
4491
- min-width: 20px;
4492
- min-height: 20px;
4493
- color: $gray-a75-8;
4494
- justify-content: center;
4176
+ user-select: none;
4177
+ flex-grow: 1;
4178
+ font-size: 12px;
4179
+ line-height: 18px;
4180
+ color: $text-primary-light;
4181
+ font-weight: 700;
4182
+ }
4183
+
4184
+ .collapse-arrow {
4185
+ transition: all 50ms ease-out 0ms;
4186
+ margin-right: 2px;
4495
4187
  }
4496
4188
  }
4497
4189
 
@@ -4955,19 +4647,103 @@
4955
4647
  animation: loading-indicator2 1100ms ease-out infinite;
4956
4648
  }
4957
4649
 
4958
- .E_l17lbdo6 {
4959
- position: absolute;
4960
- width: 5px;
4961
- height: 48px;
4962
- left: 52.9px;
4963
- top: 51.8px;
4964
-
4965
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
4966
- border-radius: 5px;
4967
- transform: rotate(112deg);
4968
- transform-origin: top left;
4969
-
4970
- animation: loading-indicator3 1100ms ease-out infinite;
4650
+ .E_l17lbdo6 {
4651
+ position: absolute;
4652
+ width: 5px;
4653
+ height: 48px;
4654
+ left: 52.9px;
4655
+ top: 51.8px;
4656
+
4657
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
4658
+ border-radius: 5px;
4659
+ transform: rotate(112deg);
4660
+ transform-origin: top left;
4661
+
4662
+ animation: loading-indicator3 1100ms ease-out infinite;
4663
+ }
4664
+
4665
+
4666
+ .E_sddwhm6 {
4667
+ $prefix: ui-kit-status-capsule;
4668
+ margin: 0;
4669
+ border-radius: 20px;
4670
+ padding: 2px 10px;
4671
+ height: 22px;
4672
+
4673
+ &.ant-tag.#{$prefix}.off-white {
4674
+ background-color: $fill-neutral-trans-1 !important;
4675
+ &.tag-hover:hover,
4676
+ &.__pseudo-states-hover {
4677
+ background-color: $fill-neutral-trans-2 !important;
4678
+ }
4679
+ }
4680
+ &.ant-tag.#{$prefix} {
4681
+ color: $text-neutral-primary;
4682
+ .#{$prefix}-icon {
4683
+ margin-right: 6px;
4684
+ }
4685
+ .#{$prefix}-number {
4686
+ margin-left: 8px;
4687
+ color: #2C385299;
4688
+ }
4689
+ &.ant-tag-blue {
4690
+ background-color: $fill-outstanding-light;
4691
+ .#{$prefix}-icon {
4692
+ background-color: $fill-outstanding-base;
4693
+ }
4694
+ &.tag-hover:hover,
4695
+ &.__pseudo-states-hover {
4696
+ background-color: $fill-outstanding-light-hover;
4697
+ }
4698
+ }
4699
+ &.ant-tag-red {
4700
+ background-color: $fill-serious-light;
4701
+ .#{$prefix}-icon {
4702
+ background-color: $fill-serious-base;
4703
+ }
4704
+ &.tag-hover:hover,
4705
+ &.__pseudo-states-hover {
4706
+ background-color: $fill-serious-light-hover;
4707
+ }
4708
+ }
4709
+ &.ant-tag-yellow {
4710
+ background-color: $fill-notice-light;
4711
+ .#{$prefix}-icon {
4712
+ background-color: $fill-notice-base;
4713
+ }
4714
+ &.tag-hover:hover,
4715
+ &.__pseudo-states-hover {
4716
+ background-color: $fill-notice-light-hover;
4717
+ }
4718
+ }
4719
+ &.ant-tag-green {
4720
+ background-color: $fill-positive-light;
4721
+ .#{$prefix}-icon {
4722
+ background-color: $fill-positive-base;
4723
+ }
4724
+ &.tag-hover:hover,
4725
+ &.__pseudo-states-hover {
4726
+ background-color: $fill-positive-light-hover;
4727
+ }
4728
+ }
4729
+ &.ant-tag-gray {
4730
+ background-color: $fill-neutral-trans-2;
4731
+ .#{$prefix}-icon:not(.ui-kit-status-capsule-icon-loading) {
4732
+ background-color: $gray-70;
4733
+ }
4734
+ &.tag-hover:hover,
4735
+ &.__pseudo-states-hover {
4736
+ background-color: $fill-neutral-trans-3-trans-2-hover;
4737
+ }
4738
+ }
4739
+ }
4740
+ }
4741
+
4742
+ .E_satwmqm {
4743
+ width: 8px;
4744
+ height: 8px;
4745
+ border-radius: 50%;
4746
+ display: inline-block;
4971
4747
  }
4972
4748
 
4973
4749
 
@@ -5634,46 +5410,270 @@
5634
5410
  .eagle-table-form-row {
5635
5411
  border-bottom: 1px solid $fills-light-trans-2;
5636
5412
  }
5637
- }
5638
- &.row-split-by-zebraMarking {
5639
- .draggable-container {
5640
- & > :nth-child(2n) {
5641
- background-color: $fills-trans-primary-light;
5413
+ }
5414
+ &.row-split-by-zebraMarking {
5415
+ .draggable-container {
5416
+ & > :nth-child(2n) {
5417
+ background-color: $fills-trans-primary-light;
5418
+ }
5419
+ }
5420
+ }
5421
+ }
5422
+
5423
+ .E_a138syjm {
5424
+ display: flex;
5425
+ align-items: center;
5426
+ margin-top: 8px;
5427
+ gap: 8px;
5428
+
5429
+ button.ant-btn {
5430
+ padding: 2px 8px;
5431
+ height: 24px;
5432
+ }
5433
+ & > span.maximum-desc {
5434
+ display: none;
5435
+ color: $text-secondary-light;
5436
+ &.disabled {
5437
+ display: inline;
5438
+ }
5439
+ }
5440
+ }
5441
+
5442
+ .E_d77i8u0 {
5443
+ width: 24px;
5444
+ height: 24px;
5445
+ padding: 4px;
5446
+ margin-right: 8px;
5447
+ }
5448
+
5449
+
5450
+ .E_i1g85yz3 {
5451
+ margin-right: 4px;
5452
+ height: 16px;
5453
+ }
5454
+
5455
+
5456
+ .E_sjob3jg {
5457
+ $item: ant-steps-item;
5458
+ --item-min-width: 60px;
5459
+ .#{$item} {
5460
+ &-tail,
5461
+ &-icon {
5462
+ display: none !important;
5463
+ }
5464
+ }
5465
+ .#{$item}.#{$item}-active {
5466
+ flex-shrink: 0 !important;
5467
+ .step-item-prefix-container {
5468
+ color: $text-colorful-outstanding;
5469
+ }
5470
+ .#{$item}-container .#{$item}-content .#{$item}-title {
5471
+ color: $text-colorful-outstanding;
5472
+ font-weight: normal;
5473
+ }
5474
+ }
5475
+ .#{$item}.#{$item}-finish {
5476
+ .#{$item}-container .#{$item}-content .#{$item}-title,
5477
+ & .#{$item}-container:hover .#{$item}-content .#{$item}-title {
5478
+ color: $text-neutral-tertiary;
5479
+ }
5480
+ }
5481
+ .#{$item}.#{$item}-wait {
5482
+ .#{$item}-container .#{$item}-content .#{$item}-title {
5483
+ color: $text-neutral-primary;
5484
+ }
5485
+ }
5486
+ .step-item-text {
5487
+ display: inline-block;
5488
+ }
5489
+ .step-item-title {
5490
+ overflow: hidden;
5491
+ white-space: nowrap;
5492
+ text-overflow: ellipsis;
5493
+ }
5494
+ }
5495
+
5496
+ .E_hjvj6s6 {
5497
+ $item: ant-steps-item;
5498
+ @mixin rightTriangle($color: $fills-light-trans-1) {
5499
+ content: "";
5500
+ width: 0;
5501
+ height: 0;
5502
+ border: 13px solid transparent;
5503
+ position: absolute;
5504
+ top: 0;
5505
+ border-left: 8px solid $color;
5506
+ }
5507
+ .#{$item}-container {
5508
+ min-width: var(--item-min-width);
5509
+ }
5510
+ .#{$item}-disabled {
5511
+ cursor: not-allowed !important;
5512
+ }
5513
+ .ant-steps-horizontal.ant-steps-label-horizontal {
5514
+ flex-direction: row;
5515
+ justify-content: stretch;
5516
+ .#{$item} {
5517
+ padding: 0;
5518
+ margin-right: 4px;
5519
+ flex: 1;
5520
+ overflow: visible;
5521
+ .#{$item}-content {
5522
+ width: 100%;
5523
+ min-height: unset;
5524
+ .#{$item}-title {
5525
+ height: 26px;
5526
+ line-height: 26px;
5527
+ width: 100%;
5528
+ padding: 0;
5529
+ font-size: 12px;
5530
+ .step-count {
5531
+ margin-right: 10px;
5532
+ }
5533
+ &::after {
5534
+ display: none;
5535
+ }
5536
+ }
5537
+ }
5538
+ &:first-child {
5539
+ .#{$item}-container {
5540
+ padding-left: 8px;
5541
+ padding-right: 4px;
5542
+ border-radius: 4px 0 0 4px;
5543
+ }
5544
+ }
5545
+ &:last-child {
5546
+ margin-right: 0;
5547
+ .#{$item}-container {
5548
+ padding-right: 8px;
5549
+ padding-left: 12px;
5550
+ border-radius: 0 4px 4px 0;
5551
+ }
5552
+ }
5553
+ &:not(&:last-child) {
5554
+ &::after {
5555
+ @include rightTriangle();
5556
+ z-index: 2;
5557
+ position: relative;
5558
+ top: -50%;
5559
+ right: -100%;
5560
+ }
5561
+ }
5562
+ &:not(:first-child):not(:last-child) {
5563
+ .#{$item}-container {
5564
+ padding: 0 4px 0 12px;
5565
+ }
5566
+ }
5567
+ &:not(&:first-child) {
5568
+ &::before {
5569
+ @include rightTriangle(#fff);
5570
+ left: 0;
5571
+ }
5572
+ }
5573
+ }
5574
+ .#{$item}-active {
5575
+ max-width: calc(100% - var(--item-min-width) * 2);
5576
+ .#{$item}-container {
5577
+ background-color: $fills-light-general-general-light;
5578
+ }
5579
+ &::after {
5580
+ border-left-color: $fills-light-general-general-light !important;
5581
+ }
5582
+ }
5583
+ .#{$item}-finish {
5584
+ cursor: pointer;
5585
+ min-width: var(--item-min-width);
5586
+ }
5587
+ .#{$item}-wait,
5588
+ .#{$item}-finish {
5589
+ min-width: var(--item-min-width);
5590
+ .#{$item}-container {
5591
+ background-color: $fills-light-trans-1;
5592
+ }
5593
+ }
5594
+ }
5595
+ .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(
5596
+ .ant-steps-vertical
5597
+ )
5598
+ .#{$item} {
5599
+ padding: 0;
5600
+ }
5601
+ }
5602
+
5603
+ .E_v4tv3mf {
5604
+ $item: ant-steps-item;
5605
+ .ant-steps.ant-steps-vertical {
5606
+ width: 192px;
5607
+ row-gap: 2px;
5608
+
5609
+ .preview-mode:not(.#{$item}-active) .#{$item}-container {
5610
+ &:hover {
5611
+ background-color: $fill-neutral-trans-2;
5612
+ }
5613
+ .#{$item}-title {
5614
+ color: $text-neutral-primary !important;
5615
+ }
5616
+ }
5617
+ .#{$item}:not(.#{$item}-active):not(.#{$item}-disabled)
5618
+ .#{$item}-container:hover {
5619
+ background-color: $fill-neutral-trans-2;
5620
+ }
5621
+ .#{$item}-container {
5622
+ padding: 0 8px;
5623
+ border-radius: 4px;
5624
+ height: 32px;
5625
+ display: flex;
5626
+ align-items: center;
5627
+ .#{$item}-content {
5628
+ min-height: auto;
5629
+ white-space: nowrap;
5630
+ & .ant-steps-item-title {
5631
+ font-size: 13px;
5632
+ line-height: 20px;
5633
+ max-width: 100%;
5634
+ padding-right: 0;
5635
+ }
5636
+ }
5637
+ }
5638
+ .#{$item}-active {
5639
+ .ant-steps-item-container {
5640
+ background: rgba($blue-60, 0.1);
5642
5641
  }
5643
5642
  }
5644
5643
  }
5645
5644
  }
5646
5645
 
5647
- .E_a138syjm {
5648
- display: flex;
5646
+ .E_h6l1tj4 {
5647
+ width: 100%;
5648
+ display: inline-flex;
5649
5649
  align-items: center;
5650
- margin-top: 8px;
5651
- gap: 8px;
5652
-
5653
- button.ant-btn {
5654
- padding: 2px 8px;
5655
- height: 24px;
5656
- }
5657
- & > span.maximum-desc {
5658
- display: none;
5659
- color: $text-secondary-light;
5660
- &.disabled {
5661
- display: inline;
5662
- }
5650
+ justify-content: center;
5651
+ column-gap: 4px;
5652
+ .step-item-prefix-container {
5653
+ display: inline-flex;
5654
+ align-items: center;
5655
+ width: 18px;
5656
+ height: 18px;
5657
+ color: $gray-a75-8;
5658
+ justify-content: center;
5663
5659
  }
5664
5660
  }
5665
5661
 
5666
- .E_d77i8u0 {
5667
- width: 24px;
5668
- height: 24px;
5669
- padding: 4px;
5670
- margin-right: 8px;
5671
- }
5672
-
5673
-
5674
- .E_i1g85yz3 {
5675
- margin-right: 4px;
5676
- height: 16px;
5662
+ .E_v18frne8 {
5663
+ width: 100%;
5664
+ display: flex;
5665
+ align-items: center;
5666
+ justify-content: center;
5667
+ column-gap: 6px;
5668
+ font-size: 13px;
5669
+ .step-item-prefix-container {
5670
+ display: inline-flex;
5671
+ align-items: center;
5672
+ min-width: 20px;
5673
+ min-height: 20px;
5674
+ color: $gray-a75-8;
5675
+ justify-content: center;
5676
+ }
5677
5677
  }
5678
5678
 
5679
5679
 
@@ -5712,6 +5712,11 @@
5712
5712
  }
5713
5713
 
5714
5714
 
5715
+ .E_b1jaupqb {
5716
+ color: #F0483E;
5717
+ }
5718
+
5719
+
5715
5720
  .E_bpgac8u {
5716
5721
  color: #FFFFFF;
5717
5722
  display: flex;
@@ -5740,8 +5745,58 @@
5740
5745
  }
5741
5746
 
5742
5747
 
5743
- .E_b1jaupqb {
5744
- color: #F0483E;
5748
+ .E_t59qhqp {
5749
+ padding: 0px;
5750
+ padding-top: 5px;
5751
+ padding-left: 5px;
5752
+
5753
+ .ant-timeline-item {
5754
+ margin-bottom: 16px;
5755
+ padding-bottom: 0px;
5756
+ }
5757
+ .ant-timeline-item-last,
5758
+ .compact.ant-timeline-item-last {
5759
+ margin-bottom: 0;
5760
+ }
5761
+ .compact.ant-timeline-item {
5762
+ margin-bottom: 12px;
5763
+ }
5764
+ .info-action {
5765
+ align-self: baseline;
5766
+ }
5767
+ }
5768
+
5769
+ .E_t2e44lg {
5770
+ .ant-timeline-item-content {
5771
+ margin-left: 18px;
5772
+ }
5773
+ .item-time {
5774
+ display: flex;
5775
+ flex-direction: column;
5776
+ gap: 4px;
5777
+ margin-top: 4px;
5778
+ }
5779
+
5780
+ &:last-child {
5781
+ .ant-timeline-item-content {
5782
+ padding-bottom: 0;
5783
+ }
5784
+ }
5785
+ }
5786
+
5787
+ .E_e14ua30y {
5788
+ display: flex;
5789
+ flex-direction: column;
5790
+ align-items: center;
5791
+ justify-content: center;
5792
+ }
5793
+
5794
+ .E_s1ikqzph {
5795
+ color: #2C3852BF;
5796
+ }
5797
+
5798
+ .E_i15astnl {
5799
+ color: #00122E;
5745
5800
  }
5746
5801
 
5747
5802
 
@@ -5969,61 +6024,6 @@
5969
6024
  }
5970
6025
 
5971
6026
 
5972
- .E_t59qhqp {
5973
- padding: 0px;
5974
- padding-top: 5px;
5975
- padding-left: 5px;
5976
-
5977
- .ant-timeline-item {
5978
- margin-bottom: 16px;
5979
- padding-bottom: 0px;
5980
- }
5981
- .ant-timeline-item-last,
5982
- .compact.ant-timeline-item-last {
5983
- margin-bottom: 0;
5984
- }
5985
- .compact.ant-timeline-item {
5986
- margin-bottom: 12px;
5987
- }
5988
- .info-action {
5989
- align-self: baseline;
5990
- }
5991
- }
5992
-
5993
- .E_t2e44lg {
5994
- .ant-timeline-item-content {
5995
- margin-left: 18px;
5996
- }
5997
- .item-time {
5998
- display: flex;
5999
- flex-direction: column;
6000
- gap: 4px;
6001
- margin-top: 4px;
6002
- }
6003
-
6004
- &:last-child {
6005
- .ant-timeline-item-content {
6006
- padding-bottom: 0;
6007
- }
6008
- }
6009
- }
6010
-
6011
- .E_e14ua30y {
6012
- display: flex;
6013
- flex-direction: column;
6014
- align-items: center;
6015
- justify-content: center;
6016
- }
6017
-
6018
- .E_s1ikqzph {
6019
- color: #2C3852BF;
6020
- }
6021
-
6022
- .E_i15astnl {
6023
- color: #00122E;
6024
- }
6025
-
6026
-
6027
6027
  .E_s20iney {
6028
6028
  &.skeleton-box {
6029
6029
  display: flex;
@@ -6277,11 +6277,6 @@
6277
6277
  }
6278
6278
 
6279
6279
 
6280
- .E_t1616y1o {
6281
- color: $text-light-on-tint;
6282
- }
6283
-
6284
-
6285
6280
  .E_t1g36k2w {
6286
6281
  overflow: hidden;
6287
6282
  height: 100%;
@@ -6314,6 +6309,11 @@
6314
6309
  }
6315
6310
 
6316
6311
 
6312
+ .E_t1616y1o {
6313
+ color: $text-light-on-tint;
6314
+ }
6315
+
6316
+
6317
6317
  .E_a9y3flr {
6318
6318
  margin-left: 8px;
6319
6319
  }
@@ -6416,61 +6416,6 @@
6416
6416
  }
6417
6417
 
6418
6418
 
6419
- .E_c18bcrac {
6420
- display: inline-block;
6421
- width: 100%;
6422
- .recharts-wrapper {
6423
- margin-left: 4px;
6424
- }
6425
- }
6426
-
6427
- .E_cro7kg2 {
6428
- padding: 4px;
6429
-
6430
- .unit {
6431
- color: white;
6432
- }
6433
- }
6434
-
6435
- .E_c14wcxf0 {
6436
- display: flex;
6437
- justify-content: space-between;
6438
- align-items: center;
6439
- font-size: 13px;
6440
- line-height: 24px;
6441
- color: #cccccc;
6442
- white-space: nowrap;
6443
-
6444
- label {
6445
- margin-right: 32px;
6446
- }
6447
- }
6448
-
6449
- .E_coy29mj.E_c14wcxf0 {
6450
- font-weight: bold;
6451
- color: white;
6452
- }
6453
-
6454
- .E_s11212zy {
6455
- width: 8px;
6456
- height: 8px;
6457
- border-radius: 2px;
6458
- display: inline-block;
6459
- background: var(--s11212zy-0);
6460
- border: 1px solid $fills-light-white;
6461
- box-sizing: content-box;
6462
- margin-right: 6px;
6463
- }
6464
-
6465
- .E_p1lyky6c {
6466
- & > :first-child {
6467
- font-weight: bold;
6468
- color: white;
6469
- margin-right: 4px;
6470
- }
6471
- }
6472
-
6473
-
6474
6419
  .E_s1ebs0ra {
6475
6420
  display: flex;
6476
6421
  align-items: center;
@@ -6538,54 +6483,57 @@
6538
6483
  }
6539
6484
 
6540
6485
 
6541
- .E_gmyahx3 {
6542
- cursor: pointer;
6543
-
6544
- .link-text {
6545
- color: $text-light-tertiary;
6546
- }
6547
-
6548
- &:hover .link-text {
6549
- color: $text-light-general;
6550
- }
6551
- }
6552
-
6553
-
6554
- .E_tqjc4ui {
6555
- @at-root {
6556
- span#{&} {
6557
- margin: 0 2px;
6558
- }
6486
+ .E_c18bcrac {
6487
+ display: inline-block;
6488
+ width: 100%;
6489
+ .recharts-wrapper {
6490
+ margin-left: 4px;
6559
6491
  }
6560
6492
  }
6561
6493
 
6494
+ .E_cro7kg2 {
6495
+ padding: 4px;
6562
6496
 
6563
- .E_ou7iq30 {
6564
- overflow: hidden;
6565
- text-overflow: ellipsis;
6497
+ .unit {
6498
+ color: white;
6499
+ }
6566
6500
  }
6567
6501
 
6568
- .E_s1tui002 {
6502
+ .E_c14wcxf0 {
6503
+ display: flex;
6504
+ justify-content: space-between;
6505
+ align-items: center;
6506
+ font-size: 13px;
6507
+ line-height: 24px;
6508
+ color: #cccccc;
6569
6509
  white-space: nowrap;
6510
+
6511
+ label {
6512
+ margin-right: 32px;
6513
+ }
6570
6514
  }
6571
6515
 
6572
- .E_mxrc2zg {
6573
- display: -webkit-box;
6574
- -webkit-line-clamp: var(--mxrc2zg-0);
6575
- -webkit-box-orient: vertical;
6576
- word-break: break-all;
6516
+ .E_coy29mj.E_c14wcxf0 {
6517
+ font-weight: bold;
6518
+ color: white;
6577
6519
  }
6578
6520
 
6579
- .E_t1vv6d68 {
6580
- .ant-tooltip-arrow {
6581
- display: none;
6582
- }
6583
- .ant-tooltip-inner {
6584
- background: $gray-a80-9;
6585
- border-radius: 4px;
6586
- &:has(.eagle-ellipsis-content) {
6587
- visibility: hidden;
6588
- }
6521
+ .E_s11212zy {
6522
+ width: 8px;
6523
+ height: 8px;
6524
+ border-radius: 2px;
6525
+ display: inline-block;
6526
+ background: var(--s11212zy-0);
6527
+ border: 1px solid $fills-light-white;
6528
+ box-sizing: content-box;
6529
+ margin-right: 6px;
6530
+ }
6531
+
6532
+ .E_p1lyky6c {
6533
+ & > :first-child {
6534
+ font-weight: bold;
6535
+ color: white;
6536
+ margin-right: 4px;
6589
6537
  }
6590
6538
  }
6591
6539
 
@@ -6709,6 +6657,58 @@
6709
6657
  }
6710
6658
 
6711
6659
 
6660
+ .E_gmyahx3 {
6661
+ cursor: pointer;
6662
+
6663
+ .link-text {
6664
+ color: $text-light-tertiary;
6665
+ }
6666
+
6667
+ &:hover .link-text {
6668
+ color: $text-light-general;
6669
+ }
6670
+ }
6671
+
6672
+
6673
+ .E_tqjc4ui {
6674
+ @at-root {
6675
+ span#{&} {
6676
+ margin: 0 2px;
6677
+ }
6678
+ }
6679
+ }
6680
+
6681
+
6682
+ .E_ou7iq30 {
6683
+ overflow: hidden;
6684
+ text-overflow: ellipsis;
6685
+ }
6686
+
6687
+ .E_s1tui002 {
6688
+ white-space: nowrap;
6689
+ }
6690
+
6691
+ .E_mxrc2zg {
6692
+ display: -webkit-box;
6693
+ -webkit-line-clamp: var(--mxrc2zg-0);
6694
+ -webkit-box-orient: vertical;
6695
+ word-break: break-all;
6696
+ }
6697
+
6698
+ .E_t1vv6d68 {
6699
+ .ant-tooltip-arrow {
6700
+ display: none;
6701
+ }
6702
+ .ant-tooltip-inner {
6703
+ background: $gray-a80-9;
6704
+ border-radius: 4px;
6705
+ &:has(.eagle-ellipsis-content) {
6706
+ visibility: hidden;
6707
+ }
6708
+ }
6709
+ }
6710
+
6711
+
6712
6712
  .E_c1up1pdz {
6713
6713
  width: 648px;
6714
6714
 
@@ -6817,208 +6817,70 @@
6817
6817
  }
6818
6818
 
6819
6819
  padding-bottom: 4px;
6820
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
6821
- }
6822
-
6823
- .E_wpbf4pq {
6824
- padding: 10px 0;
6825
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
6826
-
6827
- .ant-input,
6828
- .ant-picker {
6829
- width: 80px;
6830
- margin: 0 9px;
6831
- text-align: center;
6832
- }
6833
-
6834
- .options {
6835
- padding: 12px 0 12px 16px;
6836
- border-left: 2px solid rgba(129, 138, 153, 0.6);
6837
- margin: 5px 0 5px 8px;
6838
- }
6839
- .week-day-option,
6840
- .month-day-option {
6841
- background: #f5f7fa;
6842
- box-sizing: border-box;
6843
- border-radius: 16px;
6844
- margin-right: 8px;
6845
-
6846
- &:focus {
6847
- color: inherit;
6848
- border-color: #d9d9d9;
6849
- }
6850
- }
6851
- .week-day-option {
6852
- &.active {
6853
- background-color: $blue;
6854
- border-color: $blue;
6855
- color: $white;
6856
- }
6857
- &.en-text {
6858
- width: 110px;
6859
- margin-top: 4px;
6860
- }
6861
- }
6862
- .month-day-option {
6863
- width: 32px;
6864
- padding: 0;
6865
- margin-bottom: 8px;
6866
-
6867
- &.active {
6868
- background-color: $blue;
6869
- border-color: $blue;
6870
- color: $white;
6871
- }
6872
- }
6873
- }
6874
-
6875
-
6876
- .E_s1iv0tp1 {
6877
- .enabled-switch {
6878
- display: flex;
6879
- align-items: center;
6880
- }
6881
-
6882
- .enabled-text {
6883
- margin-right: 8px;
6884
- }
6885
- }
6886
-
6887
-
6888
- .E_t1sqg15u {
6889
- background: white;
6890
-
6891
- &.inline {
6892
- .table-row {
6893
- flex-direction: column;
6894
-
6895
- > label {
6896
- padding: 0 16px 7px 0;
6897
- }
6898
- }
6899
- }
6900
-
6901
- &.has-border {
6902
- .table-header {
6903
- border-bottom: 1px solid $strokes-light-trans-1;
6904
- }
6905
-
6906
- .hiddenBorder {
6907
- border-top: none !important;
6908
- }
6909
-
6910
- .table-row + .table-row {
6911
- border-top: 1px solid $strokes-light-trans-1;
6912
- }
6913
-
6914
- .table-row:last-of-type {
6915
- padding-bottom: 0;
6916
- }
6917
- }
6918
-
6919
- &.align-right {
6920
- .content {
6921
- text-align: right;
6922
- }
6923
- }
6924
- .uuid-row {
6925
- display: flex;
6926
- justify-content: space-between;
6927
-
6928
- .id-text {
6929
- white-space: nowrap;
6930
- overflow: hidden;
6931
- text-overflow: ellipsis;
6932
- }
6933
- }
6934
- }
6935
-
6936
- .E_t4zczcp {
6937
- display: flex;
6938
- justify-content: space-between;
6939
- align-items: center;
6940
- padding: 8px;
6941
- min-height: 32px;
6942
-
6943
- .table-title {
6944
- color: $text-secondary-light;
6945
- font-weight: 600;
6946
- font-size: 12px;
6947
- line-height: 8px;
6948
- }
6949
-
6950
- .edit-icon {
6951
- font-size: 16px;
6952
- color: $strokes-translucent-2-light;
6953
- cursor: pointer;
6954
- }
6955
- }
6956
-
6957
- .E_t1s7goww {
6958
- font-size: 12px;
6959
- line-height: 18px;
6820
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
6960
6821
  }
6961
6822
 
6962
- .E_t93e4cf {
6963
- display: flex;
6964
- padding: 8px 0;
6965
- color: $text-primary-light;
6823
+ .E_wpbf4pq {
6824
+ padding: 10px 0;
6825
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
6966
6826
 
6967
- .hidden {
6968
- display: none;
6827
+ .ant-input,
6828
+ .ant-picker {
6829
+ width: 80px;
6830
+ margin: 0 9px;
6831
+ text-align: center;
6969
6832
  }
6970
6833
 
6971
- .ant-btn.ant-btn-link {
6972
- height: auto;
6834
+ .options {
6835
+ padding: 12px 0 12px 16px;
6836
+ border-left: 2px solid rgba(129, 138, 153, 0.6);
6837
+ margin: 5px 0 5px 8px;
6973
6838
  }
6839
+ .week-day-option,
6840
+ .month-day-option {
6841
+ background: #f5f7fa;
6842
+ box-sizing: border-box;
6843
+ border-radius: 16px;
6844
+ margin-right: 8px;
6974
6845
 
6975
- .content {
6976
- overflow: hidden;
6977
- overflow-x: auto;
6978
- width: 100%;
6979
- white-space: pre-wrap;
6980
-
6981
- .ant-btn {
6982
- white-space: pre-wrap;
6983
- text-align: left;
6846
+ &:focus {
6847
+ color: inherit;
6848
+ border-color: #d9d9d9;
6984
6849
  }
6985
-
6986
- .unit-chart {
6987
- justify-content: flex-start;
6850
+ }
6851
+ .week-day-option {
6852
+ &.active {
6853
+ background-color: $blue;
6854
+ border-color: $blue;
6855
+ color: $white;
6856
+ }
6857
+ &.en-text {
6858
+ width: 110px;
6859
+ margin-top: 4px;
6988
6860
  }
6989
6861
  }
6990
- }
6991
-
6992
- .E_rhz2uv5 {
6993
- width: var(--rhz2uv5-0);
6994
- flex-shrink: 0;
6995
- color: $text-secondary-light;
6996
- padding-right: 12px;
6997
- }
6998
-
6862
+ .month-day-option {
6863
+ width: 32px;
6864
+ padding: 0;
6865
+ margin-bottom: 8px;
6999
6866
 
7000
- .E_wg1tsps {
7001
- display: flex;
7002
- align-items: center;
7003
- justify-content: flex-end;
6867
+ &.active {
6868
+ background-color: $blue;
6869
+ border-color: $blue;
6870
+ color: $white;
6871
+ }
6872
+ }
7004
6873
  }
7005
6874
 
7006
- .E_b1ctd5xy {
7007
- display: flex;
7008
- align-items: center;
7009
- width: calc(100% - 40px);
7010
6875
 
7011
- .chart {
7012
- display: inline-block;
7013
- width: 100%;
6876
+ .E_s1iv0tp1 {
6877
+ .enabled-switch {
6878
+ display: flex;
6879
+ align-items: center;
7014
6880
  }
7015
- }
7016
-
7017
- .E_u1p8acpn {
7018
- min-width: 40px;
7019
6881
 
7020
- .unit {
7021
- color: $text-light-primary !important;
6882
+ .enabled-text {
6883
+ margin-right: 8px;
7022
6884
  }
7023
6885
  }
7024
6886
 
@@ -7291,25 +7153,6 @@
7291
7153
  }
7292
7154
 
7293
7155
 
7294
- .E_u15heuvq {
7295
- &.content {
7296
- cursor: default !important;
7297
- &.link {
7298
- cursor: pointer !important;
7299
- &:hover {
7300
- color: $text-colorful-outstanding;
7301
- }
7302
- }
7303
- &.black {
7304
- color: $text-neutral-primary;
7305
- }
7306
- &.gray {
7307
- color: $text-neutral-secondary;
7308
- }
7309
- }
7310
- }
7311
-
7312
-
7313
7156
  .E_s1at6qmn {
7314
7157
  &.ant-layout-sider {
7315
7158
  background: $backgrounds-light-grouped;
@@ -7362,92 +7205,249 @@
7362
7205
  }
7363
7206
  }
7364
7207
 
7365
- .ant-menu-item {
7366
- transition: none;
7367
- display: flex;
7368
- align-items: center;
7369
- height: 32px;
7370
- line-height: 22px;
7371
- padding: 0 8px;
7208
+ .ant-menu-item {
7209
+ transition: none;
7210
+ display: flex;
7211
+ align-items: center;
7212
+ height: 32px;
7213
+ line-height: 22px;
7214
+ padding: 0 8px;
7215
+
7216
+ > .icon-wrapper {
7217
+ margin-right: 12px;
7218
+ }
7219
+
7220
+ &:not(:last-child) {
7221
+ margin: 0;
7222
+ margin-bottom: 2px;
7223
+ }
7224
+ &.ant-menu-item-selected {
7225
+ background: $background-selected;
7226
+ box-shadow: $box-shadow-light-selected;
7227
+ border-radius: 6px;
7228
+ color: $text-light-on-tint;
7229
+ a {
7230
+ color: $text-light-on-tint;
7231
+ }
7232
+ }
7233
+ &:not(.ant-menu-item-selected) {
7234
+ &.ant-menu-item:hover,
7235
+ &.ant-menu-item-active {
7236
+ background: $background-onhover;
7237
+ box-shadow: $box-shadow-light-onhover;
7238
+ border-radius: 6px;
7239
+ }
7240
+ }
7241
+ }
7242
+ }
7243
+ }
7244
+
7245
+ .E_s1wu0lms {
7246
+ .ant-menu-item-group-title {
7247
+ white-space: nowrap;
7248
+ transition: all 0s;
7249
+ }
7250
+
7251
+ &.shrink {
7252
+ transition: all 0s;
7253
+ overflow: hidden;
7254
+
7255
+ .ant-menu-item-group-title {
7256
+ visibility: hidden;
7257
+ }
7258
+
7259
+ .ant-menu-item {
7260
+ width: 36px;
7261
+ padding: 0 6px;
7262
+ }
7263
+ }
7264
+ }
7265
+
7266
+ .E_n1ugzfva {
7267
+ display: flex;
7268
+ place-items: center;
7269
+ width: 100% !important;
7270
+
7271
+ &[disabled] {
7272
+ color: rgba(0, 0, 0, 0.25) !important;
7273
+ opacity: 1 !important;
7274
+ }
7275
+
7276
+ &.ant-btn {
7277
+ width: 100%;
7278
+ color: $text-light-primary;
7279
+ }
7280
+
7281
+ .icon-wrapper {
7282
+ margin-right: 12px;
7283
+ }
7284
+
7285
+ .link-title {
7286
+ flex: 1;
7287
+ overflow: hidden;
7288
+ white-space: nowrap;
7289
+ text-overflow: ellipsis;
7290
+ text-align: left;
7291
+ }
7292
+ }
7293
+
7294
+
7295
+ .E_u15heuvq {
7296
+ &.content {
7297
+ cursor: default !important;
7298
+ &.link {
7299
+ cursor: pointer !important;
7300
+ &:hover {
7301
+ color: $text-colorful-outstanding;
7302
+ }
7303
+ }
7304
+ &.black {
7305
+ color: $text-neutral-primary;
7306
+ }
7307
+ &.gray {
7308
+ color: $text-neutral-secondary;
7309
+ }
7310
+ }
7311
+ }
7312
+
7313
+
7314
+ .E_wg1tsps {
7315
+ display: flex;
7316
+ align-items: center;
7317
+ justify-content: flex-end;
7318
+ }
7319
+
7320
+ .E_b1ctd5xy {
7321
+ display: flex;
7322
+ align-items: center;
7323
+ width: calc(100% - 40px);
7324
+
7325
+ .chart {
7326
+ display: inline-block;
7327
+ width: 100%;
7328
+ }
7329
+ }
7330
+
7331
+ .E_u1p8acpn {
7332
+ min-width: 40px;
7333
+
7334
+ .unit {
7335
+ color: $text-light-primary !important;
7336
+ }
7337
+ }
7338
+
7339
+
7340
+ .E_t1sqg15u {
7341
+ background: white;
7342
+
7343
+ &.inline {
7344
+ .table-row {
7345
+ flex-direction: column;
7346
+
7347
+ > label {
7348
+ padding: 0 16px 7px 0;
7349
+ }
7350
+ }
7351
+ }
7352
+
7353
+ &.has-border {
7354
+ .table-header {
7355
+ border-bottom: 1px solid $strokes-light-trans-1;
7356
+ }
7372
7357
 
7373
- > .icon-wrapper {
7374
- margin-right: 12px;
7375
- }
7358
+ .hiddenBorder {
7359
+ border-top: none !important;
7360
+ }
7376
7361
 
7377
- &:not(:last-child) {
7378
- margin: 0;
7379
- margin-bottom: 2px;
7380
- }
7381
- &.ant-menu-item-selected {
7382
- background: $background-selected;
7383
- box-shadow: $box-shadow-light-selected;
7384
- border-radius: 6px;
7385
- color: $text-light-on-tint;
7386
- a {
7387
- color: $text-light-on-tint;
7388
- }
7389
- }
7390
- &:not(.ant-menu-item-selected) {
7391
- &.ant-menu-item:hover,
7392
- &.ant-menu-item-active {
7393
- background: $background-onhover;
7394
- box-shadow: $box-shadow-light-onhover;
7395
- border-radius: 6px;
7396
- }
7397
- }
7362
+ .table-row + .table-row {
7363
+ border-top: 1px solid $strokes-light-trans-1;
7398
7364
  }
7399
- }
7400
- }
7401
7365
 
7402
- .E_s1wu0lms {
7403
- .ant-menu-item-group-title {
7404
- white-space: nowrap;
7405
- transition: all 0s;
7366
+ .table-row:last-of-type {
7367
+ padding-bottom: 0;
7368
+ }
7406
7369
  }
7407
7370
 
7408
- &.shrink {
7409
- transition: all 0s;
7410
- overflow: hidden;
7411
-
7412
- .ant-menu-item-group-title {
7413
- visibility: hidden;
7371
+ &.align-right {
7372
+ .content {
7373
+ text-align: right;
7414
7374
  }
7375
+ }
7376
+ .uuid-row {
7377
+ display: flex;
7378
+ justify-content: space-between;
7415
7379
 
7416
- .ant-menu-item {
7417
- width: 36px;
7418
- padding: 0 6px;
7380
+ .id-text {
7381
+ white-space: nowrap;
7382
+ overflow: hidden;
7383
+ text-overflow: ellipsis;
7419
7384
  }
7420
7385
  }
7421
7386
  }
7422
7387
 
7423
- .E_n1ugzfva {
7388
+ .E_t4zczcp {
7424
7389
  display: flex;
7425
- place-items: center;
7426
- width: 100% !important;
7390
+ justify-content: space-between;
7391
+ align-items: center;
7392
+ padding: 8px;
7393
+ min-height: 32px;
7427
7394
 
7428
- &[disabled] {
7429
- color: rgba(0, 0, 0, 0.25) !important;
7430
- opacity: 1 !important;
7395
+ .table-title {
7396
+ color: $text-secondary-light;
7397
+ font-weight: 600;
7398
+ font-size: 12px;
7399
+ line-height: 8px;
7431
7400
  }
7432
7401
 
7433
- &.ant-btn {
7434
- width: 100%;
7435
- color: $text-light-primary;
7402
+ .edit-icon {
7403
+ font-size: 16px;
7404
+ color: $strokes-translucent-2-light;
7405
+ cursor: pointer;
7436
7406
  }
7407
+ }
7437
7408
 
7438
- .icon-wrapper {
7439
- margin-right: 12px;
7409
+ .E_t1s7goww {
7410
+ font-size: 12px;
7411
+ line-height: 18px;
7412
+ }
7413
+
7414
+ .E_t93e4cf {
7415
+ display: flex;
7416
+ padding: 8px 0;
7417
+ color: $text-primary-light;
7418
+
7419
+ .hidden {
7420
+ display: none;
7440
7421
  }
7441
7422
 
7442
- .link-title {
7443
- flex: 1;
7423
+ .ant-btn.ant-btn-link {
7424
+ height: auto;
7425
+ }
7426
+
7427
+ .content {
7444
7428
  overflow: hidden;
7445
- white-space: nowrap;
7446
- text-overflow: ellipsis;
7447
- text-align: left;
7429
+ overflow-x: auto;
7430
+ width: 100%;
7431
+ white-space: pre-wrap;
7432
+
7433
+ .ant-btn {
7434
+ white-space: pre-wrap;
7435
+ text-align: left;
7436
+ }
7437
+
7438
+ .unit-chart {
7439
+ justify-content: flex-start;
7440
+ }
7448
7441
  }
7449
7442
  }
7450
7443
 
7444
+ .E_rhz2uv5 {
7445
+ width: var(--rhz2uv5-0);
7446
+ flex-shrink: 0;
7447
+ color: $text-secondary-light;
7448
+ padding-right: 12px;
7449
+ }
7450
+
7451
7451
 
7452
7452
  .E_kr6am0s {
7453
7453
  .ant-modal-body {
@@ -7523,10 +7523,47 @@
7523
7523
  }
7524
7524
 
7525
7525
 
7526
- .E_h1ol2wl7 {
7527
- font-weight: bold;
7528
- background-color: unset;
7529
- padding: unset;
7526
+ .E_i5w779o {
7527
+ padding: 8px 0;
7528
+
7529
+ .col-label {
7530
+ flex-shrink: unset;
7531
+ * {
7532
+ line-height: 18px;
7533
+ }
7534
+ }
7535
+ .col-content {
7536
+ flex: 1 1 0;
7537
+ display: flex;
7538
+ align-items: center;
7539
+ * {
7540
+ line-height: 18px;
7541
+ }
7542
+ }
7543
+ }
7544
+
7545
+ .E_l18dja44 {
7546
+ padding: 6px 0;
7547
+
7548
+ .col-label * {
7549
+ font-size: 13px;
7550
+ line-height: 20px;
7551
+ }
7552
+ .col-content * {
7553
+ font-size: 14px;
7554
+ line-height: 20px;
7555
+ }
7556
+ }
7557
+
7558
+ .E_c8c2hys {
7559
+ display: flex;
7560
+ justify-content: space-between;
7561
+ flex: 1;
7562
+ min-width: 0;
7563
+ }
7564
+
7565
+ .E_n4m6c4d {
7566
+ color: $text-light-tertiary;
7530
7567
  }
7531
7568
 
7532
7569
 
@@ -7583,7 +7620,7 @@
7583
7620
  }
7584
7621
  .icon-wrapper {
7585
7622
  align-self: flex-start;
7586
- margin-top: calc((18px - 16px) / 2);
7623
+ margin-top: 1px; /* 1px: (18-16)/2, 18 is the height of the icon, 16 is the height of the icon */
7587
7624
  }
7588
7625
  .description {
7589
7626
  flex: 1 1 0;
@@ -7596,7 +7633,7 @@
7596
7633
  .ant-flex {
7597
7634
  flex-shrink: 0;
7598
7635
  align-self: flex-start;
7599
- margin-top: calc((18px - 18px) / 2);
7636
+ margin-top: 0px; /* 0px: (18-18)/2, 18 is the height of the tag, 18 is the line-height */
7600
7637
  }
7601
7638
  }
7602
7639
 
@@ -7608,47 +7645,28 @@
7608
7645
  }
7609
7646
 
7610
7647
 
7611
- .E_i5w779o {
7612
- padding: 8px 0;
7613
-
7614
- .col-label {
7615
- flex-shrink: unset;
7616
- * {
7617
- line-height: 18px;
7618
- }
7619
- }
7620
- .col-content {
7621
- flex: 1 1 0;
7622
- display: flex;
7623
- align-items: center;
7624
- * {
7625
- line-height: 18px;
7626
- }
7627
- }
7648
+ .E_h1ol2wl7 {
7649
+ font-weight: bold;
7650
+ background-color: unset;
7651
+ padding: unset;
7628
7652
  }
7629
7653
 
7630
- .E_l18dja44 {
7631
- padding: 6px 0;
7632
-
7633
- .col-label * {
7634
- font-size: 13px;
7635
- line-height: 20px;
7636
- }
7637
- .col-content * {
7638
- font-size: 14px;
7639
- line-height: 20px;
7640
- }
7641
- }
7642
7654
 
7643
- .E_c8c2hys {
7655
+ .E_l12xdkhl {
7656
+ width: 64px;
7657
+ height: 64px;
7658
+ max-width: 64px;
7659
+ max-height: 64px;
7660
+ overflow: hidden;
7644
7661
  display: flex;
7645
- justify-content: space-between;
7646
- flex: 1;
7647
- min-width: 0;
7648
- }
7649
-
7650
- .E_n4m6c4d {
7651
- color: $text-light-tertiary;
7662
+ align-items: center;
7663
+ justify-content: center;
7664
+ position: relative;
7665
+ opacity: 0.6;
7666
+ .icon-wrapper {
7667
+ @keyframes rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } };
7668
+ animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
7669
+ }
7652
7670
  }
7653
7671
 
7654
7672
 
@@ -8368,21 +8386,3 @@
8368
8386
  margin: 16px 0;
8369
8387
  }
8370
8388
 
8371
-
8372
- .E_l12xdkhl {
8373
- width: 64px;
8374
- height: 64px;
8375
- max-width: 64px;
8376
- max-height: 64px;
8377
- overflow: hidden;
8378
- display: flex;
8379
- align-items: center;
8380
- justify-content: center;
8381
- position: relative;
8382
- opacity: 0.6;
8383
- .icon-wrapper {
8384
- @keyframes rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } };
8385
- animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
8386
- }
8387
- }
8388
-