@e1011/es-kit 1.1.56 → 1.1.60
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 +410 -410
- package/dist/hooks/esm/src/core/hooks/index.js +1 -1
- package/dist/hooks/esm/src/core/hooks/useToggle2.js +2 -0
- package/dist/hooks/esm/src/core/hooks/useToggle2.js.map +1 -0
- package/dist/hooks/index.css +410 -410
- package/dist/hooks/src/core/hooks/index.js +1 -1
- package/dist/hooks/src/core/hooks/useToggle2.js +2 -0
- package/dist/hooks/src/core/hooks/useToggle2.js.map +1 -0
- package/dist/lib/cjs/node_modules/dayjs/plugin/customParseFormat.js +1 -1
- package/dist/lib/cjs/node_modules/dayjs/plugin/customParseFormat.js.map +1 -1
- package/dist/lib/cjs/src/core/hooks/useToggle2.js +2 -0
- package/dist/lib/cjs/src/core/hooks/useToggle2.js.map +1 -0
- package/dist/lib/cjs/src/core/ui/components/molecules/popover/Tooltip.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/molecules/popover/Tooltip.js.map +1 -1
- package/dist/lib/cjs/src/index.js +1 -1
- package/dist/lib/esm/node_modules/dayjs/plugin/customParseFormat.js +1 -1
- package/dist/lib/esm/node_modules/dayjs/plugin/customParseFormat.js.map +1 -1
- package/dist/lib/esm/src/core/hooks/useToggle2.js +2 -0
- package/dist/lib/esm/src/core/hooks/useToggle2.js.map +1 -0
- package/dist/lib/esm/src/core/ui/components/molecules/popover/Tooltip.js +1 -1
- package/dist/lib/esm/src/core/ui/components/molecules/popover/Tooltip.js.map +1 -1
- package/dist/lib/esm/src/index.js +1 -1
- package/dist/lib/tsconfig.tsbuildinfo +1 -1
- package/dist/types/src/core/hooks/index.d.ts +1 -0
- package/dist/types/src/core/hooks/index.d.ts.map +1 -1
- package/dist/types/src/core/hooks/useToggle2.d.ts +22 -0
- package/dist/types/src/core/hooks/useToggle2.d.ts.map +1 -0
- package/dist/types/src/core/ui/components/molecules/popover/Popover.stories.d.ts.map +1 -1
- package/dist/types/src/core/ui/components/molecules/popover/Tooltip.d.ts +23 -2
- package/dist/types/src/core/ui/components/molecules/popover/Tooltip.d.ts.map +1 -1
- package/dist/ui/esm/src/core/ui/components/molecules/popover/Tooltip.js +1 -1
- package/dist/ui/esm/src/core/ui/components/molecules/popover/Tooltip.js.map +1 -1
- package/dist/ui/src/core/ui/components/molecules/popover/Tooltip.js +1 -1
- package/dist/ui/src/core/ui/components/molecules/popover/Tooltip.js.map +1 -1
- package/dist/utils/esm/index.css +410 -410
- package/dist/utils/esm/node_modules/dayjs/plugin/customParseFormat.js +1 -1
- package/dist/utils/esm/node_modules/dayjs/plugin/customParseFormat.js.map +1 -1
- package/dist/utils/index.css +410 -410
- package/dist/utils/node_modules/dayjs/plugin/customParseFormat.js +1 -1
- package/dist/utils/node_modules/dayjs/plugin/customParseFormat.js.map +1 -1
- package/package.json +1 -1
package/dist/hooks/esm/index.css
CHANGED
|
@@ -28,67 +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
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm {
|
|
41
|
-
transform-origin: 0% 0%;
|
|
42
|
-
opacity: 0;
|
|
43
|
-
overflow: clip;
|
|
44
|
-
}
|
|
45
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN {
|
|
46
|
-
transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out, max-height 0.2s ease-in-out;
|
|
47
|
-
will-change: opacity, height, max-height;
|
|
48
|
-
}
|
|
49
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_collapsed__q8fs8 {
|
|
50
|
-
height: 0;
|
|
51
|
-
max-height: 0;
|
|
52
|
-
opacity: 0;
|
|
53
|
-
}
|
|
54
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_expanded__O6Vh8 {
|
|
55
|
-
height: var(--prop-value);
|
|
56
|
-
max-height: var(--prop-value);
|
|
57
|
-
opacity: 1;
|
|
58
|
-
}
|
|
59
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI- {
|
|
60
|
-
transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out, max-width 0.2s ease-in-out;
|
|
61
|
-
will-change: opacity, width, max-width;
|
|
62
|
-
}
|
|
63
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_collapsed__q8fs8 {
|
|
64
|
-
width: 0;
|
|
65
|
-
max-width: 0;
|
|
66
|
-
opacity: 0;
|
|
67
|
-
}
|
|
68
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_expanded__O6Vh8 {
|
|
69
|
-
width: var(--prop-value);
|
|
70
|
-
max-width: var(--prop-value);
|
|
71
|
-
opacity: 1;
|
|
72
|
-
}
|
|
73
|
-
.divider-module_divider-line__6CesR {
|
|
74
|
-
position: relative;
|
|
75
|
-
display: block;
|
|
76
|
-
transition: opacity, width, height 250ms ease-in-out;
|
|
77
|
-
background-color: var(--color);
|
|
78
|
-
opacity: var(--opacity);
|
|
79
|
-
}
|
|
80
|
-
.divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
|
|
81
|
-
height: var(--length);
|
|
82
|
-
left: var(--left);
|
|
83
|
-
width: var(--width);
|
|
84
|
-
margin: var(--margin);
|
|
85
|
-
}
|
|
86
|
-
.divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
|
|
87
|
-
width: var(--length);
|
|
88
|
-
left: var(--left);
|
|
89
|
-
height: var(--height);
|
|
90
|
-
margin: var(--margin);
|
|
91
|
-
}
|
|
92
31
|
.field-module_field__UfKm3 {
|
|
93
32
|
opacity: 1;
|
|
94
33
|
pointer-events: auto;
|
|
@@ -163,6 +102,67 @@
|
|
|
163
102
|
.field-module_field__UfKm3 label {
|
|
164
103
|
text-align: left;
|
|
165
104
|
}
|
|
105
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm {
|
|
106
|
+
transform-origin: 0% 0%;
|
|
107
|
+
opacity: 0;
|
|
108
|
+
overflow: clip;
|
|
109
|
+
}
|
|
110
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN {
|
|
111
|
+
transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out, max-height 0.2s ease-in-out;
|
|
112
|
+
will-change: opacity, height, max-height;
|
|
113
|
+
}
|
|
114
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_collapsed__q8fs8 {
|
|
115
|
+
height: 0;
|
|
116
|
+
max-height: 0;
|
|
117
|
+
opacity: 0;
|
|
118
|
+
}
|
|
119
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_expanded__O6Vh8 {
|
|
120
|
+
height: var(--prop-value);
|
|
121
|
+
max-height: var(--prop-value);
|
|
122
|
+
opacity: 1;
|
|
123
|
+
}
|
|
124
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI- {
|
|
125
|
+
transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out, max-width 0.2s ease-in-out;
|
|
126
|
+
will-change: opacity, width, max-width;
|
|
127
|
+
}
|
|
128
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_collapsed__q8fs8 {
|
|
129
|
+
width: 0;
|
|
130
|
+
max-width: 0;
|
|
131
|
+
opacity: 0;
|
|
132
|
+
}
|
|
133
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_expanded__O6Vh8 {
|
|
134
|
+
width: var(--prop-value);
|
|
135
|
+
max-width: var(--prop-value);
|
|
136
|
+
opacity: 1;
|
|
137
|
+
}
|
|
138
|
+
.errorBoundary-module_errorBoundary__gk9ps {
|
|
139
|
+
background: #EFEFEF;
|
|
140
|
+
width: 100%;
|
|
141
|
+
height: 100%;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.errorBoundary-module_StyledIcon__IYHiU {
|
|
145
|
+
margin-right: 10px;
|
|
146
|
+
}
|
|
147
|
+
.divider-module_divider-line__6CesR {
|
|
148
|
+
position: relative;
|
|
149
|
+
display: block;
|
|
150
|
+
transition: opacity, width, height 250ms ease-in-out;
|
|
151
|
+
background-color: var(--color);
|
|
152
|
+
opacity: var(--opacity);
|
|
153
|
+
}
|
|
154
|
+
.divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
|
|
155
|
+
height: var(--length);
|
|
156
|
+
left: var(--left);
|
|
157
|
+
width: var(--width);
|
|
158
|
+
margin: var(--margin);
|
|
159
|
+
}
|
|
160
|
+
.divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
|
|
161
|
+
width: var(--length);
|
|
162
|
+
left: var(--left);
|
|
163
|
+
height: var(--height);
|
|
164
|
+
margin: var(--margin);
|
|
165
|
+
}
|
|
166
166
|
.layoutBox-module_layout-box__ZIID8 {
|
|
167
167
|
display: flex;
|
|
168
168
|
position: relative;
|
|
@@ -230,6 +230,77 @@
|
|
|
230
230
|
stroke-dashoffset: -124;
|
|
231
231
|
}
|
|
232
232
|
}
|
|
233
|
+
.textAndContent-module_textAndContent__X5P1n {
|
|
234
|
+
align-items: baseline;
|
|
235
|
+
flex-shrink: 1;
|
|
236
|
+
gap: 8px;
|
|
237
|
+
}
|
|
238
|
+
:root {
|
|
239
|
+
--divider-line: #4a4b4b;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
.typography-module_overflow-hidden__UmQ-v, .typography-module_text-truncate__8MgV9 {
|
|
243
|
+
overflow: hidden !important;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
.typography-module_text-nowrap__dt3uu, .typography-module_text-truncate__8MgV9 {
|
|
247
|
+
white-space: nowrap !important;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
.typography-module_text-ellipsis__iyHeZ, .typography-module_text-truncate__8MgV9 {
|
|
251
|
+
text-overflow: ellipsis !important;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
.typography-module_headline__b0XlP {
|
|
255
|
+
font-size: 28px;
|
|
256
|
+
line-height: 32px;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
.typography-module_headlineSecondary__IDnhT {
|
|
260
|
+
font-size: 24px;
|
|
261
|
+
line-height: 28px;
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
.typography-module_headlineTertiary__mlG-v {
|
|
265
|
+
font-size: 18px;
|
|
266
|
+
line-height: 24x;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
.typography-module_paragraph__tgBAx, .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY, .typography-module_paragraphSmall__vTMiI {
|
|
270
|
+
font-size: 14px;
|
|
271
|
+
line-height: 18px;
|
|
272
|
+
font-weight: 300;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
.typography-module_paragraphSmall__vTMiI, .typography-module_paragraphBoldSmall__qExmY {
|
|
276
|
+
font-size: 12px;
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
.typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY {
|
|
280
|
+
font-weight: 600;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
.typography-module_link__DWurf {
|
|
284
|
+
overflow: hidden !important;
|
|
285
|
+
white-space: nowrap !important;
|
|
286
|
+
text-overflow: ellipsis !important;
|
|
287
|
+
text-decoration: none;
|
|
288
|
+
color: #65C5F6;
|
|
289
|
+
display: inline;
|
|
290
|
+
gap: 4px;
|
|
291
|
+
flex-grow: 0;
|
|
292
|
+
max-width: 400px;
|
|
293
|
+
position: relative;
|
|
294
|
+
vertical-align: center;
|
|
295
|
+
}
|
|
296
|
+
.typography-module_link__DWurf:hover:not(.typography-module_disabled__hjK8C) {
|
|
297
|
+
text-decoration: underline;
|
|
298
|
+
color: #65C5F6;
|
|
299
|
+
}
|
|
300
|
+
.typography-module_link__DWurf.typography-module_disabled__hjK8C {
|
|
301
|
+
pointer-events: none;
|
|
302
|
+
opacity: 0.6;
|
|
303
|
+
}
|
|
233
304
|
:root {
|
|
234
305
|
--divider-line: #4a4b4b;
|
|
235
306
|
}
|
|
@@ -348,42 +419,281 @@
|
|
|
348
419
|
--divider-line: #4a4b4b;
|
|
349
420
|
}
|
|
350
421
|
|
|
351
|
-
.
|
|
422
|
+
.popup-module_overflow-hidden__uimg4, .popup-module_text-truncate__y-5c1 {
|
|
352
423
|
overflow: hidden !important;
|
|
353
424
|
}
|
|
354
425
|
|
|
355
|
-
.
|
|
426
|
+
.popup-module_text-nowrap__eDCv3, .popup-module_text-truncate__y-5c1 {
|
|
356
427
|
white-space: nowrap !important;
|
|
357
428
|
}
|
|
358
429
|
|
|
359
|
-
.
|
|
430
|
+
.popup-module_text-ellipsis__yu8nx, .popup-module_text-truncate__y-5c1 {
|
|
360
431
|
text-overflow: ellipsis !important;
|
|
361
432
|
}
|
|
362
433
|
|
|
363
|
-
.
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
434
|
+
.popup-module_popup-container__PJ0oQ {
|
|
435
|
+
--popup-width: 60vw;
|
|
436
|
+
--popup-height: 50vh;
|
|
437
|
+
position: fixed;
|
|
438
|
+
width: var(--popup-width);
|
|
439
|
+
height: var(--popup-height);
|
|
440
|
+
--slideXFrom: 0;
|
|
441
|
+
--slideYFrom: 0;
|
|
442
|
+
will-change: opacity;
|
|
443
|
+
transition: opacity 300ms ease-in-out;
|
|
444
|
+
opacity: 0;
|
|
445
|
+
visibility: hidden;
|
|
446
|
+
pointer-events: none;
|
|
447
|
+
}
|
|
448
|
+
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz {
|
|
449
|
+
position: relative;
|
|
450
|
+
flex-direction: column;
|
|
451
|
+
align-items: start;
|
|
452
|
+
width: 100%;
|
|
453
|
+
height: 100%;
|
|
454
|
+
overflow-x: clip;
|
|
455
|
+
background-color: #090A0A;
|
|
370
456
|
border-radius: 4px;
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
457
|
+
box-shadow: 0px 10px 20px 4px rgba(0, 0, 0, 0.15);
|
|
458
|
+
transition: transform 350ms ease-out;
|
|
459
|
+
will-change: transform;
|
|
460
|
+
transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
|
|
374
461
|
}
|
|
375
|
-
.
|
|
376
|
-
|
|
462
|
+
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz button {
|
|
463
|
+
margin-bottom: 0;
|
|
377
464
|
}
|
|
378
|
-
.
|
|
379
|
-
|
|
465
|
+
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx {
|
|
466
|
+
cursor: pointer;
|
|
467
|
+
line-height: 1px;
|
|
468
|
+
background-color: rgba(255, 255, 255, 0);
|
|
380
469
|
}
|
|
381
|
-
.
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
470
|
+
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx .icon-base {
|
|
471
|
+
background-color: #FDDA0D;
|
|
472
|
+
width: 9px !important;
|
|
473
|
+
height: 9px !important;
|
|
474
|
+
line-height: 1px !important;
|
|
475
|
+
}
|
|
476
|
+
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx:hover .icon-base {
|
|
477
|
+
background-color: #FFEA00;
|
|
478
|
+
}
|
|
479
|
+
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm {
|
|
480
|
+
width: 100%;
|
|
481
|
+
height: 100%;
|
|
482
|
+
padding: 24px;
|
|
483
|
+
overflow-y: auto;
|
|
484
|
+
display: flex;
|
|
485
|
+
}
|
|
486
|
+
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm > * {
|
|
487
|
+
overflow-y: auto;
|
|
488
|
+
}
|
|
489
|
+
.popup-module_popup-container__PJ0oQ[data-show] {
|
|
490
|
+
opacity: 1;
|
|
491
|
+
visibility: visible;
|
|
492
|
+
pointer-events: all;
|
|
493
|
+
}
|
|
494
|
+
.popup-module_popup-container__PJ0oQ[data-show] .popup-module_popup-container-inner__n83Cz {
|
|
495
|
+
transform: translateX(0) translateY(0);
|
|
496
|
+
}
|
|
497
|
+
.popup-module_popup-container__PJ0oQ[data-show=false] {
|
|
498
|
+
opacity: 0;
|
|
499
|
+
visibility: hidden;
|
|
500
|
+
pointer-events: none;
|
|
501
|
+
}
|
|
502
|
+
.popup-module_popup-container__PJ0oQ[data-show=false] .popup-module_popup-container-inner__n83Cz {
|
|
503
|
+
transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
|
|
504
|
+
}
|
|
505
|
+
|
|
506
|
+
.cui-theme-dark .popup-module_popup-container-inner__n83Cz {
|
|
507
|
+
background-color: #090A0A;
|
|
508
|
+
color: #F4F4F4;
|
|
509
|
+
}
|
|
510
|
+
.cui-theme-light .popup-module_popup-container-inner__n83Cz {
|
|
511
|
+
background-color: #090A0A;
|
|
512
|
+
color: #F4F4F4;
|
|
513
|
+
}
|
|
514
|
+
.popup-overlay-module_popup-modal-overlay__dlJqM {
|
|
515
|
+
z-index: 1;
|
|
516
|
+
position: fixed;
|
|
517
|
+
width: 100%;
|
|
518
|
+
height: 100%;
|
|
519
|
+
top: 0;
|
|
520
|
+
left: 0;
|
|
521
|
+
background: rgba(40, 80, 120, 0.8) !important;
|
|
522
|
+
pointer-events: all;
|
|
523
|
+
user-select: none;
|
|
524
|
+
will-change: opacity;
|
|
525
|
+
transition: opacity 450ms ease-in-out;
|
|
526
|
+
opacity: 0;
|
|
527
|
+
visibility: hidden;
|
|
528
|
+
}
|
|
529
|
+
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show] {
|
|
530
|
+
opacity: 1;
|
|
531
|
+
visibility: visible;
|
|
532
|
+
}
|
|
533
|
+
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show=false] {
|
|
534
|
+
opacity: 0;
|
|
535
|
+
visibility: hidden;
|
|
536
|
+
}
|
|
537
|
+
:root {
|
|
538
|
+
--divider-line: #4a4b4b;
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
.toggle-module_overflow-hidden__NxfFx, .toggle-module_text-truncate__Wg-Jx {
|
|
542
|
+
overflow: hidden !important;
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
.toggle-module_text-nowrap__F9ld6, .toggle-module_text-truncate__Wg-Jx {
|
|
546
|
+
white-space: nowrap !important;
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
.toggle-module_text-ellipsis__ftYlg, .toggle-module_text-truncate__Wg-Jx {
|
|
550
|
+
text-overflow: ellipsis !important;
|
|
551
|
+
}
|
|
552
|
+
|
|
553
|
+
.toggle-module_toggle__p1Ep4 {
|
|
554
|
+
display: inline-block;
|
|
555
|
+
position: relative;
|
|
556
|
+
max-width: 48px;
|
|
557
|
+
max-height: 24px;
|
|
558
|
+
width: 48px;
|
|
559
|
+
height: 24px;
|
|
560
|
+
border-radius: 16px !important;
|
|
561
|
+
}
|
|
562
|
+
.toggle-module_toggle__p1Ep4 input {
|
|
563
|
+
opacity: 0;
|
|
564
|
+
width: 0;
|
|
565
|
+
height: 0;
|
|
566
|
+
}
|
|
567
|
+
.toggle-module_toggle__p1Ep4 .toggle-module_slider__2IVaG {
|
|
568
|
+
box-sizing: border-box;
|
|
569
|
+
position: absolute;
|
|
570
|
+
cursor: pointer;
|
|
571
|
+
width: 48px;
|
|
572
|
+
height: 24px;
|
|
573
|
+
top: 0;
|
|
574
|
+
left: 0;
|
|
575
|
+
right: 0;
|
|
576
|
+
bottom: 0;
|
|
577
|
+
background-color: transparent;
|
|
578
|
+
border: 1px solid #F4F4F4;
|
|
579
|
+
transition: transform, background-color 0.4s ease;
|
|
580
|
+
border-radius: 16px;
|
|
581
|
+
}
|
|
582
|
+
.toggle-module_toggle__p1Ep4 .toggle-module_slider__2IVaG:before {
|
|
583
|
+
position: absolute;
|
|
584
|
+
content: "";
|
|
585
|
+
height: 20px;
|
|
586
|
+
width: 20px;
|
|
587
|
+
left: 1px;
|
|
588
|
+
bottom: 1px;
|
|
589
|
+
background-color: #F4F4F4;
|
|
590
|
+
transition: transform 0.4s ease;
|
|
591
|
+
border-radius: 50%;
|
|
592
|
+
}
|
|
593
|
+
.toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG {
|
|
594
|
+
background-color: #282A2A;
|
|
595
|
+
border-color: #282A2A;
|
|
596
|
+
}
|
|
597
|
+
.toggle-module_toggle__p1Ep4 input:focus + .toggle-module_slider__2IVaG {
|
|
598
|
+
box-shadow: 0 0 1px 1px #282A2A;
|
|
599
|
+
}
|
|
600
|
+
.toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:before {
|
|
601
|
+
transform: translateX(24px);
|
|
602
|
+
}
|
|
603
|
+
.toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH {
|
|
604
|
+
opacity: 0.65;
|
|
605
|
+
}
|
|
606
|
+
.toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH input {
|
|
607
|
+
pointer-events: none;
|
|
608
|
+
}
|
|
609
|
+
.toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH .toggle-module_slider__2IVaG {
|
|
610
|
+
cursor: not-allowed;
|
|
611
|
+
}
|
|
612
|
+
.toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH .toggle-module_slider__2IVaG:after {
|
|
613
|
+
content: " ";
|
|
614
|
+
z-index: -1;
|
|
615
|
+
display: block;
|
|
616
|
+
position: absolute;
|
|
617
|
+
height: 100%;
|
|
618
|
+
top: 0;
|
|
619
|
+
left: 0;
|
|
620
|
+
right: 0;
|
|
621
|
+
}
|
|
622
|
+
|
|
623
|
+
.cui-theme-dark .toggle-module_toggle__p1Ep4 input:enabled + .toggle-module_slider__2IVaG:hover {
|
|
624
|
+
background-color: #003A4C;
|
|
625
|
+
}
|
|
626
|
+
.cui-theme-dark .toggle-module_toggle__p1Ep4 input:checked:enabled + .toggle-module_slider__2IVaG:hover {
|
|
627
|
+
background-color: #262828;
|
|
628
|
+
}
|
|
629
|
+
.cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG {
|
|
630
|
+
border-color: #202929;
|
|
631
|
+
}
|
|
632
|
+
.cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG:hover {
|
|
633
|
+
background-color: rgba(40, 42, 42, 0.05);
|
|
634
|
+
}
|
|
635
|
+
.cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG:before {
|
|
636
|
+
background-color: #282A2A;
|
|
637
|
+
}
|
|
638
|
+
.cui-theme-light .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:before {
|
|
639
|
+
background-color: #F4F4F4;
|
|
640
|
+
}
|
|
641
|
+
.cui-theme-light .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:hover {
|
|
642
|
+
background-color: #374646;
|
|
643
|
+
}
|
|
644
|
+
.flowLayout-module_flowLayout__VHpnY {
|
|
645
|
+
overflow: auto;
|
|
646
|
+
}
|
|
647
|
+
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
|
|
648
|
+
display: flex;
|
|
649
|
+
width: 100%;
|
|
650
|
+
min-width: 0;
|
|
651
|
+
}
|
|
652
|
+
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
|
|
653
|
+
display: flex;
|
|
654
|
+
width: 100%;
|
|
655
|
+
min-width: 0;
|
|
656
|
+
}
|
|
657
|
+
:root {
|
|
658
|
+
--divider-line: #4a4b4b;
|
|
659
|
+
}
|
|
660
|
+
|
|
661
|
+
.tag-module_overflow-hidden__wlxDI, .tag-module_text-truncate__xqW1- {
|
|
662
|
+
overflow: hidden !important;
|
|
663
|
+
}
|
|
664
|
+
|
|
665
|
+
.tag-module_text-nowrap__CHhhg, .tag-module_text-truncate__xqW1- {
|
|
666
|
+
white-space: nowrap !important;
|
|
667
|
+
}
|
|
668
|
+
|
|
669
|
+
.tag-module_text-ellipsis__UX32n, .tag-module_text-truncate__xqW1- {
|
|
670
|
+
text-overflow: ellipsis !important;
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
.tag-module_tag__rGA-E {
|
|
674
|
+
display: inline-flex;
|
|
675
|
+
flex-direction: row;
|
|
676
|
+
flex-shrink: 1;
|
|
677
|
+
padding: 4px 8px;
|
|
678
|
+
gap: 4px;
|
|
679
|
+
min-height: 18px;
|
|
680
|
+
border-radius: 4px;
|
|
681
|
+
border-width: 1px;
|
|
682
|
+
border-style: solid;
|
|
683
|
+
align-items: center;
|
|
684
|
+
}
|
|
685
|
+
.tag-module_tag__rGA-E .icon-base {
|
|
686
|
+
color: #E2E369 !important;
|
|
687
|
+
}
|
|
688
|
+
.tag-module_tag__rGA-E .tag-module_text__WpK6w {
|
|
689
|
+
white-space: nowrap;
|
|
690
|
+
}
|
|
691
|
+
.tag-module_tag__rGA-E.tag-module_in-table__cWTuJ {
|
|
692
|
+
justify-content: center;
|
|
693
|
+
align-items: center;
|
|
694
|
+
overflow: hidden !important;
|
|
695
|
+
white-space: nowrap !important;
|
|
696
|
+
text-overflow: ellipsis !important;
|
|
387
697
|
}
|
|
388
698
|
.tag-module_tag__rGA-E.tag-module_default__6cv6k {
|
|
389
699
|
background-color: #434747;
|
|
@@ -512,246 +822,32 @@
|
|
|
512
822
|
--divider-line: #4a4b4b;
|
|
513
823
|
}
|
|
514
824
|
|
|
515
|
-
.
|
|
825
|
+
.tooltip-module_overflow-hidden__YDzdx, .tooltip-module_text-truncate__CPvp3 {
|
|
516
826
|
overflow: hidden !important;
|
|
517
827
|
}
|
|
518
828
|
|
|
519
|
-
.
|
|
829
|
+
.tooltip-module_text-nowrap__g6kzP, .tooltip-module_text-truncate__CPvp3 {
|
|
520
830
|
white-space: nowrap !important;
|
|
521
831
|
}
|
|
522
832
|
|
|
523
|
-
.
|
|
833
|
+
.tooltip-module_text-ellipsis__AYivV, .tooltip-module_text-truncate__CPvp3 {
|
|
524
834
|
text-overflow: ellipsis !important;
|
|
525
835
|
}
|
|
526
836
|
|
|
527
|
-
.
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
837
|
+
.tooltip-module_popover-tooltip__sAhKa {
|
|
838
|
+
position: fixed;
|
|
839
|
+
z-index: 999;
|
|
840
|
+
will-change: opacity;
|
|
841
|
+
transition: opacity 450ms ease;
|
|
842
|
+
opacity: 0;
|
|
843
|
+
visibility: hidden;
|
|
844
|
+
border-radius: 4px;
|
|
845
|
+
background-color: #1B1D1D;
|
|
846
|
+
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
|
|
535
847
|
}
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
line-height: 24x;
|
|
540
|
-
}
|
|
541
|
-
|
|
542
|
-
.typography-module_paragraph__tgBAx, .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY, .typography-module_paragraphSmall__vTMiI {
|
|
543
|
-
font-size: 14px;
|
|
544
|
-
line-height: 18px;
|
|
545
|
-
font-weight: 300;
|
|
546
|
-
}
|
|
547
|
-
|
|
548
|
-
.typography-module_paragraphSmall__vTMiI, .typography-module_paragraphBoldSmall__qExmY {
|
|
549
|
-
font-size: 12px;
|
|
550
|
-
}
|
|
551
|
-
|
|
552
|
-
.typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY {
|
|
553
|
-
font-weight: 600;
|
|
554
|
-
}
|
|
555
|
-
|
|
556
|
-
.typography-module_link__DWurf {
|
|
557
|
-
overflow: hidden !important;
|
|
558
|
-
white-space: nowrap !important;
|
|
559
|
-
text-overflow: ellipsis !important;
|
|
560
|
-
text-decoration: none;
|
|
561
|
-
color: #65C5F6;
|
|
562
|
-
display: inline;
|
|
563
|
-
gap: 4px;
|
|
564
|
-
flex-grow: 0;
|
|
565
|
-
max-width: 400px;
|
|
566
|
-
position: relative;
|
|
567
|
-
vertical-align: center;
|
|
568
|
-
}
|
|
569
|
-
.typography-module_link__DWurf:hover:not(.typography-module_disabled__hjK8C) {
|
|
570
|
-
text-decoration: underline;
|
|
571
|
-
color: #65C5F6;
|
|
572
|
-
}
|
|
573
|
-
.typography-module_link__DWurf.typography-module_disabled__hjK8C {
|
|
574
|
-
pointer-events: none;
|
|
575
|
-
opacity: 0.6;
|
|
576
|
-
}
|
|
577
|
-
.textAndContent-module_textAndContent__X5P1n {
|
|
578
|
-
align-items: baseline;
|
|
579
|
-
flex-shrink: 1;
|
|
580
|
-
gap: 8px;
|
|
581
|
-
}
|
|
582
|
-
.flowLayout-module_flowLayout__VHpnY {
|
|
583
|
-
overflow: auto;
|
|
584
|
-
}
|
|
585
|
-
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
|
|
586
|
-
display: flex;
|
|
587
|
-
width: 100%;
|
|
588
|
-
min-width: 0;
|
|
589
|
-
}
|
|
590
|
-
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
|
|
591
|
-
display: flex;
|
|
592
|
-
width: 100%;
|
|
593
|
-
min-width: 0;
|
|
594
|
-
}
|
|
595
|
-
:root {
|
|
596
|
-
--divider-line: #4a4b4b;
|
|
597
|
-
}
|
|
598
|
-
|
|
599
|
-
.toggle-module_overflow-hidden__NxfFx, .toggle-module_text-truncate__Wg-Jx {
|
|
600
|
-
overflow: hidden !important;
|
|
601
|
-
}
|
|
602
|
-
|
|
603
|
-
.toggle-module_text-nowrap__F9ld6, .toggle-module_text-truncate__Wg-Jx {
|
|
604
|
-
white-space: nowrap !important;
|
|
605
|
-
}
|
|
606
|
-
|
|
607
|
-
.toggle-module_text-ellipsis__ftYlg, .toggle-module_text-truncate__Wg-Jx {
|
|
608
|
-
text-overflow: ellipsis !important;
|
|
609
|
-
}
|
|
610
|
-
|
|
611
|
-
.toggle-module_toggle__p1Ep4 {
|
|
612
|
-
display: inline-block;
|
|
613
|
-
position: relative;
|
|
614
|
-
max-width: 48px;
|
|
615
|
-
max-height: 24px;
|
|
616
|
-
width: 48px;
|
|
617
|
-
height: 24px;
|
|
618
|
-
border-radius: 16px !important;
|
|
619
|
-
}
|
|
620
|
-
.toggle-module_toggle__p1Ep4 input {
|
|
621
|
-
opacity: 0;
|
|
622
|
-
width: 0;
|
|
623
|
-
height: 0;
|
|
624
|
-
}
|
|
625
|
-
.toggle-module_toggle__p1Ep4 .toggle-module_slider__2IVaG {
|
|
626
|
-
box-sizing: border-box;
|
|
627
|
-
position: absolute;
|
|
628
|
-
cursor: pointer;
|
|
629
|
-
width: 48px;
|
|
630
|
-
height: 24px;
|
|
631
|
-
top: 0;
|
|
632
|
-
left: 0;
|
|
633
|
-
right: 0;
|
|
634
|
-
bottom: 0;
|
|
635
|
-
background-color: transparent;
|
|
636
|
-
border: 1px solid #F4F4F4;
|
|
637
|
-
transition: transform, background-color 0.4s ease;
|
|
638
|
-
border-radius: 16px;
|
|
639
|
-
}
|
|
640
|
-
.toggle-module_toggle__p1Ep4 .toggle-module_slider__2IVaG:before {
|
|
641
|
-
position: absolute;
|
|
642
|
-
content: "";
|
|
643
|
-
height: 20px;
|
|
644
|
-
width: 20px;
|
|
645
|
-
left: 1px;
|
|
646
|
-
bottom: 1px;
|
|
647
|
-
background-color: #F4F4F4;
|
|
648
|
-
transition: transform 0.4s ease;
|
|
649
|
-
border-radius: 50%;
|
|
650
|
-
}
|
|
651
|
-
.toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG {
|
|
652
|
-
background-color: #282A2A;
|
|
653
|
-
border-color: #282A2A;
|
|
654
|
-
}
|
|
655
|
-
.toggle-module_toggle__p1Ep4 input:focus + .toggle-module_slider__2IVaG {
|
|
656
|
-
box-shadow: 0 0 1px 1px #282A2A;
|
|
657
|
-
}
|
|
658
|
-
.toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:before {
|
|
659
|
-
transform: translateX(24px);
|
|
660
|
-
}
|
|
661
|
-
.toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH {
|
|
662
|
-
opacity: 0.65;
|
|
663
|
-
}
|
|
664
|
-
.toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH input {
|
|
665
|
-
pointer-events: none;
|
|
666
|
-
}
|
|
667
|
-
.toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH .toggle-module_slider__2IVaG {
|
|
668
|
-
cursor: not-allowed;
|
|
669
|
-
}
|
|
670
|
-
.toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH .toggle-module_slider__2IVaG:after {
|
|
671
|
-
content: " ";
|
|
672
|
-
z-index: -1;
|
|
673
|
-
display: block;
|
|
674
|
-
position: absolute;
|
|
675
|
-
height: 100%;
|
|
676
|
-
top: 0;
|
|
677
|
-
left: 0;
|
|
678
|
-
right: 0;
|
|
679
|
-
}
|
|
680
|
-
|
|
681
|
-
.cui-theme-dark .toggle-module_toggle__p1Ep4 input:enabled + .toggle-module_slider__2IVaG:hover {
|
|
682
|
-
background-color: #003A4C;
|
|
683
|
-
}
|
|
684
|
-
.cui-theme-dark .toggle-module_toggle__p1Ep4 input:checked:enabled + .toggle-module_slider__2IVaG:hover {
|
|
685
|
-
background-color: #262828;
|
|
686
|
-
}
|
|
687
|
-
.cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG {
|
|
688
|
-
border-color: #202929;
|
|
689
|
-
}
|
|
690
|
-
.cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG:hover {
|
|
691
|
-
background-color: rgba(40, 42, 42, 0.05);
|
|
692
|
-
}
|
|
693
|
-
.cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG:before {
|
|
694
|
-
background-color: #282A2A;
|
|
695
|
-
}
|
|
696
|
-
.cui-theme-light .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:before {
|
|
697
|
-
background-color: #F4F4F4;
|
|
698
|
-
}
|
|
699
|
-
.cui-theme-light .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:hover {
|
|
700
|
-
background-color: #374646;
|
|
701
|
-
}
|
|
702
|
-
.popup-overlay-module_popup-modal-overlay__dlJqM {
|
|
703
|
-
z-index: 1;
|
|
704
|
-
position: fixed;
|
|
705
|
-
width: 100%;
|
|
706
|
-
height: 100%;
|
|
707
|
-
top: 0;
|
|
708
|
-
left: 0;
|
|
709
|
-
background: rgba(40, 80, 120, 0.8) !important;
|
|
710
|
-
pointer-events: all;
|
|
711
|
-
user-select: none;
|
|
712
|
-
will-change: opacity;
|
|
713
|
-
transition: opacity 450ms ease-in-out;
|
|
714
|
-
opacity: 0;
|
|
715
|
-
visibility: hidden;
|
|
716
|
-
}
|
|
717
|
-
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show] {
|
|
718
|
-
opacity: 1;
|
|
719
|
-
visibility: visible;
|
|
720
|
-
}
|
|
721
|
-
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show=false] {
|
|
722
|
-
opacity: 0;
|
|
723
|
-
visibility: hidden;
|
|
724
|
-
}
|
|
725
|
-
:root {
|
|
726
|
-
--divider-line: #4a4b4b;
|
|
727
|
-
}
|
|
728
|
-
|
|
729
|
-
.tooltip-module_overflow-hidden__YDzdx, .tooltip-module_text-truncate__CPvp3 {
|
|
730
|
-
overflow: hidden !important;
|
|
731
|
-
}
|
|
732
|
-
|
|
733
|
-
.tooltip-module_text-nowrap__g6kzP, .tooltip-module_text-truncate__CPvp3 {
|
|
734
|
-
white-space: nowrap !important;
|
|
735
|
-
}
|
|
736
|
-
|
|
737
|
-
.tooltip-module_text-ellipsis__AYivV, .tooltip-module_text-truncate__CPvp3 {
|
|
738
|
-
text-overflow: ellipsis !important;
|
|
739
|
-
}
|
|
740
|
-
|
|
741
|
-
.tooltip-module_popover-tooltip__sAhKa {
|
|
742
|
-
position: fixed;
|
|
743
|
-
z-index: 999;
|
|
744
|
-
will-change: opacity;
|
|
745
|
-
transition: opacity 450ms ease;
|
|
746
|
-
opacity: 0;
|
|
747
|
-
visibility: hidden;
|
|
748
|
-
border-radius: 4px;
|
|
749
|
-
background-color: #1B1D1D;
|
|
750
|
-
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
|
|
751
|
-
}
|
|
752
|
-
.tooltip-module_popover-tooltip__sAhKa span, .tooltip-module_popover-tooltip__sAhKa p, .tooltip-module_popover-tooltip__sAhKa h3 {
|
|
753
|
-
margin: 0;
|
|
754
|
-
padding: 0;
|
|
848
|
+
.tooltip-module_popover-tooltip__sAhKa span, .tooltip-module_popover-tooltip__sAhKa p, .tooltip-module_popover-tooltip__sAhKa h3 {
|
|
849
|
+
margin: 0;
|
|
850
|
+
padding: 0;
|
|
755
851
|
}
|
|
756
852
|
.tooltip-module_popover-tooltip__sAhKa p {
|
|
757
853
|
display: -webkit-box;
|
|
@@ -840,102 +936,6 @@
|
|
|
840
936
|
--divider-line: #4a4b4b;
|
|
841
937
|
}
|
|
842
938
|
|
|
843
|
-
.popup-module_overflow-hidden__uimg4, .popup-module_text-truncate__y-5c1 {
|
|
844
|
-
overflow: hidden !important;
|
|
845
|
-
}
|
|
846
|
-
|
|
847
|
-
.popup-module_text-nowrap__eDCv3, .popup-module_text-truncate__y-5c1 {
|
|
848
|
-
white-space: nowrap !important;
|
|
849
|
-
}
|
|
850
|
-
|
|
851
|
-
.popup-module_text-ellipsis__yu8nx, .popup-module_text-truncate__y-5c1 {
|
|
852
|
-
text-overflow: ellipsis !important;
|
|
853
|
-
}
|
|
854
|
-
|
|
855
|
-
.popup-module_popup-container__PJ0oQ {
|
|
856
|
-
--popup-width: 60vw;
|
|
857
|
-
--popup-height: 50vh;
|
|
858
|
-
position: fixed;
|
|
859
|
-
width: var(--popup-width);
|
|
860
|
-
height: var(--popup-height);
|
|
861
|
-
--slideXFrom: 0;
|
|
862
|
-
--slideYFrom: 0;
|
|
863
|
-
will-change: opacity;
|
|
864
|
-
transition: opacity 300ms ease-in-out;
|
|
865
|
-
opacity: 0;
|
|
866
|
-
visibility: hidden;
|
|
867
|
-
pointer-events: none;
|
|
868
|
-
}
|
|
869
|
-
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz {
|
|
870
|
-
position: relative;
|
|
871
|
-
flex-direction: column;
|
|
872
|
-
align-items: start;
|
|
873
|
-
width: 100%;
|
|
874
|
-
height: 100%;
|
|
875
|
-
overflow-x: clip;
|
|
876
|
-
background-color: #090A0A;
|
|
877
|
-
border-radius: 4px;
|
|
878
|
-
box-shadow: 0px 10px 20px 4px rgba(0, 0, 0, 0.15);
|
|
879
|
-
transition: transform 350ms ease-out;
|
|
880
|
-
will-change: transform;
|
|
881
|
-
transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
|
|
882
|
-
}
|
|
883
|
-
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz button {
|
|
884
|
-
margin-bottom: 0;
|
|
885
|
-
}
|
|
886
|
-
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx {
|
|
887
|
-
cursor: pointer;
|
|
888
|
-
line-height: 1px;
|
|
889
|
-
background-color: rgba(255, 255, 255, 0);
|
|
890
|
-
}
|
|
891
|
-
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx .icon-base {
|
|
892
|
-
background-color: #FDDA0D;
|
|
893
|
-
width: 9px !important;
|
|
894
|
-
height: 9px !important;
|
|
895
|
-
line-height: 1px !important;
|
|
896
|
-
}
|
|
897
|
-
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx:hover .icon-base {
|
|
898
|
-
background-color: #FFEA00;
|
|
899
|
-
}
|
|
900
|
-
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm {
|
|
901
|
-
width: 100%;
|
|
902
|
-
height: 100%;
|
|
903
|
-
padding: 24px;
|
|
904
|
-
overflow-y: auto;
|
|
905
|
-
display: flex;
|
|
906
|
-
}
|
|
907
|
-
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm > * {
|
|
908
|
-
overflow-y: auto;
|
|
909
|
-
}
|
|
910
|
-
.popup-module_popup-container__PJ0oQ[data-show] {
|
|
911
|
-
opacity: 1;
|
|
912
|
-
visibility: visible;
|
|
913
|
-
pointer-events: all;
|
|
914
|
-
}
|
|
915
|
-
.popup-module_popup-container__PJ0oQ[data-show] .popup-module_popup-container-inner__n83Cz {
|
|
916
|
-
transform: translateX(0) translateY(0);
|
|
917
|
-
}
|
|
918
|
-
.popup-module_popup-container__PJ0oQ[data-show=false] {
|
|
919
|
-
opacity: 0;
|
|
920
|
-
visibility: hidden;
|
|
921
|
-
pointer-events: none;
|
|
922
|
-
}
|
|
923
|
-
.popup-module_popup-container__PJ0oQ[data-show=false] .popup-module_popup-container-inner__n83Cz {
|
|
924
|
-
transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
|
|
925
|
-
}
|
|
926
|
-
|
|
927
|
-
.cui-theme-dark .popup-module_popup-container-inner__n83Cz {
|
|
928
|
-
background-color: #090A0A;
|
|
929
|
-
color: #F4F4F4;
|
|
930
|
-
}
|
|
931
|
-
.cui-theme-light .popup-module_popup-container-inner__n83Cz {
|
|
932
|
-
background-color: #090A0A;
|
|
933
|
-
color: #F4F4F4;
|
|
934
|
-
}
|
|
935
|
-
:root {
|
|
936
|
-
--divider-line: #4a4b4b;
|
|
937
|
-
}
|
|
938
|
-
|
|
939
939
|
.anchorLink-module_overflow-hidden__-MElA, .anchorLink-module_text-truncate__62t8P {
|
|
940
940
|
overflow: hidden !important;
|
|
941
941
|
}
|