@cloudtower/eagle 0.34.18 → 0.34.19
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 +1255 -1256
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +1460 -1461
- package/dist/style.css +1255 -1256
- package/package.json +4 -4
package/dist/linaria.merged.scss
CHANGED
|
@@ -469,6 +469,31 @@
|
|
|
469
469
|
}
|
|
470
470
|
|
|
471
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
|
+
|
|
472
497
|
.E_d1bw7c5z {
|
|
473
498
|
position: relative;
|
|
474
499
|
max-width: 388px;
|
|
@@ -560,27 +585,59 @@
|
|
|
560
585
|
}
|
|
561
586
|
|
|
562
587
|
|
|
563
|
-
.
|
|
564
|
-
|
|
588
|
+
.E_d133fzv0 {
|
|
589
|
+
.ant-dropdown-menu-item-group {
|
|
590
|
+
.ant-dropdown-menu-item-group-title {
|
|
591
|
+
padding: 4px 8px 0 8px;
|
|
592
|
+
color: $text-light-secondary;
|
|
593
|
+
font-size: 12px;
|
|
594
|
+
}
|
|
595
|
+
.ant-dropdown-menu-item-group-list {
|
|
596
|
+
padding-bottom: 6px;
|
|
597
|
+
}
|
|
598
|
+
&:not(:first-child) {
|
|
599
|
+
padding-top: 4px;
|
|
600
|
+
border-top: 1px solid $strokes-light-trans-2;
|
|
601
|
+
}
|
|
602
|
+
}
|
|
603
|
+
}
|
|
565
604
|
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
605
|
+
|
|
606
|
+
.E_iouxfgt {
|
|
607
|
+
display: inline-flex;
|
|
608
|
+
align-items: center;
|
|
609
|
+
|
|
610
|
+
.icon-inner {
|
|
611
|
+
display: inline-flex;
|
|
612
|
+
align-items: center;
|
|
613
|
+
justify-content: center;
|
|
571
614
|
}
|
|
572
|
-
.
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
background: $fills-light-white;
|
|
615
|
+
.icon-inner + span,
|
|
616
|
+
span + .icon-inner.suffix {
|
|
617
|
+
margin-left: 4px;
|
|
576
618
|
}
|
|
619
|
+
&.is-rotate {
|
|
620
|
+
img,
|
|
621
|
+
svg {
|
|
622
|
+
animation: rotate 680ms linear infinite;
|
|
623
|
+
}
|
|
624
|
+
}
|
|
625
|
+
}
|
|
577
626
|
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
627
|
+
|
|
628
|
+
.E_fzh9mnb {
|
|
629
|
+
width: 100%;
|
|
630
|
+
height: 100%;
|
|
631
|
+
min-height: 124px;
|
|
632
|
+
display: flex;
|
|
633
|
+
flex-direction: column;
|
|
634
|
+
justify-content: center;
|
|
635
|
+
align-items: center;
|
|
636
|
+
|
|
637
|
+
.error-text {
|
|
638
|
+
color: $text-terdiary-light;
|
|
639
|
+
margin-bottom: 16px;
|
|
640
|
+
font-size: 18px;
|
|
584
641
|
}
|
|
585
642
|
}
|
|
586
643
|
|
|
@@ -689,63 +746,6 @@
|
|
|
689
746
|
}
|
|
690
747
|
|
|
691
748
|
|
|
692
|
-
.E_d133fzv0 {
|
|
693
|
-
.ant-dropdown-menu-item-group {
|
|
694
|
-
.ant-dropdown-menu-item-group-title {
|
|
695
|
-
padding: 4px 8px 0 8px;
|
|
696
|
-
color: $text-light-secondary;
|
|
697
|
-
font-size: 12px;
|
|
698
|
-
}
|
|
699
|
-
.ant-dropdown-menu-item-group-list {
|
|
700
|
-
padding-bottom: 6px;
|
|
701
|
-
}
|
|
702
|
-
&:not(:first-child) {
|
|
703
|
-
padding-top: 4px;
|
|
704
|
-
border-top: 1px solid $strokes-light-trans-2;
|
|
705
|
-
}
|
|
706
|
-
}
|
|
707
|
-
}
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
.E_fzh9mnb {
|
|
711
|
-
width: 100%;
|
|
712
|
-
height: 100%;
|
|
713
|
-
min-height: 124px;
|
|
714
|
-
display: flex;
|
|
715
|
-
flex-direction: column;
|
|
716
|
-
justify-content: center;
|
|
717
|
-
align-items: center;
|
|
718
|
-
|
|
719
|
-
.error-text {
|
|
720
|
-
color: $text-terdiary-light;
|
|
721
|
-
margin-bottom: 16px;
|
|
722
|
-
font-size: 18px;
|
|
723
|
-
}
|
|
724
|
-
}
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
.E_iouxfgt {
|
|
728
|
-
display: inline-flex;
|
|
729
|
-
align-items: center;
|
|
730
|
-
|
|
731
|
-
.icon-inner {
|
|
732
|
-
display: inline-flex;
|
|
733
|
-
align-items: center;
|
|
734
|
-
justify-content: center;
|
|
735
|
-
}
|
|
736
|
-
.icon-inner + span,
|
|
737
|
-
span + .icon-inner.suffix {
|
|
738
|
-
margin-left: 4px;
|
|
739
|
-
}
|
|
740
|
-
&.is-rotate {
|
|
741
|
-
img,
|
|
742
|
-
svg {
|
|
743
|
-
animation: rotate 680ms linear infinite;
|
|
744
|
-
}
|
|
745
|
-
}
|
|
746
|
-
}
|
|
747
|
-
|
|
748
|
-
|
|
749
749
|
.E_ai7qkf2 {
|
|
750
750
|
.ant-input-number-handler-wrap {
|
|
751
751
|
display: var(--ai7qkf2-0);
|
|
@@ -888,6 +888,16 @@
|
|
|
888
888
|
}
|
|
889
889
|
|
|
890
890
|
|
|
891
|
+
.E_owd0kml {
|
|
892
|
+
display: inline-block;
|
|
893
|
+
}
|
|
894
|
+
|
|
895
|
+
.E_h1jsgezc {
|
|
896
|
+
visibility: hidden;
|
|
897
|
+
position: absolute;
|
|
898
|
+
}
|
|
899
|
+
|
|
900
|
+
|
|
891
901
|
.E_phljevk {
|
|
892
902
|
display: flex;
|
|
893
903
|
justify-content: space-between;
|
|
@@ -955,16 +965,6 @@
|
|
|
955
965
|
}
|
|
956
966
|
|
|
957
967
|
|
|
958
|
-
.E_owd0kml {
|
|
959
|
-
display: inline-block;
|
|
960
|
-
}
|
|
961
|
-
|
|
962
|
-
.E_h1jsgezc {
|
|
963
|
-
visibility: hidden;
|
|
964
|
-
position: absolute;
|
|
965
|
-
}
|
|
966
|
-
|
|
967
|
-
|
|
968
968
|
.E_i11gg7mj {
|
|
969
969
|
.ant-input-prefix {
|
|
970
970
|
margin-right: 8px;
|
|
@@ -997,73 +997,6 @@
|
|
|
997
997
|
}
|
|
998
998
|
|
|
999
999
|
|
|
1000
|
-
.E_tju3gfj {
|
|
1001
|
-
.date {
|
|
1002
|
-
margin-right: 4px;
|
|
1003
|
-
}
|
|
1004
|
-
}
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
.E_s1dizucg {
|
|
1008
|
-
&.ant-switch {
|
|
1009
|
-
min-width: 40px;
|
|
1010
|
-
height: 24px;
|
|
1011
|
-
background: $fills-trans-quinary-light;
|
|
1012
|
-
overflow: hidden;
|
|
1013
|
-
&:focus {
|
|
1014
|
-
box-shadow: 0 0 0 2px $strokes-light-trans-1;
|
|
1015
|
-
}
|
|
1016
|
-
}
|
|
1017
|
-
&.ant-switch-small {
|
|
1018
|
-
min-width: 26px;
|
|
1019
|
-
height: 16px;
|
|
1020
|
-
}
|
|
1021
|
-
&.ant-switch-large {
|
|
1022
|
-
min-width: 52px;
|
|
1023
|
-
height: 32px;
|
|
1024
|
-
}
|
|
1025
|
-
|
|
1026
|
-
&.ant-switch .ant-switch-handle {
|
|
1027
|
-
height: 20px;
|
|
1028
|
-
width: 20px;
|
|
1029
|
-
&::before {
|
|
1030
|
-
border-radius: 10px;
|
|
1031
|
-
transition-delay: 120ms;
|
|
1032
|
-
}
|
|
1033
|
-
}
|
|
1034
|
-
&.ant-switch-small .ant-switch-handle {
|
|
1035
|
-
height: 14px;
|
|
1036
|
-
width: 14px;
|
|
1037
|
-
top: 1px;
|
|
1038
|
-
left: 1px;
|
|
1039
|
-
}
|
|
1040
|
-
&.ant-switch-large .ant-switch-handle {
|
|
1041
|
-
height: 28px;
|
|
1042
|
-
width: 28px;
|
|
1043
|
-
&::before {
|
|
1044
|
-
border-radius: 14px;
|
|
1045
|
-
}
|
|
1046
|
-
}
|
|
1047
|
-
|
|
1048
|
-
&.ant-switch-checked {
|
|
1049
|
-
background-color: $green-60;
|
|
1050
|
-
}
|
|
1051
|
-
&.ant-switch-checked .ant-switch-handle {
|
|
1052
|
-
left: calc(100% - 20px - 2px);
|
|
1053
|
-
}
|
|
1054
|
-
&.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
1055
|
-
left: calc(100% - 14px - 1px);
|
|
1056
|
-
}
|
|
1057
|
-
&.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
1058
|
-
left: calc(100% - 28px - 2px);
|
|
1059
|
-
}
|
|
1060
|
-
}
|
|
1061
|
-
|
|
1062
|
-
.E_c1up6e3y {
|
|
1063
|
-
margin-left: 5px;
|
|
1064
|
-
}
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
1000
|
.E_rapgekc {
|
|
1068
1001
|
&.ant-radio-wrapper {
|
|
1069
1002
|
display: inline-flex;
|
|
@@ -1245,27 +1178,238 @@
|
|
|
1245
1178
|
}
|
|
1246
1179
|
|
|
1247
1180
|
|
|
1248
|
-
.
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
.
|
|
1268
|
-
|
|
1181
|
+
.E_s1dizucg {
|
|
1182
|
+
&.ant-switch {
|
|
1183
|
+
min-width: 40px;
|
|
1184
|
+
height: 24px;
|
|
1185
|
+
background: $fills-trans-quinary-light;
|
|
1186
|
+
overflow: hidden;
|
|
1187
|
+
&:focus {
|
|
1188
|
+
box-shadow: 0 0 0 2px $strokes-light-trans-1;
|
|
1189
|
+
}
|
|
1190
|
+
}
|
|
1191
|
+
&.ant-switch-small {
|
|
1192
|
+
min-width: 26px;
|
|
1193
|
+
height: 16px;
|
|
1194
|
+
}
|
|
1195
|
+
&.ant-switch-large {
|
|
1196
|
+
min-width: 52px;
|
|
1197
|
+
height: 32px;
|
|
1198
|
+
}
|
|
1199
|
+
|
|
1200
|
+
&.ant-switch .ant-switch-handle {
|
|
1201
|
+
height: 20px;
|
|
1202
|
+
width: 20px;
|
|
1203
|
+
&::before {
|
|
1204
|
+
border-radius: 10px;
|
|
1205
|
+
transition-delay: 120ms;
|
|
1206
|
+
}
|
|
1207
|
+
}
|
|
1208
|
+
&.ant-switch-small .ant-switch-handle {
|
|
1209
|
+
height: 14px;
|
|
1210
|
+
width: 14px;
|
|
1211
|
+
top: 1px;
|
|
1212
|
+
left: 1px;
|
|
1213
|
+
}
|
|
1214
|
+
&.ant-switch-large .ant-switch-handle {
|
|
1215
|
+
height: 28px;
|
|
1216
|
+
width: 28px;
|
|
1217
|
+
&::before {
|
|
1218
|
+
border-radius: 14px;
|
|
1219
|
+
}
|
|
1220
|
+
}
|
|
1221
|
+
|
|
1222
|
+
&.ant-switch-checked {
|
|
1223
|
+
background-color: $green-60;
|
|
1224
|
+
}
|
|
1225
|
+
&.ant-switch-checked .ant-switch-handle {
|
|
1226
|
+
left: calc(100% - 20px - 2px);
|
|
1227
|
+
}
|
|
1228
|
+
&.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
1229
|
+
left: calc(100% - 14px - 1px);
|
|
1230
|
+
}
|
|
1231
|
+
&.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
1232
|
+
left: calc(100% - 28px - 2px);
|
|
1233
|
+
}
|
|
1234
|
+
}
|
|
1235
|
+
|
|
1236
|
+
.E_c1up6e3y {
|
|
1237
|
+
margin-left: 5px;
|
|
1238
|
+
}
|
|
1239
|
+
|
|
1240
|
+
|
|
1241
|
+
.E_c1bus5hc {
|
|
1242
|
+
--color: white;
|
|
1243
|
+
height: 14px;
|
|
1244
|
+
width: 14px;
|
|
1245
|
+
border-radius: 50%;
|
|
1246
|
+
flex-shrink: 0;
|
|
1247
|
+
display: flex;
|
|
1248
|
+
align-items: center;
|
|
1249
|
+
justify-content: center;
|
|
1250
|
+
border: 1px solid var(--color);
|
|
1251
|
+
|
|
1252
|
+
.circle-inner {
|
|
1253
|
+
position: relative;
|
|
1254
|
+
height: 10px;
|
|
1255
|
+
width: 10px;
|
|
1256
|
+
border-radius: 50%;
|
|
1257
|
+
overflow: hidden;
|
|
1258
|
+
}
|
|
1259
|
+
|
|
1260
|
+
.circle-content {
|
|
1261
|
+
position: absolute;
|
|
1262
|
+
height: 100%;
|
|
1263
|
+
width: 100%;
|
|
1264
|
+
left: 0;
|
|
1265
|
+
top: 0;
|
|
1266
|
+
border-radius: 50%;
|
|
1267
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
1268
|
+
transform: rotate(180deg);
|
|
1269
|
+
}
|
|
1270
|
+
|
|
1271
|
+
.circle-child {
|
|
1272
|
+
position: absolute;
|
|
1273
|
+
height: 100%;
|
|
1274
|
+
width: 100%;
|
|
1275
|
+
left: 0;
|
|
1276
|
+
top: 0;
|
|
1277
|
+
margin-left: 50%;
|
|
1278
|
+
transform-origin: left;
|
|
1279
|
+
background: white;
|
|
1280
|
+
transform: rotate(0deg);
|
|
1281
|
+
}
|
|
1282
|
+
}
|
|
1283
|
+
|
|
1284
|
+
|
|
1285
|
+
.E_ivqqkzv {
|
|
1286
|
+
height: 24px;
|
|
1287
|
+
width: 56px !important;
|
|
1288
|
+
margin-right: 4px;
|
|
1289
|
+
}
|
|
1290
|
+
|
|
1291
|
+
.E_c1wk4q29 {
|
|
1292
|
+
color: $text-secondary-light;
|
|
1293
|
+
}
|
|
1294
|
+
|
|
1295
|
+
|
|
1296
|
+
.E_tju3gfj {
|
|
1297
|
+
.date {
|
|
1298
|
+
margin-right: 4px;
|
|
1299
|
+
}
|
|
1300
|
+
}
|
|
1301
|
+
|
|
1302
|
+
|
|
1303
|
+
.E_s1dni7lo {
|
|
1304
|
+
width: 430px !important;
|
|
1305
|
+
}
|
|
1306
|
+
|
|
1307
|
+
.E_d1wwmmm5 {
|
|
1308
|
+
.ant-select-item-group {
|
|
1309
|
+
padding: 8px 16px;
|
|
1310
|
+
line-height: 18px;
|
|
1311
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1312
|
+
height: 34px;
|
|
1313
|
+
min-height: 34px;
|
|
1314
|
+
box-sizing: border-box;
|
|
1315
|
+
margin-top: 8px;
|
|
1316
|
+
}
|
|
1317
|
+
}
|
|
1318
|
+
|
|
1319
|
+
.E_o1ugr09p {
|
|
1320
|
+
display: flex;
|
|
1321
|
+
flex-direction: column;
|
|
1322
|
+
margin: 1px 8px;
|
|
1323
|
+
padding: 8px;
|
|
1324
|
+
border-radius: 4px;
|
|
1325
|
+
|
|
1326
|
+
.selected-icon {
|
|
1327
|
+
display: none;
|
|
1328
|
+
}
|
|
1329
|
+
|
|
1330
|
+
&.ant-select-item-option-grouped {
|
|
1331
|
+
padding-left: 8px;
|
|
1332
|
+
}
|
|
1333
|
+
|
|
1334
|
+
&.ant-select-item-option-selected {
|
|
1335
|
+
background-color: white;
|
|
1336
|
+
.timezone-title {
|
|
1337
|
+
color: #0080ff;
|
|
1338
|
+
}
|
|
1339
|
+
.selected-icon {
|
|
1340
|
+
display: block;
|
|
1341
|
+
}
|
|
1342
|
+
}
|
|
1343
|
+
|
|
1344
|
+
&.ant-select-item-option-active {
|
|
1345
|
+
background: rgba(0, 136, 255, 0.16);
|
|
1346
|
+
.timezone-title {
|
|
1347
|
+
color: #0080ff;
|
|
1348
|
+
}
|
|
1349
|
+
.timezone-tag {
|
|
1350
|
+
background: rgba(0, 136, 255, 0.1);
|
|
1351
|
+
color: #0080ff;
|
|
1352
|
+
}
|
|
1353
|
+
}
|
|
1354
|
+
}
|
|
1355
|
+
|
|
1356
|
+
.E_o1ifxsq4 {
|
|
1357
|
+
display: flex;
|
|
1358
|
+
justify-content: space-between;
|
|
1359
|
+
height: 20px;
|
|
1360
|
+
line-height: 20px;
|
|
1361
|
+
|
|
1362
|
+
.timezone-title {
|
|
1363
|
+
color: #2d3a56;
|
|
1364
|
+
overflow: hidden;
|
|
1365
|
+
text-overflow: ellipsis;
|
|
1366
|
+
}
|
|
1367
|
+
}
|
|
1368
|
+
|
|
1369
|
+
.E_o1zue7 {
|
|
1370
|
+
display: flex;
|
|
1371
|
+
justify-content: space-between;
|
|
1372
|
+
color: $text-light-secondary;
|
|
1373
|
+
height: 18px;
|
|
1374
|
+
line-height: 18px;
|
|
1375
|
+
margin-top: 2px;
|
|
1376
|
+
}
|
|
1377
|
+
|
|
1378
|
+
.E_tyfmlxg {
|
|
1379
|
+
border: none;
|
|
1380
|
+
margin-right: 0;
|
|
1381
|
+
background: rgba(225, 230, 241, 0.6);
|
|
1382
|
+
}
|
|
1383
|
+
|
|
1384
|
+
.E_o18uybox {
|
|
1385
|
+
pointer-events: none;
|
|
1386
|
+
height: 32px;
|
|
1387
|
+
width: 100%;
|
|
1388
|
+
opacity: 0;
|
|
1389
|
+
}
|
|
1390
|
+
|
|
1391
|
+
|
|
1392
|
+
.E_cnujxq2 {
|
|
1393
|
+
display: flex;
|
|
1394
|
+
flex-direction: column;
|
|
1395
|
+
}
|
|
1396
|
+
|
|
1397
|
+
.E_m7s48ia {
|
|
1398
|
+
max-width: 1120px;
|
|
1399
|
+
width: 100%;
|
|
1400
|
+
margin: 0 auto;
|
|
1401
|
+
height: 100%;
|
|
1402
|
+
}
|
|
1403
|
+
|
|
1404
|
+
.E_wt5zbg6 {
|
|
1405
|
+
max-width: 1120px;
|
|
1406
|
+
width: 100%;
|
|
1407
|
+
margin: 0 auto;
|
|
1408
|
+
display: flex;
|
|
1409
|
+
|
|
1410
|
+
.left,
|
|
1411
|
+
.right {
|
|
1412
|
+
flex-grow: 0;
|
|
1269
1413
|
flex-shrink: 0;
|
|
1270
1414
|
flex-basis: 21%;
|
|
1271
1415
|
}
|
|
@@ -2058,73 +2202,18 @@
|
|
|
2058
2202
|
}
|
|
2059
2203
|
|
|
2060
2204
|
|
|
2061
|
-
.
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2205
|
+
.E_c1yyuluq {
|
|
2206
|
+
border-radius: 8px;
|
|
2207
|
+
.ant-card-body {
|
|
2208
|
+
padding: 20px 24px 24px 24px;
|
|
2209
|
+
}
|
|
2065
2210
|
}
|
|
2066
2211
|
|
|
2067
|
-
.E_c1wk4q29 {
|
|
2068
|
-
color: $text-secondary-light;
|
|
2069
|
-
}
|
|
2070
2212
|
|
|
2071
|
-
|
|
2072
|
-
.
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
width: 14px;
|
|
2076
|
-
border-radius: 50%;
|
|
2077
|
-
flex-shrink: 0;
|
|
2078
|
-
display: flex;
|
|
2079
|
-
align-items: center;
|
|
2080
|
-
justify-content: center;
|
|
2081
|
-
border: 1px solid var(--color);
|
|
2082
|
-
|
|
2083
|
-
.circle-inner {
|
|
2084
|
-
position: relative;
|
|
2085
|
-
height: 10px;
|
|
2086
|
-
width: 10px;
|
|
2087
|
-
border-radius: 50%;
|
|
2088
|
-
overflow: hidden;
|
|
2089
|
-
}
|
|
2090
|
-
|
|
2091
|
-
.circle-content {
|
|
2092
|
-
position: absolute;
|
|
2093
|
-
height: 100%;
|
|
2094
|
-
width: 100%;
|
|
2095
|
-
left: 0;
|
|
2096
|
-
top: 0;
|
|
2097
|
-
border-radius: 50%;
|
|
2098
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
2099
|
-
transform: rotate(180deg);
|
|
2100
|
-
}
|
|
2101
|
-
|
|
2102
|
-
.circle-child {
|
|
2103
|
-
position: absolute;
|
|
2104
|
-
height: 100%;
|
|
2105
|
-
width: 100%;
|
|
2106
|
-
left: 0;
|
|
2107
|
-
top: 0;
|
|
2108
|
-
margin-left: 50%;
|
|
2109
|
-
transform-origin: left;
|
|
2110
|
-
background: white;
|
|
2111
|
-
transform: rotate(0deg);
|
|
2112
|
-
}
|
|
2113
|
-
}
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
.E_c1yyuluq {
|
|
2117
|
-
border-radius: 8px;
|
|
2118
|
-
.ant-card-body {
|
|
2119
|
-
padding: 20px 24px 24px 24px;
|
|
2120
|
-
}
|
|
2121
|
-
}
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
.E_ccrbeuz {
|
|
2125
|
-
.ant-collapse-item {
|
|
2126
|
-
border: 0px;
|
|
2127
|
-
background-color: $fills-light-white;
|
|
2213
|
+
.E_ccrbeuz {
|
|
2214
|
+
.ant-collapse-item {
|
|
2215
|
+
border: 0px;
|
|
2216
|
+
background-color: $fills-light-white;
|
|
2128
2217
|
|
|
2129
2218
|
.ant-collapse-header {
|
|
2130
2219
|
padding-top: 0px;
|
|
@@ -2239,132 +2328,6 @@
|
|
|
2239
2328
|
}
|
|
2240
2329
|
|
|
2241
2330
|
|
|
2242
|
-
.E_s1dni7lo {
|
|
2243
|
-
width: 430px !important;
|
|
2244
|
-
}
|
|
2245
|
-
|
|
2246
|
-
.E_d1wwmmm5 {
|
|
2247
|
-
.ant-select-item-group {
|
|
2248
|
-
padding: 8px 16px;
|
|
2249
|
-
line-height: 18px;
|
|
2250
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
2251
|
-
height: 34px;
|
|
2252
|
-
min-height: 34px;
|
|
2253
|
-
box-sizing: border-box;
|
|
2254
|
-
margin-top: 8px;
|
|
2255
|
-
}
|
|
2256
|
-
}
|
|
2257
|
-
|
|
2258
|
-
.E_o1ugr09p {
|
|
2259
|
-
display: flex;
|
|
2260
|
-
flex-direction: column;
|
|
2261
|
-
margin: 1px 8px;
|
|
2262
|
-
padding: 8px;
|
|
2263
|
-
border-radius: 4px;
|
|
2264
|
-
|
|
2265
|
-
.selected-icon {
|
|
2266
|
-
display: none;
|
|
2267
|
-
}
|
|
2268
|
-
|
|
2269
|
-
&.ant-select-item-option-grouped {
|
|
2270
|
-
padding-left: 8px;
|
|
2271
|
-
}
|
|
2272
|
-
|
|
2273
|
-
&.ant-select-item-option-selected {
|
|
2274
|
-
background-color: white;
|
|
2275
|
-
.timezone-title {
|
|
2276
|
-
color: #0080ff;
|
|
2277
|
-
}
|
|
2278
|
-
.selected-icon {
|
|
2279
|
-
display: block;
|
|
2280
|
-
}
|
|
2281
|
-
}
|
|
2282
|
-
|
|
2283
|
-
&.ant-select-item-option-active {
|
|
2284
|
-
background: rgba(0, 136, 255, 0.16);
|
|
2285
|
-
.timezone-title {
|
|
2286
|
-
color: #0080ff;
|
|
2287
|
-
}
|
|
2288
|
-
.timezone-tag {
|
|
2289
|
-
background: rgba(0, 136, 255, 0.1);
|
|
2290
|
-
color: #0080ff;
|
|
2291
|
-
}
|
|
2292
|
-
}
|
|
2293
|
-
}
|
|
2294
|
-
|
|
2295
|
-
.E_o1ifxsq4 {
|
|
2296
|
-
display: flex;
|
|
2297
|
-
justify-content: space-between;
|
|
2298
|
-
height: 20px;
|
|
2299
|
-
line-height: 20px;
|
|
2300
|
-
|
|
2301
|
-
.timezone-title {
|
|
2302
|
-
color: #2d3a56;
|
|
2303
|
-
overflow: hidden;
|
|
2304
|
-
text-overflow: ellipsis;
|
|
2305
|
-
}
|
|
2306
|
-
}
|
|
2307
|
-
|
|
2308
|
-
.E_o1zue7 {
|
|
2309
|
-
display: flex;
|
|
2310
|
-
justify-content: space-between;
|
|
2311
|
-
color: $text-light-secondary;
|
|
2312
|
-
height: 18px;
|
|
2313
|
-
line-height: 18px;
|
|
2314
|
-
margin-top: 2px;
|
|
2315
|
-
}
|
|
2316
|
-
|
|
2317
|
-
.E_tyfmlxg {
|
|
2318
|
-
border: none;
|
|
2319
|
-
margin-right: 0;
|
|
2320
|
-
background: rgba(225, 230, 241, 0.6);
|
|
2321
|
-
}
|
|
2322
|
-
|
|
2323
|
-
.E_o18uybox {
|
|
2324
|
-
pointer-events: none;
|
|
2325
|
-
height: 32px;
|
|
2326
|
-
width: 100%;
|
|
2327
|
-
opacity: 0;
|
|
2328
|
-
}
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
.E_a1b5xrg3 {
|
|
2332
|
-
.user-icon-inner {
|
|
2333
|
-
display: inline-flex;
|
|
2334
|
-
align-items: center;
|
|
2335
|
-
justify-content: center;
|
|
2336
|
-
color: $white;
|
|
2337
|
-
font-weight: bold;
|
|
2338
|
-
font-size: 12px;
|
|
2339
|
-
width: 24px;
|
|
2340
|
-
height: 24px;
|
|
2341
|
-
border-radius: 50%;
|
|
2342
|
-
background: var(--a1b5xrg3-0);
|
|
2343
|
-
}
|
|
2344
|
-
&.btn-item {
|
|
2345
|
-
transition: all 160ms ease;
|
|
2346
|
-
cursor: pointer;
|
|
2347
|
-
width: 56px;
|
|
2348
|
-
height: 40px;
|
|
2349
|
-
display: inline-flex;
|
|
2350
|
-
align-items: center;
|
|
2351
|
-
justify-content: center;
|
|
2352
|
-
border-radius: 6px;
|
|
2353
|
-
|
|
2354
|
-
&:hover {
|
|
2355
|
-
box-shadow:
|
|
2356
|
-
0px 0px 20px rgba(107, 125, 153, 0.18),
|
|
2357
|
-
0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
2358
|
-
}
|
|
2359
|
-
|
|
2360
|
-
&:active {
|
|
2361
|
-
transform: translateY(2px);
|
|
2362
|
-
transition: all 320ms ease;
|
|
2363
|
-
}
|
|
2364
|
-
}
|
|
2365
|
-
}
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
2331
|
.E_iq1gosr {
|
|
2369
2332
|
display: inline-block;
|
|
2370
2333
|
}
|
|
@@ -2724,6 +2687,43 @@
|
|
|
2724
2687
|
}
|
|
2725
2688
|
|
|
2726
2689
|
|
|
2690
|
+
.E_a1b5xrg3 {
|
|
2691
|
+
.user-icon-inner {
|
|
2692
|
+
display: inline-flex;
|
|
2693
|
+
align-items: center;
|
|
2694
|
+
justify-content: center;
|
|
2695
|
+
color: $white;
|
|
2696
|
+
font-weight: bold;
|
|
2697
|
+
font-size: 12px;
|
|
2698
|
+
width: 24px;
|
|
2699
|
+
height: 24px;
|
|
2700
|
+
border-radius: 50%;
|
|
2701
|
+
background: var(--a1b5xrg3-0);
|
|
2702
|
+
}
|
|
2703
|
+
&.btn-item {
|
|
2704
|
+
transition: all 160ms ease;
|
|
2705
|
+
cursor: pointer;
|
|
2706
|
+
width: 56px;
|
|
2707
|
+
height: 40px;
|
|
2708
|
+
display: inline-flex;
|
|
2709
|
+
align-items: center;
|
|
2710
|
+
justify-content: center;
|
|
2711
|
+
border-radius: 6px;
|
|
2712
|
+
|
|
2713
|
+
&:hover {
|
|
2714
|
+
box-shadow:
|
|
2715
|
+
0px 0px 20px rgba(107, 125, 153, 0.18),
|
|
2716
|
+
0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
2717
|
+
}
|
|
2718
|
+
|
|
2719
|
+
&:active {
|
|
2720
|
+
transform: translateY(2px);
|
|
2721
|
+
transition: all 320ms ease;
|
|
2722
|
+
}
|
|
2723
|
+
}
|
|
2724
|
+
}
|
|
2725
|
+
|
|
2726
|
+
|
|
2727
2727
|
.E_m196gn1d {
|
|
2728
2728
|
min-width: 1280px;
|
|
2729
2729
|
}
|
|
@@ -2743,44 +2743,6 @@
|
|
|
2743
2743
|
}
|
|
2744
2744
|
|
|
2745
2745
|
|
|
2746
|
-
.E_b1lj76ty {
|
|
2747
|
-
width: 100%;
|
|
2748
|
-
height: 100%;
|
|
2749
|
-
margin: 0 auto;
|
|
2750
|
-
display: flex;
|
|
2751
|
-
flex-direction: column;
|
|
2752
|
-
align-items: center;
|
|
2753
|
-
justify-content: center;
|
|
2754
|
-
color: $gray-a30-10;
|
|
2755
|
-
&.large {
|
|
2756
|
-
max-width: 648px;
|
|
2757
|
-
}
|
|
2758
|
-
&.medium {
|
|
2759
|
-
max-width: 412px;
|
|
2760
|
-
}
|
|
2761
|
-
&.gray {
|
|
2762
|
-
background-color: $fills-trans-primary-light;
|
|
2763
|
-
}
|
|
2764
|
-
&.white {
|
|
2765
|
-
background-color: $fills-light-light-white;
|
|
2766
|
-
}
|
|
2767
|
-
.title {
|
|
2768
|
-
margin-bottom: 4px;
|
|
2769
|
-
}
|
|
2770
|
-
.title,
|
|
2771
|
-
.desc {
|
|
2772
|
-
word-break: break-all;
|
|
2773
|
-
text-align: center;
|
|
2774
|
-
}
|
|
2775
|
-
.action-button.middle {
|
|
2776
|
-
margin-top: 16px;
|
|
2777
|
-
}
|
|
2778
|
-
.action-button.small {
|
|
2779
|
-
margin-top: 8px;
|
|
2780
|
-
}
|
|
2781
|
-
}
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
2746
|
.E_hrhfj7c {
|
|
2785
2747
|
display: none;
|
|
2786
2748
|
}
|
|
@@ -2973,12 +2935,50 @@
|
|
|
2973
2935
|
}
|
|
2974
2936
|
|
|
2975
2937
|
|
|
2976
|
-
.
|
|
2977
|
-
|
|
2978
|
-
|
|
2979
|
-
|
|
2980
|
-
|
|
2981
|
-
|
|
2938
|
+
.E_b1lj76ty {
|
|
2939
|
+
width: 100%;
|
|
2940
|
+
height: 100%;
|
|
2941
|
+
margin: 0 auto;
|
|
2942
|
+
display: flex;
|
|
2943
|
+
flex-direction: column;
|
|
2944
|
+
align-items: center;
|
|
2945
|
+
justify-content: center;
|
|
2946
|
+
color: $gray-a30-10;
|
|
2947
|
+
&.large {
|
|
2948
|
+
max-width: 648px;
|
|
2949
|
+
}
|
|
2950
|
+
&.medium {
|
|
2951
|
+
max-width: 412px;
|
|
2952
|
+
}
|
|
2953
|
+
&.gray {
|
|
2954
|
+
background-color: $fills-trans-primary-light;
|
|
2955
|
+
}
|
|
2956
|
+
&.white {
|
|
2957
|
+
background-color: $fills-light-light-white;
|
|
2958
|
+
}
|
|
2959
|
+
.title {
|
|
2960
|
+
margin-bottom: 4px;
|
|
2961
|
+
}
|
|
2962
|
+
.title,
|
|
2963
|
+
.desc {
|
|
2964
|
+
word-break: break-all;
|
|
2965
|
+
text-align: center;
|
|
2966
|
+
}
|
|
2967
|
+
.action-button.middle {
|
|
2968
|
+
margin-top: 16px;
|
|
2969
|
+
}
|
|
2970
|
+
.action-button.small {
|
|
2971
|
+
margin-top: 8px;
|
|
2972
|
+
}
|
|
2973
|
+
}
|
|
2974
|
+
|
|
2975
|
+
|
|
2976
|
+
.E_suhck3k {
|
|
2977
|
+
height: 24px;
|
|
2978
|
+
width: 24px;
|
|
2979
|
+
border-radius: 6px;
|
|
2980
|
+
padding: 4px;
|
|
2981
|
+
&:hover {
|
|
2982
2982
|
background-color: $fill-outstanding-light;
|
|
2983
2983
|
svg {
|
|
2984
2984
|
path {
|
|
@@ -3006,6 +3006,38 @@
|
|
|
3006
3006
|
}
|
|
3007
3007
|
|
|
3008
3008
|
|
|
3009
|
+
.E_m5foqp8 {
|
|
3010
|
+
--footer-height: 96px;
|
|
3011
|
+
--modal-content-width: 720px;
|
|
3012
|
+
--modal-content-min-height: 200px;
|
|
3013
|
+
--modal-header-padding: 40px 60px 8px;
|
|
3014
|
+
--modal-content-padding-top: 24px;
|
|
3015
|
+
--modal-content-padding-bottom: 32px;
|
|
3016
|
+
--modal-content-padding-x: 60px;
|
|
3017
|
+
--modal-footer-padding: 0 60px;
|
|
3018
|
+
|
|
3019
|
+
&.content-full.ant-modal {
|
|
3020
|
+
height: calc(100vh - 80px);
|
|
3021
|
+
width: calc(100vw - 160px);
|
|
3022
|
+
.ant-modal-content {
|
|
3023
|
+
width: 100%;
|
|
3024
|
+
height: 100%;
|
|
3025
|
+
max-width: unset;
|
|
3026
|
+
max-height: unset;
|
|
3027
|
+
display: flex;
|
|
3028
|
+
flex-direction: column;
|
|
3029
|
+
}
|
|
3030
|
+
.ant-modal-body {
|
|
3031
|
+
flex: 1;
|
|
3032
|
+
}
|
|
3033
|
+
}
|
|
3034
|
+
|
|
3035
|
+
.initializing-title {
|
|
3036
|
+
height: 32px;
|
|
3037
|
+
}
|
|
3038
|
+
}
|
|
3039
|
+
|
|
3040
|
+
|
|
3009
3041
|
.E_s17wv897 {
|
|
3010
3042
|
&.ant-select,
|
|
3011
3043
|
&.ant-select div.ant-select-selector {
|
|
@@ -3108,48 +3140,6 @@
|
|
|
3108
3140
|
}
|
|
3109
3141
|
|
|
3110
3142
|
|
|
3111
|
-
.E_m5foqp8 {
|
|
3112
|
-
--footer-height: 96px;
|
|
3113
|
-
--modal-content-width: 720px;
|
|
3114
|
-
--modal-content-min-height: 200px;
|
|
3115
|
-
--modal-content-max-height: calc(100vh - 136px);
|
|
3116
|
-
--modal-header-padding: 40px 60px 8px;
|
|
3117
|
-
--modal-content-padding-top: 24px;
|
|
3118
|
-
--modal-content-padding-bottom: 32px;
|
|
3119
|
-
--modal-content-padding-x: 60px;
|
|
3120
|
-
--modal-footer-padding: 0 60px;
|
|
3121
|
-
|
|
3122
|
-
&.content-full.ant-modal {
|
|
3123
|
-
height: calc(100vh - 80px);
|
|
3124
|
-
width: calc(100vw - 160px);
|
|
3125
|
-
.ant-modal-content {
|
|
3126
|
-
width: 100%;
|
|
3127
|
-
height: 100%;
|
|
3128
|
-
max-width: unset;
|
|
3129
|
-
max-height: unset;
|
|
3130
|
-
display: flex;
|
|
3131
|
-
flex-direction: column;
|
|
3132
|
-
}
|
|
3133
|
-
.ant-modal-body {
|
|
3134
|
-
flex: 1;
|
|
3135
|
-
}
|
|
3136
|
-
}
|
|
3137
|
-
|
|
3138
|
-
.initializing-title {
|
|
3139
|
-
height: 32px;
|
|
3140
|
-
}
|
|
3141
|
-
}
|
|
3142
|
-
|
|
3143
|
-
|
|
3144
|
-
.E_ckaaqep {
|
|
3145
|
-
background: #acbad399;
|
|
3146
|
-
content: "";
|
|
3147
|
-
height: 100%;
|
|
3148
|
-
margin: 0 6px;
|
|
3149
|
-
width: 1px;
|
|
3150
|
-
}
|
|
3151
|
-
|
|
3152
|
-
|
|
3153
3143
|
.E_s4ivdfu {
|
|
3154
3144
|
&.ant-select {
|
|
3155
3145
|
.ant-select-selection-placeholder {
|
|
@@ -3379,6 +3369,15 @@
|
|
|
3379
3369
|
}
|
|
3380
3370
|
|
|
3381
3371
|
|
|
3372
|
+
.E_ckaaqep {
|
|
3373
|
+
background: #acbad399;
|
|
3374
|
+
content: "";
|
|
3375
|
+
height: 100%;
|
|
3376
|
+
margin: 0 6px;
|
|
3377
|
+
width: 1px;
|
|
3378
|
+
}
|
|
3379
|
+
|
|
3380
|
+
|
|
3382
3381
|
.E_h12yihis {
|
|
3383
3382
|
height: 50px;
|
|
3384
3383
|
border-bottom: 2px solid #edf0f7;
|
|
@@ -3866,6 +3865,65 @@
|
|
|
3866
3865
|
}
|
|
3867
3866
|
|
|
3868
3867
|
|
|
3868
|
+
.E_s11wux3h {
|
|
3869
|
+
.antd5-segmented-item:not(:last-child) {
|
|
3870
|
+
margin-right: 2px;
|
|
3871
|
+
}
|
|
3872
|
+
}
|
|
3873
|
+
|
|
3874
|
+
.E_s1t2an3z {
|
|
3875
|
+
&.antd5-segmented-sm .antd5-segmented-item-label {
|
|
3876
|
+
padding-left: 8px;
|
|
3877
|
+
padding-right: 8px;
|
|
3878
|
+
font-size: 12px;
|
|
3879
|
+
}
|
|
3880
|
+
|
|
3881
|
+
&.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
3882
|
+
border-radius: 4px;
|
|
3883
|
+
}
|
|
3884
|
+
|
|
3885
|
+
&.antd5-segmented
|
|
3886
|
+
.antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(
|
|
3887
|
+
.antd5-segmented-item-disabled
|
|
3888
|
+
) {
|
|
3889
|
+
border-radius: 4px;
|
|
3890
|
+
}
|
|
3891
|
+
}
|
|
3892
|
+
|
|
3893
|
+
.E_ma64lna {
|
|
3894
|
+
.antd5-segmented-item-label {
|
|
3895
|
+
padding-left: 12px;
|
|
3896
|
+
padding-right: 12px;
|
|
3897
|
+
}
|
|
3898
|
+
}
|
|
3899
|
+
|
|
3900
|
+
.E_ckld275 {
|
|
3901
|
+
background-color: $fill-neutral-trans-2;
|
|
3902
|
+
&.antd5-segmented
|
|
3903
|
+
.antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(
|
|
3904
|
+
.antd5-segmented-item-disabled
|
|
3905
|
+
) {
|
|
3906
|
+
background-color: $fill-neutral-light-white;
|
|
3907
|
+
color: $text-neutral-secondary-light;
|
|
3908
|
+
}
|
|
3909
|
+
// on animate remove hover bg color
|
|
3910
|
+
&.antd5-segmented
|
|
3911
|
+
.antd5-segmented-thumb
|
|
3912
|
+
~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(
|
|
3913
|
+
.antd5-segmented-item-disabled
|
|
3914
|
+
) {
|
|
3915
|
+
background-color: transparent;
|
|
3916
|
+
}
|
|
3917
|
+
// remove after's bg color
|
|
3918
|
+
&.antd5-segmented
|
|
3919
|
+
.antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(
|
|
3920
|
+
.antd5-segmented-item-disabled
|
|
3921
|
+
)::after {
|
|
3922
|
+
background-color: transparent;
|
|
3923
|
+
}
|
|
3924
|
+
}
|
|
3925
|
+
|
|
3926
|
+
|
|
3869
3927
|
.E_r77hffu {
|
|
3870
3928
|
display: flex;
|
|
3871
3929
|
align-items: center;
|
|
@@ -3887,6 +3945,33 @@
|
|
|
3887
3945
|
}
|
|
3888
3946
|
|
|
3889
3947
|
|
|
3948
|
+
.E_b14q2gmw {
|
|
3949
|
+
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14),
|
|
3950
|
+
0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447),
|
|
3951
|
+
0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224),
|
|
3952
|
+
0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253),
|
|
3953
|
+
0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07),
|
|
3954
|
+
0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747),
|
|
3955
|
+
0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776),
|
|
3956
|
+
0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
3957
|
+
}
|
|
3958
|
+
|
|
3959
|
+
.E_c1eym6el {
|
|
3960
|
+
border-radius: 8px;
|
|
3961
|
+
background-color: white;
|
|
3962
|
+
&.hoverable {
|
|
3963
|
+
cursor: pointer;
|
|
3964
|
+
|
|
3965
|
+
&:hover {
|
|
3966
|
+
transition: all 200ms ease;
|
|
3967
|
+
box-shadow: 0px 9px 22px rgb(107 125 153 / 23%),
|
|
3968
|
+
0px 1.12694px 2.75474px rgb(107 125 153 / 12%);
|
|
3969
|
+
transform: translateY(-4px);
|
|
3970
|
+
}
|
|
3971
|
+
}
|
|
3972
|
+
}
|
|
3973
|
+
|
|
3974
|
+
|
|
3890
3975
|
.E_c1kghdax {
|
|
3891
3976
|
color: $text-primary-light;
|
|
3892
3977
|
padding: 7px 12px;
|
|
@@ -3940,135 +4025,32 @@
|
|
|
3940
4025
|
}
|
|
3941
4026
|
|
|
3942
4027
|
|
|
3943
|
-
.
|
|
3944
|
-
|
|
3945
|
-
|
|
3946
|
-
|
|
3947
|
-
|
|
3948
|
-
0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07),
|
|
3949
|
-
0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747),
|
|
3950
|
-
0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776),
|
|
3951
|
-
0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
4028
|
+
.E_ckui4s7 {
|
|
4029
|
+
color: $text-primary-light;
|
|
4030
|
+
line-height: 22px;
|
|
4031
|
+
display: inline-flex;
|
|
4032
|
+
.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; } } }
|
|
3952
4033
|
}
|
|
3953
4034
|
|
|
3954
|
-
.E_c1eym6el {
|
|
3955
|
-
border-radius: 8px;
|
|
3956
|
-
background-color: white;
|
|
3957
|
-
&.hoverable {
|
|
3958
|
-
cursor: pointer;
|
|
3959
4035
|
|
|
3960
|
-
|
|
3961
|
-
|
|
3962
|
-
|
|
3963
|
-
|
|
3964
|
-
|
|
4036
|
+
.E_l48ei06 {
|
|
4037
|
+
@at-root {
|
|
4038
|
+
button#{&}.ant-btn,
|
|
4039
|
+
button#{&}.ant-btn.ant-btn-sm,
|
|
4040
|
+
button#{&}.ant-btn.ant-btn-lg {
|
|
4041
|
+
font-size: 12px;
|
|
4042
|
+
line-height: 18px;
|
|
4043
|
+
height: 18px;
|
|
3965
4044
|
}
|
|
3966
|
-
|
|
3967
|
-
|
|
3968
|
-
|
|
3969
|
-
|
|
3970
|
-
|
|
3971
|
-
|
|
3972
|
-
|
|
3973
|
-
|
|
3974
|
-
|
|
3975
|
-
height: 22px;
|
|
3976
|
-
display: flex;
|
|
3977
|
-
align-items: center;
|
|
3978
|
-
|
|
3979
|
-
&.ui-kit-status-legend.on-tint {
|
|
3980
|
-
color: $text-neutral-ontint;
|
|
3981
|
-
}
|
|
3982
|
-
&.tag-hover {
|
|
3983
|
-
cursor: pointer;
|
|
3984
|
-
}
|
|
3985
|
-
|
|
3986
|
-
&.#{$prefix} {
|
|
3987
|
-
color: $text-neutral-primary;
|
|
3988
|
-
.#{$prefix}-icon {
|
|
3989
|
-
margin-right: 6px;
|
|
3990
|
-
}
|
|
3991
|
-
.#{$prefix}-number {
|
|
3992
|
-
margin-left: 8px;
|
|
3993
|
-
color: #2C385299;
|
|
3994
|
-
&.#{$prefix}-number.on-tint {
|
|
3995
|
-
color: $text-neutral-ontint;
|
|
3996
|
-
}
|
|
3997
|
-
}
|
|
3998
|
-
&.eagle-legend-blue {
|
|
3999
|
-
.#{$prefix}-icon {
|
|
4000
|
-
background-color: $fill-outstanding-base;
|
|
4001
|
-
}
|
|
4002
|
-
}
|
|
4003
|
-
&.eagle-legend-red {
|
|
4004
|
-
.#{$prefix}-icon {
|
|
4005
|
-
background-color: $fill-serious-base;
|
|
4006
|
-
}
|
|
4007
|
-
}
|
|
4008
|
-
&.eagle-legend-yellow {
|
|
4009
|
-
.#{$prefix}-icon {
|
|
4010
|
-
background-color: $fill-notice-base;
|
|
4011
|
-
}
|
|
4012
|
-
}
|
|
4013
|
-
&.eagle-legend-green {
|
|
4014
|
-
.#{$prefix}-icon {
|
|
4015
|
-
background-color: $fill-positive-base;
|
|
4016
|
-
}
|
|
4017
|
-
}
|
|
4018
|
-
&.eagle-legend-gray {
|
|
4019
|
-
.#{$prefix}-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
4020
|
-
background-color: $gray-70;
|
|
4021
|
-
}
|
|
4022
|
-
}
|
|
4023
|
-
&.eagle-legend-purple {
|
|
4024
|
-
.#{$prefix}-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
4025
|
-
background-color: $purple-50;
|
|
4026
|
-
}
|
|
4027
|
-
}
|
|
4028
|
-
}
|
|
4029
|
-
}
|
|
4030
|
-
|
|
4031
|
-
.E_s1qj66nc {
|
|
4032
|
-
width: 8px;
|
|
4033
|
-
height: 8px;
|
|
4034
|
-
border-radius: 50%;
|
|
4035
|
-
display: inline-block;
|
|
4036
|
-
}
|
|
4037
|
-
|
|
4038
|
-
.E_s5x1boq {
|
|
4039
|
-
width: 8px;
|
|
4040
|
-
height: 8px;
|
|
4041
|
-
border-radius: 2px;
|
|
4042
|
-
display: inline-block;
|
|
4043
|
-
}
|
|
4044
|
-
|
|
4045
|
-
.E_c1xm185 {
|
|
4046
|
-
color: #2C385299;
|
|
4047
|
-
}
|
|
4048
|
-
|
|
4049
|
-
.E_c1x5l5qc {
|
|
4050
|
-
flex: 1;
|
|
4051
|
-
}
|
|
4052
|
-
|
|
4053
|
-
|
|
4054
|
-
.E_l48ei06 {
|
|
4055
|
-
@at-root {
|
|
4056
|
-
button#{&}.ant-btn,
|
|
4057
|
-
button#{&}.ant-btn.ant-btn-sm,
|
|
4058
|
-
button#{&}.ant-btn.ant-btn-lg {
|
|
4059
|
-
font-size: 12px;
|
|
4060
|
-
line-height: 18px;
|
|
4061
|
-
height: 18px;
|
|
4062
|
-
}
|
|
4063
|
-
button#{&} {
|
|
4064
|
-
color: #0080FF;
|
|
4065
|
-
height: unset;
|
|
4066
|
-
.button-prefix-icon {
|
|
4067
|
-
margin-right: 4px;
|
|
4068
|
-
}
|
|
4069
|
-
.button-suffix-icon {
|
|
4070
|
-
margin-left: 4px;
|
|
4071
|
-
}
|
|
4045
|
+
button#{&} {
|
|
4046
|
+
color: #0080FF;
|
|
4047
|
+
height: unset;
|
|
4048
|
+
.button-prefix-icon {
|
|
4049
|
+
margin-right: 4px;
|
|
4050
|
+
}
|
|
4051
|
+
.button-suffix-icon {
|
|
4052
|
+
margin-left: 4px;
|
|
4053
|
+
}
|
|
4072
4054
|
|
|
4073
4055
|
&:hover,
|
|
4074
4056
|
&.__pseudo-states-hover {
|
|
@@ -4115,317 +4097,96 @@
|
|
|
4115
4097
|
|
|
4116
4098
|
&.ui-kit-link-disabled {
|
|
4117
4099
|
color: #2C3852BF;
|
|
4118
|
-
}
|
|
4119
|
-
}
|
|
4120
|
-
}
|
|
4121
|
-
}
|
|
4122
|
-
}
|
|
4123
|
-
|
|
4124
|
-
|
|
4125
|
-
.E_s11wux3h {
|
|
4126
|
-
.antd5-segmented-item:not(:last-child) {
|
|
4127
|
-
margin-right: 2px;
|
|
4128
|
-
}
|
|
4129
|
-
}
|
|
4130
|
-
|
|
4131
|
-
.E_s1t2an3z {
|
|
4132
|
-
&.antd5-segmented-sm .antd5-segmented-item-label {
|
|
4133
|
-
padding-left: 8px;
|
|
4134
|
-
padding-right: 8px;
|
|
4135
|
-
font-size: 12px;
|
|
4136
|
-
}
|
|
4137
|
-
|
|
4138
|
-
&.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
4139
|
-
border-radius: 4px;
|
|
4140
|
-
}
|
|
4141
|
-
|
|
4142
|
-
&.antd5-segmented
|
|
4143
|
-
.antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(
|
|
4144
|
-
.antd5-segmented-item-disabled
|
|
4145
|
-
) {
|
|
4146
|
-
border-radius: 4px;
|
|
4147
|
-
}
|
|
4148
|
-
}
|
|
4149
|
-
|
|
4150
|
-
.E_ma64lna {
|
|
4151
|
-
.antd5-segmented-item-label {
|
|
4152
|
-
padding-left: 12px;
|
|
4153
|
-
padding-right: 12px;
|
|
4154
|
-
}
|
|
4155
|
-
}
|
|
4156
|
-
|
|
4157
|
-
.E_ckld275 {
|
|
4158
|
-
background-color: $fill-neutral-trans-2;
|
|
4159
|
-
&.antd5-segmented
|
|
4160
|
-
.antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(
|
|
4161
|
-
.antd5-segmented-item-disabled
|
|
4162
|
-
) {
|
|
4163
|
-
background-color: $fill-neutral-light-white;
|
|
4164
|
-
color: $text-neutral-secondary-light;
|
|
4165
|
-
}
|
|
4166
|
-
// on animate remove hover bg color
|
|
4167
|
-
&.antd5-segmented
|
|
4168
|
-
.antd5-segmented-thumb
|
|
4169
|
-
~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(
|
|
4170
|
-
.antd5-segmented-item-disabled
|
|
4171
|
-
) {
|
|
4172
|
-
background-color: transparent;
|
|
4173
|
-
}
|
|
4174
|
-
// remove after's bg color
|
|
4175
|
-
&.antd5-segmented
|
|
4176
|
-
.antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(
|
|
4177
|
-
.antd5-segmented-item-disabled
|
|
4178
|
-
)::after {
|
|
4179
|
-
background-color: transparent;
|
|
4180
|
-
}
|
|
4181
|
-
}
|
|
4182
|
-
|
|
4183
|
-
|
|
4184
|
-
.E_ckui4s7 {
|
|
4185
|
-
color: $text-primary-light;
|
|
4186
|
-
line-height: 22px;
|
|
4187
|
-
display: inline-flex;
|
|
4188
|
-
.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; } } }
|
|
4189
|
-
}
|
|
4190
|
-
|
|
4191
|
-
|
|
4192
|
-
.E_m11nzl2x {
|
|
4193
|
-
color: $text-light-secondary;
|
|
4194
|
-
text-align: center;
|
|
4195
|
-
|
|
4196
|
-
display: flex;
|
|
4197
|
-
align-items: center;
|
|
4198
|
-
justify-content: center;
|
|
4199
|
-
flex-direction: column;
|
|
4200
|
-
height: 100%;
|
|
4201
|
-
|
|
4202
|
-
.link {
|
|
4203
|
-
color: $text-light-general;
|
|
4204
|
-
cursor: pointer;
|
|
4205
|
-
}
|
|
4206
|
-
}
|
|
4207
|
-
|
|
4208
|
-
.E_mn7joto {
|
|
4209
|
-
width: 100%;
|
|
4210
|
-
height: 100%;
|
|
4211
|
-
display: flex;
|
|
4212
|
-
flex-direction: column;
|
|
4213
|
-
|
|
4214
|
-
.name-toolbar {
|
|
4215
|
-
width: 100%;
|
|
4216
|
-
display: flex;
|
|
4217
|
-
line-height: 30px;
|
|
4218
|
-
justify-content: space-between;
|
|
4219
|
-
.metric-extra {
|
|
4220
|
-
display: flex;
|
|
4221
|
-
font-size: 12px;
|
|
4222
|
-
align-items: center;
|
|
4223
|
-
|
|
4224
|
-
.info-item {
|
|
4225
|
-
color: $gray-60;
|
|
4226
|
-
}
|
|
4227
|
-
.info-item + .info-item {
|
|
4228
|
-
margin-left: 10px;
|
|
4229
|
-
}
|
|
4230
|
-
|
|
4231
|
-
.menu-trigger {
|
|
4232
|
-
margin-left: 10px;
|
|
4233
|
-
cursor: pointer;
|
|
4234
|
-
}
|
|
4235
|
-
}
|
|
4236
|
-
}
|
|
4237
|
-
|
|
4238
|
-
.content {
|
|
4239
|
-
flex: 1;
|
|
4240
|
-
width: 100%;
|
|
4241
|
-
display: flex;
|
|
4242
|
-
justify-content: center;
|
|
4243
|
-
align-items: center;
|
|
4244
|
-
}
|
|
4245
|
-
.single-content {
|
|
4246
|
-
height: 65px;
|
|
4247
|
-
}
|
|
4248
|
-
}
|
|
4249
|
-
|
|
4250
|
-
.E_l1bifhon {
|
|
4251
|
-
display: flex;
|
|
4252
|
-
align-items: center;
|
|
4253
|
-
white-space: nowrap;
|
|
4254
|
-
overflow: hidden;
|
|
4255
|
-
width: 100%;
|
|
4256
|
-
|
|
4257
|
-
.ant-dropdown-trigger {
|
|
4258
|
-
font-size: 12px;
|
|
4259
|
-
margin-left: 8px;
|
|
4260
|
-
}
|
|
4261
|
-
}
|
|
4262
|
-
|
|
4263
|
-
.E_ltthzck {
|
|
4264
|
-
display: flex;
|
|
4265
|
-
justify-content: flex-start;
|
|
4266
|
-
align-items: center;
|
|
4267
|
-
font-size: 12px;
|
|
4268
|
-
cursor: pointer;
|
|
4269
|
-
&:not(:first-child) {
|
|
4270
|
-
margin-left: 8px;
|
|
4271
|
-
}
|
|
4272
|
-
|
|
4273
|
-
&.deselected,
|
|
4274
|
-
&.hovering {
|
|
4275
|
-
opacity: 0.3;
|
|
4276
|
-
|
|
4277
|
-
&:not(.hoverering-self) .color-block {
|
|
4278
|
-
background: #b4beca !important;
|
|
4279
|
-
border-radius: 2px;
|
|
4280
|
-
}
|
|
4281
|
-
}
|
|
4282
|
-
&.hoverering-self {
|
|
4283
|
-
opacity: 1;
|
|
4284
|
-
}
|
|
4285
|
-
.dropdown-trigger {
|
|
4286
|
-
margin-left: 12px;
|
|
4287
|
-
}
|
|
4288
|
-
.legend-name {
|
|
4289
|
-
color: $text-light-primary;
|
|
4290
|
-
}
|
|
4291
|
-
.icon-suffix-wrapper {
|
|
4292
|
-
display: flex;
|
|
4293
|
-
align-items: center;
|
|
4294
|
-
margin-left: 4px;
|
|
4295
|
-
}
|
|
4296
|
-
}
|
|
4297
|
-
|
|
4298
|
-
.E_l1mumj7o {
|
|
4299
|
-
display: flex;
|
|
4300
|
-
justify-content: flex-start;
|
|
4301
|
-
align-items: center;
|
|
4302
|
-
font-size: 12px;
|
|
4303
|
-
cursor: pointer;
|
|
4304
|
-
|
|
4305
|
-
&.deselected,
|
|
4306
|
-
&.hovering {
|
|
4307
|
-
opacity: 0.3;
|
|
4308
|
-
|
|
4309
|
-
&:not(.hoverering-self) .color-block {
|
|
4310
|
-
background: #b4beca !important;
|
|
4311
|
-
border-radius: 2px;
|
|
4312
|
-
}
|
|
4313
|
-
}
|
|
4314
|
-
.legend-name {
|
|
4315
|
-
color: $text-light-primary;
|
|
4316
|
-
}
|
|
4317
|
-
&.hoverering-self {
|
|
4318
|
-
opacity: 1;
|
|
4319
|
-
}
|
|
4320
|
-
.icon-suffix-wrapper {
|
|
4321
|
-
margin-left: 4px;
|
|
4322
|
-
display: flex;
|
|
4323
|
-
align-items: center;
|
|
4324
|
-
}
|
|
4325
|
-
}
|
|
4326
|
-
|
|
4327
|
-
.E_c14rn6j5 {
|
|
4328
|
-
display: inline-block;
|
|
4329
|
-
height: 8px;
|
|
4330
|
-
width: 8px;
|
|
4331
|
-
margin-right: 6px;
|
|
4332
|
-
border-radius: 2px;
|
|
4333
|
-
}
|
|
4334
|
-
|
|
4335
|
-
.E_e45tc5l {
|
|
4336
|
-
.ant-dropdown-menu-item {
|
|
4337
|
-
display: flex;
|
|
4338
|
-
align-items: center;
|
|
4339
|
-
font-size: 12px;
|
|
4340
|
-
margin: 0;
|
|
4341
|
-
}
|
|
4342
|
-
}
|
|
4343
|
-
|
|
4344
|
-
.E_lqeaosa {
|
|
4345
|
-
position: relative;
|
|
4346
|
-
|
|
4347
|
-
&.hidden-xaxis .pointer-wrapper {
|
|
4348
|
-
bottom: -12px;
|
|
4349
|
-
}
|
|
4350
|
-
|
|
4351
|
-
.metric-toolbar {
|
|
4352
|
-
display: flex;
|
|
4353
|
-
justify-content: space-between;
|
|
4354
|
-
line-height: 30px;
|
|
4355
|
-
.metric-extra {
|
|
4356
|
-
display: flex;
|
|
4357
|
-
flex-shrink: 0;
|
|
4358
|
-
font-size: 12px;
|
|
4359
|
-
align-items: center;
|
|
4360
|
-
|
|
4361
|
-
.info-item {
|
|
4362
|
-
color: $gray-60;
|
|
4363
|
-
}
|
|
4364
|
-
.info-item + .info-item {
|
|
4365
|
-
margin-left: 10px;
|
|
4366
|
-
}
|
|
4367
|
-
|
|
4368
|
-
.menu-trigger {
|
|
4369
|
-
margin-left: 10px;
|
|
4370
|
-
cursor: pointer;
|
|
4100
|
+
}
|
|
4371
4101
|
}
|
|
4372
4102
|
}
|
|
4373
4103
|
}
|
|
4374
|
-
|
|
4375
|
-
.recharts-xAxis {
|
|
4376
|
-
font-size: 12px;
|
|
4377
|
-
}
|
|
4378
|
-
|
|
4379
|
-
.pointer-wrapper {
|
|
4380
|
-
position: absolute;
|
|
4381
|
-
bottom: 10px;
|
|
4382
|
-
padding: 0 8px;
|
|
4383
|
-
font-size: 12px;
|
|
4384
|
-
color: $white;
|
|
4385
|
-
transform: translateX(-50%);
|
|
4386
|
-
}
|
|
4387
4104
|
}
|
|
4388
4105
|
|
|
4389
|
-
.E_t2pr38p {
|
|
4390
|
-
min-width: 200px;
|
|
4391
|
-
background-color: $fill-neutral-trans-8;
|
|
4392
|
-
border-radius: 4px;
|
|
4393
|
-
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
4394
|
-
padding: 8px;
|
|
4395
|
-
}
|
|
4396
4106
|
|
|
4397
|
-
.
|
|
4107
|
+
.E_l1ucdodl {
|
|
4108
|
+
$prefix: ui-kit-status-legend;
|
|
4109
|
+
margin: 0;
|
|
4110
|
+
border-radius: 20px;
|
|
4111
|
+
padding: 2px 10px;
|
|
4112
|
+
height: 22px;
|
|
4398
4113
|
display: flex;
|
|
4399
4114
|
align-items: center;
|
|
4400
|
-
background-color: unset;
|
|
4401
|
-
color: $text-neutral-ontint;
|
|
4402
|
-
justify-content: space-between;
|
|
4403
|
-
font-size: 12px;
|
|
4404
|
-
padding-top: 6px;
|
|
4405
4115
|
|
|
4406
|
-
|
|
4407
|
-
|
|
4116
|
+
&.ui-kit-status-legend.on-tint {
|
|
4117
|
+
color: $text-neutral-ontint;
|
|
4408
4118
|
}
|
|
4409
|
-
|
|
4410
|
-
|
|
4119
|
+
&.tag-hover {
|
|
4120
|
+
cursor: pointer;
|
|
4411
4121
|
}
|
|
4412
|
-
|
|
4413
|
-
|
|
4414
|
-
|
|
4122
|
+
|
|
4123
|
+
&.#{$prefix} {
|
|
4124
|
+
color: $text-neutral-primary;
|
|
4125
|
+
.#{$prefix}-icon {
|
|
4126
|
+
margin-right: 6px;
|
|
4127
|
+
}
|
|
4128
|
+
.#{$prefix}-number {
|
|
4129
|
+
margin-left: 8px;
|
|
4130
|
+
color: #2C385299;
|
|
4131
|
+
&.#{$prefix}-number.on-tint {
|
|
4132
|
+
color: $text-neutral-ontint;
|
|
4133
|
+
}
|
|
4134
|
+
}
|
|
4135
|
+
&.eagle-legend-blue {
|
|
4136
|
+
.#{$prefix}-icon {
|
|
4137
|
+
background-color: $fill-outstanding-base;
|
|
4138
|
+
}
|
|
4139
|
+
}
|
|
4140
|
+
&.eagle-legend-red {
|
|
4141
|
+
.#{$prefix}-icon {
|
|
4142
|
+
background-color: $fill-serious-base;
|
|
4143
|
+
}
|
|
4144
|
+
}
|
|
4145
|
+
&.eagle-legend-yellow {
|
|
4146
|
+
.#{$prefix}-icon {
|
|
4147
|
+
background-color: $fill-notice-base;
|
|
4148
|
+
}
|
|
4149
|
+
}
|
|
4150
|
+
&.eagle-legend-green {
|
|
4151
|
+
.#{$prefix}-icon {
|
|
4152
|
+
background-color: $fill-positive-base;
|
|
4153
|
+
}
|
|
4154
|
+
}
|
|
4155
|
+
&.eagle-legend-gray {
|
|
4156
|
+
.#{$prefix}-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
4157
|
+
background-color: $gray-70;
|
|
4158
|
+
}
|
|
4159
|
+
}
|
|
4160
|
+
&.eagle-legend-purple {
|
|
4161
|
+
.#{$prefix}-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
4162
|
+
background-color: $purple-50;
|
|
4163
|
+
}
|
|
4164
|
+
}
|
|
4415
4165
|
}
|
|
4416
4166
|
}
|
|
4417
4167
|
|
|
4418
|
-
.
|
|
4419
|
-
|
|
4168
|
+
.E_s1qj66nc {
|
|
4169
|
+
width: 8px;
|
|
4420
4170
|
height: 8px;
|
|
4171
|
+
border-radius: 50%;
|
|
4172
|
+
display: inline-block;
|
|
4173
|
+
}
|
|
4174
|
+
|
|
4175
|
+
.E_s5x1boq {
|
|
4421
4176
|
width: 8px;
|
|
4422
|
-
|
|
4177
|
+
height: 8px;
|
|
4423
4178
|
border-radius: 2px;
|
|
4424
|
-
|
|
4425
|
-
border: 1px solid $stroke-neutral-white;
|
|
4426
|
-
}
|
|
4179
|
+
display: inline-block;
|
|
4427
4180
|
}
|
|
4428
4181
|
|
|
4182
|
+
.E_c1xm185 {
|
|
4183
|
+
color: #2C385299;
|
|
4184
|
+
}
|
|
4185
|
+
|
|
4186
|
+
.E_c1x5l5qc {
|
|
4187
|
+
flex: 1;
|
|
4188
|
+
}
|
|
4189
|
+
|
|
4429
4190
|
|
|
4430
4191
|
.E_sddwhm6 {
|
|
4431
4192
|
$prefix: ui-kit-status-capsule;
|
|
@@ -4933,79 +4694,204 @@
|
|
|
4933
4694
|
justify-content: flex-end;
|
|
4934
4695
|
padding-right: 8px;
|
|
4935
4696
|
}
|
|
4936
|
-
.menu-button {
|
|
4937
|
-
width: 24px;
|
|
4938
|
-
height: 24px;
|
|
4939
|
-
cursor: pointer;
|
|
4940
|
-
justify-content: center;
|
|
4941
|
-
border-radius: 4px;
|
|
4697
|
+
.menu-button {
|
|
4698
|
+
width: 24px;
|
|
4699
|
+
height: 24px;
|
|
4700
|
+
cursor: pointer;
|
|
4701
|
+
justify-content: center;
|
|
4702
|
+
border-radius: 4px;
|
|
4703
|
+
|
|
4704
|
+
&:hover {
|
|
4705
|
+
background: $white;
|
|
4706
|
+
}
|
|
4707
|
+
}
|
|
4708
|
+
}
|
|
4709
|
+
}
|
|
4710
|
+
}
|
|
4711
|
+
|
|
4712
|
+
|
|
4713
|
+
.E_msn7nxt {
|
|
4714
|
+
color: $text-light-secondary;
|
|
4715
|
+
text-align: center;
|
|
4716
|
+
|
|
4717
|
+
display: flex;
|
|
4718
|
+
align-items: center;
|
|
4719
|
+
justify-content: center;
|
|
4720
|
+
flex-direction: column;
|
|
4721
|
+
height: 100%;
|
|
4722
|
+
|
|
4723
|
+
.link {
|
|
4724
|
+
color: $text-light-general;
|
|
4725
|
+
cursor: pointer;
|
|
4726
|
+
}
|
|
4727
|
+
}
|
|
4728
|
+
|
|
4729
|
+
.E_mp64wfi {
|
|
4730
|
+
width: 100%;
|
|
4731
|
+
height: 100%;
|
|
4732
|
+
display: flex;
|
|
4733
|
+
flex-direction: column;
|
|
4734
|
+
|
|
4735
|
+
.name-toolbar {
|
|
4736
|
+
width: 100%;
|
|
4737
|
+
display: flex;
|
|
4738
|
+
line-height: 30px;
|
|
4739
|
+
padding: 0 16px;
|
|
4740
|
+
justify-content: space-between;
|
|
4741
|
+
.metric-extra {
|
|
4742
|
+
display: flex;
|
|
4743
|
+
font-size: 12px;
|
|
4744
|
+
align-items: center;
|
|
4745
|
+
|
|
4746
|
+
.info-item {
|
|
4747
|
+
color: $gray-60;
|
|
4748
|
+
}
|
|
4749
|
+
.info-item + .info-item {
|
|
4750
|
+
margin-left: 10px;
|
|
4751
|
+
}
|
|
4752
|
+
|
|
4753
|
+
.menu-trigger {
|
|
4754
|
+
margin-left: 10px;
|
|
4755
|
+
cursor: pointer;
|
|
4756
|
+
}
|
|
4757
|
+
}
|
|
4758
|
+
}
|
|
4759
|
+
|
|
4760
|
+
.content {
|
|
4761
|
+
flex: 1;
|
|
4762
|
+
width: 100%;
|
|
4763
|
+
display: flex;
|
|
4764
|
+
justify-content: center;
|
|
4765
|
+
align-items: center;
|
|
4766
|
+
}
|
|
4767
|
+
.single-content {
|
|
4768
|
+
height: 65px;
|
|
4769
|
+
}
|
|
4770
|
+
}
|
|
4771
|
+
|
|
4772
|
+
.E_l1oyigan {
|
|
4773
|
+
display: flex;
|
|
4774
|
+
align-items: center;
|
|
4775
|
+
white-space: nowrap;
|
|
4776
|
+
overflow: hidden;
|
|
4777
|
+
width: 100%;
|
|
4778
|
+
|
|
4779
|
+
.ant-dropdown-trigger {
|
|
4780
|
+
margin-left: auto;
|
|
4781
|
+
font-size: 12px;
|
|
4782
|
+
}
|
|
4783
|
+
}
|
|
4784
|
+
|
|
4785
|
+
.E_l1noi4n1 {
|
|
4786
|
+
display: flex;
|
|
4787
|
+
justify-content: flex-start;
|
|
4788
|
+
align-items: center;
|
|
4789
|
+
font-size: 12px;
|
|
4790
|
+
cursor: pointer;
|
|
4791
|
+
|
|
4792
|
+
&:not(:last-child) {
|
|
4793
|
+
margin-right: 20px;
|
|
4794
|
+
}
|
|
4795
|
+
&.deselected {
|
|
4796
|
+
opacity: 0.4;
|
|
4797
|
+
|
|
4798
|
+
.color-block {
|
|
4799
|
+
background: #b4beca !important;
|
|
4800
|
+
}
|
|
4801
|
+
}
|
|
4802
|
+
}
|
|
4803
|
+
|
|
4804
|
+
.E_cz19rz6 {
|
|
4805
|
+
display: inline-block;
|
|
4806
|
+
height: 8px;
|
|
4807
|
+
width: 8px;
|
|
4808
|
+
margin-right: 8px;
|
|
4809
|
+
}
|
|
4810
|
+
|
|
4811
|
+
.E_e17r5r9c {
|
|
4812
|
+
.ant-dropdown-menu-item {
|
|
4813
|
+
display: flex;
|
|
4814
|
+
align-items: center;
|
|
4815
|
+
font-size: 12px;
|
|
4816
|
+
margin: 0;
|
|
4817
|
+
}
|
|
4818
|
+
}
|
|
4819
|
+
|
|
4820
|
+
.E_m1y1hhnr {
|
|
4821
|
+
position: relative;
|
|
4822
|
+
|
|
4823
|
+
&.hidden-xaxis .pointer-wrapper {
|
|
4824
|
+
bottom: -12px;
|
|
4825
|
+
}
|
|
4826
|
+
|
|
4827
|
+
.metric-toolbar {
|
|
4828
|
+
display: flex;
|
|
4829
|
+
justify-content: space-between;
|
|
4830
|
+
line-height: 30px;
|
|
4831
|
+
margin: 0 16px;
|
|
4832
|
+
|
|
4833
|
+
.metric-extra {
|
|
4834
|
+
display: flex;
|
|
4835
|
+
font-size: 12px;
|
|
4836
|
+
align-items: center;
|
|
4837
|
+
|
|
4838
|
+
.info-item {
|
|
4839
|
+
color: $gray-60;
|
|
4840
|
+
}
|
|
4841
|
+
.info-item + .info-item {
|
|
4842
|
+
margin-left: 10px;
|
|
4843
|
+
}
|
|
4942
4844
|
|
|
4943
|
-
|
|
4944
|
-
|
|
4945
|
-
|
|
4845
|
+
.menu-trigger {
|
|
4846
|
+
margin-left: 10px;
|
|
4847
|
+
cursor: pointer;
|
|
4946
4848
|
}
|
|
4947
4849
|
}
|
|
4948
4850
|
}
|
|
4949
|
-
}
|
|
4950
|
-
|
|
4951
|
-
|
|
4952
|
-
.E_lht19u8 {
|
|
4953
|
-
width: 64px;
|
|
4954
|
-
height: 64px;
|
|
4955
|
-
display: flex;
|
|
4956
|
-
align-items: center;
|
|
4957
|
-
justify-content: center;
|
|
4958
|
-
position: relative;
|
|
4959
|
-
opacity: 0.2;
|
|
4960
|
-
}
|
|
4961
|
-
|
|
4962
|
-
.E_lk3gkp4 {
|
|
4963
|
-
position: absolute;
|
|
4964
|
-
width: 5px;
|
|
4965
|
-
height: 48px;
|
|
4966
|
-
left: 9.33px;
|
|
4967
|
-
top: 40.5px;
|
|
4968
4851
|
|
|
4969
|
-
|
|
4970
|
-
|
|
4971
|
-
|
|
4972
|
-
transform-origin: top left;
|
|
4852
|
+
.recharts-xAxis {
|
|
4853
|
+
font-size: 12px;
|
|
4854
|
+
}
|
|
4973
4855
|
|
|
4974
|
-
|
|
4856
|
+
.pointer-wrapper {
|
|
4857
|
+
position: absolute;
|
|
4858
|
+
bottom: 10px;
|
|
4859
|
+
padding: 0 8px;
|
|
4860
|
+
border-radius: 4px;
|
|
4861
|
+
font-size: 12px;
|
|
4862
|
+
color: $white;
|
|
4863
|
+
background: rgba(0, 0, 0, 0.75);
|
|
4864
|
+
transform: translateX(-50%);
|
|
4865
|
+
}
|
|
4975
4866
|
}
|
|
4976
4867
|
|
|
4977
|
-
.
|
|
4978
|
-
|
|
4979
|
-
width: 5px;
|
|
4980
|
-
height: 48px;
|
|
4981
|
-
left: 40.8px;
|
|
4982
|
-
top: 8.4px;
|
|
4983
|
-
|
|
4984
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4985
|
-
border-radius: 5px;
|
|
4986
|
-
transform: rotate(-8deg);
|
|
4987
|
-
transform-origin: top left;
|
|
4988
|
-
|
|
4989
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
4868
|
+
.E_tnvijvs {
|
|
4869
|
+
min-width: 200px;
|
|
4990
4870
|
}
|
|
4991
4871
|
|
|
4992
|
-
.
|
|
4993
|
-
|
|
4994
|
-
|
|
4995
|
-
|
|
4996
|
-
|
|
4997
|
-
|
|
4998
|
-
|
|
4999
|
-
|
|
5000
|
-
border-radius: 5px;
|
|
5001
|
-
transform: rotate(112deg);
|
|
5002
|
-
transform-origin: top left;
|
|
4872
|
+
.E_t1ub2aex {
|
|
4873
|
+
display: flex;
|
|
4874
|
+
align-items: center;
|
|
4875
|
+
justify-content: space-between;
|
|
4876
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
4877
|
+
color: #b4beca;
|
|
4878
|
+
font-size: 12px;
|
|
4879
|
+
padding: 3px 6px;
|
|
5003
4880
|
|
|
5004
|
-
|
|
4881
|
+
&:first-child {
|
|
4882
|
+
padding-top: 3px;
|
|
4883
|
+
}
|
|
4884
|
+
&:last-child {
|
|
4885
|
+
padding-bottom: 3px;
|
|
4886
|
+
}
|
|
4887
|
+
.column-value {
|
|
4888
|
+
color: $white;
|
|
4889
|
+
margin-left: 8px;
|
|
4890
|
+
}
|
|
5005
4891
|
}
|
|
5006
4892
|
|
|
5007
4893
|
|
|
5008
|
-
.
|
|
4894
|
+
.E_m11nzl2x {
|
|
5009
4895
|
color: $text-light-secondary;
|
|
5010
4896
|
text-align: center;
|
|
5011
4897
|
|
|
@@ -5021,7 +4907,7 @@
|
|
|
5021
4907
|
}
|
|
5022
4908
|
}
|
|
5023
4909
|
|
|
5024
|
-
.
|
|
4910
|
+
.E_mn7joto {
|
|
5025
4911
|
width: 100%;
|
|
5026
4912
|
height: 100%;
|
|
5027
4913
|
display: flex;
|
|
@@ -5031,7 +4917,6 @@
|
|
|
5031
4917
|
width: 100%;
|
|
5032
4918
|
display: flex;
|
|
5033
4919
|
line-height: 30px;
|
|
5034
|
-
padding: 0 16px;
|
|
5035
4920
|
justify-content: space-between;
|
|
5036
4921
|
.metric-extra {
|
|
5037
4922
|
display: flex;
|
|
@@ -5064,7 +4949,7 @@
|
|
|
5064
4949
|
}
|
|
5065
4950
|
}
|
|
5066
4951
|
|
|
5067
|
-
.
|
|
4952
|
+
.E_l1bifhon {
|
|
5068
4953
|
display: flex;
|
|
5069
4954
|
align-items: center;
|
|
5070
4955
|
white-space: nowrap;
|
|
@@ -5072,38 +4957,84 @@
|
|
|
5072
4957
|
width: 100%;
|
|
5073
4958
|
|
|
5074
4959
|
.ant-dropdown-trigger {
|
|
5075
|
-
margin-left: auto;
|
|
5076
4960
|
font-size: 12px;
|
|
4961
|
+
margin-left: 8px;
|
|
5077
4962
|
}
|
|
5078
4963
|
}
|
|
5079
4964
|
|
|
5080
|
-
.
|
|
4965
|
+
.E_ltthzck {
|
|
5081
4966
|
display: flex;
|
|
5082
4967
|
justify-content: flex-start;
|
|
5083
4968
|
align-items: center;
|
|
5084
4969
|
font-size: 12px;
|
|
5085
4970
|
cursor: pointer;
|
|
4971
|
+
&:not(:first-child) {
|
|
4972
|
+
margin-left: 8px;
|
|
4973
|
+
}
|
|
5086
4974
|
|
|
5087
|
-
|
|
5088
|
-
|
|
4975
|
+
&.deselected,
|
|
4976
|
+
&.hovering {
|
|
4977
|
+
opacity: 0.3;
|
|
4978
|
+
|
|
4979
|
+
&:not(.hoverering-self) .color-block {
|
|
4980
|
+
background: #b4beca !important;
|
|
4981
|
+
border-radius: 2px;
|
|
4982
|
+
}
|
|
5089
4983
|
}
|
|
5090
|
-
&.
|
|
5091
|
-
opacity:
|
|
4984
|
+
&.hoverering-self {
|
|
4985
|
+
opacity: 1;
|
|
4986
|
+
}
|
|
4987
|
+
.dropdown-trigger {
|
|
4988
|
+
margin-left: 12px;
|
|
4989
|
+
}
|
|
4990
|
+
.legend-name {
|
|
4991
|
+
color: $text-light-primary;
|
|
4992
|
+
}
|
|
4993
|
+
.icon-suffix-wrapper {
|
|
4994
|
+
display: flex;
|
|
4995
|
+
align-items: center;
|
|
4996
|
+
margin-left: 4px;
|
|
4997
|
+
}
|
|
4998
|
+
}
|
|
5092
4999
|
|
|
5093
|
-
|
|
5000
|
+
.E_l1mumj7o {
|
|
5001
|
+
display: flex;
|
|
5002
|
+
justify-content: flex-start;
|
|
5003
|
+
align-items: center;
|
|
5004
|
+
font-size: 12px;
|
|
5005
|
+
cursor: pointer;
|
|
5006
|
+
|
|
5007
|
+
&.deselected,
|
|
5008
|
+
&.hovering {
|
|
5009
|
+
opacity: 0.3;
|
|
5010
|
+
|
|
5011
|
+
&:not(.hoverering-self) .color-block {
|
|
5094
5012
|
background: #b4beca !important;
|
|
5013
|
+
border-radius: 2px;
|
|
5095
5014
|
}
|
|
5096
5015
|
}
|
|
5016
|
+
.legend-name {
|
|
5017
|
+
color: $text-light-primary;
|
|
5018
|
+
}
|
|
5019
|
+
&.hoverering-self {
|
|
5020
|
+
opacity: 1;
|
|
5021
|
+
}
|
|
5022
|
+
.icon-suffix-wrapper {
|
|
5023
|
+
margin-left: 4px;
|
|
5024
|
+
display: flex;
|
|
5025
|
+
align-items: center;
|
|
5026
|
+
}
|
|
5097
5027
|
}
|
|
5098
5028
|
|
|
5099
|
-
.
|
|
5029
|
+
.E_c14rn6j5 {
|
|
5100
5030
|
display: inline-block;
|
|
5101
5031
|
height: 8px;
|
|
5102
5032
|
width: 8px;
|
|
5103
|
-
margin-right:
|
|
5033
|
+
margin-right: 6px;
|
|
5034
|
+
border-radius: 2px;
|
|
5104
5035
|
}
|
|
5105
5036
|
|
|
5106
|
-
.
|
|
5037
|
+
.E_e45tc5l {
|
|
5107
5038
|
.ant-dropdown-menu-item {
|
|
5108
5039
|
display: flex;
|
|
5109
5040
|
align-items: center;
|
|
@@ -5112,7 +5043,7 @@
|
|
|
5112
5043
|
}
|
|
5113
5044
|
}
|
|
5114
5045
|
|
|
5115
|
-
.
|
|
5046
|
+
.E_lqeaosa {
|
|
5116
5047
|
position: relative;
|
|
5117
5048
|
|
|
5118
5049
|
&.hidden-xaxis .pointer-wrapper {
|
|
@@ -5123,10 +5054,9 @@
|
|
|
5123
5054
|
display: flex;
|
|
5124
5055
|
justify-content: space-between;
|
|
5125
5056
|
line-height: 30px;
|
|
5126
|
-
margin: 0 16px;
|
|
5127
|
-
|
|
5128
5057
|
.metric-extra {
|
|
5129
5058
|
display: flex;
|
|
5059
|
+
flex-shrink: 0;
|
|
5130
5060
|
font-size: 12px;
|
|
5131
5061
|
align-items: center;
|
|
5132
5062
|
|
|
@@ -5152,37 +5082,106 @@
|
|
|
5152
5082
|
position: absolute;
|
|
5153
5083
|
bottom: 10px;
|
|
5154
5084
|
padding: 0 8px;
|
|
5155
|
-
border-radius: 4px;
|
|
5156
5085
|
font-size: 12px;
|
|
5157
5086
|
color: $white;
|
|
5158
|
-
background: rgba(0, 0, 0, 0.75);
|
|
5159
5087
|
transform: translateX(-50%);
|
|
5160
5088
|
}
|
|
5161
5089
|
}
|
|
5162
5090
|
|
|
5163
|
-
.
|
|
5164
|
-
min-width: 200px;
|
|
5165
|
-
|
|
5091
|
+
.E_t2pr38p {
|
|
5092
|
+
min-width: 200px;
|
|
5093
|
+
background-color: $fill-neutral-trans-8;
|
|
5094
|
+
border-radius: 4px;
|
|
5095
|
+
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
5096
|
+
padding: 8px;
|
|
5097
|
+
}
|
|
5098
|
+
|
|
5099
|
+
.E_tecdsj7 {
|
|
5100
|
+
display: flex;
|
|
5101
|
+
align-items: center;
|
|
5102
|
+
background-color: unset;
|
|
5103
|
+
color: $text-neutral-ontint;
|
|
5104
|
+
justify-content: space-between;
|
|
5105
|
+
font-size: 12px;
|
|
5106
|
+
padding-top: 6px;
|
|
5107
|
+
|
|
5108
|
+
&:first-child {
|
|
5109
|
+
padding-top: 3px;
|
|
5110
|
+
}
|
|
5111
|
+
&:last-child {
|
|
5112
|
+
padding-bottom: 3px;
|
|
5113
|
+
}
|
|
5114
|
+
.column-value {
|
|
5115
|
+
color: $text-neutral-ontint;
|
|
5116
|
+
margin-left: 8px;
|
|
5117
|
+
}
|
|
5118
|
+
}
|
|
5119
|
+
|
|
5120
|
+
.E_ljhvvia {
|
|
5121
|
+
display: inline-block;
|
|
5122
|
+
height: 8px;
|
|
5123
|
+
width: 8px;
|
|
5124
|
+
margin-right: 8px;
|
|
5125
|
+
border-radius: 2px;
|
|
5126
|
+
&.borderd {
|
|
5127
|
+
border: 1px solid $stroke-neutral-white;
|
|
5128
|
+
}
|
|
5129
|
+
}
|
|
5130
|
+
|
|
5131
|
+
|
|
5132
|
+
.E_lht19u8 {
|
|
5133
|
+
width: 64px;
|
|
5134
|
+
height: 64px;
|
|
5135
|
+
display: flex;
|
|
5136
|
+
align-items: center;
|
|
5137
|
+
justify-content: center;
|
|
5138
|
+
position: relative;
|
|
5139
|
+
opacity: 0.2;
|
|
5140
|
+
}
|
|
5141
|
+
|
|
5142
|
+
.E_lk3gkp4 {
|
|
5143
|
+
position: absolute;
|
|
5144
|
+
width: 5px;
|
|
5145
|
+
height: 48px;
|
|
5146
|
+
left: 9.33px;
|
|
5147
|
+
top: 40.5px;
|
|
5148
|
+
|
|
5149
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5150
|
+
border-radius: 5px;
|
|
5151
|
+
transform: rotate(-128deg);
|
|
5152
|
+
transform-origin: top left;
|
|
5153
|
+
|
|
5154
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
5155
|
+
}
|
|
5156
|
+
|
|
5157
|
+
.E_ll4n94n {
|
|
5158
|
+
position: absolute;
|
|
5159
|
+
width: 5px;
|
|
5160
|
+
height: 48px;
|
|
5161
|
+
left: 40.8px;
|
|
5162
|
+
top: 8.4px;
|
|
5163
|
+
|
|
5164
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5165
|
+
border-radius: 5px;
|
|
5166
|
+
transform: rotate(-8deg);
|
|
5167
|
+
transform-origin: top left;
|
|
5168
|
+
|
|
5169
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
5170
|
+
}
|
|
5171
|
+
|
|
5172
|
+
.E_l17lbdo6 {
|
|
5173
|
+
position: absolute;
|
|
5174
|
+
width: 5px;
|
|
5175
|
+
height: 48px;
|
|
5176
|
+
left: 52.9px;
|
|
5177
|
+
top: 51.8px;
|
|
5166
5178
|
|
|
5167
|
-
.
|
|
5168
|
-
|
|
5169
|
-
|
|
5170
|
-
|
|
5171
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
5172
|
-
color: #b4beca;
|
|
5173
|
-
font-size: 12px;
|
|
5174
|
-
padding: 3px 6px;
|
|
5179
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5180
|
+
border-radius: 5px;
|
|
5181
|
+
transform: rotate(112deg);
|
|
5182
|
+
transform-origin: top left;
|
|
5175
5183
|
|
|
5176
|
-
|
|
5177
|
-
padding-top: 3px;
|
|
5178
|
-
}
|
|
5179
|
-
&:last-child {
|
|
5180
|
-
padding-bottom: 3px;
|
|
5181
|
-
}
|
|
5182
|
-
.column-value {
|
|
5183
|
-
color: $white;
|
|
5184
|
-
margin-left: 8px;
|
|
5185
|
-
}
|
|
5184
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
5186
5185
|
}
|
|
5187
5186
|
|
|
5188
5187
|
|
|
@@ -6046,8 +6045,8 @@
|
|
|
6046
6045
|
--modal-content-width: 492px;
|
|
6047
6046
|
--modal-content-min-height: 160px;
|
|
6048
6047
|
--modal-content-max-height: calc(
|
|
6049
|
-
100vh -
|
|
6050
|
-
); // Only consider vertical margins, do not subtract header and footer height
|
|
6048
|
+
100vh - 80px
|
|
6049
|
+
); // Only consider vertical margins(top 40px, bottom 40px), do not subtract header and footer height
|
|
6051
6050
|
--modal-header-padding: 32px 40px 0;
|
|
6052
6051
|
--modal-content-padding-top: 32px;
|
|
6053
6052
|
--modal-content-padding-bottom: 32px;
|
|
@@ -6373,17 +6372,100 @@
|
|
|
6373
6372
|
}
|
|
6374
6373
|
|
|
6375
6374
|
|
|
6376
|
-
.
|
|
6377
|
-
|
|
6378
|
-
|
|
6379
|
-
border-radius:
|
|
6380
|
-
|
|
6375
|
+
.E_clm1wy1 {
|
|
6376
|
+
width: 192px;
|
|
6377
|
+
height: 246px;
|
|
6378
|
+
border-radius: 4px;
|
|
6379
|
+
|
|
6380
|
+
> .ant-picker-calendar,
|
|
6381
|
+
> .ant-picker-calendar .ant-picker-panel {
|
|
6382
|
+
width: 100%;
|
|
6383
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
6384
|
+
border-top: none;
|
|
6385
|
+
|
|
6386
|
+
.ant-picker-body {
|
|
6387
|
+
padding: 0 16px;
|
|
6388
|
+
}
|
|
6389
|
+
|
|
6390
|
+
.ant-picker-content {
|
|
6391
|
+
width: 100%;
|
|
6392
|
+
height: 180px;
|
|
6393
|
+
border-spacing: 0;
|
|
6394
|
+
|
|
6395
|
+
thead {
|
|
6396
|
+
margin-bottom: 8px;
|
|
6397
|
+
}
|
|
6398
|
+
th {
|
|
6399
|
+
width: 22px;
|
|
6400
|
+
}
|
|
6401
|
+
td {
|
|
6402
|
+
padding: 0;
|
|
6403
|
+
}
|
|
6404
|
+
}
|
|
6405
|
+
}
|
|
6406
|
+
|
|
6407
|
+
.ant-picker-cell {
|
|
6408
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6409
|
+
opacity: 0.4;
|
|
6410
|
+
}
|
|
6411
|
+
.ant-picker-cell-in-view {
|
|
6412
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6413
|
+
opacity: 1;
|
|
6414
|
+
}
|
|
6415
|
+
.ant-picker-cell-in-view > .active {
|
|
6416
|
+
color: #3e4652;
|
|
6417
|
+
}
|
|
6418
|
+
|
|
6419
|
+
.ant-picker-cell::before {
|
|
6420
|
+
pointer-events: none;
|
|
6421
|
+
}
|
|
6422
|
+
}
|
|
6423
|
+
|
|
6424
|
+
.E_t1tsm00v {
|
|
6425
|
+
color: rgba(129, 138, 153, 0.6);
|
|
6426
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
6427
|
+
backdrop-filter: blur(10px);
|
|
6428
|
+
padding: 7px 10px;
|
|
6429
|
+
}
|
|
6430
|
+
|
|
6431
|
+
.E_c167wnad {
|
|
6432
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6381
6433
|
display: flex;
|
|
6382
|
-
|
|
6383
|
-
|
|
6434
|
+
justify-content: space-between;
|
|
6435
|
+
align-items: center;
|
|
6436
|
+
padding: 8px 16px;
|
|
6384
6437
|
|
|
6385
|
-
.
|
|
6386
|
-
|
|
6438
|
+
.anticon {
|
|
6439
|
+
cursor: pointer;
|
|
6440
|
+
&:hover {
|
|
6441
|
+
color: $blue;
|
|
6442
|
+
}
|
|
6443
|
+
}
|
|
6444
|
+
}
|
|
6445
|
+
|
|
6446
|
+
.E_cxhf7dh {
|
|
6447
|
+
text-align: center;
|
|
6448
|
+
|
|
6449
|
+
.dots {
|
|
6450
|
+
display: flex;
|
|
6451
|
+
justify-content: center;
|
|
6452
|
+
}
|
|
6453
|
+
.dot {
|
|
6454
|
+
display: inline-block;
|
|
6455
|
+
width: 2px;
|
|
6456
|
+
height: 2px;
|
|
6457
|
+
border-radius: 1px;
|
|
6458
|
+
background: $blue;
|
|
6459
|
+
|
|
6460
|
+
&:not(:last-child) {
|
|
6461
|
+
margin-right: 2px;
|
|
6462
|
+
}
|
|
6463
|
+
}
|
|
6464
|
+
.bar {
|
|
6465
|
+
width: 9px;
|
|
6466
|
+
height: 2px;
|
|
6467
|
+
background: $blue;
|
|
6468
|
+
border-radius: 2px;
|
|
6387
6469
|
}
|
|
6388
6470
|
}
|
|
6389
6471
|
|
|
@@ -6455,61 +6537,6 @@
|
|
|
6455
6537
|
}
|
|
6456
6538
|
|
|
6457
6539
|
|
|
6458
|
-
.E_c18bcrac {
|
|
6459
|
-
display: inline-block;
|
|
6460
|
-
width: 100%;
|
|
6461
|
-
.recharts-wrapper {
|
|
6462
|
-
margin-left: 4px;
|
|
6463
|
-
}
|
|
6464
|
-
}
|
|
6465
|
-
|
|
6466
|
-
.E_cro7kg2 {
|
|
6467
|
-
padding: 4px;
|
|
6468
|
-
|
|
6469
|
-
.unit {
|
|
6470
|
-
color: white;
|
|
6471
|
-
}
|
|
6472
|
-
}
|
|
6473
|
-
|
|
6474
|
-
.E_c14wcxf0 {
|
|
6475
|
-
display: flex;
|
|
6476
|
-
justify-content: space-between;
|
|
6477
|
-
align-items: center;
|
|
6478
|
-
font-size: 13px;
|
|
6479
|
-
line-height: 24px;
|
|
6480
|
-
color: #cccccc;
|
|
6481
|
-
white-space: nowrap;
|
|
6482
|
-
|
|
6483
|
-
label {
|
|
6484
|
-
margin-right: 32px;
|
|
6485
|
-
}
|
|
6486
|
-
}
|
|
6487
|
-
|
|
6488
|
-
.E_coy29mj.E_c14wcxf0 {
|
|
6489
|
-
font-weight: bold;
|
|
6490
|
-
color: white;
|
|
6491
|
-
}
|
|
6492
|
-
|
|
6493
|
-
.E_s11212zy {
|
|
6494
|
-
width: 8px;
|
|
6495
|
-
height: 8px;
|
|
6496
|
-
border-radius: 2px;
|
|
6497
|
-
display: inline-block;
|
|
6498
|
-
background: var(--s11212zy-0);
|
|
6499
|
-
border: 1px solid $fills-light-white;
|
|
6500
|
-
box-sizing: content-box;
|
|
6501
|
-
margin-right: 6px;
|
|
6502
|
-
}
|
|
6503
|
-
|
|
6504
|
-
.E_p1lyky6c {
|
|
6505
|
-
& > :first-child {
|
|
6506
|
-
font-weight: bold;
|
|
6507
|
-
color: white;
|
|
6508
|
-
margin-right: 4px;
|
|
6509
|
-
}
|
|
6510
|
-
}
|
|
6511
|
-
|
|
6512
|
-
|
|
6513
6540
|
.E_gmyahx3 {
|
|
6514
6541
|
cursor: pointer;
|
|
6515
6542
|
|
|
@@ -6523,108 +6550,110 @@
|
|
|
6523
6550
|
}
|
|
6524
6551
|
|
|
6525
6552
|
|
|
6526
|
-
.
|
|
6527
|
-
|
|
6528
|
-
|
|
6529
|
-
border-radius:
|
|
6530
|
-
|
|
6531
|
-
|
|
6532
|
-
|
|
6533
|
-
|
|
6534
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
6535
|
-
border-top: none;
|
|
6553
|
+
.E_skwah65 {
|
|
6554
|
+
height: 8px;
|
|
6555
|
+
box-sizing: border-box;
|
|
6556
|
+
border-radius: 2px;
|
|
6557
|
+
background: #f5f7fa;
|
|
6558
|
+
display: flex;
|
|
6559
|
+
width: 100%;
|
|
6560
|
+
overflow: hidden;
|
|
6536
6561
|
|
|
6537
|
-
|
|
6538
|
-
|
|
6539
|
-
|
|
6562
|
+
.stack-bar-item + .stack-bar-item {
|
|
6563
|
+
margin-left: 1px;
|
|
6564
|
+
}
|
|
6565
|
+
}
|
|
6540
6566
|
|
|
6541
|
-
.ant-picker-content {
|
|
6542
|
-
width: 100%;
|
|
6543
|
-
height: 180px;
|
|
6544
|
-
border-spacing: 0;
|
|
6545
6567
|
|
|
6546
|
-
|
|
6547
|
-
|
|
6548
|
-
|
|
6549
|
-
|
|
6550
|
-
width: 22px;
|
|
6551
|
-
}
|
|
6552
|
-
td {
|
|
6553
|
-
padding: 0;
|
|
6554
|
-
}
|
|
6568
|
+
.E_tqjc4ui {
|
|
6569
|
+
@at-root {
|
|
6570
|
+
span#{&} {
|
|
6571
|
+
margin: 0 2px;
|
|
6555
6572
|
}
|
|
6556
6573
|
}
|
|
6574
|
+
}
|
|
6557
6575
|
|
|
6558
|
-
.ant-picker-cell {
|
|
6559
|
-
color: rgba(62, 70, 82, 0.6);
|
|
6560
|
-
opacity: 0.4;
|
|
6561
|
-
}
|
|
6562
|
-
.ant-picker-cell-in-view {
|
|
6563
|
-
color: rgba(62, 70, 82, 0.6);
|
|
6564
|
-
opacity: 1;
|
|
6565
|
-
}
|
|
6566
|
-
.ant-picker-cell-in-view > .active {
|
|
6567
|
-
color: #3e4652;
|
|
6568
|
-
}
|
|
6569
6576
|
|
|
6570
|
-
|
|
6571
|
-
|
|
6577
|
+
.E_c18bcrac {
|
|
6578
|
+
display: inline-block;
|
|
6579
|
+
width: 100%;
|
|
6580
|
+
.recharts-wrapper {
|
|
6581
|
+
margin-left: 4px;
|
|
6572
6582
|
}
|
|
6573
6583
|
}
|
|
6574
6584
|
|
|
6575
|
-
.
|
|
6576
|
-
|
|
6577
|
-
|
|
6578
|
-
|
|
6579
|
-
|
|
6585
|
+
.E_cro7kg2 {
|
|
6586
|
+
padding: 4px;
|
|
6587
|
+
|
|
6588
|
+
.unit {
|
|
6589
|
+
color: white;
|
|
6590
|
+
}
|
|
6580
6591
|
}
|
|
6581
6592
|
|
|
6582
|
-
.
|
|
6583
|
-
color: rgba(62, 70, 82, 0.6);
|
|
6593
|
+
.E_c14wcxf0 {
|
|
6584
6594
|
display: flex;
|
|
6585
6595
|
justify-content: space-between;
|
|
6586
6596
|
align-items: center;
|
|
6587
|
-
|
|
6597
|
+
font-size: 13px;
|
|
6598
|
+
line-height: 24px;
|
|
6599
|
+
color: #cccccc;
|
|
6600
|
+
white-space: nowrap;
|
|
6588
6601
|
|
|
6589
|
-
|
|
6590
|
-
|
|
6591
|
-
&:hover {
|
|
6592
|
-
color: $blue;
|
|
6593
|
-
}
|
|
6602
|
+
label {
|
|
6603
|
+
margin-right: 32px;
|
|
6594
6604
|
}
|
|
6595
6605
|
}
|
|
6596
6606
|
|
|
6597
|
-
.
|
|
6598
|
-
|
|
6607
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
6608
|
+
font-weight: bold;
|
|
6609
|
+
color: white;
|
|
6610
|
+
}
|
|
6599
6611
|
|
|
6600
|
-
|
|
6601
|
-
|
|
6602
|
-
|
|
6603
|
-
|
|
6604
|
-
|
|
6605
|
-
|
|
6606
|
-
|
|
6607
|
-
|
|
6608
|
-
|
|
6609
|
-
|
|
6612
|
+
.E_s11212zy {
|
|
6613
|
+
width: 8px;
|
|
6614
|
+
height: 8px;
|
|
6615
|
+
border-radius: 2px;
|
|
6616
|
+
display: inline-block;
|
|
6617
|
+
background: var(--s11212zy-0);
|
|
6618
|
+
border: 1px solid $fills-light-white;
|
|
6619
|
+
box-sizing: content-box;
|
|
6620
|
+
margin-right: 6px;
|
|
6621
|
+
}
|
|
6610
6622
|
|
|
6611
|
-
|
|
6612
|
-
|
|
6613
|
-
|
|
6614
|
-
|
|
6615
|
-
|
|
6616
|
-
width: 9px;
|
|
6617
|
-
height: 2px;
|
|
6618
|
-
background: $blue;
|
|
6619
|
-
border-radius: 2px;
|
|
6623
|
+
.E_p1lyky6c {
|
|
6624
|
+
& > :first-child {
|
|
6625
|
+
font-weight: bold;
|
|
6626
|
+
color: white;
|
|
6627
|
+
margin-right: 4px;
|
|
6620
6628
|
}
|
|
6621
6629
|
}
|
|
6622
6630
|
|
|
6623
6631
|
|
|
6624
|
-
.
|
|
6625
|
-
|
|
6626
|
-
|
|
6627
|
-
|
|
6632
|
+
.E_ou7iq30 {
|
|
6633
|
+
overflow: hidden;
|
|
6634
|
+
text-overflow: ellipsis;
|
|
6635
|
+
}
|
|
6636
|
+
|
|
6637
|
+
.E_s1tui002 {
|
|
6638
|
+
white-space: nowrap;
|
|
6639
|
+
}
|
|
6640
|
+
|
|
6641
|
+
.E_mxrc2zg {
|
|
6642
|
+
display: -webkit-box;
|
|
6643
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
6644
|
+
-webkit-box-orient: vertical;
|
|
6645
|
+
word-break: break-all;
|
|
6646
|
+
}
|
|
6647
|
+
|
|
6648
|
+
.E_t1vv6d68 {
|
|
6649
|
+
.ant-tooltip-arrow {
|
|
6650
|
+
display: none;
|
|
6651
|
+
}
|
|
6652
|
+
.ant-tooltip-inner {
|
|
6653
|
+
background: $gray-a80-9;
|
|
6654
|
+
border-radius: 4px;
|
|
6655
|
+
&:has(.eagle-ellipsis-content) {
|
|
6656
|
+
visibility: hidden;
|
|
6628
6657
|
}
|
|
6629
6658
|
}
|
|
6630
6659
|
}
|
|
@@ -6794,36 +6823,6 @@
|
|
|
6794
6823
|
}
|
|
6795
6824
|
|
|
6796
6825
|
|
|
6797
|
-
.E_ou7iq30 {
|
|
6798
|
-
overflow: hidden;
|
|
6799
|
-
text-overflow: ellipsis;
|
|
6800
|
-
}
|
|
6801
|
-
|
|
6802
|
-
.E_s1tui002 {
|
|
6803
|
-
white-space: nowrap;
|
|
6804
|
-
}
|
|
6805
|
-
|
|
6806
|
-
.E_mxrc2zg {
|
|
6807
|
-
display: -webkit-box;
|
|
6808
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
6809
|
-
-webkit-box-orient: vertical;
|
|
6810
|
-
word-break: break-all;
|
|
6811
|
-
}
|
|
6812
|
-
|
|
6813
|
-
.E_t1vv6d68 {
|
|
6814
|
-
.ant-tooltip-arrow {
|
|
6815
|
-
display: none;
|
|
6816
|
-
}
|
|
6817
|
-
.ant-tooltip-inner {
|
|
6818
|
-
background: $gray-a80-9;
|
|
6819
|
-
border-radius: 4px;
|
|
6820
|
-
&:has(.eagle-ellipsis-content) {
|
|
6821
|
-
visibility: hidden;
|
|
6822
|
-
}
|
|
6823
|
-
}
|
|
6824
|
-
}
|
|
6825
|
-
|
|
6826
|
-
|
|
6827
6826
|
.E_n12mqh7z {
|
|
6828
6827
|
display: flex;
|
|
6829
6828
|
align-items: center;
|
|
@@ -6940,203 +6939,58 @@
|
|
|
6940
6939
|
transition: all 0s;
|
|
6941
6940
|
}
|
|
6942
6941
|
|
|
6943
|
-
&.shrink {
|
|
6944
|
-
transition: all 0s;
|
|
6945
|
-
overflow: hidden;
|
|
6946
|
-
|
|
6947
|
-
.ant-menu-item-group-title {
|
|
6948
|
-
visibility: hidden;
|
|
6949
|
-
}
|
|
6950
|
-
|
|
6951
|
-
.ant-menu-item {
|
|
6952
|
-
width: 36px;
|
|
6953
|
-
padding: 0 6px;
|
|
6954
|
-
}
|
|
6955
|
-
}
|
|
6956
|
-
}
|
|
6957
|
-
|
|
6958
|
-
.E_n1ugzfva {
|
|
6959
|
-
display: flex;
|
|
6960
|
-
place-items: center;
|
|
6961
|
-
width: 100% !important;
|
|
6962
|
-
|
|
6963
|
-
&[disabled] {
|
|
6964
|
-
color: rgba(0, 0, 0, 0.25) !important;
|
|
6965
|
-
opacity: 1 !important;
|
|
6966
|
-
}
|
|
6967
|
-
|
|
6968
|
-
&.ant-btn {
|
|
6969
|
-
width: 100%;
|
|
6970
|
-
color: $text-light-primary;
|
|
6971
|
-
}
|
|
6972
|
-
|
|
6973
|
-
.icon-wrapper {
|
|
6974
|
-
margin-right: 12px;
|
|
6975
|
-
}
|
|
6976
|
-
|
|
6977
|
-
.link-title {
|
|
6978
|
-
flex: 1;
|
|
6979
|
-
overflow: hidden;
|
|
6980
|
-
white-space: nowrap;
|
|
6981
|
-
text-overflow: ellipsis;
|
|
6982
|
-
text-align: left;
|
|
6983
|
-
}
|
|
6984
|
-
}
|
|
6985
|
-
|
|
6986
|
-
|
|
6987
|
-
.E_wg1tsps {
|
|
6988
|
-
display: flex;
|
|
6989
|
-
align-items: center;
|
|
6990
|
-
justify-content: flex-end;
|
|
6991
|
-
}
|
|
6992
|
-
|
|
6993
|
-
.E_b1ctd5xy {
|
|
6994
|
-
display: flex;
|
|
6995
|
-
align-items: center;
|
|
6996
|
-
width: calc(100% - 40px);
|
|
6997
|
-
|
|
6998
|
-
.chart {
|
|
6999
|
-
display: inline-block;
|
|
7000
|
-
width: 100%;
|
|
7001
|
-
}
|
|
7002
|
-
}
|
|
7003
|
-
|
|
7004
|
-
.E_u1p8acpn {
|
|
7005
|
-
min-width: 40px;
|
|
7006
|
-
|
|
7007
|
-
.unit {
|
|
7008
|
-
color: $text-light-primary !important;
|
|
7009
|
-
}
|
|
7010
|
-
}
|
|
7011
|
-
|
|
7012
|
-
|
|
7013
|
-
.E_t1sqg15u {
|
|
7014
|
-
background: white;
|
|
7015
|
-
|
|
7016
|
-
&.inline {
|
|
7017
|
-
.table-row {
|
|
7018
|
-
flex-direction: column;
|
|
7019
|
-
|
|
7020
|
-
> label {
|
|
7021
|
-
padding: 0 16px 7px 0;
|
|
7022
|
-
}
|
|
7023
|
-
}
|
|
7024
|
-
}
|
|
7025
|
-
|
|
7026
|
-
&.has-border {
|
|
7027
|
-
.table-header {
|
|
7028
|
-
border-bottom: 1px solid $strokes-light-trans-1;
|
|
7029
|
-
}
|
|
7030
|
-
|
|
7031
|
-
.hiddenBorder {
|
|
7032
|
-
border-top: none !important;
|
|
7033
|
-
}
|
|
7034
|
-
|
|
7035
|
-
.table-row + .table-row {
|
|
7036
|
-
border-top: 1px solid $strokes-light-trans-1;
|
|
7037
|
-
}
|
|
7038
|
-
|
|
7039
|
-
.table-row:last-of-type {
|
|
7040
|
-
padding-bottom: 0;
|
|
7041
|
-
}
|
|
7042
|
-
}
|
|
7043
|
-
|
|
7044
|
-
&.align-right {
|
|
7045
|
-
.content {
|
|
7046
|
-
text-align: right;
|
|
7047
|
-
}
|
|
7048
|
-
}
|
|
7049
|
-
.uuid-row {
|
|
7050
|
-
display: flex;
|
|
7051
|
-
justify-content: space-between;
|
|
7052
|
-
|
|
7053
|
-
.id-text {
|
|
7054
|
-
white-space: nowrap;
|
|
7055
|
-
overflow: hidden;
|
|
7056
|
-
text-overflow: ellipsis;
|
|
7057
|
-
}
|
|
7058
|
-
}
|
|
7059
|
-
}
|
|
7060
|
-
|
|
7061
|
-
.E_t4zczcp {
|
|
7062
|
-
display: flex;
|
|
7063
|
-
justify-content: space-between;
|
|
7064
|
-
align-items: center;
|
|
7065
|
-
padding: 8px;
|
|
7066
|
-
min-height: 32px;
|
|
7067
|
-
|
|
7068
|
-
.table-title {
|
|
7069
|
-
color: $text-secondary-light;
|
|
7070
|
-
font-weight: 600;
|
|
7071
|
-
font-size: 12px;
|
|
7072
|
-
line-height: 8px;
|
|
7073
|
-
}
|
|
7074
|
-
|
|
7075
|
-
.edit-icon {
|
|
7076
|
-
font-size: 16px;
|
|
7077
|
-
color: $strokes-translucent-2-light;
|
|
7078
|
-
cursor: pointer;
|
|
7079
|
-
}
|
|
7080
|
-
}
|
|
7081
|
-
|
|
7082
|
-
.E_t1s7goww {
|
|
7083
|
-
font-size: 12px;
|
|
7084
|
-
line-height: 18px;
|
|
7085
|
-
}
|
|
6942
|
+
&.shrink {
|
|
6943
|
+
transition: all 0s;
|
|
6944
|
+
overflow: hidden;
|
|
7086
6945
|
|
|
7087
|
-
.
|
|
7088
|
-
|
|
7089
|
-
|
|
7090
|
-
color: $text-primary-light;
|
|
6946
|
+
.ant-menu-item-group-title {
|
|
6947
|
+
visibility: hidden;
|
|
6948
|
+
}
|
|
7091
6949
|
|
|
7092
|
-
|
|
7093
|
-
|
|
6950
|
+
.ant-menu-item {
|
|
6951
|
+
width: 36px;
|
|
6952
|
+
padding: 0 6px;
|
|
6953
|
+
}
|
|
7094
6954
|
}
|
|
6955
|
+
}
|
|
7095
6956
|
|
|
7096
|
-
|
|
7097
|
-
|
|
6957
|
+
.E_n1ugzfva {
|
|
6958
|
+
display: flex;
|
|
6959
|
+
place-items: center;
|
|
6960
|
+
width: 100% !important;
|
|
6961
|
+
|
|
6962
|
+
&[disabled] {
|
|
6963
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
6964
|
+
opacity: 1 !important;
|
|
7098
6965
|
}
|
|
7099
6966
|
|
|
7100
|
-
|
|
7101
|
-
overflow: hidden;
|
|
7102
|
-
overflow-x: auto;
|
|
6967
|
+
&.ant-btn {
|
|
7103
6968
|
width: 100%;
|
|
7104
|
-
|
|
6969
|
+
color: $text-light-primary;
|
|
6970
|
+
}
|
|
7105
6971
|
|
|
7106
|
-
|
|
7107
|
-
|
|
7108
|
-
|
|
7109
|
-
}
|
|
6972
|
+
.icon-wrapper {
|
|
6973
|
+
margin-right: 12px;
|
|
6974
|
+
}
|
|
7110
6975
|
|
|
7111
|
-
|
|
7112
|
-
|
|
7113
|
-
|
|
6976
|
+
.link-title {
|
|
6977
|
+
flex: 1;
|
|
6978
|
+
overflow: hidden;
|
|
6979
|
+
white-space: nowrap;
|
|
6980
|
+
text-overflow: ellipsis;
|
|
6981
|
+
text-align: left;
|
|
7114
6982
|
}
|
|
7115
6983
|
}
|
|
7116
6984
|
|
|
7117
|
-
.E_rhz2uv5 {
|
|
7118
|
-
width: var(--rhz2uv5-0);
|
|
7119
|
-
flex-shrink: 0;
|
|
7120
|
-
color: $text-secondary-light;
|
|
7121
|
-
padding-right: 12px;
|
|
7122
|
-
}
|
|
7123
6985
|
|
|
6986
|
+
.E_s1iv0tp1 {
|
|
6987
|
+
.enabled-switch {
|
|
6988
|
+
display: flex;
|
|
6989
|
+
align-items: center;
|
|
6990
|
+
}
|
|
7124
6991
|
|
|
7125
|
-
.
|
|
7126
|
-
|
|
7127
|
-
cursor: default !important;
|
|
7128
|
-
&.link {
|
|
7129
|
-
cursor: pointer !important;
|
|
7130
|
-
&:hover {
|
|
7131
|
-
color: $text-colorful-outstanding;
|
|
7132
|
-
}
|
|
7133
|
-
}
|
|
7134
|
-
&.black {
|
|
7135
|
-
color: $text-neutral-primary;
|
|
7136
|
-
}
|
|
7137
|
-
&.gray {
|
|
7138
|
-
color: $text-neutral-secondary;
|
|
7139
|
-
}
|
|
6992
|
+
.enabled-text {
|
|
6993
|
+
margin-right: 8px;
|
|
7140
6994
|
}
|
|
7141
6995
|
}
|
|
7142
6996
|
|
|
@@ -7409,132 +7263,159 @@
|
|
|
7409
7263
|
}
|
|
7410
7264
|
|
|
7411
7265
|
|
|
7412
|
-
.
|
|
7413
|
-
|
|
7414
|
-
display: flex;
|
|
7415
|
-
align-items: center;
|
|
7416
|
-
}
|
|
7266
|
+
.E_t1sqg15u {
|
|
7267
|
+
background: white;
|
|
7417
7268
|
|
|
7418
|
-
|
|
7419
|
-
|
|
7269
|
+
&.inline {
|
|
7270
|
+
.table-row {
|
|
7271
|
+
flex-direction: column;
|
|
7272
|
+
|
|
7273
|
+
> label {
|
|
7274
|
+
padding: 0 16px 7px 0;
|
|
7275
|
+
}
|
|
7276
|
+
}
|
|
7420
7277
|
}
|
|
7421
|
-
}
|
|
7422
7278
|
|
|
7279
|
+
&.has-border {
|
|
7280
|
+
.table-header {
|
|
7281
|
+
border-bottom: 1px solid $strokes-light-trans-1;
|
|
7282
|
+
}
|
|
7423
7283
|
|
|
7424
|
-
.
|
|
7425
|
-
|
|
7284
|
+
.hiddenBorder {
|
|
7285
|
+
border-top: none !important;
|
|
7286
|
+
}
|
|
7426
7287
|
|
|
7427
|
-
|
|
7428
|
-
|
|
7429
|
-
|
|
7430
|
-
|
|
7288
|
+
.table-row + .table-row {
|
|
7289
|
+
border-top: 1px solid $strokes-light-trans-1;
|
|
7290
|
+
}
|
|
7291
|
+
|
|
7292
|
+
.table-row:last-of-type {
|
|
7293
|
+
padding-bottom: 0;
|
|
7431
7294
|
}
|
|
7432
7295
|
}
|
|
7433
|
-
|
|
7434
|
-
|
|
7296
|
+
|
|
7297
|
+
&.align-right {
|
|
7298
|
+
.content {
|
|
7299
|
+
text-align: right;
|
|
7300
|
+
}
|
|
7301
|
+
}
|
|
7302
|
+
.uuid-row {
|
|
7435
7303
|
display: flex;
|
|
7436
|
-
|
|
7437
|
-
|
|
7438
|
-
|
|
7304
|
+
justify-content: space-between;
|
|
7305
|
+
|
|
7306
|
+
.id-text {
|
|
7307
|
+
white-space: nowrap;
|
|
7308
|
+
overflow: hidden;
|
|
7309
|
+
text-overflow: ellipsis;
|
|
7439
7310
|
}
|
|
7440
7311
|
}
|
|
7441
7312
|
}
|
|
7442
7313
|
|
|
7443
|
-
.
|
|
7444
|
-
|
|
7314
|
+
.E_t4zczcp {
|
|
7315
|
+
display: flex;
|
|
7316
|
+
justify-content: space-between;
|
|
7317
|
+
align-items: center;
|
|
7318
|
+
padding: 8px;
|
|
7319
|
+
min-height: 32px;
|
|
7445
7320
|
|
|
7446
|
-
.
|
|
7447
|
-
|
|
7448
|
-
|
|
7321
|
+
.table-title {
|
|
7322
|
+
color: $text-secondary-light;
|
|
7323
|
+
font-weight: 600;
|
|
7324
|
+
font-size: 12px;
|
|
7325
|
+
line-height: 8px;
|
|
7449
7326
|
}
|
|
7450
|
-
|
|
7451
|
-
|
|
7452
|
-
|
|
7327
|
+
|
|
7328
|
+
.edit-icon {
|
|
7329
|
+
font-size: 16px;
|
|
7330
|
+
color: $strokes-translucent-2-light;
|
|
7331
|
+
cursor: pointer;
|
|
7453
7332
|
}
|
|
7454
7333
|
}
|
|
7455
7334
|
|
|
7456
|
-
.
|
|
7457
|
-
|
|
7458
|
-
|
|
7459
|
-
flex: 1;
|
|
7460
|
-
min-width: 0;
|
|
7335
|
+
.E_t1s7goww {
|
|
7336
|
+
font-size: 12px;
|
|
7337
|
+
line-height: 18px;
|
|
7461
7338
|
}
|
|
7462
7339
|
|
|
7463
|
-
.
|
|
7464
|
-
|
|
7465
|
-
|
|
7340
|
+
.E_t93e4cf {
|
|
7341
|
+
display: flex;
|
|
7342
|
+
padding: 8px 0;
|
|
7343
|
+
color: $text-primary-light;
|
|
7466
7344
|
|
|
7345
|
+
.hidden {
|
|
7346
|
+
display: none;
|
|
7347
|
+
}
|
|
7467
7348
|
|
|
7468
|
-
.
|
|
7469
|
-
|
|
7470
|
-
padding: 60px 128px;
|
|
7349
|
+
.ant-btn.ant-btn-link {
|
|
7350
|
+
height: auto;
|
|
7471
7351
|
}
|
|
7472
|
-
}
|
|
7473
7352
|
|
|
7474
|
-
.
|
|
7475
|
-
|
|
7476
|
-
|
|
7477
|
-
|
|
7478
|
-
|
|
7353
|
+
.content {
|
|
7354
|
+
overflow: hidden;
|
|
7355
|
+
overflow-x: auto;
|
|
7356
|
+
width: 100%;
|
|
7357
|
+
white-space: pre-wrap;
|
|
7479
7358
|
|
|
7480
|
-
.
|
|
7481
|
-
|
|
7482
|
-
|
|
7483
|
-
|
|
7484
|
-
}
|
|
7359
|
+
.ant-btn {
|
|
7360
|
+
white-space: pre-wrap;
|
|
7361
|
+
text-align: left;
|
|
7362
|
+
}
|
|
7485
7363
|
|
|
7486
|
-
.
|
|
7487
|
-
|
|
7488
|
-
|
|
7364
|
+
.unit-chart {
|
|
7365
|
+
justify-content: flex-start;
|
|
7366
|
+
}
|
|
7367
|
+
}
|
|
7489
7368
|
}
|
|
7490
7369
|
|
|
7491
|
-
.
|
|
7492
|
-
|
|
7493
|
-
|
|
7494
|
-
|
|
7495
|
-
|
|
7496
|
-
Menlo,
|
|
7497
|
-
Consolas,
|
|
7498
|
-
Liberation Mono,
|
|
7499
|
-
monospace;
|
|
7500
|
-
min-height: 0;
|
|
7501
|
-
flex: 1;
|
|
7502
|
-
padding: 16px;
|
|
7503
|
-
background-color: $gray-80;
|
|
7504
|
-
color: $white;
|
|
7505
|
-
overflow: auto;
|
|
7506
|
-
max-width: 100%;
|
|
7507
|
-
min-height: 0;
|
|
7508
|
-
border-radius: 8px;
|
|
7509
|
-
white-space: pre-wrap;
|
|
7370
|
+
.E_rhz2uv5 {
|
|
7371
|
+
width: var(--rhz2uv5-0);
|
|
7372
|
+
flex-shrink: 0;
|
|
7373
|
+
color: $text-secondary-light;
|
|
7374
|
+
padding-right: 12px;
|
|
7510
7375
|
}
|
|
7511
7376
|
|
|
7512
|
-
|
|
7513
|
-
|
|
7514
|
-
|
|
7515
|
-
|
|
7516
|
-
|
|
7377
|
+
|
|
7378
|
+
.E_u15heuvq {
|
|
7379
|
+
&.content {
|
|
7380
|
+
cursor: default !important;
|
|
7381
|
+
&.link {
|
|
7382
|
+
cursor: pointer !important;
|
|
7383
|
+
&:hover {
|
|
7384
|
+
color: $text-colorful-outstanding;
|
|
7385
|
+
}
|
|
7386
|
+
}
|
|
7387
|
+
&.black {
|
|
7388
|
+
color: $text-neutral-primary;
|
|
7389
|
+
}
|
|
7390
|
+
&.gray {
|
|
7391
|
+
color: $text-neutral-secondary;
|
|
7392
|
+
}
|
|
7393
|
+
}
|
|
7517
7394
|
}
|
|
7518
7395
|
|
|
7519
|
-
|
|
7396
|
+
|
|
7397
|
+
.E_wg1tsps {
|
|
7520
7398
|
display: flex;
|
|
7521
|
-
flex-direction: column;
|
|
7522
|
-
justify-content: center;
|
|
7523
7399
|
align-items: center;
|
|
7524
|
-
|
|
7400
|
+
justify-content: flex-end;
|
|
7525
7401
|
}
|
|
7526
7402
|
|
|
7527
|
-
.
|
|
7403
|
+
.E_b1ctd5xy {
|
|
7528
7404
|
display: flex;
|
|
7529
|
-
flex-direction: column;
|
|
7530
7405
|
align-items: center;
|
|
7406
|
+
width: calc(100% - 40px);
|
|
7531
7407
|
|
|
7532
|
-
.
|
|
7533
|
-
|
|
7534
|
-
|
|
7535
|
-
|
|
7536
|
-
|
|
7537
|
-
|
|
7408
|
+
.chart {
|
|
7409
|
+
display: inline-block;
|
|
7410
|
+
width: 100%;
|
|
7411
|
+
}
|
|
7412
|
+
}
|
|
7413
|
+
|
|
7414
|
+
.E_u1p8acpn {
|
|
7415
|
+
min-width: 40px;
|
|
7416
|
+
|
|
7417
|
+
.unit {
|
|
7418
|
+
color: $text-light-primary !important;
|
|
7538
7419
|
}
|
|
7539
7420
|
}
|
|
7540
7421
|
|
|
@@ -7610,82 +7491,121 @@
|
|
|
7610
7491
|
}
|
|
7611
7492
|
|
|
7612
7493
|
|
|
7613
|
-
.
|
|
7614
|
-
|
|
7615
|
-
|
|
7616
|
-
max-width: 64px;
|
|
7617
|
-
max-height: 64px;
|
|
7618
|
-
overflow: hidden;
|
|
7619
|
-
display: flex;
|
|
7620
|
-
align-items: center;
|
|
7621
|
-
justify-content: center;
|
|
7622
|
-
position: relative;
|
|
7623
|
-
opacity: 0.6;
|
|
7624
|
-
.icon-wrapper {
|
|
7625
|
-
@keyframes rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } };
|
|
7626
|
-
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
7494
|
+
.E_kr6am0s {
|
|
7495
|
+
.ant-modal-body {
|
|
7496
|
+
padding: 60px 128px;
|
|
7627
7497
|
}
|
|
7628
7498
|
}
|
|
7629
7499
|
|
|
7500
|
+
.E_k1h3cl5q {
|
|
7501
|
+
display: flex;
|
|
7502
|
+
flex-direction: column;
|
|
7503
|
+
height: 100%;
|
|
7504
|
+
}
|
|
7505
|
+
|
|
7506
|
+
.E_k1a6j97w {
|
|
7507
|
+
color: $gray-120;
|
|
7508
|
+
font-size: 32px !important;
|
|
7509
|
+
margin-bottom: 16px;
|
|
7510
|
+
}
|
|
7511
|
+
|
|
7512
|
+
.E_k1uim1fg {
|
|
7513
|
+
margin-bottom: 32px;
|
|
7514
|
+
color: $gray-120;
|
|
7515
|
+
}
|
|
7630
7516
|
|
|
7631
|
-
.
|
|
7517
|
+
.E_kobelzt {
|
|
7518
|
+
font-family:
|
|
7519
|
+
Roboto Mono,
|
|
7520
|
+
SFMono-Regular,
|
|
7521
|
+
SF Mono,
|
|
7522
|
+
Menlo,
|
|
7523
|
+
Consolas,
|
|
7524
|
+
Liberation Mono,
|
|
7525
|
+
monospace;
|
|
7526
|
+
min-height: 0;
|
|
7527
|
+
flex: 1;
|
|
7528
|
+
padding: 16px;
|
|
7529
|
+
background-color: $gray-80;
|
|
7530
|
+
color: $white;
|
|
7531
|
+
overflow: auto;
|
|
7532
|
+
max-width: 100%;
|
|
7533
|
+
min-height: 0;
|
|
7534
|
+
border-radius: 8px;
|
|
7535
|
+
white-space: pre-wrap;
|
|
7536
|
+
}
|
|
7537
|
+
|
|
7538
|
+
.E_kxzv3id {
|
|
7632
7539
|
width: 100%;
|
|
7540
|
+
display: flex;
|
|
7541
|
+
justify-content: space-between;
|
|
7542
|
+
padding: 0 128px;
|
|
7543
|
+
}
|
|
7544
|
+
|
|
7545
|
+
.E_eld9lt {
|
|
7546
|
+
display: flex;
|
|
7547
|
+
flex-direction: column;
|
|
7548
|
+
justify-content: center;
|
|
7549
|
+
align-items: center;
|
|
7633
7550
|
height: 100%;
|
|
7551
|
+
}
|
|
7552
|
+
|
|
7553
|
+
.E_e1505fqc {
|
|
7634
7554
|
display: flex;
|
|
7635
|
-
|
|
7636
|
-
|
|
7637
|
-
padding: 8px 0;
|
|
7638
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
7555
|
+
flex-direction: column;
|
|
7556
|
+
align-items: center;
|
|
7639
7557
|
|
|
7640
|
-
|
|
7641
|
-
|
|
7642
|
-
|
|
7558
|
+
.title {
|
|
7559
|
+
margin-bottom: 8px;
|
|
7560
|
+
background-clip: text;
|
|
7561
|
+
-webkit-background-clip: text;
|
|
7562
|
+
-webkit-text-fill-color: transparent;
|
|
7563
|
+
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
7643
7564
|
}
|
|
7644
|
-
|
|
7645
|
-
flex-direction: column;
|
|
7565
|
+
}
|
|
7646
7566
|
|
|
7647
|
-
.collapsed-content {
|
|
7648
|
-
display: flex;
|
|
7649
7567
|
|
|
7650
|
-
|
|
7651
|
-
|
|
7652
|
-
display: flex;
|
|
7653
|
-
justify-content: space-between;
|
|
7654
|
-
.ant-btn {
|
|
7655
|
-
height: auto;
|
|
7656
|
-
}
|
|
7657
|
-
}
|
|
7658
|
-
}
|
|
7659
|
-
.extra-content {
|
|
7660
|
-
margin-left: 162px;
|
|
7661
|
-
}
|
|
7662
|
-
}
|
|
7568
|
+
.E_i5w779o {
|
|
7569
|
+
padding: 8px 0;
|
|
7663
7570
|
|
|
7664
7571
|
.col-label {
|
|
7665
|
-
|
|
7666
|
-
|
|
7667
|
-
|
|
7668
|
-
|
|
7572
|
+
flex-shrink: unset;
|
|
7573
|
+
* {
|
|
7574
|
+
line-height: 18px;
|
|
7575
|
+
}
|
|
7669
7576
|
}
|
|
7670
|
-
|
|
7671
7577
|
.col-content {
|
|
7672
|
-
|
|
7673
|
-
|
|
7674
|
-
|
|
7675
|
-
|
|
7676
|
-
height:
|
|
7578
|
+
flex: 1 1 0;
|
|
7579
|
+
display: flex;
|
|
7580
|
+
align-items: center;
|
|
7581
|
+
* {
|
|
7582
|
+
line-height: 18px;
|
|
7677
7583
|
}
|
|
7678
7584
|
}
|
|
7679
7585
|
}
|
|
7680
7586
|
|
|
7587
|
+
.E_l18dja44 {
|
|
7588
|
+
padding: 6px 0;
|
|
7681
7589
|
|
|
7682
|
-
.
|
|
7683
|
-
|
|
7590
|
+
.col-label * {
|
|
7591
|
+
font-size: 13px;
|
|
7592
|
+
line-height: 20px;
|
|
7593
|
+
}
|
|
7594
|
+
.col-content * {
|
|
7595
|
+
font-size: 14px;
|
|
7596
|
+
line-height: 20px;
|
|
7597
|
+
}
|
|
7684
7598
|
}
|
|
7685
7599
|
|
|
7686
|
-
.
|
|
7687
|
-
|
|
7688
|
-
|
|
7600
|
+
.E_c8c2hys {
|
|
7601
|
+
display: flex;
|
|
7602
|
+
justify-content: space-between;
|
|
7603
|
+
flex: 1;
|
|
7604
|
+
min-width: 0;
|
|
7605
|
+
}
|
|
7606
|
+
|
|
7607
|
+
.E_n4m6c4d {
|
|
7608
|
+
color: $text-light-tertiary;
|
|
7689
7609
|
}
|
|
7690
7610
|
|
|
7691
7611
|
|
|
@@ -8288,6 +8208,85 @@
|
|
|
8288
8208
|
}
|
|
8289
8209
|
|
|
8290
8210
|
|
|
8211
|
+
.E_l12xdkhl {
|
|
8212
|
+
width: 64px;
|
|
8213
|
+
height: 64px;
|
|
8214
|
+
max-width: 64px;
|
|
8215
|
+
max-height: 64px;
|
|
8216
|
+
overflow: hidden;
|
|
8217
|
+
display: flex;
|
|
8218
|
+
align-items: center;
|
|
8219
|
+
justify-content: center;
|
|
8220
|
+
position: relative;
|
|
8221
|
+
opacity: 0.6;
|
|
8222
|
+
.icon-wrapper {
|
|
8223
|
+
@keyframes rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } };
|
|
8224
|
+
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
8225
|
+
}
|
|
8226
|
+
}
|
|
8227
|
+
|
|
8228
|
+
|
|
8229
|
+
.E_cevhqx7 {
|
|
8230
|
+
color: $text-light-primary;
|
|
8231
|
+
}
|
|
8232
|
+
|
|
8233
|
+
.E_snbqlt4 {
|
|
8234
|
+
margin-top: 8px;
|
|
8235
|
+
color: $text-light-secondary;
|
|
8236
|
+
}
|
|
8237
|
+
|
|
8238
|
+
|
|
8239
|
+
.E_c14ouk5o {
|
|
8240
|
+
width: 100%;
|
|
8241
|
+
height: 100%;
|
|
8242
|
+
display: flex;
|
|
8243
|
+
font-size: 12px;
|
|
8244
|
+
line-height: 18px;
|
|
8245
|
+
padding: 8px 0;
|
|
8246
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
8247
|
+
|
|
8248
|
+
&:last-of-type {
|
|
8249
|
+
box-shadow: none;
|
|
8250
|
+
padding-bottom: 0;
|
|
8251
|
+
}
|
|
8252
|
+
&.collapsed {
|
|
8253
|
+
flex-direction: column;
|
|
8254
|
+
|
|
8255
|
+
.collapsed-content {
|
|
8256
|
+
display: flex;
|
|
8257
|
+
|
|
8258
|
+
> span {
|
|
8259
|
+
flex: 1;
|
|
8260
|
+
display: flex;
|
|
8261
|
+
justify-content: space-between;
|
|
8262
|
+
.ant-btn {
|
|
8263
|
+
height: auto;
|
|
8264
|
+
}
|
|
8265
|
+
}
|
|
8266
|
+
}
|
|
8267
|
+
.extra-content {
|
|
8268
|
+
margin-left: 162px;
|
|
8269
|
+
}
|
|
8270
|
+
}
|
|
8271
|
+
|
|
8272
|
+
.col-label {
|
|
8273
|
+
width: 216px;
|
|
8274
|
+
color: $text-secondary-light;
|
|
8275
|
+
margin-right: 12px;
|
|
8276
|
+
flex-shrink: 0;
|
|
8277
|
+
}
|
|
8278
|
+
|
|
8279
|
+
.col-content {
|
|
8280
|
+
color: $text-primary-light;
|
|
8281
|
+
|
|
8282
|
+
/* make btn link in info row have the same height as normal text */
|
|
8283
|
+
.ant-btn.ant-btn-link {
|
|
8284
|
+
height: auto;
|
|
8285
|
+
}
|
|
8286
|
+
}
|
|
8287
|
+
}
|
|
8288
|
+
|
|
8289
|
+
|
|
8291
8290
|
.E_c1ss4prm {
|
|
8292
8291
|
color: $text-light-secondary;
|
|
8293
8292
|
&:is(ul, ol) {
|