@e1011/es-kit 1.1.68 → 1.1.70
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/hooks/esm/index.css +218 -218
- package/dist/hooks/index.css +218 -218
- package/dist/lib/tsconfig.tsbuildinfo +1 -1
- package/dist/utils/esm/index.css +218 -218
- package/dist/utils/index.css +218 -218
- package/package.json +1 -1
package/dist/hooks/esm/index.css
CHANGED
|
@@ -28,15 +28,6 @@
|
|
|
28
28
|
width: var(--height);
|
|
29
29
|
height: var(--width);
|
|
30
30
|
}
|
|
31
|
-
.errorBoundary-module_errorBoundary__gk9ps {
|
|
32
|
-
background: #EFEFEF;
|
|
33
|
-
width: 100%;
|
|
34
|
-
height: 100%;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.errorBoundary-module_StyledIcon__IYHiU {
|
|
38
|
-
margin-right: 10px;
|
|
39
|
-
}
|
|
40
31
|
.divider-module_divider-line__6CesR {
|
|
41
32
|
position: relative;
|
|
42
33
|
display: block;
|
|
@@ -56,38 +47,14 @@
|
|
|
56
47
|
height: var(--height);
|
|
57
48
|
margin: var(--margin);
|
|
58
49
|
}
|
|
59
|
-
.
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
}
|
|
64
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN {
|
|
65
|
-
transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out, max-height 0.2s ease-in-out;
|
|
66
|
-
will-change: opacity, height, max-height;
|
|
67
|
-
}
|
|
68
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_collapsed__q8fs8 {
|
|
69
|
-
height: 0;
|
|
70
|
-
max-height: 0;
|
|
71
|
-
opacity: 0;
|
|
72
|
-
}
|
|
73
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_expanded__O6Vh8 {
|
|
74
|
-
height: var(--prop-value);
|
|
75
|
-
max-height: var(--prop-value);
|
|
76
|
-
opacity: 1;
|
|
77
|
-
}
|
|
78
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI- {
|
|
79
|
-
transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out, max-width 0.2s ease-in-out;
|
|
80
|
-
will-change: opacity, width, max-width;
|
|
81
|
-
}
|
|
82
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_collapsed__q8fs8 {
|
|
83
|
-
width: 0;
|
|
84
|
-
max-width: 0;
|
|
85
|
-
opacity: 0;
|
|
50
|
+
.errorBoundary-module_errorBoundary__gk9ps {
|
|
51
|
+
background: #EFEFEF;
|
|
52
|
+
width: 100%;
|
|
53
|
+
height: 100%;
|
|
86
54
|
}
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
opacity: 1;
|
|
55
|
+
|
|
56
|
+
.errorBoundary-module_StyledIcon__IYHiU {
|
|
57
|
+
margin-right: 10px;
|
|
91
58
|
}
|
|
92
59
|
.field-module_field__UfKm3 {
|
|
93
60
|
opacity: 1;
|
|
@@ -163,6 +130,39 @@
|
|
|
163
130
|
.field-module_field__UfKm3 label {
|
|
164
131
|
text-align: left;
|
|
165
132
|
}
|
|
133
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm {
|
|
134
|
+
transform-origin: 0% 0%;
|
|
135
|
+
opacity: 0;
|
|
136
|
+
overflow: clip;
|
|
137
|
+
}
|
|
138
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN {
|
|
139
|
+
transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out, max-height 0.2s ease-in-out;
|
|
140
|
+
will-change: opacity, height, max-height;
|
|
141
|
+
}
|
|
142
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_collapsed__q8fs8 {
|
|
143
|
+
height: 0;
|
|
144
|
+
max-height: 0;
|
|
145
|
+
opacity: 0;
|
|
146
|
+
}
|
|
147
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_expanded__O6Vh8 {
|
|
148
|
+
height: var(--prop-value);
|
|
149
|
+
max-height: var(--prop-value);
|
|
150
|
+
opacity: 1;
|
|
151
|
+
}
|
|
152
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI- {
|
|
153
|
+
transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out, max-width 0.2s ease-in-out;
|
|
154
|
+
will-change: opacity, width, max-width;
|
|
155
|
+
}
|
|
156
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_collapsed__q8fs8 {
|
|
157
|
+
width: 0;
|
|
158
|
+
max-width: 0;
|
|
159
|
+
opacity: 0;
|
|
160
|
+
}
|
|
161
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_expanded__O6Vh8 {
|
|
162
|
+
width: var(--prop-value);
|
|
163
|
+
max-width: var(--prop-value);
|
|
164
|
+
opacity: 1;
|
|
165
|
+
}
|
|
166
166
|
.layoutBox-module_layout-box__ZIID8 {
|
|
167
167
|
display: flex;
|
|
168
168
|
position: relative;
|
|
@@ -230,18 +230,10 @@
|
|
|
230
230
|
stroke-dashoffset: -124;
|
|
231
231
|
}
|
|
232
232
|
}
|
|
233
|
-
.
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
display: flex;
|
|
238
|
-
width: 100%;
|
|
239
|
-
min-width: 0;
|
|
240
|
-
}
|
|
241
|
-
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
|
|
242
|
-
display: flex;
|
|
243
|
-
width: 100%;
|
|
244
|
-
min-width: 0;
|
|
233
|
+
.textAndContent-module_textAndContent__X5P1n {
|
|
234
|
+
align-items: baseline;
|
|
235
|
+
flex-shrink: 1;
|
|
236
|
+
gap: 8px;
|
|
245
237
|
}
|
|
246
238
|
:root {
|
|
247
239
|
--divider-line: #4a4b4b;
|
|
@@ -411,125 +403,6 @@
|
|
|
411
403
|
--divider-line: #4a4b4b;
|
|
412
404
|
}
|
|
413
405
|
|
|
414
|
-
.popup-module_overflow-hidden__uimg4, .popup-module_text-truncate__y-5c1 {
|
|
415
|
-
overflow: hidden !important;
|
|
416
|
-
}
|
|
417
|
-
|
|
418
|
-
.popup-module_text-nowrap__eDCv3, .popup-module_text-truncate__y-5c1 {
|
|
419
|
-
white-space: nowrap !important;
|
|
420
|
-
}
|
|
421
|
-
|
|
422
|
-
.popup-module_text-ellipsis__yu8nx, .popup-module_text-truncate__y-5c1 {
|
|
423
|
-
text-overflow: ellipsis !important;
|
|
424
|
-
}
|
|
425
|
-
|
|
426
|
-
.popup-module_popup-container__PJ0oQ {
|
|
427
|
-
--popup-width: 60vw;
|
|
428
|
-
--popup-height: 50vh;
|
|
429
|
-
position: fixed;
|
|
430
|
-
width: var(--popup-width);
|
|
431
|
-
height: var(--popup-height);
|
|
432
|
-
--slideXFrom: 0;
|
|
433
|
-
--slideYFrom: 0;
|
|
434
|
-
will-change: opacity;
|
|
435
|
-
transition: opacity 300ms ease-in-out;
|
|
436
|
-
opacity: 0;
|
|
437
|
-
visibility: hidden;
|
|
438
|
-
pointer-events: none;
|
|
439
|
-
}
|
|
440
|
-
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz {
|
|
441
|
-
position: relative;
|
|
442
|
-
flex-direction: column;
|
|
443
|
-
align-items: start;
|
|
444
|
-
width: 100%;
|
|
445
|
-
height: 100%;
|
|
446
|
-
overflow-x: clip;
|
|
447
|
-
background-color: #090A0A;
|
|
448
|
-
border-radius: 4px;
|
|
449
|
-
box-shadow: 0px 10px 20px 4px rgba(0, 0, 0, 0.15);
|
|
450
|
-
transition: transform 350ms ease-out;
|
|
451
|
-
will-change: transform;
|
|
452
|
-
transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
|
|
453
|
-
}
|
|
454
|
-
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz button {
|
|
455
|
-
margin-bottom: 0;
|
|
456
|
-
}
|
|
457
|
-
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx {
|
|
458
|
-
cursor: pointer;
|
|
459
|
-
line-height: 1px;
|
|
460
|
-
background-color: rgba(255, 255, 255, 0);
|
|
461
|
-
}
|
|
462
|
-
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx .icon-base {
|
|
463
|
-
background-color: #FDDA0D;
|
|
464
|
-
width: 9px !important;
|
|
465
|
-
height: 9px !important;
|
|
466
|
-
line-height: 1px !important;
|
|
467
|
-
}
|
|
468
|
-
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx:hover .icon-base {
|
|
469
|
-
background-color: #FFEA00;
|
|
470
|
-
}
|
|
471
|
-
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm {
|
|
472
|
-
width: 100%;
|
|
473
|
-
height: 100%;
|
|
474
|
-
padding: 24px;
|
|
475
|
-
overflow-y: auto;
|
|
476
|
-
display: flex;
|
|
477
|
-
}
|
|
478
|
-
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm > * {
|
|
479
|
-
overflow-y: auto;
|
|
480
|
-
}
|
|
481
|
-
.popup-module_popup-container__PJ0oQ[data-show] {
|
|
482
|
-
opacity: 1;
|
|
483
|
-
visibility: visible;
|
|
484
|
-
pointer-events: all;
|
|
485
|
-
}
|
|
486
|
-
.popup-module_popup-container__PJ0oQ[data-show] .popup-module_popup-container-inner__n83Cz {
|
|
487
|
-
transform: translateX(0) translateY(0);
|
|
488
|
-
}
|
|
489
|
-
.popup-module_popup-container__PJ0oQ[data-show=false] {
|
|
490
|
-
opacity: 0;
|
|
491
|
-
visibility: hidden;
|
|
492
|
-
pointer-events: none;
|
|
493
|
-
}
|
|
494
|
-
.popup-module_popup-container__PJ0oQ[data-show=false] .popup-module_popup-container-inner__n83Cz {
|
|
495
|
-
transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
|
|
496
|
-
}
|
|
497
|
-
|
|
498
|
-
.cui-theme-dark .popup-module_popup-container-inner__n83Cz {
|
|
499
|
-
background-color: #090A0A;
|
|
500
|
-
color: #F4F4F4;
|
|
501
|
-
}
|
|
502
|
-
.cui-theme-light .popup-module_popup-container-inner__n83Cz {
|
|
503
|
-
background-color: #090A0A;
|
|
504
|
-
color: #F4F4F4;
|
|
505
|
-
}
|
|
506
|
-
.popup-overlay-module_popup-modal-overlay__dlJqM {
|
|
507
|
-
z-index: 1;
|
|
508
|
-
position: fixed;
|
|
509
|
-
width: 100%;
|
|
510
|
-
height: 100%;
|
|
511
|
-
top: 0;
|
|
512
|
-
left: 0;
|
|
513
|
-
background: rgba(40, 80, 120, 0.8) !important;
|
|
514
|
-
pointer-events: all;
|
|
515
|
-
user-select: none;
|
|
516
|
-
will-change: opacity;
|
|
517
|
-
transition: opacity 450ms ease-in-out;
|
|
518
|
-
opacity: 0;
|
|
519
|
-
visibility: hidden;
|
|
520
|
-
}
|
|
521
|
-
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show] {
|
|
522
|
-
opacity: 1;
|
|
523
|
-
visibility: visible;
|
|
524
|
-
}
|
|
525
|
-
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show=false] {
|
|
526
|
-
opacity: 0;
|
|
527
|
-
visibility: hidden;
|
|
528
|
-
}
|
|
529
|
-
:root {
|
|
530
|
-
--divider-line: #4a4b4b;
|
|
531
|
-
}
|
|
532
|
-
|
|
533
406
|
.button-module_overflow-hidden__Vc5AU, .button-module_text-truncate__a89Bp {
|
|
534
407
|
overflow: hidden !important;
|
|
535
408
|
}
|
|
@@ -656,76 +529,137 @@
|
|
|
656
529
|
.cui-theme-light .button-module_button__NDMQS {
|
|
657
530
|
color: #090A0A;
|
|
658
531
|
}
|
|
532
|
+
.flowLayout-module_flowLayout__VHpnY {
|
|
533
|
+
overflow: auto;
|
|
534
|
+
}
|
|
535
|
+
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
|
|
536
|
+
display: flex;
|
|
537
|
+
width: 100%;
|
|
538
|
+
min-width: 0;
|
|
539
|
+
}
|
|
540
|
+
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
|
|
541
|
+
display: flex;
|
|
542
|
+
width: 100%;
|
|
543
|
+
min-width: 0;
|
|
544
|
+
}
|
|
659
545
|
:root {
|
|
660
546
|
--divider-line: #4a4b4b;
|
|
661
547
|
}
|
|
662
548
|
|
|
663
|
-
.
|
|
549
|
+
.popup-module_overflow-hidden__uimg4, .popup-module_text-truncate__y-5c1 {
|
|
664
550
|
overflow: hidden !important;
|
|
665
551
|
}
|
|
666
552
|
|
|
667
|
-
.
|
|
553
|
+
.popup-module_text-nowrap__eDCv3, .popup-module_text-truncate__y-5c1 {
|
|
668
554
|
white-space: nowrap !important;
|
|
669
555
|
}
|
|
670
556
|
|
|
671
|
-
.
|
|
557
|
+
.popup-module_text-ellipsis__yu8nx, .popup-module_text-truncate__y-5c1 {
|
|
672
558
|
text-overflow: ellipsis !important;
|
|
673
559
|
}
|
|
674
560
|
|
|
675
|
-
.
|
|
676
|
-
|
|
677
|
-
|
|
561
|
+
.popup-module_popup-container__PJ0oQ {
|
|
562
|
+
--popup-width: 60vw;
|
|
563
|
+
--popup-height: 50vh;
|
|
564
|
+
position: fixed;
|
|
565
|
+
width: var(--popup-width);
|
|
566
|
+
height: var(--popup-height);
|
|
567
|
+
--slideXFrom: 0;
|
|
568
|
+
--slideYFrom: 0;
|
|
569
|
+
will-change: opacity;
|
|
570
|
+
transition: opacity 300ms ease-in-out;
|
|
571
|
+
opacity: 0;
|
|
572
|
+
visibility: hidden;
|
|
573
|
+
pointer-events: none;
|
|
678
574
|
}
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
575
|
+
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz {
|
|
576
|
+
position: relative;
|
|
577
|
+
flex-direction: column;
|
|
578
|
+
align-items: start;
|
|
579
|
+
width: 100%;
|
|
580
|
+
height: 100%;
|
|
581
|
+
overflow-x: clip;
|
|
582
|
+
background-color: #090A0A;
|
|
583
|
+
border-radius: 4px;
|
|
584
|
+
box-shadow: 0px 10px 20px 4px rgba(0, 0, 0, 0.15);
|
|
585
|
+
transition: transform 350ms ease-out;
|
|
586
|
+
will-change: transform;
|
|
587
|
+
transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
|
|
683
588
|
}
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
font-size: 18px;
|
|
687
|
-
line-height: 24x;
|
|
589
|
+
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz button {
|
|
590
|
+
margin-bottom: 0;
|
|
688
591
|
}
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
font-weight: 300;
|
|
592
|
+
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx {
|
|
593
|
+
cursor: pointer;
|
|
594
|
+
line-height: 1px;
|
|
595
|
+
background-color: rgba(255, 255, 255, 0);
|
|
694
596
|
}
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
597
|
+
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx .icon-base {
|
|
598
|
+
background-color: #FDDA0D;
|
|
599
|
+
width: 9px !important;
|
|
600
|
+
height: 9px !important;
|
|
601
|
+
line-height: 1px !important;
|
|
698
602
|
}
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
font-weight: 600;
|
|
603
|
+
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx:hover .icon-base {
|
|
604
|
+
background-color: #FFEA00;
|
|
702
605
|
}
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
color: #65C5F6;
|
|
710
|
-
display: inline;
|
|
711
|
-
gap: 4px;
|
|
712
|
-
flex-grow: 0;
|
|
713
|
-
max-width: 400px;
|
|
714
|
-
position: relative;
|
|
715
|
-
vertical-align: center;
|
|
606
|
+
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm {
|
|
607
|
+
width: 100%;
|
|
608
|
+
height: 100%;
|
|
609
|
+
padding: 24px;
|
|
610
|
+
overflow-y: auto;
|
|
611
|
+
display: flex;
|
|
716
612
|
}
|
|
717
|
-
.
|
|
718
|
-
|
|
719
|
-
color: #65C5F6;
|
|
613
|
+
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm > * {
|
|
614
|
+
overflow-y: auto;
|
|
720
615
|
}
|
|
721
|
-
.
|
|
616
|
+
.popup-module_popup-container__PJ0oQ[data-show] {
|
|
617
|
+
opacity: 1;
|
|
618
|
+
visibility: visible;
|
|
619
|
+
pointer-events: all;
|
|
620
|
+
}
|
|
621
|
+
.popup-module_popup-container__PJ0oQ[data-show] .popup-module_popup-container-inner__n83Cz {
|
|
622
|
+
transform: translateX(0) translateY(0);
|
|
623
|
+
}
|
|
624
|
+
.popup-module_popup-container__PJ0oQ[data-show=false] {
|
|
625
|
+
opacity: 0;
|
|
626
|
+
visibility: hidden;
|
|
722
627
|
pointer-events: none;
|
|
723
|
-
opacity: 0.6;
|
|
724
628
|
}
|
|
725
|
-
.
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
629
|
+
.popup-module_popup-container__PJ0oQ[data-show=false] .popup-module_popup-container-inner__n83Cz {
|
|
630
|
+
transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
|
|
631
|
+
}
|
|
632
|
+
|
|
633
|
+
.cui-theme-dark .popup-module_popup-container-inner__n83Cz {
|
|
634
|
+
background-color: #090A0A;
|
|
635
|
+
color: #F4F4F4;
|
|
636
|
+
}
|
|
637
|
+
.cui-theme-light .popup-module_popup-container-inner__n83Cz {
|
|
638
|
+
background-color: #090A0A;
|
|
639
|
+
color: #F4F4F4;
|
|
640
|
+
}
|
|
641
|
+
.popup-overlay-module_popup-modal-overlay__dlJqM {
|
|
642
|
+
z-index: 1;
|
|
643
|
+
position: fixed;
|
|
644
|
+
width: 100%;
|
|
645
|
+
height: 100%;
|
|
646
|
+
top: 0;
|
|
647
|
+
left: 0;
|
|
648
|
+
background: rgba(40, 80, 120, 0.8) !important;
|
|
649
|
+
pointer-events: all;
|
|
650
|
+
user-select: none;
|
|
651
|
+
will-change: opacity;
|
|
652
|
+
transition: opacity 450ms ease-in-out;
|
|
653
|
+
opacity: 0;
|
|
654
|
+
visibility: hidden;
|
|
655
|
+
}
|
|
656
|
+
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show] {
|
|
657
|
+
opacity: 1;
|
|
658
|
+
visibility: visible;
|
|
659
|
+
}
|
|
660
|
+
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show=false] {
|
|
661
|
+
opacity: 0;
|
|
662
|
+
visibility: hidden;
|
|
729
663
|
}
|
|
730
664
|
:root {
|
|
731
665
|
--divider-line: #4a4b4b;
|
|
@@ -845,6 +779,72 @@
|
|
|
845
779
|
--divider-line: #4a4b4b;
|
|
846
780
|
}
|
|
847
781
|
|
|
782
|
+
.typography-module_overflow-hidden__UmQ-v, .typography-module_text-truncate__8MgV9 {
|
|
783
|
+
overflow: hidden !important;
|
|
784
|
+
}
|
|
785
|
+
|
|
786
|
+
.typography-module_text-nowrap__dt3uu, .typography-module_text-truncate__8MgV9 {
|
|
787
|
+
white-space: nowrap !important;
|
|
788
|
+
}
|
|
789
|
+
|
|
790
|
+
.typography-module_text-ellipsis__iyHeZ, .typography-module_text-truncate__8MgV9 {
|
|
791
|
+
text-overflow: ellipsis !important;
|
|
792
|
+
}
|
|
793
|
+
|
|
794
|
+
.typography-module_headline__b0XlP {
|
|
795
|
+
font-size: 28px;
|
|
796
|
+
line-height: 32px;
|
|
797
|
+
}
|
|
798
|
+
|
|
799
|
+
.typography-module_headlineSecondary__IDnhT {
|
|
800
|
+
font-size: 24px;
|
|
801
|
+
line-height: 28px;
|
|
802
|
+
}
|
|
803
|
+
|
|
804
|
+
.typography-module_headlineTertiary__mlG-v {
|
|
805
|
+
font-size: 18px;
|
|
806
|
+
line-height: 24x;
|
|
807
|
+
}
|
|
808
|
+
|
|
809
|
+
.typography-module_paragraph__tgBAx, .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY, .typography-module_paragraphSmall__vTMiI {
|
|
810
|
+
font-size: 14px;
|
|
811
|
+
line-height: 18px;
|
|
812
|
+
font-weight: 300;
|
|
813
|
+
}
|
|
814
|
+
|
|
815
|
+
.typography-module_paragraphSmall__vTMiI, .typography-module_paragraphBoldSmall__qExmY {
|
|
816
|
+
font-size: 12px;
|
|
817
|
+
}
|
|
818
|
+
|
|
819
|
+
.typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY {
|
|
820
|
+
font-weight: 600;
|
|
821
|
+
}
|
|
822
|
+
|
|
823
|
+
.typography-module_link__DWurf {
|
|
824
|
+
overflow: hidden !important;
|
|
825
|
+
white-space: nowrap !important;
|
|
826
|
+
text-overflow: ellipsis !important;
|
|
827
|
+
text-decoration: none;
|
|
828
|
+
color: #65C5F6;
|
|
829
|
+
display: inline;
|
|
830
|
+
gap: 4px;
|
|
831
|
+
flex-grow: 0;
|
|
832
|
+
max-width: 400px;
|
|
833
|
+
position: relative;
|
|
834
|
+
vertical-align: center;
|
|
835
|
+
}
|
|
836
|
+
.typography-module_link__DWurf:hover:not(.typography-module_disabled__hjK8C) {
|
|
837
|
+
text-decoration: underline;
|
|
838
|
+
color: #65C5F6;
|
|
839
|
+
}
|
|
840
|
+
.typography-module_link__DWurf.typography-module_disabled__hjK8C {
|
|
841
|
+
pointer-events: none;
|
|
842
|
+
opacity: 0.6;
|
|
843
|
+
}
|
|
844
|
+
:root {
|
|
845
|
+
--divider-line: #4a4b4b;
|
|
846
|
+
}
|
|
847
|
+
|
|
848
848
|
.toggle-module_overflow-hidden__NxfFx, .toggle-module_text-truncate__Wg-Jx {
|
|
849
849
|
overflow: hidden !important;
|
|
850
850
|
}
|