@e1011/es-kit 1.1.64 → 1.1.68
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 +455 -455
- package/dist/hooks/index.css +455 -455
- package/dist/lib/cjs/index.css +3 -3
- package/dist/lib/cjs/src/core/utils/appState/store/store.vanillajs.js +1 -1
- package/dist/lib/cjs/src/core/utils/appState/store/store.vanillajs.js.map +1 -1
- package/dist/lib/cjs/src/index.js +1 -1
- package/dist/lib/esm/index.css +3 -3
- package/dist/lib/esm/src/core/utils/appState/store/store.vanillajs.js +1 -1
- package/dist/lib/esm/src/core/utils/appState/store/store.vanillajs.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/utils/appState/store/store.vanillajs.d.ts +2 -0
- package/dist/types/src/core/utils/appState/store/store.vanillajs.d.ts.map +1 -1
- package/dist/ui/esm/index.css +3 -3
- package/dist/ui/index.css +3 -3
- package/dist/utils/esm/index.css +455 -455
- package/dist/utils/esm/src/core/utils/appState/store/store.vanillajs.js +1 -1
- package/dist/utils/esm/src/core/utils/appState/store/store.vanillajs.js.map +1 -1
- package/dist/utils/esm/src/core/utils/index.js +1 -1
- package/dist/utils/index.css +455 -455
- package/dist/utils/src/core/utils/appState/store/store.vanillajs.js +1 -1
- package/dist/utils/src/core/utils/appState/store/store.vanillajs.js.map +1 -1
- package/dist/utils/src/core/utils/index.js +1 -1
- package/package.json +2 -2
package/dist/utils/esm/index.css
CHANGED
|
@@ -1,77 +1,3 @@
|
|
|
1
|
-
.field-module_field__UfKm3 {
|
|
2
|
-
opacity: 1;
|
|
3
|
-
pointer-events: auto;
|
|
4
|
-
flex: 1 1 auto;
|
|
5
|
-
width: 100%;
|
|
6
|
-
/* Chrome, Safari, Edge, Opera */
|
|
7
|
-
/* Firefox */
|
|
8
|
-
}
|
|
9
|
-
.field-module_field__UfKm3.field-module_disabled__4aFNw {
|
|
10
|
-
opacity: 0.5;
|
|
11
|
-
pointer-events: none;
|
|
12
|
-
}
|
|
13
|
-
@media (min-width: 400px) {
|
|
14
|
-
.field-module_field__UfKm3 {
|
|
15
|
-
flex: 1;
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
.field-module_field__UfKm3 .field-module_label__pJCHG {
|
|
19
|
-
font-size: 0.8rem !important;
|
|
20
|
-
font-weight: normal;
|
|
21
|
-
}
|
|
22
|
-
.field-module_field__UfKm3 .field-module_help__8psM4 {
|
|
23
|
-
text-align: left;
|
|
24
|
-
}
|
|
25
|
-
.field-module_field__UfKm3 .field-module_mainControl__RIMTe {
|
|
26
|
-
flex: 1;
|
|
27
|
-
border-radius: 6px;
|
|
28
|
-
box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.06);
|
|
29
|
-
will-change: box-shadow;
|
|
30
|
-
transition: box-shadow 250ms ease-in-out;
|
|
31
|
-
}
|
|
32
|
-
.field-module_field__UfKm3 .field-module_mainControl__RIMTe:hover {
|
|
33
|
-
box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
|
|
34
|
-
}
|
|
35
|
-
.field-module_field__UfKm3 button {
|
|
36
|
-
box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
|
|
37
|
-
}
|
|
38
|
-
.field-module_field__UfKm3 .field-module_select__-wfDp {
|
|
39
|
-
width: 100%;
|
|
40
|
-
flex: 1;
|
|
41
|
-
}
|
|
42
|
-
.field-module_field__UfKm3 .field-module_select__-wfDp::after {
|
|
43
|
-
border-color: #000000 !important;
|
|
44
|
-
}
|
|
45
|
-
.field-module_field__UfKm3 .field-module_icon__6vSNr.field-module_is-action__pf8ZC {
|
|
46
|
-
cursor: pointer;
|
|
47
|
-
pointer-events: initial !important;
|
|
48
|
-
}
|
|
49
|
-
.field-module_field__UfKm3 input::-webkit-outer-spin-button,
|
|
50
|
-
.field-module_field__UfKm3 input::-webkit-inner-spin-button {
|
|
51
|
-
-webkit-appearance: none;
|
|
52
|
-
margin: 0;
|
|
53
|
-
}
|
|
54
|
-
.field-module_field__UfKm3 input[type=number] {
|
|
55
|
-
-moz-appearance: textfield;
|
|
56
|
-
}
|
|
57
|
-
.field-module_field__UfKm3 .field-module_input__v-872[type=date]::-webkit-calendar-picker-indicator {
|
|
58
|
-
opacity: 0;
|
|
59
|
-
-webkit-appearance: none;
|
|
60
|
-
position: absolute;
|
|
61
|
-
left: 0;
|
|
62
|
-
top: 0;
|
|
63
|
-
width: 40px;
|
|
64
|
-
height: 100%;
|
|
65
|
-
margin: 0;
|
|
66
|
-
padding: 0;
|
|
67
|
-
cursor: pointer;
|
|
68
|
-
}
|
|
69
|
-
.field-module_field__UfKm3 textarea {
|
|
70
|
-
resize: none;
|
|
71
|
-
}
|
|
72
|
-
.field-module_field__UfKm3 label {
|
|
73
|
-
text-align: left;
|
|
74
|
-
}
|
|
75
1
|
.icon-module_icon-base-parent__nOMvW {
|
|
76
2
|
line-height: 1px !important;
|
|
77
3
|
}
|
|
@@ -163,6 +89,104 @@
|
|
|
163
89
|
max-width: var(--prop-value);
|
|
164
90
|
opacity: 1;
|
|
165
91
|
}
|
|
92
|
+
.field-module_field__UfKm3 {
|
|
93
|
+
opacity: 1;
|
|
94
|
+
pointer-events: auto;
|
|
95
|
+
flex: 1 1 auto;
|
|
96
|
+
width: 100%;
|
|
97
|
+
/* Chrome, Safari, Edge, Opera */
|
|
98
|
+
/* Firefox */
|
|
99
|
+
}
|
|
100
|
+
.field-module_field__UfKm3.field-module_disabled__4aFNw {
|
|
101
|
+
opacity: 0.5;
|
|
102
|
+
pointer-events: none;
|
|
103
|
+
}
|
|
104
|
+
@media (min-width: 400px) {
|
|
105
|
+
.field-module_field__UfKm3 {
|
|
106
|
+
flex: 1;
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
.field-module_field__UfKm3 .field-module_label__pJCHG {
|
|
110
|
+
font-size: 0.8rem !important;
|
|
111
|
+
font-weight: normal;
|
|
112
|
+
}
|
|
113
|
+
.field-module_field__UfKm3 .field-module_help__8psM4 {
|
|
114
|
+
text-align: left;
|
|
115
|
+
}
|
|
116
|
+
.field-module_field__UfKm3 .field-module_mainControl__RIMTe {
|
|
117
|
+
flex: 1;
|
|
118
|
+
border-radius: 6px;
|
|
119
|
+
box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.06);
|
|
120
|
+
will-change: box-shadow;
|
|
121
|
+
transition: box-shadow 250ms ease-in-out;
|
|
122
|
+
}
|
|
123
|
+
.field-module_field__UfKm3 .field-module_mainControl__RIMTe:hover {
|
|
124
|
+
box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
|
|
125
|
+
}
|
|
126
|
+
.field-module_field__UfKm3 button {
|
|
127
|
+
box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
|
|
128
|
+
}
|
|
129
|
+
.field-module_field__UfKm3 .field-module_select__-wfDp {
|
|
130
|
+
width: 100%;
|
|
131
|
+
flex: 1;
|
|
132
|
+
}
|
|
133
|
+
.field-module_field__UfKm3 .field-module_select__-wfDp::after {
|
|
134
|
+
border-color: #000000 !important;
|
|
135
|
+
}
|
|
136
|
+
.field-module_field__UfKm3 .field-module_icon__6vSNr.field-module_is-action__pf8ZC {
|
|
137
|
+
cursor: pointer;
|
|
138
|
+
pointer-events: initial !important;
|
|
139
|
+
}
|
|
140
|
+
.field-module_field__UfKm3 input::-webkit-outer-spin-button,
|
|
141
|
+
.field-module_field__UfKm3 input::-webkit-inner-spin-button {
|
|
142
|
+
-webkit-appearance: none;
|
|
143
|
+
margin: 0;
|
|
144
|
+
}
|
|
145
|
+
.field-module_field__UfKm3 input[type=number] {
|
|
146
|
+
-moz-appearance: textfield;
|
|
147
|
+
}
|
|
148
|
+
.field-module_field__UfKm3 .field-module_input__v-872[type=date]::-webkit-calendar-picker-indicator {
|
|
149
|
+
opacity: 0;
|
|
150
|
+
-webkit-appearance: none;
|
|
151
|
+
position: absolute;
|
|
152
|
+
left: 0;
|
|
153
|
+
top: 0;
|
|
154
|
+
width: 40px;
|
|
155
|
+
height: 100%;
|
|
156
|
+
margin: 0;
|
|
157
|
+
padding: 0;
|
|
158
|
+
cursor: pointer;
|
|
159
|
+
}
|
|
160
|
+
.field-module_field__UfKm3 textarea {
|
|
161
|
+
resize: none;
|
|
162
|
+
}
|
|
163
|
+
.field-module_field__UfKm3 label {
|
|
164
|
+
text-align: left;
|
|
165
|
+
}
|
|
166
|
+
.layoutBox-module_layout-box__ZIID8 {
|
|
167
|
+
display: flex;
|
|
168
|
+
position: relative;
|
|
169
|
+
flex-direction: row;
|
|
170
|
+
flex: 0;
|
|
171
|
+
flex-grow: 0;
|
|
172
|
+
flex-shrink: 0;
|
|
173
|
+
flex-basis: auto;
|
|
174
|
+
flex-wrap: nowrap;
|
|
175
|
+
gap: 0;
|
|
176
|
+
text-align: left;
|
|
177
|
+
justify-content: flex-start;
|
|
178
|
+
align-items: flex-start;
|
|
179
|
+
align-self: auto;
|
|
180
|
+
margin: 0;
|
|
181
|
+
padding: 0;
|
|
182
|
+
width: auto;
|
|
183
|
+
height: auto;
|
|
184
|
+
max-width: none;
|
|
185
|
+
max-height: none;
|
|
186
|
+
min-width: 0;
|
|
187
|
+
min-height: 0;
|
|
188
|
+
border-radius: initial;
|
|
189
|
+
}
|
|
166
190
|
.lazyComponent-module_loader__brMEW {
|
|
167
191
|
position: relative;
|
|
168
192
|
width: 100px;
|
|
@@ -206,225 +230,18 @@
|
|
|
206
230
|
stroke-dashoffset: -124;
|
|
207
231
|
}
|
|
208
232
|
}
|
|
209
|
-
.
|
|
233
|
+
.flowLayout-module_flowLayout__VHpnY {
|
|
234
|
+
overflow: auto;
|
|
235
|
+
}
|
|
236
|
+
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
|
|
210
237
|
display: flex;
|
|
211
|
-
|
|
212
|
-
flex-direction: row;
|
|
213
|
-
flex: 0;
|
|
214
|
-
flex-grow: 0;
|
|
215
|
-
flex-shrink: 0;
|
|
216
|
-
flex-basis: auto;
|
|
217
|
-
flex-wrap: nowrap;
|
|
218
|
-
gap: 0;
|
|
219
|
-
text-align: left;
|
|
220
|
-
justify-content: flex-start;
|
|
221
|
-
align-items: flex-start;
|
|
222
|
-
align-self: auto;
|
|
223
|
-
margin: 0;
|
|
224
|
-
padding: 0;
|
|
225
|
-
width: auto;
|
|
226
|
-
height: auto;
|
|
227
|
-
max-width: none;
|
|
228
|
-
max-height: none;
|
|
238
|
+
width: 100%;
|
|
229
239
|
min-width: 0;
|
|
230
|
-
min-height: 0;
|
|
231
|
-
border-radius: initial;
|
|
232
|
-
}
|
|
233
|
-
:root {
|
|
234
|
-
--divider-line: #4a4b4b;
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
.button-module_overflow-hidden__Vc5AU, .button-module_text-truncate__a89Bp {
|
|
238
|
-
overflow: hidden !important;
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
.button-module_text-nowrap__tR-VJ, .button-module_text-truncate__a89Bp {
|
|
242
|
-
white-space: nowrap !important;
|
|
243
240
|
}
|
|
244
|
-
|
|
245
|
-
.button-module_text-ellipsis__5MFA9, .button-module_text-truncate__a89Bp {
|
|
246
|
-
text-overflow: ellipsis !important;
|
|
247
|
-
}
|
|
248
|
-
|
|
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;
|
|
241
|
+
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
|
|
257
242
|
display: flex;
|
|
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;
|
|
265
|
-
}
|
|
266
|
-
.button-module_button__NDMQS > span {
|
|
267
|
-
overflow: hidden;
|
|
268
|
-
white-space: nowrap;
|
|
269
|
-
display: inline-block;
|
|
270
|
-
}
|
|
271
|
-
.button-module_button__NDMQS.button-module_info__O6gEW {
|
|
272
|
-
background-color: #2D8EFF;
|
|
273
|
-
}
|
|
274
|
-
.button-module_button__NDMQS.button-module_info__O6gEW.button-module_transparent__zbeBu {
|
|
275
|
-
border: 1px solid #2D8EFF !important;
|
|
276
|
-
}
|
|
277
|
-
.button-module_button__NDMQS.button-module_success__gM25y {
|
|
278
|
-
background-color: #13CE66;
|
|
279
|
-
}
|
|
280
|
-
.button-module_button__NDMQS.button-module_success__gM25y.button-module_transparent__zbeBu {
|
|
281
|
-
border: 1px solid #13CE66 !important;
|
|
282
|
-
}
|
|
283
|
-
.button-module_button__NDMQS.button-module_error__q9qqo {
|
|
284
|
-
background-color: #FF4949;
|
|
285
|
-
}
|
|
286
|
-
.button-module_button__NDMQS.button-module_error__q9qqo.button-module_transparent__zbeBu {
|
|
287
|
-
border: 1px solid #FF4949 !important;
|
|
288
|
-
}
|
|
289
|
-
.button-module_button__NDMQS.button-module_warning__MdmiZ {
|
|
290
|
-
background-color: #FFCC3D;
|
|
291
|
-
}
|
|
292
|
-
.button-module_button__NDMQS.button-module_warning__MdmiZ.button-module_transparent__zbeBu {
|
|
293
|
-
border: 1px solid #FFCC3D !important;
|
|
294
|
-
}
|
|
295
|
-
.button-module_button__NDMQS.button-module_link__e-4Fu {
|
|
296
|
-
border: none !important;
|
|
297
|
-
background-color: transparent !important;
|
|
298
|
-
background: transparent !important;
|
|
299
|
-
}
|
|
300
|
-
.button-module_button__NDMQS.button-module_link__e-4Fu:hover {
|
|
301
|
-
border: none !important;
|
|
302
|
-
background-color: transparent !important;
|
|
303
|
-
background: transparent !important;
|
|
304
|
-
}
|
|
305
|
-
.button-module_button__NDMQS.button-module_link__e-4Fu:hover * {
|
|
306
|
-
text-decoration: underline !important;
|
|
307
|
-
}
|
|
308
|
-
.button-module_button__NDMQS.button-module_transparent__zbeBu {
|
|
309
|
-
border: none !important;
|
|
310
|
-
background-color: transparent !important;
|
|
311
|
-
background: transparent !important;
|
|
312
|
-
}
|
|
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;
|
|
319
|
-
}
|
|
320
|
-
.button-module_button__NDMQS.button-module_fluid__GXxID {
|
|
321
243
|
width: 100%;
|
|
322
|
-
|
|
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;
|
|
327
|
-
}
|
|
328
|
-
.button-module_button__NDMQS.button-module_animated__gLwPl {
|
|
329
|
-
transition: transform 250ms ease-out;
|
|
330
|
-
}
|
|
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);
|
|
333
|
-
}
|
|
334
|
-
.button-module_button__NDMQS.button-module_hasIcon__dXLlJ {
|
|
335
|
-
padding: 0.4rem;
|
|
336
|
-
border: none !important;
|
|
337
|
-
line-height: 1px;
|
|
338
|
-
}
|
|
339
|
-
.button-module_button__NDMQS.button-module_hasIcon__dXLlJ.button-module_tiny__pBNwo {
|
|
340
|
-
padding: 0px;
|
|
341
|
-
}
|
|
342
|
-
.button-module_button__NDMQS:hover {
|
|
343
|
-
background-color: #c5c5c5 !important;
|
|
344
|
-
}
|
|
345
|
-
.button-module_button__NDMQS:hover.button-module_animated__gLwPl {
|
|
346
|
-
transform: scale(1.2);
|
|
347
|
-
}
|
|
348
|
-
.button-module_button__NDMQS:hover.button-module_transparent__zbeBu {
|
|
349
|
-
background-color: rgba(197, 197, 197, 0.1254901961) !important;
|
|
350
|
-
}
|
|
351
|
-
.button-module_button__NDMQS.button-module_disabled__hEydO {
|
|
352
|
-
user-select: none;
|
|
353
|
-
pointer-events: none;
|
|
354
|
-
cursor: not-allowed;
|
|
355
|
-
}
|
|
356
|
-
|
|
357
|
-
.cui-theme-dark .button-module_button__NDMQS {
|
|
358
|
-
color: #F4F4F4;
|
|
359
|
-
}
|
|
360
|
-
.cui-theme-light .button-module_button__NDMQS {
|
|
361
|
-
color: #090A0A;
|
|
362
|
-
}
|
|
363
|
-
:root {
|
|
364
|
-
--divider-line: #4a4b4b;
|
|
365
|
-
}
|
|
366
|
-
|
|
367
|
-
.typography-module_overflow-hidden__UmQ-v, .typography-module_text-truncate__8MgV9 {
|
|
368
|
-
overflow: hidden !important;
|
|
369
|
-
}
|
|
370
|
-
|
|
371
|
-
.typography-module_text-nowrap__dt3uu, .typography-module_text-truncate__8MgV9 {
|
|
372
|
-
white-space: nowrap !important;
|
|
373
|
-
}
|
|
374
|
-
|
|
375
|
-
.typography-module_text-ellipsis__iyHeZ, .typography-module_text-truncate__8MgV9 {
|
|
376
|
-
text-overflow: ellipsis !important;
|
|
377
|
-
}
|
|
378
|
-
|
|
379
|
-
.typography-module_headline__b0XlP {
|
|
380
|
-
font-size: 28px;
|
|
381
|
-
line-height: 32px;
|
|
382
|
-
}
|
|
383
|
-
|
|
384
|
-
.typography-module_headlineSecondary__IDnhT {
|
|
385
|
-
font-size: 24px;
|
|
386
|
-
line-height: 28px;
|
|
387
|
-
}
|
|
388
|
-
|
|
389
|
-
.typography-module_headlineTertiary__mlG-v {
|
|
390
|
-
font-size: 18px;
|
|
391
|
-
line-height: 24x;
|
|
392
|
-
}
|
|
393
|
-
|
|
394
|
-
.typography-module_paragraph__tgBAx, .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY, .typography-module_paragraphSmall__vTMiI {
|
|
395
|
-
font-size: 14px;
|
|
396
|
-
line-height: 18px;
|
|
397
|
-
font-weight: 300;
|
|
398
|
-
}
|
|
399
|
-
|
|
400
|
-
.typography-module_paragraphSmall__vTMiI, .typography-module_paragraphBoldSmall__qExmY {
|
|
401
|
-
font-size: 12px;
|
|
402
|
-
}
|
|
403
|
-
|
|
404
|
-
.typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY {
|
|
405
|
-
font-weight: 600;
|
|
406
|
-
}
|
|
407
|
-
|
|
408
|
-
.typography-module_link__DWurf {
|
|
409
|
-
overflow: hidden !important;
|
|
410
|
-
white-space: nowrap !important;
|
|
411
|
-
text-overflow: ellipsis !important;
|
|
412
|
-
text-decoration: none;
|
|
413
|
-
color: #65C5F6;
|
|
414
|
-
display: inline;
|
|
415
|
-
gap: 4px;
|
|
416
|
-
flex-grow: 0;
|
|
417
|
-
max-width: 400px;
|
|
418
|
-
position: relative;
|
|
419
|
-
vertical-align: center;
|
|
420
|
-
}
|
|
421
|
-
.typography-module_link__DWurf:hover:not(.typography-module_disabled__hjK8C) {
|
|
422
|
-
text-decoration: underline;
|
|
423
|
-
color: #65C5F6;
|
|
424
|
-
}
|
|
425
|
-
.typography-module_link__DWurf.typography-module_disabled__hjK8C {
|
|
426
|
-
pointer-events: none;
|
|
427
|
-
opacity: 0.6;
|
|
244
|
+
min-width: 0;
|
|
428
245
|
}
|
|
429
246
|
:root {
|
|
430
247
|
--divider-line: #4a4b4b;
|
|
@@ -590,148 +407,320 @@
|
|
|
590
407
|
border-color: #FD8F3E;
|
|
591
408
|
color: #632E03;
|
|
592
409
|
}
|
|
593
|
-
|
|
594
|
-
|
|
410
|
+
:root {
|
|
411
|
+
--divider-line: #4a4b4b;
|
|
595
412
|
}
|
|
596
|
-
|
|
597
|
-
|
|
413
|
+
|
|
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;
|
|
598
444
|
width: 100%;
|
|
599
|
-
|
|
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));
|
|
600
453
|
}
|
|
601
|
-
.
|
|
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;
|
|
602
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;
|
|
603
509
|
width: 100%;
|
|
604
|
-
|
|
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;
|
|
605
528
|
}
|
|
606
529
|
:root {
|
|
607
530
|
--divider-line: #4a4b4b;
|
|
608
531
|
}
|
|
609
532
|
|
|
610
|
-
.
|
|
533
|
+
.button-module_overflow-hidden__Vc5AU, .button-module_text-truncate__a89Bp {
|
|
611
534
|
overflow: hidden !important;
|
|
612
535
|
}
|
|
613
536
|
|
|
614
|
-
.
|
|
537
|
+
.button-module_text-nowrap__tR-VJ, .button-module_text-truncate__a89Bp {
|
|
615
538
|
white-space: nowrap !important;
|
|
616
539
|
}
|
|
617
540
|
|
|
618
|
-
.
|
|
541
|
+
.button-module_text-ellipsis__5MFA9, .button-module_text-truncate__a89Bp {
|
|
619
542
|
text-overflow: ellipsis !important;
|
|
620
543
|
}
|
|
621
544
|
|
|
622
|
-
.
|
|
545
|
+
.button-module_button__NDMQS {
|
|
546
|
+
border: none;
|
|
547
|
+
color: #090A0A;
|
|
548
|
+
padding: 0.5rem 1rem;
|
|
549
|
+
text-align: center;
|
|
550
|
+
text-decoration: none;
|
|
551
|
+
font-size: 1rem;
|
|
552
|
+
overflow: hidden;
|
|
553
|
+
display: flex;
|
|
554
|
+
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
|
+
}
|
|
562
|
+
.button-module_button__NDMQS > span {
|
|
563
|
+
overflow: hidden;
|
|
564
|
+
white-space: nowrap;
|
|
623
565
|
display: inline-block;
|
|
624
|
-
position: relative;
|
|
625
|
-
max-width: 48px;
|
|
626
|
-
max-height: 24px;
|
|
627
|
-
width: 48px;
|
|
628
|
-
height: 24px;
|
|
629
|
-
border-radius: 16px !important;
|
|
630
566
|
}
|
|
631
|
-
.
|
|
632
|
-
|
|
633
|
-
width: 0;
|
|
634
|
-
height: 0;
|
|
567
|
+
.button-module_button__NDMQS.button-module_info__O6gEW {
|
|
568
|
+
background-color: #2D8EFF;
|
|
635
569
|
}
|
|
636
|
-
.
|
|
637
|
-
|
|
638
|
-
position: absolute;
|
|
639
|
-
cursor: pointer;
|
|
640
|
-
width: 48px;
|
|
641
|
-
height: 24px;
|
|
642
|
-
top: 0;
|
|
643
|
-
left: 0;
|
|
644
|
-
right: 0;
|
|
645
|
-
bottom: 0;
|
|
646
|
-
background-color: transparent;
|
|
647
|
-
border: 1px solid #F4F4F4;
|
|
648
|
-
transition: transform, background-color 0.4s ease;
|
|
649
|
-
border-radius: 16px;
|
|
570
|
+
.button-module_button__NDMQS.button-module_info__O6gEW.button-module_transparent__zbeBu {
|
|
571
|
+
border: 1px solid #2D8EFF !important;
|
|
650
572
|
}
|
|
651
|
-
.
|
|
652
|
-
|
|
653
|
-
content: "";
|
|
654
|
-
height: 20px;
|
|
655
|
-
width: 20px;
|
|
656
|
-
left: 1px;
|
|
657
|
-
bottom: 1px;
|
|
658
|
-
background-color: #F4F4F4;
|
|
659
|
-
transition: transform 0.4s ease;
|
|
660
|
-
border-radius: 50%;
|
|
573
|
+
.button-module_button__NDMQS.button-module_success__gM25y {
|
|
574
|
+
background-color: #13CE66;
|
|
661
575
|
}
|
|
662
|
-
.
|
|
663
|
-
|
|
664
|
-
border-color: #282A2A;
|
|
576
|
+
.button-module_button__NDMQS.button-module_success__gM25y.button-module_transparent__zbeBu {
|
|
577
|
+
border: 1px solid #13CE66 !important;
|
|
665
578
|
}
|
|
666
|
-
.
|
|
667
|
-
|
|
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;
|
|
584
|
+
}
|
|
585
|
+
.button-module_button__NDMQS.button-module_warning__MdmiZ {
|
|
586
|
+
background-color: #FFCC3D;
|
|
587
|
+
}
|
|
588
|
+
.button-module_button__NDMQS.button-module_warning__MdmiZ.button-module_transparent__zbeBu {
|
|
589
|
+
border: 1px solid #FFCC3D !important;
|
|
590
|
+
}
|
|
591
|
+
.button-module_button__NDMQS.button-module_link__e-4Fu {
|
|
592
|
+
border: none !important;
|
|
593
|
+
background-color: transparent !important;
|
|
594
|
+
background: transparent !important;
|
|
595
|
+
}
|
|
596
|
+
.button-module_button__NDMQS.button-module_link__e-4Fu:hover {
|
|
597
|
+
border: none !important;
|
|
598
|
+
background-color: transparent !important;
|
|
599
|
+
background: transparent !important;
|
|
600
|
+
}
|
|
601
|
+
.button-module_button__NDMQS.button-module_link__e-4Fu:hover * {
|
|
602
|
+
text-decoration: underline !important;
|
|
603
|
+
}
|
|
604
|
+
.button-module_button__NDMQS.button-module_transparent__zbeBu {
|
|
605
|
+
border: none !important;
|
|
606
|
+
background-color: transparent !important;
|
|
607
|
+
background: transparent !important;
|
|
608
|
+
}
|
|
609
|
+
.button-module_button__NDMQS.button-module_tiny__pBNwo {
|
|
610
|
+
height: 1.4rem;
|
|
611
|
+
min-width: 1.5rem;
|
|
612
|
+
width: 1.5rem;
|
|
613
|
+
padding: 0.2rem;
|
|
614
|
+
font-size: 0.8rem;
|
|
615
|
+
}
|
|
616
|
+
.button-module_button__NDMQS.button-module_fluid__GXxID {
|
|
617
|
+
width: 100%;
|
|
618
|
+
}
|
|
619
|
+
.button-module_button__NDMQS.button-module_truncate__c-G9k > span {
|
|
620
|
+
overflow: hidden !important;
|
|
621
|
+
white-space: nowrap !important;
|
|
622
|
+
text-overflow: ellipsis !important;
|
|
623
|
+
}
|
|
624
|
+
.button-module_button__NDMQS.button-module_animated__gLwPl {
|
|
625
|
+
transition: transform 250ms ease-out;
|
|
626
|
+
}
|
|
627
|
+
.button-module_button__NDMQS.button-module_hasShadow__42BQv {
|
|
628
|
+
box-shadow: 0 5px 15px 0 rgba(28, 37, 39, 0.1), 0 0 2px 0 rgba(0, 0, 0, 0.1);
|
|
629
|
+
}
|
|
630
|
+
.button-module_button__NDMQS.button-module_hasIcon__dXLlJ {
|
|
631
|
+
padding: 0.4rem;
|
|
632
|
+
border: none !important;
|
|
633
|
+
line-height: 1px;
|
|
634
|
+
}
|
|
635
|
+
.button-module_button__NDMQS.button-module_hasIcon__dXLlJ.button-module_tiny__pBNwo {
|
|
636
|
+
padding: 0px;
|
|
637
|
+
}
|
|
638
|
+
.button-module_button__NDMQS:hover {
|
|
639
|
+
background-color: #c5c5c5 !important;
|
|
668
640
|
}
|
|
669
|
-
.
|
|
670
|
-
transform:
|
|
641
|
+
.button-module_button__NDMQS:hover.button-module_animated__gLwPl {
|
|
642
|
+
transform: scale(1.2);
|
|
671
643
|
}
|
|
672
|
-
.
|
|
673
|
-
|
|
644
|
+
.button-module_button__NDMQS:hover.button-module_transparent__zbeBu {
|
|
645
|
+
background-color: rgba(197, 197, 197, 0.1254901961) !important;
|
|
674
646
|
}
|
|
675
|
-
.
|
|
647
|
+
.button-module_button__NDMQS.button-module_disabled__hEydO {
|
|
648
|
+
user-select: none;
|
|
676
649
|
pointer-events: none;
|
|
677
|
-
}
|
|
678
|
-
.toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH .toggle-module_slider__2IVaG {
|
|
679
650
|
cursor: not-allowed;
|
|
680
651
|
}
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
652
|
+
|
|
653
|
+
.cui-theme-dark .button-module_button__NDMQS {
|
|
654
|
+
color: #F4F4F4;
|
|
655
|
+
}
|
|
656
|
+
.cui-theme-light .button-module_button__NDMQS {
|
|
657
|
+
color: #090A0A;
|
|
658
|
+
}
|
|
659
|
+
:root {
|
|
660
|
+
--divider-line: #4a4b4b;
|
|
690
661
|
}
|
|
691
662
|
|
|
692
|
-
.
|
|
693
|
-
|
|
663
|
+
.typography-module_overflow-hidden__UmQ-v, .typography-module_text-truncate__8MgV9 {
|
|
664
|
+
overflow: hidden !important;
|
|
694
665
|
}
|
|
695
|
-
|
|
696
|
-
|
|
666
|
+
|
|
667
|
+
.typography-module_text-nowrap__dt3uu, .typography-module_text-truncate__8MgV9 {
|
|
668
|
+
white-space: nowrap !important;
|
|
697
669
|
}
|
|
698
|
-
|
|
699
|
-
|
|
670
|
+
|
|
671
|
+
.typography-module_text-ellipsis__iyHeZ, .typography-module_text-truncate__8MgV9 {
|
|
672
|
+
text-overflow: ellipsis !important;
|
|
700
673
|
}
|
|
701
|
-
|
|
702
|
-
|
|
674
|
+
|
|
675
|
+
.typography-module_headline__b0XlP {
|
|
676
|
+
font-size: 28px;
|
|
677
|
+
line-height: 32px;
|
|
703
678
|
}
|
|
704
|
-
|
|
705
|
-
|
|
679
|
+
|
|
680
|
+
.typography-module_headlineSecondary__IDnhT {
|
|
681
|
+
font-size: 24px;
|
|
682
|
+
line-height: 28px;
|
|
706
683
|
}
|
|
707
|
-
|
|
708
|
-
|
|
684
|
+
|
|
685
|
+
.typography-module_headlineTertiary__mlG-v {
|
|
686
|
+
font-size: 18px;
|
|
687
|
+
line-height: 24x;
|
|
709
688
|
}
|
|
710
|
-
|
|
711
|
-
|
|
689
|
+
|
|
690
|
+
.typography-module_paragraph__tgBAx, .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY, .typography-module_paragraphSmall__vTMiI {
|
|
691
|
+
font-size: 14px;
|
|
692
|
+
line-height: 18px;
|
|
693
|
+
font-weight: 300;
|
|
712
694
|
}
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
width: 100%;
|
|
717
|
-
height: 100%;
|
|
718
|
-
top: 0;
|
|
719
|
-
left: 0;
|
|
720
|
-
background: rgba(40, 80, 120, 0.8) !important;
|
|
721
|
-
pointer-events: all;
|
|
722
|
-
user-select: none;
|
|
723
|
-
will-change: opacity;
|
|
724
|
-
transition: opacity 450ms ease-in-out;
|
|
725
|
-
opacity: 0;
|
|
726
|
-
visibility: hidden;
|
|
695
|
+
|
|
696
|
+
.typography-module_paragraphSmall__vTMiI, .typography-module_paragraphBoldSmall__qExmY {
|
|
697
|
+
font-size: 12px;
|
|
727
698
|
}
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
699
|
+
|
|
700
|
+
.typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY {
|
|
701
|
+
font-weight: 600;
|
|
731
702
|
}
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
703
|
+
|
|
704
|
+
.typography-module_link__DWurf {
|
|
705
|
+
overflow: hidden !important;
|
|
706
|
+
white-space: nowrap !important;
|
|
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;
|
|
716
|
+
}
|
|
717
|
+
.typography-module_link__DWurf:hover:not(.typography-module_disabled__hjK8C) {
|
|
718
|
+
text-decoration: underline;
|
|
719
|
+
color: #65C5F6;
|
|
720
|
+
}
|
|
721
|
+
.typography-module_link__DWurf.typography-module_disabled__hjK8C {
|
|
722
|
+
pointer-events: none;
|
|
723
|
+
opacity: 0.6;
|
|
735
724
|
}
|
|
736
725
|
.textAndContent-module_textAndContent__X5P1n {
|
|
737
726
|
align-items: baseline;
|
|
@@ -856,97 +845,108 @@
|
|
|
856
845
|
--divider-line: #4a4b4b;
|
|
857
846
|
}
|
|
858
847
|
|
|
859
|
-
.
|
|
848
|
+
.toggle-module_overflow-hidden__NxfFx, .toggle-module_text-truncate__Wg-Jx {
|
|
860
849
|
overflow: hidden !important;
|
|
861
850
|
}
|
|
862
851
|
|
|
863
|
-
.
|
|
852
|
+
.toggle-module_text-nowrap__F9ld6, .toggle-module_text-truncate__Wg-Jx {
|
|
864
853
|
white-space: nowrap !important;
|
|
865
854
|
}
|
|
866
855
|
|
|
867
|
-
.
|
|
856
|
+
.toggle-module_text-ellipsis__ftYlg, .toggle-module_text-truncate__Wg-Jx {
|
|
868
857
|
text-overflow: ellipsis !important;
|
|
869
858
|
}
|
|
870
859
|
|
|
871
|
-
.
|
|
872
|
-
|
|
873
|
-
--popup-height: 50vh;
|
|
874
|
-
position: fixed;
|
|
875
|
-
width: var(--popup-width);
|
|
876
|
-
height: var(--popup-height);
|
|
877
|
-
--slideXFrom: 0;
|
|
878
|
-
--slideYFrom: 0;
|
|
879
|
-
will-change: opacity;
|
|
880
|
-
transition: opacity 300ms ease-in-out;
|
|
881
|
-
opacity: 0;
|
|
882
|
-
visibility: hidden;
|
|
883
|
-
pointer-events: none;
|
|
884
|
-
}
|
|
885
|
-
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz {
|
|
860
|
+
.toggle-module_toggle__p1Ep4 {
|
|
861
|
+
display: inline-block;
|
|
886
862
|
position: relative;
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
width:
|
|
890
|
-
height:
|
|
891
|
-
|
|
892
|
-
background-color: #090A0A;
|
|
893
|
-
border-radius: 4px;
|
|
894
|
-
box-shadow: 0px 10px 20px 4px rgba(0, 0, 0, 0.15);
|
|
895
|
-
transition: transform 350ms ease-out;
|
|
896
|
-
will-change: transform;
|
|
897
|
-
transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
|
|
863
|
+
max-width: 48px;
|
|
864
|
+
max-height: 24px;
|
|
865
|
+
width: 48px;
|
|
866
|
+
height: 24px;
|
|
867
|
+
border-radius: 16px !important;
|
|
898
868
|
}
|
|
899
|
-
.
|
|
900
|
-
|
|
869
|
+
.toggle-module_toggle__p1Ep4 input {
|
|
870
|
+
opacity: 0;
|
|
871
|
+
width: 0;
|
|
872
|
+
height: 0;
|
|
901
873
|
}
|
|
902
|
-
.
|
|
874
|
+
.toggle-module_toggle__p1Ep4 .toggle-module_slider__2IVaG {
|
|
875
|
+
box-sizing: border-box;
|
|
876
|
+
position: absolute;
|
|
903
877
|
cursor: pointer;
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
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;
|
|
912
888
|
}
|
|
913
|
-
.
|
|
914
|
-
|
|
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%;
|
|
915
899
|
}
|
|
916
|
-
.
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
padding: 24px;
|
|
920
|
-
overflow-y: auto;
|
|
921
|
-
display: flex;
|
|
900
|
+
.toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG {
|
|
901
|
+
background-color: #282A2A;
|
|
902
|
+
border-color: #282A2A;
|
|
922
903
|
}
|
|
923
|
-
.
|
|
924
|
-
|
|
904
|
+
.toggle-module_toggle__p1Ep4 input:focus + .toggle-module_slider__2IVaG {
|
|
905
|
+
box-shadow: 0 0 1px 1px #282A2A;
|
|
925
906
|
}
|
|
926
|
-
.
|
|
927
|
-
|
|
928
|
-
visibility: visible;
|
|
929
|
-
pointer-events: all;
|
|
907
|
+
.toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:before {
|
|
908
|
+
transform: translateX(24px);
|
|
930
909
|
}
|
|
931
|
-
.
|
|
932
|
-
|
|
910
|
+
.toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH {
|
|
911
|
+
opacity: 0.65;
|
|
933
912
|
}
|
|
934
|
-
.
|
|
935
|
-
opacity: 0;
|
|
936
|
-
visibility: hidden;
|
|
913
|
+
.toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH input {
|
|
937
914
|
pointer-events: none;
|
|
938
915
|
}
|
|
939
|
-
.
|
|
940
|
-
|
|
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;
|
|
941
928
|
}
|
|
942
929
|
|
|
943
|
-
.cui-theme-dark .
|
|
944
|
-
background-color: #
|
|
945
|
-
color: #F4F4F4;
|
|
930
|
+
.cui-theme-dark .toggle-module_toggle__p1Ep4 input:enabled + .toggle-module_slider__2IVaG:hover {
|
|
931
|
+
background-color: #003A4C;
|
|
946
932
|
}
|
|
947
|
-
.cui-theme-
|
|
948
|
-
background-color:
|
|
949
|
-
|
|
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
950
|
}
|
|
951
951
|
:root {
|
|
952
952
|
--divider-line: #4a4b4b;
|