@e1011/es-kit 1.1.68 → 1.1.72
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 +459 -459
- package/dist/hooks/esm/src/core/constants/ui.constants.js +1 -1
- package/dist/hooks/esm/src/core/constants/ui.constants.js.map +1 -1
- package/dist/hooks/index.css +459 -459
- package/dist/hooks/src/core/constants/ui.constants.js +1 -1
- package/dist/hooks/src/core/constants/ui.constants.js.map +1 -1
- package/dist/lib/cjs/src/core/constants/ui.constants.js +1 -1
- package/dist/lib/cjs/src/core/constants/ui.constants.js.map +1 -1
- package/dist/lib/esm/src/core/constants/ui.constants.js +1 -1
- package/dist/lib/esm/src/core/constants/ui.constants.js.map +1 -1
- package/dist/lib/tsconfig.tsbuildinfo +1 -1
- package/dist/types/src/core/constants/ui.constants.d.ts +4 -0
- package/dist/types/src/core/constants/ui.constants.d.ts.map +1 -1
- package/dist/ui/esm/src/core/constants/ui.constants.js +1 -1
- package/dist/ui/esm/src/core/constants/ui.constants.js.map +1 -1
- package/dist/ui/src/core/constants/ui.constants.js +1 -1
- package/dist/ui/src/core/constants/ui.constants.js.map +1 -1
- package/dist/utils/esm/index.css +459 -459
- package/dist/utils/index.css +459 -459
- package/package.json +1 -1
package/dist/utils/index.css
CHANGED
|
@@ -1,3 +1,45 @@
|
|
|
1
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm {
|
|
2
|
+
transform-origin: 0% 0%;
|
|
3
|
+
opacity: 0;
|
|
4
|
+
overflow: clip;
|
|
5
|
+
}
|
|
6
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN {
|
|
7
|
+
transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out, max-height 0.2s ease-in-out;
|
|
8
|
+
will-change: opacity, height, max-height;
|
|
9
|
+
}
|
|
10
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_collapsed__q8fs8 {
|
|
11
|
+
height: 0;
|
|
12
|
+
max-height: 0;
|
|
13
|
+
opacity: 0;
|
|
14
|
+
}
|
|
15
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_expanded__O6Vh8 {
|
|
16
|
+
height: var(--prop-value);
|
|
17
|
+
max-height: var(--prop-value);
|
|
18
|
+
opacity: 1;
|
|
19
|
+
}
|
|
20
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI- {
|
|
21
|
+
transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out, max-width 0.2s ease-in-out;
|
|
22
|
+
will-change: opacity, width, max-width;
|
|
23
|
+
}
|
|
24
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_collapsed__q8fs8 {
|
|
25
|
+
width: 0;
|
|
26
|
+
max-width: 0;
|
|
27
|
+
opacity: 0;
|
|
28
|
+
}
|
|
29
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_expanded__O6Vh8 {
|
|
30
|
+
width: var(--prop-value);
|
|
31
|
+
max-width: var(--prop-value);
|
|
32
|
+
opacity: 1;
|
|
33
|
+
}
|
|
34
|
+
.errorBoundary-module_errorBoundary__gk9ps {
|
|
35
|
+
background: #EFEFEF;
|
|
36
|
+
width: 100%;
|
|
37
|
+
height: 100%;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.errorBoundary-module_StyledIcon__IYHiU {
|
|
41
|
+
margin-right: 10px;
|
|
42
|
+
}
|
|
1
43
|
.icon-module_icon-base-parent__nOMvW {
|
|
2
44
|
line-height: 1px !important;
|
|
3
45
|
}
|
|
@@ -28,15 +70,6 @@
|
|
|
28
70
|
width: var(--height);
|
|
29
71
|
height: var(--width);
|
|
30
72
|
}
|
|
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
73
|
.divider-module_divider-line__6CesR {
|
|
41
74
|
position: relative;
|
|
42
75
|
display: block;
|
|
@@ -56,39 +89,6 @@
|
|
|
56
89
|
height: var(--height);
|
|
57
90
|
margin: var(--margin);
|
|
58
91
|
}
|
|
59
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm {
|
|
60
|
-
transform-origin: 0% 0%;
|
|
61
|
-
opacity: 0;
|
|
62
|
-
overflow: clip;
|
|
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;
|
|
86
|
-
}
|
|
87
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_expanded__O6Vh8 {
|
|
88
|
-
width: var(--prop-value);
|
|
89
|
-
max-width: var(--prop-value);
|
|
90
|
-
opacity: 1;
|
|
91
|
-
}
|
|
92
92
|
.field-module_field__UfKm3 {
|
|
93
93
|
opacity: 1;
|
|
94
94
|
pointer-events: auto;
|
|
@@ -230,182 +230,313 @@
|
|
|
230
230
|
stroke-dashoffset: -124;
|
|
231
231
|
}
|
|
232
232
|
}
|
|
233
|
-
.flowLayout-module_flowLayout__VHpnY {
|
|
234
|
-
overflow: auto;
|
|
235
|
-
}
|
|
236
|
-
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
|
|
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;
|
|
245
|
-
}
|
|
246
233
|
:root {
|
|
247
234
|
--divider-line: #4a4b4b;
|
|
248
235
|
}
|
|
249
236
|
|
|
250
|
-
.
|
|
237
|
+
.button-module_overflow-hidden__Vc5AU, .button-module_text-truncate__a89Bp {
|
|
251
238
|
overflow: hidden !important;
|
|
252
239
|
}
|
|
253
240
|
|
|
254
|
-
.
|
|
241
|
+
.button-module_text-nowrap__tR-VJ, .button-module_text-truncate__a89Bp {
|
|
255
242
|
white-space: nowrap !important;
|
|
256
243
|
}
|
|
257
244
|
|
|
258
|
-
.
|
|
245
|
+
.button-module_text-ellipsis__5MFA9, .button-module_text-truncate__a89Bp {
|
|
259
246
|
text-overflow: ellipsis !important;
|
|
260
247
|
}
|
|
261
248
|
|
|
262
|
-
.
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
border-style: solid;
|
|
249
|
+
.button-module_button__NDMQS {
|
|
250
|
+
border: none;
|
|
251
|
+
color: #090A0A;
|
|
252
|
+
padding: 0.5rem 1rem;
|
|
253
|
+
text-align: center;
|
|
254
|
+
text-decoration: none;
|
|
255
|
+
font-size: 1rem;
|
|
256
|
+
overflow: hidden;
|
|
257
|
+
display: flex;
|
|
272
258
|
align-items: center;
|
|
259
|
+
justify-content: center;
|
|
260
|
+
min-width: "auto";
|
|
261
|
+
width: "auto";
|
|
262
|
+
user-select: all;
|
|
263
|
+
pointer-events: auto;
|
|
264
|
+
cursor: pointer;
|
|
273
265
|
}
|
|
274
|
-
.
|
|
275
|
-
|
|
276
|
-
}
|
|
277
|
-
.tag-module_tag__rGA-E .tag-module_text__WpK6w {
|
|
266
|
+
.button-module_button__NDMQS > span {
|
|
267
|
+
overflow: hidden;
|
|
278
268
|
white-space: nowrap;
|
|
269
|
+
display: inline-block;
|
|
279
270
|
}
|
|
280
|
-
.
|
|
281
|
-
|
|
282
|
-
align-items: center;
|
|
283
|
-
overflow: hidden !important;
|
|
284
|
-
white-space: nowrap !important;
|
|
285
|
-
text-overflow: ellipsis !important;
|
|
286
|
-
}
|
|
287
|
-
.tag-module_tag__rGA-E.tag-module_default__6cv6k {
|
|
288
|
-
background-color: #434747;
|
|
289
|
-
border-color: #515757;
|
|
290
|
-
color: #F4F4F4;
|
|
271
|
+
.button-module_button__NDMQS.button-module_info__O6gEW {
|
|
272
|
+
background-color: #2D8EFF;
|
|
291
273
|
}
|
|
292
|
-
.
|
|
293
|
-
|
|
294
|
-
transition: background-color 0.25s ease;
|
|
274
|
+
.button-module_button__NDMQS.button-module_info__O6gEW.button-module_transparent__zbeBu {
|
|
275
|
+
border: 1px solid #2D8EFF !important;
|
|
295
276
|
}
|
|
296
|
-
.
|
|
297
|
-
background-color: #
|
|
277
|
+
.button-module_button__NDMQS.button-module_success__gM25y {
|
|
278
|
+
background-color: #13CE66;
|
|
298
279
|
}
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
background-color: #203439;
|
|
302
|
-
border-color: #80D9F3;
|
|
303
|
-
color: #80D9F3;
|
|
280
|
+
.button-module_button__NDMQS.button-module_success__gM25y.button-module_transparent__zbeBu {
|
|
281
|
+
border: 1px solid #13CE66 !important;
|
|
304
282
|
}
|
|
305
|
-
.
|
|
306
|
-
background-color: #
|
|
307
|
-
border-color: #B1E02C;
|
|
308
|
-
color: #B1E02C;
|
|
283
|
+
.button-module_button__NDMQS.button-module_error__q9qqo {
|
|
284
|
+
background-color: #FF4949;
|
|
309
285
|
}
|
|
310
|
-
.
|
|
311
|
-
|
|
312
|
-
border-color: #E2E369;
|
|
313
|
-
color: #E2E369;
|
|
286
|
+
.button-module_button__NDMQS.button-module_error__q9qqo.button-module_transparent__zbeBu {
|
|
287
|
+
border: 1px solid #FF4949 !important;
|
|
314
288
|
}
|
|
315
|
-
.
|
|
316
|
-
background-color: #
|
|
317
|
-
border-color: #FD8F3E;
|
|
318
|
-
color: #FD8F3E;
|
|
289
|
+
.button-module_button__NDMQS.button-module_warning__MdmiZ {
|
|
290
|
+
background-color: #FFCC3D;
|
|
319
291
|
}
|
|
320
|
-
.
|
|
321
|
-
|
|
322
|
-
border-color: #FD553E;
|
|
323
|
-
color: #FD553E;
|
|
292
|
+
.button-module_button__NDMQS.button-module_warning__MdmiZ.button-module_transparent__zbeBu {
|
|
293
|
+
border: 1px solid #FFCC3D !important;
|
|
324
294
|
}
|
|
325
|
-
.
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
295
|
+
.button-module_button__NDMQS.button-module_link__e-4Fu {
|
|
296
|
+
border: none !important;
|
|
297
|
+
background-color: transparent !important;
|
|
298
|
+
background: transparent !important;
|
|
329
299
|
}
|
|
330
|
-
.
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
300
|
+
.button-module_button__NDMQS.button-module_link__e-4Fu:hover {
|
|
301
|
+
border: none !important;
|
|
302
|
+
background-color: transparent !important;
|
|
303
|
+
background: transparent !important;
|
|
334
304
|
}
|
|
335
|
-
.
|
|
336
|
-
|
|
337
|
-
border-color: #30D136;
|
|
338
|
-
color: #30D136;
|
|
305
|
+
.button-module_button__NDMQS.button-module_link__e-4Fu:hover * {
|
|
306
|
+
text-decoration: underline !important;
|
|
339
307
|
}
|
|
340
|
-
.
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
308
|
+
.button-module_button__NDMQS.button-module_transparent__zbeBu {
|
|
309
|
+
border: none !important;
|
|
310
|
+
background-color: transparent !important;
|
|
311
|
+
background: transparent !important;
|
|
344
312
|
}
|
|
345
|
-
.
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
313
|
+
.button-module_button__NDMQS.button-module_tiny__pBNwo {
|
|
314
|
+
height: 1.4rem;
|
|
315
|
+
min-width: 1.5rem;
|
|
316
|
+
width: 1.5rem;
|
|
317
|
+
padding: 0.2rem;
|
|
318
|
+
font-size: 0.8rem;
|
|
349
319
|
}
|
|
350
|
-
.
|
|
351
|
-
|
|
352
|
-
border-color: #FD8F3E;
|
|
353
|
-
color: #FD8F3E;
|
|
320
|
+
.button-module_button__NDMQS.button-module_fluid__GXxID {
|
|
321
|
+
width: 100%;
|
|
354
322
|
}
|
|
355
|
-
.
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
323
|
+
.button-module_button__NDMQS.button-module_truncate__c-G9k > span {
|
|
324
|
+
overflow: hidden !important;
|
|
325
|
+
white-space: nowrap !important;
|
|
326
|
+
text-overflow: ellipsis !important;
|
|
359
327
|
}
|
|
360
|
-
.
|
|
361
|
-
|
|
362
|
-
border-color: #B1E02C;
|
|
363
|
-
color: #212A04;
|
|
328
|
+
.button-module_button__NDMQS.button-module_animated__gLwPl {
|
|
329
|
+
transition: transform 250ms ease-out;
|
|
364
330
|
}
|
|
365
|
-
.
|
|
366
|
-
|
|
367
|
-
border-color: #E2E369;
|
|
368
|
-
color: #353505;
|
|
331
|
+
.button-module_button__NDMQS.button-module_hasShadow__42BQv {
|
|
332
|
+
box-shadow: 0 5px 15px 0 rgba(28, 37, 39, 0.1), 0 0 2px 0 rgba(0, 0, 0, 0.1);
|
|
369
333
|
}
|
|
370
|
-
.
|
|
371
|
-
|
|
372
|
-
border
|
|
373
|
-
|
|
334
|
+
.button-module_button__NDMQS.button-module_hasIcon__dXLlJ {
|
|
335
|
+
padding: 0.4rem;
|
|
336
|
+
border: none !important;
|
|
337
|
+
line-height: 1px;
|
|
374
338
|
}
|
|
375
|
-
.
|
|
376
|
-
|
|
377
|
-
border-color: #FD553E;
|
|
378
|
-
color: #371A1A;
|
|
339
|
+
.button-module_button__NDMQS.button-module_hasIcon__dXLlJ.button-module_tiny__pBNwo {
|
|
340
|
+
padding: 0px;
|
|
379
341
|
}
|
|
380
|
-
.
|
|
381
|
-
background-color: #
|
|
382
|
-
border-color: #EC515B;
|
|
383
|
-
color: #311616;
|
|
342
|
+
.button-module_button__NDMQS:hover {
|
|
343
|
+
background-color: #c5c5c5 !important;
|
|
384
344
|
}
|
|
385
|
-
.
|
|
386
|
-
|
|
387
|
-
border-color: #02B3E6;
|
|
388
|
-
color: #203439;
|
|
345
|
+
.button-module_button__NDMQS:hover.button-module_animated__gLwPl {
|
|
346
|
+
transform: scale(1.2);
|
|
389
347
|
}
|
|
390
|
-
.
|
|
391
|
-
background-color:
|
|
392
|
-
border-color: #30D136;
|
|
393
|
-
color: #212A04;
|
|
348
|
+
.button-module_button__NDMQS:hover.button-module_transparent__zbeBu {
|
|
349
|
+
background-color: rgba(197, 197, 197, 0.1254901961) !important;
|
|
394
350
|
}
|
|
395
|
-
.
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
351
|
+
.button-module_button__NDMQS.button-module_disabled__hEydO {
|
|
352
|
+
user-select: none;
|
|
353
|
+
pointer-events: none;
|
|
354
|
+
cursor: not-allowed;
|
|
399
355
|
}
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
color: #311616;
|
|
356
|
+
|
|
357
|
+
.cui-theme-dark .button-module_button__NDMQS {
|
|
358
|
+
color: #F4F4F4;
|
|
404
359
|
}
|
|
405
|
-
.cui-theme-light .
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
360
|
+
.cui-theme-light .button-module_button__NDMQS {
|
|
361
|
+
color: #090A0A;
|
|
362
|
+
}
|
|
363
|
+
.textAndContent-module_textAndContent__X5P1n {
|
|
364
|
+
align-items: baseline;
|
|
365
|
+
flex-shrink: 1;
|
|
366
|
+
gap: 8px;
|
|
367
|
+
}
|
|
368
|
+
:root {
|
|
369
|
+
--divider-line: #4a4b4b;
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
.toggle-module_overflow-hidden__NxfFx, .toggle-module_text-truncate__Wg-Jx {
|
|
373
|
+
overflow: hidden !important;
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
.toggle-module_text-nowrap__F9ld6, .toggle-module_text-truncate__Wg-Jx {
|
|
377
|
+
white-space: nowrap !important;
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
.toggle-module_text-ellipsis__ftYlg, .toggle-module_text-truncate__Wg-Jx {
|
|
381
|
+
text-overflow: ellipsis !important;
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
.toggle-module_toggle__p1Ep4 {
|
|
385
|
+
display: inline-block;
|
|
386
|
+
position: relative;
|
|
387
|
+
max-width: 48px;
|
|
388
|
+
max-height: 24px;
|
|
389
|
+
width: 48px;
|
|
390
|
+
height: 24px;
|
|
391
|
+
border-radius: 16px !important;
|
|
392
|
+
}
|
|
393
|
+
.toggle-module_toggle__p1Ep4 input {
|
|
394
|
+
opacity: 0;
|
|
395
|
+
width: 0;
|
|
396
|
+
height: 0;
|
|
397
|
+
}
|
|
398
|
+
.toggle-module_toggle__p1Ep4 .toggle-module_slider__2IVaG {
|
|
399
|
+
box-sizing: border-box;
|
|
400
|
+
position: absolute;
|
|
401
|
+
cursor: pointer;
|
|
402
|
+
width: 48px;
|
|
403
|
+
height: 24px;
|
|
404
|
+
top: 0;
|
|
405
|
+
left: 0;
|
|
406
|
+
right: 0;
|
|
407
|
+
bottom: 0;
|
|
408
|
+
background-color: transparent;
|
|
409
|
+
border: 1px solid #F4F4F4;
|
|
410
|
+
transition: transform, background-color 0.4s ease;
|
|
411
|
+
border-radius: 16px;
|
|
412
|
+
}
|
|
413
|
+
.toggle-module_toggle__p1Ep4 .toggle-module_slider__2IVaG:before {
|
|
414
|
+
position: absolute;
|
|
415
|
+
content: "";
|
|
416
|
+
height: 20px;
|
|
417
|
+
width: 20px;
|
|
418
|
+
left: 1px;
|
|
419
|
+
bottom: 1px;
|
|
420
|
+
background-color: #F4F4F4;
|
|
421
|
+
transition: transform 0.4s ease;
|
|
422
|
+
border-radius: 50%;
|
|
423
|
+
}
|
|
424
|
+
.toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG {
|
|
425
|
+
background-color: #282A2A;
|
|
426
|
+
border-color: #282A2A;
|
|
427
|
+
}
|
|
428
|
+
.toggle-module_toggle__p1Ep4 input:focus + .toggle-module_slider__2IVaG {
|
|
429
|
+
box-shadow: 0 0 1px 1px #282A2A;
|
|
430
|
+
}
|
|
431
|
+
.toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:before {
|
|
432
|
+
transform: translateX(24px);
|
|
433
|
+
}
|
|
434
|
+
.toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH {
|
|
435
|
+
opacity: 0.65;
|
|
436
|
+
}
|
|
437
|
+
.toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH input {
|
|
438
|
+
pointer-events: none;
|
|
439
|
+
}
|
|
440
|
+
.toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH .toggle-module_slider__2IVaG {
|
|
441
|
+
cursor: not-allowed;
|
|
442
|
+
}
|
|
443
|
+
.toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH .toggle-module_slider__2IVaG:after {
|
|
444
|
+
content: " ";
|
|
445
|
+
z-index: -1;
|
|
446
|
+
display: block;
|
|
447
|
+
position: absolute;
|
|
448
|
+
height: 100%;
|
|
449
|
+
top: 0;
|
|
450
|
+
left: 0;
|
|
451
|
+
right: 0;
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
.cui-theme-dark .toggle-module_toggle__p1Ep4 input:enabled + .toggle-module_slider__2IVaG:hover {
|
|
455
|
+
background-color: #003A4C;
|
|
456
|
+
}
|
|
457
|
+
.cui-theme-dark .toggle-module_toggle__p1Ep4 input:checked:enabled + .toggle-module_slider__2IVaG:hover {
|
|
458
|
+
background-color: rgb(38.0475, 39.8525, 39.8525);
|
|
459
|
+
}
|
|
460
|
+
.cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG {
|
|
461
|
+
border-color: rgb(32.4, 41.4, 41.4);
|
|
462
|
+
}
|
|
463
|
+
.cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG:hover {
|
|
464
|
+
background-color: rgba(40, 42, 42, 0.05);
|
|
465
|
+
}
|
|
466
|
+
.cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG:before {
|
|
467
|
+
background-color: #282A2A;
|
|
468
|
+
}
|
|
469
|
+
.cui-theme-light .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:before {
|
|
470
|
+
background-color: #F4F4F4;
|
|
471
|
+
}
|
|
472
|
+
.cui-theme-light .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:hover {
|
|
473
|
+
background-color: rgb(54.7902439024, 70.0097560976, 70.0097560976);
|
|
474
|
+
}
|
|
475
|
+
:root {
|
|
476
|
+
--divider-line: #4a4b4b;
|
|
477
|
+
}
|
|
478
|
+
|
|
479
|
+
.typography-module_overflow-hidden__UmQ-v, .typography-module_text-truncate__8MgV9 {
|
|
480
|
+
overflow: hidden !important;
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
.typography-module_text-nowrap__dt3uu, .typography-module_text-truncate__8MgV9 {
|
|
484
|
+
white-space: nowrap !important;
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
.typography-module_text-ellipsis__iyHeZ, .typography-module_text-truncate__8MgV9 {
|
|
488
|
+
text-overflow: ellipsis !important;
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
.typography-module_headline__b0XlP {
|
|
492
|
+
font-size: 28px;
|
|
493
|
+
line-height: 32px;
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
.typography-module_headlineSecondary__IDnhT {
|
|
497
|
+
font-size: 24px;
|
|
498
|
+
line-height: 28px;
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
.typography-module_headlineTertiary__mlG-v {
|
|
502
|
+
font-size: 18px;
|
|
503
|
+
line-height: 24x;
|
|
504
|
+
}
|
|
505
|
+
|
|
506
|
+
.typography-module_paragraph__tgBAx, .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY, .typography-module_paragraphSmall__vTMiI {
|
|
507
|
+
font-size: 14px;
|
|
508
|
+
line-height: 18px;
|
|
509
|
+
font-weight: 300;
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
.typography-module_paragraphSmall__vTMiI, .typography-module_paragraphBoldSmall__qExmY {
|
|
513
|
+
font-size: 12px;
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
.typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY {
|
|
517
|
+
font-weight: 600;
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
.typography-module_link__DWurf {
|
|
521
|
+
overflow: hidden !important;
|
|
522
|
+
white-space: nowrap !important;
|
|
523
|
+
text-overflow: ellipsis !important;
|
|
524
|
+
text-decoration: none;
|
|
525
|
+
color: #65C5F6;
|
|
526
|
+
display: inline;
|
|
527
|
+
gap: 4px;
|
|
528
|
+
flex-grow: 0;
|
|
529
|
+
max-width: 400px;
|
|
530
|
+
position: relative;
|
|
531
|
+
vertical-align: center;
|
|
532
|
+
}
|
|
533
|
+
.typography-module_link__DWurf:hover:not(.typography-module_disabled__hjK8C) {
|
|
534
|
+
text-decoration: underline;
|
|
535
|
+
color: #65C5F6;
|
|
536
|
+
}
|
|
537
|
+
.typography-module_link__DWurf.typography-module_disabled__hjK8C {
|
|
538
|
+
pointer-events: none;
|
|
539
|
+
opacity: 0.6;
|
|
409
540
|
}
|
|
410
541
|
:root {
|
|
411
542
|
--divider-line: #4a4b4b;
|
|
@@ -503,229 +634,205 @@
|
|
|
503
634
|
background-color: #090A0A;
|
|
504
635
|
color: #F4F4F4;
|
|
505
636
|
}
|
|
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
637
|
:root {
|
|
530
638
|
--divider-line: #4a4b4b;
|
|
531
639
|
}
|
|
532
640
|
|
|
533
|
-
.
|
|
641
|
+
.tag-module_overflow-hidden__wlxDI, .tag-module_text-truncate__xqW1- {
|
|
534
642
|
overflow: hidden !important;
|
|
535
643
|
}
|
|
536
644
|
|
|
537
|
-
.
|
|
645
|
+
.tag-module_text-nowrap__CHhhg, .tag-module_text-truncate__xqW1- {
|
|
538
646
|
white-space: nowrap !important;
|
|
539
647
|
}
|
|
540
648
|
|
|
541
|
-
.
|
|
649
|
+
.tag-module_text-ellipsis__UX32n, .tag-module_text-truncate__xqW1- {
|
|
542
650
|
text-overflow: ellipsis !important;
|
|
543
651
|
}
|
|
544
652
|
|
|
545
|
-
.
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
653
|
+
.tag-module_tag__rGA-E {
|
|
654
|
+
display: inline-flex;
|
|
655
|
+
flex-direction: row;
|
|
656
|
+
flex-shrink: 1;
|
|
657
|
+
padding: 4px 8px;
|
|
658
|
+
gap: 4px;
|
|
659
|
+
min-height: 18px;
|
|
660
|
+
border-radius: 4px;
|
|
661
|
+
border-width: 1px;
|
|
662
|
+
border-style: solid;
|
|
554
663
|
align-items: center;
|
|
555
|
-
justify-content: center;
|
|
556
|
-
min-width: "auto";
|
|
557
|
-
width: "auto";
|
|
558
|
-
user-select: all;
|
|
559
|
-
pointer-events: auto;
|
|
560
|
-
cursor: pointer;
|
|
561
664
|
}
|
|
562
|
-
.
|
|
563
|
-
|
|
564
|
-
white-space: nowrap;
|
|
565
|
-
display: inline-block;
|
|
566
|
-
}
|
|
567
|
-
.button-module_button__NDMQS.button-module_info__O6gEW {
|
|
568
|
-
background-color: #2D8EFF;
|
|
569
|
-
}
|
|
570
|
-
.button-module_button__NDMQS.button-module_info__O6gEW.button-module_transparent__zbeBu {
|
|
571
|
-
border: 1px solid #2D8EFF !important;
|
|
572
|
-
}
|
|
573
|
-
.button-module_button__NDMQS.button-module_success__gM25y {
|
|
574
|
-
background-color: #13CE66;
|
|
575
|
-
}
|
|
576
|
-
.button-module_button__NDMQS.button-module_success__gM25y.button-module_transparent__zbeBu {
|
|
577
|
-
border: 1px solid #13CE66 !important;
|
|
578
|
-
}
|
|
579
|
-
.button-module_button__NDMQS.button-module_error__q9qqo {
|
|
580
|
-
background-color: #FF4949;
|
|
581
|
-
}
|
|
582
|
-
.button-module_button__NDMQS.button-module_error__q9qqo.button-module_transparent__zbeBu {
|
|
583
|
-
border: 1px solid #FF4949 !important;
|
|
665
|
+
.tag-module_tag__rGA-E .icon-base {
|
|
666
|
+
color: #E2E369 !important;
|
|
584
667
|
}
|
|
585
|
-
.
|
|
586
|
-
|
|
668
|
+
.tag-module_tag__rGA-E .tag-module_text__WpK6w {
|
|
669
|
+
white-space: nowrap;
|
|
587
670
|
}
|
|
588
|
-
.
|
|
589
|
-
|
|
671
|
+
.tag-module_tag__rGA-E.tag-module_in-table__cWTuJ {
|
|
672
|
+
justify-content: center;
|
|
673
|
+
align-items: center;
|
|
674
|
+
overflow: hidden !important;
|
|
675
|
+
white-space: nowrap !important;
|
|
676
|
+
text-overflow: ellipsis !important;
|
|
590
677
|
}
|
|
591
|
-
.
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
678
|
+
.tag-module_tag__rGA-E.tag-module_default__6cv6k {
|
|
679
|
+
background-color: #434747;
|
|
680
|
+
border-color: #515757;
|
|
681
|
+
color: #F4F4F4;
|
|
595
682
|
}
|
|
596
|
-
.
|
|
597
|
-
|
|
598
|
-
background-color
|
|
599
|
-
background: transparent !important;
|
|
683
|
+
.tag-module_tag__rGA-E.tag-module_clickable__W6arw {
|
|
684
|
+
cursor: pointer;
|
|
685
|
+
transition: background-color 0.25s ease;
|
|
600
686
|
}
|
|
601
|
-
.
|
|
602
|
-
|
|
687
|
+
.tag-module_tag__rGA-E.tag-module_clickable__W6arw.tag-module_default__6cv6k:hover {
|
|
688
|
+
background-color: #515757;
|
|
603
689
|
}
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
background-color:
|
|
607
|
-
|
|
690
|
+
|
|
691
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_info__PMCQH {
|
|
692
|
+
background-color: #203439;
|
|
693
|
+
border-color: #80D9F3;
|
|
694
|
+
color: #80D9F3;
|
|
608
695
|
}
|
|
609
|
-
.
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
padding: 0.2rem;
|
|
614
|
-
font-size: 0.8rem;
|
|
696
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_very-low__a6WSr {
|
|
697
|
+
background-color: #212A04;
|
|
698
|
+
border-color: #B1E02C;
|
|
699
|
+
color: #B1E02C;
|
|
615
700
|
}
|
|
616
|
-
.
|
|
617
|
-
|
|
701
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_low__57msG {
|
|
702
|
+
background-color: #353505;
|
|
703
|
+
border-color: #E2E369;
|
|
704
|
+
color: #E2E369;
|
|
618
705
|
}
|
|
619
|
-
.
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
706
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_medium__PtVKT {
|
|
707
|
+
background-color: #632E03;
|
|
708
|
+
border-color: #FD8F3E;
|
|
709
|
+
color: #FD8F3E;
|
|
623
710
|
}
|
|
624
|
-
.
|
|
625
|
-
|
|
711
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_high__8ayT0 {
|
|
712
|
+
background-color: #371A1A;
|
|
713
|
+
border-color: #FD553E;
|
|
714
|
+
color: #FD553E;
|
|
626
715
|
}
|
|
627
|
-
.
|
|
628
|
-
|
|
716
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_critical__fT5Pe {
|
|
717
|
+
background-color: #311616;
|
|
718
|
+
border-color: #EC515B;
|
|
719
|
+
color: #EC515B;
|
|
629
720
|
}
|
|
630
|
-
.
|
|
631
|
-
|
|
632
|
-
border:
|
|
633
|
-
|
|
721
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_information__gjuZe {
|
|
722
|
+
background-color: #203439;
|
|
723
|
+
border-color: #02B3E6;
|
|
724
|
+
color: #02B3E6;
|
|
634
725
|
}
|
|
635
|
-
.
|
|
636
|
-
|
|
726
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_success__M-mEI {
|
|
727
|
+
background-color: #212A04;
|
|
728
|
+
border-color: #30D136;
|
|
729
|
+
color: #30D136;
|
|
637
730
|
}
|
|
638
|
-
.
|
|
639
|
-
background-color: #
|
|
731
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_alert__1NDIs {
|
|
732
|
+
background-color: #311616;
|
|
733
|
+
border-color: #FD553E;
|
|
734
|
+
color: #FD553E;
|
|
640
735
|
}
|
|
641
|
-
.
|
|
642
|
-
|
|
736
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_error__fo8QB {
|
|
737
|
+
background-color: #311616;
|
|
738
|
+
border-color: #FD553E;
|
|
739
|
+
color: #FD553E;
|
|
643
740
|
}
|
|
644
|
-
.
|
|
645
|
-
background-color:
|
|
741
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_warning__29pni {
|
|
742
|
+
background-color: #632E03;
|
|
743
|
+
border-color: #FD8F3E;
|
|
744
|
+
color: #FD8F3E;
|
|
646
745
|
}
|
|
647
|
-
.
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
746
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_info__PMCQH {
|
|
747
|
+
background-color: #80D9F3;
|
|
748
|
+
border-color: #80D9F3;
|
|
749
|
+
color: #203439;
|
|
651
750
|
}
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
color: #
|
|
751
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_very-low__a6WSr {
|
|
752
|
+
background-color: #B1E02C;
|
|
753
|
+
border-color: #B1E02C;
|
|
754
|
+
color: #212A04;
|
|
655
755
|
}
|
|
656
|
-
.cui-theme-light .
|
|
657
|
-
color: #
|
|
756
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_low__57msG {
|
|
757
|
+
background-color: #E2E369;
|
|
758
|
+
border-color: #E2E369;
|
|
759
|
+
color: #353505;
|
|
658
760
|
}
|
|
659
|
-
|
|
660
|
-
|
|
761
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_medium__PtVKT {
|
|
762
|
+
background-color: #FD8F3E;
|
|
763
|
+
border-color: #FD8F3E;
|
|
764
|
+
color: #632E03;
|
|
661
765
|
}
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
766
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_high__8ayT0 {
|
|
767
|
+
background-color: #FD553E;
|
|
768
|
+
border-color: #FD553E;
|
|
769
|
+
color: #371A1A;
|
|
665
770
|
}
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
771
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_critical__fT5Pe {
|
|
772
|
+
background-color: #EC515B;
|
|
773
|
+
border-color: #EC515B;
|
|
774
|
+
color: #311616;
|
|
669
775
|
}
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
776
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_information__gjuZe {
|
|
777
|
+
background-color: #02B3E6;
|
|
778
|
+
border-color: #02B3E6;
|
|
779
|
+
color: #203439;
|
|
673
780
|
}
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
781
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_success__M-mEI {
|
|
782
|
+
background-color: #30D136;
|
|
783
|
+
border-color: #30D136;
|
|
784
|
+
color: #212A04;
|
|
678
785
|
}
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
786
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_alert__1NDIs {
|
|
787
|
+
background-color: #FD553E;
|
|
788
|
+
border-color: #FD553E;
|
|
789
|
+
color: #311616;
|
|
683
790
|
}
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
791
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_error__fo8QB {
|
|
792
|
+
background-color: #FD553E;
|
|
793
|
+
border-color: #FD553E;
|
|
794
|
+
color: #311616;
|
|
688
795
|
}
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
font-weight: 300;
|
|
796
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_warning__29pni {
|
|
797
|
+
background-color: #FD8F3E;
|
|
798
|
+
border-color: #FD8F3E;
|
|
799
|
+
color: #632E03;
|
|
694
800
|
}
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
font-size: 12px;
|
|
801
|
+
.flowLayout-module_flowLayout__VHpnY {
|
|
802
|
+
overflow: auto;
|
|
698
803
|
}
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
804
|
+
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
|
|
805
|
+
display: flex;
|
|
806
|
+
width: 100%;
|
|
807
|
+
min-width: 0;
|
|
702
808
|
}
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
text-overflow: ellipsis !important;
|
|
708
|
-
text-decoration: none;
|
|
709
|
-
color: #65C5F6;
|
|
710
|
-
display: inline;
|
|
711
|
-
gap: 4px;
|
|
712
|
-
flex-grow: 0;
|
|
713
|
-
max-width: 400px;
|
|
714
|
-
position: relative;
|
|
715
|
-
vertical-align: center;
|
|
809
|
+
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
|
|
810
|
+
display: flex;
|
|
811
|
+
width: 100%;
|
|
812
|
+
min-width: 0;
|
|
716
813
|
}
|
|
717
|
-
.
|
|
718
|
-
|
|
719
|
-
|
|
814
|
+
.popup-overlay-module_popup-modal-overlay__dlJqM {
|
|
815
|
+
z-index: 1;
|
|
816
|
+
position: fixed;
|
|
817
|
+
width: 100%;
|
|
818
|
+
height: 100%;
|
|
819
|
+
top: 0;
|
|
820
|
+
left: 0;
|
|
821
|
+
background: rgba(40, 80, 120, 0.8) !important;
|
|
822
|
+
pointer-events: all;
|
|
823
|
+
user-select: none;
|
|
824
|
+
will-change: opacity;
|
|
825
|
+
transition: opacity 450ms ease-in-out;
|
|
826
|
+
opacity: 0;
|
|
827
|
+
visibility: hidden;
|
|
720
828
|
}
|
|
721
|
-
.
|
|
722
|
-
|
|
723
|
-
|
|
829
|
+
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show] {
|
|
830
|
+
opacity: 1;
|
|
831
|
+
visibility: visible;
|
|
724
832
|
}
|
|
725
|
-
.
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
gap: 8px;
|
|
833
|
+
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show=false] {
|
|
834
|
+
opacity: 0;
|
|
835
|
+
visibility: hidden;
|
|
729
836
|
}
|
|
730
837
|
:root {
|
|
731
838
|
--divider-line: #4a4b4b;
|
|
@@ -845,113 +952,6 @@
|
|
|
845
952
|
--divider-line: #4a4b4b;
|
|
846
953
|
}
|
|
847
954
|
|
|
848
|
-
.toggle-module_overflow-hidden__NxfFx, .toggle-module_text-truncate__Wg-Jx {
|
|
849
|
-
overflow: hidden !important;
|
|
850
|
-
}
|
|
851
|
-
|
|
852
|
-
.toggle-module_text-nowrap__F9ld6, .toggle-module_text-truncate__Wg-Jx {
|
|
853
|
-
white-space: nowrap !important;
|
|
854
|
-
}
|
|
855
|
-
|
|
856
|
-
.toggle-module_text-ellipsis__ftYlg, .toggle-module_text-truncate__Wg-Jx {
|
|
857
|
-
text-overflow: ellipsis !important;
|
|
858
|
-
}
|
|
859
|
-
|
|
860
|
-
.toggle-module_toggle__p1Ep4 {
|
|
861
|
-
display: inline-block;
|
|
862
|
-
position: relative;
|
|
863
|
-
max-width: 48px;
|
|
864
|
-
max-height: 24px;
|
|
865
|
-
width: 48px;
|
|
866
|
-
height: 24px;
|
|
867
|
-
border-radius: 16px !important;
|
|
868
|
-
}
|
|
869
|
-
.toggle-module_toggle__p1Ep4 input {
|
|
870
|
-
opacity: 0;
|
|
871
|
-
width: 0;
|
|
872
|
-
height: 0;
|
|
873
|
-
}
|
|
874
|
-
.toggle-module_toggle__p1Ep4 .toggle-module_slider__2IVaG {
|
|
875
|
-
box-sizing: border-box;
|
|
876
|
-
position: absolute;
|
|
877
|
-
cursor: pointer;
|
|
878
|
-
width: 48px;
|
|
879
|
-
height: 24px;
|
|
880
|
-
top: 0;
|
|
881
|
-
left: 0;
|
|
882
|
-
right: 0;
|
|
883
|
-
bottom: 0;
|
|
884
|
-
background-color: transparent;
|
|
885
|
-
border: 1px solid #F4F4F4;
|
|
886
|
-
transition: transform, background-color 0.4s ease;
|
|
887
|
-
border-radius: 16px;
|
|
888
|
-
}
|
|
889
|
-
.toggle-module_toggle__p1Ep4 .toggle-module_slider__2IVaG:before {
|
|
890
|
-
position: absolute;
|
|
891
|
-
content: "";
|
|
892
|
-
height: 20px;
|
|
893
|
-
width: 20px;
|
|
894
|
-
left: 1px;
|
|
895
|
-
bottom: 1px;
|
|
896
|
-
background-color: #F4F4F4;
|
|
897
|
-
transition: transform 0.4s ease;
|
|
898
|
-
border-radius: 50%;
|
|
899
|
-
}
|
|
900
|
-
.toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG {
|
|
901
|
-
background-color: #282A2A;
|
|
902
|
-
border-color: #282A2A;
|
|
903
|
-
}
|
|
904
|
-
.toggle-module_toggle__p1Ep4 input:focus + .toggle-module_slider__2IVaG {
|
|
905
|
-
box-shadow: 0 0 1px 1px #282A2A;
|
|
906
|
-
}
|
|
907
|
-
.toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:before {
|
|
908
|
-
transform: translateX(24px);
|
|
909
|
-
}
|
|
910
|
-
.toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH {
|
|
911
|
-
opacity: 0.65;
|
|
912
|
-
}
|
|
913
|
-
.toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH input {
|
|
914
|
-
pointer-events: none;
|
|
915
|
-
}
|
|
916
|
-
.toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH .toggle-module_slider__2IVaG {
|
|
917
|
-
cursor: not-allowed;
|
|
918
|
-
}
|
|
919
|
-
.toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH .toggle-module_slider__2IVaG:after {
|
|
920
|
-
content: " ";
|
|
921
|
-
z-index: -1;
|
|
922
|
-
display: block;
|
|
923
|
-
position: absolute;
|
|
924
|
-
height: 100%;
|
|
925
|
-
top: 0;
|
|
926
|
-
left: 0;
|
|
927
|
-
right: 0;
|
|
928
|
-
}
|
|
929
|
-
|
|
930
|
-
.cui-theme-dark .toggle-module_toggle__p1Ep4 input:enabled + .toggle-module_slider__2IVaG:hover {
|
|
931
|
-
background-color: #003A4C;
|
|
932
|
-
}
|
|
933
|
-
.cui-theme-dark .toggle-module_toggle__p1Ep4 input:checked:enabled + .toggle-module_slider__2IVaG:hover {
|
|
934
|
-
background-color: rgb(38.0475, 39.8525, 39.8525);
|
|
935
|
-
}
|
|
936
|
-
.cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG {
|
|
937
|
-
border-color: rgb(32.4, 41.4, 41.4);
|
|
938
|
-
}
|
|
939
|
-
.cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG:hover {
|
|
940
|
-
background-color: rgba(40, 42, 42, 0.05);
|
|
941
|
-
}
|
|
942
|
-
.cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG:before {
|
|
943
|
-
background-color: #282A2A;
|
|
944
|
-
}
|
|
945
|
-
.cui-theme-light .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:before {
|
|
946
|
-
background-color: #F4F4F4;
|
|
947
|
-
}
|
|
948
|
-
.cui-theme-light .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:hover {
|
|
949
|
-
background-color: rgb(54.7902439024, 70.0097560976, 70.0097560976);
|
|
950
|
-
}
|
|
951
|
-
:root {
|
|
952
|
-
--divider-line: #4a4b4b;
|
|
953
|
-
}
|
|
954
|
-
|
|
955
955
|
.anchorLink-module_overflow-hidden__-MElA, .anchorLink-module_text-truncate__62t8P {
|
|
956
956
|
overflow: hidden !important;
|
|
957
957
|
}
|