@cloudtower/eagle 0.33.50 → 0.33.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1002 -1002
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +1132 -1132
- package/dist/style.css +1002 -1002
- package/package.json +4 -4
package/dist/linaria.merged.scss
CHANGED
|
@@ -26,25 +26,6 @@
|
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
.E_berrcjl {
|
|
30
|
-
color: $text-terdiary-light;
|
|
31
|
-
margin-bottom: 4px;
|
|
32
|
-
|
|
33
|
-
.breadcrumb-link {
|
|
34
|
-
color: $text-terdiary-light;
|
|
35
|
-
cursor: pointer;
|
|
36
|
-
transition: color 160ms ease;
|
|
37
|
-
|
|
38
|
-
&:hover {
|
|
39
|
-
color: $blue-60;
|
|
40
|
-
}
|
|
41
|
-
&:active {
|
|
42
|
-
color: $blue-80;
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
|
|
48
29
|
.E_m74vjol {
|
|
49
30
|
display: flex;
|
|
50
31
|
justify-content: space-between;
|
|
@@ -70,6 +51,25 @@
|
|
|
70
51
|
}
|
|
71
52
|
|
|
72
53
|
|
|
54
|
+
.E_berrcjl {
|
|
55
|
+
color: $text-terdiary-light;
|
|
56
|
+
margin-bottom: 4px;
|
|
57
|
+
|
|
58
|
+
.breadcrumb-link {
|
|
59
|
+
color: $text-terdiary-light;
|
|
60
|
+
cursor: pointer;
|
|
61
|
+
transition: color 160ms ease;
|
|
62
|
+
|
|
63
|
+
&:hover {
|
|
64
|
+
color: $blue-60;
|
|
65
|
+
}
|
|
66
|
+
&:active {
|
|
67
|
+
color: $blue-80;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
|
|
73
73
|
.E_b1wx3t3t {
|
|
74
74
|
&.ant-btn-icon-only {
|
|
75
75
|
justify-content: center;
|
|
@@ -469,6 +469,78 @@
|
|
|
469
469
|
}
|
|
470
470
|
|
|
471
471
|
|
|
472
|
+
.E_ccrbeuz {
|
|
473
|
+
.ant-collapse-item {
|
|
474
|
+
border: 0px;
|
|
475
|
+
background-color: $fills-light-white;
|
|
476
|
+
|
|
477
|
+
.ant-collapse-header {
|
|
478
|
+
padding-top: 0px;
|
|
479
|
+
padding-bottom: 0px;
|
|
480
|
+
padding-left: 0px !important;
|
|
481
|
+
padding-right: 24px;
|
|
482
|
+
.ant-collapse-arrow {
|
|
483
|
+
right: 0px;
|
|
484
|
+
}
|
|
485
|
+
}
|
|
486
|
+
.ant-collapse-content {
|
|
487
|
+
.ant-collapse-content-box {
|
|
488
|
+
padding: 0px;
|
|
489
|
+
}
|
|
490
|
+
}
|
|
491
|
+
}
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
.E_c1fljvag {
|
|
495
|
+
.ant-collapse-item {
|
|
496
|
+
.ant-collapse-header {
|
|
497
|
+
padding-right: 0px;
|
|
498
|
+
cursor: default;
|
|
499
|
+
}
|
|
500
|
+
}
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
|
|
504
|
+
.E_c1uzzomf {
|
|
505
|
+
margin-bottom: 16px;
|
|
506
|
+
|
|
507
|
+
.card-title {
|
|
508
|
+
font-size: 16px;
|
|
509
|
+
color: $text-secondary-light;
|
|
510
|
+
font-weight: 700;
|
|
511
|
+
line-height: 32px;
|
|
512
|
+
}
|
|
513
|
+
.card-body {
|
|
514
|
+
padding: 24px;
|
|
515
|
+
border-radius: 8px;
|
|
516
|
+
background: $fills-light-white;
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
.empty {
|
|
520
|
+
font-weight: 700;
|
|
521
|
+
font-size: 14px;
|
|
522
|
+
line-height: 22px;
|
|
523
|
+
color: $text-light-tertiary;
|
|
524
|
+
text-align: center;
|
|
525
|
+
}
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
|
|
529
|
+
.E_c1yyuluq {
|
|
530
|
+
border-radius: 8px;
|
|
531
|
+
.ant-card-body {
|
|
532
|
+
padding: 20px 24px 24px 24px;
|
|
533
|
+
}
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
|
|
537
|
+
.E_sx1bpnu {
|
|
538
|
+
.ant-input-sm {
|
|
539
|
+
line-height: 18px;
|
|
540
|
+
}
|
|
541
|
+
}
|
|
542
|
+
|
|
543
|
+
|
|
472
544
|
.E_d133fzv0 {
|
|
473
545
|
.ant-dropdown-menu-item-group {
|
|
474
546
|
.ant-dropdown-menu-item-group-title {
|
|
@@ -578,71 +650,6 @@
|
|
|
578
650
|
}
|
|
579
651
|
|
|
580
652
|
|
|
581
|
-
.E_c1uzzomf {
|
|
582
|
-
margin-bottom: 16px;
|
|
583
|
-
|
|
584
|
-
.card-title {
|
|
585
|
-
font-size: 16px;
|
|
586
|
-
color: $text-secondary-light;
|
|
587
|
-
font-weight: 700;
|
|
588
|
-
line-height: 32px;
|
|
589
|
-
}
|
|
590
|
-
.card-body {
|
|
591
|
-
padding: 24px;
|
|
592
|
-
border-radius: 8px;
|
|
593
|
-
background: $fills-light-white;
|
|
594
|
-
}
|
|
595
|
-
|
|
596
|
-
.empty {
|
|
597
|
-
font-weight: 700;
|
|
598
|
-
font-size: 14px;
|
|
599
|
-
line-height: 22px;
|
|
600
|
-
color: $text-light-tertiary;
|
|
601
|
-
text-align: center;
|
|
602
|
-
}
|
|
603
|
-
}
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
.E_ccrbeuz {
|
|
607
|
-
.ant-collapse-item {
|
|
608
|
-
border: 0px;
|
|
609
|
-
background-color: $fills-light-white;
|
|
610
|
-
|
|
611
|
-
.ant-collapse-header {
|
|
612
|
-
padding-top: 0px;
|
|
613
|
-
padding-bottom: 0px;
|
|
614
|
-
padding-left: 0px !important;
|
|
615
|
-
padding-right: 24px;
|
|
616
|
-
.ant-collapse-arrow {
|
|
617
|
-
right: 0px;
|
|
618
|
-
}
|
|
619
|
-
}
|
|
620
|
-
.ant-collapse-content {
|
|
621
|
-
.ant-collapse-content-box {
|
|
622
|
-
padding: 0px;
|
|
623
|
-
}
|
|
624
|
-
}
|
|
625
|
-
}
|
|
626
|
-
}
|
|
627
|
-
|
|
628
|
-
.E_c1fljvag {
|
|
629
|
-
.ant-collapse-item {
|
|
630
|
-
.ant-collapse-header {
|
|
631
|
-
padding-right: 0px;
|
|
632
|
-
cursor: default;
|
|
633
|
-
}
|
|
634
|
-
}
|
|
635
|
-
}
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
.E_c1yyuluq {
|
|
639
|
-
border-radius: 8px;
|
|
640
|
-
.ant-card-body {
|
|
641
|
-
padding: 20px 24px 24px 24px;
|
|
642
|
-
}
|
|
643
|
-
}
|
|
644
|
-
|
|
645
|
-
|
|
646
653
|
.E_itxley7 {
|
|
647
654
|
&.ant-input-group.ant-input-group-compact {
|
|
648
655
|
display: flex;
|
|
@@ -698,133 +705,48 @@
|
|
|
698
705
|
}
|
|
699
706
|
|
|
700
707
|
|
|
701
|
-
.
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
.E_phljevk {
|
|
708
|
+
.E_c1bus5hc {
|
|
709
|
+
--color: white;
|
|
710
|
+
height: 14px;
|
|
711
|
+
width: 14px;
|
|
712
|
+
border-radius: 50%;
|
|
713
|
+
flex-shrink: 0;
|
|
709
714
|
display: flex;
|
|
710
|
-
justify-content: space-between;
|
|
711
715
|
align-items: center;
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
font-size: 12px;
|
|
715
|
-
line-height: 24px;
|
|
716
|
+
justify-content: center;
|
|
717
|
+
border: 1px solid var(--color);
|
|
716
718
|
|
|
717
|
-
.
|
|
718
|
-
|
|
719
|
+
.circle-inner {
|
|
720
|
+
position: relative;
|
|
721
|
+
height: 10px;
|
|
722
|
+
width: 10px;
|
|
723
|
+
border-radius: 50%;
|
|
724
|
+
overflow: hidden;
|
|
719
725
|
}
|
|
720
726
|
|
|
721
|
-
.
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
+
.circle-content {
|
|
728
|
+
position: absolute;
|
|
729
|
+
height: 100%;
|
|
730
|
+
width: 100%;
|
|
731
|
+
left: 0;
|
|
732
|
+
top: 0;
|
|
733
|
+
border-radius: 50%;
|
|
734
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
735
|
+
transform: rotate(180deg);
|
|
736
|
+
}
|
|
727
737
|
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
738
|
+
.circle-child {
|
|
739
|
+
position: absolute;
|
|
740
|
+
height: 100%;
|
|
741
|
+
width: 100%;
|
|
742
|
+
left: 0;
|
|
743
|
+
top: 0;
|
|
744
|
+
margin-left: 50%;
|
|
745
|
+
transform-origin: left;
|
|
746
|
+
background: white;
|
|
747
|
+
transform: rotate(0deg);
|
|
735
748
|
}
|
|
736
|
-
|
|
737
|
-
.pagination-right {
|
|
738
|
-
display: flex;
|
|
739
|
-
align-items: center;
|
|
740
|
-
color: $blue-60;
|
|
741
|
-
font-weight: bold;
|
|
742
|
-
.icon-inner {
|
|
743
|
-
margin-left: 4px;
|
|
744
|
-
}
|
|
745
|
-
.prev-btn,
|
|
746
|
-
.next-btn {
|
|
747
|
-
padding: 0 8px;
|
|
748
|
-
> span {
|
|
749
|
-
color: $text-light-general;
|
|
750
|
-
}
|
|
751
|
-
}
|
|
752
|
-
|
|
753
|
-
.next-btn {
|
|
754
|
-
.icon-inner {
|
|
755
|
-
transform: rotate(180deg);
|
|
756
|
-
}
|
|
757
|
-
}
|
|
758
|
-
}
|
|
759
|
-
}
|
|
760
|
-
|
|
761
|
-
.E_d12rtyeg {
|
|
762
|
-
&.ant-dropdown .ant-dropdown-menu {
|
|
763
|
-
max-height: calc(100vh - 128px);
|
|
764
|
-
overflow-y: auto;
|
|
765
|
-
|
|
766
|
-
.ant-dropdown-menu-item {
|
|
767
|
-
padding: 4px 20px;
|
|
768
|
-
font-size: 12px;
|
|
769
|
-
line-height: 18px;
|
|
770
|
-
}
|
|
771
|
-
}
|
|
772
|
-
}
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
.E_ivqqkzv {
|
|
776
|
-
height: 24px;
|
|
777
|
-
width: 56px !important;
|
|
778
|
-
margin-right: 4px;
|
|
779
|
-
}
|
|
780
|
-
|
|
781
|
-
.E_c1wk4q29 {
|
|
782
|
-
color: $text-secondary-light;
|
|
783
|
-
}
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
.E_c1bus5hc {
|
|
787
|
-
--color: white;
|
|
788
|
-
height: 14px;
|
|
789
|
-
width: 14px;
|
|
790
|
-
border-radius: 50%;
|
|
791
|
-
flex-shrink: 0;
|
|
792
|
-
display: flex;
|
|
793
|
-
align-items: center;
|
|
794
|
-
justify-content: center;
|
|
795
|
-
border: 1px solid var(--color);
|
|
796
|
-
|
|
797
|
-
.circle-inner {
|
|
798
|
-
position: relative;
|
|
799
|
-
height: 10px;
|
|
800
|
-
width: 10px;
|
|
801
|
-
border-radius: 50%;
|
|
802
|
-
overflow: hidden;
|
|
803
|
-
}
|
|
804
|
-
|
|
805
|
-
.circle-content {
|
|
806
|
-
position: absolute;
|
|
807
|
-
height: 100%;
|
|
808
|
-
width: 100%;
|
|
809
|
-
left: 0;
|
|
810
|
-
top: 0;
|
|
811
|
-
border-radius: 50%;
|
|
812
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
813
|
-
transform: rotate(180deg);
|
|
814
|
-
}
|
|
815
|
-
|
|
816
|
-
.circle-child {
|
|
817
|
-
position: absolute;
|
|
818
|
-
height: 100%;
|
|
819
|
-
width: 100%;
|
|
820
|
-
left: 0;
|
|
821
|
-
top: 0;
|
|
822
|
-
margin-left: 50%;
|
|
823
|
-
transform-origin: left;
|
|
824
|
-
background: white;
|
|
825
|
-
transform: rotate(0deg);
|
|
826
|
-
}
|
|
827
|
-
}
|
|
749
|
+
}
|
|
828
750
|
|
|
829
751
|
|
|
830
752
|
.E_s1dizucg {
|
|
@@ -887,6 +809,38 @@
|
|
|
887
809
|
}
|
|
888
810
|
|
|
889
811
|
|
|
812
|
+
.E_i11gg7mj {
|
|
813
|
+
.ant-input-prefix {
|
|
814
|
+
margin-right: 8px;
|
|
815
|
+
}
|
|
816
|
+
.ant-input-suffix {
|
|
817
|
+
margin-left: 8px;
|
|
818
|
+
}
|
|
819
|
+
}
|
|
820
|
+
|
|
821
|
+
.E_cc368xp {
|
|
822
|
+
color: $gray-120;
|
|
823
|
+
border-right: 1px solid $gray-a60-5;
|
|
824
|
+
margin-right: 8px;
|
|
825
|
+
padding-right: 8px;
|
|
826
|
+
}
|
|
827
|
+
|
|
828
|
+
.E_i11o6xqj {
|
|
829
|
+
display: flex;
|
|
830
|
+
gap: 4px;
|
|
831
|
+
|
|
832
|
+
.icon-wrapper {
|
|
833
|
+
cursor: pointer;
|
|
834
|
+
}
|
|
835
|
+
}
|
|
836
|
+
|
|
837
|
+
.E_d19ruhdj {
|
|
838
|
+
&.icon-wrapper {
|
|
839
|
+
cursor: not-allowed;
|
|
840
|
+
}
|
|
841
|
+
}
|
|
842
|
+
|
|
843
|
+
|
|
890
844
|
.E_rapgekc {
|
|
891
845
|
&.ant-radio-wrapper {
|
|
892
846
|
display: inline-flex;
|
|
@@ -1068,92 +1022,86 @@
|
|
|
1068
1022
|
}
|
|
1069
1023
|
|
|
1070
1024
|
|
|
1071
|
-
.
|
|
1072
|
-
|
|
1073
|
-
|
|
1025
|
+
.E_phljevk {
|
|
1026
|
+
display: flex;
|
|
1027
|
+
justify-content: space-between;
|
|
1028
|
+
align-items: center;
|
|
1029
|
+
padding: 10px 0;
|
|
1030
|
+
color: $text-light-secondary;
|
|
1031
|
+
font-size: 12px;
|
|
1032
|
+
line-height: 24px;
|
|
1074
1033
|
|
|
1075
|
-
.
|
|
1076
|
-
|
|
1077
|
-
padding: 8px 16px;
|
|
1078
|
-
line-height: 18px;
|
|
1079
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1080
|
-
height: 34px;
|
|
1081
|
-
min-height: 34px;
|
|
1082
|
-
box-sizing: border-box;
|
|
1083
|
-
margin-top: 8px;
|
|
1034
|
+
.pagination-left {
|
|
1035
|
+
padding: 2px 8px;
|
|
1084
1036
|
}
|
|
1085
|
-
}
|
|
1086
1037
|
|
|
1087
|
-
.
|
|
1038
|
+
.dropdown-trigger {
|
|
1088
1039
|
display: flex;
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1040
|
+
align-items: center;
|
|
1041
|
+
border-radius: 6px;
|
|
1042
|
+
cursor: pointer;
|
|
1043
|
+
transition: all 0.3s ease;
|
|
1093
1044
|
|
|
1094
|
-
|
|
1095
|
-
|
|
1045
|
+
&:hover {
|
|
1046
|
+
background: $fills-interaction-light-general-hover;
|
|
1047
|
+
color: $text-light-general;
|
|
1096
1048
|
}
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
padding-left: 8px;
|
|
1049
|
+
.icon-inner {
|
|
1050
|
+
margin-left: 4px;
|
|
1100
1051
|
}
|
|
1052
|
+
}
|
|
1101
1053
|
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1054
|
+
.pagination-right {
|
|
1055
|
+
display: flex;
|
|
1056
|
+
align-items: center;
|
|
1057
|
+
color: $blue-60;
|
|
1058
|
+
font-weight: bold;
|
|
1059
|
+
.icon-inner {
|
|
1060
|
+
margin-left: 4px;
|
|
1061
|
+
}
|
|
1062
|
+
.prev-btn,
|
|
1063
|
+
.next-btn {
|
|
1064
|
+
padding: 0 8px;
|
|
1065
|
+
> span {
|
|
1066
|
+
color: $text-light-general;
|
|
1109
1067
|
}
|
|
1110
1068
|
}
|
|
1111
1069
|
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
color: #0080ff;
|
|
1116
|
-
}
|
|
1117
|
-
.timezone-tag {
|
|
1118
|
-
background: rgba(0, 136, 255, 0.1);
|
|
1119
|
-
color: #0080ff;
|
|
1070
|
+
.next-btn {
|
|
1071
|
+
.icon-inner {
|
|
1072
|
+
transform: rotate(180deg);
|
|
1120
1073
|
}
|
|
1121
1074
|
}
|
|
1122
1075
|
}
|
|
1076
|
+
}
|
|
1123
1077
|
|
|
1124
|
-
.
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
line-height: 20px;
|
|
1078
|
+
.E_d12rtyeg {
|
|
1079
|
+
&.ant-dropdown .ant-dropdown-menu {
|
|
1080
|
+
max-height: calc(100vh - 128px);
|
|
1081
|
+
overflow-y: auto;
|
|
1129
1082
|
|
|
1130
|
-
.
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1083
|
+
.ant-dropdown-menu-item {
|
|
1084
|
+
padding: 4px 20px;
|
|
1085
|
+
font-size: 12px;
|
|
1086
|
+
line-height: 18px;
|
|
1134
1087
|
}
|
|
1135
1088
|
}
|
|
1089
|
+
}
|
|
1136
1090
|
|
|
1137
|
-
.E_o1zue7 {
|
|
1138
|
-
display: flex;
|
|
1139
|
-
justify-content: space-between;
|
|
1140
|
-
color: $text-light-secondary;
|
|
1141
|
-
height: 18px;
|
|
1142
|
-
line-height: 18px;
|
|
1143
|
-
margin-top: 2px;
|
|
1144
|
-
}
|
|
1145
1091
|
|
|
1146
|
-
.
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1092
|
+
.E_ivqqkzv {
|
|
1093
|
+
height: 24px;
|
|
1094
|
+
width: 56px !important;
|
|
1095
|
+
margin-right: 4px;
|
|
1150
1096
|
}
|
|
1151
1097
|
|
|
1152
|
-
.
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1098
|
+
.E_c1wk4q29 {
|
|
1099
|
+
color: $text-secondary-light;
|
|
1100
|
+
}
|
|
1101
|
+
|
|
1102
|
+
|
|
1103
|
+
.E_iq1gosr {
|
|
1104
|
+
display: inline-block;
|
|
1157
1105
|
}
|
|
1158
1106
|
|
|
1159
1107
|
|
|
@@ -1250,35 +1198,92 @@
|
|
|
1250
1198
|
}
|
|
1251
1199
|
|
|
1252
1200
|
|
|
1253
|
-
.
|
|
1254
|
-
|
|
1255
|
-
margin-right: 8px;
|
|
1256
|
-
}
|
|
1257
|
-
.ant-input-suffix {
|
|
1258
|
-
margin-left: 8px;
|
|
1259
|
-
}
|
|
1201
|
+
.E_s1dni7lo {
|
|
1202
|
+
width: 430px !important;
|
|
1260
1203
|
}
|
|
1261
1204
|
|
|
1262
|
-
.
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1205
|
+
.E_d1wwmmm5 {
|
|
1206
|
+
.ant-select-item-group {
|
|
1207
|
+
padding: 8px 16px;
|
|
1208
|
+
line-height: 18px;
|
|
1209
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1210
|
+
height: 34px;
|
|
1211
|
+
min-height: 34px;
|
|
1212
|
+
box-sizing: border-box;
|
|
1213
|
+
margin-top: 8px;
|
|
1214
|
+
}
|
|
1267
1215
|
}
|
|
1268
1216
|
|
|
1269
|
-
.
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1217
|
+
.E_o1ugr09p {
|
|
1218
|
+
display: flex;
|
|
1219
|
+
flex-direction: column;
|
|
1220
|
+
margin: 1px 8px;
|
|
1221
|
+
padding: 8px;
|
|
1222
|
+
border-radius: 4px;
|
|
1223
|
+
|
|
1224
|
+
.selected-icon {
|
|
1225
|
+
display: none;
|
|
1226
|
+
}
|
|
1227
|
+
|
|
1228
|
+
&.ant-select-item-option-grouped {
|
|
1229
|
+
padding-left: 8px;
|
|
1230
|
+
}
|
|
1231
|
+
|
|
1232
|
+
&.ant-select-item-option-selected {
|
|
1233
|
+
background-color: white;
|
|
1234
|
+
.timezone-title {
|
|
1235
|
+
color: #0080ff;
|
|
1236
|
+
}
|
|
1237
|
+
.selected-icon {
|
|
1238
|
+
display: block;
|
|
1239
|
+
}
|
|
1240
|
+
}
|
|
1241
|
+
|
|
1242
|
+
&.ant-select-item-option-active {
|
|
1243
|
+
background: rgba(0, 136, 255, 0.16);
|
|
1244
|
+
.timezone-title {
|
|
1245
|
+
color: #0080ff;
|
|
1246
|
+
}
|
|
1247
|
+
.timezone-tag {
|
|
1248
|
+
background: rgba(0, 136, 255, 0.1);
|
|
1249
|
+
color: #0080ff;
|
|
1250
|
+
}
|
|
1251
|
+
}
|
|
1275
1252
|
}
|
|
1276
|
-
}
|
|
1277
1253
|
|
|
1278
|
-
.
|
|
1279
|
-
|
|
1280
|
-
|
|
1254
|
+
.E_o1ifxsq4 {
|
|
1255
|
+
display: flex;
|
|
1256
|
+
justify-content: space-between;
|
|
1257
|
+
height: 20px;
|
|
1258
|
+
line-height: 20px;
|
|
1259
|
+
|
|
1260
|
+
.timezone-title {
|
|
1261
|
+
color: #2d3a56;
|
|
1262
|
+
overflow: hidden;
|
|
1263
|
+
text-overflow: ellipsis;
|
|
1264
|
+
}
|
|
1265
|
+
}
|
|
1266
|
+
|
|
1267
|
+
.E_o1zue7 {
|
|
1268
|
+
display: flex;
|
|
1269
|
+
justify-content: space-between;
|
|
1270
|
+
color: $text-light-secondary;
|
|
1271
|
+
height: 18px;
|
|
1272
|
+
line-height: 18px;
|
|
1273
|
+
margin-top: 2px;
|
|
1281
1274
|
}
|
|
1275
|
+
|
|
1276
|
+
.E_tyfmlxg {
|
|
1277
|
+
border: none;
|
|
1278
|
+
margin-right: 0;
|
|
1279
|
+
background: rgba(225, 230, 241, 0.6);
|
|
1280
|
+
}
|
|
1281
|
+
|
|
1282
|
+
.E_o18uybox {
|
|
1283
|
+
pointer-events: none;
|
|
1284
|
+
height: 32px;
|
|
1285
|
+
width: 100%;
|
|
1286
|
+
opacity: 0;
|
|
1282
1287
|
}
|
|
1283
1288
|
|
|
1284
1289
|
|
|
@@ -1296,11 +1301,6 @@
|
|
|
1296
1301
|
}
|
|
1297
1302
|
|
|
1298
1303
|
|
|
1299
|
-
.E_iq1gosr {
|
|
1300
|
-
display: inline-block;
|
|
1301
|
-
}
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
1304
|
.E_i1inqkme {
|
|
1305
1305
|
height: 18px;
|
|
1306
1306
|
line-height: 18px;
|
|
@@ -1315,12 +1315,44 @@
|
|
|
1315
1315
|
}
|
|
1316
1316
|
|
|
1317
1317
|
|
|
1318
|
-
.
|
|
1319
|
-
|
|
1320
|
-
|
|
1318
|
+
.E_f7pxqmh {
|
|
1319
|
+
width: 100%;
|
|
1320
|
+
margin-bottom: 0 !important;
|
|
1321
|
+
flex-flow: nowrap !important;
|
|
1322
|
+
line-break: auto;
|
|
1323
|
+
|
|
1324
|
+
& > .ant-form-item-label {
|
|
1325
|
+
text-align: left !important;
|
|
1326
|
+
padding-bottom: 0 !important;
|
|
1327
|
+
|
|
1328
|
+
& > label {
|
|
1329
|
+
min-height: 32px;
|
|
1330
|
+
height: auto;
|
|
1331
|
+
font-size: 13px;
|
|
1332
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1333
|
+
white-space: normal;
|
|
1334
|
+
}
|
|
1321
1335
|
}
|
|
1322
|
-
|
|
1323
|
-
|
|
1336
|
+
|
|
1337
|
+
&.ant-form-item-has-error {
|
|
1338
|
+
.ant-input {
|
|
1339
|
+
border-color: #ff4d4f !important;
|
|
1340
|
+
}
|
|
1341
|
+
.ant-input-password {
|
|
1342
|
+
border-color: #ff4d4f !important;
|
|
1343
|
+
}
|
|
1344
|
+
}
|
|
1345
|
+
|
|
1346
|
+
.ant-form-item-explain {
|
|
1347
|
+
margin-top: 4px;
|
|
1348
|
+
font-size: 12px;
|
|
1349
|
+
min-height: 0px;
|
|
1350
|
+
}
|
|
1351
|
+
|
|
1352
|
+
.ant-form-item-extra {
|
|
1353
|
+
font-size: 12px;
|
|
1354
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1355
|
+
min-height: 0px;
|
|
1324
1356
|
}
|
|
1325
1357
|
}
|
|
1326
1358
|
|
|
@@ -1406,24 +1438,29 @@
|
|
|
1406
1438
|
}
|
|
1407
1439
|
|
|
1408
1440
|
|
|
1409
|
-
.
|
|
1410
|
-
|
|
1441
|
+
.E_fzh9mnb {
|
|
1442
|
+
width: 100%;
|
|
1443
|
+
height: 100%;
|
|
1444
|
+
min-height: 124px;
|
|
1445
|
+
display: flex;
|
|
1446
|
+
flex-direction: column;
|
|
1447
|
+
justify-content: center;
|
|
1411
1448
|
align-items: center;
|
|
1412
1449
|
|
|
1413
|
-
.
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1450
|
+
.error-text {
|
|
1451
|
+
color: $text-terdiary-light;
|
|
1452
|
+
margin-bottom: 16px;
|
|
1453
|
+
font-size: 18px;
|
|
1417
1454
|
}
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1455
|
+
}
|
|
1456
|
+
|
|
1457
|
+
|
|
1458
|
+
.E_atcz0kf {
|
|
1459
|
+
.ant-input-suffix {
|
|
1460
|
+
margin-left: 8px;
|
|
1421
1461
|
}
|
|
1422
|
-
&.
|
|
1423
|
-
|
|
1424
|
-
svg {
|
|
1425
|
-
animation: rotate 680ms linear infinite;
|
|
1426
|
-
}
|
|
1462
|
+
&.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
1463
|
+
padding: 2px 7px 2px 12px;
|
|
1427
1464
|
}
|
|
1428
1465
|
}
|
|
1429
1466
|
|
|
@@ -1465,44 +1502,24 @@
|
|
|
1465
1502
|
}
|
|
1466
1503
|
|
|
1467
1504
|
|
|
1468
|
-
.
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
flex-flow: nowrap !important;
|
|
1472
|
-
line-break: auto;
|
|
1473
|
-
|
|
1474
|
-
& > .ant-form-item-label {
|
|
1475
|
-
text-align: left !important;
|
|
1476
|
-
padding-bottom: 0 !important;
|
|
1477
|
-
|
|
1478
|
-
& > label {
|
|
1479
|
-
min-height: 32px;
|
|
1480
|
-
height: auto;
|
|
1481
|
-
font-size: 13px;
|
|
1482
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1483
|
-
white-space: normal;
|
|
1484
|
-
}
|
|
1485
|
-
}
|
|
1505
|
+
.E_iouxfgt {
|
|
1506
|
+
display: inline-flex;
|
|
1507
|
+
align-items: center;
|
|
1486
1508
|
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
.ant-input-password {
|
|
1492
|
-
border-color: #ff4d4f !important;
|
|
1493
|
-
}
|
|
1509
|
+
.icon-inner {
|
|
1510
|
+
display: inline-flex;
|
|
1511
|
+
align-items: center;
|
|
1512
|
+
justify-content: center;
|
|
1494
1513
|
}
|
|
1495
|
-
|
|
1496
|
-
.
|
|
1497
|
-
margin-
|
|
1498
|
-
font-size: 12px;
|
|
1499
|
-
min-height: 0px;
|
|
1514
|
+
.icon-inner + span,
|
|
1515
|
+
span + .icon-inner.suffix {
|
|
1516
|
+
margin-left: 4px;
|
|
1500
1517
|
}
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1518
|
+
&.is-rotate {
|
|
1519
|
+
img,
|
|
1520
|
+
svg {
|
|
1521
|
+
animation: rotate 680ms linear infinite;
|
|
1522
|
+
}
|
|
1506
1523
|
}
|
|
1507
1524
|
}
|
|
1508
1525
|
|
|
@@ -1517,28 +1534,6 @@
|
|
|
1517
1534
|
}
|
|
1518
1535
|
|
|
1519
1536
|
|
|
1520
|
-
.E_fzh9mnb {
|
|
1521
|
-
width: 100%;
|
|
1522
|
-
height: 100%;
|
|
1523
|
-
min-height: 124px;
|
|
1524
|
-
display: flex;
|
|
1525
|
-
flex-direction: column;
|
|
1526
|
-
justify-content: center;
|
|
1527
|
-
align-items: center;
|
|
1528
|
-
|
|
1529
|
-
.error-text {
|
|
1530
|
-
color: $text-terdiary-light;
|
|
1531
|
-
margin-bottom: 16px;
|
|
1532
|
-
font-size: 18px;
|
|
1533
|
-
}
|
|
1534
|
-
}
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
.E_m196gn1d {
|
|
1538
|
-
min-width: 1280px;
|
|
1539
|
-
}
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
1537
|
.E_a1b5xrg3 {
|
|
1543
1538
|
.user-icon-inner {
|
|
1544
1539
|
display: inline-flex;
|
|
@@ -1576,6 +1571,11 @@
|
|
|
1576
1571
|
}
|
|
1577
1572
|
|
|
1578
1573
|
|
|
1574
|
+
.E_m196gn1d {
|
|
1575
|
+
min-width: 1280px;
|
|
1576
|
+
}
|
|
1577
|
+
|
|
1578
|
+
|
|
1579
1579
|
.E_dsnbhzf {
|
|
1580
1580
|
@include Inter(bold);
|
|
1581
1581
|
font-size: 32px;
|
|
@@ -3075,22 +3075,6 @@
|
|
|
3075
3075
|
}
|
|
3076
3076
|
|
|
3077
3077
|
|
|
3078
|
-
.E_w1dxz879 {
|
|
3079
|
-
display: flex;
|
|
3080
|
-
flex-direction: column;
|
|
3081
|
-
gap: 6px;
|
|
3082
|
-
.ellipsis-tooltip {
|
|
3083
|
-
max-height: var(--w1dxz879-0);
|
|
3084
|
-
text-overflow: clip;
|
|
3085
|
-
overflow: hidden;
|
|
3086
|
-
}
|
|
3087
|
-
.tips {
|
|
3088
|
-
color: #fff;
|
|
3089
|
-
opacity: 0.8;
|
|
3090
|
-
}
|
|
3091
|
-
}
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
3078
|
.E_suhck3k {
|
|
3095
3079
|
height: 24px;
|
|
3096
3080
|
width: 24px;
|
|
@@ -3107,16 +3091,33 @@
|
|
|
3107
3091
|
}
|
|
3108
3092
|
|
|
3109
3093
|
|
|
3110
|
-
.
|
|
3111
|
-
display:
|
|
3112
|
-
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
|
|
3117
|
-
|
|
3118
|
-
|
|
3119
|
-
|
|
3094
|
+
.E_ryby9ds {
|
|
3095
|
+
display: flex;
|
|
3096
|
+
align-items: center;
|
|
3097
|
+
.order {
|
|
3098
|
+
height: 24px;
|
|
3099
|
+
width: 24px;
|
|
3100
|
+
border-radius: 20px;
|
|
3101
|
+
color: $text-light-general;
|
|
3102
|
+
background: $fill-light-element-container-outstanding;
|
|
3103
|
+
display: flex;
|
|
3104
|
+
align-items: center;
|
|
3105
|
+
justify-content: center;
|
|
3106
|
+
margin-right: 6px;
|
|
3107
|
+
}
|
|
3108
|
+
}
|
|
3109
|
+
|
|
3110
|
+
|
|
3111
|
+
.E_hrhfj7c {
|
|
3112
|
+
display: none;
|
|
3113
|
+
}
|
|
3114
|
+
|
|
3115
|
+
.E_dt9qoak {
|
|
3116
|
+
.bottom {
|
|
3117
|
+
color: $text-neutral-secondary;
|
|
3118
|
+
}
|
|
3119
|
+
.left {
|
|
3120
|
+
min-width: 0;
|
|
3120
3121
|
}
|
|
3121
3122
|
}
|
|
3122
3123
|
|
|
@@ -3299,19 +3300,54 @@
|
|
|
3299
3300
|
}
|
|
3300
3301
|
|
|
3301
3302
|
|
|
3302
|
-
.
|
|
3303
|
+
.E_w1dxz879 {
|
|
3303
3304
|
display: flex;
|
|
3304
|
-
|
|
3305
|
-
|
|
3306
|
-
|
|
3307
|
-
|
|
3308
|
-
|
|
3309
|
-
|
|
3310
|
-
|
|
3311
|
-
|
|
3312
|
-
|
|
3313
|
-
|
|
3314
|
-
|
|
3305
|
+
flex-direction: column;
|
|
3306
|
+
gap: 6px;
|
|
3307
|
+
.ellipsis-tooltip {
|
|
3308
|
+
max-height: var(--w1dxz879-0);
|
|
3309
|
+
text-overflow: clip;
|
|
3310
|
+
overflow: hidden;
|
|
3311
|
+
}
|
|
3312
|
+
.tips {
|
|
3313
|
+
color: #fff;
|
|
3314
|
+
opacity: 0.8;
|
|
3315
|
+
}
|
|
3316
|
+
}
|
|
3317
|
+
|
|
3318
|
+
|
|
3319
|
+
.E_m5foqp8 {
|
|
3320
|
+
--footer-height: 96px;
|
|
3321
|
+
--header-height: 80px;
|
|
3322
|
+
--modal-content-width: 720px;
|
|
3323
|
+
--modal-content-min-height: 200px;
|
|
3324
|
+
--modal-content-max-height: calc(
|
|
3325
|
+
100vh - 136px - var(--header-height) - var(--footer-height)
|
|
3326
|
+
);
|
|
3327
|
+
--modal-header-padding: 40px 60px 8px;
|
|
3328
|
+
--modal-content-padding-top: 24px;
|
|
3329
|
+
--modal-content-padding-bottom: 32px;
|
|
3330
|
+
--modal-content-padding-x: 60px;
|
|
3331
|
+
--modal-footer-padding: 0 60px;
|
|
3332
|
+
|
|
3333
|
+
&.content-full.ant-modal {
|
|
3334
|
+
height: calc(100vh - 80px);
|
|
3335
|
+
width: calc(100vw - 160px);
|
|
3336
|
+
.ant-modal-content {
|
|
3337
|
+
width: 100%;
|
|
3338
|
+
height: 100%;
|
|
3339
|
+
max-width: unset;
|
|
3340
|
+
max-height: unset;
|
|
3341
|
+
display: flex;
|
|
3342
|
+
flex-direction: column;
|
|
3343
|
+
}
|
|
3344
|
+
.ant-modal-body {
|
|
3345
|
+
flex: 1;
|
|
3346
|
+
}
|
|
3347
|
+
}
|
|
3348
|
+
|
|
3349
|
+
.initializing-title {
|
|
3350
|
+
height: 32px;
|
|
3315
3351
|
}
|
|
3316
3352
|
}
|
|
3317
3353
|
|
|
@@ -3375,42 +3411,6 @@
|
|
|
3375
3411
|
}
|
|
3376
3412
|
|
|
3377
3413
|
|
|
3378
|
-
.E_m5foqp8 {
|
|
3379
|
-
--footer-height: 96px;
|
|
3380
|
-
--header-height: 80px;
|
|
3381
|
-
--modal-content-width: 720px;
|
|
3382
|
-
--modal-content-min-height: 200px;
|
|
3383
|
-
--modal-content-max-height: calc(
|
|
3384
|
-
100vh - 136px - var(--header-height) - var(--footer-height)
|
|
3385
|
-
);
|
|
3386
|
-
--modal-header-padding: 40px 60px 8px;
|
|
3387
|
-
--modal-content-padding-top: 24px;
|
|
3388
|
-
--modal-content-padding-bottom: 32px;
|
|
3389
|
-
--modal-content-padding-x: 60px;
|
|
3390
|
-
--modal-footer-padding: 0 60px;
|
|
3391
|
-
|
|
3392
|
-
&.content-full.ant-modal {
|
|
3393
|
-
height: calc(100vh - 80px);
|
|
3394
|
-
width: calc(100vw - 160px);
|
|
3395
|
-
.ant-modal-content {
|
|
3396
|
-
width: 100%;
|
|
3397
|
-
height: 100%;
|
|
3398
|
-
max-width: unset;
|
|
3399
|
-
max-height: unset;
|
|
3400
|
-
display: flex;
|
|
3401
|
-
flex-direction: column;
|
|
3402
|
-
}
|
|
3403
|
-
.ant-modal-body {
|
|
3404
|
-
flex: 1;
|
|
3405
|
-
}
|
|
3406
|
-
}
|
|
3407
|
-
|
|
3408
|
-
.initializing-title {
|
|
3409
|
-
height: 32px;
|
|
3410
|
-
}
|
|
3411
|
-
}
|
|
3412
|
-
|
|
3413
|
-
|
|
3414
3414
|
.E_h12yihis {
|
|
3415
3415
|
height: 50px;
|
|
3416
3416
|
border-bottom: 2px solid #edf0f7;
|
|
@@ -3681,259 +3681,83 @@
|
|
|
3681
3681
|
}
|
|
3682
3682
|
|
|
3683
3683
|
|
|
3684
|
-
.
|
|
3685
|
-
|
|
3686
|
-
|
|
3687
|
-
|
|
3688
|
-
|
|
3689
|
-
|
|
3690
|
-
|
|
3691
|
-
|
|
3692
|
-
padding-left: 10px;
|
|
3693
|
-
|
|
3694
|
-
.title-wrapper {
|
|
3695
|
-
cursor: pointer;
|
|
3696
|
-
color: $text-light-primary;
|
|
3697
|
-
|
|
3698
|
-
&.is-open {
|
|
3699
|
-
color: $text-primary-light;
|
|
3700
|
-
font-weight: 600;
|
|
3701
|
-
|
|
3702
|
-
.collapse-arrow {
|
|
3703
|
-
transform: rotate(90deg);
|
|
3704
|
-
}
|
|
3705
|
-
}
|
|
3684
|
+
.E_l48ei06 {
|
|
3685
|
+
@at-root {
|
|
3686
|
+
button#{&}.ant-btn,
|
|
3687
|
+
button#{&}.ant-btn.ant-btn-sm,
|
|
3688
|
+
button#{&}.ant-btn.ant-btn-lg {
|
|
3689
|
+
font-size: 12px;
|
|
3690
|
+
line-height: 18px;
|
|
3691
|
+
height: 18px;
|
|
3706
3692
|
}
|
|
3707
|
-
|
|
3693
|
+
button#{&} {
|
|
3694
|
+
color: #0080FF;
|
|
3695
|
+
height: unset;
|
|
3696
|
+
.button-prefix-icon {
|
|
3697
|
+
margin-right: 4px;
|
|
3698
|
+
}
|
|
3699
|
+
.button-suffix-icon {
|
|
3700
|
+
margin-left: 4px;
|
|
3701
|
+
}
|
|
3708
3702
|
|
|
3709
|
-
|
|
3710
|
-
|
|
3711
|
-
|
|
3712
|
-
|
|
3703
|
+
&:hover,
|
|
3704
|
+
&.__pseudo-states-hover {
|
|
3705
|
+
color: #009DFF;
|
|
3706
|
+
}
|
|
3713
3707
|
|
|
3714
|
-
|
|
3715
|
-
|
|
3716
|
-
|
|
3717
|
-
|
|
3718
|
-
|
|
3719
|
-
|
|
3720
|
-
|
|
3721
|
-
|
|
3722
|
-
|
|
3723
|
-
}
|
|
3708
|
+
&:active,
|
|
3709
|
+
&.__pseudo-states-active {
|
|
3710
|
+
color: #005ED1;
|
|
3711
|
+
}
|
|
3712
|
+
&.ui-kit-link-disabled {
|
|
3713
|
+
color: #0080FF;
|
|
3714
|
+
}
|
|
3715
|
+
&.ui-kit-link-primary {
|
|
3716
|
+
color: #00122E;
|
|
3724
3717
|
|
|
3725
|
-
|
|
3726
|
-
|
|
3727
|
-
|
|
3728
|
-
|
|
3729
|
-
}
|
|
3718
|
+
&:hover,
|
|
3719
|
+
&.__pseudo-states-hover {
|
|
3720
|
+
color: #0080FF;
|
|
3721
|
+
}
|
|
3730
3722
|
|
|
3723
|
+
&:active,
|
|
3724
|
+
&.__pseudo-states-active {
|
|
3725
|
+
color: #005ED1;
|
|
3726
|
+
}
|
|
3731
3727
|
|
|
3732
|
-
|
|
3733
|
-
|
|
3734
|
-
}
|
|
3728
|
+
&.ui-kit-link-disabled {
|
|
3729
|
+
color: #00122E;
|
|
3730
|
+
}
|
|
3731
|
+
}
|
|
3735
3732
|
|
|
3733
|
+
&.ui-kit-link-secondary {
|
|
3734
|
+
color: #2C3852BF;
|
|
3736
3735
|
|
|
3737
|
-
|
|
3738
|
-
|
|
3739
|
-
|
|
3740
|
-
|
|
3741
|
-
0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253),
|
|
3742
|
-
0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07),
|
|
3743
|
-
0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747),
|
|
3744
|
-
0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776),
|
|
3745
|
-
0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
3746
|
-
}
|
|
3736
|
+
&:hover,
|
|
3737
|
+
&.__pseudo-states-hover {
|
|
3738
|
+
color: #0080FF;
|
|
3739
|
+
}
|
|
3747
3740
|
|
|
3748
|
-
|
|
3749
|
-
|
|
3750
|
-
|
|
3751
|
-
|
|
3752
|
-
cursor: pointer;
|
|
3741
|
+
&:active,
|
|
3742
|
+
&.__pseudo-states-active {
|
|
3743
|
+
color: #005ED1;
|
|
3744
|
+
}
|
|
3753
3745
|
|
|
3754
|
-
|
|
3755
|
-
|
|
3756
|
-
|
|
3757
|
-
|
|
3758
|
-
transform: translateY(-4px);
|
|
3746
|
+
&.ui-kit-link-disabled {
|
|
3747
|
+
color: #2C3852BF;
|
|
3748
|
+
}
|
|
3749
|
+
}
|
|
3759
3750
|
}
|
|
3760
3751
|
}
|
|
3761
3752
|
}
|
|
3762
3753
|
|
|
3763
3754
|
|
|
3764
|
-
.
|
|
3765
|
-
|
|
3766
|
-
|
|
3767
|
-
|
|
3768
|
-
|
|
3769
|
-
|
|
3770
|
-
|
|
3771
|
-
|
|
3772
|
-
.E_lht19u8 {
|
|
3773
|
-
width: 64px;
|
|
3774
|
-
height: 64px;
|
|
3775
|
-
display: flex;
|
|
3776
|
-
align-items: center;
|
|
3777
|
-
justify-content: center;
|
|
3778
|
-
position: relative;
|
|
3779
|
-
opacity: 0.2;
|
|
3780
|
-
}
|
|
3781
|
-
|
|
3782
|
-
.E_lk3gkp4 {
|
|
3783
|
-
position: absolute;
|
|
3784
|
-
width: 5px;
|
|
3785
|
-
height: 48px;
|
|
3786
|
-
left: 9.33px;
|
|
3787
|
-
top: 40.5px;
|
|
3788
|
-
|
|
3789
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
3790
|
-
border-radius: 5px;
|
|
3791
|
-
transform: rotate(-128deg);
|
|
3792
|
-
transform-origin: top left;
|
|
3793
|
-
|
|
3794
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
3795
|
-
}
|
|
3796
|
-
|
|
3797
|
-
.E_ll4n94n {
|
|
3798
|
-
position: absolute;
|
|
3799
|
-
width: 5px;
|
|
3800
|
-
height: 48px;
|
|
3801
|
-
left: 40.8px;
|
|
3802
|
-
top: 8.4px;
|
|
3803
|
-
|
|
3804
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
3805
|
-
border-radius: 5px;
|
|
3806
|
-
transform: rotate(-8deg);
|
|
3807
|
-
transform-origin: top left;
|
|
3808
|
-
|
|
3809
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
3810
|
-
}
|
|
3811
|
-
|
|
3812
|
-
.E_l17lbdo6 {
|
|
3813
|
-
position: absolute;
|
|
3814
|
-
width: 5px;
|
|
3815
|
-
height: 48px;
|
|
3816
|
-
left: 52.9px;
|
|
3817
|
-
top: 51.8px;
|
|
3818
|
-
|
|
3819
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
3820
|
-
border-radius: 5px;
|
|
3821
|
-
transform: rotate(112deg);
|
|
3822
|
-
transform-origin: top left;
|
|
3823
|
-
|
|
3824
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
3825
|
-
}
|
|
3826
|
-
|
|
3827
|
-
|
|
3828
|
-
.E_slr2ynn {
|
|
3829
|
-
padding: 0 8px;
|
|
3830
|
-
height: 18px;
|
|
3831
|
-
}
|
|
3832
|
-
|
|
3833
|
-
.E_m140wbb6 {
|
|
3834
|
-
padding: 2px 8px;
|
|
3835
|
-
height: 24px;
|
|
3836
|
-
}
|
|
3837
|
-
|
|
3838
|
-
.E_t1fozc1i {
|
|
3839
|
-
margin: 0;
|
|
3840
|
-
}
|
|
3841
|
-
|
|
3842
|
-
.E_i1vxv4ln {
|
|
3843
|
-
margin-right: 4px;
|
|
3844
|
-
height: 16px;
|
|
3845
|
-
}
|
|
3846
|
-
|
|
3847
|
-
.E_n1afl31m {
|
|
3848
|
-
&.ant-tag.ant-tag-gray {
|
|
3849
|
-
font-weight: 700;
|
|
3850
|
-
color: $text-neutral-primary;
|
|
3851
|
-
background-color: $fill-neutral-trans-1;
|
|
3852
|
-
border: 1px solid $stroke-neutral-trans-2;
|
|
3853
|
-
word-break: break-all;
|
|
3854
|
-
display: inline;
|
|
3855
|
-
white-space: normal;
|
|
3856
|
-
}
|
|
3857
|
-
}
|
|
3858
|
-
|
|
3859
|
-
|
|
3860
|
-
.E_l48ei06 {
|
|
3861
|
-
@at-root {
|
|
3862
|
-
button#{&}.ant-btn,
|
|
3863
|
-
button#{&}.ant-btn.ant-btn-sm,
|
|
3864
|
-
button#{&}.ant-btn.ant-btn-lg {
|
|
3865
|
-
font-size: 12px;
|
|
3866
|
-
line-height: 18px;
|
|
3867
|
-
height: 18px;
|
|
3868
|
-
}
|
|
3869
|
-
button#{&} {
|
|
3870
|
-
color: #0080FF;
|
|
3871
|
-
height: unset;
|
|
3872
|
-
.button-prefix-icon {
|
|
3873
|
-
margin-right: 4px;
|
|
3874
|
-
}
|
|
3875
|
-
.button-suffix-icon {
|
|
3876
|
-
margin-left: 4px;
|
|
3877
|
-
}
|
|
3878
|
-
|
|
3879
|
-
&:hover,
|
|
3880
|
-
&.__pseudo-states-hover {
|
|
3881
|
-
color: #009DFF;
|
|
3882
|
-
}
|
|
3883
|
-
|
|
3884
|
-
&:active,
|
|
3885
|
-
&.__pseudo-states-active {
|
|
3886
|
-
color: #005ED1;
|
|
3887
|
-
}
|
|
3888
|
-
&.ui-kit-link-disabled {
|
|
3889
|
-
color: #0080FF;
|
|
3890
|
-
}
|
|
3891
|
-
&.ui-kit-link-primary {
|
|
3892
|
-
color: #00122E;
|
|
3893
|
-
|
|
3894
|
-
&:hover,
|
|
3895
|
-
&.__pseudo-states-hover {
|
|
3896
|
-
color: #0080FF;
|
|
3897
|
-
}
|
|
3898
|
-
|
|
3899
|
-
&:active,
|
|
3900
|
-
&.__pseudo-states-active {
|
|
3901
|
-
color: #005ED1;
|
|
3902
|
-
}
|
|
3903
|
-
|
|
3904
|
-
&.ui-kit-link-disabled {
|
|
3905
|
-
color: #00122E;
|
|
3906
|
-
}
|
|
3907
|
-
}
|
|
3908
|
-
|
|
3909
|
-
&.ui-kit-link-secondary {
|
|
3910
|
-
color: #2C3852BF;
|
|
3911
|
-
|
|
3912
|
-
&:hover,
|
|
3913
|
-
&.__pseudo-states-hover {
|
|
3914
|
-
color: #0080FF;
|
|
3915
|
-
}
|
|
3916
|
-
|
|
3917
|
-
&:active,
|
|
3918
|
-
&.__pseudo-states-active {
|
|
3919
|
-
color: #005ED1;
|
|
3920
|
-
}
|
|
3921
|
-
|
|
3922
|
-
&.ui-kit-link-disabled {
|
|
3923
|
-
color: #2C3852BF;
|
|
3924
|
-
}
|
|
3925
|
-
}
|
|
3926
|
-
}
|
|
3927
|
-
}
|
|
3928
|
-
}
|
|
3929
|
-
|
|
3930
|
-
|
|
3931
|
-
.E_sddwhm6 {
|
|
3932
|
-
$prefix: ui-kit-status-capsule;
|
|
3933
|
-
margin: 0;
|
|
3934
|
-
border-radius: 20px;
|
|
3935
|
-
padding: 2px 10px;
|
|
3936
|
-
height: 22px;
|
|
3755
|
+
.E_sddwhm6 {
|
|
3756
|
+
$prefix: ui-kit-status-capsule;
|
|
3757
|
+
margin: 0;
|
|
3758
|
+
border-radius: 20px;
|
|
3759
|
+
padding: 2px 10px;
|
|
3760
|
+
height: 22px;
|
|
3937
3761
|
|
|
3938
3762
|
&.ant-tag.#{$prefix}.off-white {
|
|
3939
3763
|
background-color: $fill-neutral-trans-1 !important;
|
|
@@ -4012,6 +3836,94 @@
|
|
|
4012
3836
|
}
|
|
4013
3837
|
|
|
4014
3838
|
|
|
3839
|
+
.E_ckui4s7 {
|
|
3840
|
+
color: $text-primary-light;
|
|
3841
|
+
line-height: 22px;
|
|
3842
|
+
display: inline-flex;
|
|
3843
|
+
.ant-checkbox { height: 22px; display: flex; align-items: center; top: 0; } .ant-checkbox-checked::after { border: none; } &.ant-checkbox-wrapper:hover .ant-checkbox-inner, &.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .ant-checkbox:hover .ant-checkbox-inner { border-color: $fills-light-general-general; } .ant-checkbox .ant-checkbox-inner { border: 1px solid $strokes-light-trans-4; } .ant-checkbox.ant-checkbox-checked, .ant-checkbox.ant-checkbox-indeterminate { .ant-checkbox-inner { border: 1px solid $fills-light-general-general; } } .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner { background: $fills-light-general-general; &:after { background-color: $white; height: 2px; width: 10px; border-radius: 2px; } } &.ant-checkbox-wrapper-disabled { opacity: 0.5; .ant-checkbox-disabled .ant-checkbox-inner { background: $fills-light-trans-3; border-color: $strokes-light-trans-4 !important; } .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after { border-color: $text-primary-light; } .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after { background: $text-primary-light; } } .ant-checkbox + span, .ant-checkbox-disabled + span { padding: 0; .main { display: inline-block; margin-left: 12px; color: $text-primary-light; } .sub { margin-left: 28px; color: $text-secondary-light; } } &.compact { .ant-checkbox + span, .ant-checkbox-disabled + span { .main { margin-left: 8px; } .sub { margin-left: 24px; } } }
|
|
3844
|
+
}
|
|
3845
|
+
|
|
3846
|
+
|
|
3847
|
+
.E_c1yd35n {
|
|
3848
|
+
padding: 0 12px 14px 12px;
|
|
3849
|
+
}
|
|
3850
|
+
|
|
3851
|
+
|
|
3852
|
+
.E_c1kghdax {
|
|
3853
|
+
color: $text-primary-light;
|
|
3854
|
+
padding: 7px 12px;
|
|
3855
|
+
display: flex;
|
|
3856
|
+
justify-content: space-between;
|
|
3857
|
+
align-items: center;
|
|
3858
|
+
|
|
3859
|
+
&.has-arrow {
|
|
3860
|
+
padding-left: 10px;
|
|
3861
|
+
|
|
3862
|
+
.title-wrapper {
|
|
3863
|
+
cursor: pointer;
|
|
3864
|
+
color: $text-light-primary;
|
|
3865
|
+
|
|
3866
|
+
&.is-open {
|
|
3867
|
+
color: $text-primary-light;
|
|
3868
|
+
font-weight: 600;
|
|
3869
|
+
|
|
3870
|
+
.collapse-arrow {
|
|
3871
|
+
transform: rotate(90deg);
|
|
3872
|
+
}
|
|
3873
|
+
}
|
|
3874
|
+
}
|
|
3875
|
+
}
|
|
3876
|
+
|
|
3877
|
+
.sub-info {
|
|
3878
|
+
font-size: 12px;
|
|
3879
|
+
line-height: 18px;
|
|
3880
|
+
}
|
|
3881
|
+
|
|
3882
|
+
.title-wrapper {
|
|
3883
|
+
display: flex;
|
|
3884
|
+
align-items: center;
|
|
3885
|
+
user-select: none;
|
|
3886
|
+
flex-grow: 1;
|
|
3887
|
+
font-size: 12px;
|
|
3888
|
+
line-height: 18px;
|
|
3889
|
+
color: $text-primary-light;
|
|
3890
|
+
font-weight: 700;
|
|
3891
|
+
}
|
|
3892
|
+
|
|
3893
|
+
.collapse-arrow {
|
|
3894
|
+
transition: all 50ms ease-out 0ms;
|
|
3895
|
+
margin-right: 2px;
|
|
3896
|
+
}
|
|
3897
|
+
}
|
|
3898
|
+
|
|
3899
|
+
|
|
3900
|
+
.E_b14q2gmw {
|
|
3901
|
+
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14),
|
|
3902
|
+
0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447),
|
|
3903
|
+
0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224),
|
|
3904
|
+
0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253),
|
|
3905
|
+
0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07),
|
|
3906
|
+
0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747),
|
|
3907
|
+
0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776),
|
|
3908
|
+
0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
3909
|
+
}
|
|
3910
|
+
|
|
3911
|
+
.E_c1eym6el {
|
|
3912
|
+
border-radius: 8px;
|
|
3913
|
+
background-color: white;
|
|
3914
|
+
&.hoverable {
|
|
3915
|
+
cursor: pointer;
|
|
3916
|
+
|
|
3917
|
+
&:hover {
|
|
3918
|
+
transition: all 200ms ease;
|
|
3919
|
+
box-shadow: 0px 9px 22px rgb(107 125 153 / 23%),
|
|
3920
|
+
0px 1.12694px 2.75474px rgb(107 125 153 / 12%);
|
|
3921
|
+
transform: translateY(-4px);
|
|
3922
|
+
}
|
|
3923
|
+
}
|
|
3924
|
+
}
|
|
3925
|
+
|
|
3926
|
+
|
|
4015
3927
|
.E_tc97u5y {
|
|
4016
3928
|
height: 100%;
|
|
4017
3929
|
}
|
|
@@ -4450,21 +4362,80 @@
|
|
|
4450
4362
|
}
|
|
4451
4363
|
|
|
4452
4364
|
|
|
4453
|
-
.
|
|
4454
|
-
|
|
4455
|
-
|
|
4456
|
-
|
|
4457
|
-
|
|
4458
|
-
|
|
4459
|
-
|
|
4460
|
-
|
|
4365
|
+
.E_r77hffu {
|
|
4366
|
+
display: flex;
|
|
4367
|
+
align-items: center;
|
|
4368
|
+
justify-content: space-between;
|
|
4369
|
+
column-gap: 6px;
|
|
4370
|
+
}
|
|
4371
|
+
|
|
4372
|
+
.E_p1cmxsf7 {
|
|
4373
|
+
display: flex;
|
|
4374
|
+
flex-direction: column;
|
|
4375
|
+
justify-content: center;
|
|
4376
|
+
row-gap: var(--p1cmxsf7-0);
|
|
4377
|
+
|
|
4378
|
+
.antd5-progress-line {
|
|
4379
|
+
font-size: 0;
|
|
4380
|
+
margin-bottom: unset;
|
|
4381
|
+
margin-inline-end: unset;
|
|
4461
4382
|
}
|
|
4462
4383
|
}
|
|
4463
4384
|
|
|
4464
4385
|
|
|
4465
|
-
.
|
|
4466
|
-
|
|
4467
|
-
height:
|
|
4386
|
+
.E_lht19u8 {
|
|
4387
|
+
width: 64px;
|
|
4388
|
+
height: 64px;
|
|
4389
|
+
display: flex;
|
|
4390
|
+
align-items: center;
|
|
4391
|
+
justify-content: center;
|
|
4392
|
+
position: relative;
|
|
4393
|
+
opacity: 0.2;
|
|
4394
|
+
}
|
|
4395
|
+
|
|
4396
|
+
.E_lk3gkp4 {
|
|
4397
|
+
position: absolute;
|
|
4398
|
+
width: 5px;
|
|
4399
|
+
height: 48px;
|
|
4400
|
+
left: 9.33px;
|
|
4401
|
+
top: 40.5px;
|
|
4402
|
+
|
|
4403
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4404
|
+
border-radius: 5px;
|
|
4405
|
+
transform: rotate(-128deg);
|
|
4406
|
+
transform-origin: top left;
|
|
4407
|
+
|
|
4408
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
4409
|
+
}
|
|
4410
|
+
|
|
4411
|
+
.E_ll4n94n {
|
|
4412
|
+
position: absolute;
|
|
4413
|
+
width: 5px;
|
|
4414
|
+
height: 48px;
|
|
4415
|
+
left: 40.8px;
|
|
4416
|
+
top: 8.4px;
|
|
4417
|
+
|
|
4418
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4419
|
+
border-radius: 5px;
|
|
4420
|
+
transform: rotate(-8deg);
|
|
4421
|
+
transform-origin: top left;
|
|
4422
|
+
|
|
4423
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
4424
|
+
}
|
|
4425
|
+
|
|
4426
|
+
.E_l17lbdo6 {
|
|
4427
|
+
position: absolute;
|
|
4428
|
+
width: 5px;
|
|
4429
|
+
height: 48px;
|
|
4430
|
+
left: 52.9px;
|
|
4431
|
+
top: 51.8px;
|
|
4432
|
+
|
|
4433
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4434
|
+
border-radius: 5px;
|
|
4435
|
+
transform: rotate(112deg);
|
|
4436
|
+
transform-origin: top left;
|
|
4437
|
+
|
|
4438
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
4468
4439
|
}
|
|
4469
4440
|
|
|
4470
4441
|
|
|
@@ -4692,6 +4663,134 @@
|
|
|
4692
4663
|
}
|
|
4693
4664
|
|
|
4694
4665
|
|
|
4666
|
+
.E_w7ob4th {
|
|
4667
|
+
&.outside-tag {
|
|
4668
|
+
padding-left: 0;
|
|
4669
|
+
.inside-tag {
|
|
4670
|
+
border-radius: 4px 0 0 4px;
|
|
4671
|
+
padding-right: 4px;
|
|
4672
|
+
margin-right: 4px;
|
|
4673
|
+
}
|
|
4674
|
+
}
|
|
4675
|
+
}
|
|
4676
|
+
|
|
4677
|
+
|
|
4678
|
+
.E_slr2ynn {
|
|
4679
|
+
padding: 0 8px;
|
|
4680
|
+
height: 18px;
|
|
4681
|
+
}
|
|
4682
|
+
|
|
4683
|
+
.E_m140wbb6 {
|
|
4684
|
+
padding: 2px 8px;
|
|
4685
|
+
height: 24px;
|
|
4686
|
+
}
|
|
4687
|
+
|
|
4688
|
+
.E_t1fozc1i {
|
|
4689
|
+
margin: 0;
|
|
4690
|
+
}
|
|
4691
|
+
|
|
4692
|
+
.E_i1vxv4ln {
|
|
4693
|
+
margin-right: 4px;
|
|
4694
|
+
height: 16px;
|
|
4695
|
+
}
|
|
4696
|
+
|
|
4697
|
+
.E_n1afl31m {
|
|
4698
|
+
&.ant-tag.ant-tag-gray {
|
|
4699
|
+
font-weight: 700;
|
|
4700
|
+
color: $text-neutral-primary;
|
|
4701
|
+
background-color: $fill-neutral-trans-1;
|
|
4702
|
+
border: 1px solid $stroke-neutral-trans-2;
|
|
4703
|
+
word-break: break-all;
|
|
4704
|
+
display: inline;
|
|
4705
|
+
white-space: normal;
|
|
4706
|
+
}
|
|
4707
|
+
}
|
|
4708
|
+
|
|
4709
|
+
|
|
4710
|
+
.E_l1ucdodl {
|
|
4711
|
+
$prefix: ui-kit-status-legend;
|
|
4712
|
+
margin: 0;
|
|
4713
|
+
border-radius: 20px;
|
|
4714
|
+
padding: 2px 10px;
|
|
4715
|
+
height: 22px;
|
|
4716
|
+
display: flex;
|
|
4717
|
+
align-items: center;
|
|
4718
|
+
|
|
4719
|
+
&.ui-kit-status-legend.on-tint {
|
|
4720
|
+
color: $text-neutral-ontint;
|
|
4721
|
+
}
|
|
4722
|
+
&.tag-hover {
|
|
4723
|
+
cursor: pointer;
|
|
4724
|
+
}
|
|
4725
|
+
|
|
4726
|
+
&.#{$prefix} {
|
|
4727
|
+
color: $text-neutral-primary;
|
|
4728
|
+
.#{$prefix}-icon {
|
|
4729
|
+
margin-right: 6px;
|
|
4730
|
+
}
|
|
4731
|
+
.#{$prefix}-number {
|
|
4732
|
+
margin-left: 8px;
|
|
4733
|
+
color: #2C385299;
|
|
4734
|
+
&.#{$prefix}-number.on-tint {
|
|
4735
|
+
color: $text-neutral-ontint;
|
|
4736
|
+
}
|
|
4737
|
+
}
|
|
4738
|
+
&.eagle-legend-blue {
|
|
4739
|
+
.#{$prefix}-icon {
|
|
4740
|
+
background-color: $fill-outstanding-base;
|
|
4741
|
+
}
|
|
4742
|
+
}
|
|
4743
|
+
&.eagle-legend-red {
|
|
4744
|
+
.#{$prefix}-icon {
|
|
4745
|
+
background-color: $fill-serious-base;
|
|
4746
|
+
}
|
|
4747
|
+
}
|
|
4748
|
+
&.eagle-legend-yellow {
|
|
4749
|
+
.#{$prefix}-icon {
|
|
4750
|
+
background-color: $fill-notice-base;
|
|
4751
|
+
}
|
|
4752
|
+
}
|
|
4753
|
+
&.eagle-legend-green {
|
|
4754
|
+
.#{$prefix}-icon {
|
|
4755
|
+
background-color: $fill-positive-base;
|
|
4756
|
+
}
|
|
4757
|
+
}
|
|
4758
|
+
&.eagle-legend-gray {
|
|
4759
|
+
.#{$prefix}-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
4760
|
+
background-color: $gray-70;
|
|
4761
|
+
}
|
|
4762
|
+
}
|
|
4763
|
+
&.eagle-legend-purple {
|
|
4764
|
+
.#{$prefix}-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
4765
|
+
background-color: $purple-50;
|
|
4766
|
+
}
|
|
4767
|
+
}
|
|
4768
|
+
}
|
|
4769
|
+
}
|
|
4770
|
+
|
|
4771
|
+
.E_s1qj66nc {
|
|
4772
|
+
width: 8px;
|
|
4773
|
+
height: 8px;
|
|
4774
|
+
border-radius: 50%;
|
|
4775
|
+
display: inline-block;
|
|
4776
|
+
}
|
|
4777
|
+
|
|
4778
|
+
.E_s5x1boq {
|
|
4779
|
+
width: 8px;
|
|
4780
|
+
height: 8px;
|
|
4781
|
+
border-radius: 2px;
|
|
4782
|
+
display: inline-block;
|
|
4783
|
+
}
|
|
4784
|
+
|
|
4785
|
+
.E_c1xm185 {
|
|
4786
|
+
color: #2C385299;
|
|
4787
|
+
}
|
|
4788
|
+
|
|
4789
|
+
.E_c1x5l5qc {
|
|
4790
|
+
flex: 1;
|
|
4791
|
+
}
|
|
4792
|
+
|
|
4793
|
+
|
|
4695
4794
|
.E_t1dtlqs1 {
|
|
4696
4795
|
margin-bottom: 4px;
|
|
4697
4796
|
color: $text-secondary-light;
|
|
@@ -4909,24 +5008,9 @@
|
|
|
4909
5008
|
}
|
|
4910
5009
|
|
|
4911
5010
|
|
|
4912
|
-
.
|
|
4913
|
-
|
|
4914
|
-
|
|
4915
|
-
justify-content: space-between;
|
|
4916
|
-
column-gap: 6px;
|
|
4917
|
-
}
|
|
4918
|
-
|
|
4919
|
-
.E_p1cmxsf7 {
|
|
4920
|
-
display: flex;
|
|
4921
|
-
flex-direction: column;
|
|
4922
|
-
justify-content: center;
|
|
4923
|
-
row-gap: var(--p1cmxsf7-0);
|
|
4924
|
-
|
|
4925
|
-
.antd5-progress-line {
|
|
4926
|
-
font-size: 0;
|
|
4927
|
-
margin-bottom: unset;
|
|
4928
|
-
margin-inline-end: unset;
|
|
4929
|
-
}
|
|
5011
|
+
.E_i1g85yz3 {
|
|
5012
|
+
margin-right: 4px;
|
|
5013
|
+
height: 16px;
|
|
4930
5014
|
}
|
|
4931
5015
|
|
|
4932
5016
|
|
|
@@ -4965,90 +5049,6 @@
|
|
|
4965
5049
|
}
|
|
4966
5050
|
|
|
4967
5051
|
|
|
4968
|
-
.E_l1ucdodl {
|
|
4969
|
-
$prefix: ui-kit-status-legend;
|
|
4970
|
-
margin: 0;
|
|
4971
|
-
border-radius: 20px;
|
|
4972
|
-
padding: 2px 10px;
|
|
4973
|
-
height: 22px;
|
|
4974
|
-
display: flex;
|
|
4975
|
-
align-items: center;
|
|
4976
|
-
|
|
4977
|
-
&.ui-kit-status-legend.on-tint {
|
|
4978
|
-
color: $text-neutral-ontint;
|
|
4979
|
-
}
|
|
4980
|
-
&.tag-hover {
|
|
4981
|
-
cursor: pointer;
|
|
4982
|
-
}
|
|
4983
|
-
|
|
4984
|
-
&.#{$prefix} {
|
|
4985
|
-
color: $text-neutral-primary;
|
|
4986
|
-
.#{$prefix}-icon {
|
|
4987
|
-
margin-right: 6px;
|
|
4988
|
-
}
|
|
4989
|
-
.#{$prefix}-number {
|
|
4990
|
-
margin-left: 8px;
|
|
4991
|
-
color: #2C385299;
|
|
4992
|
-
&.#{$prefix}-number.on-tint {
|
|
4993
|
-
color: $text-neutral-ontint;
|
|
4994
|
-
}
|
|
4995
|
-
}
|
|
4996
|
-
&.eagle-legend-blue {
|
|
4997
|
-
.#{$prefix}-icon {
|
|
4998
|
-
background-color: $fill-outstanding-base;
|
|
4999
|
-
}
|
|
5000
|
-
}
|
|
5001
|
-
&.eagle-legend-red {
|
|
5002
|
-
.#{$prefix}-icon {
|
|
5003
|
-
background-color: $fill-serious-base;
|
|
5004
|
-
}
|
|
5005
|
-
}
|
|
5006
|
-
&.eagle-legend-yellow {
|
|
5007
|
-
.#{$prefix}-icon {
|
|
5008
|
-
background-color: $fill-notice-base;
|
|
5009
|
-
}
|
|
5010
|
-
}
|
|
5011
|
-
&.eagle-legend-green {
|
|
5012
|
-
.#{$prefix}-icon {
|
|
5013
|
-
background-color: $fill-positive-base;
|
|
5014
|
-
}
|
|
5015
|
-
}
|
|
5016
|
-
&.eagle-legend-gray {
|
|
5017
|
-
.#{$prefix}-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
5018
|
-
background-color: $gray-70;
|
|
5019
|
-
}
|
|
5020
|
-
}
|
|
5021
|
-
&.eagle-legend-purple {
|
|
5022
|
-
.#{$prefix}-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
5023
|
-
background-color: $purple-50;
|
|
5024
|
-
}
|
|
5025
|
-
}
|
|
5026
|
-
}
|
|
5027
|
-
}
|
|
5028
|
-
|
|
5029
|
-
.E_s1qj66nc {
|
|
5030
|
-
width: 8px;
|
|
5031
|
-
height: 8px;
|
|
5032
|
-
border-radius: 50%;
|
|
5033
|
-
display: inline-block;
|
|
5034
|
-
}
|
|
5035
|
-
|
|
5036
|
-
.E_s5x1boq {
|
|
5037
|
-
width: 8px;
|
|
5038
|
-
height: 8px;
|
|
5039
|
-
border-radius: 2px;
|
|
5040
|
-
display: inline-block;
|
|
5041
|
-
}
|
|
5042
|
-
|
|
5043
|
-
.E_c1xm185 {
|
|
5044
|
-
color: #2C385299;
|
|
5045
|
-
}
|
|
5046
|
-
|
|
5047
|
-
.E_c1x5l5qc {
|
|
5048
|
-
flex: 1;
|
|
5049
|
-
}
|
|
5050
|
-
|
|
5051
|
-
|
|
5052
5052
|
.E_t1gvlxt5 {
|
|
5053
5053
|
min-width: 0;
|
|
5054
5054
|
flex: 1;
|
|
@@ -5072,7 +5072,7 @@
|
|
|
5072
5072
|
}
|
|
5073
5073
|
|
|
5074
5074
|
|
|
5075
|
-
.
|
|
5075
|
+
.E_msn7nxt {
|
|
5076
5076
|
color: $text-light-secondary;
|
|
5077
5077
|
text-align: center;
|
|
5078
5078
|
|
|
@@ -5088,7 +5088,7 @@
|
|
|
5088
5088
|
}
|
|
5089
5089
|
}
|
|
5090
5090
|
|
|
5091
|
-
.
|
|
5091
|
+
.E_mp64wfi {
|
|
5092
5092
|
width: 100%;
|
|
5093
5093
|
height: 100%;
|
|
5094
5094
|
display: flex;
|
|
@@ -5098,6 +5098,7 @@
|
|
|
5098
5098
|
width: 100%;
|
|
5099
5099
|
display: flex;
|
|
5100
5100
|
line-height: 30px;
|
|
5101
|
+
padding: 0 16px;
|
|
5101
5102
|
justify-content: space-between;
|
|
5102
5103
|
.metric-extra {
|
|
5103
5104
|
display: flex;
|
|
@@ -5130,7 +5131,7 @@
|
|
|
5130
5131
|
}
|
|
5131
5132
|
}
|
|
5132
5133
|
|
|
5133
|
-
.
|
|
5134
|
+
.E_l1oyigan {
|
|
5134
5135
|
display: flex;
|
|
5135
5136
|
align-items: center;
|
|
5136
5137
|
white-space: nowrap;
|
|
@@ -5138,84 +5139,38 @@
|
|
|
5138
5139
|
width: 100%;
|
|
5139
5140
|
|
|
5140
5141
|
.ant-dropdown-trigger {
|
|
5142
|
+
margin-left: auto;
|
|
5141
5143
|
font-size: 12px;
|
|
5142
|
-
margin-left: 8px;
|
|
5143
5144
|
}
|
|
5144
5145
|
}
|
|
5145
5146
|
|
|
5146
|
-
.
|
|
5147
|
+
.E_l1noi4n1 {
|
|
5147
5148
|
display: flex;
|
|
5148
5149
|
justify-content: flex-start;
|
|
5149
5150
|
align-items: center;
|
|
5150
5151
|
font-size: 12px;
|
|
5151
5152
|
cursor: pointer;
|
|
5152
|
-
&:not(:first-child) {
|
|
5153
|
-
margin-left: 8px;
|
|
5154
|
-
}
|
|
5155
|
-
|
|
5156
|
-
&.deselected,
|
|
5157
|
-
&.hovering {
|
|
5158
|
-
opacity: 0.3;
|
|
5159
5153
|
|
|
5160
|
-
|
|
5161
|
-
|
|
5162
|
-
border-radius: 2px;
|
|
5163
|
-
}
|
|
5164
|
-
}
|
|
5165
|
-
&.hoverering-self {
|
|
5166
|
-
opacity: 1;
|
|
5167
|
-
}
|
|
5168
|
-
.dropdown-trigger {
|
|
5169
|
-
margin-left: 12px;
|
|
5170
|
-
}
|
|
5171
|
-
.legend-name {
|
|
5172
|
-
color: $text-light-primary;
|
|
5173
|
-
}
|
|
5174
|
-
.icon-suffix-wrapper {
|
|
5175
|
-
display: flex;
|
|
5176
|
-
align-items: center;
|
|
5177
|
-
margin-left: 4px;
|
|
5154
|
+
&:not(:last-child) {
|
|
5155
|
+
margin-right: 20px;
|
|
5178
5156
|
}
|
|
5179
|
-
|
|
5180
|
-
|
|
5181
|
-
.E_l1mumj7o {
|
|
5182
|
-
display: flex;
|
|
5183
|
-
justify-content: flex-start;
|
|
5184
|
-
align-items: center;
|
|
5185
|
-
font-size: 12px;
|
|
5186
|
-
cursor: pointer;
|
|
5187
|
-
|
|
5188
|
-
&.deselected,
|
|
5189
|
-
&.hovering {
|
|
5190
|
-
opacity: 0.3;
|
|
5157
|
+
&.deselected {
|
|
5158
|
+
opacity: 0.4;
|
|
5191
5159
|
|
|
5192
|
-
|
|
5160
|
+
.color-block {
|
|
5193
5161
|
background: #b4beca !important;
|
|
5194
|
-
border-radius: 2px;
|
|
5195
5162
|
}
|
|
5196
5163
|
}
|
|
5197
|
-
.legend-name {
|
|
5198
|
-
color: $text-light-primary;
|
|
5199
|
-
}
|
|
5200
|
-
&.hoverering-self {
|
|
5201
|
-
opacity: 1;
|
|
5202
|
-
}
|
|
5203
|
-
.icon-suffix-wrapper {
|
|
5204
|
-
margin-left: 4px;
|
|
5205
|
-
display: flex;
|
|
5206
|
-
align-items: center;
|
|
5207
|
-
}
|
|
5208
5164
|
}
|
|
5209
5165
|
|
|
5210
|
-
.
|
|
5166
|
+
.E_cz19rz6 {
|
|
5211
5167
|
display: inline-block;
|
|
5212
5168
|
height: 8px;
|
|
5213
5169
|
width: 8px;
|
|
5214
|
-
margin-right:
|
|
5215
|
-
border-radius: 2px;
|
|
5170
|
+
margin-right: 8px;
|
|
5216
5171
|
}
|
|
5217
5172
|
|
|
5218
|
-
.
|
|
5173
|
+
.E_e17r5r9c {
|
|
5219
5174
|
.ant-dropdown-menu-item {
|
|
5220
5175
|
display: flex;
|
|
5221
5176
|
align-items: center;
|
|
@@ -5224,7 +5179,7 @@
|
|
|
5224
5179
|
}
|
|
5225
5180
|
}
|
|
5226
5181
|
|
|
5227
|
-
.
|
|
5182
|
+
.E_m1y1hhnr {
|
|
5228
5183
|
position: relative;
|
|
5229
5184
|
|
|
5230
5185
|
&.hidden-xaxis .pointer-wrapper {
|
|
@@ -5235,9 +5190,10 @@
|
|
|
5235
5190
|
display: flex;
|
|
5236
5191
|
justify-content: space-between;
|
|
5237
5192
|
line-height: 30px;
|
|
5193
|
+
margin: 0 16px;
|
|
5194
|
+
|
|
5238
5195
|
.metric-extra {
|
|
5239
5196
|
display: flex;
|
|
5240
|
-
flex-shrink: 0;
|
|
5241
5197
|
font-size: 12px;
|
|
5242
5198
|
align-items: center;
|
|
5243
5199
|
|
|
@@ -5263,28 +5219,26 @@
|
|
|
5263
5219
|
position: absolute;
|
|
5264
5220
|
bottom: 10px;
|
|
5265
5221
|
padding: 0 8px;
|
|
5222
|
+
border-radius: 4px;
|
|
5266
5223
|
font-size: 12px;
|
|
5267
5224
|
color: $white;
|
|
5225
|
+
background: rgba(0, 0, 0, 0.75);
|
|
5268
5226
|
transform: translateX(-50%);
|
|
5269
5227
|
}
|
|
5270
5228
|
}
|
|
5271
5229
|
|
|
5272
|
-
.
|
|
5230
|
+
.E_tnvijvs {
|
|
5273
5231
|
min-width: 200px;
|
|
5274
|
-
background-color: $fill-neutral-trans-8;
|
|
5275
|
-
border-radius: 4px;
|
|
5276
|
-
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
5277
|
-
padding: 8px;
|
|
5278
5232
|
}
|
|
5279
5233
|
|
|
5280
|
-
.
|
|
5234
|
+
.E_t1ub2aex {
|
|
5281
5235
|
display: flex;
|
|
5282
5236
|
align-items: center;
|
|
5283
|
-
background-color: unset;
|
|
5284
|
-
color: $text-neutral-ontint;
|
|
5285
5237
|
justify-content: space-between;
|
|
5238
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
5239
|
+
color: #b4beca;
|
|
5286
5240
|
font-size: 12px;
|
|
5287
|
-
padding
|
|
5241
|
+
padding: 3px 6px;
|
|
5288
5242
|
|
|
5289
5243
|
&:first-child {
|
|
5290
5244
|
padding-top: 3px;
|
|
@@ -5293,24 +5247,13 @@
|
|
|
5293
5247
|
padding-bottom: 3px;
|
|
5294
5248
|
}
|
|
5295
5249
|
.column-value {
|
|
5296
|
-
color: $
|
|
5250
|
+
color: $white;
|
|
5297
5251
|
margin-left: 8px;
|
|
5298
5252
|
}
|
|
5299
5253
|
}
|
|
5300
5254
|
|
|
5301
|
-
.E_ljhvvia {
|
|
5302
|
-
display: inline-block;
|
|
5303
|
-
height: 8px;
|
|
5304
|
-
width: 8px;
|
|
5305
|
-
margin-right: 8px;
|
|
5306
|
-
border-radius: 2px;
|
|
5307
|
-
&.borderd {
|
|
5308
|
-
border: 1px solid $stroke-neutral-white;
|
|
5309
|
-
}
|
|
5310
|
-
}
|
|
5311
|
-
|
|
5312
5255
|
|
|
5313
|
-
.
|
|
5256
|
+
.E_m11nzl2x {
|
|
5314
5257
|
color: $text-light-secondary;
|
|
5315
5258
|
text-align: center;
|
|
5316
5259
|
|
|
@@ -5326,7 +5269,7 @@
|
|
|
5326
5269
|
}
|
|
5327
5270
|
}
|
|
5328
5271
|
|
|
5329
|
-
.
|
|
5272
|
+
.E_mn7joto {
|
|
5330
5273
|
width: 100%;
|
|
5331
5274
|
height: 100%;
|
|
5332
5275
|
display: flex;
|
|
@@ -5336,7 +5279,6 @@
|
|
|
5336
5279
|
width: 100%;
|
|
5337
5280
|
display: flex;
|
|
5338
5281
|
line-height: 30px;
|
|
5339
|
-
padding: 0 16px;
|
|
5340
5282
|
justify-content: space-between;
|
|
5341
5283
|
.metric-extra {
|
|
5342
5284
|
display: flex;
|
|
@@ -5356,59 +5298,105 @@
|
|
|
5356
5298
|
}
|
|
5357
5299
|
}
|
|
5358
5300
|
}
|
|
5359
|
-
|
|
5360
|
-
.content {
|
|
5361
|
-
flex: 1;
|
|
5362
|
-
width: 100%;
|
|
5363
|
-
display: flex;
|
|
5364
|
-
justify-content: center;
|
|
5365
|
-
align-items: center;
|
|
5301
|
+
|
|
5302
|
+
.content {
|
|
5303
|
+
flex: 1;
|
|
5304
|
+
width: 100%;
|
|
5305
|
+
display: flex;
|
|
5306
|
+
justify-content: center;
|
|
5307
|
+
align-items: center;
|
|
5308
|
+
}
|
|
5309
|
+
.single-content {
|
|
5310
|
+
height: 65px;
|
|
5311
|
+
}
|
|
5312
|
+
}
|
|
5313
|
+
|
|
5314
|
+
.E_l1bifhon {
|
|
5315
|
+
display: flex;
|
|
5316
|
+
align-items: center;
|
|
5317
|
+
white-space: nowrap;
|
|
5318
|
+
overflow: hidden;
|
|
5319
|
+
width: 100%;
|
|
5320
|
+
|
|
5321
|
+
.ant-dropdown-trigger {
|
|
5322
|
+
font-size: 12px;
|
|
5323
|
+
margin-left: 8px;
|
|
5324
|
+
}
|
|
5325
|
+
}
|
|
5326
|
+
|
|
5327
|
+
.E_ltthzck {
|
|
5328
|
+
display: flex;
|
|
5329
|
+
justify-content: flex-start;
|
|
5330
|
+
align-items: center;
|
|
5331
|
+
font-size: 12px;
|
|
5332
|
+
cursor: pointer;
|
|
5333
|
+
&:not(:first-child) {
|
|
5334
|
+
margin-left: 8px;
|
|
5335
|
+
}
|
|
5336
|
+
|
|
5337
|
+
&.deselected,
|
|
5338
|
+
&.hovering {
|
|
5339
|
+
opacity: 0.3;
|
|
5340
|
+
|
|
5341
|
+
&:not(.hoverering-self) .color-block {
|
|
5342
|
+
background: #b4beca !important;
|
|
5343
|
+
border-radius: 2px;
|
|
5344
|
+
}
|
|
5345
|
+
}
|
|
5346
|
+
&.hoverering-self {
|
|
5347
|
+
opacity: 1;
|
|
5348
|
+
}
|
|
5349
|
+
.dropdown-trigger {
|
|
5350
|
+
margin-left: 12px;
|
|
5366
5351
|
}
|
|
5367
|
-
.
|
|
5368
|
-
|
|
5352
|
+
.legend-name {
|
|
5353
|
+
color: $text-light-primary;
|
|
5369
5354
|
}
|
|
5370
|
-
|
|
5371
|
-
|
|
5372
|
-
|
|
5373
|
-
|
|
5374
|
-
align-items: center;
|
|
5375
|
-
white-space: nowrap;
|
|
5376
|
-
overflow: hidden;
|
|
5377
|
-
width: 100%;
|
|
5378
|
-
|
|
5379
|
-
.ant-dropdown-trigger {
|
|
5380
|
-
margin-left: auto;
|
|
5381
|
-
font-size: 12px;
|
|
5355
|
+
.icon-suffix-wrapper {
|
|
5356
|
+
display: flex;
|
|
5357
|
+
align-items: center;
|
|
5358
|
+
margin-left: 4px;
|
|
5382
5359
|
}
|
|
5383
5360
|
}
|
|
5384
5361
|
|
|
5385
|
-
.
|
|
5362
|
+
.E_l1mumj7o {
|
|
5386
5363
|
display: flex;
|
|
5387
5364
|
justify-content: flex-start;
|
|
5388
5365
|
align-items: center;
|
|
5389
5366
|
font-size: 12px;
|
|
5390
5367
|
cursor: pointer;
|
|
5391
5368
|
|
|
5392
|
-
|
|
5393
|
-
|
|
5394
|
-
|
|
5395
|
-
&.deselected {
|
|
5396
|
-
opacity: 0.4;
|
|
5369
|
+
&.deselected,
|
|
5370
|
+
&.hovering {
|
|
5371
|
+
opacity: 0.3;
|
|
5397
5372
|
|
|
5398
|
-
.color-block {
|
|
5373
|
+
&:not(.hoverering-self) .color-block {
|
|
5399
5374
|
background: #b4beca !important;
|
|
5375
|
+
border-radius: 2px;
|
|
5400
5376
|
}
|
|
5401
5377
|
}
|
|
5378
|
+
.legend-name {
|
|
5379
|
+
color: $text-light-primary;
|
|
5380
|
+
}
|
|
5381
|
+
&.hoverering-self {
|
|
5382
|
+
opacity: 1;
|
|
5383
|
+
}
|
|
5384
|
+
.icon-suffix-wrapper {
|
|
5385
|
+
margin-left: 4px;
|
|
5386
|
+
display: flex;
|
|
5387
|
+
align-items: center;
|
|
5388
|
+
}
|
|
5402
5389
|
}
|
|
5403
5390
|
|
|
5404
|
-
.
|
|
5391
|
+
.E_c14rn6j5 {
|
|
5405
5392
|
display: inline-block;
|
|
5406
5393
|
height: 8px;
|
|
5407
5394
|
width: 8px;
|
|
5408
|
-
margin-right:
|
|
5395
|
+
margin-right: 6px;
|
|
5396
|
+
border-radius: 2px;
|
|
5409
5397
|
}
|
|
5410
5398
|
|
|
5411
|
-
.
|
|
5399
|
+
.E_e45tc5l {
|
|
5412
5400
|
.ant-dropdown-menu-item {
|
|
5413
5401
|
display: flex;
|
|
5414
5402
|
align-items: center;
|
|
@@ -5417,7 +5405,7 @@
|
|
|
5417
5405
|
}
|
|
5418
5406
|
}
|
|
5419
5407
|
|
|
5420
|
-
.
|
|
5408
|
+
.E_lqeaosa {
|
|
5421
5409
|
position: relative;
|
|
5422
5410
|
|
|
5423
5411
|
&.hidden-xaxis .pointer-wrapper {
|
|
@@ -5428,10 +5416,9 @@
|
|
|
5428
5416
|
display: flex;
|
|
5429
5417
|
justify-content: space-between;
|
|
5430
5418
|
line-height: 30px;
|
|
5431
|
-
margin: 0 16px;
|
|
5432
|
-
|
|
5433
5419
|
.metric-extra {
|
|
5434
5420
|
display: flex;
|
|
5421
|
+
flex-shrink: 0;
|
|
5435
5422
|
font-size: 12px;
|
|
5436
5423
|
align-items: center;
|
|
5437
5424
|
|
|
@@ -5457,26 +5444,28 @@
|
|
|
5457
5444
|
position: absolute;
|
|
5458
5445
|
bottom: 10px;
|
|
5459
5446
|
padding: 0 8px;
|
|
5460
|
-
border-radius: 4px;
|
|
5461
5447
|
font-size: 12px;
|
|
5462
5448
|
color: $white;
|
|
5463
|
-
background: rgba(0, 0, 0, 0.75);
|
|
5464
5449
|
transform: translateX(-50%);
|
|
5465
5450
|
}
|
|
5466
5451
|
}
|
|
5467
5452
|
|
|
5468
|
-
.
|
|
5453
|
+
.E_t2pr38p {
|
|
5469
5454
|
min-width: 200px;
|
|
5455
|
+
background-color: $fill-neutral-trans-8;
|
|
5456
|
+
border-radius: 4px;
|
|
5457
|
+
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
5458
|
+
padding: 8px;
|
|
5470
5459
|
}
|
|
5471
5460
|
|
|
5472
|
-
.
|
|
5461
|
+
.E_tecdsj7 {
|
|
5473
5462
|
display: flex;
|
|
5474
5463
|
align-items: center;
|
|
5464
|
+
background-color: unset;
|
|
5465
|
+
color: $text-neutral-ontint;
|
|
5475
5466
|
justify-content: space-between;
|
|
5476
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
5477
|
-
color: #b4beca;
|
|
5478
5467
|
font-size: 12px;
|
|
5479
|
-
padding:
|
|
5468
|
+
padding-top: 6px;
|
|
5480
5469
|
|
|
5481
5470
|
&:first-child {
|
|
5482
5471
|
padding-top: 3px;
|
|
@@ -5485,11 +5474,22 @@
|
|
|
5485
5474
|
padding-bottom: 3px;
|
|
5486
5475
|
}
|
|
5487
5476
|
.column-value {
|
|
5488
|
-
color: $
|
|
5477
|
+
color: $text-neutral-ontint;
|
|
5489
5478
|
margin-left: 8px;
|
|
5490
5479
|
}
|
|
5491
5480
|
}
|
|
5492
5481
|
|
|
5482
|
+
.E_ljhvvia {
|
|
5483
|
+
display: inline-block;
|
|
5484
|
+
height: 8px;
|
|
5485
|
+
width: 8px;
|
|
5486
|
+
margin-right: 8px;
|
|
5487
|
+
border-radius: 2px;
|
|
5488
|
+
&.borderd {
|
|
5489
|
+
border: 1px solid $stroke-neutral-white;
|
|
5490
|
+
}
|
|
5491
|
+
}
|
|
5492
|
+
|
|
5493
5493
|
|
|
5494
5494
|
.E_bpgac8u {
|
|
5495
5495
|
color: #FFFFFF;
|
|
@@ -6111,6 +6111,21 @@
|
|
|
6111
6111
|
}
|
|
6112
6112
|
|
|
6113
6113
|
|
|
6114
|
+
.E_skwah65 {
|
|
6115
|
+
height: 8px;
|
|
6116
|
+
box-sizing: border-box;
|
|
6117
|
+
border-radius: 2px;
|
|
6118
|
+
background: #f5f7fa;
|
|
6119
|
+
display: flex;
|
|
6120
|
+
width: 100%;
|
|
6121
|
+
overflow: hidden;
|
|
6122
|
+
|
|
6123
|
+
.stack-bar-item + .stack-bar-item {
|
|
6124
|
+
margin-left: 1px;
|
|
6125
|
+
}
|
|
6126
|
+
}
|
|
6127
|
+
|
|
6128
|
+
|
|
6114
6129
|
.E_s1ebs0ra {
|
|
6115
6130
|
display: flex;
|
|
6116
6131
|
align-items: center;
|
|
@@ -6178,6 +6193,70 @@
|
|
|
6178
6193
|
}
|
|
6179
6194
|
|
|
6180
6195
|
|
|
6196
|
+
.E_c18bcrac {
|
|
6197
|
+
display: inline-block;
|
|
6198
|
+
width: 100%;
|
|
6199
|
+
.recharts-wrapper {
|
|
6200
|
+
margin-left: 4px;
|
|
6201
|
+
}
|
|
6202
|
+
}
|
|
6203
|
+
|
|
6204
|
+
.E_cro7kg2 {
|
|
6205
|
+
padding: 4px;
|
|
6206
|
+
|
|
6207
|
+
.unit {
|
|
6208
|
+
color: white;
|
|
6209
|
+
}
|
|
6210
|
+
}
|
|
6211
|
+
|
|
6212
|
+
.E_c14wcxf0 {
|
|
6213
|
+
display: flex;
|
|
6214
|
+
justify-content: space-between;
|
|
6215
|
+
align-items: center;
|
|
6216
|
+
font-size: 13px;
|
|
6217
|
+
line-height: 24px;
|
|
6218
|
+
color: #cccccc;
|
|
6219
|
+
white-space: nowrap;
|
|
6220
|
+
|
|
6221
|
+
label {
|
|
6222
|
+
margin-right: 32px;
|
|
6223
|
+
}
|
|
6224
|
+
}
|
|
6225
|
+
|
|
6226
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
6227
|
+
font-weight: bold;
|
|
6228
|
+
color: white;
|
|
6229
|
+
}
|
|
6230
|
+
|
|
6231
|
+
.E_s11212zy {
|
|
6232
|
+
width: 8px;
|
|
6233
|
+
height: 8px;
|
|
6234
|
+
border-radius: 2px;
|
|
6235
|
+
display: inline-block;
|
|
6236
|
+
background: var(--s11212zy-0);
|
|
6237
|
+
border: 1px solid $fills-light-white;
|
|
6238
|
+
box-sizing: content-box;
|
|
6239
|
+
margin-right: 6px;
|
|
6240
|
+
}
|
|
6241
|
+
|
|
6242
|
+
.E_p1lyky6c {
|
|
6243
|
+
& > :first-child {
|
|
6244
|
+
font-weight: bold;
|
|
6245
|
+
color: white;
|
|
6246
|
+
margin-right: 4px;
|
|
6247
|
+
}
|
|
6248
|
+
}
|
|
6249
|
+
|
|
6250
|
+
|
|
6251
|
+
.E_tqjc4ui {
|
|
6252
|
+
@at-root {
|
|
6253
|
+
span#{&} {
|
|
6254
|
+
margin: 0 2px;
|
|
6255
|
+
}
|
|
6256
|
+
}
|
|
6257
|
+
}
|
|
6258
|
+
|
|
6259
|
+
|
|
6181
6260
|
.E_clm1wy1 {
|
|
6182
6261
|
width: 192px;
|
|
6183
6262
|
height: 246px;
|
|
@@ -6276,61 +6355,6 @@
|
|
|
6276
6355
|
}
|
|
6277
6356
|
|
|
6278
6357
|
|
|
6279
|
-
.E_c18bcrac {
|
|
6280
|
-
display: inline-block;
|
|
6281
|
-
width: 100%;
|
|
6282
|
-
.recharts-wrapper {
|
|
6283
|
-
margin-left: 4px;
|
|
6284
|
-
}
|
|
6285
|
-
}
|
|
6286
|
-
|
|
6287
|
-
.E_cro7kg2 {
|
|
6288
|
-
padding: 4px;
|
|
6289
|
-
|
|
6290
|
-
.unit {
|
|
6291
|
-
color: white;
|
|
6292
|
-
}
|
|
6293
|
-
}
|
|
6294
|
-
|
|
6295
|
-
.E_c14wcxf0 {
|
|
6296
|
-
display: flex;
|
|
6297
|
-
justify-content: space-between;
|
|
6298
|
-
align-items: center;
|
|
6299
|
-
font-size: 13px;
|
|
6300
|
-
line-height: 24px;
|
|
6301
|
-
color: #cccccc;
|
|
6302
|
-
white-space: nowrap;
|
|
6303
|
-
|
|
6304
|
-
label {
|
|
6305
|
-
margin-right: 32px;
|
|
6306
|
-
}
|
|
6307
|
-
}
|
|
6308
|
-
|
|
6309
|
-
.E_coy29mj.E_c14wcxf0 {
|
|
6310
|
-
font-weight: bold;
|
|
6311
|
-
color: white;
|
|
6312
|
-
}
|
|
6313
|
-
|
|
6314
|
-
.E_s11212zy {
|
|
6315
|
-
width: 8px;
|
|
6316
|
-
height: 8px;
|
|
6317
|
-
border-radius: 2px;
|
|
6318
|
-
display: inline-block;
|
|
6319
|
-
background: var(--s11212zy-0);
|
|
6320
|
-
border: 1px solid $fills-light-white;
|
|
6321
|
-
box-sizing: content-box;
|
|
6322
|
-
margin-right: 6px;
|
|
6323
|
-
}
|
|
6324
|
-
|
|
6325
|
-
.E_p1lyky6c {
|
|
6326
|
-
& > :first-child {
|
|
6327
|
-
font-weight: bold;
|
|
6328
|
-
color: white;
|
|
6329
|
-
margin-right: 4px;
|
|
6330
|
-
}
|
|
6331
|
-
}
|
|
6332
|
-
|
|
6333
|
-
|
|
6334
6358
|
.E_c1up1pdz {
|
|
6335
6359
|
width: 648px;
|
|
6336
6360
|
|
|
@@ -6529,10 +6553,31 @@
|
|
|
6529
6553
|
}
|
|
6530
6554
|
|
|
6531
6555
|
|
|
6532
|
-
.
|
|
6533
|
-
|
|
6534
|
-
|
|
6535
|
-
|
|
6556
|
+
.E_ou7iq30 {
|
|
6557
|
+
overflow: hidden;
|
|
6558
|
+
text-overflow: ellipsis;
|
|
6559
|
+
}
|
|
6560
|
+
|
|
6561
|
+
.E_s1tui002 {
|
|
6562
|
+
white-space: nowrap;
|
|
6563
|
+
}
|
|
6564
|
+
|
|
6565
|
+
.E_mxrc2zg {
|
|
6566
|
+
display: -webkit-box;
|
|
6567
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
6568
|
+
-webkit-box-orient: vertical;
|
|
6569
|
+
word-break: break-all;
|
|
6570
|
+
}
|
|
6571
|
+
|
|
6572
|
+
.E_t1vv6d68 {
|
|
6573
|
+
.ant-tooltip-arrow {
|
|
6574
|
+
display: none;
|
|
6575
|
+
}
|
|
6576
|
+
.ant-tooltip-inner {
|
|
6577
|
+
background: $gray-a80-9;
|
|
6578
|
+
border-radius: 4px;
|
|
6579
|
+
&:has(.eagle-ellipsis-content) {
|
|
6580
|
+
visibility: hidden;
|
|
6536
6581
|
}
|
|
6537
6582
|
}
|
|
6538
6583
|
}
|
|
@@ -6650,89 +6695,6 @@
|
|
|
6650
6695
|
}
|
|
6651
6696
|
|
|
6652
6697
|
|
|
6653
|
-
.E_s1iv0tp1 {
|
|
6654
|
-
.enabled-switch {
|
|
6655
|
-
display: flex;
|
|
6656
|
-
align-items: center;
|
|
6657
|
-
}
|
|
6658
|
-
|
|
6659
|
-
.enabled-text {
|
|
6660
|
-
margin-right: 8px;
|
|
6661
|
-
}
|
|
6662
|
-
}
|
|
6663
|
-
|
|
6664
|
-
|
|
6665
|
-
.E_wg1tsps {
|
|
6666
|
-
display: flex;
|
|
6667
|
-
align-items: center;
|
|
6668
|
-
justify-content: flex-end;
|
|
6669
|
-
}
|
|
6670
|
-
|
|
6671
|
-
.E_b1ctd5xy {
|
|
6672
|
-
display: flex;
|
|
6673
|
-
align-items: center;
|
|
6674
|
-
width: calc(100% - 40px);
|
|
6675
|
-
|
|
6676
|
-
.chart {
|
|
6677
|
-
display: inline-block;
|
|
6678
|
-
width: 100%;
|
|
6679
|
-
}
|
|
6680
|
-
}
|
|
6681
|
-
|
|
6682
|
-
.E_u1p8acpn {
|
|
6683
|
-
min-width: 40px;
|
|
6684
|
-
|
|
6685
|
-
.unit {
|
|
6686
|
-
color: $text-light-primary !important;
|
|
6687
|
-
}
|
|
6688
|
-
}
|
|
6689
|
-
|
|
6690
|
-
|
|
6691
|
-
.E_ou7iq30 {
|
|
6692
|
-
overflow: hidden;
|
|
6693
|
-
text-overflow: ellipsis;
|
|
6694
|
-
}
|
|
6695
|
-
|
|
6696
|
-
.E_s1tui002 {
|
|
6697
|
-
white-space: nowrap;
|
|
6698
|
-
}
|
|
6699
|
-
|
|
6700
|
-
.E_mxrc2zg {
|
|
6701
|
-
display: -webkit-box;
|
|
6702
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
6703
|
-
-webkit-box-orient: vertical;
|
|
6704
|
-
word-break: break-all;
|
|
6705
|
-
}
|
|
6706
|
-
|
|
6707
|
-
.E_t1vv6d68 {
|
|
6708
|
-
.ant-tooltip-arrow {
|
|
6709
|
-
display: none;
|
|
6710
|
-
}
|
|
6711
|
-
.ant-tooltip-inner {
|
|
6712
|
-
background: $gray-a80-9;
|
|
6713
|
-
border-radius: 4px;
|
|
6714
|
-
&:has(.eagle-ellipsis-content) {
|
|
6715
|
-
visibility: hidden;
|
|
6716
|
-
}
|
|
6717
|
-
}
|
|
6718
|
-
}
|
|
6719
|
-
|
|
6720
|
-
|
|
6721
|
-
.E_skwah65 {
|
|
6722
|
-
height: 8px;
|
|
6723
|
-
box-sizing: border-box;
|
|
6724
|
-
border-radius: 2px;
|
|
6725
|
-
background: #f5f7fa;
|
|
6726
|
-
display: flex;
|
|
6727
|
-
width: 100%;
|
|
6728
|
-
overflow: hidden;
|
|
6729
|
-
|
|
6730
|
-
.stack-bar-item + .stack-bar-item {
|
|
6731
|
-
margin-left: 1px;
|
|
6732
|
-
}
|
|
6733
|
-
}
|
|
6734
|
-
|
|
6735
|
-
|
|
6736
6698
|
.E_s1at6qmn {
|
|
6737
6699
|
&.ant-layout-sider {
|
|
6738
6700
|
background: $backgrounds-light-grouped;
|
|
@@ -6891,6 +6853,44 @@
|
|
|
6891
6853
|
}
|
|
6892
6854
|
|
|
6893
6855
|
|
|
6856
|
+
.E_wg1tsps {
|
|
6857
|
+
display: flex;
|
|
6858
|
+
align-items: center;
|
|
6859
|
+
justify-content: flex-end;
|
|
6860
|
+
}
|
|
6861
|
+
|
|
6862
|
+
.E_b1ctd5xy {
|
|
6863
|
+
display: flex;
|
|
6864
|
+
align-items: center;
|
|
6865
|
+
width: calc(100% - 40px);
|
|
6866
|
+
|
|
6867
|
+
.chart {
|
|
6868
|
+
display: inline-block;
|
|
6869
|
+
width: 100%;
|
|
6870
|
+
}
|
|
6871
|
+
}
|
|
6872
|
+
|
|
6873
|
+
.E_u1p8acpn {
|
|
6874
|
+
min-width: 40px;
|
|
6875
|
+
|
|
6876
|
+
.unit {
|
|
6877
|
+
color: $text-light-primary !important;
|
|
6878
|
+
}
|
|
6879
|
+
}
|
|
6880
|
+
|
|
6881
|
+
|
|
6882
|
+
.E_s1iv0tp1 {
|
|
6883
|
+
.enabled-switch {
|
|
6884
|
+
display: flex;
|
|
6885
|
+
align-items: center;
|
|
6886
|
+
}
|
|
6887
|
+
|
|
6888
|
+
.enabled-text {
|
|
6889
|
+
margin-right: 8px;
|
|
6890
|
+
}
|
|
6891
|
+
}
|
|
6892
|
+
|
|
6893
|
+
|
|
6894
6894
|
.E_t160l1cm {
|
|
6895
6895
|
display: flex;
|
|
6896
6896
|
flex-direction: column;
|
|
@@ -7340,6 +7340,24 @@
|
|
|
7340
7340
|
}
|
|
7341
7341
|
|
|
7342
7342
|
|
|
7343
|
+
.E_l12xdkhl {
|
|
7344
|
+
width: 64px;
|
|
7345
|
+
height: 64px;
|
|
7346
|
+
max-width: 64px;
|
|
7347
|
+
max-height: 64px;
|
|
7348
|
+
overflow: hidden;
|
|
7349
|
+
display: flex;
|
|
7350
|
+
align-items: center;
|
|
7351
|
+
justify-content: center;
|
|
7352
|
+
position: relative;
|
|
7353
|
+
opacity: 0.6;
|
|
7354
|
+
.icon-wrapper {
|
|
7355
|
+
@keyframes rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } };
|
|
7356
|
+
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
7357
|
+
}
|
|
7358
|
+
}
|
|
7359
|
+
|
|
7360
|
+
|
|
7343
7361
|
.E_c14ouk5o {
|
|
7344
7362
|
width: 100%;
|
|
7345
7363
|
height: 100%;
|
|
@@ -7391,59 +7409,6 @@
|
|
|
7391
7409
|
}
|
|
7392
7410
|
|
|
7393
7411
|
|
|
7394
|
-
.E_c1ss4prm {
|
|
7395
|
-
color: $text-light-secondary;
|
|
7396
|
-
|
|
7397
|
-
li {
|
|
7398
|
-
margin-bottom: 4px;
|
|
7399
|
-
|
|
7400
|
-
&:last-child {
|
|
7401
|
-
margin-bottom: 0;
|
|
7402
|
-
}
|
|
7403
|
-
}
|
|
7404
|
-
}
|
|
7405
|
-
|
|
7406
|
-
.E_ms3tlei {
|
|
7407
|
-
background: $fill-neutral-trans-2;
|
|
7408
|
-
padding: 8px;
|
|
7409
|
-
border-radius: 6px;
|
|
7410
|
-
color: $gray-a60-8;
|
|
7411
|
-
|
|
7412
|
-
li {
|
|
7413
|
-
margin-bottom: 4px;
|
|
7414
|
-
|
|
7415
|
-
&:last-child {
|
|
7416
|
-
margin-bottom: 0;
|
|
7417
|
-
}
|
|
7418
|
-
}
|
|
7419
|
-
}
|
|
7420
|
-
|
|
7421
|
-
.E_du44iy7 {
|
|
7422
|
-
margin-bottom: 4px;
|
|
7423
|
-
}
|
|
7424
|
-
|
|
7425
|
-
.E_s1qmhanr {
|
|
7426
|
-
color: $text-light-secondary;
|
|
7427
|
-
margin-bottom: 8px;
|
|
7428
|
-
}
|
|
7429
|
-
|
|
7430
|
-
.E_drje1h0 {
|
|
7431
|
-
height: 1px;
|
|
7432
|
-
background: $strokes-light-opaque-2;
|
|
7433
|
-
margin: 16px 0;
|
|
7434
|
-
}
|
|
7435
|
-
|
|
7436
|
-
|
|
7437
|
-
.E_cevhqx7 {
|
|
7438
|
-
color: $text-light-primary;
|
|
7439
|
-
}
|
|
7440
|
-
|
|
7441
|
-
.E_snbqlt4 {
|
|
7442
|
-
margin-top: 8px;
|
|
7443
|
-
color: $text-light-secondary;
|
|
7444
|
-
}
|
|
7445
|
-
|
|
7446
|
-
|
|
7447
7412
|
.E_c1kchka8 {
|
|
7448
7413
|
height: 100%;
|
|
7449
7414
|
width: 100%;
|
|
@@ -8043,20 +8008,55 @@
|
|
|
8043
8008
|
}
|
|
8044
8009
|
|
|
8045
8010
|
|
|
8046
|
-
.
|
|
8047
|
-
|
|
8048
|
-
|
|
8049
|
-
|
|
8050
|
-
|
|
8051
|
-
|
|
8052
|
-
|
|
8053
|
-
|
|
8054
|
-
|
|
8055
|
-
|
|
8056
|
-
|
|
8057
|
-
|
|
8058
|
-
|
|
8059
|
-
|
|
8011
|
+
.E_cevhqx7 {
|
|
8012
|
+
color: $text-light-primary;
|
|
8013
|
+
}
|
|
8014
|
+
|
|
8015
|
+
.E_snbqlt4 {
|
|
8016
|
+
margin-top: 8px;
|
|
8017
|
+
color: $text-light-secondary;
|
|
8018
|
+
}
|
|
8019
|
+
|
|
8020
|
+
|
|
8021
|
+
.E_c1ss4prm {
|
|
8022
|
+
color: $text-light-secondary;
|
|
8023
|
+
|
|
8024
|
+
li {
|
|
8025
|
+
margin-bottom: 4px;
|
|
8026
|
+
|
|
8027
|
+
&:last-child {
|
|
8028
|
+
margin-bottom: 0;
|
|
8029
|
+
}
|
|
8030
|
+
}
|
|
8031
|
+
}
|
|
8032
|
+
|
|
8033
|
+
.E_ms3tlei {
|
|
8034
|
+
background: $fill-neutral-trans-2;
|
|
8035
|
+
padding: 8px;
|
|
8036
|
+
border-radius: 6px;
|
|
8037
|
+
color: $gray-a60-8;
|
|
8038
|
+
|
|
8039
|
+
li {
|
|
8040
|
+
margin-bottom: 4px;
|
|
8041
|
+
|
|
8042
|
+
&:last-child {
|
|
8043
|
+
margin-bottom: 0;
|
|
8044
|
+
}
|
|
8060
8045
|
}
|
|
8061
8046
|
}
|
|
8062
8047
|
|
|
8048
|
+
.E_du44iy7 {
|
|
8049
|
+
margin-bottom: 4px;
|
|
8050
|
+
}
|
|
8051
|
+
|
|
8052
|
+
.E_s1qmhanr {
|
|
8053
|
+
color: $text-light-secondary;
|
|
8054
|
+
margin-bottom: 8px;
|
|
8055
|
+
}
|
|
8056
|
+
|
|
8057
|
+
.E_drje1h0 {
|
|
8058
|
+
height: 1px;
|
|
8059
|
+
background: $strokes-light-opaque-2;
|
|
8060
|
+
margin: 16px 0;
|
|
8061
|
+
}
|
|
8062
|
+
|