@cloudtower/eagle 490.0.6 → 490.0.7
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 +1420 -1420
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +1843 -1843
- package/dist/src/core/SearchInput/SearchInput.type.d.ts +89 -18
- package/dist/style.css +1420 -1420
- package/docs/core/SearchInput/guide.md +125 -0
- package/docs/llms.txt +1 -1
- package/package.json +4 -4
package/dist/linaria.merged.scss
CHANGED
|
@@ -51,38 +51,6 @@
|
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
|
|
54
|
-
.E_ccrbeuz {
|
|
55
|
-
.ant-collapse-item {
|
|
56
|
-
border: 0px;
|
|
57
|
-
background-color: $fills-light-white;
|
|
58
|
-
|
|
59
|
-
.ant-collapse-header {
|
|
60
|
-
padding-top: 0px;
|
|
61
|
-
padding-bottom: 0px;
|
|
62
|
-
padding-left: 0px !important;
|
|
63
|
-
padding-right: 24px;
|
|
64
|
-
.ant-collapse-arrow {
|
|
65
|
-
right: 0px;
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
.ant-collapse-content {
|
|
69
|
-
.ant-collapse-content-box {
|
|
70
|
-
padding: 0px;
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.E_c1fljvag {
|
|
77
|
-
.ant-collapse-item {
|
|
78
|
-
.ant-collapse-header {
|
|
79
|
-
padding-right: 0px;
|
|
80
|
-
cursor: default;
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
|
|
86
54
|
.E_berrcjl {
|
|
87
55
|
color: $text-terdiary-light;
|
|
88
56
|
margin-bottom: 4px;
|
|
@@ -102,181 +70,6 @@
|
|
|
102
70
|
}
|
|
103
71
|
|
|
104
72
|
|
|
105
|
-
.E_d133fzv0 {
|
|
106
|
-
.ant-dropdown-menu-item-group {
|
|
107
|
-
.ant-dropdown-menu-item-group-title {
|
|
108
|
-
padding: 4px 8px 0 8px;
|
|
109
|
-
color: $text-light-secondary;
|
|
110
|
-
font-size: 12px;
|
|
111
|
-
}
|
|
112
|
-
.ant-dropdown-menu-item-group-list {
|
|
113
|
-
padding-bottom: 6px;
|
|
114
|
-
}
|
|
115
|
-
&:not(:first-child) {
|
|
116
|
-
padding-top: 4px;
|
|
117
|
-
border-top: 1px solid $strokes-light-trans-2;
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
.E_c1uzzomf {
|
|
124
|
-
margin-bottom: 16px;
|
|
125
|
-
|
|
126
|
-
.card-title {
|
|
127
|
-
font-size: 16px;
|
|
128
|
-
color: $text-secondary-light;
|
|
129
|
-
font-weight: 700;
|
|
130
|
-
line-height: 32px;
|
|
131
|
-
}
|
|
132
|
-
.card-body {
|
|
133
|
-
padding: 24px;
|
|
134
|
-
border-radius: 8px;
|
|
135
|
-
background: $fills-light-white;
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
.empty {
|
|
139
|
-
font-weight: 700;
|
|
140
|
-
font-size: 14px;
|
|
141
|
-
line-height: 22px;
|
|
142
|
-
color: $text-light-tertiary;
|
|
143
|
-
text-align: center;
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
.E_b1nip9bk {
|
|
149
|
-
padding: 4px 11px;
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
.E_bqamoqe {
|
|
153
|
-
white-space: nowrap;
|
|
154
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
155
|
-
|
|
156
|
-
& > .ant-btn {
|
|
157
|
-
&.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
158
|
-
--color: #{$text-light-general};
|
|
159
|
-
|
|
160
|
-
&[disabled],
|
|
161
|
-
&:hover[disabled] {
|
|
162
|
-
--color: #{$text-light-general};
|
|
163
|
-
}
|
|
164
|
-
}
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
& > .ant-btn:not(:only-child) {
|
|
168
|
-
& + .ant-btn {
|
|
169
|
-
margin-left: 1px;
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
&:first-child {
|
|
173
|
-
border-top-right-radius: 0;
|
|
174
|
-
border-bottom-right-radius: 0;
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
&:last-child {
|
|
178
|
-
border-top-left-radius: 0;
|
|
179
|
-
border-bottom-left-radius: 0;
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
&:not(:first-child, :last-child) {
|
|
183
|
-
border-radius: unset;
|
|
184
|
-
}
|
|
185
|
-
}
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
.E_d1bw7c5z {
|
|
190
|
-
position: relative;
|
|
191
|
-
max-width: 388px;
|
|
192
|
-
min-width: 285px;
|
|
193
|
-
.center {
|
|
194
|
-
position: absolute;
|
|
195
|
-
font-size: 12px;
|
|
196
|
-
width: 80px;
|
|
197
|
-
height: 100px;
|
|
198
|
-
top: 0;
|
|
199
|
-
left: 35px;
|
|
200
|
-
display: flex;
|
|
201
|
-
flex-direction: column;
|
|
202
|
-
justify-content: center;
|
|
203
|
-
align-items: center;
|
|
204
|
-
color: $text-light-primary;
|
|
205
|
-
|
|
206
|
-
.number {
|
|
207
|
-
font-size: 24px;
|
|
208
|
-
font-weight: 700;
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
.text {
|
|
212
|
-
padding: 0 5px;
|
|
213
|
-
font-size: 12px;
|
|
214
|
-
width: inherit;
|
|
215
|
-
text-align: center;
|
|
216
|
-
}
|
|
217
|
-
}
|
|
218
|
-
.recharts-wrapper {
|
|
219
|
-
display: flex;
|
|
220
|
-
.recharts-legend-wrapper {
|
|
221
|
-
position: relative !important;
|
|
222
|
-
min-width: calc(
|
|
223
|
-
100% - var(--d1bw7c5z-0)
|
|
224
|
-
) !important;
|
|
225
|
-
left: 0 !important;
|
|
226
|
-
bottom: 0 !important;
|
|
227
|
-
display: flex;
|
|
228
|
-
align-items: center;
|
|
229
|
-
.recharts-default-legend {
|
|
230
|
-
width: 100%;
|
|
231
|
-
}
|
|
232
|
-
li {
|
|
233
|
-
width: 100%;
|
|
234
|
-
margin-right: 0 !important;
|
|
235
|
-
line-height: 18px;
|
|
236
|
-
& > svg {
|
|
237
|
-
border-radius: 2px;
|
|
238
|
-
}
|
|
239
|
-
& > .recharts-legend-item-text {
|
|
240
|
-
min-width: 75px;
|
|
241
|
-
max-width: 198px;
|
|
242
|
-
width: calc(100% - 20px);
|
|
243
|
-
margin-left: 2px;
|
|
244
|
-
color: $text-light-primary !important;
|
|
245
|
-
display: inline-flex;
|
|
246
|
-
justify-content: space-between;
|
|
247
|
-
}
|
|
248
|
-
}
|
|
249
|
-
}
|
|
250
|
-
}
|
|
251
|
-
.tooltip-text {
|
|
252
|
-
maxwidth: calc(100% - 12px);
|
|
253
|
-
cursor: pointer;
|
|
254
|
-
border-bottom: 1px dashed $strokes-light-trans-4;
|
|
255
|
-
overflow: hidden;
|
|
256
|
-
text-overflow: ellipsis;
|
|
257
|
-
white-space: nowrap;
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
.value {
|
|
261
|
-
color: $text-neutral-secondary;
|
|
262
|
-
}
|
|
263
|
-
}
|
|
264
|
-
|
|
265
|
-
.E_t10pqbtc {
|
|
266
|
-
width: 140px;
|
|
267
|
-
|
|
268
|
-
.item {
|
|
269
|
-
margin: 6px auto;
|
|
270
|
-
display: flex;
|
|
271
|
-
justify-content: space-between;
|
|
272
|
-
|
|
273
|
-
.name {
|
|
274
|
-
width: 102px;
|
|
275
|
-
}
|
|
276
|
-
}
|
|
277
|
-
}
|
|
278
|
-
|
|
279
|
-
|
|
280
73
|
.E_b1wx3t3t {
|
|
281
74
|
&.ant-btn-icon-only {
|
|
282
75
|
justify-content: center;
|
|
@@ -644,31 +437,231 @@
|
|
|
644
437
|
}
|
|
645
438
|
|
|
646
439
|
|
|
647
|
-
.
|
|
648
|
-
|
|
649
|
-
.ant-card-body {
|
|
650
|
-
padding: 20px 24px 24px 24px;
|
|
651
|
-
}
|
|
440
|
+
.E_b1nip9bk {
|
|
441
|
+
padding: 4px 11px;
|
|
652
442
|
}
|
|
653
443
|
|
|
444
|
+
.E_bqamoqe {
|
|
445
|
+
white-space: nowrap;
|
|
446
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
447
|
+
|
|
448
|
+
& > .ant-btn {
|
|
449
|
+
&.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
450
|
+
--color: #{$text-light-general};
|
|
654
451
|
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
452
|
+
&[disabled],
|
|
453
|
+
&:hover[disabled] {
|
|
454
|
+
--color: #{$text-light-general};
|
|
455
|
+
}
|
|
456
|
+
}
|
|
658
457
|
}
|
|
659
|
-
}
|
|
660
458
|
|
|
459
|
+
& > .ant-btn:not(:only-child) {
|
|
460
|
+
& + .ant-btn {
|
|
461
|
+
margin-left: 1px;
|
|
462
|
+
}
|
|
661
463
|
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
464
|
+
&:first-child {
|
|
465
|
+
border-top-right-radius: 0;
|
|
466
|
+
border-bottom-right-radius: 0;
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
&:last-child {
|
|
470
|
+
border-top-left-radius: 0;
|
|
471
|
+
border-bottom-left-radius: 0;
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
&:not(:first-child, :last-child) {
|
|
475
|
+
border-radius: unset;
|
|
476
|
+
}
|
|
665
477
|
}
|
|
478
|
+
}
|
|
666
479
|
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
480
|
+
|
|
481
|
+
.E_d133fzv0 {
|
|
482
|
+
.ant-dropdown-menu-item-group {
|
|
483
|
+
.ant-dropdown-menu-item-group-title {
|
|
484
|
+
padding: 4px 8px 0 8px;
|
|
485
|
+
color: $text-light-secondary;
|
|
486
|
+
font-size: 12px;
|
|
487
|
+
}
|
|
488
|
+
.ant-dropdown-menu-item-group-list {
|
|
489
|
+
padding-bottom: 6px;
|
|
490
|
+
}
|
|
491
|
+
&:not(:first-child) {
|
|
492
|
+
padding-top: 4px;
|
|
493
|
+
border-top: 1px solid $strokes-light-trans-2;
|
|
494
|
+
}
|
|
495
|
+
}
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
|
|
499
|
+
.E_d1bw7c5z {
|
|
500
|
+
position: relative;
|
|
501
|
+
max-width: 388px;
|
|
502
|
+
min-width: 285px;
|
|
503
|
+
.center {
|
|
504
|
+
position: absolute;
|
|
505
|
+
font-size: 12px;
|
|
506
|
+
width: 80px;
|
|
507
|
+
height: 100px;
|
|
508
|
+
top: 0;
|
|
509
|
+
left: 35px;
|
|
510
|
+
display: flex;
|
|
511
|
+
flex-direction: column;
|
|
512
|
+
justify-content: center;
|
|
513
|
+
align-items: center;
|
|
514
|
+
color: $text-light-primary;
|
|
515
|
+
|
|
516
|
+
.number {
|
|
517
|
+
font-size: 24px;
|
|
518
|
+
font-weight: 700;
|
|
519
|
+
}
|
|
520
|
+
|
|
521
|
+
.text {
|
|
522
|
+
padding: 0 5px;
|
|
523
|
+
font-size: 12px;
|
|
524
|
+
width: inherit;
|
|
525
|
+
text-align: center;
|
|
526
|
+
}
|
|
527
|
+
}
|
|
528
|
+
.recharts-wrapper {
|
|
529
|
+
display: flex;
|
|
530
|
+
.recharts-legend-wrapper {
|
|
531
|
+
position: relative !important;
|
|
532
|
+
min-width: calc(
|
|
533
|
+
100% - var(--d1bw7c5z-0)
|
|
534
|
+
) !important;
|
|
535
|
+
left: 0 !important;
|
|
536
|
+
bottom: 0 !important;
|
|
537
|
+
display: flex;
|
|
538
|
+
align-items: center;
|
|
539
|
+
.recharts-default-legend {
|
|
540
|
+
width: 100%;
|
|
541
|
+
}
|
|
542
|
+
li {
|
|
543
|
+
width: 100%;
|
|
544
|
+
margin-right: 0 !important;
|
|
545
|
+
line-height: 18px;
|
|
546
|
+
& > svg {
|
|
547
|
+
border-radius: 2px;
|
|
548
|
+
}
|
|
549
|
+
& > .recharts-legend-item-text {
|
|
550
|
+
min-width: 75px;
|
|
551
|
+
max-width: 198px;
|
|
552
|
+
width: calc(100% - 20px);
|
|
553
|
+
margin-left: 2px;
|
|
554
|
+
color: $text-light-primary !important;
|
|
555
|
+
display: inline-flex;
|
|
556
|
+
justify-content: space-between;
|
|
557
|
+
}
|
|
558
|
+
}
|
|
559
|
+
}
|
|
560
|
+
}
|
|
561
|
+
.tooltip-text {
|
|
562
|
+
maxwidth: calc(100% - 12px);
|
|
563
|
+
cursor: pointer;
|
|
564
|
+
border-bottom: 1px dashed $strokes-light-trans-4;
|
|
565
|
+
overflow: hidden;
|
|
566
|
+
text-overflow: ellipsis;
|
|
567
|
+
white-space: nowrap;
|
|
568
|
+
}
|
|
569
|
+
|
|
570
|
+
.value {
|
|
571
|
+
color: $text-neutral-secondary;
|
|
572
|
+
}
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
.E_t10pqbtc {
|
|
576
|
+
width: 140px;
|
|
577
|
+
|
|
578
|
+
.item {
|
|
579
|
+
margin: 6px auto;
|
|
580
|
+
display: flex;
|
|
581
|
+
justify-content: space-between;
|
|
582
|
+
|
|
583
|
+
.name {
|
|
584
|
+
width: 102px;
|
|
585
|
+
}
|
|
586
|
+
}
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
|
|
590
|
+
.E_c1yyuluq {
|
|
591
|
+
border-radius: 8px;
|
|
592
|
+
.ant-card-body {
|
|
593
|
+
padding: 20px 24px 24px 24px;
|
|
594
|
+
}
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
|
|
598
|
+
.E_c1uzzomf {
|
|
599
|
+
margin-bottom: 16px;
|
|
600
|
+
|
|
601
|
+
.card-title {
|
|
602
|
+
font-size: 16px;
|
|
603
|
+
color: $text-secondary-light;
|
|
604
|
+
font-weight: 700;
|
|
605
|
+
line-height: 32px;
|
|
606
|
+
}
|
|
607
|
+
.card-body {
|
|
608
|
+
padding: 24px;
|
|
609
|
+
border-radius: 8px;
|
|
610
|
+
background: $fills-light-white;
|
|
611
|
+
}
|
|
612
|
+
|
|
613
|
+
.empty {
|
|
614
|
+
font-weight: 700;
|
|
615
|
+
font-size: 14px;
|
|
616
|
+
line-height: 22px;
|
|
617
|
+
color: $text-light-tertiary;
|
|
618
|
+
text-align: center;
|
|
619
|
+
}
|
|
620
|
+
}
|
|
621
|
+
|
|
622
|
+
|
|
623
|
+
.E_ccrbeuz {
|
|
624
|
+
.ant-collapse-item {
|
|
625
|
+
border: 0px;
|
|
626
|
+
background-color: $fills-light-white;
|
|
627
|
+
|
|
628
|
+
.ant-collapse-header {
|
|
629
|
+
padding-top: 0px;
|
|
630
|
+
padding-bottom: 0px;
|
|
631
|
+
padding-left: 0px !important;
|
|
632
|
+
padding-right: 24px;
|
|
633
|
+
.ant-collapse-arrow {
|
|
634
|
+
right: 0px;
|
|
635
|
+
}
|
|
636
|
+
}
|
|
637
|
+
.ant-collapse-content {
|
|
638
|
+
.ant-collapse-content-box {
|
|
639
|
+
padding: 0px;
|
|
640
|
+
}
|
|
641
|
+
}
|
|
642
|
+
}
|
|
643
|
+
}
|
|
644
|
+
|
|
645
|
+
.E_c1fljvag {
|
|
646
|
+
.ant-collapse-item {
|
|
647
|
+
.ant-collapse-header {
|
|
648
|
+
padding-right: 0px;
|
|
649
|
+
cursor: default;
|
|
650
|
+
}
|
|
651
|
+
}
|
|
652
|
+
}
|
|
653
|
+
|
|
654
|
+
|
|
655
|
+
.E_itxley7 {
|
|
656
|
+
&.ant-input-group.ant-input-group-compact {
|
|
657
|
+
display: flex;
|
|
658
|
+
}
|
|
659
|
+
|
|
660
|
+
&.ant-input-group.ant-input-group-compact > *:first-child,
|
|
661
|
+
&.ant-input-group.ant-input-group-compact
|
|
662
|
+
> .ant-select:first-child
|
|
663
|
+
> .ant-select-selector,
|
|
664
|
+
&.ant-input-group.ant-input-group-compact
|
|
672
665
|
> .ant-calendar-picker:first-child
|
|
673
666
|
.ant-input,
|
|
674
667
|
&.ant-input-group.ant-input-group-compact
|
|
@@ -714,16 +707,12 @@
|
|
|
714
707
|
}
|
|
715
708
|
|
|
716
709
|
|
|
717
|
-
.
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
710
|
+
.E_sx1bpnu {
|
|
711
|
+
.ant-input-sm {
|
|
712
|
+
line-height: 18px;
|
|
713
|
+
}
|
|
721
714
|
}
|
|
722
715
|
|
|
723
|
-
.E_c1wk4q29 {
|
|
724
|
-
color: $text-secondary-light;
|
|
725
|
-
}
|
|
726
|
-
|
|
727
716
|
|
|
728
717
|
.E_phljevk {
|
|
729
718
|
display: flex;
|
|
@@ -792,6 +781,50 @@
|
|
|
792
781
|
}
|
|
793
782
|
|
|
794
783
|
|
|
784
|
+
.E_c1bus5hc {
|
|
785
|
+
--color: white;
|
|
786
|
+
height: 14px;
|
|
787
|
+
width: 14px;
|
|
788
|
+
border-radius: 50%;
|
|
789
|
+
flex-shrink: 0;
|
|
790
|
+
display: flex;
|
|
791
|
+
align-items: center;
|
|
792
|
+
justify-content: center;
|
|
793
|
+
border: 1px solid var(--color);
|
|
794
|
+
|
|
795
|
+
.circle-inner {
|
|
796
|
+
position: relative;
|
|
797
|
+
height: 10px;
|
|
798
|
+
width: 10px;
|
|
799
|
+
border-radius: 50%;
|
|
800
|
+
overflow: hidden;
|
|
801
|
+
}
|
|
802
|
+
|
|
803
|
+
.circle-content {
|
|
804
|
+
position: absolute;
|
|
805
|
+
height: 100%;
|
|
806
|
+
width: 100%;
|
|
807
|
+
left: 0;
|
|
808
|
+
top: 0;
|
|
809
|
+
border-radius: 50%;
|
|
810
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
811
|
+
transform: rotate(180deg);
|
|
812
|
+
}
|
|
813
|
+
|
|
814
|
+
.circle-child {
|
|
815
|
+
position: absolute;
|
|
816
|
+
height: 100%;
|
|
817
|
+
width: 100%;
|
|
818
|
+
left: 0;
|
|
819
|
+
top: 0;
|
|
820
|
+
margin-left: 50%;
|
|
821
|
+
transform-origin: left;
|
|
822
|
+
background: white;
|
|
823
|
+
transform: rotate(0deg);
|
|
824
|
+
}
|
|
825
|
+
}
|
|
826
|
+
|
|
827
|
+
|
|
795
828
|
.E_rapgekc {
|
|
796
829
|
&.ant-radio-wrapper {
|
|
797
830
|
display: inline-flex;
|
|
@@ -973,48 +1006,15 @@
|
|
|
973
1006
|
}
|
|
974
1007
|
|
|
975
1008
|
|
|
976
|
-
.
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
flex-shrink: 0;
|
|
982
|
-
display: flex;
|
|
983
|
-
align-items: center;
|
|
984
|
-
justify-content: center;
|
|
985
|
-
border: 1px solid var(--color);
|
|
1009
|
+
.E_ivqqkzv {
|
|
1010
|
+
height: 24px;
|
|
1011
|
+
width: 56px !important;
|
|
1012
|
+
margin-right: 4px;
|
|
1013
|
+
}
|
|
986
1014
|
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
width: 10px;
|
|
991
|
-
border-radius: 50%;
|
|
992
|
-
overflow: hidden;
|
|
993
|
-
}
|
|
994
|
-
|
|
995
|
-
.circle-content {
|
|
996
|
-
position: absolute;
|
|
997
|
-
height: 100%;
|
|
998
|
-
width: 100%;
|
|
999
|
-
left: 0;
|
|
1000
|
-
top: 0;
|
|
1001
|
-
border-radius: 50%;
|
|
1002
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
1003
|
-
transform: rotate(180deg);
|
|
1004
|
-
}
|
|
1005
|
-
|
|
1006
|
-
.circle-child {
|
|
1007
|
-
position: absolute;
|
|
1008
|
-
height: 100%;
|
|
1009
|
-
width: 100%;
|
|
1010
|
-
left: 0;
|
|
1011
|
-
top: 0;
|
|
1012
|
-
margin-left: 50%;
|
|
1013
|
-
transform-origin: left;
|
|
1014
|
-
background: white;
|
|
1015
|
-
transform: rotate(0deg);
|
|
1016
|
-
}
|
|
1017
|
-
}
|
|
1015
|
+
.E_c1wk4q29 {
|
|
1016
|
+
color: $text-secondary-light;
|
|
1017
|
+
}
|
|
1018
1018
|
|
|
1019
1019
|
|
|
1020
1020
|
.E_s1dizucg {
|
|
@@ -1077,94 +1077,15 @@
|
|
|
1077
1077
|
}
|
|
1078
1078
|
|
|
1079
1079
|
|
|
1080
|
-
.
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
.E_s1sck0th {
|
|
1086
|
-
padding: 0 8px;
|
|
1087
|
-
border-radius: 4px;
|
|
1088
|
-
}
|
|
1089
|
-
|
|
1090
|
-
.E_m855nr1 {
|
|
1091
|
-
padding: 2px 8px;
|
|
1092
|
-
border-radius: 3px;
|
|
1093
|
-
}
|
|
1094
|
-
|
|
1095
|
-
.E_l1270xpg {
|
|
1096
|
-
padding: 3px 8px;
|
|
1097
|
-
border-radius: 2px;
|
|
1080
|
+
.E_tju3gfj {
|
|
1081
|
+
.date {
|
|
1082
|
+
margin-right: 4px;
|
|
1098
1083
|
}
|
|
1084
|
+
}
|
|
1099
1085
|
|
|
1100
|
-
.E_t14rextb {
|
|
1101
|
-
&.ant-tag:hover {
|
|
1102
|
-
opacity: unset;
|
|
1103
|
-
}
|
|
1104
|
-
&.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
1105
|
-
margin: 0;
|
|
1106
|
-
margin-right: 8px;
|
|
1107
|
-
display: inline-flex;
|
|
1108
|
-
align-items: center;
|
|
1109
|
-
border: none;
|
|
1110
|
-
& .ant-tag-close-icon {
|
|
1111
|
-
width: 16px;
|
|
1112
|
-
height: 16px;
|
|
1113
|
-
color: inherit;
|
|
1114
|
-
margin-left: 4px;
|
|
1115
|
-
opacity: 0.6;
|
|
1116
|
-
display: inline-flex;
|
|
1117
|
-
&:hover {
|
|
1118
|
-
opacity: 1;
|
|
1119
|
-
}
|
|
1120
|
-
}
|
|
1121
|
-
&.ant-tag-blue {
|
|
1122
|
-
color: $fills-light-general-general;
|
|
1123
|
-
background-color: $fills-light-general-general-light;
|
|
1124
|
-
}
|
|
1125
|
-
&.ant-tag-red {
|
|
1126
|
-
color: $fills-light-serious-serious;
|
|
1127
|
-
background-color: $fills-light-serious-serious-light;
|
|
1128
|
-
}
|
|
1129
|
-
&.ant-tag-yellow {
|
|
1130
|
-
color: $fills-light-notice-notice-dark;
|
|
1131
|
-
background-color: $fills-light-notice-notice-light;
|
|
1132
|
-
}
|
|
1133
|
-
&.ant-tag-green {
|
|
1134
|
-
color: $fills-light-positive-positive-dark;
|
|
1135
|
-
background-color: $fills-light-positive-positive-light;
|
|
1136
|
-
}
|
|
1137
|
-
&.ant-tag-gray {
|
|
1138
|
-
color: $text-light-super;
|
|
1139
|
-
background-color: $fills-element-light-container-general;
|
|
1140
|
-
}
|
|
1141
|
-
&.ant-tag-purple {
|
|
1142
|
-
color: $text-colorful-purple;
|
|
1143
|
-
background-color: $fill-purple-light;
|
|
1144
|
-
}
|
|
1145
1086
|
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
&.ant-tag-red {
|
|
1149
|
-
background-color: $fills-light-serious-serious;
|
|
1150
|
-
}
|
|
1151
|
-
&.ant-tag-yellow {
|
|
1152
|
-
background-color: $fills-light-notice-notice;
|
|
1153
|
-
}
|
|
1154
|
-
&.ant-tag-green {
|
|
1155
|
-
background-color: $fills-light-positive-positive;
|
|
1156
|
-
}
|
|
1157
|
-
&.ant-tag-blue {
|
|
1158
|
-
background-color: $fills-light-general-general;
|
|
1159
|
-
}
|
|
1160
|
-
&.ant-tag-gray {
|
|
1161
|
-
background-color: $gray-70;
|
|
1162
|
-
}
|
|
1163
|
-
&.ant-tag-purple {
|
|
1164
|
-
background-color: $fill-purple-base;
|
|
1165
|
-
}
|
|
1166
|
-
}
|
|
1167
|
-
}
|
|
1087
|
+
.E_iq1gosr {
|
|
1088
|
+
display: inline-block;
|
|
1168
1089
|
}
|
|
1169
1090
|
|
|
1170
1091
|
|
|
@@ -1257,9 +1178,88 @@
|
|
|
1257
1178
|
}
|
|
1258
1179
|
|
|
1259
1180
|
|
|
1260
|
-
.
|
|
1261
|
-
|
|
1262
|
-
|
|
1181
|
+
.E_s1sck0th {
|
|
1182
|
+
padding: 0 8px;
|
|
1183
|
+
border-radius: 4px;
|
|
1184
|
+
}
|
|
1185
|
+
|
|
1186
|
+
.E_m855nr1 {
|
|
1187
|
+
padding: 2px 8px;
|
|
1188
|
+
border-radius: 3px;
|
|
1189
|
+
}
|
|
1190
|
+
|
|
1191
|
+
.E_l1270xpg {
|
|
1192
|
+
padding: 3px 8px;
|
|
1193
|
+
border-radius: 2px;
|
|
1194
|
+
}
|
|
1195
|
+
|
|
1196
|
+
.E_t14rextb {
|
|
1197
|
+
&.ant-tag:hover {
|
|
1198
|
+
opacity: unset;
|
|
1199
|
+
}
|
|
1200
|
+
&.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
1201
|
+
margin: 0;
|
|
1202
|
+
margin-right: 8px;
|
|
1203
|
+
display: inline-flex;
|
|
1204
|
+
align-items: center;
|
|
1205
|
+
border: none;
|
|
1206
|
+
& .ant-tag-close-icon {
|
|
1207
|
+
width: 16px;
|
|
1208
|
+
height: 16px;
|
|
1209
|
+
color: inherit;
|
|
1210
|
+
margin-left: 4px;
|
|
1211
|
+
opacity: 0.6;
|
|
1212
|
+
display: inline-flex;
|
|
1213
|
+
&:hover {
|
|
1214
|
+
opacity: 1;
|
|
1215
|
+
}
|
|
1216
|
+
}
|
|
1217
|
+
&.ant-tag-blue {
|
|
1218
|
+
color: $fills-light-general-general;
|
|
1219
|
+
background-color: $fills-light-general-general-light;
|
|
1220
|
+
}
|
|
1221
|
+
&.ant-tag-red {
|
|
1222
|
+
color: $fills-light-serious-serious;
|
|
1223
|
+
background-color: $fills-light-serious-serious-light;
|
|
1224
|
+
}
|
|
1225
|
+
&.ant-tag-yellow {
|
|
1226
|
+
color: $fills-light-notice-notice-dark;
|
|
1227
|
+
background-color: $fills-light-notice-notice-light;
|
|
1228
|
+
}
|
|
1229
|
+
&.ant-tag-green {
|
|
1230
|
+
color: $fills-light-positive-positive-dark;
|
|
1231
|
+
background-color: $fills-light-positive-positive-light;
|
|
1232
|
+
}
|
|
1233
|
+
&.ant-tag-gray {
|
|
1234
|
+
color: $text-light-super;
|
|
1235
|
+
background-color: $fills-element-light-container-general;
|
|
1236
|
+
}
|
|
1237
|
+
&.ant-tag-purple {
|
|
1238
|
+
color: $text-colorful-purple;
|
|
1239
|
+
background-color: $fill-purple-light;
|
|
1240
|
+
}
|
|
1241
|
+
|
|
1242
|
+
&.ui-kit-token-checked {
|
|
1243
|
+
color: $text-light-on-tint;
|
|
1244
|
+
&.ant-tag-red {
|
|
1245
|
+
background-color: $fills-light-serious-serious;
|
|
1246
|
+
}
|
|
1247
|
+
&.ant-tag-yellow {
|
|
1248
|
+
background-color: $fills-light-notice-notice;
|
|
1249
|
+
}
|
|
1250
|
+
&.ant-tag-green {
|
|
1251
|
+
background-color: $fills-light-positive-positive;
|
|
1252
|
+
}
|
|
1253
|
+
&.ant-tag-blue {
|
|
1254
|
+
background-color: $fills-light-general-general;
|
|
1255
|
+
}
|
|
1256
|
+
&.ant-tag-gray {
|
|
1257
|
+
background-color: $gray-70;
|
|
1258
|
+
}
|
|
1259
|
+
&.ant-tag-purple {
|
|
1260
|
+
background-color: $fill-purple-base;
|
|
1261
|
+
}
|
|
1262
|
+
}
|
|
1263
1263
|
}
|
|
1264
1264
|
}
|
|
1265
1265
|
|
|
@@ -1278,20 +1278,6 @@
|
|
|
1278
1278
|
}
|
|
1279
1279
|
|
|
1280
1280
|
|
|
1281
|
-
.E_i1inqkme {
|
|
1282
|
-
height: 18px;
|
|
1283
|
-
line-height: 18px;
|
|
1284
|
-
padding: 0 4px;
|
|
1285
|
-
border-radius: 4px;
|
|
1286
|
-
background: rgba(235, 239, 245, 0.6);
|
|
1287
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1288
|
-
display: flex;
|
|
1289
|
-
align-items: center;
|
|
1290
|
-
white-space: nowrap;
|
|
1291
|
-
margin-right: 4px;
|
|
1292
|
-
}
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
1281
|
.E_fzh9mnb {
|
|
1296
1282
|
width: 100%;
|
|
1297
1283
|
height: 100%;
|
|
@@ -1309,38 +1295,6 @@
|
|
|
1309
1295
|
}
|
|
1310
1296
|
|
|
1311
1297
|
|
|
1312
|
-
.E_atcz0kf {
|
|
1313
|
-
.ant-input-suffix {
|
|
1314
|
-
margin-left: 8px;
|
|
1315
|
-
}
|
|
1316
|
-
&.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
1317
|
-
padding: 2px 7px 2px 12px;
|
|
1318
|
-
}
|
|
1319
|
-
}
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
.E_iouxfgt {
|
|
1323
|
-
display: inline-flex;
|
|
1324
|
-
align-items: center;
|
|
1325
|
-
|
|
1326
|
-
.icon-inner {
|
|
1327
|
-
display: inline-flex;
|
|
1328
|
-
align-items: center;
|
|
1329
|
-
justify-content: center;
|
|
1330
|
-
}
|
|
1331
|
-
.icon-inner + span,
|
|
1332
|
-
span + .icon-inner.suffix {
|
|
1333
|
-
margin-left: 4px;
|
|
1334
|
-
}
|
|
1335
|
-
&.is-rotate {
|
|
1336
|
-
img,
|
|
1337
|
-
svg {
|
|
1338
|
-
animation: rotate 680ms linear infinite;
|
|
1339
|
-
}
|
|
1340
|
-
}
|
|
1341
|
-
}
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
1298
|
.E_f7pxqmh {
|
|
1345
1299
|
width: 100%;
|
|
1346
1300
|
margin-bottom: 0 !important;
|
|
@@ -1383,43 +1337,6 @@
|
|
|
1383
1337
|
}
|
|
1384
1338
|
|
|
1385
1339
|
|
|
1386
|
-
.E_a1wfy30z {
|
|
1387
|
-
.ant-input-number-handler-wrap {
|
|
1388
|
-
display: var(--a1wfy30z-0);
|
|
1389
|
-
}
|
|
1390
|
-
.ant-input-number-input-wrap {
|
|
1391
|
-
padding: 4px 11px;
|
|
1392
|
-
display: inline-flex;
|
|
1393
|
-
line-height: 1.5715;
|
|
1394
|
-
height: inherit;
|
|
1395
|
-
}
|
|
1396
|
-
|
|
1397
|
-
.ant-input-number-input-wrap::after {
|
|
1398
|
-
content: var(--a1wfy30z-1);
|
|
1399
|
-
display: var(--a1wfy30z-2);
|
|
1400
|
-
flex: none;
|
|
1401
|
-
align-items: center;
|
|
1402
|
-
margin-left: 4px;
|
|
1403
|
-
}
|
|
1404
|
-
|
|
1405
|
-
.ant-input-number-input-wrap::before {
|
|
1406
|
-
content: var(--a1wfy30z-3);
|
|
1407
|
-
display: var(--a1wfy30z-4);
|
|
1408
|
-
flex: none;
|
|
1409
|
-
align-items: center;
|
|
1410
|
-
margin-right: 4px;
|
|
1411
|
-
cursor: auto;
|
|
1412
|
-
}
|
|
1413
|
-
|
|
1414
|
-
.ant-input-number-input {
|
|
1415
|
-
padding: 0;
|
|
1416
|
-
margin: 0;
|
|
1417
|
-
height: auto;
|
|
1418
|
-
font-size: inherit;
|
|
1419
|
-
}
|
|
1420
|
-
}
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
1340
|
.E_ai7qkf2 {
|
|
1424
1341
|
.ant-input-number-handler-wrap {
|
|
1425
1342
|
display: var(--ai7qkf2-0);
|
|
@@ -1501,43 +1418,99 @@
|
|
|
1501
1418
|
}
|
|
1502
1419
|
|
|
1503
1420
|
|
|
1504
|
-
.
|
|
1505
|
-
.
|
|
1421
|
+
.E_a1wfy30z {
|
|
1422
|
+
.ant-input-number-handler-wrap {
|
|
1423
|
+
display: var(--a1wfy30z-0);
|
|
1424
|
+
}
|
|
1425
|
+
.ant-input-number-input-wrap {
|
|
1426
|
+
padding: 4px 11px;
|
|
1506
1427
|
display: inline-flex;
|
|
1428
|
+
line-height: 1.5715;
|
|
1429
|
+
height: inherit;
|
|
1430
|
+
}
|
|
1431
|
+
|
|
1432
|
+
.ant-input-number-input-wrap::after {
|
|
1433
|
+
content: var(--a1wfy30z-1);
|
|
1434
|
+
display: var(--a1wfy30z-2);
|
|
1435
|
+
flex: none;
|
|
1507
1436
|
align-items: center;
|
|
1508
|
-
|
|
1509
|
-
color: $white;
|
|
1510
|
-
font-weight: bold;
|
|
1511
|
-
font-size: 12px;
|
|
1512
|
-
width: 24px;
|
|
1513
|
-
height: 24px;
|
|
1514
|
-
border-radius: 50%;
|
|
1515
|
-
background: var(--a1b5xrg3-0);
|
|
1437
|
+
margin-left: 4px;
|
|
1516
1438
|
}
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
display: inline-flex;
|
|
1439
|
+
|
|
1440
|
+
.ant-input-number-input-wrap::before {
|
|
1441
|
+
content: var(--a1wfy30z-3);
|
|
1442
|
+
display: var(--a1wfy30z-4);
|
|
1443
|
+
flex: none;
|
|
1523
1444
|
align-items: center;
|
|
1524
|
-
|
|
1525
|
-
|
|
1445
|
+
margin-right: 4px;
|
|
1446
|
+
cursor: auto;
|
|
1447
|
+
}
|
|
1526
1448
|
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1449
|
+
.ant-input-number-input {
|
|
1450
|
+
padding: 0;
|
|
1451
|
+
margin: 0;
|
|
1452
|
+
height: auto;
|
|
1453
|
+
font-size: inherit;
|
|
1454
|
+
}
|
|
1455
|
+
}
|
|
1532
1456
|
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1457
|
+
|
|
1458
|
+
.E_i1inqkme {
|
|
1459
|
+
height: 18px;
|
|
1460
|
+
line-height: 18px;
|
|
1461
|
+
padding: 0 4px;
|
|
1462
|
+
border-radius: 4px;
|
|
1463
|
+
background: rgba(235, 239, 245, 0.6);
|
|
1464
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1465
|
+
display: flex;
|
|
1466
|
+
align-items: center;
|
|
1467
|
+
white-space: nowrap;
|
|
1468
|
+
margin-right: 4px;
|
|
1469
|
+
}
|
|
1470
|
+
|
|
1471
|
+
|
|
1472
|
+
.E_atcz0kf {
|
|
1473
|
+
.ant-input-suffix {
|
|
1474
|
+
margin-left: 8px;
|
|
1475
|
+
}
|
|
1476
|
+
&.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
1477
|
+
padding: 2px 7px 2px 12px;
|
|
1478
|
+
}
|
|
1479
|
+
}
|
|
1480
|
+
|
|
1481
|
+
|
|
1482
|
+
.E_iouxfgt {
|
|
1483
|
+
display: inline-flex;
|
|
1484
|
+
align-items: center;
|
|
1485
|
+
|
|
1486
|
+
.icon-inner {
|
|
1487
|
+
display: inline-flex;
|
|
1488
|
+
align-items: center;
|
|
1489
|
+
justify-content: center;
|
|
1490
|
+
}
|
|
1491
|
+
.icon-inner + span,
|
|
1492
|
+
span + .icon-inner.suffix {
|
|
1493
|
+
margin-left: 4px;
|
|
1494
|
+
}
|
|
1495
|
+
&.is-rotate {
|
|
1496
|
+
img,
|
|
1497
|
+
svg {
|
|
1498
|
+
animation: rotate 680ms linear infinite;
|
|
1536
1499
|
}
|
|
1537
1500
|
}
|
|
1538
1501
|
}
|
|
1539
1502
|
|
|
1540
1503
|
|
|
1504
|
+
.E_owd0kml {
|
|
1505
|
+
display: inline-block;
|
|
1506
|
+
}
|
|
1507
|
+
|
|
1508
|
+
.E_h1jsgezc {
|
|
1509
|
+
visibility: hidden;
|
|
1510
|
+
position: absolute;
|
|
1511
|
+
}
|
|
1512
|
+
|
|
1513
|
+
|
|
1541
1514
|
.E_dsnbhzf {
|
|
1542
1515
|
@include Inter(bold);
|
|
1543
1516
|
font-size: 32px;
|
|
@@ -2705,13 +2678,40 @@
|
|
|
2705
2678
|
}
|
|
2706
2679
|
|
|
2707
2680
|
|
|
2708
|
-
.
|
|
2709
|
-
|
|
2710
|
-
|
|
2681
|
+
.E_a1b5xrg3 {
|
|
2682
|
+
.user-icon-inner {
|
|
2683
|
+
display: inline-flex;
|
|
2684
|
+
align-items: center;
|
|
2685
|
+
justify-content: center;
|
|
2686
|
+
color: $white;
|
|
2687
|
+
font-weight: bold;
|
|
2688
|
+
font-size: 12px;
|
|
2689
|
+
width: 24px;
|
|
2690
|
+
height: 24px;
|
|
2691
|
+
border-radius: 50%;
|
|
2692
|
+
background: var(--a1b5xrg3-0);
|
|
2693
|
+
}
|
|
2694
|
+
&.btn-item {
|
|
2695
|
+
transition: all 160ms ease;
|
|
2696
|
+
cursor: pointer;
|
|
2697
|
+
width: 56px;
|
|
2698
|
+
height: 40px;
|
|
2699
|
+
display: inline-flex;
|
|
2700
|
+
align-items: center;
|
|
2701
|
+
justify-content: center;
|
|
2702
|
+
border-radius: 6px;
|
|
2711
2703
|
|
|
2712
|
-
|
|
2713
|
-
|
|
2714
|
-
|
|
2704
|
+
&:hover {
|
|
2705
|
+
box-shadow:
|
|
2706
|
+
0px 0px 20px rgba(107, 125, 153, 0.18),
|
|
2707
|
+
0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
2708
|
+
}
|
|
2709
|
+
|
|
2710
|
+
&:active {
|
|
2711
|
+
transform: translateY(2px);
|
|
2712
|
+
transition: all 320ms ease;
|
|
2713
|
+
}
|
|
2714
|
+
}
|
|
2715
2715
|
}
|
|
2716
2716
|
|
|
2717
2717
|
|
|
@@ -2720,62 +2720,164 @@
|
|
|
2720
2720
|
}
|
|
2721
2721
|
|
|
2722
2722
|
|
|
2723
|
-
.
|
|
2724
|
-
&.ant-select
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
}
|
|
2728
|
-
|
|
2729
|
-
&.select-loading-value {
|
|
2730
|
-
pointer-events: none;
|
|
2731
|
-
}
|
|
2723
|
+
.E_s17wv897 {
|
|
2724
|
+
&.ant-select,
|
|
2725
|
+
&.ant-select div.ant-select-selector {
|
|
2726
|
+
border-radius: 6px;
|
|
2732
2727
|
}
|
|
2733
|
-
}
|
|
2734
2728
|
|
|
2735
|
-
.E_sks9xr8 {
|
|
2736
2729
|
&.ant-select {
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
.select-expanded-search-suffix,
|
|
2741
|
-
.select-focus-suffix,
|
|
2742
|
-
.select-error-suffix,
|
|
2743
|
-
.select-error-hover-suffix,
|
|
2744
|
-
.select-error-active-suffix,
|
|
2745
|
-
.select-error-expanded-suffix,
|
|
2746
|
-
.select-error-expanded-search-suffix,
|
|
2747
|
-
.select-error-focus-suffix {
|
|
2748
|
-
display: none;
|
|
2749
|
-
width: 16px;
|
|
2750
|
-
height: 16px;
|
|
2751
|
-
}
|
|
2752
|
-
|
|
2753
|
-
&.ant-select-disabled {
|
|
2754
|
-
.select-suffix {
|
|
2755
|
-
opacity: 0.5;
|
|
2730
|
+
&.ant-select-single {
|
|
2731
|
+
width: 100%;
|
|
2732
|
+
&[data-size="small"] {
|
|
2756
2733
|
}
|
|
2757
|
-
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
|
-
|
|
2761
|
-
|
|
2762
|
-
|
|
2763
|
-
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
}
|
|
2769
|
-
}
|
|
2734
|
+
&[data-size="middle"] {
|
|
2735
|
+
height: 30px;
|
|
2736
|
+
}
|
|
2737
|
+
&[data-size="large"] {
|
|
2738
|
+
}
|
|
2739
|
+
color: $text-primary-light;
|
|
2740
|
+
border-color: $strokes-light-trans-2;
|
|
2741
|
+
transition:
|
|
2742
|
+
border 160ms ease 8ms,
|
|
2743
|
+
box-shadow 160ms ease 8ms;
|
|
2744
|
+
font-size: 13px;
|
|
2770
2745
|
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
|
|
2746
|
+
&.ant-select-lg {
|
|
2747
|
+
height: 38px;
|
|
2748
|
+
font-size: 13px;
|
|
2749
|
+
}
|
|
2750
|
+
|
|
2751
|
+
.ant-select-arrow,
|
|
2752
|
+
.ant-select-arrow .anticon-down {
|
|
2753
|
+
transition: 160ms ease;
|
|
2754
|
+
}
|
|
2755
|
+
|
|
2756
|
+
.ant-select-arrow-loading {
|
|
2757
|
+
color: $fills-light-general-general;
|
|
2758
|
+
}
|
|
2759
|
+
|
|
2760
|
+
&:not(.ant-select-disabled) {
|
|
2761
|
+
&:hover .ant-select-selector,
|
|
2762
|
+
&.__pseudo-states-hover .ant-select-selector {
|
|
2763
|
+
border-color: $strokes-light-trans-4;
|
|
2764
|
+
box-shadow: $shadow-light-hover;
|
|
2765
|
+
}
|
|
2766
|
+
|
|
2767
|
+
&:hover .ant-select-arrow,
|
|
2768
|
+
&.__pseudo-states-hover .ant-select-arrow {
|
|
2769
|
+
color: $fills-light-general-general;
|
|
2770
|
+
}
|
|
2771
|
+
|
|
2772
|
+
&:active,
|
|
2773
|
+
&:focus,
|
|
2774
|
+
&.ant-select-focused,
|
|
2775
|
+
&.ant-select-open,
|
|
2776
|
+
&.__pseudo-states-active,
|
|
2777
|
+
&.__pseudo-states-focus {
|
|
2778
|
+
.ant-select-selector {
|
|
2779
|
+
border-color: $fills-light-general-general;
|
|
2780
|
+
box-shadow: $shadow-light-active;
|
|
2781
|
+
}
|
|
2782
|
+
}
|
|
2783
|
+
|
|
2784
|
+
&.ant-select-open .ant-select-arrow .anticon-down {
|
|
2785
|
+
transform: rotate(180deg);
|
|
2786
|
+
}
|
|
2787
|
+
}
|
|
2788
|
+
|
|
2789
|
+
&.ant-select-disabled .ant-select-selector {
|
|
2790
|
+
background: $fills-light-trans-3;
|
|
2791
|
+
border-color: $strokes-light-trans-3;
|
|
2792
|
+
cursor: "not-allowed";
|
|
2793
|
+
}
|
|
2794
|
+
}
|
|
2795
|
+
&.select-error:not(.ant-select-disabled) {
|
|
2796
|
+
.ant-select-selector {
|
|
2797
|
+
border-color: $fills-light-serious-serious !important;
|
|
2798
|
+
}
|
|
2799
|
+
|
|
2800
|
+
&:hover .ant-select-arrow,
|
|
2801
|
+
&.__pseudo-states-hover .ant-select-arrow {
|
|
2802
|
+
color: $text-light-super;
|
|
2803
|
+
}
|
|
2804
|
+
|
|
2805
|
+
&:active,
|
|
2806
|
+
&:focus,
|
|
2807
|
+
&.ant-select-focused,
|
|
2808
|
+
&.ant-select-open,
|
|
2809
|
+
&.__pseudo-states-focus,
|
|
2810
|
+
&.__pseudo-states-active {
|
|
2811
|
+
.ant-select-selector {
|
|
2812
|
+
border-color: $fills-light-general-general;
|
|
2813
|
+
box-shadow: $shadow-light-error;
|
|
2814
|
+
}
|
|
2815
|
+
}
|
|
2816
|
+
|
|
2817
|
+
&.ant-select-open .ant-select-arrow .anticon-down {
|
|
2818
|
+
transform: rotate(180deg);
|
|
2819
|
+
}
|
|
2820
|
+
}
|
|
2821
|
+
}
|
|
2822
|
+
}
|
|
2823
|
+
|
|
2824
|
+
|
|
2825
|
+
.E_s4ivdfu {
|
|
2826
|
+
&.ant-select {
|
|
2827
|
+
.ant-select-selection-placeholder {
|
|
2828
|
+
opacity: 1;
|
|
2829
|
+
}
|
|
2830
|
+
|
|
2831
|
+
&.select-loading-value {
|
|
2832
|
+
pointer-events: none;
|
|
2833
|
+
}
|
|
2834
|
+
}
|
|
2835
|
+
}
|
|
2836
|
+
|
|
2837
|
+
.E_sks9xr8 {
|
|
2838
|
+
&.ant-select {
|
|
2839
|
+
.select-hover-suffix,
|
|
2840
|
+
.select-active-suffix,
|
|
2841
|
+
.select-expanded-suffix,
|
|
2842
|
+
.select-expanded-search-suffix,
|
|
2843
|
+
.select-focus-suffix,
|
|
2844
|
+
.select-error-suffix,
|
|
2845
|
+
.select-error-hover-suffix,
|
|
2846
|
+
.select-error-active-suffix,
|
|
2847
|
+
.select-error-expanded-suffix,
|
|
2848
|
+
.select-error-expanded-search-suffix,
|
|
2849
|
+
.select-error-focus-suffix {
|
|
2850
|
+
display: none;
|
|
2851
|
+
width: 16px;
|
|
2852
|
+
height: 16px;
|
|
2853
|
+
}
|
|
2854
|
+
|
|
2855
|
+
&.ant-select-disabled {
|
|
2856
|
+
.select-suffix {
|
|
2857
|
+
opacity: 0.5;
|
|
2858
|
+
}
|
|
2859
|
+
}
|
|
2860
|
+
|
|
2861
|
+
&:not(.ant-select-disabled) {
|
|
2862
|
+
// open, not error
|
|
2863
|
+
&.ant-select-open:not(.select-error) {
|
|
2864
|
+
&.ant-select-show-search {
|
|
2865
|
+
.select-suffix {
|
|
2866
|
+
display: none;
|
|
2867
|
+
}
|
|
2868
|
+
.select-expanded-search-suffix {
|
|
2869
|
+
display: inline;
|
|
2870
|
+
}
|
|
2871
|
+
}
|
|
2872
|
+
|
|
2873
|
+
&:not(.ant-select-show-search) {
|
|
2874
|
+
.select-suffix {
|
|
2875
|
+
display: none;
|
|
2876
|
+
}
|
|
2877
|
+
.select-expanded-suffix {
|
|
2878
|
+
display: inline;
|
|
2879
|
+
}
|
|
2880
|
+
}
|
|
2779
2881
|
}
|
|
2780
2882
|
|
|
2781
2883
|
// not open, not error
|
|
@@ -2949,193 +3051,91 @@
|
|
|
2949
3051
|
}
|
|
2950
3052
|
|
|
2951
3053
|
|
|
2952
|
-
.
|
|
2953
|
-
|
|
2954
|
-
|
|
2955
|
-
|
|
3054
|
+
.E_b1lj76ty {
|
|
3055
|
+
width: 100%;
|
|
3056
|
+
height: 100%;
|
|
3057
|
+
margin: 0 auto;
|
|
3058
|
+
display: flex;
|
|
3059
|
+
flex-direction: column;
|
|
3060
|
+
align-items: center;
|
|
3061
|
+
justify-content: center;
|
|
3062
|
+
color: $gray-a30-10;
|
|
3063
|
+
&.large {
|
|
3064
|
+
max-width: 648px;
|
|
3065
|
+
}
|
|
3066
|
+
&.medium {
|
|
3067
|
+
max-width: 412px;
|
|
3068
|
+
}
|
|
3069
|
+
&.gray {
|
|
3070
|
+
background-color: $fills-trans-primary-light;
|
|
3071
|
+
}
|
|
3072
|
+
&.white {
|
|
3073
|
+
background-color: $fills-light-light-white;
|
|
3074
|
+
}
|
|
3075
|
+
.title {
|
|
3076
|
+
margin-bottom: 4px;
|
|
3077
|
+
}
|
|
3078
|
+
.title,
|
|
3079
|
+
.desc {
|
|
3080
|
+
word-break: break-all;
|
|
3081
|
+
text-align: center;
|
|
3082
|
+
}
|
|
3083
|
+
.action-button.middle {
|
|
3084
|
+
margin-top: 16px;
|
|
3085
|
+
}
|
|
3086
|
+
.action-button.small {
|
|
3087
|
+
margin-top: 8px;
|
|
2956
3088
|
}
|
|
3089
|
+
}
|
|
2957
3090
|
|
|
2958
|
-
&.ant-select {
|
|
2959
|
-
&.ant-select-single {
|
|
2960
|
-
width: 100%;
|
|
2961
|
-
&[data-size="small"] {
|
|
2962
|
-
}
|
|
2963
|
-
&[data-size="middle"] {
|
|
2964
|
-
height: 30px;
|
|
2965
|
-
}
|
|
2966
|
-
&[data-size="large"] {
|
|
2967
|
-
}
|
|
2968
|
-
color: $text-primary-light;
|
|
2969
|
-
border-color: $strokes-light-trans-2;
|
|
2970
|
-
transition:
|
|
2971
|
-
border 160ms ease 8ms,
|
|
2972
|
-
box-shadow 160ms ease 8ms;
|
|
2973
|
-
font-size: 13px;
|
|
2974
3091
|
|
|
2975
|
-
|
|
2976
|
-
|
|
2977
|
-
|
|
2978
|
-
|
|
3092
|
+
.E_w1dxz879 {
|
|
3093
|
+
display: flex;
|
|
3094
|
+
flex-direction: column;
|
|
3095
|
+
gap: 6px;
|
|
3096
|
+
.ellipsis-tooltip {
|
|
3097
|
+
max-height: var(--w1dxz879-0);
|
|
3098
|
+
text-overflow: clip;
|
|
3099
|
+
overflow: hidden;
|
|
3100
|
+
}
|
|
3101
|
+
.tips {
|
|
3102
|
+
color: #fff;
|
|
3103
|
+
opacity: 0.8;
|
|
3104
|
+
}
|
|
3105
|
+
}
|
|
2979
3106
|
|
|
2980
|
-
.ant-select-arrow,
|
|
2981
|
-
.ant-select-arrow .anticon-down {
|
|
2982
|
-
transition: 160ms ease;
|
|
2983
|
-
}
|
|
2984
3107
|
|
|
2985
|
-
|
|
2986
|
-
|
|
2987
|
-
|
|
3108
|
+
.E_ryby9ds {
|
|
3109
|
+
display: flex;
|
|
3110
|
+
align-items: center;
|
|
3111
|
+
.order {
|
|
3112
|
+
height: 24px;
|
|
3113
|
+
width: 24px;
|
|
3114
|
+
border-radius: 20px;
|
|
3115
|
+
color: $text-light-general;
|
|
3116
|
+
background: $fill-light-element-container-outstanding;
|
|
3117
|
+
display: flex;
|
|
3118
|
+
align-items: center;
|
|
3119
|
+
justify-content: center;
|
|
3120
|
+
margin-right: 6px;
|
|
3121
|
+
}
|
|
3122
|
+
}
|
|
2988
3123
|
|
|
2989
|
-
&:not(.ant-select-disabled) {
|
|
2990
|
-
&:hover .ant-select-selector,
|
|
2991
|
-
&.__pseudo-states-hover .ant-select-selector {
|
|
2992
|
-
border-color: $strokes-light-trans-4;
|
|
2993
|
-
box-shadow: $shadow-light-hover;
|
|
2994
|
-
}
|
|
2995
3124
|
|
|
2996
|
-
|
|
2997
|
-
|
|
2998
|
-
|
|
2999
|
-
|
|
3000
|
-
|
|
3001
|
-
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
|
|
3008
|
-
|
|
3009
|
-
|
|
3010
|
-
}
|
|
3011
|
-
}
|
|
3012
|
-
|
|
3013
|
-
&.ant-select-open .ant-select-arrow .anticon-down {
|
|
3014
|
-
transform: rotate(180deg);
|
|
3015
|
-
}
|
|
3016
|
-
}
|
|
3017
|
-
|
|
3018
|
-
&.ant-select-disabled .ant-select-selector {
|
|
3019
|
-
background: $fills-light-trans-3;
|
|
3020
|
-
border-color: $strokes-light-trans-3;
|
|
3021
|
-
cursor: "not-allowed";
|
|
3022
|
-
}
|
|
3023
|
-
}
|
|
3024
|
-
&.select-error:not(.ant-select-disabled) {
|
|
3025
|
-
.ant-select-selector {
|
|
3026
|
-
border-color: $fills-light-serious-serious !important;
|
|
3027
|
-
}
|
|
3028
|
-
|
|
3029
|
-
&:hover .ant-select-arrow,
|
|
3030
|
-
&.__pseudo-states-hover .ant-select-arrow {
|
|
3031
|
-
color: $text-light-super;
|
|
3032
|
-
}
|
|
3033
|
-
|
|
3034
|
-
&:active,
|
|
3035
|
-
&:focus,
|
|
3036
|
-
&.ant-select-focused,
|
|
3037
|
-
&.ant-select-open,
|
|
3038
|
-
&.__pseudo-states-focus,
|
|
3039
|
-
&.__pseudo-states-active {
|
|
3040
|
-
.ant-select-selector {
|
|
3041
|
-
border-color: $fills-light-general-general;
|
|
3042
|
-
box-shadow: $shadow-light-error;
|
|
3043
|
-
}
|
|
3044
|
-
}
|
|
3045
|
-
|
|
3046
|
-
&.ant-select-open .ant-select-arrow .anticon-down {
|
|
3047
|
-
transform: rotate(180deg);
|
|
3048
|
-
}
|
|
3049
|
-
}
|
|
3050
|
-
}
|
|
3051
|
-
}
|
|
3052
|
-
|
|
3053
|
-
|
|
3054
|
-
.E_suhck3k {
|
|
3055
|
-
height: 24px;
|
|
3056
|
-
width: 24px;
|
|
3057
|
-
border-radius: 6px;
|
|
3058
|
-
padding: 4px;
|
|
3059
|
-
&:hover {
|
|
3060
|
-
background-color: $fill-outstanding-light;
|
|
3061
|
-
svg {
|
|
3062
|
-
path {
|
|
3063
|
-
fill: blue;
|
|
3064
|
-
}
|
|
3065
|
-
}
|
|
3066
|
-
}
|
|
3067
|
-
}
|
|
3068
|
-
|
|
3069
|
-
|
|
3070
|
-
.E_w1dxz879 {
|
|
3071
|
-
display: flex;
|
|
3072
|
-
flex-direction: column;
|
|
3073
|
-
gap: 6px;
|
|
3074
|
-
.ellipsis-tooltip {
|
|
3075
|
-
max-height: var(--w1dxz879-0);
|
|
3076
|
-
text-overflow: clip;
|
|
3077
|
-
overflow: hidden;
|
|
3078
|
-
}
|
|
3079
|
-
.tips {
|
|
3080
|
-
color: #fff;
|
|
3081
|
-
opacity: 0.8;
|
|
3082
|
-
}
|
|
3083
|
-
}
|
|
3084
|
-
|
|
3085
|
-
|
|
3086
|
-
.E_ryby9ds {
|
|
3087
|
-
display: flex;
|
|
3088
|
-
align-items: center;
|
|
3089
|
-
.order {
|
|
3090
|
-
height: 24px;
|
|
3091
|
-
width: 24px;
|
|
3092
|
-
border-radius: 20px;
|
|
3093
|
-
color: $text-light-general;
|
|
3094
|
-
background: $fill-light-element-container-outstanding;
|
|
3095
|
-
display: flex;
|
|
3096
|
-
align-items: center;
|
|
3097
|
-
justify-content: center;
|
|
3098
|
-
margin-right: 6px;
|
|
3099
|
-
}
|
|
3100
|
-
}
|
|
3101
|
-
|
|
3102
|
-
|
|
3103
|
-
.E_b1lj76ty {
|
|
3104
|
-
width: 100%;
|
|
3105
|
-
height: 100%;
|
|
3106
|
-
margin: 0 auto;
|
|
3107
|
-
display: flex;
|
|
3108
|
-
flex-direction: column;
|
|
3109
|
-
align-items: center;
|
|
3110
|
-
justify-content: center;
|
|
3111
|
-
color: $gray-a30-10;
|
|
3112
|
-
&.large {
|
|
3113
|
-
max-width: 648px;
|
|
3114
|
-
}
|
|
3115
|
-
&.medium {
|
|
3116
|
-
max-width: 412px;
|
|
3117
|
-
}
|
|
3118
|
-
&.gray {
|
|
3119
|
-
background-color: $fills-trans-primary-light;
|
|
3120
|
-
}
|
|
3121
|
-
&.white {
|
|
3122
|
-
background-color: $fills-light-light-white;
|
|
3123
|
-
}
|
|
3124
|
-
.title {
|
|
3125
|
-
margin-bottom: 4px;
|
|
3126
|
-
}
|
|
3127
|
-
.title,
|
|
3128
|
-
.desc {
|
|
3129
|
-
word-break: break-all;
|
|
3130
|
-
text-align: center;
|
|
3131
|
-
}
|
|
3132
|
-
.action-button.middle {
|
|
3133
|
-
margin-top: 16px;
|
|
3134
|
-
}
|
|
3135
|
-
.action-button.small {
|
|
3136
|
-
margin-top: 8px;
|
|
3137
|
-
}
|
|
3138
|
-
}
|
|
3125
|
+
.E_suhck3k {
|
|
3126
|
+
height: 24px;
|
|
3127
|
+
width: 24px;
|
|
3128
|
+
border-radius: 6px;
|
|
3129
|
+
padding: 4px;
|
|
3130
|
+
&:hover {
|
|
3131
|
+
background-color: $fill-outstanding-light;
|
|
3132
|
+
svg {
|
|
3133
|
+
path {
|
|
3134
|
+
fill: blue;
|
|
3135
|
+
}
|
|
3136
|
+
}
|
|
3137
|
+
}
|
|
3138
|
+
}
|
|
3139
3139
|
|
|
3140
3140
|
|
|
3141
3141
|
.E_m5foqp8 {
|
|
@@ -3433,272 +3433,73 @@
|
|
|
3433
3433
|
}
|
|
3434
3434
|
|
|
3435
3435
|
|
|
3436
|
-
.
|
|
3437
|
-
|
|
3438
|
-
|
|
3439
|
-
|
|
3440
|
-
|
|
3441
|
-
|
|
3442
|
-
|
|
3443
|
-
|
|
3444
|
-
position: relative;
|
|
3445
|
-
z-index: 10;
|
|
3446
|
-
|
|
3447
|
-
.left,
|
|
3448
|
-
.right,
|
|
3449
|
-
.center {
|
|
3450
|
-
display: flex;
|
|
3451
|
-
align-items: center;
|
|
3452
|
-
flex: 1;
|
|
3453
|
-
flex-shrink: 0;
|
|
3454
|
-
}
|
|
3455
|
-
|
|
3456
|
-
.center {
|
|
3457
|
-
flex: 0.8;
|
|
3458
|
-
}
|
|
3459
|
-
|
|
3460
|
-
.right {
|
|
3461
|
-
justify-content: flex-end;
|
|
3462
|
-
|
|
3463
|
-
&.is-scrolled .btn-group:before {
|
|
3464
|
-
opacity: 1;
|
|
3436
|
+
.E_l48ei06 {
|
|
3437
|
+
@at-root {
|
|
3438
|
+
button#{&}.ant-btn,
|
|
3439
|
+
button#{&}.ant-btn.ant-btn-sm,
|
|
3440
|
+
button#{&}.ant-btn.ant-btn-lg {
|
|
3441
|
+
font-size: 12px;
|
|
3442
|
+
line-height: 18px;
|
|
3443
|
+
height: 18px;
|
|
3465
3444
|
}
|
|
3445
|
+
button#{&} {
|
|
3446
|
+
color: #0080FF;
|
|
3447
|
+
height: unset;
|
|
3448
|
+
.button-prefix-icon {
|
|
3449
|
+
margin-right: 4px;
|
|
3450
|
+
}
|
|
3451
|
+
.button-suffix-icon {
|
|
3452
|
+
margin-left: 4px;
|
|
3453
|
+
}
|
|
3466
3454
|
|
|
3467
|
-
|
|
3468
|
-
|
|
3469
|
-
|
|
3470
|
-
|
|
3471
|
-
align-items: center;
|
|
3455
|
+
&:hover,
|
|
3456
|
+
&.__pseudo-states-hover {
|
|
3457
|
+
color: #009DFF;
|
|
3458
|
+
}
|
|
3472
3459
|
|
|
3473
|
-
&:
|
|
3474
|
-
|
|
3475
|
-
|
|
3476
|
-
|
|
3477
|
-
|
|
3478
|
-
|
|
3479
|
-
position: absolute;
|
|
3480
|
-
left: -16px;
|
|
3481
|
-
top: 50%;
|
|
3482
|
-
transform: translateY(-50%);
|
|
3483
|
-
transition: opacity 160ms ease;
|
|
3460
|
+
&:active,
|
|
3461
|
+
&.__pseudo-states-active {
|
|
3462
|
+
color: #005ED1;
|
|
3463
|
+
}
|
|
3464
|
+
&.ui-kit-link-disabled {
|
|
3465
|
+
color: #0080FF;
|
|
3484
3466
|
}
|
|
3467
|
+
&.ui-kit-link-primary {
|
|
3468
|
+
color: #00122E;
|
|
3485
3469
|
|
|
3486
|
-
|
|
3487
|
-
|
|
3488
|
-
|
|
3489
|
-
|
|
3490
|
-
height: 40px;
|
|
3491
|
-
display: inline-flex;
|
|
3492
|
-
align-items: center;
|
|
3493
|
-
justify-content: center;
|
|
3494
|
-
border-radius: 6px;
|
|
3470
|
+
&:hover,
|
|
3471
|
+
&.__pseudo-states-hover {
|
|
3472
|
+
color: #0080FF;
|
|
3473
|
+
}
|
|
3495
3474
|
|
|
3496
|
-
&:
|
|
3497
|
-
|
|
3498
|
-
|
|
3499
|
-
0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
3475
|
+
&:active,
|
|
3476
|
+
&.__pseudo-states-active {
|
|
3477
|
+
color: #005ED1;
|
|
3500
3478
|
}
|
|
3501
3479
|
|
|
3502
|
-
|
|
3503
|
-
|
|
3504
|
-
transition: all 320ms ease;
|
|
3480
|
+
&.ui-kit-link-disabled {
|
|
3481
|
+
color: #00122E;
|
|
3505
3482
|
}
|
|
3506
3483
|
}
|
|
3507
3484
|
|
|
3508
|
-
|
|
3509
|
-
|
|
3510
|
-
}
|
|
3511
|
-
}
|
|
3512
|
-
.create-menu-and-export {
|
|
3513
|
-
height: 48px;
|
|
3514
|
-
overflow: hidden;
|
|
3515
|
-
display: flex;
|
|
3516
|
-
align-items: center;
|
|
3517
|
-
padding: 0 4px;
|
|
3518
|
-
margin: 0 -4px;
|
|
3485
|
+
&.ui-kit-link-secondary {
|
|
3486
|
+
color: #2C3852BF;
|
|
3519
3487
|
|
|
3520
|
-
|
|
3521
|
-
|
|
3522
|
-
|
|
3523
|
-
transform: translateY(0);
|
|
3488
|
+
&:hover,
|
|
3489
|
+
&.__pseudo-states-hover {
|
|
3490
|
+
color: #0080FF;
|
|
3524
3491
|
}
|
|
3525
|
-
}
|
|
3526
3492
|
|
|
3527
|
-
|
|
3528
|
-
|
|
3529
|
-
|
|
3530
|
-
transform: translateY(100%);
|
|
3531
|
-
transition:
|
|
3532
|
-
transform 240ms ease,
|
|
3533
|
-
opacity 80ms ease;
|
|
3534
|
-
display: inline-flex;
|
|
3535
|
-
align-items: center;
|
|
3536
|
-
}
|
|
3537
|
-
|
|
3538
|
-
.export-btn {
|
|
3539
|
-
margin-right: 10px;
|
|
3540
|
-
|
|
3541
|
-
.icon-inner {
|
|
3542
|
-
width: 32px;
|
|
3543
|
-
height: 32px;
|
|
3544
|
-
border-radius: 6px;
|
|
3545
|
-
|
|
3546
|
-
&:hover {
|
|
3547
|
-
background: rgba(211, 218, 235, 0.6);
|
|
3548
|
-
}
|
|
3493
|
+
&:active,
|
|
3494
|
+
&.__pseudo-states-active {
|
|
3495
|
+
color: #005ED1;
|
|
3549
3496
|
}
|
|
3550
|
-
}
|
|
3551
|
-
}
|
|
3552
|
-
}
|
|
3553
|
-
|
|
3554
|
-
.alert,
|
|
3555
|
-
.task {
|
|
3556
|
-
position: relative;
|
|
3557
|
-
|
|
3558
|
-
.alert-icon,
|
|
3559
|
-
.task-icon {
|
|
3560
|
-
width: 56px;
|
|
3561
|
-
height: 40px;
|
|
3562
|
-
justify-content: center;
|
|
3563
|
-
}
|
|
3564
|
-
|
|
3565
|
-
.ant-badge-count {
|
|
3566
|
-
right: 16px;
|
|
3567
|
-
top: 10px;
|
|
3568
|
-
}
|
|
3569
|
-
}
|
|
3570
|
-
|
|
3571
|
-
.logo {
|
|
3572
|
-
display: inline-flex;
|
|
3573
|
-
align-items: center;
|
|
3574
|
-
}
|
|
3575
|
-
|
|
3576
|
-
.left {
|
|
3577
|
-
position: relative;
|
|
3578
|
-
|
|
3579
|
-
.events-audit-title {
|
|
3580
|
-
font-size: 20px;
|
|
3581
|
-
line-height: 24px;
|
|
3582
|
-
font-weight: bold;
|
|
3583
|
-
color: $text-light-super;
|
|
3584
|
-
margin: 0px 8px;
|
|
3585
|
-
}
|
|
3586
|
-
|
|
3587
|
-
.global-search {
|
|
3588
|
-
margin-left: 6px;
|
|
3589
|
-
}
|
|
3590
|
-
}
|
|
3591
3497
|
|
|
3592
|
-
|
|
3593
|
-
|
|
3594
|
-
|
|
3595
|
-
.left {
|
|
3596
|
-
flex: 1;
|
|
3597
|
-
margin-right: 32px;
|
|
3598
|
-
|
|
3599
|
-
.global-search {
|
|
3600
|
-
display: flex;
|
|
3601
|
-
flex: 1;
|
|
3602
|
-
|
|
3603
|
-
.search-input {
|
|
3604
|
-
border-color: $blue-60;
|
|
3605
|
-
width: 100%;
|
|
3498
|
+
&.ui-kit-link-disabled {
|
|
3499
|
+
color: #2C3852BF;
|
|
3606
3500
|
}
|
|
3607
3501
|
}
|
|
3608
3502
|
}
|
|
3609
|
-
|
|
3610
|
-
.center {
|
|
3611
|
-
display: none;
|
|
3612
|
-
}
|
|
3613
|
-
|
|
3614
|
-
.right {
|
|
3615
|
-
flex: 0 1 auto;
|
|
3616
|
-
}
|
|
3617
|
-
}
|
|
3618
|
-
|
|
3619
|
-
.ant-badge-count {
|
|
3620
|
-
pointer-events: none;
|
|
3621
|
-
}
|
|
3622
|
-
}
|
|
3623
|
-
|
|
3624
|
-
.E_ncaepor {
|
|
3625
|
-
color: $text-terdiary-light;
|
|
3626
|
-
position: relative;
|
|
3627
|
-
height: 48px;
|
|
3628
|
-
display: inline-flex;
|
|
3629
|
-
align-items: center;
|
|
3630
|
-
justify-content: center;
|
|
3631
|
-
overflow: hidden;
|
|
3632
|
-
|
|
3633
|
-
&:before,
|
|
3634
|
-
&:after {
|
|
3635
|
-
content: "";
|
|
3636
|
-
width: 100%;
|
|
3637
|
-
height: 12px;
|
|
3638
|
-
position: absolute;
|
|
3639
|
-
background: linear-gradient(
|
|
3640
|
-
to bottom,
|
|
3641
|
-
rgba(255, 255, 255, 0),
|
|
3642
|
-
rgba(255, 255, 255, 1)
|
|
3643
|
-
);
|
|
3644
|
-
}
|
|
3645
|
-
|
|
3646
|
-
&:before {
|
|
3647
|
-
top: 0;
|
|
3648
|
-
}
|
|
3649
|
-
|
|
3650
|
-
&:after {
|
|
3651
|
-
bottom: 0;
|
|
3652
|
-
}
|
|
3653
|
-
|
|
3654
|
-
> * {
|
|
3655
|
-
height: 48px;
|
|
3656
|
-
display: inline-flex;
|
|
3657
|
-
align-items: center;
|
|
3658
|
-
white-space: nowrap;
|
|
3659
|
-
transition:
|
|
3660
|
-
transform 240ms ease,
|
|
3661
|
-
opacity 80ms ease;
|
|
3662
|
-
}
|
|
3663
|
-
|
|
3664
|
-
.name-text {
|
|
3665
|
-
transform: translateY(0);
|
|
3666
|
-
opacity: 1;
|
|
3667
|
-
}
|
|
3668
|
-
|
|
3669
|
-
.nav-info {
|
|
3670
|
-
transform: translateY(100%);
|
|
3671
|
-
opacity: 0;
|
|
3672
|
-
font-size: 18px;
|
|
3673
|
-
font-weight: 700;
|
|
3674
|
-
position: absolute;
|
|
3675
|
-
overflow: hidden;
|
|
3676
|
-
display: flex;
|
|
3677
|
-
justify-content: center;
|
|
3678
|
-
|
|
3679
|
-
.scrolled-resource {
|
|
3680
|
-
color: $text-light-super;
|
|
3681
|
-
flex: 1;
|
|
3682
|
-
overflow: hidden;
|
|
3683
|
-
text-overflow: ellipsis;
|
|
3684
|
-
}
|
|
3685
|
-
|
|
3686
|
-
.scrolled-view {
|
|
3687
|
-
color: $text-light-secondary;
|
|
3688
|
-
margin-left: 8px;
|
|
3689
|
-
}
|
|
3690
|
-
}
|
|
3691
|
-
|
|
3692
|
-
&.is-scrolled .name-text {
|
|
3693
|
-
transform: translateY(-100%);
|
|
3694
|
-
opacity: 0;
|
|
3695
|
-
position: absolute;
|
|
3696
|
-
}
|
|
3697
|
-
|
|
3698
|
-
&.is-scrolled .nav-info {
|
|
3699
|
-
transform: translateY(0);
|
|
3700
|
-
opacity: 1;
|
|
3701
|
-
position: static;
|
|
3702
3503
|
}
|
|
3703
3504
|
}
|
|
3704
3505
|
|
|
@@ -3787,77 +3588,6 @@
|
|
|
3787
3588
|
}
|
|
3788
3589
|
|
|
3789
3590
|
|
|
3790
|
-
.E_l48ei06 {
|
|
3791
|
-
@at-root {
|
|
3792
|
-
button#{&}.ant-btn,
|
|
3793
|
-
button#{&}.ant-btn.ant-btn-sm,
|
|
3794
|
-
button#{&}.ant-btn.ant-btn-lg {
|
|
3795
|
-
font-size: 12px;
|
|
3796
|
-
line-height: 18px;
|
|
3797
|
-
height: 18px;
|
|
3798
|
-
}
|
|
3799
|
-
button#{&} {
|
|
3800
|
-
color: #0080FF;
|
|
3801
|
-
height: unset;
|
|
3802
|
-
.button-prefix-icon {
|
|
3803
|
-
margin-right: 4px;
|
|
3804
|
-
}
|
|
3805
|
-
.button-suffix-icon {
|
|
3806
|
-
margin-left: 4px;
|
|
3807
|
-
}
|
|
3808
|
-
|
|
3809
|
-
&:hover,
|
|
3810
|
-
&.__pseudo-states-hover {
|
|
3811
|
-
color: #009DFF;
|
|
3812
|
-
}
|
|
3813
|
-
|
|
3814
|
-
&:active,
|
|
3815
|
-
&.__pseudo-states-active {
|
|
3816
|
-
color: #005ED1;
|
|
3817
|
-
}
|
|
3818
|
-
&.ui-kit-link-disabled {
|
|
3819
|
-
color: #0080FF;
|
|
3820
|
-
}
|
|
3821
|
-
&.ui-kit-link-primary {
|
|
3822
|
-
color: #00122E;
|
|
3823
|
-
|
|
3824
|
-
&:hover,
|
|
3825
|
-
&.__pseudo-states-hover {
|
|
3826
|
-
color: #0080FF;
|
|
3827
|
-
}
|
|
3828
|
-
|
|
3829
|
-
&:active,
|
|
3830
|
-
&.__pseudo-states-active {
|
|
3831
|
-
color: #005ED1;
|
|
3832
|
-
}
|
|
3833
|
-
|
|
3834
|
-
&.ui-kit-link-disabled {
|
|
3835
|
-
color: #00122E;
|
|
3836
|
-
}
|
|
3837
|
-
}
|
|
3838
|
-
|
|
3839
|
-
&.ui-kit-link-secondary {
|
|
3840
|
-
color: #2C3852BF;
|
|
3841
|
-
|
|
3842
|
-
&:hover,
|
|
3843
|
-
&.__pseudo-states-hover {
|
|
3844
|
-
color: #0080FF;
|
|
3845
|
-
}
|
|
3846
|
-
|
|
3847
|
-
&:active,
|
|
3848
|
-
&.__pseudo-states-active {
|
|
3849
|
-
color: #005ED1;
|
|
3850
|
-
}
|
|
3851
|
-
|
|
3852
|
-
&.ui-kit-link-disabled {
|
|
3853
|
-
color: #2C3852BF;
|
|
3854
|
-
}
|
|
3855
|
-
}
|
|
3856
|
-
}
|
|
3857
|
-
}
|
|
3858
|
-
}
|
|
3859
|
-
|
|
3860
|
-
|
|
3861
3591
|
.E_tc97u5y {
|
|
3862
3592
|
height: 100%;
|
|
3863
3593
|
}
|
|
@@ -4296,160 +4026,272 @@
|
|
|
4296
4026
|
}
|
|
4297
4027
|
|
|
4298
4028
|
|
|
4299
|
-
.
|
|
4300
|
-
|
|
4301
|
-
|
|
4302
|
-
|
|
4303
|
-
padding: 2px 10px;
|
|
4304
|
-
height: 22px;
|
|
4029
|
+
.E_h12yihis {
|
|
4030
|
+
height: 50px;
|
|
4031
|
+
border-bottom: 2px solid #edf0f7;
|
|
4032
|
+
background: $fills-opaque-primary-light;
|
|
4305
4033
|
display: flex;
|
|
4034
|
+
justify-content: space-between;
|
|
4306
4035
|
align-items: center;
|
|
4307
|
-
|
|
4308
|
-
|
|
4309
|
-
|
|
4036
|
+
padding: 0 24px 0 14px;
|
|
4037
|
+
position: relative;
|
|
4038
|
+
z-index: 10;
|
|
4039
|
+
|
|
4040
|
+
.left,
|
|
4041
|
+
.right,
|
|
4042
|
+
.center {
|
|
4043
|
+
display: flex;
|
|
4044
|
+
align-items: center;
|
|
4045
|
+
flex: 1;
|
|
4046
|
+
flex-shrink: 0;
|
|
4310
4047
|
}
|
|
4311
|
-
|
|
4312
|
-
|
|
4048
|
+
|
|
4049
|
+
.center {
|
|
4050
|
+
flex: 0.8;
|
|
4313
4051
|
}
|
|
4314
4052
|
|
|
4315
|
-
|
|
4316
|
-
|
|
4317
|
-
|
|
4318
|
-
|
|
4053
|
+
.right {
|
|
4054
|
+
justify-content: flex-end;
|
|
4055
|
+
|
|
4056
|
+
&.is-scrolled .btn-group:before {
|
|
4057
|
+
opacity: 1;
|
|
4319
4058
|
}
|
|
4320
|
-
|
|
4321
|
-
|
|
4322
|
-
|
|
4323
|
-
|
|
4324
|
-
|
|
4059
|
+
|
|
4060
|
+
.btn-group {
|
|
4061
|
+
margin-left: 32px;
|
|
4062
|
+
position: relative;
|
|
4063
|
+
display: flex;
|
|
4064
|
+
align-items: center;
|
|
4065
|
+
|
|
4066
|
+
&:before {
|
|
4067
|
+
content: "";
|
|
4068
|
+
opacity: 0;
|
|
4069
|
+
height: 24px;
|
|
4070
|
+
width: 1px;
|
|
4071
|
+
background: $fills-light-trans-2;
|
|
4072
|
+
position: absolute;
|
|
4073
|
+
left: -16px;
|
|
4074
|
+
top: 50%;
|
|
4075
|
+
transform: translateY(-50%);
|
|
4076
|
+
transition: opacity 160ms ease;
|
|
4325
4077
|
}
|
|
4326
|
-
|
|
4327
|
-
|
|
4328
|
-
|
|
4329
|
-
|
|
4078
|
+
|
|
4079
|
+
> .btn-item {
|
|
4080
|
+
transition: all 160ms ease;
|
|
4081
|
+
cursor: pointer;
|
|
4082
|
+
width: 56px;
|
|
4083
|
+
height: 40px;
|
|
4084
|
+
display: inline-flex;
|
|
4085
|
+
align-items: center;
|
|
4086
|
+
justify-content: center;
|
|
4087
|
+
border-radius: 6px;
|
|
4088
|
+
|
|
4089
|
+
&:hover {
|
|
4090
|
+
box-shadow:
|
|
4091
|
+
0px 0px 20px rgba(107, 125, 153, 0.18),
|
|
4092
|
+
0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
4093
|
+
}
|
|
4094
|
+
|
|
4095
|
+
&:active {
|
|
4096
|
+
transform: translateY(2px);
|
|
4097
|
+
transition: all 320ms ease;
|
|
4098
|
+
}
|
|
4330
4099
|
}
|
|
4331
|
-
|
|
4332
|
-
|
|
4333
|
-
|
|
4334
|
-
background-color: $fill-serious-base;
|
|
4100
|
+
|
|
4101
|
+
> *:not(:first-child) {
|
|
4102
|
+
margin-left: 4px;
|
|
4335
4103
|
}
|
|
4336
4104
|
}
|
|
4337
|
-
|
|
4338
|
-
|
|
4339
|
-
|
|
4105
|
+
.create-menu-and-export {
|
|
4106
|
+
height: 48px;
|
|
4107
|
+
overflow: hidden;
|
|
4108
|
+
display: flex;
|
|
4109
|
+
align-items: center;
|
|
4110
|
+
padding: 0 4px;
|
|
4111
|
+
margin: 0 -4px;
|
|
4112
|
+
|
|
4113
|
+
&.active {
|
|
4114
|
+
.create-menu-in-nav,
|
|
4115
|
+
.export-btn {
|
|
4116
|
+
transform: translateY(0);
|
|
4117
|
+
}
|
|
4340
4118
|
}
|
|
4341
|
-
|
|
4342
|
-
|
|
4343
|
-
|
|
4344
|
-
|
|
4119
|
+
|
|
4120
|
+
.create-menu-in-nav,
|
|
4121
|
+
.export-btn {
|
|
4122
|
+
height: 48px;
|
|
4123
|
+
transform: translateY(100%);
|
|
4124
|
+
transition:
|
|
4125
|
+
transform 240ms ease,
|
|
4126
|
+
opacity 80ms ease;
|
|
4127
|
+
display: inline-flex;
|
|
4128
|
+
align-items: center;
|
|
4345
4129
|
}
|
|
4346
|
-
|
|
4347
|
-
|
|
4348
|
-
|
|
4349
|
-
|
|
4130
|
+
|
|
4131
|
+
.export-btn {
|
|
4132
|
+
margin-right: 10px;
|
|
4133
|
+
|
|
4134
|
+
.icon-inner {
|
|
4135
|
+
width: 32px;
|
|
4136
|
+
height: 32px;
|
|
4137
|
+
border-radius: 6px;
|
|
4138
|
+
|
|
4139
|
+
&:hover {
|
|
4140
|
+
background: rgba(211, 218, 235, 0.6);
|
|
4141
|
+
}
|
|
4142
|
+
}
|
|
4350
4143
|
}
|
|
4351
4144
|
}
|
|
4352
|
-
|
|
4353
|
-
|
|
4354
|
-
|
|
4355
|
-
|
|
4145
|
+
}
|
|
4146
|
+
|
|
4147
|
+
.alert,
|
|
4148
|
+
.task {
|
|
4149
|
+
position: relative;
|
|
4150
|
+
|
|
4151
|
+
.alert-icon,
|
|
4152
|
+
.task-icon {
|
|
4153
|
+
width: 56px;
|
|
4154
|
+
height: 40px;
|
|
4155
|
+
justify-content: center;
|
|
4156
|
+
}
|
|
4157
|
+
|
|
4158
|
+
.ant-badge-count {
|
|
4159
|
+
right: 16px;
|
|
4160
|
+
top: 10px;
|
|
4356
4161
|
}
|
|
4357
4162
|
}
|
|
4358
|
-
}
|
|
4359
4163
|
|
|
4360
|
-
.
|
|
4361
|
-
|
|
4362
|
-
|
|
4363
|
-
|
|
4364
|
-
display: inline-block;
|
|
4365
|
-
}
|
|
4164
|
+
.logo {
|
|
4165
|
+
display: inline-flex;
|
|
4166
|
+
align-items: center;
|
|
4167
|
+
}
|
|
4366
4168
|
|
|
4367
|
-
.
|
|
4368
|
-
|
|
4369
|
-
height: 8px;
|
|
4370
|
-
border-radius: 2px;
|
|
4371
|
-
display: inline-block;
|
|
4372
|
-
}
|
|
4169
|
+
.left {
|
|
4170
|
+
position: relative;
|
|
4373
4171
|
|
|
4374
|
-
.
|
|
4375
|
-
|
|
4376
|
-
|
|
4172
|
+
.events-audit-title {
|
|
4173
|
+
font-size: 20px;
|
|
4174
|
+
line-height: 24px;
|
|
4175
|
+
font-weight: bold;
|
|
4176
|
+
color: $text-light-super;
|
|
4177
|
+
margin: 0px 8px;
|
|
4178
|
+
}
|
|
4377
4179
|
|
|
4378
|
-
.
|
|
4379
|
-
|
|
4380
|
-
|
|
4180
|
+
.global-search {
|
|
4181
|
+
margin-left: 6px;
|
|
4182
|
+
}
|
|
4183
|
+
}
|
|
4381
4184
|
|
|
4185
|
+
&.global-search-active {
|
|
4186
|
+
z-index: 11;
|
|
4382
4187
|
|
|
4383
|
-
.
|
|
4384
|
-
|
|
4385
|
-
|
|
4386
|
-
justify-content: space-between;
|
|
4387
|
-
column-gap: 6px;
|
|
4388
|
-
}
|
|
4188
|
+
.left {
|
|
4189
|
+
flex: 1;
|
|
4190
|
+
margin-right: 32px;
|
|
4389
4191
|
|
|
4390
|
-
.
|
|
4391
|
-
|
|
4392
|
-
|
|
4393
|
-
justify-content: center;
|
|
4394
|
-
row-gap: var(--p1cmxsf7-0);
|
|
4192
|
+
.global-search {
|
|
4193
|
+
display: flex;
|
|
4194
|
+
flex: 1;
|
|
4395
4195
|
|
|
4396
|
-
|
|
4397
|
-
|
|
4398
|
-
|
|
4399
|
-
|
|
4400
|
-
|
|
4401
|
-
}
|
|
4196
|
+
.search-input {
|
|
4197
|
+
border-color: $blue-60;
|
|
4198
|
+
width: 100%;
|
|
4199
|
+
}
|
|
4200
|
+
}
|
|
4201
|
+
}
|
|
4402
4202
|
|
|
4203
|
+
.center {
|
|
4204
|
+
display: none;
|
|
4205
|
+
}
|
|
4403
4206
|
|
|
4404
|
-
.
|
|
4405
|
-
|
|
4406
|
-
}
|
|
4207
|
+
.right {
|
|
4208
|
+
flex: 0 1 auto;
|
|
4209
|
+
}
|
|
4210
|
+
}
|
|
4407
4211
|
|
|
4212
|
+
.ant-badge-count {
|
|
4213
|
+
pointer-events: none;
|
|
4214
|
+
}
|
|
4215
|
+
}
|
|
4408
4216
|
|
|
4409
|
-
.
|
|
4410
|
-
color: $text-
|
|
4411
|
-
|
|
4412
|
-
|
|
4413
|
-
|
|
4217
|
+
.E_ncaepor {
|
|
4218
|
+
color: $text-terdiary-light;
|
|
4219
|
+
position: relative;
|
|
4220
|
+
height: 48px;
|
|
4221
|
+
display: inline-flex;
|
|
4414
4222
|
align-items: center;
|
|
4223
|
+
justify-content: center;
|
|
4224
|
+
overflow: hidden;
|
|
4415
4225
|
|
|
4416
|
-
|
|
4417
|
-
|
|
4226
|
+
&:before,
|
|
4227
|
+
&:after {
|
|
4228
|
+
content: "";
|
|
4229
|
+
width: 100%;
|
|
4230
|
+
height: 12px;
|
|
4231
|
+
position: absolute;
|
|
4232
|
+
background: linear-gradient(
|
|
4233
|
+
to bottom,
|
|
4234
|
+
rgba(255, 255, 255, 0),
|
|
4235
|
+
rgba(255, 255, 255, 1)
|
|
4236
|
+
);
|
|
4237
|
+
}
|
|
4418
4238
|
|
|
4419
|
-
|
|
4420
|
-
|
|
4421
|
-
|
|
4239
|
+
&:before {
|
|
4240
|
+
top: 0;
|
|
4241
|
+
}
|
|
4422
4242
|
|
|
4423
|
-
|
|
4424
|
-
|
|
4425
|
-
|
|
4243
|
+
&:after {
|
|
4244
|
+
bottom: 0;
|
|
4245
|
+
}
|
|
4426
4246
|
|
|
4427
|
-
|
|
4428
|
-
|
|
4429
|
-
|
|
4430
|
-
|
|
4431
|
-
|
|
4247
|
+
> * {
|
|
4248
|
+
height: 48px;
|
|
4249
|
+
display: inline-flex;
|
|
4250
|
+
align-items: center;
|
|
4251
|
+
white-space: nowrap;
|
|
4252
|
+
transition:
|
|
4253
|
+
transform 240ms ease,
|
|
4254
|
+
opacity 80ms ease;
|
|
4432
4255
|
}
|
|
4433
4256
|
|
|
4434
|
-
.
|
|
4435
|
-
|
|
4436
|
-
|
|
4257
|
+
.name-text {
|
|
4258
|
+
transform: translateY(0);
|
|
4259
|
+
opacity: 1;
|
|
4437
4260
|
}
|
|
4438
4261
|
|
|
4439
|
-
.
|
|
4440
|
-
|
|
4441
|
-
|
|
4442
|
-
|
|
4443
|
-
flex-grow: 1;
|
|
4444
|
-
font-size: 12px;
|
|
4445
|
-
line-height: 18px;
|
|
4446
|
-
color: $text-primary-light;
|
|
4262
|
+
.nav-info {
|
|
4263
|
+
transform: translateY(100%);
|
|
4264
|
+
opacity: 0;
|
|
4265
|
+
font-size: 18px;
|
|
4447
4266
|
font-weight: 700;
|
|
4267
|
+
position: absolute;
|
|
4268
|
+
overflow: hidden;
|
|
4269
|
+
display: flex;
|
|
4270
|
+
justify-content: center;
|
|
4271
|
+
|
|
4272
|
+
.scrolled-resource {
|
|
4273
|
+
color: $text-light-super;
|
|
4274
|
+
flex: 1;
|
|
4275
|
+
overflow: hidden;
|
|
4276
|
+
text-overflow: ellipsis;
|
|
4277
|
+
}
|
|
4278
|
+
|
|
4279
|
+
.scrolled-view {
|
|
4280
|
+
color: $text-light-secondary;
|
|
4281
|
+
margin-left: 8px;
|
|
4282
|
+
}
|
|
4448
4283
|
}
|
|
4449
4284
|
|
|
4450
|
-
.
|
|
4451
|
-
|
|
4452
|
-
|
|
4285
|
+
&.is-scrolled .name-text {
|
|
4286
|
+
transform: translateY(-100%);
|
|
4287
|
+
opacity: 0;
|
|
4288
|
+
position: absolute;
|
|
4289
|
+
}
|
|
4290
|
+
|
|
4291
|
+
&.is-scrolled .nav-info {
|
|
4292
|
+
transform: translateY(0);
|
|
4293
|
+
opacity: 1;
|
|
4294
|
+
position: static;
|
|
4453
4295
|
}
|
|
4454
4296
|
}
|
|
4455
4297
|
|
|
@@ -4628,121 +4470,52 @@
|
|
|
4628
4470
|
overflow: hidden;
|
|
4629
4471
|
}
|
|
4630
4472
|
.icon-wrapper {
|
|
4631
|
-
margin-top: 2px;
|
|
4632
|
-
cursor: pointer;
|
|
4633
|
-
}
|
|
4634
|
-
.upload-file-error {
|
|
4635
|
-
color: $text-light-serious;
|
|
4636
|
-
}
|
|
4637
|
-
&.file-error-wrapper {
|
|
4638
|
-
background: $fills-element-light-container-serious;
|
|
4639
|
-
}
|
|
4640
|
-
&.disabled {
|
|
4641
|
-
opacity: 0.5;
|
|
4642
|
-
}
|
|
4643
|
-
}
|
|
4644
|
-
|
|
4645
|
-
|
|
4646
|
-
.E_b14q2gmw {
|
|
4647
|
-
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14),
|
|
4648
|
-
0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447),
|
|
4649
|
-
0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224),
|
|
4650
|
-
0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253),
|
|
4651
|
-
0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07),
|
|
4652
|
-
0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747),
|
|
4653
|
-
0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776),
|
|
4654
|
-
0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
4655
|
-
}
|
|
4656
|
-
|
|
4657
|
-
.E_c1eym6el {
|
|
4658
|
-
border-radius: 8px;
|
|
4659
|
-
background-color: white;
|
|
4660
|
-
&.hoverable {
|
|
4473
|
+
margin-top: 2px;
|
|
4661
4474
|
cursor: pointer;
|
|
4662
|
-
|
|
4663
|
-
|
|
4664
|
-
|
|
4665
|
-
|
|
4666
|
-
|
|
4667
|
-
|
|
4668
|
-
|
|
4475
|
+
}
|
|
4476
|
+
.upload-file-error {
|
|
4477
|
+
color: $text-light-serious;
|
|
4478
|
+
}
|
|
4479
|
+
&.file-error-wrapper {
|
|
4480
|
+
background: $fills-element-light-container-serious;
|
|
4481
|
+
}
|
|
4482
|
+
&.disabled {
|
|
4483
|
+
opacity: 0.5;
|
|
4669
4484
|
}
|
|
4670
4485
|
}
|
|
4671
4486
|
|
|
4672
4487
|
|
|
4673
|
-
.
|
|
4674
|
-
color: $text-primary-light;
|
|
4675
|
-
line-height: 22px;
|
|
4676
|
-
display: inline-flex;
|
|
4677
|
-
.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; } } }
|
|
4678
|
-
}
|
|
4679
|
-
|
|
4680
|
-
|
|
4681
|
-
.E_lht19u8 {
|
|
4682
|
-
width: 64px;
|
|
4683
|
-
height: 64px;
|
|
4488
|
+
.E_r77hffu {
|
|
4684
4489
|
display: flex;
|
|
4685
4490
|
align-items: center;
|
|
4686
|
-
justify-content:
|
|
4687
|
-
|
|
4688
|
-
opacity: 0.2;
|
|
4689
|
-
}
|
|
4690
|
-
|
|
4691
|
-
.E_lk3gkp4 {
|
|
4692
|
-
position: absolute;
|
|
4693
|
-
width: 5px;
|
|
4694
|
-
height: 48px;
|
|
4695
|
-
left: 9.33px;
|
|
4696
|
-
top: 40.5px;
|
|
4697
|
-
|
|
4698
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4699
|
-
border-radius: 5px;
|
|
4700
|
-
transform: rotate(-128deg);
|
|
4701
|
-
transform-origin: top left;
|
|
4702
|
-
|
|
4703
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
4491
|
+
justify-content: space-between;
|
|
4492
|
+
column-gap: 6px;
|
|
4704
4493
|
}
|
|
4705
4494
|
|
|
4706
|
-
.
|
|
4707
|
-
|
|
4708
|
-
|
|
4709
|
-
|
|
4710
|
-
|
|
4711
|
-
top: 8.4px;
|
|
4712
|
-
|
|
4713
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4714
|
-
border-radius: 5px;
|
|
4715
|
-
transform: rotate(-8deg);
|
|
4716
|
-
transform-origin: top left;
|
|
4495
|
+
.E_p1cmxsf7 {
|
|
4496
|
+
display: flex;
|
|
4497
|
+
flex-direction: column;
|
|
4498
|
+
justify-content: center;
|
|
4499
|
+
row-gap: var(--p1cmxsf7-0);
|
|
4717
4500
|
|
|
4718
|
-
|
|
4501
|
+
.antd5-progress-line {
|
|
4502
|
+
font-size: 0;
|
|
4503
|
+
margin-bottom: unset;
|
|
4504
|
+
margin-inline-end: unset;
|
|
4505
|
+
}
|
|
4719
4506
|
}
|
|
4720
4507
|
|
|
4721
|
-
.E_l17lbdo6 {
|
|
4722
|
-
position: absolute;
|
|
4723
|
-
width: 5px;
|
|
4724
|
-
height: 48px;
|
|
4725
|
-
left: 52.9px;
|
|
4726
|
-
top: 51.8px;
|
|
4727
|
-
|
|
4728
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4729
|
-
border-radius: 5px;
|
|
4730
|
-
transform: rotate(112deg);
|
|
4731
|
-
transform-origin: top left;
|
|
4732
4508
|
|
|
4733
|
-
|
|
4509
|
+
.E_ckui4s7 {
|
|
4510
|
+
color: $text-primary-light;
|
|
4511
|
+
line-height: 22px;
|
|
4512
|
+
display: inline-flex;
|
|
4513
|
+
.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; } } }
|
|
4734
4514
|
}
|
|
4735
4515
|
|
|
4736
4516
|
|
|
4737
|
-
.
|
|
4738
|
-
|
|
4739
|
-
padding-left: 0;
|
|
4740
|
-
.inside-tag {
|
|
4741
|
-
border-radius: 4px 0 0 4px;
|
|
4742
|
-
padding-right: 4px;
|
|
4743
|
-
margin-right: 4px;
|
|
4744
|
-
}
|
|
4745
|
-
}
|
|
4517
|
+
.E_c1yd35n {
|
|
4518
|
+
padding: 0 12px 14px 12px;
|
|
4746
4519
|
}
|
|
4747
4520
|
|
|
4748
4521
|
|
|
@@ -4901,122 +4674,264 @@
|
|
|
4901
4674
|
& + .tab-menu-item {
|
|
4902
4675
|
margin-top: 8px;
|
|
4903
4676
|
}
|
|
4904
|
-
|
|
4905
|
-
&.__selected {
|
|
4906
|
-
padding: 6px;
|
|
4907
|
-
background: $fills-light-general-general-light;
|
|
4908
|
-
color: $text-light-general;
|
|
4909
|
-
|
|
4910
|
-
&E_l1fbkbzo {
|
|
4911
|
-
@include Inter(bold !important);
|
|
4912
|
-
}
|
|
4677
|
+
|
|
4678
|
+
&.__selected {
|
|
4679
|
+
padding: 6px;
|
|
4680
|
+
background: $fills-light-general-general-light;
|
|
4681
|
+
color: $text-light-general;
|
|
4682
|
+
|
|
4683
|
+
&E_l1fbkbzo {
|
|
4684
|
+
@include Inter(bold !important);
|
|
4685
|
+
}
|
|
4686
|
+
}
|
|
4687
|
+
|
|
4688
|
+
&.ant-dropdown-menu-item {
|
|
4689
|
+
padding: 5px 12px;
|
|
4690
|
+
border-radius: 4px;
|
|
4691
|
+
}
|
|
4692
|
+
|
|
4693
|
+
&.ant-dropdown-menu-item:not(.ant-dropdown-menu-item-disabled):hover {
|
|
4694
|
+
color: $text-light-general;
|
|
4695
|
+
background: $fills-light-trans-3;
|
|
4696
|
+
}
|
|
4697
|
+
|
|
4698
|
+
&-text {
|
|
4699
|
+
text-align: left;
|
|
4700
|
+
flex: 1;
|
|
4701
|
+
overflow: hidden;
|
|
4702
|
+
text-overflow: ellipsis;
|
|
4703
|
+
white-space: nowrap;
|
|
4704
|
+
}
|
|
4705
|
+
}
|
|
4706
|
+
}
|
|
4707
|
+
}
|
|
4708
|
+
|
|
4709
|
+
.E_i1bmwe2m {
|
|
4710
|
+
margin: auto;
|
|
4711
|
+
cursor: pointer;
|
|
4712
|
+
line-height: normal;
|
|
4713
|
+
height: 16px;
|
|
4714
|
+
margin-right: 3px;
|
|
4715
|
+
|
|
4716
|
+
.icon-inner {
|
|
4717
|
+
display: block;
|
|
4718
|
+
height: 16px;
|
|
4719
|
+
}
|
|
4720
|
+
}
|
|
4721
|
+
|
|
4722
|
+
|
|
4723
|
+
.E_b14q2gmw {
|
|
4724
|
+
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14),
|
|
4725
|
+
0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447),
|
|
4726
|
+
0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224),
|
|
4727
|
+
0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253),
|
|
4728
|
+
0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07),
|
|
4729
|
+
0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747),
|
|
4730
|
+
0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776),
|
|
4731
|
+
0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
4732
|
+
}
|
|
4733
|
+
|
|
4734
|
+
.E_c1eym6el {
|
|
4735
|
+
border-radius: 8px;
|
|
4736
|
+
background-color: white;
|
|
4737
|
+
&.hoverable {
|
|
4738
|
+
cursor: pointer;
|
|
4739
|
+
|
|
4740
|
+
&:hover {
|
|
4741
|
+
transition: all 200ms ease;
|
|
4742
|
+
box-shadow: 0px 9px 22px rgb(107 125 153 / 23%),
|
|
4743
|
+
0px 1.12694px 2.75474px rgb(107 125 153 / 12%);
|
|
4744
|
+
transform: translateY(-4px);
|
|
4745
|
+
}
|
|
4746
|
+
}
|
|
4747
|
+
}
|
|
4748
|
+
|
|
4749
|
+
|
|
4750
|
+
.E_c1kghdax {
|
|
4751
|
+
color: $text-primary-light;
|
|
4752
|
+
padding: 7px 12px;
|
|
4753
|
+
display: flex;
|
|
4754
|
+
justify-content: space-between;
|
|
4755
|
+
align-items: center;
|
|
4756
|
+
|
|
4757
|
+
&.has-arrow {
|
|
4758
|
+
padding-left: 10px;
|
|
4759
|
+
|
|
4760
|
+
.title-wrapper {
|
|
4761
|
+
cursor: pointer;
|
|
4762
|
+
color: $text-light-primary;
|
|
4763
|
+
|
|
4764
|
+
&.is-open {
|
|
4765
|
+
color: $text-primary-light;
|
|
4766
|
+
font-weight: 600;
|
|
4767
|
+
|
|
4768
|
+
.collapse-arrow {
|
|
4769
|
+
transform: rotate(90deg);
|
|
4770
|
+
}
|
|
4771
|
+
}
|
|
4772
|
+
}
|
|
4773
|
+
}
|
|
4774
|
+
|
|
4775
|
+
.sub-info {
|
|
4776
|
+
font-size: 12px;
|
|
4777
|
+
line-height: 18px;
|
|
4778
|
+
}
|
|
4779
|
+
|
|
4780
|
+
.title-wrapper {
|
|
4781
|
+
display: flex;
|
|
4782
|
+
align-items: center;
|
|
4783
|
+
user-select: none;
|
|
4784
|
+
flex-grow: 1;
|
|
4785
|
+
font-size: 12px;
|
|
4786
|
+
line-height: 18px;
|
|
4787
|
+
color: $text-primary-light;
|
|
4788
|
+
font-weight: 700;
|
|
4789
|
+
}
|
|
4790
|
+
|
|
4791
|
+
.collapse-arrow {
|
|
4792
|
+
transition: all 50ms ease-out 0ms;
|
|
4793
|
+
margin-right: 2px;
|
|
4794
|
+
}
|
|
4795
|
+
}
|
|
4796
|
+
|
|
4797
|
+
|
|
4798
|
+
.E_l1ucdodl {
|
|
4799
|
+
$prefix: ui-kit-status-legend;
|
|
4800
|
+
margin: 0;
|
|
4801
|
+
border-radius: 20px;
|
|
4802
|
+
padding: 2px 10px;
|
|
4803
|
+
height: 22px;
|
|
4804
|
+
display: flex;
|
|
4805
|
+
align-items: center;
|
|
4806
|
+
|
|
4807
|
+
&.ui-kit-status-legend.on-tint {
|
|
4808
|
+
color: $text-neutral-ontint;
|
|
4809
|
+
}
|
|
4810
|
+
&.tag-hover {
|
|
4811
|
+
cursor: pointer;
|
|
4812
|
+
}
|
|
4813
|
+
|
|
4814
|
+
&.#{$prefix} {
|
|
4815
|
+
color: $text-neutral-primary;
|
|
4816
|
+
.#{$prefix}-icon {
|
|
4817
|
+
margin-right: 6px;
|
|
4818
|
+
}
|
|
4819
|
+
.#{$prefix}-number {
|
|
4820
|
+
margin-left: 8px;
|
|
4821
|
+
color: #2C385299;
|
|
4822
|
+
&.#{$prefix}-number.on-tint {
|
|
4823
|
+
color: $text-neutral-ontint;
|
|
4824
|
+
}
|
|
4825
|
+
}
|
|
4826
|
+
&.eagle-legend-blue {
|
|
4827
|
+
.#{$prefix}-icon {
|
|
4828
|
+
background-color: $fill-outstanding-base;
|
|
4829
|
+
}
|
|
4830
|
+
}
|
|
4831
|
+
&.eagle-legend-red {
|
|
4832
|
+
.#{$prefix}-icon {
|
|
4833
|
+
background-color: $fill-serious-base;
|
|
4834
|
+
}
|
|
4835
|
+
}
|
|
4836
|
+
&.eagle-legend-yellow {
|
|
4837
|
+
.#{$prefix}-icon {
|
|
4838
|
+
background-color: $fill-notice-base;
|
|
4913
4839
|
}
|
|
4914
|
-
|
|
4915
|
-
|
|
4916
|
-
|
|
4917
|
-
|
|
4840
|
+
}
|
|
4841
|
+
&.eagle-legend-green {
|
|
4842
|
+
.#{$prefix}-icon {
|
|
4843
|
+
background-color: $fill-positive-base;
|
|
4918
4844
|
}
|
|
4919
|
-
|
|
4920
|
-
|
|
4921
|
-
|
|
4922
|
-
background: $
|
|
4845
|
+
}
|
|
4846
|
+
&.eagle-legend-gray {
|
|
4847
|
+
.#{$prefix}-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
4848
|
+
background-color: $gray-70;
|
|
4923
4849
|
}
|
|
4924
|
-
|
|
4925
|
-
|
|
4926
|
-
|
|
4927
|
-
|
|
4928
|
-
overflow: hidden;
|
|
4929
|
-
text-overflow: ellipsis;
|
|
4930
|
-
white-space: nowrap;
|
|
4850
|
+
}
|
|
4851
|
+
&.eagle-legend-purple {
|
|
4852
|
+
.#{$prefix}-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
4853
|
+
background-color: $purple-50;
|
|
4931
4854
|
}
|
|
4932
4855
|
}
|
|
4933
4856
|
}
|
|
4934
4857
|
}
|
|
4935
4858
|
|
|
4936
|
-
.
|
|
4937
|
-
|
|
4938
|
-
|
|
4939
|
-
|
|
4940
|
-
|
|
4941
|
-
|
|
4859
|
+
.E_s1qj66nc {
|
|
4860
|
+
width: 8px;
|
|
4861
|
+
height: 8px;
|
|
4862
|
+
border-radius: 50%;
|
|
4863
|
+
display: inline-block;
|
|
4864
|
+
}
|
|
4942
4865
|
|
|
4943
|
-
|
|
4944
|
-
|
|
4945
|
-
|
|
4946
|
-
|
|
4866
|
+
.E_s5x1boq {
|
|
4867
|
+
width: 8px;
|
|
4868
|
+
height: 8px;
|
|
4869
|
+
border-radius: 2px;
|
|
4870
|
+
display: inline-block;
|
|
4947
4871
|
}
|
|
4948
4872
|
|
|
4873
|
+
.E_c1xm185 {
|
|
4874
|
+
color: #2C385299;
|
|
4875
|
+
}
|
|
4949
4876
|
|
|
4950
|
-
.
|
|
4951
|
-
|
|
4952
|
-
|
|
4953
|
-
}
|
|
4877
|
+
.E_c1x5l5qc {
|
|
4878
|
+
flex: 1;
|
|
4879
|
+
}
|
|
4954
4880
|
|
|
4955
|
-
.E_m140wbb6 {
|
|
4956
|
-
padding: 2px 8px;
|
|
4957
|
-
height: 24px;
|
|
4958
|
-
}
|
|
4959
4881
|
|
|
4960
|
-
.
|
|
4961
|
-
|
|
4882
|
+
.E_lht19u8 {
|
|
4883
|
+
width: 64px;
|
|
4884
|
+
height: 64px;
|
|
4885
|
+
display: flex;
|
|
4886
|
+
align-items: center;
|
|
4887
|
+
justify-content: center;
|
|
4888
|
+
position: relative;
|
|
4889
|
+
opacity: 0.2;
|
|
4962
4890
|
}
|
|
4963
4891
|
|
|
4964
|
-
.
|
|
4965
|
-
|
|
4966
|
-
|
|
4967
|
-
|
|
4892
|
+
.E_lk3gkp4 {
|
|
4893
|
+
position: absolute;
|
|
4894
|
+
width: 5px;
|
|
4895
|
+
height: 48px;
|
|
4896
|
+
left: 9.33px;
|
|
4897
|
+
top: 40.5px;
|
|
4968
4898
|
|
|
4969
|
-
.
|
|
4970
|
-
|
|
4971
|
-
|
|
4972
|
-
|
|
4973
|
-
background-color: $fill-neutral-trans-1;
|
|
4974
|
-
border: 1px solid $stroke-neutral-trans-2;
|
|
4975
|
-
word-break: break-all;
|
|
4976
|
-
display: inline;
|
|
4977
|
-
white-space: normal;
|
|
4978
|
-
}
|
|
4979
|
-
}
|
|
4899
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4900
|
+
border-radius: 5px;
|
|
4901
|
+
transform: rotate(-128deg);
|
|
4902
|
+
transform-origin: top left;
|
|
4980
4903
|
|
|
4904
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
4905
|
+
}
|
|
4981
4906
|
|
|
4982
|
-
.
|
|
4983
|
-
|
|
4984
|
-
|
|
4985
|
-
|
|
4986
|
-
|
|
4987
|
-
|
|
4907
|
+
.E_ll4n94n {
|
|
4908
|
+
position: absolute;
|
|
4909
|
+
width: 5px;
|
|
4910
|
+
height: 48px;
|
|
4911
|
+
left: 40.8px;
|
|
4912
|
+
top: 8.4px;
|
|
4988
4913
|
|
|
4989
|
-
|
|
4990
|
-
|
|
4991
|
-
|
|
4992
|
-
|
|
4993
|
-
border-radius: 2px;
|
|
4994
|
-
}
|
|
4995
|
-
.checkbox-loading {
|
|
4996
|
-
width: 16px;
|
|
4997
|
-
}
|
|
4998
|
-
.td-loading {
|
|
4999
|
-
flex: 1;
|
|
5000
|
-
}
|
|
5001
|
-
}
|
|
4914
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4915
|
+
border-radius: 5px;
|
|
4916
|
+
transform: rotate(-8deg);
|
|
4917
|
+
transform-origin: top left;
|
|
5002
4918
|
|
|
5003
|
-
:
|
|
5004
|
-
padding: 8px 4px;
|
|
5005
|
-
> * {
|
|
5006
|
-
background: rgba($gray-70, 0.18);
|
|
5007
|
-
}
|
|
5008
|
-
}
|
|
5009
|
-
:nth-child(1) {
|
|
5010
|
-
> * {
|
|
5011
|
-
background: rgba($gray-60, 0.18);
|
|
5012
|
-
}
|
|
5013
|
-
}
|
|
4919
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
5014
4920
|
}
|
|
5015
4921
|
|
|
4922
|
+
.E_l17lbdo6 {
|
|
4923
|
+
position: absolute;
|
|
4924
|
+
width: 5px;
|
|
4925
|
+
height: 48px;
|
|
4926
|
+
left: 52.9px;
|
|
4927
|
+
top: 51.8px;
|
|
4928
|
+
|
|
4929
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4930
|
+
border-radius: 5px;
|
|
4931
|
+
transform: rotate(112deg);
|
|
4932
|
+
transform-origin: top left;
|
|
5016
4933
|
|
|
5017
|
-
|
|
5018
|
-
margin-right: 4px;
|
|
5019
|
-
height: 16px;
|
|
4934
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
5020
4935
|
}
|
|
5021
4936
|
|
|
5022
4937
|
|
|
@@ -5467,13 +5382,98 @@
|
|
|
5467
5382
|
display: inline;
|
|
5468
5383
|
}
|
|
5469
5384
|
}
|
|
5470
|
-
}
|
|
5471
|
-
|
|
5472
|
-
.E_d77i8u0 {
|
|
5473
|
-
width: 24px;
|
|
5474
|
-
height: 24px;
|
|
5475
|
-
padding: 4px;
|
|
5476
|
-
margin-right: 8px;
|
|
5385
|
+
}
|
|
5386
|
+
|
|
5387
|
+
.E_d77i8u0 {
|
|
5388
|
+
width: 24px;
|
|
5389
|
+
height: 24px;
|
|
5390
|
+
padding: 4px;
|
|
5391
|
+
margin-right: 8px;
|
|
5392
|
+
}
|
|
5393
|
+
|
|
5394
|
+
|
|
5395
|
+
.E_i1g85yz3 {
|
|
5396
|
+
margin-right: 4px;
|
|
5397
|
+
height: 16px;
|
|
5398
|
+
}
|
|
5399
|
+
|
|
5400
|
+
|
|
5401
|
+
.E_slr2ynn {
|
|
5402
|
+
padding: 0 8px;
|
|
5403
|
+
height: 18px;
|
|
5404
|
+
}
|
|
5405
|
+
|
|
5406
|
+
.E_m140wbb6 {
|
|
5407
|
+
padding: 2px 8px;
|
|
5408
|
+
height: 24px;
|
|
5409
|
+
}
|
|
5410
|
+
|
|
5411
|
+
.E_t1fozc1i {
|
|
5412
|
+
margin: 0;
|
|
5413
|
+
}
|
|
5414
|
+
|
|
5415
|
+
.E_i1vxv4ln {
|
|
5416
|
+
margin-right: 4px;
|
|
5417
|
+
height: 16px;
|
|
5418
|
+
}
|
|
5419
|
+
|
|
5420
|
+
.E_n1afl31m {
|
|
5421
|
+
&.ant-tag.ant-tag-gray {
|
|
5422
|
+
font-weight: 700;
|
|
5423
|
+
color: $text-neutral-primary;
|
|
5424
|
+
background-color: $fill-neutral-trans-1;
|
|
5425
|
+
border: 1px solid $stroke-neutral-trans-2;
|
|
5426
|
+
word-break: break-all;
|
|
5427
|
+
display: inline;
|
|
5428
|
+
white-space: normal;
|
|
5429
|
+
}
|
|
5430
|
+
}
|
|
5431
|
+
|
|
5432
|
+
|
|
5433
|
+
.E_w7ob4th {
|
|
5434
|
+
&.outside-tag {
|
|
5435
|
+
padding-left: 0;
|
|
5436
|
+
.inside-tag {
|
|
5437
|
+
border-radius: 4px 0 0 4px;
|
|
5438
|
+
padding-right: 4px;
|
|
5439
|
+
margin-right: 4px;
|
|
5440
|
+
}
|
|
5441
|
+
}
|
|
5442
|
+
}
|
|
5443
|
+
|
|
5444
|
+
|
|
5445
|
+
.E_t13ef470 {
|
|
5446
|
+
height: 100%;
|
|
5447
|
+
.table-loading-item {
|
|
5448
|
+
padding: 12px 4px;
|
|
5449
|
+
border-bottom: 1px solid rgba($gray-50, 0.18);
|
|
5450
|
+
display: flex;
|
|
5451
|
+
|
|
5452
|
+
> * {
|
|
5453
|
+
height: 16px;
|
|
5454
|
+
margin: 4px;
|
|
5455
|
+
background: rgba($gray-50, 0.18);
|
|
5456
|
+
border-radius: 2px;
|
|
5457
|
+
}
|
|
5458
|
+
.checkbox-loading {
|
|
5459
|
+
width: 16px;
|
|
5460
|
+
}
|
|
5461
|
+
.td-loading {
|
|
5462
|
+
flex: 1;
|
|
5463
|
+
}
|
|
5464
|
+
}
|
|
5465
|
+
|
|
5466
|
+
:nth-child(1) {
|
|
5467
|
+
padding: 8px 4px;
|
|
5468
|
+
> * {
|
|
5469
|
+
background: rgba($gray-70, 0.18);
|
|
5470
|
+
}
|
|
5471
|
+
}
|
|
5472
|
+
:nth-child(1) {
|
|
5473
|
+
> * {
|
|
5474
|
+
background: rgba($gray-60, 0.18);
|
|
5475
|
+
}
|
|
5476
|
+
}
|
|
5477
5477
|
}
|
|
5478
5478
|
|
|
5479
5479
|
|
|
@@ -5984,80 +5984,6 @@
|
|
|
5984
5984
|
}
|
|
5985
5985
|
|
|
5986
5986
|
|
|
5987
|
-
.E_s20iney {
|
|
5988
|
-
&.skeleton-box {
|
|
5989
|
-
display: flex;
|
|
5990
|
-
align-items: center;
|
|
5991
|
-
justify-content: center;
|
|
5992
|
-
position: relative;
|
|
5993
|
-
border-radius: 2px;
|
|
5994
|
-
background: #E1E6F199;
|
|
5995
|
-
overflow: hidden;
|
|
5996
|
-
|
|
5997
|
-
& > .skeleton-shimmer {
|
|
5998
|
-
width: 200%;
|
|
5999
|
-
height: 200%;
|
|
6000
|
-
transform: rotate(15deg);
|
|
6001
|
-
position: absolute;
|
|
6002
|
-
top: -50%;
|
|
6003
|
-
flex-shrink: 0;
|
|
6004
|
-
opacity: 0.8;
|
|
6005
|
-
background: linear-gradient(
|
|
6006
|
-
90deg,
|
|
6007
|
-
rgba(255, 255, 255, 0) 15%,
|
|
6008
|
-
#FFFFFF99 50%,
|
|
6009
|
-
rgba(255, 255, 255, 0) 85%
|
|
6010
|
-
);
|
|
6011
|
-
|
|
6012
|
-
animation: shimmer 1100ms infinite;
|
|
6013
|
-
}
|
|
6014
|
-
|
|
6015
|
-
@keyframes shimmer { from { left: -120%; } to { left: 100%; } }
|
|
6016
|
-
}
|
|
6017
|
-
}
|
|
6018
|
-
|
|
6019
|
-
|
|
6020
|
-
.E_sqv6dmy {
|
|
6021
|
-
display: flex;
|
|
6022
|
-
justify-content: flex-end;
|
|
6023
|
-
}
|
|
6024
|
-
|
|
6025
|
-
.E_p1rm8wzb {
|
|
6026
|
-
margin-right: 8px;
|
|
6027
|
-
}
|
|
6028
|
-
|
|
6029
|
-
.E_sd7qcf4 {
|
|
6030
|
-
height: 100%;
|
|
6031
|
-
width: 100%;
|
|
6032
|
-
overflow: auto;
|
|
6033
|
-
}
|
|
6034
|
-
|
|
6035
|
-
.E_r1fxc9gq {
|
|
6036
|
-
&.right {
|
|
6037
|
-
overflow: auto;
|
|
6038
|
-
padding-right: 2px;
|
|
6039
|
-
width: calc(192px + 6px + 2px);
|
|
6040
|
-
height: fit-content;
|
|
6041
|
-
max-height: calc(
|
|
6042
|
-
100vh - var(--modal-to-viewport-margin) * 2 - var(--side-panel-margin-top) - var(
|
|
6043
|
-
--modal-body-padding-bottom
|
|
6044
|
-
) - var(--modal-footer-height)
|
|
6045
|
-
);
|
|
6046
|
-
scrollbar-gutter: stable;
|
|
6047
|
-
&::-webkit-scrollbar {
|
|
6048
|
-
width: 6px;
|
|
6049
|
-
}
|
|
6050
|
-
&::-webkit-scrollbar-track {
|
|
6051
|
-
background: #E1E6F199;
|
|
6052
|
-
}
|
|
6053
|
-
&::-webkit-scrollbar-thumb {
|
|
6054
|
-
background: #ACBAD399;
|
|
6055
|
-
border-radius: 8px;
|
|
6056
|
-
}
|
|
6057
|
-
}
|
|
6058
|
-
}
|
|
6059
|
-
|
|
6060
|
-
|
|
6061
5987
|
.E_icab5o7 {
|
|
6062
5988
|
--modal-to-viewport-margin: 10px;
|
|
6063
5989
|
--modal-body-padding-bottom: 40px;
|
|
@@ -6437,34 +6363,76 @@
|
|
|
6437
6363
|
}
|
|
6438
6364
|
|
|
6439
6365
|
|
|
6440
|
-
.
|
|
6441
|
-
|
|
6442
|
-
height: 100%;
|
|
6443
|
-
background: white;
|
|
6444
|
-
.table-loading-item {
|
|
6445
|
-
padding: 8px 4px;
|
|
6366
|
+
.E_s20iney {
|
|
6367
|
+
&.skeleton-box {
|
|
6446
6368
|
display: flex;
|
|
6447
6369
|
align-items: center;
|
|
6370
|
+
justify-content: center;
|
|
6371
|
+
position: relative;
|
|
6372
|
+
border-radius: 2px;
|
|
6373
|
+
background: #E1E6F199;
|
|
6374
|
+
overflow: hidden;
|
|
6448
6375
|
|
|
6449
|
-
>
|
|
6450
|
-
|
|
6451
|
-
|
|
6452
|
-
|
|
6453
|
-
|
|
6454
|
-
|
|
6455
|
-
|
|
6456
|
-
|
|
6457
|
-
|
|
6458
|
-
|
|
6459
|
-
|
|
6376
|
+
& > .skeleton-shimmer {
|
|
6377
|
+
width: 200%;
|
|
6378
|
+
height: 200%;
|
|
6379
|
+
transform: rotate(15deg);
|
|
6380
|
+
position: absolute;
|
|
6381
|
+
top: -50%;
|
|
6382
|
+
flex-shrink: 0;
|
|
6383
|
+
opacity: 0.8;
|
|
6384
|
+
background: linear-gradient(
|
|
6385
|
+
90deg,
|
|
6386
|
+
rgba(255, 255, 255, 0) 15%,
|
|
6387
|
+
#FFFFFF99 50%,
|
|
6388
|
+
rgba(255, 255, 255, 0) 85%
|
|
6389
|
+
);
|
|
6390
|
+
|
|
6391
|
+
animation: shimmer 1100ms infinite;
|
|
6460
6392
|
}
|
|
6393
|
+
|
|
6394
|
+
@keyframes shimmer { from { left: -120%; } to { left: 100%; } }
|
|
6461
6395
|
}
|
|
6396
|
+
}
|
|
6462
6397
|
|
|
6463
|
-
|
|
6464
|
-
|
|
6465
|
-
|
|
6398
|
+
|
|
6399
|
+
.E_sqv6dmy {
|
|
6400
|
+
display: flex;
|
|
6401
|
+
justify-content: flex-end;
|
|
6402
|
+
}
|
|
6403
|
+
|
|
6404
|
+
.E_p1rm8wzb {
|
|
6405
|
+
margin-right: 8px;
|
|
6406
|
+
}
|
|
6407
|
+
|
|
6408
|
+
.E_sd7qcf4 {
|
|
6409
|
+
height: 100%;
|
|
6410
|
+
width: 100%;
|
|
6411
|
+
overflow: auto;
|
|
6412
|
+
}
|
|
6413
|
+
|
|
6414
|
+
.E_r1fxc9gq {
|
|
6415
|
+
&.right {
|
|
6416
|
+
overflow: auto;
|
|
6417
|
+
padding-right: 2px;
|
|
6418
|
+
width: calc(192px + 6px + 2px);
|
|
6419
|
+
height: fit-content;
|
|
6420
|
+
max-height: calc(
|
|
6421
|
+
100vh - var(--modal-to-viewport-margin) * 2 - var(--side-panel-margin-top) - var(
|
|
6422
|
+
--modal-body-padding-bottom
|
|
6423
|
+
) - var(--modal-footer-height)
|
|
6424
|
+
);
|
|
6425
|
+
scrollbar-gutter: stable;
|
|
6426
|
+
&::-webkit-scrollbar {
|
|
6427
|
+
width: 6px;
|
|
6428
|
+
}
|
|
6429
|
+
&::-webkit-scrollbar-track {
|
|
6466
6430
|
background: #E1E6F199;
|
|
6467
6431
|
}
|
|
6432
|
+
&::-webkit-scrollbar-thumb {
|
|
6433
|
+
background: #ACBAD399;
|
|
6434
|
+
border-radius: 8px;
|
|
6435
|
+
}
|
|
6468
6436
|
}
|
|
6469
6437
|
}
|
|
6470
6438
|
|
|
@@ -6530,8 +6498,35 @@
|
|
|
6530
6498
|
}
|
|
6531
6499
|
|
|
6532
6500
|
|
|
6533
|
-
.
|
|
6534
|
-
|
|
6501
|
+
.E_t1g36k2w {
|
|
6502
|
+
overflow: hidden;
|
|
6503
|
+
height: 100%;
|
|
6504
|
+
background: white;
|
|
6505
|
+
.table-loading-item {
|
|
6506
|
+
padding: 8px 4px;
|
|
6507
|
+
display: flex;
|
|
6508
|
+
align-items: center;
|
|
6509
|
+
|
|
6510
|
+
> * {
|
|
6511
|
+
height: 16px;
|
|
6512
|
+
margin: 4px;
|
|
6513
|
+
background: #EDF1FA99;
|
|
6514
|
+
border-radius: 2px;
|
|
6515
|
+
}
|
|
6516
|
+
.checkbox-loading {
|
|
6517
|
+
width: 16px;
|
|
6518
|
+
}
|
|
6519
|
+
.td-loading {
|
|
6520
|
+
flex: 1;
|
|
6521
|
+
}
|
|
6522
|
+
}
|
|
6523
|
+
|
|
6524
|
+
:nth-child(1) {
|
|
6525
|
+
padding: 8px 4px;
|
|
6526
|
+
> * {
|
|
6527
|
+
background: #E1E6F199;
|
|
6528
|
+
}
|
|
6529
|
+
}
|
|
6535
6530
|
}
|
|
6536
6531
|
|
|
6537
6532
|
|
|
@@ -6585,6 +6580,11 @@
|
|
|
6585
6580
|
}
|
|
6586
6581
|
|
|
6587
6582
|
|
|
6583
|
+
.E_t1616y1o {
|
|
6584
|
+
color: $text-light-on-tint;
|
|
6585
|
+
}
|
|
6586
|
+
|
|
6587
|
+
|
|
6588
6588
|
.E_a9y3flr {
|
|
6589
6589
|
margin-left: 8px;
|
|
6590
6590
|
}
|
|
@@ -6637,12 +6637,67 @@
|
|
|
6637
6637
|
color: var(--i14c7jc8-0);
|
|
6638
6638
|
}
|
|
6639
6639
|
|
|
6640
|
-
.E_i1ibuolf {
|
|
6641
|
-
display: flex;
|
|
6642
|
-
align-items: center;
|
|
6643
|
-
column-gap: 4px;
|
|
6644
|
-
font-size: 12px;
|
|
6645
|
-
color: #2C3852BF;
|
|
6640
|
+
.E_i1ibuolf {
|
|
6641
|
+
display: flex;
|
|
6642
|
+
align-items: center;
|
|
6643
|
+
column-gap: 4px;
|
|
6644
|
+
font-size: 12px;
|
|
6645
|
+
color: #2C3852BF;
|
|
6646
|
+
}
|
|
6647
|
+
|
|
6648
|
+
|
|
6649
|
+
.E_c18bcrac {
|
|
6650
|
+
display: inline-block;
|
|
6651
|
+
width: 100%;
|
|
6652
|
+
.recharts-wrapper {
|
|
6653
|
+
margin-left: 4px;
|
|
6654
|
+
}
|
|
6655
|
+
}
|
|
6656
|
+
|
|
6657
|
+
.E_cro7kg2 {
|
|
6658
|
+
padding: 4px;
|
|
6659
|
+
|
|
6660
|
+
.unit {
|
|
6661
|
+
color: white;
|
|
6662
|
+
}
|
|
6663
|
+
}
|
|
6664
|
+
|
|
6665
|
+
.E_c14wcxf0 {
|
|
6666
|
+
display: flex;
|
|
6667
|
+
justify-content: space-between;
|
|
6668
|
+
align-items: center;
|
|
6669
|
+
font-size: 13px;
|
|
6670
|
+
line-height: 24px;
|
|
6671
|
+
color: #cccccc;
|
|
6672
|
+
white-space: nowrap;
|
|
6673
|
+
|
|
6674
|
+
label {
|
|
6675
|
+
margin-right: 32px;
|
|
6676
|
+
}
|
|
6677
|
+
}
|
|
6678
|
+
|
|
6679
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
6680
|
+
font-weight: bold;
|
|
6681
|
+
color: white;
|
|
6682
|
+
}
|
|
6683
|
+
|
|
6684
|
+
.E_s11212zy {
|
|
6685
|
+
width: 8px;
|
|
6686
|
+
height: 8px;
|
|
6687
|
+
border-radius: 2px;
|
|
6688
|
+
display: inline-block;
|
|
6689
|
+
background: var(--s11212zy-0);
|
|
6690
|
+
border: 1px solid $fills-light-white;
|
|
6691
|
+
box-sizing: content-box;
|
|
6692
|
+
margin-right: 6px;
|
|
6693
|
+
}
|
|
6694
|
+
|
|
6695
|
+
.E_p1lyky6c {
|
|
6696
|
+
& > :first-child {
|
|
6697
|
+
font-weight: bold;
|
|
6698
|
+
color: white;
|
|
6699
|
+
margin-right: 4px;
|
|
6700
|
+
}
|
|
6646
6701
|
}
|
|
6647
6702
|
|
|
6648
6703
|
|
|
@@ -6734,71 +6789,37 @@
|
|
|
6734
6789
|
}
|
|
6735
6790
|
|
|
6736
6791
|
|
|
6737
|
-
.
|
|
6738
|
-
|
|
6739
|
-
width: 100%;
|
|
6740
|
-
.recharts-wrapper {
|
|
6741
|
-
margin-left: 4px;
|
|
6742
|
-
}
|
|
6743
|
-
}
|
|
6792
|
+
.E_gmyahx3 {
|
|
6793
|
+
cursor: pointer;
|
|
6744
6794
|
|
|
6745
|
-
.
|
|
6746
|
-
|
|
6795
|
+
.link-text {
|
|
6796
|
+
color: $text-light-tertiary;
|
|
6797
|
+
}
|
|
6747
6798
|
|
|
6748
|
-
.
|
|
6749
|
-
color:
|
|
6799
|
+
&:hover .link-text {
|
|
6800
|
+
color: $text-light-general;
|
|
6750
6801
|
}
|
|
6751
6802
|
}
|
|
6752
6803
|
|
|
6753
|
-
|
|
6804
|
+
|
|
6805
|
+
.E_n12mqh7z {
|
|
6754
6806
|
display: flex;
|
|
6755
|
-
justify-content: space-between;
|
|
6756
6807
|
align-items: center;
|
|
6757
|
-
font-size:
|
|
6758
|
-
line-height:
|
|
6759
|
-
color: #cccccc;
|
|
6760
|
-
white-space: nowrap;
|
|
6808
|
+
font-size: 12px;
|
|
6809
|
+
line-height: 18px;
|
|
6761
6810
|
|
|
6762
|
-
|
|
6763
|
-
margin-
|
|
6811
|
+
&:not(:last-child) {
|
|
6812
|
+
margin-bottom: 4px;
|
|
6764
6813
|
}
|
|
6765
6814
|
}
|
|
6766
6815
|
|
|
6767
|
-
.
|
|
6768
|
-
|
|
6769
|
-
color: white;
|
|
6770
|
-
}
|
|
6771
|
-
|
|
6772
|
-
.E_s11212zy {
|
|
6773
|
-
width: 8px;
|
|
6774
|
-
height: 8px;
|
|
6775
|
-
border-radius: 2px;
|
|
6776
|
-
display: inline-block;
|
|
6777
|
-
background: var(--s11212zy-0);
|
|
6778
|
-
border: 1px solid $fills-light-white;
|
|
6779
|
-
box-sizing: content-box;
|
|
6780
|
-
margin-right: 6px;
|
|
6781
|
-
}
|
|
6782
|
-
|
|
6783
|
-
.E_p1lyky6c {
|
|
6784
|
-
& > :first-child {
|
|
6785
|
-
font-weight: bold;
|
|
6786
|
-
color: white;
|
|
6787
|
-
margin-right: 4px;
|
|
6788
|
-
}
|
|
6816
|
+
.E_tf5bynu {
|
|
6817
|
+
margin: 0 3px;
|
|
6789
6818
|
}
|
|
6790
6819
|
|
|
6791
|
-
|
|
6792
|
-
|
|
6793
|
-
|
|
6794
|
-
|
|
6795
|
-
.link-text {
|
|
6796
|
-
color: $text-light-tertiary;
|
|
6797
|
-
}
|
|
6798
|
-
|
|
6799
|
-
&:hover .link-text {
|
|
6800
|
-
color: $text-light-general;
|
|
6801
|
-
}
|
|
6820
|
+
.E_tcckoz1 {
|
|
6821
|
+
max-height: 400px;
|
|
6822
|
+
overflow: auto;
|
|
6802
6823
|
}
|
|
6803
6824
|
|
|
6804
6825
|
|
|
@@ -6900,6 +6921,36 @@
|
|
|
6900
6921
|
}
|
|
6901
6922
|
|
|
6902
6923
|
|
|
6924
|
+
.E_ou7iq30 {
|
|
6925
|
+
overflow: hidden;
|
|
6926
|
+
text-overflow: ellipsis;
|
|
6927
|
+
}
|
|
6928
|
+
|
|
6929
|
+
.E_s1tui002 {
|
|
6930
|
+
white-space: nowrap;
|
|
6931
|
+
}
|
|
6932
|
+
|
|
6933
|
+
.E_mxrc2zg {
|
|
6934
|
+
display: -webkit-box;
|
|
6935
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
6936
|
+
-webkit-box-orient: vertical;
|
|
6937
|
+
word-break: break-all;
|
|
6938
|
+
}
|
|
6939
|
+
|
|
6940
|
+
.E_t1vv6d68 {
|
|
6941
|
+
.ant-tooltip-arrow {
|
|
6942
|
+
display: none;
|
|
6943
|
+
}
|
|
6944
|
+
.ant-tooltip-inner {
|
|
6945
|
+
background: $gray-a80-9;
|
|
6946
|
+
border-radius: 4px;
|
|
6947
|
+
&:has(.eagle-ellipsis-content) {
|
|
6948
|
+
visibility: hidden;
|
|
6949
|
+
}
|
|
6950
|
+
}
|
|
6951
|
+
}
|
|
6952
|
+
|
|
6953
|
+
|
|
6903
6954
|
.E_c1up1pdz {
|
|
6904
6955
|
width: 648px;
|
|
6905
6956
|
|
|
@@ -7073,27 +7124,6 @@
|
|
|
7073
7124
|
}
|
|
7074
7125
|
|
|
7075
7126
|
|
|
7076
|
-
.E_n12mqh7z {
|
|
7077
|
-
display: flex;
|
|
7078
|
-
align-items: center;
|
|
7079
|
-
font-size: 12px;
|
|
7080
|
-
line-height: 18px;
|
|
7081
|
-
|
|
7082
|
-
&:not(:last-child) {
|
|
7083
|
-
margin-bottom: 4px;
|
|
7084
|
-
}
|
|
7085
|
-
}
|
|
7086
|
-
|
|
7087
|
-
.E_tf5bynu {
|
|
7088
|
-
margin: 0 3px;
|
|
7089
|
-
}
|
|
7090
|
-
|
|
7091
|
-
.E_tcckoz1 {
|
|
7092
|
-
max-height: 400px;
|
|
7093
|
-
overflow: auto;
|
|
7094
|
-
}
|
|
7095
|
-
|
|
7096
|
-
|
|
7097
7127
|
.E_t1sqg15u {
|
|
7098
7128
|
background: white;
|
|
7099
7129
|
|
|
@@ -7181,57 +7211,166 @@
|
|
|
7181
7211
|
height: auto;
|
|
7182
7212
|
}
|
|
7183
7213
|
|
|
7184
|
-
.content {
|
|
7214
|
+
.content {
|
|
7215
|
+
overflow: hidden;
|
|
7216
|
+
overflow-x: auto;
|
|
7217
|
+
width: 100%;
|
|
7218
|
+
white-space: pre-wrap;
|
|
7219
|
+
|
|
7220
|
+
.ant-btn {
|
|
7221
|
+
white-space: pre-wrap;
|
|
7222
|
+
text-align: left;
|
|
7223
|
+
}
|
|
7224
|
+
|
|
7225
|
+
.unit-chart {
|
|
7226
|
+
justify-content: flex-start;
|
|
7227
|
+
}
|
|
7228
|
+
}
|
|
7229
|
+
}
|
|
7230
|
+
|
|
7231
|
+
.E_rhz2uv5 {
|
|
7232
|
+
width: var(--rhz2uv5-0);
|
|
7233
|
+
flex-shrink: 0;
|
|
7234
|
+
color: $text-secondary-light;
|
|
7235
|
+
padding-right: 12px;
|
|
7236
|
+
}
|
|
7237
|
+
|
|
7238
|
+
|
|
7239
|
+
.E_s1at6qmn {
|
|
7240
|
+
&.ant-layout-sider {
|
|
7241
|
+
background: $backgrounds-light-grouped;
|
|
7242
|
+
padding: 32px 8px;
|
|
7243
|
+
overflow: auto;
|
|
7244
|
+
}
|
|
7245
|
+
|
|
7246
|
+
.ant-layout-sider-children {
|
|
7247
|
+
display: flex;
|
|
7248
|
+
flex-direction: column;
|
|
7249
|
+
justify-content: space-between;
|
|
7250
|
+
}
|
|
7251
|
+
|
|
7252
|
+
footer {
|
|
7253
|
+
display: flex;
|
|
7254
|
+
}
|
|
7255
|
+
|
|
7256
|
+
.ant-menu {
|
|
7257
|
+
background: $backgrounds-light-grouped;
|
|
7258
|
+
a {
|
|
7259
|
+
color: $text-light-primary;
|
|
7260
|
+
width: 180px;
|
|
7261
|
+
overflow: hidden;
|
|
7262
|
+
text-overflow: ellipsis;
|
|
7263
|
+
}
|
|
7264
|
+
}
|
|
7265
|
+
|
|
7266
|
+
.ant-menu-vertical {
|
|
7267
|
+
margin-bottom: 24px;
|
|
7268
|
+
|
|
7269
|
+
.ant-menu-item-group {
|
|
7270
|
+
.ant-menu-item {
|
|
7271
|
+
margin: 0;
|
|
7272
|
+
}
|
|
7273
|
+
.ant-menu-item-group-title {
|
|
7274
|
+
font-size: 12px;
|
|
7275
|
+
padding: 0 8px 4px;
|
|
7276
|
+
line-height: 18px;
|
|
7277
|
+
|
|
7278
|
+
&:empty {
|
|
7279
|
+
padding: 0;
|
|
7280
|
+
}
|
|
7281
|
+
}
|
|
7282
|
+
&:not(:last-child) {
|
|
7283
|
+
padding-bottom: 24px;
|
|
7284
|
+
&.split {
|
|
7285
|
+
margin-bottom: 24px;
|
|
7286
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
7287
|
+
}
|
|
7288
|
+
}
|
|
7289
|
+
}
|
|
7290
|
+
|
|
7291
|
+
.ant-menu-item {
|
|
7292
|
+
transition: none;
|
|
7293
|
+
display: flex;
|
|
7294
|
+
align-items: center;
|
|
7295
|
+
height: 32px;
|
|
7296
|
+
line-height: 22px;
|
|
7297
|
+
padding: 0 8px;
|
|
7298
|
+
|
|
7299
|
+
> .icon-wrapper {
|
|
7300
|
+
margin-right: 12px;
|
|
7301
|
+
}
|
|
7302
|
+
|
|
7303
|
+
&:not(:last-child) {
|
|
7304
|
+
margin: 0;
|
|
7305
|
+
margin-bottom: 2px;
|
|
7306
|
+
}
|
|
7307
|
+
&.ant-menu-item-selected {
|
|
7308
|
+
background: $background-selected;
|
|
7309
|
+
box-shadow: $box-shadow-light-selected;
|
|
7310
|
+
border-radius: 6px;
|
|
7311
|
+
color: $text-light-on-tint;
|
|
7312
|
+
a {
|
|
7313
|
+
color: $text-light-on-tint;
|
|
7314
|
+
}
|
|
7315
|
+
}
|
|
7316
|
+
&:not(.ant-menu-item-selected) {
|
|
7317
|
+
&.ant-menu-item:hover,
|
|
7318
|
+
&.ant-menu-item-active {
|
|
7319
|
+
background: $background-onhover;
|
|
7320
|
+
box-shadow: $box-shadow-light-onhover;
|
|
7321
|
+
border-radius: 6px;
|
|
7322
|
+
}
|
|
7323
|
+
}
|
|
7324
|
+
}
|
|
7325
|
+
}
|
|
7326
|
+
}
|
|
7327
|
+
|
|
7328
|
+
.E_s1wu0lms {
|
|
7329
|
+
.ant-menu-item-group-title {
|
|
7330
|
+
white-space: nowrap;
|
|
7331
|
+
transition: all 0s;
|
|
7332
|
+
}
|
|
7333
|
+
|
|
7334
|
+
&.shrink {
|
|
7335
|
+
transition: all 0s;
|
|
7185
7336
|
overflow: hidden;
|
|
7186
|
-
overflow-x: auto;
|
|
7187
|
-
width: 100%;
|
|
7188
|
-
white-space: pre-wrap;
|
|
7189
7337
|
|
|
7190
|
-
.ant-
|
|
7191
|
-
|
|
7192
|
-
text-align: left;
|
|
7338
|
+
.ant-menu-item-group-title {
|
|
7339
|
+
visibility: hidden;
|
|
7193
7340
|
}
|
|
7194
7341
|
|
|
7195
|
-
.
|
|
7196
|
-
|
|
7342
|
+
.ant-menu-item {
|
|
7343
|
+
width: 36px;
|
|
7344
|
+
padding: 0 6px;
|
|
7197
7345
|
}
|
|
7198
7346
|
}
|
|
7199
7347
|
}
|
|
7200
7348
|
|
|
7201
|
-
.
|
|
7202
|
-
|
|
7203
|
-
|
|
7204
|
-
|
|
7205
|
-
padding-right: 12px;
|
|
7206
|
-
}
|
|
7207
|
-
|
|
7208
|
-
|
|
7209
|
-
.E_ou7iq30 {
|
|
7210
|
-
overflow: hidden;
|
|
7211
|
-
text-overflow: ellipsis;
|
|
7212
|
-
}
|
|
7349
|
+
.E_n1ugzfva {
|
|
7350
|
+
display: flex;
|
|
7351
|
+
place-items: center;
|
|
7352
|
+
width: 100% !important;
|
|
7213
7353
|
|
|
7214
|
-
|
|
7215
|
-
|
|
7216
|
-
|
|
7354
|
+
&[disabled] {
|
|
7355
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
7356
|
+
opacity: 1 !important;
|
|
7357
|
+
}
|
|
7217
7358
|
|
|
7218
|
-
|
|
7219
|
-
|
|
7220
|
-
|
|
7221
|
-
|
|
7222
|
-
word-break: break-all;
|
|
7223
|
-
}
|
|
7359
|
+
&.ant-btn {
|
|
7360
|
+
width: 100%;
|
|
7361
|
+
color: $text-light-primary;
|
|
7362
|
+
}
|
|
7224
7363
|
|
|
7225
|
-
.
|
|
7226
|
-
|
|
7227
|
-
display: none;
|
|
7364
|
+
.icon-wrapper {
|
|
7365
|
+
margin-right: 12px;
|
|
7228
7366
|
}
|
|
7229
|
-
|
|
7230
|
-
|
|
7231
|
-
|
|
7232
|
-
|
|
7233
|
-
|
|
7234
|
-
|
|
7367
|
+
|
|
7368
|
+
.link-title {
|
|
7369
|
+
flex: 1;
|
|
7370
|
+
overflow: hidden;
|
|
7371
|
+
white-space: nowrap;
|
|
7372
|
+
text-overflow: ellipsis;
|
|
7373
|
+
text-align: left;
|
|
7235
7374
|
}
|
|
7236
7375
|
}
|
|
7237
7376
|
|
|
@@ -7262,6 +7401,37 @@
|
|
|
7262
7401
|
}
|
|
7263
7402
|
|
|
7264
7403
|
|
|
7404
|
+
.E_u15heuvq {
|
|
7405
|
+
&.content {
|
|
7406
|
+
cursor: default !important;
|
|
7407
|
+
&.link {
|
|
7408
|
+
cursor: pointer !important;
|
|
7409
|
+
&:hover {
|
|
7410
|
+
color: $text-colorful-outstanding;
|
|
7411
|
+
}
|
|
7412
|
+
}
|
|
7413
|
+
&.black {
|
|
7414
|
+
color: $text-neutral-primary;
|
|
7415
|
+
}
|
|
7416
|
+
&.gray {
|
|
7417
|
+
color: $text-neutral-secondary;
|
|
7418
|
+
}
|
|
7419
|
+
}
|
|
7420
|
+
}
|
|
7421
|
+
|
|
7422
|
+
|
|
7423
|
+
.E_s1iv0tp1 {
|
|
7424
|
+
.enabled-switch {
|
|
7425
|
+
display: flex;
|
|
7426
|
+
align-items: center;
|
|
7427
|
+
}
|
|
7428
|
+
|
|
7429
|
+
.enabled-text {
|
|
7430
|
+
margin-right: 8px;
|
|
7431
|
+
}
|
|
7432
|
+
}
|
|
7433
|
+
|
|
7434
|
+
|
|
7265
7435
|
.E_t160l1cm {
|
|
7266
7436
|
display: flex;
|
|
7267
7437
|
flex-direction: column;
|
|
@@ -7530,172 +7700,76 @@
|
|
|
7530
7700
|
}
|
|
7531
7701
|
|
|
7532
7702
|
|
|
7533
|
-
.
|
|
7534
|
-
|
|
7535
|
-
|
|
7536
|
-
padding: 32px 8px;
|
|
7537
|
-
overflow: auto;
|
|
7538
|
-
}
|
|
7539
|
-
|
|
7540
|
-
.ant-layout-sider-children {
|
|
7541
|
-
display: flex;
|
|
7542
|
-
flex-direction: column;
|
|
7543
|
-
justify-content: space-between;
|
|
7544
|
-
}
|
|
7545
|
-
|
|
7546
|
-
footer {
|
|
7547
|
-
display: flex;
|
|
7548
|
-
}
|
|
7549
|
-
|
|
7550
|
-
.ant-menu {
|
|
7551
|
-
background: $backgrounds-light-grouped;
|
|
7552
|
-
a {
|
|
7553
|
-
color: $text-light-primary;
|
|
7554
|
-
width: 180px;
|
|
7555
|
-
overflow: hidden;
|
|
7556
|
-
text-overflow: ellipsis;
|
|
7557
|
-
}
|
|
7558
|
-
}
|
|
7559
|
-
|
|
7560
|
-
.ant-menu-vertical {
|
|
7561
|
-
margin-bottom: 24px;
|
|
7562
|
-
|
|
7563
|
-
.ant-menu-item-group {
|
|
7564
|
-
.ant-menu-item {
|
|
7565
|
-
margin: 0;
|
|
7566
|
-
}
|
|
7567
|
-
.ant-menu-item-group-title {
|
|
7568
|
-
font-size: 12px;
|
|
7569
|
-
padding: 0 8px 4px;
|
|
7570
|
-
line-height: 18px;
|
|
7571
|
-
|
|
7572
|
-
&:empty {
|
|
7573
|
-
padding: 0;
|
|
7574
|
-
}
|
|
7575
|
-
}
|
|
7576
|
-
&:not(:last-child) {
|
|
7577
|
-
padding-bottom: 24px;
|
|
7578
|
-
&.split {
|
|
7579
|
-
margin-bottom: 24px;
|
|
7580
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
7581
|
-
}
|
|
7582
|
-
}
|
|
7583
|
-
}
|
|
7584
|
-
|
|
7585
|
-
.ant-menu-item {
|
|
7586
|
-
transition: none;
|
|
7587
|
-
display: flex;
|
|
7588
|
-
align-items: center;
|
|
7589
|
-
height: 32px;
|
|
7590
|
-
line-height: 22px;
|
|
7591
|
-
padding: 0 8px;
|
|
7592
|
-
|
|
7593
|
-
> .icon-wrapper {
|
|
7594
|
-
margin-right: 12px;
|
|
7595
|
-
}
|
|
7596
|
-
|
|
7597
|
-
&:not(:last-child) {
|
|
7598
|
-
margin: 0;
|
|
7599
|
-
margin-bottom: 2px;
|
|
7600
|
-
}
|
|
7601
|
-
&.ant-menu-item-selected {
|
|
7602
|
-
background: $background-selected;
|
|
7603
|
-
box-shadow: $box-shadow-light-selected;
|
|
7604
|
-
border-radius: 6px;
|
|
7605
|
-
color: $text-light-on-tint;
|
|
7606
|
-
a {
|
|
7607
|
-
color: $text-light-on-tint;
|
|
7608
|
-
}
|
|
7609
|
-
}
|
|
7610
|
-
&:not(.ant-menu-item-selected) {
|
|
7611
|
-
&.ant-menu-item:hover,
|
|
7612
|
-
&.ant-menu-item-active {
|
|
7613
|
-
background: $background-onhover;
|
|
7614
|
-
box-shadow: $box-shadow-light-onhover;
|
|
7615
|
-
border-radius: 6px;
|
|
7616
|
-
}
|
|
7617
|
-
}
|
|
7618
|
-
}
|
|
7619
|
-
}
|
|
7620
|
-
}
|
|
7621
|
-
|
|
7622
|
-
.E_s1wu0lms {
|
|
7623
|
-
.ant-menu-item-group-title {
|
|
7624
|
-
white-space: nowrap;
|
|
7625
|
-
transition: all 0s;
|
|
7626
|
-
}
|
|
7627
|
-
|
|
7628
|
-
&.shrink {
|
|
7629
|
-
transition: all 0s;
|
|
7630
|
-
overflow: hidden;
|
|
7631
|
-
|
|
7632
|
-
.ant-menu-item-group-title {
|
|
7633
|
-
visibility: hidden;
|
|
7634
|
-
}
|
|
7635
|
-
|
|
7636
|
-
.ant-menu-item {
|
|
7637
|
-
width: 36px;
|
|
7638
|
-
padding: 0 6px;
|
|
7639
|
-
}
|
|
7703
|
+
.E_kr6am0s {
|
|
7704
|
+
.ant-modal-body {
|
|
7705
|
+
padding: 60px 128px;
|
|
7640
7706
|
}
|
|
7641
7707
|
}
|
|
7642
7708
|
|
|
7643
|
-
.
|
|
7709
|
+
.E_k1h3cl5q {
|
|
7644
7710
|
display: flex;
|
|
7645
|
-
|
|
7646
|
-
|
|
7647
|
-
|
|
7648
|
-
&[disabled] {
|
|
7649
|
-
color: rgba(0, 0, 0, 0.25) !important;
|
|
7650
|
-
opacity: 1 !important;
|
|
7651
|
-
}
|
|
7711
|
+
flex-direction: column;
|
|
7712
|
+
height: 100%;
|
|
7713
|
+
}
|
|
7652
7714
|
|
|
7653
|
-
|
|
7654
|
-
|
|
7655
|
-
|
|
7656
|
-
|
|
7715
|
+
.E_k1a6j97w {
|
|
7716
|
+
color: $gray-120;
|
|
7717
|
+
font-size: 32px !important;
|
|
7718
|
+
margin-bottom: 16px;
|
|
7719
|
+
}
|
|
7657
7720
|
|
|
7658
|
-
|
|
7659
|
-
|
|
7660
|
-
|
|
7721
|
+
.E_k1uim1fg {
|
|
7722
|
+
margin-bottom: 32px;
|
|
7723
|
+
color: $gray-120;
|
|
7724
|
+
}
|
|
7661
7725
|
|
|
7662
|
-
|
|
7663
|
-
|
|
7664
|
-
|
|
7665
|
-
|
|
7666
|
-
|
|
7667
|
-
|
|
7668
|
-
|
|
7726
|
+
.E_kobelzt {
|
|
7727
|
+
font-family:
|
|
7728
|
+
Roboto Mono,
|
|
7729
|
+
SFMono-Regular,
|
|
7730
|
+
SF Mono,
|
|
7731
|
+
Menlo,
|
|
7732
|
+
Consolas,
|
|
7733
|
+
Liberation Mono,
|
|
7734
|
+
monospace;
|
|
7735
|
+
min-height: 0;
|
|
7736
|
+
flex: 1;
|
|
7737
|
+
padding: 16px;
|
|
7738
|
+
background-color: $gray-80;
|
|
7739
|
+
color: $white;
|
|
7740
|
+
overflow: auto;
|
|
7741
|
+
max-width: 100%;
|
|
7742
|
+
min-height: 0;
|
|
7743
|
+
border-radius: 8px;
|
|
7744
|
+
white-space: pre-wrap;
|
|
7669
7745
|
}
|
|
7670
7746
|
|
|
7747
|
+
.E_kxzv3id {
|
|
7748
|
+
width: 100%;
|
|
7749
|
+
display: flex;
|
|
7750
|
+
justify-content: space-between;
|
|
7751
|
+
padding: 0 128px;
|
|
7752
|
+
}
|
|
7671
7753
|
|
|
7672
|
-
.
|
|
7673
|
-
|
|
7674
|
-
|
|
7675
|
-
|
|
7676
|
-
|
|
7677
|
-
|
|
7678
|
-
.enabled-text {
|
|
7679
|
-
margin-right: 8px;
|
|
7680
|
-
}
|
|
7754
|
+
.E_eld9lt {
|
|
7755
|
+
display: flex;
|
|
7756
|
+
flex-direction: column;
|
|
7757
|
+
justify-content: center;
|
|
7758
|
+
align-items: center;
|
|
7759
|
+
height: 100%;
|
|
7681
7760
|
}
|
|
7682
7761
|
|
|
7762
|
+
.E_e1505fqc {
|
|
7763
|
+
display: flex;
|
|
7764
|
+
flex-direction: column;
|
|
7765
|
+
align-items: center;
|
|
7683
7766
|
|
|
7684
|
-
.
|
|
7685
|
-
|
|
7686
|
-
|
|
7687
|
-
|
|
7688
|
-
|
|
7689
|
-
|
|
7690
|
-
color: $text-colorful-outstanding;
|
|
7691
|
-
}
|
|
7692
|
-
}
|
|
7693
|
-
&.black {
|
|
7694
|
-
color: $text-neutral-primary;
|
|
7695
|
-
}
|
|
7696
|
-
&.gray {
|
|
7697
|
-
color: $text-neutral-secondary;
|
|
7698
|
-
}
|
|
7767
|
+
.title {
|
|
7768
|
+
margin-bottom: 8px;
|
|
7769
|
+
background-clip: text;
|
|
7770
|
+
-webkit-background-clip: text;
|
|
7771
|
+
-webkit-text-fill-color: transparent;
|
|
7772
|
+
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
7699
7773
|
}
|
|
7700
7774
|
}
|
|
7701
7775
|
|
|
@@ -7778,13 +7852,6 @@
|
|
|
7778
7852
|
}
|
|
7779
7853
|
|
|
7780
7854
|
|
|
7781
|
-
.E_h1ol2wl7 {
|
|
7782
|
-
font-weight: bold;
|
|
7783
|
-
background-color: unset;
|
|
7784
|
-
padding: unset;
|
|
7785
|
-
}
|
|
7786
|
-
|
|
7787
|
-
|
|
7788
7855
|
.E_i5w779o {
|
|
7789
7856
|
padding: 8px 0;
|
|
7790
7857
|
|
|
@@ -7829,77 +7896,10 @@
|
|
|
7829
7896
|
}
|
|
7830
7897
|
|
|
7831
7898
|
|
|
7832
|
-
.
|
|
7833
|
-
|
|
7834
|
-
|
|
7835
|
-
|
|
7836
|
-
}
|
|
7837
|
-
|
|
7838
|
-
.E_k1h3cl5q {
|
|
7839
|
-
display: flex;
|
|
7840
|
-
flex-direction: column;
|
|
7841
|
-
height: 100%;
|
|
7842
|
-
}
|
|
7843
|
-
|
|
7844
|
-
.E_k1a6j97w {
|
|
7845
|
-
color: $gray-120;
|
|
7846
|
-
font-size: 32px !important;
|
|
7847
|
-
margin-bottom: 16px;
|
|
7848
|
-
}
|
|
7849
|
-
|
|
7850
|
-
.E_k1uim1fg {
|
|
7851
|
-
margin-bottom: 32px;
|
|
7852
|
-
color: $gray-120;
|
|
7853
|
-
}
|
|
7854
|
-
|
|
7855
|
-
.E_kobelzt {
|
|
7856
|
-
font-family:
|
|
7857
|
-
Roboto Mono,
|
|
7858
|
-
SFMono-Regular,
|
|
7859
|
-
SF Mono,
|
|
7860
|
-
Menlo,
|
|
7861
|
-
Consolas,
|
|
7862
|
-
Liberation Mono,
|
|
7863
|
-
monospace;
|
|
7864
|
-
min-height: 0;
|
|
7865
|
-
flex: 1;
|
|
7866
|
-
padding: 16px;
|
|
7867
|
-
background-color: $gray-80;
|
|
7868
|
-
color: $white;
|
|
7869
|
-
overflow: auto;
|
|
7870
|
-
max-width: 100%;
|
|
7871
|
-
min-height: 0;
|
|
7872
|
-
border-radius: 8px;
|
|
7873
|
-
white-space: pre-wrap;
|
|
7874
|
-
}
|
|
7875
|
-
|
|
7876
|
-
.E_kxzv3id {
|
|
7877
|
-
width: 100%;
|
|
7878
|
-
display: flex;
|
|
7879
|
-
justify-content: space-between;
|
|
7880
|
-
padding: 0 128px;
|
|
7881
|
-
}
|
|
7882
|
-
|
|
7883
|
-
.E_eld9lt {
|
|
7884
|
-
display: flex;
|
|
7885
|
-
flex-direction: column;
|
|
7886
|
-
justify-content: center;
|
|
7887
|
-
align-items: center;
|
|
7888
|
-
height: 100%;
|
|
7889
|
-
}
|
|
7890
|
-
|
|
7891
|
-
.E_e1505fqc {
|
|
7892
|
-
display: flex;
|
|
7893
|
-
flex-direction: column;
|
|
7894
|
-
align-items: center;
|
|
7895
|
-
|
|
7896
|
-
.title {
|
|
7897
|
-
margin-bottom: 8px;
|
|
7898
|
-
background-clip: text;
|
|
7899
|
-
-webkit-background-clip: text;
|
|
7900
|
-
-webkit-text-fill-color: transparent;
|
|
7901
|
-
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
7902
|
-
}
|
|
7899
|
+
.E_h1ol2wl7 {
|
|
7900
|
+
font-weight: bold;
|
|
7901
|
+
background-color: unset;
|
|
7902
|
+
padding: unset;
|
|
7903
7903
|
}
|
|
7904
7904
|
|
|
7905
7905
|
|
|
@@ -7921,6 +7921,57 @@
|
|
|
7921
7921
|
}
|
|
7922
7922
|
|
|
7923
7923
|
|
|
7924
|
+
.E_c14ouk5o {
|
|
7925
|
+
width: 100%;
|
|
7926
|
+
height: 100%;
|
|
7927
|
+
display: flex;
|
|
7928
|
+
font-size: 12px;
|
|
7929
|
+
line-height: 18px;
|
|
7930
|
+
padding: 8px 0;
|
|
7931
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
7932
|
+
|
|
7933
|
+
&:last-of-type {
|
|
7934
|
+
box-shadow: none;
|
|
7935
|
+
padding-bottom: 0;
|
|
7936
|
+
}
|
|
7937
|
+
&.collapsed {
|
|
7938
|
+
flex-direction: column;
|
|
7939
|
+
|
|
7940
|
+
.collapsed-content {
|
|
7941
|
+
display: flex;
|
|
7942
|
+
|
|
7943
|
+
> span {
|
|
7944
|
+
flex: 1;
|
|
7945
|
+
display: flex;
|
|
7946
|
+
justify-content: space-between;
|
|
7947
|
+
.ant-btn {
|
|
7948
|
+
height: auto;
|
|
7949
|
+
}
|
|
7950
|
+
}
|
|
7951
|
+
}
|
|
7952
|
+
.extra-content {
|
|
7953
|
+
margin-left: 162px;
|
|
7954
|
+
}
|
|
7955
|
+
}
|
|
7956
|
+
|
|
7957
|
+
.col-label {
|
|
7958
|
+
width: 216px;
|
|
7959
|
+
color: $text-secondary-light;
|
|
7960
|
+
margin-right: 12px;
|
|
7961
|
+
flex-shrink: 0;
|
|
7962
|
+
}
|
|
7963
|
+
|
|
7964
|
+
.col-content {
|
|
7965
|
+
color: $text-primary-light;
|
|
7966
|
+
|
|
7967
|
+
/* make btn link in info row have the same height as normal text */
|
|
7968
|
+
.ant-btn.ant-btn-link {
|
|
7969
|
+
height: auto;
|
|
7970
|
+
}
|
|
7971
|
+
}
|
|
7972
|
+
}
|
|
7973
|
+
|
|
7974
|
+
|
|
7924
7975
|
.E_c1kchka8 {
|
|
7925
7976
|
height: 100%;
|
|
7926
7977
|
width: 100%;
|
|
@@ -8520,6 +8571,16 @@
|
|
|
8520
8571
|
}
|
|
8521
8572
|
|
|
8522
8573
|
|
|
8574
|
+
.E_cevhqx7 {
|
|
8575
|
+
color: $text-light-primary;
|
|
8576
|
+
}
|
|
8577
|
+
|
|
8578
|
+
.E_snbqlt4 {
|
|
8579
|
+
margin-top: 8px;
|
|
8580
|
+
color: $text-light-secondary;
|
|
8581
|
+
}
|
|
8582
|
+
|
|
8583
|
+
|
|
8523
8584
|
.E_c1ss4prm {
|
|
8524
8585
|
color: $text-light-secondary;
|
|
8525
8586
|
&:is(ul, ol) {
|
|
@@ -8576,64 +8637,3 @@
|
|
|
8576
8637
|
margin: 16px 0;
|
|
8577
8638
|
}
|
|
8578
8639
|
|
|
8579
|
-
|
|
8580
|
-
.E_cevhqx7 {
|
|
8581
|
-
color: $text-light-primary;
|
|
8582
|
-
}
|
|
8583
|
-
|
|
8584
|
-
.E_snbqlt4 {
|
|
8585
|
-
margin-top: 8px;
|
|
8586
|
-
color: $text-light-secondary;
|
|
8587
|
-
}
|
|
8588
|
-
|
|
8589
|
-
|
|
8590
|
-
.E_c14ouk5o {
|
|
8591
|
-
width: 100%;
|
|
8592
|
-
height: 100%;
|
|
8593
|
-
display: flex;
|
|
8594
|
-
font-size: 12px;
|
|
8595
|
-
line-height: 18px;
|
|
8596
|
-
padding: 8px 0;
|
|
8597
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
8598
|
-
|
|
8599
|
-
&:last-of-type {
|
|
8600
|
-
box-shadow: none;
|
|
8601
|
-
padding-bottom: 0;
|
|
8602
|
-
}
|
|
8603
|
-
&.collapsed {
|
|
8604
|
-
flex-direction: column;
|
|
8605
|
-
|
|
8606
|
-
.collapsed-content {
|
|
8607
|
-
display: flex;
|
|
8608
|
-
|
|
8609
|
-
> span {
|
|
8610
|
-
flex: 1;
|
|
8611
|
-
display: flex;
|
|
8612
|
-
justify-content: space-between;
|
|
8613
|
-
.ant-btn {
|
|
8614
|
-
height: auto;
|
|
8615
|
-
}
|
|
8616
|
-
}
|
|
8617
|
-
}
|
|
8618
|
-
.extra-content {
|
|
8619
|
-
margin-left: 162px;
|
|
8620
|
-
}
|
|
8621
|
-
}
|
|
8622
|
-
|
|
8623
|
-
.col-label {
|
|
8624
|
-
width: 216px;
|
|
8625
|
-
color: $text-secondary-light;
|
|
8626
|
-
margin-right: 12px;
|
|
8627
|
-
flex-shrink: 0;
|
|
8628
|
-
}
|
|
8629
|
-
|
|
8630
|
-
.col-content {
|
|
8631
|
-
color: $text-primary-light;
|
|
8632
|
-
|
|
8633
|
-
/* make btn link in info row have the same height as normal text */
|
|
8634
|
-
.ant-btn.ant-btn-link {
|
|
8635
|
-
height: auto;
|
|
8636
|
-
}
|
|
8637
|
-
}
|
|
8638
|
-
}
|
|
8639
|
-
|