@epam/uui 4.6.1-alpha.0 → 4.6.1
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/bundle-stats.json +1 -1
- package/components/inputs/TextInput.d.ts +1 -1
- package/components/pickers/DataPickerFooter.d.ts +1 -1
- package/components/pickers/DataPickerFooter.d.ts.map +1 -1
- package/components/pickers/docs/common.d.ts +2 -1
- package/components/pickers/docs/common.d.ts.map +1 -1
- package/components/tables/Presets/Preset.d.ts +1 -1
- package/components/tables/Presets/Preset.d.ts.map +1 -1
- package/components/tables/Presets/Presets.d.ts +2 -1
- package/components/tables/Presets/Presets.d.ts.map +1 -1
- package/components/tables/types.d.ts +19 -0
- package/components/tables/types.d.ts.map +1 -1
- package/index.js +285 -283
- package/index.js.map +1 -1
- package/package.json +6 -6
- package/styles.css +613 -613
- package/styles.css.map +1 -1
package/styles.css
CHANGED
|
@@ -33,13 +33,13 @@
|
|
|
33
33
|
font-weight: normal;
|
|
34
34
|
src: url("https://static.cdn.epam.com/uploads/690afa39a93c88c4dd13758fe1d869d5/EPM-UUI/fonts/RobotoSlab-Regular.ttf") format("truetype");
|
|
35
35
|
}
|
|
36
|
-
.
|
|
36
|
+
.HOxld.uui-button-box {
|
|
37
37
|
border-style: solid;
|
|
38
38
|
justify-content: center;
|
|
39
39
|
min-width: inherit;
|
|
40
40
|
border-radius: var(--button-border-radius);
|
|
41
41
|
}
|
|
42
|
-
.
|
|
42
|
+
.HOxld .uui-caption {
|
|
43
43
|
overflow: hidden;
|
|
44
44
|
text-overflow: ellipsis;
|
|
45
45
|
min-width: 0;
|
|
@@ -50,234 +50,234 @@
|
|
|
50
50
|
user-select: none;
|
|
51
51
|
}
|
|
52
52
|
|
|
53
|
-
.
|
|
53
|
+
._2zKN9 {
|
|
54
54
|
background-color: var(--button-bg-color);
|
|
55
55
|
color: var(--button-caption-color);
|
|
56
56
|
fill: var(--button-caption-color);
|
|
57
57
|
border-color: var(--button-bg-color);
|
|
58
58
|
}
|
|
59
|
-
.
|
|
59
|
+
._2zKN9.-clickable:hover {
|
|
60
60
|
background-color: var(--button-bg-color-hover);
|
|
61
61
|
border-color: var(--button-bg-color-hover);
|
|
62
62
|
}
|
|
63
|
-
.
|
|
63
|
+
._2zKN9.-clickable:focus {
|
|
64
64
|
background-color: var(--button-bg-color-hover);
|
|
65
65
|
border-color: var(--button-bg-color-hover);
|
|
66
66
|
box-shadow: var(--button-focus-shadow);
|
|
67
67
|
outline: var(--button-focus-outline);
|
|
68
68
|
}
|
|
69
|
-
.
|
|
69
|
+
._2zKN9.-clickable:active {
|
|
70
70
|
background-color: var(--button-bg-color-active);
|
|
71
71
|
border-color: var(--button-bg-color-active);
|
|
72
72
|
}
|
|
73
|
-
.
|
|
73
|
+
._2zKN9.uui-disabled {
|
|
74
74
|
background-color: var(--button-bg-color-disabled);
|
|
75
75
|
color: var(--button-caption-color-disabled);
|
|
76
76
|
fill: var(--button-caption-color-disabled);
|
|
77
77
|
border-color: var(--button-border-color-disabled);
|
|
78
78
|
}
|
|
79
|
-
.
|
|
79
|
+
._2zKN9.-clickable.uui-disabled, ._2zKN9:hover.uui-disabled, ._2zKN9:active.uui-disabled, ._2zKN9:focus.uui-disabled {
|
|
80
80
|
background-color: var(--button-bg-color-disabled);
|
|
81
81
|
color: var(--button-caption-color-disabled);
|
|
82
82
|
fill: var(--button-caption-color-disabled);
|
|
83
83
|
border-color: var(--button-border-color-disabled);
|
|
84
84
|
}
|
|
85
85
|
|
|
86
|
-
.
|
|
86
|
+
._Mh37 {
|
|
87
87
|
background-color: var(--button-bg-color-halftone);
|
|
88
88
|
color: var(--button-caption-halftone-color);
|
|
89
89
|
fill: var(--button-caption-halftone-color);
|
|
90
90
|
border-color: var(--button-border-color);
|
|
91
91
|
}
|
|
92
|
-
.
|
|
92
|
+
._Mh37.-clickable:hover, ._Mh37.-clickable:focus {
|
|
93
93
|
background-color: var(--button-bg-color-halftone-hover);
|
|
94
94
|
color: var(--button-caption-halftone-color);
|
|
95
95
|
fill: var(--button-caption-halftone-color);
|
|
96
96
|
border-color: var(--button-border-color);
|
|
97
97
|
}
|
|
98
|
-
.
|
|
98
|
+
._Mh37.-clickable:active {
|
|
99
99
|
background-color: var(--button-bg-color-halftone-active);
|
|
100
100
|
color: var(--button-caption-halftone-color);
|
|
101
101
|
fill: var(--button-caption-halftone-color);
|
|
102
102
|
border-color: var(--button-border-color);
|
|
103
103
|
}
|
|
104
|
-
.
|
|
104
|
+
._Mh37.uui-disabled {
|
|
105
105
|
background-color: var(--button-bg-color-halftone);
|
|
106
106
|
color: var(--button-caption-color-disabled);
|
|
107
107
|
fill: var(--button-caption-color-disabled);
|
|
108
108
|
border-color: var(--button-border-color-disabled);
|
|
109
109
|
}
|
|
110
|
-
.
|
|
110
|
+
._Mh37.-clickable.uui-disabled, ._Mh37:hover.uui-disabled, ._Mh37:active.uui-disabled, ._Mh37:focus.uui-disabled {
|
|
111
111
|
background-color: var(--button-bg-color-halftone);
|
|
112
112
|
color: var(--button-caption-color-disabled);
|
|
113
113
|
fill: var(--button-caption-color-disabled);
|
|
114
114
|
border-color: var(--button-border-color-disabled);
|
|
115
115
|
}
|
|
116
116
|
|
|
117
|
-
.
|
|
117
|
+
._2a2b4 {
|
|
118
118
|
background-color: transparent;
|
|
119
119
|
color: var(--button-caption-halftone-color);
|
|
120
120
|
fill: var(--button-caption-halftone-color);
|
|
121
121
|
border-color: var(--button-border-color);
|
|
122
122
|
}
|
|
123
|
-
.
|
|
123
|
+
._2a2b4.-clickable:hover, ._2a2b4.-clickable:focus {
|
|
124
124
|
background-color: var(--button-bg-color-halftone-hover);
|
|
125
125
|
color: var(--button-caption-halftone-color);
|
|
126
126
|
fill: var(--button-caption-halftone-color);
|
|
127
127
|
border-color: var(--button-border-color);
|
|
128
128
|
}
|
|
129
|
-
.
|
|
129
|
+
._2a2b4.-clickable:active {
|
|
130
130
|
background-color: var(--button-bg-color-halftone-active);
|
|
131
131
|
color: var(--button-caption-halftone-color);
|
|
132
132
|
fill: var(--button-caption-halftone-color);
|
|
133
133
|
border-color: var(--button-border-color);
|
|
134
134
|
}
|
|
135
|
-
.
|
|
135
|
+
._2a2b4.uui-disabled {
|
|
136
136
|
background-color: transparent;
|
|
137
137
|
color: var(--button-caption-color-disabled);
|
|
138
138
|
fill: var(--button-caption-color-disabled);
|
|
139
139
|
border-color: var(--button-border-color-disabled);
|
|
140
140
|
}
|
|
141
|
-
.
|
|
141
|
+
._2a2b4.-clickable.uui-disabled, ._2a2b4:hover.uui-disabled, ._2a2b4:active.uui-disabled, ._2a2b4:focus.uui-disabled {
|
|
142
142
|
background-color: transparent;
|
|
143
143
|
color: var(--button-caption-color-disabled);
|
|
144
144
|
fill: var(--button-caption-color-disabled);
|
|
145
145
|
border-color: var(--button-border-color-disabled);
|
|
146
146
|
}
|
|
147
147
|
|
|
148
|
-
.
|
|
148
|
+
._14l_a {
|
|
149
149
|
background-color: transparent;
|
|
150
150
|
color: var(--button-caption-halftone-color);
|
|
151
151
|
fill: var(--button-caption-halftone-color);
|
|
152
152
|
border-color: transparent;
|
|
153
153
|
}
|
|
154
|
-
.
|
|
154
|
+
._14l_a.-clickable:hover, ._14l_a.-clickable:focus {
|
|
155
155
|
background-color: var(--button-bg-color-halftone-hover);
|
|
156
156
|
border-color: var(--button-bg-color-halftone-hover);
|
|
157
157
|
}
|
|
158
|
-
.
|
|
158
|
+
._14l_a.-clickable:active {
|
|
159
159
|
background-color: var(--button-bg-color-halftone-active);
|
|
160
160
|
border-color: var(--button-bg-color-halftone-active);
|
|
161
161
|
}
|
|
162
|
-
.
|
|
162
|
+
._14l_a.uui-disabled {
|
|
163
163
|
background-color: transparent;
|
|
164
164
|
color: var(--button-caption-color-disabled);
|
|
165
165
|
fill: var(--button-caption-color-disabled);
|
|
166
166
|
border-color: transparent;
|
|
167
167
|
}
|
|
168
|
-
.
|
|
168
|
+
._14l_a.-clickable.uui-disabled, ._14l_a:hover.uui-disabled, ._14l_a:active.uui-disabled, ._14l_a:focus.uui-disabled {
|
|
169
169
|
background-color: transparent;
|
|
170
170
|
color: var(--button-caption-color-disabled);
|
|
171
171
|
fill: var(--button-caption-color-disabled);
|
|
172
172
|
border-color: transparent;
|
|
173
173
|
}
|
|
174
174
|
|
|
175
|
-
.
|
|
175
|
+
._2b-7K {
|
|
176
176
|
min-width: 24px;
|
|
177
177
|
padding-left: 5px;
|
|
178
178
|
padding-right: 5px;
|
|
179
179
|
}
|
|
180
|
-
.
|
|
180
|
+
._2b-7K .uui-caption {
|
|
181
181
|
padding-left: 6px;
|
|
182
182
|
padding-right: 6px;
|
|
183
183
|
}
|
|
184
|
-
.
|
|
184
|
+
._2b-7K.uui-button-box {
|
|
185
185
|
min-height: 24px;
|
|
186
186
|
border-width: 1px;
|
|
187
187
|
}
|
|
188
|
-
.
|
|
188
|
+
._2b-7K .uui-caption {
|
|
189
189
|
line-height: 18px;
|
|
190
190
|
font-size: 12px;
|
|
191
191
|
padding-top: 2px;
|
|
192
192
|
padding-bottom: 2px;
|
|
193
193
|
}
|
|
194
194
|
|
|
195
|
-
.
|
|
195
|
+
.xwin8 {
|
|
196
196
|
min-width: 30px;
|
|
197
197
|
padding-left: 5px;
|
|
198
198
|
padding-right: 5px;
|
|
199
199
|
}
|
|
200
|
-
.
|
|
200
|
+
.xwin8 .uui-caption {
|
|
201
201
|
padding-left: 6px;
|
|
202
202
|
padding-right: 6px;
|
|
203
203
|
}
|
|
204
|
-
.
|
|
204
|
+
.xwin8.uui-button-box {
|
|
205
205
|
min-height: 30px;
|
|
206
206
|
border-width: 1px;
|
|
207
207
|
}
|
|
208
|
-
.
|
|
208
|
+
.xwin8 .uui-caption {
|
|
209
209
|
line-height: 18px;
|
|
210
210
|
font-size: 14px;
|
|
211
211
|
padding-top: 5px;
|
|
212
212
|
padding-bottom: 5px;
|
|
213
213
|
}
|
|
214
214
|
|
|
215
|
-
.
|
|
215
|
+
._1X0Fi {
|
|
216
216
|
min-width: 36px;
|
|
217
217
|
padding-left: 5px;
|
|
218
218
|
padding-right: 5px;
|
|
219
219
|
}
|
|
220
|
-
.
|
|
220
|
+
._1X0Fi .uui-caption {
|
|
221
221
|
padding-left: 6px;
|
|
222
222
|
padding-right: 6px;
|
|
223
223
|
}
|
|
224
|
-
.
|
|
224
|
+
._1X0Fi.uui-button-box {
|
|
225
225
|
min-height: 36px;
|
|
226
226
|
border-width: 1px;
|
|
227
227
|
}
|
|
228
|
-
.
|
|
228
|
+
._1X0Fi .uui-caption {
|
|
229
229
|
line-height: 18px;
|
|
230
230
|
font-size: 14px;
|
|
231
231
|
padding-top: 8px;
|
|
232
232
|
padding-bottom: 8px;
|
|
233
233
|
}
|
|
234
234
|
|
|
235
|
-
.
|
|
235
|
+
._3-RKk {
|
|
236
236
|
min-width: 42px;
|
|
237
237
|
padding-left: 11px;
|
|
238
238
|
padding-right: 11px;
|
|
239
239
|
}
|
|
240
|
-
.
|
|
240
|
+
._3-RKk .uui-caption {
|
|
241
241
|
padding-left: 6px;
|
|
242
242
|
padding-right: 6px;
|
|
243
243
|
}
|
|
244
|
-
.
|
|
244
|
+
._3-RKk.uui-button-box {
|
|
245
245
|
min-height: 42px;
|
|
246
246
|
border-width: 1px;
|
|
247
247
|
}
|
|
248
|
-
.
|
|
248
|
+
._3-RKk .uui-caption {
|
|
249
249
|
line-height: 24px;
|
|
250
250
|
font-size: 16px;
|
|
251
251
|
padding-top: 8px;
|
|
252
252
|
padding-bottom: 8px;
|
|
253
253
|
font-size: 14px;
|
|
254
254
|
}
|
|
255
|
-
.
|
|
255
|
+
._3-RKk .uui-caption {
|
|
256
256
|
font-family: var(--font-primary);
|
|
257
257
|
text-transform: uppercase;
|
|
258
258
|
}
|
|
259
259
|
|
|
260
|
-
.
|
|
260
|
+
._2WTjo {
|
|
261
261
|
min-width: 48px;
|
|
262
262
|
padding-left: 11px;
|
|
263
263
|
padding-right: 11px;
|
|
264
264
|
}
|
|
265
|
-
.
|
|
265
|
+
._2WTjo .uui-caption {
|
|
266
266
|
padding-left: 6px;
|
|
267
267
|
padding-right: 6px;
|
|
268
268
|
}
|
|
269
|
-
.
|
|
269
|
+
._2WTjo.uui-button-box {
|
|
270
270
|
min-height: 48px;
|
|
271
271
|
border-width: 1px;
|
|
272
272
|
}
|
|
273
|
-
.
|
|
273
|
+
._2WTjo .uui-caption {
|
|
274
274
|
line-height: 24px;
|
|
275
275
|
font-size: 16px;
|
|
276
276
|
padding-top: 11px;
|
|
277
277
|
padding-bottom: 11px;
|
|
278
278
|
font-size: 14px;
|
|
279
279
|
}
|
|
280
|
-
.
|
|
280
|
+
._2WTjo .uui-caption {
|
|
281
281
|
font-family: var(--font-primary);
|
|
282
282
|
text-transform: uppercase;
|
|
283
283
|
}
|
|
@@ -393,182 +393,182 @@
|
|
|
393
393
|
--icon-button-icon-color-active: var(--secondary-active-color);
|
|
394
394
|
--icon-button-icon-color-disabled: var(--secondary-disabled-color);
|
|
395
395
|
}
|
|
396
|
-
.
|
|
396
|
+
._1v2d0 {
|
|
397
397
|
fill: var(--icon-button-icon-color);
|
|
398
398
|
}
|
|
399
|
-
.
|
|
399
|
+
._1v2d0.-clickable:hover, ._1v2d0.-clickable:focus {
|
|
400
400
|
fill: var(--icon-button-icon-color-hover);
|
|
401
401
|
}
|
|
402
|
-
.
|
|
402
|
+
._1v2d0.-clickable:active {
|
|
403
403
|
fill: var(--icon-button-icon-color-active);
|
|
404
404
|
}
|
|
405
|
-
.
|
|
405
|
+
._1v2d0.uui-disabled {
|
|
406
406
|
fill: var(--icon-button-icon-color-disabled);
|
|
407
407
|
}
|
|
408
|
-
.
|
|
408
|
+
._1v2d0.uui-disabled.-clickable:hover, ._1v2d0.uui-disabled.-clickable:focus {
|
|
409
409
|
fill: var(--icon-button-icon-color-disabled);
|
|
410
410
|
}
|
|
411
|
-
.
|
|
411
|
+
._1v2d0.uui-disabled.-clickable:active {
|
|
412
412
|
fill: var(--icon-button-icon-color-disabled);
|
|
413
413
|
}
|
|
414
|
-
.
|
|
414
|
+
._1v2d0.uui-invalid {
|
|
415
415
|
fill: var(--icon-button-icon-color-invalid);
|
|
416
416
|
}
|
|
417
|
-
.
|
|
417
|
+
._2NI6N.uui-button-box {
|
|
418
418
|
background-color: transparent;
|
|
419
419
|
color: var(--link-button-text-color);
|
|
420
420
|
fill: var(--link-button-text-color);
|
|
421
421
|
}
|
|
422
|
-
.
|
|
422
|
+
._2NI6N.uui-button-box.-clickable:not(.uui-disabled):hover, ._2NI6N.uui-button-box.-clickable:not(.uui-disabled):focus {
|
|
423
423
|
color: var(--link-button-text-color-hover);
|
|
424
424
|
fill: var(--link-button-text-color-hover);
|
|
425
425
|
}
|
|
426
|
-
.
|
|
426
|
+
._2NI6N.uui-button-box.-clickable:not(.uui-disabled):active {
|
|
427
427
|
color: var(--link-button-text-color-active);
|
|
428
428
|
fill: var(--link-button-text-color-active);
|
|
429
429
|
}
|
|
430
|
-
.
|
|
430
|
+
._2NI6N.uui-button-box.-clickable:not(.uui-disabled):focus {
|
|
431
431
|
box-shadow: none;
|
|
432
432
|
}
|
|
433
|
-
.
|
|
433
|
+
._2NI6N.uui-button-box.uui-disabled {
|
|
434
434
|
color: var(--link-button-text-color-disabled);
|
|
435
435
|
fill: var(--link-button-text-color-disabled);
|
|
436
436
|
background-color: transparent;
|
|
437
437
|
}
|
|
438
|
-
.
|
|
438
|
+
._2NI6N.uui-button-box.uui-disabled:hover {
|
|
439
439
|
background-color: transparent;
|
|
440
440
|
}
|
|
441
|
-
.
|
|
441
|
+
._2NI6N .uui-caption {
|
|
442
442
|
font-family: var(--font-semibold);
|
|
443
443
|
font-weight: normal;
|
|
444
444
|
}
|
|
445
|
-
.
|
|
445
|
+
._2NI6N._3fzAO {
|
|
446
446
|
min-width: 18px;
|
|
447
447
|
min-width: auto;
|
|
448
448
|
}
|
|
449
|
-
.
|
|
449
|
+
._2NI6N._3fzAO.uui-has-left-icon .uui-caption {
|
|
450
450
|
padding-left: 6px;
|
|
451
451
|
}
|
|
452
|
-
.
|
|
452
|
+
._2NI6N._3fzAO.uui-has-right-icon .uui-caption {
|
|
453
453
|
padding-right: 6px;
|
|
454
454
|
}
|
|
455
|
-
.
|
|
455
|
+
._2NI6N._3fzAO.uui-button-box {
|
|
456
456
|
min-height: 18px;
|
|
457
457
|
border-width: 0;
|
|
458
458
|
}
|
|
459
|
-
.
|
|
459
|
+
._2NI6N._3fzAO .uui-caption {
|
|
460
460
|
line-height: 12px;
|
|
461
461
|
font-size: 10px;
|
|
462
462
|
padding-top: 3px;
|
|
463
463
|
padding-bottom: 3px;
|
|
464
464
|
}
|
|
465
|
-
.
|
|
465
|
+
._2NI6N._1AVGI {
|
|
466
466
|
min-width: 24px;
|
|
467
467
|
min-width: auto;
|
|
468
468
|
}
|
|
469
|
-
.
|
|
469
|
+
._2NI6N._1AVGI.uui-has-left-icon .uui-caption {
|
|
470
470
|
padding-left: 6px;
|
|
471
471
|
}
|
|
472
|
-
.
|
|
472
|
+
._2NI6N._1AVGI.uui-has-right-icon .uui-caption {
|
|
473
473
|
padding-right: 6px;
|
|
474
474
|
}
|
|
475
|
-
.
|
|
475
|
+
._2NI6N._1AVGI.uui-button-box {
|
|
476
476
|
min-height: 24px;
|
|
477
477
|
border-width: 0;
|
|
478
478
|
}
|
|
479
|
-
.
|
|
479
|
+
._2NI6N._1AVGI .uui-caption {
|
|
480
480
|
line-height: 18px;
|
|
481
481
|
font-size: 12px;
|
|
482
482
|
padding-top: 3px;
|
|
483
483
|
padding-bottom: 3px;
|
|
484
484
|
}
|
|
485
|
-
.
|
|
485
|
+
._2NI6N._35v2p {
|
|
486
486
|
min-width: 30px;
|
|
487
487
|
min-width: auto;
|
|
488
488
|
}
|
|
489
|
-
.
|
|
489
|
+
._2NI6N._35v2p.uui-has-left-icon .uui-caption {
|
|
490
490
|
padding-left: 6px;
|
|
491
491
|
}
|
|
492
|
-
.
|
|
492
|
+
._2NI6N._35v2p.uui-has-right-icon .uui-caption {
|
|
493
493
|
padding-right: 6px;
|
|
494
494
|
}
|
|
495
|
-
.
|
|
495
|
+
._2NI6N._35v2p.uui-button-box {
|
|
496
496
|
min-height: 30px;
|
|
497
497
|
border-width: 0;
|
|
498
498
|
}
|
|
499
|
-
.
|
|
499
|
+
._2NI6N._35v2p .uui-caption {
|
|
500
500
|
line-height: 18px;
|
|
501
501
|
font-size: 14px;
|
|
502
502
|
padding-top: 6px;
|
|
503
503
|
padding-bottom: 6px;
|
|
504
504
|
}
|
|
505
|
-
.
|
|
505
|
+
._2NI6N._2IFv5 {
|
|
506
506
|
min-width: 36px;
|
|
507
507
|
min-width: auto;
|
|
508
508
|
}
|
|
509
|
-
.
|
|
509
|
+
._2NI6N._2IFv5.uui-has-left-icon .uui-caption {
|
|
510
510
|
padding-left: 6px;
|
|
511
511
|
}
|
|
512
|
-
.
|
|
512
|
+
._2NI6N._2IFv5.uui-has-right-icon .uui-caption {
|
|
513
513
|
padding-right: 6px;
|
|
514
514
|
}
|
|
515
|
-
.
|
|
515
|
+
._2NI6N._2IFv5.uui-button-box {
|
|
516
516
|
min-height: 36px;
|
|
517
517
|
border-width: 0;
|
|
518
518
|
}
|
|
519
|
-
.
|
|
519
|
+
._2NI6N._2IFv5 .uui-caption {
|
|
520
520
|
line-height: 18px;
|
|
521
521
|
font-size: 14px;
|
|
522
522
|
padding-top: 9px;
|
|
523
523
|
padding-bottom: 9px;
|
|
524
524
|
}
|
|
525
|
-
.
|
|
525
|
+
._2NI6N.vCa_o {
|
|
526
526
|
min-width: 42px;
|
|
527
527
|
min-width: auto;
|
|
528
528
|
}
|
|
529
|
-
.
|
|
529
|
+
._2NI6N.vCa_o.uui-has-left-icon .uui-caption {
|
|
530
530
|
padding-left: 6px;
|
|
531
531
|
}
|
|
532
|
-
.
|
|
532
|
+
._2NI6N.vCa_o.uui-has-right-icon .uui-caption {
|
|
533
533
|
padding-right: 6px;
|
|
534
534
|
}
|
|
535
|
-
.
|
|
535
|
+
._2NI6N.vCa_o.uui-button-box {
|
|
536
536
|
min-height: 42px;
|
|
537
537
|
border-width: 0;
|
|
538
538
|
}
|
|
539
|
-
.
|
|
539
|
+
._2NI6N.vCa_o .uui-caption {
|
|
540
540
|
line-height: 24px;
|
|
541
541
|
font-size: 16px;
|
|
542
542
|
padding-top: 9px;
|
|
543
543
|
padding-bottom: 9px;
|
|
544
544
|
font-size: 14px;
|
|
545
545
|
}
|
|
546
|
-
.
|
|
546
|
+
._2NI6N.vCa_o .uui-caption {
|
|
547
547
|
font-family: var(--font-primary);
|
|
548
548
|
text-transform: uppercase;
|
|
549
549
|
}
|
|
550
|
-
.
|
|
550
|
+
._2NI6N._2yf4D {
|
|
551
551
|
min-width: 48px;
|
|
552
552
|
min-width: auto;
|
|
553
553
|
}
|
|
554
|
-
.
|
|
554
|
+
._2NI6N._2yf4D.uui-has-left-icon .uui-caption {
|
|
555
555
|
padding-left: 6px;
|
|
556
556
|
}
|
|
557
|
-
.
|
|
557
|
+
._2NI6N._2yf4D.uui-has-right-icon .uui-caption {
|
|
558
558
|
padding-right: 6px;
|
|
559
559
|
}
|
|
560
|
-
.
|
|
560
|
+
._2NI6N._2yf4D.uui-button-box {
|
|
561
561
|
min-height: 48px;
|
|
562
562
|
border-width: 0;
|
|
563
563
|
}
|
|
564
|
-
.
|
|
564
|
+
._2NI6N._2yf4D .uui-caption {
|
|
565
565
|
line-height: 24px;
|
|
566
566
|
font-size: 16px;
|
|
567
567
|
padding-top: 12px;
|
|
568
568
|
padding-bottom: 12px;
|
|
569
569
|
font-size: 14px;
|
|
570
570
|
}
|
|
571
|
-
.
|
|
571
|
+
._2NI6N._2yf4D .uui-caption {
|
|
572
572
|
font-family: var(--font-primary);
|
|
573
573
|
text-transform: uppercase;
|
|
574
574
|
}
|
|
@@ -586,7 +586,7 @@
|
|
|
586
586
|
--tab-button-count-bg-color: white;
|
|
587
587
|
--tab-button-count-color: var(--text-secondary-color);
|
|
588
588
|
}
|
|
589
|
-
.
|
|
589
|
+
._2iNrE {
|
|
590
590
|
min-width: 36px;
|
|
591
591
|
color: var(--tab-button-text-color);
|
|
592
592
|
fill: var(--tab-button-text-color);
|
|
@@ -602,39 +602,39 @@
|
|
|
602
602
|
font-weight: normal;
|
|
603
603
|
border-bottom: 3px solid transparent;
|
|
604
604
|
}
|
|
605
|
-
.
|
|
605
|
+
._2iNrE.uui-has-left-icon .uui-caption {
|
|
606
606
|
padding-left: 6px;
|
|
607
607
|
}
|
|
608
|
-
.
|
|
608
|
+
._2iNrE.uui-has-right-icon .uui-caption {
|
|
609
609
|
padding-right: 6px;
|
|
610
610
|
}
|
|
611
|
-
.
|
|
611
|
+
._2iNrE:hover, ._2iNrE:focus {
|
|
612
612
|
color: var(--tab-button-text-color-active);
|
|
613
613
|
fill: var(--tab-button-text-color-active);
|
|
614
614
|
}
|
|
615
|
-
.
|
|
615
|
+
._2iNrE.uui-active {
|
|
616
616
|
color: var(--tab-button-text-color-active);
|
|
617
617
|
fill: var(--tab-button-text-color-active);
|
|
618
618
|
border-color: var(--tab-button-text-color-active);
|
|
619
619
|
}
|
|
620
|
-
.
|
|
620
|
+
._2iNrE.uui-active {
|
|
621
621
|
border-color: var(--tab-button-text-color-active);
|
|
622
622
|
}
|
|
623
|
-
.
|
|
623
|
+
._2iNrE.uui-disabled {
|
|
624
624
|
color: var(--tab-button-text-color-disabled);
|
|
625
625
|
fill: var(--tab-button-text-color-disabled);
|
|
626
626
|
background-color: transparent;
|
|
627
627
|
}
|
|
628
|
-
.
|
|
628
|
+
._2iNrE.uui-disabled:hover, ._2iNrE.uui-disabled:focus {
|
|
629
629
|
color: var(--tab-button-text-color-disabled);
|
|
630
630
|
fill: var(--tab-button-text-color-disabled);
|
|
631
631
|
}
|
|
632
|
-
.
|
|
632
|
+
._2iNrE.uui-disabled.uui-active {
|
|
633
633
|
color: var(--tab-button-text-color-disabled);
|
|
634
634
|
fill: var(--tab-button-text-color-disabled);
|
|
635
635
|
border-color: var(--tab-button-text-color-disabled);
|
|
636
636
|
}
|
|
637
|
-
.
|
|
637
|
+
._2iNrE.QFhhY::after {
|
|
638
638
|
content: "";
|
|
639
639
|
margin-bottom: 18px;
|
|
640
640
|
height: 6px;
|
|
@@ -643,7 +643,7 @@
|
|
|
643
643
|
box-shadow: 0 1px 8px 0 var(--negative-color);
|
|
644
644
|
border-radius: 50%;
|
|
645
645
|
}
|
|
646
|
-
.
|
|
646
|
+
._2iNrE .uui-count {
|
|
647
647
|
line-height: 18px;
|
|
648
648
|
font-size: 12px;
|
|
649
649
|
padding-top: 3px;
|
|
@@ -656,112 +656,112 @@
|
|
|
656
656
|
margin-right: 3px;
|
|
657
657
|
border-radius: 9px;
|
|
658
658
|
}
|
|
659
|
-
.
|
|
659
|
+
._2iNrE .uui-caption {
|
|
660
660
|
line-height: 18px;
|
|
661
661
|
font-size: 14px;
|
|
662
662
|
padding-top: 9px;
|
|
663
663
|
padding-bottom: 9px;
|
|
664
664
|
}
|
|
665
|
-
.
|
|
665
|
+
._2iNrE._3je7s {
|
|
666
666
|
height: 36px;
|
|
667
667
|
}
|
|
668
|
-
.
|
|
668
|
+
._2iNrE._1-sA8 {
|
|
669
669
|
height: 48px;
|
|
670
670
|
}
|
|
671
|
-
.
|
|
671
|
+
._2iNrE._3BJ72 {
|
|
672
672
|
height: 60px;
|
|
673
673
|
}
|
|
674
|
-
.
|
|
674
|
+
._16yTh {
|
|
675
675
|
border-bottom: none;
|
|
676
676
|
border-left: 3px solid transparent;
|
|
677
677
|
}
|
|
678
|
-
.
|
|
678
|
+
._18O1E:hover .uui-checkbox, ._18O1E:active .uui-checkbox, ._18O1E:focus-within .uui-checkbox {
|
|
679
679
|
border-color: var(--checkbox-border-color-hover);
|
|
680
680
|
}
|
|
681
|
-
.
|
|
681
|
+
._18O1E:hover .uui-checked, ._18O1E:active .uui-checked, ._18O1E:focus-within .uui-checked {
|
|
682
682
|
background-color: var(--checkbox-bg-color-checked-hover);
|
|
683
683
|
}
|
|
684
|
-
.
|
|
684
|
+
._18O1E .uui-checkbox {
|
|
685
685
|
background-color: var(--checkbox-bg-color);
|
|
686
686
|
border: 1px solid var(--checkbox-border-color);
|
|
687
687
|
border-radius: var(--checkbox-border-radius);
|
|
688
688
|
}
|
|
689
|
-
.
|
|
689
|
+
._18O1E .uui-input-label {
|
|
690
690
|
font-family: var(--font-regular);
|
|
691
691
|
color: var(--checkbox-label-color);
|
|
692
692
|
margin-left: 12px;
|
|
693
693
|
flex-grow: 1;
|
|
694
694
|
}
|
|
695
|
-
.
|
|
695
|
+
._18O1E .uui-checked {
|
|
696
696
|
background-color: var(--checkbox-bg-color-checked);
|
|
697
697
|
border-color: var(--checkbox-border-color-checked);
|
|
698
698
|
fill: var(--checkbox-fill-color);
|
|
699
699
|
}
|
|
700
|
-
.
|
|
700
|
+
._18O1E.uui-disabled, ._18O1E.uui-readonly {
|
|
701
701
|
cursor: default;
|
|
702
702
|
}
|
|
703
|
-
.
|
|
703
|
+
._18O1E.uui-disabled .uui-checkbox, ._18O1E.uui-readonly .uui-checkbox {
|
|
704
704
|
cursor: default;
|
|
705
705
|
background-color: var(--checkbox-bg-color-disabled);
|
|
706
706
|
border-color: var(--checkbox-border-color-disabled);
|
|
707
707
|
}
|
|
708
|
-
.
|
|
708
|
+
._18O1E.uui-disabled:hover.uui-checkbox, ._18O1E.uui-disabled.uui-checked.uui-checkbox, ._18O1E.uui-disabled:focus-within.uui-checkbox, ._18O1E.uui-readonly:hover.uui-checkbox, ._18O1E.uui-readonly.uui-checked.uui-checkbox, ._18O1E.uui-readonly:focus-within.uui-checkbox {
|
|
709
709
|
border-color: var(--checkbox-border-color-checked-disabled);
|
|
710
710
|
}
|
|
711
|
-
.
|
|
711
|
+
._18O1E.uui-disabled:hover.uui-icon, ._18O1E.uui-disabled.uui-checked.uui-icon, ._18O1E.uui-disabled:focus-within.uui-icon, ._18O1E.uui-readonly:hover.uui-icon, ._18O1E.uui-readonly.uui-checked.uui-icon, ._18O1E.uui-readonly:focus-within.uui-icon {
|
|
712
712
|
background-color: var(--checkbox-bg-color-checked-disabled);
|
|
713
713
|
border-color: var(--checkbox-border-color-checked-disabled);
|
|
714
714
|
}
|
|
715
|
-
.
|
|
715
|
+
._18O1E.uui-disabled .uui-input-label, ._18O1E.uui-readonly .uui-input-label {
|
|
716
716
|
color: var(--checkbox-label-color-disabled);
|
|
717
717
|
}
|
|
718
|
-
.
|
|
718
|
+
._18O1E.uui-disabled .uui-checked, ._18O1E.uui-readonly .uui-checked {
|
|
719
719
|
background-color: var(--checkbox-bg-color-checked-disabled);
|
|
720
720
|
border-color: var(--checkbox-border-color-checked-disabled);
|
|
721
721
|
}
|
|
722
|
-
.
|
|
722
|
+
._18O1E.uui-invalid .uui-checkbox {
|
|
723
723
|
border-color: var(--checkbox-error-color);
|
|
724
724
|
fill: var(--checkbox-error-color);
|
|
725
725
|
}
|
|
726
|
-
.
|
|
726
|
+
._18O1E.uui-invalid .uui-checkbox:hover, ._18O1E.uui-invalid .uui-checkbox:active, ._18O1E.uui-invalid .uui-checkbox:focus-within {
|
|
727
727
|
border-color: var(--checkbox-error-color);
|
|
728
728
|
fill: var(--checkbox-error-color);
|
|
729
729
|
}
|
|
730
|
-
.
|
|
730
|
+
._18O1E.uui-invalid .uui-checkbox.uui-checked {
|
|
731
731
|
fill: var(--checkbox-fill-color);
|
|
732
732
|
background-color: var(--checkbox-error-color);
|
|
733
733
|
border-color: var(--checkbox-error-color);
|
|
734
734
|
}
|
|
735
|
-
.
|
|
735
|
+
._18O1E.uui-invalid .uui-checkbox.uui-checked:hover, ._18O1E.uui-invalid .uui-checkbox.uui-checked:active, ._18O1E.uui-invalid .uui-checkbox.uui-checked:focus-within {
|
|
736
736
|
background-color: var(--checkbox-error-color);
|
|
737
737
|
border-color: var(--checkbox-error-color);
|
|
738
738
|
}
|
|
739
|
-
.
|
|
739
|
+
._18O1E.uui-invalid .uui-input-label {
|
|
740
740
|
color: var(--checkbox-error-color);
|
|
741
741
|
}
|
|
742
|
-
.
|
|
742
|
+
._18O1E._2HJLf .uui-checkbox {
|
|
743
743
|
width: 18px;
|
|
744
744
|
height: 18px;
|
|
745
745
|
}
|
|
746
|
-
.
|
|
746
|
+
._18O1E._2HJLf .uui-checkbox .uui-icon svg {
|
|
747
747
|
width: 18px;
|
|
748
748
|
}
|
|
749
|
-
.
|
|
749
|
+
._18O1E._2HJLf .uui-input-label {
|
|
750
750
|
font-size: 14px;
|
|
751
751
|
line-height: 18px;
|
|
752
752
|
}
|
|
753
|
-
.
|
|
753
|
+
._18O1E.xC7GO .uui-checkbox {
|
|
754
754
|
width: 12px;
|
|
755
755
|
height: 12px;
|
|
756
756
|
}
|
|
757
|
-
.
|
|
757
|
+
._18O1E.xC7GO .uui-checkbox .uui-icon svg {
|
|
758
758
|
width: 12px;
|
|
759
759
|
}
|
|
760
|
-
.
|
|
760
|
+
._18O1E.xC7GO .uui-input-label {
|
|
761
761
|
font-size: 12px;
|
|
762
762
|
line-height: 12px;
|
|
763
763
|
}
|
|
764
|
-
.
|
|
764
|
+
._18O1E.xC7GO .uui-input-label {
|
|
765
765
|
margin-left: 6px;
|
|
766
766
|
}
|
|
767
767
|
.checkbox-vars {
|
|
@@ -796,36 +796,36 @@
|
|
|
796
796
|
--radio-input-fill-color-checked-disabled: var(--input-border-checked-disabled-color);
|
|
797
797
|
--radio-input-error-color: var(--negative-color);
|
|
798
798
|
}
|
|
799
|
-
.
|
|
799
|
+
._1a22H:hover .uui-radioinput, ._1a22H:focus-within .uui-radioinput {
|
|
800
800
|
border-color: var(--radio-input-border-color-hover);
|
|
801
801
|
}
|
|
802
|
-
.
|
|
802
|
+
._1a22H:hover .uui-radioinput.uui-checked, ._1a22H:focus-within .uui-radioinput.uui-checked {
|
|
803
803
|
border-color: var(--radio-input-border-color-hover);
|
|
804
804
|
}
|
|
805
|
-
.
|
|
805
|
+
._1a22H:hover .uui-radioinput.uui-checked .uui-icon, ._1a22H:focus-within .uui-radioinput.uui-checked .uui-icon {
|
|
806
806
|
fill: var(--radio-input-fill-color-hover);
|
|
807
807
|
}
|
|
808
|
-
.
|
|
808
|
+
._1a22H:hover.uui-disabled .uui-radioinput, ._1a22H:hover.uui-readonly .uui-radioinput, ._1a22H:focus-within.uui-disabled .uui-radioinput, ._1a22H:focus-within.uui-readonly .uui-radioinput {
|
|
809
809
|
background-color: var(--radio-input-bg-color-disabled);
|
|
810
810
|
border-color: var(--radio-input-border-color-disabled);
|
|
811
811
|
}
|
|
812
|
-
.
|
|
812
|
+
._1a22H:hover.uui-disabled .uui-radioinput .uui-icon, ._1a22H:hover.uui-readonly .uui-radioinput .uui-icon, ._1a22H:focus-within.uui-disabled .uui-radioinput .uui-icon, ._1a22H:focus-within.uui-readonly .uui-radioinput .uui-icon {
|
|
813
813
|
fill: var(--radio-input-fill-color-checked-disabled);
|
|
814
814
|
}
|
|
815
|
-
.
|
|
815
|
+
._1a22H .uui-radioinput {
|
|
816
816
|
background-color: var(--radio-input-bg-color);
|
|
817
817
|
border: 1px solid var(--radio-input-border-color);
|
|
818
818
|
align-self: baseline;
|
|
819
819
|
flex-shrink: 0;
|
|
820
820
|
box-sizing: border-box;
|
|
821
821
|
}
|
|
822
|
-
.
|
|
822
|
+
._1a22H .uui-radioinput.uui-checked {
|
|
823
823
|
border-color: var(--radio-input-border-color-checked);
|
|
824
824
|
}
|
|
825
|
-
.
|
|
825
|
+
._1a22H .uui-radioinput.uui-checked .uui-icon {
|
|
826
826
|
fill: var(--radio-input-fill-color-checked);
|
|
827
827
|
}
|
|
828
|
-
.
|
|
828
|
+
._1a22H .uui-input-label {
|
|
829
829
|
color: var(--radio-input-label-color);
|
|
830
830
|
flex-grow: 1;
|
|
831
831
|
font-family: var(--font-regular);
|
|
@@ -833,145 +833,145 @@
|
|
|
833
833
|
display: flex;
|
|
834
834
|
align-items: center;
|
|
835
835
|
}
|
|
836
|
-
.
|
|
836
|
+
._1a22H.uui-invalid .uui-icon {
|
|
837
837
|
fill: var(--radio-input-error-color);
|
|
838
838
|
}
|
|
839
|
-
.
|
|
839
|
+
._1a22H.uui-invalid .uui-input-label {
|
|
840
840
|
color: var(--radio-input-error-color);
|
|
841
841
|
}
|
|
842
|
-
.
|
|
842
|
+
._1a22H.uui-invalid .uui-radioinput {
|
|
843
843
|
border-color: var(--radio-input-error-color);
|
|
844
844
|
}
|
|
845
|
-
.
|
|
845
|
+
._1a22H.uui-invalid .uui-checked.uui-radioinput .uui-icon {
|
|
846
846
|
fill: var(--radio-input-error-color);
|
|
847
847
|
}
|
|
848
|
-
.
|
|
848
|
+
._1a22H.uui-invalid:hover .uui-radioinput, ._1a22H.uui-invalid:focus-within .uui-radioinput {
|
|
849
849
|
border-color: var(--radio-input-error-color);
|
|
850
850
|
}
|
|
851
|
-
.
|
|
851
|
+
._1a22H.uui-invalid:hover .uui-icon, ._1a22H.uui-invalid:focus-within .uui-icon {
|
|
852
852
|
fill: var(--radio-input-error-color);
|
|
853
853
|
}
|
|
854
|
-
.
|
|
854
|
+
._1a22H.uui-disabled, ._1a22H.uui-readonly {
|
|
855
855
|
cursor: default;
|
|
856
856
|
}
|
|
857
|
-
.
|
|
857
|
+
._1a22H.uui-disabled .uui-radioinput, ._1a22H.uui-readonly .uui-radioinput {
|
|
858
858
|
cursor: default;
|
|
859
859
|
background-color: var(--radio-input-bg-color-disabled);
|
|
860
860
|
border-color: var(--radio-input-border-color-disabled);
|
|
861
861
|
}
|
|
862
|
-
.
|
|
862
|
+
._1a22H.uui-disabled .uui-radioinput .uui-icon, ._1a22H.uui-readonly .uui-radioinput .uui-icon {
|
|
863
863
|
fill: var(--radio-input-fill-color-checked-disabled);
|
|
864
864
|
}
|
|
865
|
-
.
|
|
865
|
+
._1a22H.uui-disabled .uui-radioinput.uui-checked, ._1a22H.uui-readonly .uui-radioinput.uui-checked {
|
|
866
866
|
border-color: var(--radio-input-border-color-checked-disabled);
|
|
867
867
|
}
|
|
868
|
-
.
|
|
868
|
+
._1a22H.uui-disabled .uui-radioinput.uui-checked .uui-icon, ._1a22H.uui-readonly .uui-radioinput.uui-checked .uui-icon {
|
|
869
869
|
fill: var(--radio-input-fill-color-checked-disabled);
|
|
870
870
|
}
|
|
871
|
-
.
|
|
871
|
+
._1a22H.uui-disabled.uui-invalid .uui-radioinput, ._1a22H.uui-readonly.uui-invalid .uui-radioinput {
|
|
872
872
|
cursor: default;
|
|
873
873
|
background-color: var(--radio-input-bg-color-disabled);
|
|
874
874
|
border-color: var(--radio-input-border-color-disabled);
|
|
875
875
|
}
|
|
876
|
-
.
|
|
876
|
+
._1a22H.uui-disabled.uui-invalid .uui-radioinput .uui-icon, ._1a22H.uui-readonly.uui-invalid .uui-radioinput .uui-icon {
|
|
877
877
|
fill: var(--radio-input-fill-color-checked-disabled);
|
|
878
878
|
}
|
|
879
|
-
.
|
|
879
|
+
._1a22H.uui-readonly .uui-input-label {
|
|
880
880
|
color: var(--radio-input-label-color);
|
|
881
881
|
}
|
|
882
|
-
.
|
|
882
|
+
._1a22H.uui-disabled .uui-input-label {
|
|
883
883
|
color: var(--radio-input-label-color-disabled);
|
|
884
884
|
}
|
|
885
|
-
.
|
|
885
|
+
._1a22H.s_5id .uui-radioinput {
|
|
886
886
|
width: 18px;
|
|
887
887
|
height: 18px;
|
|
888
888
|
border-radius: 9px;
|
|
889
889
|
margin: 0px 0;
|
|
890
890
|
}
|
|
891
|
-
.
|
|
891
|
+
._1a22H.s_5id .uui-icon {
|
|
892
892
|
margin: 0px 0;
|
|
893
893
|
}
|
|
894
|
-
.
|
|
894
|
+
._1a22H.s_5id .uui-icon svg {
|
|
895
895
|
height: 18px;
|
|
896
896
|
width: 18px;
|
|
897
897
|
}
|
|
898
|
-
.
|
|
898
|
+
._1a22H.s_5id .uui-input-label {
|
|
899
899
|
font-size: 14px;
|
|
900
900
|
line-height: 18px;
|
|
901
901
|
}
|
|
902
|
-
.
|
|
902
|
+
._1a22H._1rWDn .uui-radioinput {
|
|
903
903
|
width: 12px;
|
|
904
904
|
height: 12px;
|
|
905
905
|
border-radius: 6px;
|
|
906
906
|
margin: 1px 0;
|
|
907
907
|
}
|
|
908
|
-
.
|
|
908
|
+
._1a22H._1rWDn .uui-icon {
|
|
909
909
|
margin: 1px 0;
|
|
910
910
|
}
|
|
911
|
-
.
|
|
911
|
+
._1a22H._1rWDn .uui-icon svg {
|
|
912
912
|
height: 12px;
|
|
913
913
|
width: 12px;
|
|
914
914
|
}
|
|
915
|
-
.
|
|
915
|
+
._1a22H._1rWDn .uui-input-label {
|
|
916
916
|
font-size: 12px;
|
|
917
917
|
line-height: 14px;
|
|
918
918
|
}
|
|
919
|
-
.
|
|
919
|
+
._1a22H._1rWDn .uui-input-label {
|
|
920
920
|
margin-left: 6px;
|
|
921
921
|
}
|
|
922
|
-
.
|
|
922
|
+
._1cFoK.nMTZv .uui-switch-body {
|
|
923
923
|
height: 12px;
|
|
924
924
|
width: 24px;
|
|
925
925
|
}
|
|
926
|
-
.
|
|
926
|
+
._1cFoK.nMTZv .uui-switch-toggler {
|
|
927
927
|
height: 12px;
|
|
928
928
|
width: 12px;
|
|
929
929
|
}
|
|
930
|
-
.
|
|
930
|
+
._1cFoK.nMTZv .uui-input-label {
|
|
931
931
|
font-size: 12px;
|
|
932
932
|
letter-spacing: 0.2px;
|
|
933
933
|
}
|
|
934
|
-
.
|
|
934
|
+
._1cFoK.nMTZv .uui-checked .uui-switch-toggler {
|
|
935
935
|
transform: translateX(12px);
|
|
936
936
|
}
|
|
937
|
-
.
|
|
937
|
+
._1cFoK.-jOEC .uui-switch-body {
|
|
938
938
|
height: 18px;
|
|
939
939
|
width: 36px;
|
|
940
940
|
}
|
|
941
|
-
.
|
|
941
|
+
._1cFoK.-jOEC .uui-switch-toggler {
|
|
942
942
|
height: 18px;
|
|
943
943
|
width: 18px;
|
|
944
944
|
}
|
|
945
|
-
.
|
|
945
|
+
._1cFoK.-jOEC .uui-input-label {
|
|
946
946
|
font-size: 14px;
|
|
947
947
|
letter-spacing: 0.1px;
|
|
948
948
|
}
|
|
949
|
-
.
|
|
949
|
+
._1cFoK.-jOEC .uui-checked .uui-switch-toggler {
|
|
950
950
|
transform: translateX(18px);
|
|
951
951
|
}
|
|
952
|
-
.
|
|
952
|
+
._1cFoK.Q490e .uui-switch-body {
|
|
953
953
|
height: 24px;
|
|
954
954
|
width: 48px;
|
|
955
955
|
}
|
|
956
|
-
.
|
|
956
|
+
._1cFoK.Q490e .uui-switch-toggler {
|
|
957
957
|
height: 24px;
|
|
958
958
|
width: 24px;
|
|
959
959
|
}
|
|
960
|
-
.
|
|
960
|
+
._1cFoK.Q490e .uui-input-label {
|
|
961
961
|
font-size: 14px;
|
|
962
962
|
letter-spacing: 0.1px;
|
|
963
963
|
}
|
|
964
|
-
.
|
|
964
|
+
._1cFoK.Q490e .uui-checked .uui-switch-toggler {
|
|
965
965
|
transform: translateX(24px);
|
|
966
966
|
}
|
|
967
|
-
.
|
|
967
|
+
._1cFoK .uui-switch-body {
|
|
968
968
|
background-color: var(--switch-bg-color);
|
|
969
969
|
border: 1px solid var(--switch-border-color);
|
|
970
970
|
width: 36px;
|
|
971
971
|
border-radius: 18px;
|
|
972
972
|
box-sizing: border-box;
|
|
973
973
|
}
|
|
974
|
-
.
|
|
974
|
+
._1cFoK .uui-switch-toggler {
|
|
975
975
|
left: -1px;
|
|
976
976
|
border-radius: 50%;
|
|
977
977
|
box-sizing: border-box;
|
|
@@ -979,54 +979,54 @@
|
|
|
979
979
|
border: 1px solid var(--switch-toggler-border-color);
|
|
980
980
|
transition: 0.1s transform cubic-bezier(0.4, 0, 0.2, 1);
|
|
981
981
|
}
|
|
982
|
-
.
|
|
982
|
+
._1cFoK .uui-input-label {
|
|
983
983
|
font-family: var(--font-regular);
|
|
984
984
|
color: var(--switch-label-color);
|
|
985
985
|
margin-left: 11px;
|
|
986
986
|
}
|
|
987
|
-
.
|
|
987
|
+
._1cFoK:hover .uui-switch-body, ._1cFoK:focus-within .uui-switch-body {
|
|
988
988
|
background-color: var(--switch-bg-color-hover);
|
|
989
989
|
border-color: var(--switch-border-color-hover);
|
|
990
990
|
}
|
|
991
|
-
.
|
|
991
|
+
._1cFoK:hover .uui-switch-toggler, ._1cFoK:focus-within .uui-switch-toggler {
|
|
992
992
|
border-color: var(--switch-toggler-border-color-hover);
|
|
993
993
|
}
|
|
994
|
-
.
|
|
994
|
+
._1cFoK:hover .uui-checked.uui-switch-body, ._1cFoK:focus-within .uui-checked.uui-switch-body {
|
|
995
995
|
background-color: var(--switch-bg-color-checked-hover);
|
|
996
996
|
border-color: var(--switch-border-color-checked-hover);
|
|
997
997
|
}
|
|
998
|
-
.
|
|
998
|
+
._1cFoK:hover .uui-checked .uui-switch-toggler, ._1cFoK:focus-within .uui-checked .uui-switch-toggler {
|
|
999
999
|
border-color: var(--switch-toggler-border-color-checked-hover);
|
|
1000
1000
|
}
|
|
1001
|
-
.
|
|
1001
|
+
._1cFoK .uui-checked.uui-switch-body {
|
|
1002
1002
|
background-color: var(--switch-bg-color-checked);
|
|
1003
1003
|
border: 1px solid var(--switch-border-color-checked);
|
|
1004
1004
|
}
|
|
1005
|
-
.
|
|
1005
|
+
._1cFoK .uui-checked.uui-switch-body .uui-switch-toggler {
|
|
1006
1006
|
border: 1px solid var(--switch-toggler-border-color-checked);
|
|
1007
1007
|
}
|
|
1008
|
-
.
|
|
1008
|
+
._1cFoK.uui-disabled .uui-input-label {
|
|
1009
1009
|
color: var(--switch-label-color-disabled);
|
|
1010
1010
|
}
|
|
1011
|
-
.
|
|
1012
|
-
.
|
|
1013
|
-
.
|
|
1014
|
-
.
|
|
1011
|
+
._1cFoK.uui-disabled,
|
|
1012
|
+
._1cFoK.uui-disabled .uui-switch-toggler,
|
|
1013
|
+
._1cFoK.uui-disabled .uui-switch-body,
|
|
1014
|
+
._1cFoK.uui-disabled .uui-input-label {
|
|
1015
1015
|
cursor: default;
|
|
1016
1016
|
}
|
|
1017
|
-
.
|
|
1017
|
+
._1cFoK.uui-disabled .uui-switch-body {
|
|
1018
1018
|
background-color: var(--switch-bg-color-disabled);
|
|
1019
1019
|
border: 1px solid var(--switch-border-color-disabled);
|
|
1020
1020
|
}
|
|
1021
|
-
.
|
|
1021
|
+
._1cFoK.uui-disabled .uui-switch-toggler, ._1cFoK.uui-disabled:hover .uui-switch-toggler, ._1cFoK.uui-disabled:focus-within .uui-switch-toggler {
|
|
1022
1022
|
background-color: var(--switch-toggler-bg-color-disabled);
|
|
1023
1023
|
border-color: var(--switch-toggler-border-color-disabled);
|
|
1024
1024
|
}
|
|
1025
|
-
.
|
|
1025
|
+
._1cFoK.uui-disabled .uui-checked.uui-switch-body {
|
|
1026
1026
|
background-color: var(--switch-bg-color-checked-disabled);
|
|
1027
1027
|
border: 1px solid var(--switch-border-color-checked-disabled);
|
|
1028
1028
|
}
|
|
1029
|
-
.
|
|
1029
|
+
._1cFoK.uui-disabled .uui-checked .uui-switch-toggler {
|
|
1030
1030
|
background-color: var(--switch-toggler-bg-color-disabled);
|
|
1031
1031
|
border-color: var(--switch-toggler-border-color-checked-disabled);
|
|
1032
1032
|
}
|
|
@@ -1054,7 +1054,7 @@
|
|
|
1054
1054
|
--switch-toggler-border-color-checked-hover: var(--input-bg-checked-hover-color);
|
|
1055
1055
|
--switch-toggler-border-color-checked-disabled: var(--input-bg-checked-disabled-color);
|
|
1056
1056
|
}
|
|
1057
|
-
.
|
|
1057
|
+
._2uaT1 {
|
|
1058
1058
|
fill: var(--text-input-icon-color);
|
|
1059
1059
|
border-style: solid;
|
|
1060
1060
|
box-sizing: border-box;
|
|
@@ -1062,159 +1062,159 @@
|
|
|
1062
1062
|
padding-right: 5px;
|
|
1063
1063
|
border-radius: var(--text-input-border-radius);
|
|
1064
1064
|
}
|
|
1065
|
-
.
|
|
1065
|
+
._2uaT1 .uui-input {
|
|
1066
1066
|
color: var(--text-input-text-color);
|
|
1067
1067
|
font-family: var(--font-regular);
|
|
1068
1068
|
padding-left: 6px;
|
|
1069
1069
|
padding-right: 6px;
|
|
1070
1070
|
}
|
|
1071
|
-
.
|
|
1071
|
+
._2uaT1 .uui-input::placeholder {
|
|
1072
1072
|
color: var(--text-input-placeholder-color);
|
|
1073
1073
|
}
|
|
1074
|
-
.
|
|
1074
|
+
._2uaT1 .uui-input:placeholder-shown {
|
|
1075
1075
|
text-overflow: ellipsis;
|
|
1076
1076
|
}
|
|
1077
|
-
.
|
|
1077
|
+
._2uaT1 .uui-input::-moz-placeholder {
|
|
1078
1078
|
opacity: 1;
|
|
1079
1079
|
}
|
|
1080
|
-
.
|
|
1080
|
+
._2uaT1._3AnyP {
|
|
1081
1081
|
background-color: var(--text-input-bg-color);
|
|
1082
1082
|
border-color: var(--text-input-border-color);
|
|
1083
1083
|
}
|
|
1084
|
-
.
|
|
1084
|
+
._2uaT1._3AnyP .-clickable {
|
|
1085
1085
|
fill: var(--text-input-icon-color-clickable);
|
|
1086
1086
|
}
|
|
1087
|
-
.
|
|
1087
|
+
._2uaT1._3AnyP .-clickable:hover {
|
|
1088
1088
|
fill: var(--text-input-icon-color-clickable-hover);
|
|
1089
1089
|
}
|
|
1090
|
-
.
|
|
1090
|
+
._2uaT1._3AnyP:hover {
|
|
1091
1091
|
border-color: var(--text-input-border-color-hover);
|
|
1092
1092
|
}
|
|
1093
|
-
.
|
|
1093
|
+
._2uaT1._3AnyP.uui-focus {
|
|
1094
1094
|
border-color: var(--text-input-border-color-active);
|
|
1095
1095
|
}
|
|
1096
|
-
.
|
|
1096
|
+
._2uaT1._3VCGP {
|
|
1097
1097
|
background-color: transparent;
|
|
1098
1098
|
border-color: transparent;
|
|
1099
1099
|
}
|
|
1100
|
-
.
|
|
1100
|
+
._2uaT1._3VCGP .uui-icon:first-child {
|
|
1101
1101
|
padding-left: 6px;
|
|
1102
1102
|
}
|
|
1103
|
-
.
|
|
1103
|
+
._2uaT1._3VCGP .-clickable {
|
|
1104
1104
|
fill: transparent;
|
|
1105
1105
|
}
|
|
1106
|
-
.
|
|
1106
|
+
._2uaT1._3VCGP:hover {
|
|
1107
1107
|
background-color: var(--text-input-bg-color);
|
|
1108
1108
|
border-color: var(--text-input-border-color);
|
|
1109
1109
|
}
|
|
1110
|
-
.
|
|
1110
|
+
._2uaT1._3VCGP:hover .-clickable {
|
|
1111
1111
|
fill: var(--text-input-icon-color-clickable);
|
|
1112
1112
|
}
|
|
1113
|
-
.
|
|
1113
|
+
._2uaT1._3VCGP:hover .-clickable:hover {
|
|
1114
1114
|
fill: var(--text-input-icon-color-clickable-hover);
|
|
1115
1115
|
}
|
|
1116
|
-
.
|
|
1116
|
+
._2uaT1._3VCGP.uui-focus {
|
|
1117
1117
|
background-color: var(--text-input-bg-color);
|
|
1118
1118
|
border-color: var(--text-input-border-color-active);
|
|
1119
1119
|
}
|
|
1120
|
-
.
|
|
1120
|
+
._2uaT1.uui-invalid._3AnyP, ._2uaT1.uui-invalid._3VCGP {
|
|
1121
1121
|
background-color: var(--text-input-bg-color);
|
|
1122
1122
|
border-color: var(--text-input-border-color-error);
|
|
1123
1123
|
}
|
|
1124
|
-
.
|
|
1124
|
+
._2uaT1.uui-readonly {
|
|
1125
1125
|
color: var(--text-input-text-color);
|
|
1126
1126
|
fill: var(--text-input-icon-color);
|
|
1127
1127
|
pointer-events: none;
|
|
1128
1128
|
}
|
|
1129
|
-
.
|
|
1129
|
+
._2uaT1.uui-readonly._3AnyP {
|
|
1130
1130
|
background-color: var(--text-input-bg-color-readonly);
|
|
1131
1131
|
border-color: var(--text-input-border-color-readonly);
|
|
1132
1132
|
}
|
|
1133
|
-
.
|
|
1133
|
+
._2uaT1.uui-readonly._3VCGP {
|
|
1134
1134
|
background-color: transparent;
|
|
1135
1135
|
border-color: transparent;
|
|
1136
1136
|
}
|
|
1137
|
-
.
|
|
1137
|
+
._2uaT1.uui-disabled {
|
|
1138
1138
|
color: var(--text-input-text-color-disabled);
|
|
1139
1139
|
fill: var(--text-input-icon-color-disabled);
|
|
1140
1140
|
pointer-events: none;
|
|
1141
1141
|
}
|
|
1142
|
-
.
|
|
1142
|
+
._2uaT1.uui-disabled .uui-input {
|
|
1143
1143
|
color: var(--text-input-text-color-disabled);
|
|
1144
1144
|
}
|
|
1145
|
-
.
|
|
1145
|
+
._2uaT1.uui-disabled .uui-input::placeholder {
|
|
1146
1146
|
color: var(--text-input-placeholder-color-disabled);
|
|
1147
1147
|
}
|
|
1148
|
-
.
|
|
1148
|
+
._2uaT1.uui-disabled._3AnyP {
|
|
1149
1149
|
background-color: var(--text-input-bg-color-disabled);
|
|
1150
1150
|
border-color: var(--text-input-border-color-disabled);
|
|
1151
1151
|
}
|
|
1152
|
-
.
|
|
1152
|
+
._2uaT1.uui-disabled._3VCGP {
|
|
1153
1153
|
background-color: transparent;
|
|
1154
1154
|
border-color: transparent;
|
|
1155
1155
|
}
|
|
1156
|
-
.
|
|
1156
|
+
._2uaT1.vN2Qp {
|
|
1157
1157
|
min-width: 24px;
|
|
1158
1158
|
}
|
|
1159
|
-
.
|
|
1159
|
+
._2uaT1.vN2Qp .uui-caption, ._2uaT1.vN2Qp .uui-input {
|
|
1160
1160
|
line-height: 18px;
|
|
1161
1161
|
font-size: 12px;
|
|
1162
1162
|
padding-top: 2px;
|
|
1163
1163
|
padding-bottom: 2px;
|
|
1164
1164
|
}
|
|
1165
|
-
.
|
|
1165
|
+
._2uaT1.vN2Qp.uui-button-box, ._2uaT1.vN2Qp.uui-input-box {
|
|
1166
1166
|
min-height: 24px;
|
|
1167
1167
|
border-width: 1px;
|
|
1168
1168
|
}
|
|
1169
|
-
.
|
|
1169
|
+
._2uaT1._2SslJ {
|
|
1170
1170
|
min-width: 30px;
|
|
1171
1171
|
}
|
|
1172
|
-
.
|
|
1172
|
+
._2uaT1._2SslJ .uui-caption, ._2uaT1._2SslJ .uui-input {
|
|
1173
1173
|
line-height: 18px;
|
|
1174
1174
|
font-size: 14px;
|
|
1175
1175
|
padding-top: 5px;
|
|
1176
1176
|
padding-bottom: 5px;
|
|
1177
1177
|
}
|
|
1178
|
-
.
|
|
1178
|
+
._2uaT1._2SslJ.uui-button-box, ._2uaT1._2SslJ.uui-input-box {
|
|
1179
1179
|
min-height: 30px;
|
|
1180
1180
|
border-width: 1px;
|
|
1181
1181
|
}
|
|
1182
|
-
.
|
|
1182
|
+
._2uaT1._3G6-Q {
|
|
1183
1183
|
min-width: 36px;
|
|
1184
1184
|
}
|
|
1185
|
-
.
|
|
1185
|
+
._2uaT1._3G6-Q .uui-caption, ._2uaT1._3G6-Q .uui-input {
|
|
1186
1186
|
line-height: 18px;
|
|
1187
1187
|
font-size: 14px;
|
|
1188
1188
|
padding-top: 8px;
|
|
1189
1189
|
padding-bottom: 8px;
|
|
1190
1190
|
}
|
|
1191
|
-
.
|
|
1191
|
+
._2uaT1._3G6-Q.uui-button-box, ._2uaT1._3G6-Q.uui-input-box {
|
|
1192
1192
|
min-height: 36px;
|
|
1193
1193
|
border-width: 1px;
|
|
1194
1194
|
}
|
|
1195
|
-
.
|
|
1195
|
+
._2uaT1._313Ly {
|
|
1196
1196
|
min-width: 42px;
|
|
1197
1197
|
}
|
|
1198
|
-
.
|
|
1198
|
+
._2uaT1._313Ly .uui-caption, ._2uaT1._313Ly .uui-input {
|
|
1199
1199
|
line-height: 24px;
|
|
1200
1200
|
font-size: 16px;
|
|
1201
1201
|
padding-top: 8px;
|
|
1202
1202
|
padding-bottom: 8px;
|
|
1203
1203
|
}
|
|
1204
|
-
.
|
|
1204
|
+
._2uaT1._313Ly.uui-button-box, ._2uaT1._313Ly.uui-input-box {
|
|
1205
1205
|
min-height: 42px;
|
|
1206
1206
|
border-width: 1px;
|
|
1207
1207
|
}
|
|
1208
|
-
.
|
|
1208
|
+
._2uaT1._3IBYC {
|
|
1209
1209
|
min-width: 48px;
|
|
1210
1210
|
}
|
|
1211
|
-
.
|
|
1211
|
+
._2uaT1._3IBYC .uui-caption, ._2uaT1._3IBYC .uui-input {
|
|
1212
1212
|
line-height: 24px;
|
|
1213
1213
|
font-size: 16px;
|
|
1214
1214
|
padding-top: 11px;
|
|
1215
1215
|
padding-bottom: 11px;
|
|
1216
1216
|
}
|
|
1217
|
-
.
|
|
1217
|
+
._2uaT1._3IBYC.uui-button-box, ._2uaT1._3IBYC.uui-input-box {
|
|
1218
1218
|
min-height: 48px;
|
|
1219
1219
|
border-width: 1px;
|
|
1220
1220
|
}
|
|
@@ -1249,16 +1249,16 @@
|
|
|
1249
1249
|
--accordion-shadow: 0 3px 6px 0 rgba(29, 30, 38, 0.10), 0 1px 3px 0 rgba(29, 30, 38, 0.10);
|
|
1250
1250
|
--accordion-shadow-hovered: 0 6px 12px 0 rgba(29, 30, 38, 0.10), 0 3px 6px 0 rgba(29, 30, 38, 0.10);
|
|
1251
1251
|
}
|
|
1252
|
-
.
|
|
1252
|
+
.aqSR3 .uui-accordion-toggler {
|
|
1253
1253
|
font-family: var(--font-semibold);
|
|
1254
1254
|
color: var(--accordion-text-color);
|
|
1255
1255
|
cursor: pointer;
|
|
1256
1256
|
}
|
|
1257
|
-
.
|
|
1257
|
+
.aqSR3 .uui-accordion-body {
|
|
1258
1258
|
font-family: var(--font-regular);
|
|
1259
1259
|
color: var(--accordion-text-color);
|
|
1260
1260
|
}
|
|
1261
|
-
.
|
|
1261
|
+
.aqSR3._20oxw .uui-accordion-toggler {
|
|
1262
1262
|
background: var(--accordion-bg-color);
|
|
1263
1263
|
box-shadow: var(--accordion-shadow);
|
|
1264
1264
|
fill: var(--accordion-icon-color);
|
|
@@ -1266,18 +1266,18 @@
|
|
|
1266
1266
|
font-size: 18px;
|
|
1267
1267
|
padding: 0 18px;
|
|
1268
1268
|
}
|
|
1269
|
-
.
|
|
1269
|
+
.aqSR3._20oxw .uui-accordion-toggler .uui-accordion-toggle-container {
|
|
1270
1270
|
min-height: 48px;
|
|
1271
1271
|
padding-top: 5px;
|
|
1272
1272
|
padding-bottom: 5px;
|
|
1273
1273
|
}
|
|
1274
|
-
.
|
|
1274
|
+
.aqSR3._20oxw .uui-accordion-toggler .uui-accordion-title {
|
|
1275
1275
|
color: var(--accordion-text-color);
|
|
1276
1276
|
}
|
|
1277
|
-
.
|
|
1277
|
+
.aqSR3._20oxw .uui-accordion-toggler:hover, .aqSR3._20oxw .uui-accordion-toggler:focus {
|
|
1278
1278
|
box-shadow: var(--accordion-shadow-hovered);
|
|
1279
1279
|
}
|
|
1280
|
-
.
|
|
1280
|
+
.aqSR3._20oxw .uui-accordion-body {
|
|
1281
1281
|
padding: 18px;
|
|
1282
1282
|
line-height: 24px;
|
|
1283
1283
|
letter-spacing: 0;
|
|
@@ -1285,160 +1285,160 @@
|
|
|
1285
1285
|
box-shadow: var(--accordion-shadow);
|
|
1286
1286
|
border-top: 1px solid var(--accordion-border-color);
|
|
1287
1287
|
}
|
|
1288
|
-
.
|
|
1288
|
+
.aqSR3._20oxw.uui-opened .uui-accordion-toggler:hover, .aqSR3._20oxw.uui-opened .uui-accordion-toggler:focus {
|
|
1289
1289
|
border-color: var(--accordion-border-color);
|
|
1290
1290
|
}
|
|
1291
|
-
.
|
|
1291
|
+
.aqSR3._20oxw.uui-disabled .uui-accordion-toggler {
|
|
1292
1292
|
cursor: default;
|
|
1293
1293
|
fill: var(--accordion-icon-color-disabled);
|
|
1294
1294
|
}
|
|
1295
|
-
.
|
|
1295
|
+
.aqSR3._20oxw.uui-disabled .uui-accordion-toggler .uui-accordion-title {
|
|
1296
1296
|
color: var(--accordion-text-color-disabled);
|
|
1297
1297
|
}
|
|
1298
|
-
.
|
|
1298
|
+
.aqSR3._20oxw.uui-disabled .uui-accordion-toggler:hover, .aqSR3._20oxw.uui-disabled .uui-accordion-toggler:focus {
|
|
1299
1299
|
box-shadow: var(--accordion-shadow);
|
|
1300
1300
|
}
|
|
1301
|
-
.
|
|
1301
|
+
.aqSR3._2_OQn .uui-accordion-toggler {
|
|
1302
1302
|
border-bottom: 1px solid var(--accordion-border-color);
|
|
1303
1303
|
fill: var(--accordion-icon-color);
|
|
1304
1304
|
line-height: 18px;
|
|
1305
1305
|
font-size: 14px;
|
|
1306
1306
|
padding: 8px 12px 8px;
|
|
1307
1307
|
}
|
|
1308
|
-
.
|
|
1308
|
+
.aqSR3._2_OQn .uui-accordion-toggler .uui-accordion-toggle-container {
|
|
1309
1309
|
min-height: 24px;
|
|
1310
1310
|
}
|
|
1311
|
-
.
|
|
1311
|
+
.aqSR3._2_OQn .uui-accordion-toggler .uui-accordion-title {
|
|
1312
1312
|
color: var(--accordion-text-color);
|
|
1313
1313
|
}
|
|
1314
|
-
.
|
|
1314
|
+
.aqSR3._2_OQn .uui-accordion-body {
|
|
1315
1315
|
padding: 1px 12px 12px;
|
|
1316
1316
|
border-bottom: 1px solid var(--accordion-border-color);
|
|
1317
1317
|
}
|
|
1318
|
-
.
|
|
1318
|
+
.aqSR3._2_OQn.uui-opened .uui-accordion-toggler {
|
|
1319
1319
|
border-bottom: unset;
|
|
1320
1320
|
}
|
|
1321
|
-
.
|
|
1321
|
+
.aqSR3._2_OQn.uui-disabled .uui-accordion-toggler {
|
|
1322
1322
|
cursor: default;
|
|
1323
1323
|
fill: var(--accordion-icon-color-disabled);
|
|
1324
1324
|
border-bottom: unset;
|
|
1325
1325
|
}
|
|
1326
|
-
.
|
|
1326
|
+
.aqSR3._2_OQn.uui-disabled .uui-accordion-toggler .uui-accordion-title {
|
|
1327
1327
|
color: var(--accordion-text-color-disabled);
|
|
1328
1328
|
}
|
|
1329
|
-
.
|
|
1329
|
+
.aqSR3._3eSYo .uui-accordion-toggler, .aqSR3._3eSYo .uui-accordion-body {
|
|
1330
1330
|
padding-left: 0px;
|
|
1331
1331
|
padding-right: 0px;
|
|
1332
1332
|
}
|
|
1333
|
-
.
|
|
1333
|
+
.aqSR3.PBoz2 .uui-accordion-toggler, .aqSR3.PBoz2 .uui-accordion-body {
|
|
1334
1334
|
padding-left: 6px;
|
|
1335
1335
|
padding-right: 6px;
|
|
1336
1336
|
}
|
|
1337
|
-
.
|
|
1337
|
+
.aqSR3._1D52c .uui-accordion-toggler, .aqSR3._1D52c .uui-accordion-body {
|
|
1338
1338
|
padding-left: 12px;
|
|
1339
1339
|
padding-right: 12px;
|
|
1340
1340
|
}
|
|
1341
|
-
.
|
|
1341
|
+
.aqSR3._2Iz0e .uui-accordion-toggler, .aqSR3._2Iz0e .uui-accordion-body {
|
|
1342
1342
|
padding-left: 18px;
|
|
1343
1343
|
padding-right: 18px;
|
|
1344
1344
|
}
|
|
1345
|
-
.
|
|
1345
|
+
._1by8N > :nth-child(n) {
|
|
1346
1346
|
border-radius: 0;
|
|
1347
1347
|
}
|
|
1348
|
-
.
|
|
1348
|
+
._1by8N > :first-child {
|
|
1349
1349
|
border-top-left-radius: var(--border-radius);
|
|
1350
1350
|
border-bottom-left-radius: var(--border-radius);
|
|
1351
1351
|
}
|
|
1352
|
-
.
|
|
1352
|
+
._1by8N > :last-child {
|
|
1353
1353
|
border-top-right-radius: var(--border-radius);
|
|
1354
1354
|
border-bottom-right-radius: var(--border-radius);
|
|
1355
1355
|
}
|
|
1356
|
-
.
|
|
1356
|
+
._3VIRb {
|
|
1357
1357
|
box-sizing: content-box;
|
|
1358
1358
|
}
|
|
1359
|
-
.
|
|
1359
|
+
._3VIRb.-clickable:hover {
|
|
1360
1360
|
background-color: var(--surface-hover-color);
|
|
1361
1361
|
cursor: pointer;
|
|
1362
1362
|
}
|
|
1363
|
-
.
|
|
1363
|
+
._3VIRb._3s-95 {
|
|
1364
1364
|
box-shadow: inset 0 10px 5px -10px rgba(51, 51, 51, 0.2);
|
|
1365
1365
|
}
|
|
1366
|
-
.
|
|
1366
|
+
._3VIRb._1GsCW {
|
|
1367
1367
|
min-height: 24px;
|
|
1368
1368
|
}
|
|
1369
|
-
.
|
|
1369
|
+
._3VIRb._3fftF {
|
|
1370
1370
|
min-height: 30px;
|
|
1371
1371
|
}
|
|
1372
|
-
.
|
|
1372
|
+
._3VIRb._31QmQ {
|
|
1373
1373
|
min-height: 36px;
|
|
1374
1374
|
}
|
|
1375
|
-
.
|
|
1375
|
+
._3VIRb._2oY9a {
|
|
1376
1376
|
min-height: 42px;
|
|
1377
1377
|
}
|
|
1378
|
-
.
|
|
1378
|
+
._3VIRb.UONc1 {
|
|
1379
1379
|
min-height: 48px;
|
|
1380
1380
|
}
|
|
1381
|
-
.
|
|
1381
|
+
._3VIRb._2frtc {
|
|
1382
1382
|
padding-left: 6px;
|
|
1383
1383
|
padding-right: 6px;
|
|
1384
1384
|
}
|
|
1385
|
-
.
|
|
1385
|
+
._3VIRb._1T1Fk {
|
|
1386
1386
|
padding-left: 12px;
|
|
1387
1387
|
padding-right: 12px;
|
|
1388
1388
|
}
|
|
1389
|
-
.
|
|
1389
|
+
._3VIRb.VNfYg {
|
|
1390
1390
|
padding-left: 18px;
|
|
1391
1391
|
padding-right: 18px;
|
|
1392
1392
|
}
|
|
1393
|
-
.
|
|
1393
|
+
._3VIRb._1h-dq {
|
|
1394
1394
|
padding-left: 24px;
|
|
1395
1395
|
padding-right: 24px;
|
|
1396
1396
|
}
|
|
1397
|
-
.
|
|
1397
|
+
._3VIRb._3Iop3 {
|
|
1398
1398
|
margin: 24px;
|
|
1399
1399
|
}
|
|
1400
|
-
.
|
|
1400
|
+
._3VIRb._3vMIr {
|
|
1401
1401
|
margin: 12px;
|
|
1402
1402
|
}
|
|
1403
|
-
.
|
|
1403
|
+
._3VIRb._2gFfn {
|
|
1404
1404
|
padding-top: 6px;
|
|
1405
1405
|
padding-bottom: 6px;
|
|
1406
1406
|
}
|
|
1407
|
-
.
|
|
1407
|
+
._3VIRb._1nuk- {
|
|
1408
1408
|
padding-top: 9px;
|
|
1409
1409
|
padding-bottom: 9px;
|
|
1410
1410
|
}
|
|
1411
|
-
.
|
|
1411
|
+
._3VIRb._6g_Q8 {
|
|
1412
1412
|
padding-top: 12px;
|
|
1413
1413
|
padding-bottom: 12px;
|
|
1414
1414
|
}
|
|
1415
|
-
.
|
|
1415
|
+
._3VIRb._9SW-Z {
|
|
1416
1416
|
padding-top: 18px;
|
|
1417
1417
|
padding-bottom: 18px;
|
|
1418
1418
|
}
|
|
1419
|
-
.
|
|
1419
|
+
._3VIRb._2KSNz {
|
|
1420
1420
|
padding-top: 24px;
|
|
1421
1421
|
padding-bottom: 24px;
|
|
1422
1422
|
}
|
|
1423
|
-
.
|
|
1423
|
+
._3VIRb._2e3v6 > *:not(:last-child) {
|
|
1424
1424
|
margin-right: 3px;
|
|
1425
1425
|
}
|
|
1426
|
-
.
|
|
1426
|
+
._3VIRb._2e3v6 > *:not(:first-child) {
|
|
1427
1427
|
margin-left: 3px;
|
|
1428
1428
|
}
|
|
1429
|
-
.
|
|
1429
|
+
._3VIRb._1zXBm > *:not(:last-child) {
|
|
1430
1430
|
margin-right: 6px;
|
|
1431
1431
|
}
|
|
1432
|
-
.
|
|
1432
|
+
._3VIRb._1zXBm > *:not(:first-child) {
|
|
1433
1433
|
margin-left: 6px;
|
|
1434
1434
|
}
|
|
1435
|
-
.
|
|
1435
|
+
._3VIRb.H8SNi > *:not(:last-child) {
|
|
1436
1436
|
margin-right: 9px;
|
|
1437
1437
|
}
|
|
1438
|
-
.
|
|
1438
|
+
._3VIRb.H8SNi > *:not(:first-child) {
|
|
1439
1439
|
margin-left: 9px;
|
|
1440
1440
|
}
|
|
1441
|
-
.
|
|
1441
|
+
._3VIRb._3i65U {
|
|
1442
1442
|
border-bottom: 1px solid var(--divider-color);
|
|
1443
1443
|
}
|
|
1444
1444
|
.panel-vars {
|
|
@@ -1446,29 +1446,29 @@
|
|
|
1446
1446
|
--panel-bg-color: var(--surface-color);
|
|
1447
1447
|
--panel-shadow: var(--shadow, 0 3px 6px 0 rgba(29, 30, 38, 0.10), 0 1px 3px 0 rgba(29, 30, 38, 0.10));
|
|
1448
1448
|
}
|
|
1449
|
-
.
|
|
1449
|
+
.lud0a {
|
|
1450
1450
|
overflow: hidden;
|
|
1451
1451
|
border-radius: var(--panel-border-radius);
|
|
1452
1452
|
}
|
|
1453
|
-
.
|
|
1453
|
+
.lud0a._3oz7u {
|
|
1454
1454
|
background-color: var(--panel-bg-color);
|
|
1455
1455
|
}
|
|
1456
|
-
.
|
|
1456
|
+
.lud0a.ZQWVh {
|
|
1457
1457
|
margin: 24px;
|
|
1458
1458
|
}
|
|
1459
|
-
.
|
|
1459
|
+
.lud0a._14R81 {
|
|
1460
1460
|
padding: 12px;
|
|
1461
1461
|
}
|
|
1462
|
-
.
|
|
1462
|
+
.lud0a._3F1JF {
|
|
1463
1463
|
padding: 24px;
|
|
1464
1464
|
}
|
|
1465
|
-
.
|
|
1465
|
+
.lud0a._3A-pa {
|
|
1466
1466
|
box-shadow: var(--panel-shadow);
|
|
1467
1467
|
}
|
|
1468
|
-
.
|
|
1468
|
+
.lud0a.-clickable:hover {
|
|
1469
1469
|
cursor: pointer;
|
|
1470
1470
|
}
|
|
1471
|
-
.
|
|
1471
|
+
._37HND {
|
|
1472
1472
|
fill: var(--icon-container-fill-color);
|
|
1473
1473
|
}
|
|
1474
1474
|
.icon-container-color-info {
|
|
@@ -1498,7 +1498,7 @@
|
|
|
1498
1498
|
--dropdown-container-shadow: var(--shadow, 0 3px 6px 0 rgba(29, 30, 38, 0.1), 0 1px 3px 0 rgba(29, 30, 38, 0.1));
|
|
1499
1499
|
--dropdown-container-scrollbar-thumb-color: var(--scroll-bars-background-color-active);
|
|
1500
1500
|
}
|
|
1501
|
-
.
|
|
1501
|
+
._3hbb0.uui-dropdown-body {
|
|
1502
1502
|
display: flex;
|
|
1503
1503
|
flex-direction: column;
|
|
1504
1504
|
min-width: 150px;
|
|
@@ -1508,21 +1508,21 @@
|
|
|
1508
1508
|
border: 0;
|
|
1509
1509
|
overflow: hidden;
|
|
1510
1510
|
}
|
|
1511
|
-
.
|
|
1511
|
+
._3hbb0.uui-dropdown-body ::-webkit-scrollbar {
|
|
1512
1512
|
width: 5px;
|
|
1513
1513
|
}
|
|
1514
|
-
.
|
|
1514
|
+
._3hbb0.uui-dropdown-body ::-webkit-scrollbar-thumb {
|
|
1515
1515
|
background: var(--dropdown-container-scrollbar-thumb-color);
|
|
1516
1516
|
}
|
|
1517
|
-
.
|
|
1517
|
+
._1SCjy {
|
|
1518
1518
|
padding: 0;
|
|
1519
1519
|
margin: 0;
|
|
1520
1520
|
}
|
|
1521
|
-
.
|
|
1521
|
+
._1SCjy:focus {
|
|
1522
1522
|
outline: none;
|
|
1523
1523
|
}
|
|
1524
1524
|
|
|
1525
|
-
.
|
|
1525
|
+
._3yO7D {
|
|
1526
1526
|
color: var(--text-primary-color);
|
|
1527
1527
|
fill: var(--icon-color);
|
|
1528
1528
|
font-family: var(--font-regular);
|
|
@@ -1531,32 +1531,32 @@
|
|
|
1531
1531
|
background-color: var(--surface-color);
|
|
1532
1532
|
box-shadow: var(--shadow);
|
|
1533
1533
|
}
|
|
1534
|
-
.
|
|
1534
|
+
._3yO7D .uui-icon svg {
|
|
1535
1535
|
height: 24px;
|
|
1536
1536
|
max-width: 24px;
|
|
1537
1537
|
}
|
|
1538
1538
|
|
|
1539
|
-
.
|
|
1539
|
+
._2n1ND .iNKSM {
|
|
1540
1540
|
transform: rotate(-90deg);
|
|
1541
1541
|
}
|
|
1542
1542
|
|
|
1543
|
-
.
|
|
1543
|
+
._1rgKi {
|
|
1544
1544
|
color: transparent;
|
|
1545
1545
|
fill: transparent;
|
|
1546
1546
|
}
|
|
1547
1547
|
|
|
1548
|
-
.
|
|
1548
|
+
._1ELhI {
|
|
1549
1549
|
display: flex;
|
|
1550
1550
|
width: 100%;
|
|
1551
1551
|
}
|
|
1552
|
-
.
|
|
1552
|
+
._1ELhI ._1LZCA {
|
|
1553
1553
|
width: 100%;
|
|
1554
1554
|
border: 0;
|
|
1555
1555
|
border-top: 1px solid var(--divider-color);
|
|
1556
1556
|
height: 0;
|
|
1557
1557
|
}
|
|
1558
1558
|
|
|
1559
|
-
.
|
|
1559
|
+
._1TLGP {
|
|
1560
1560
|
color: var(--text-secondary-color);
|
|
1561
1561
|
fill: var(--text-secondary-color);
|
|
1562
1562
|
padding: 0.5em 1em;
|
|
@@ -1566,184 +1566,184 @@
|
|
|
1566
1566
|
cursor: default;
|
|
1567
1567
|
font-size: 0.9em;
|
|
1568
1568
|
}
|
|
1569
|
-
.
|
|
1569
|
+
._1TLGP:focus {
|
|
1570
1570
|
outline: none;
|
|
1571
1571
|
}
|
|
1572
1572
|
|
|
1573
|
-
.
|
|
1573
|
+
._1G3HM {
|
|
1574
1574
|
padding: 0.5em 1em;
|
|
1575
1575
|
line-height: 1.5;
|
|
1576
1576
|
box-sizing: border-box;
|
|
1577
1577
|
width: 100%;
|
|
1578
1578
|
}
|
|
1579
|
-
.
|
|
1579
|
+
._1G3HM .uui-icon svg {
|
|
1580
1580
|
height: 24px;
|
|
1581
1581
|
max-width: 24px;
|
|
1582
1582
|
}
|
|
1583
|
-
.
|
|
1583
|
+
._1G3HM.uui-selected {
|
|
1584
1584
|
color: var(--primary-color);
|
|
1585
1585
|
fill: var(--primary-color);
|
|
1586
1586
|
}
|
|
1587
|
-
.
|
|
1587
|
+
._1G3HM.uui-selected:hover, ._1G3HM.uui-selected:focus {
|
|
1588
1588
|
color: var(--primary-color) !important;
|
|
1589
1589
|
fill: var(--primary-color) !important;
|
|
1590
1590
|
}
|
|
1591
|
-
.
|
|
1591
|
+
._1G3HM.uui-selected ._1rgKi {
|
|
1592
1592
|
color: var(--primary-color);
|
|
1593
1593
|
fill: var(--primary-color);
|
|
1594
1594
|
}
|
|
1595
|
-
.
|
|
1595
|
+
._1G3HM:focus {
|
|
1596
1596
|
outline: none;
|
|
1597
1597
|
}
|
|
1598
|
-
.
|
|
1598
|
+
._1G3HM .C3ph6 {
|
|
1599
1599
|
justify-content: flex-start;
|
|
1600
1600
|
}
|
|
1601
|
-
.
|
|
1601
|
+
._1G3HM._3ueDC {
|
|
1602
1602
|
color: var(--text-primary-color);
|
|
1603
1603
|
fill: var(--icon-color);
|
|
1604
1604
|
display: flex;
|
|
1605
1605
|
align-items: center;
|
|
1606
1606
|
}
|
|
1607
|
-
.
|
|
1607
|
+
._1G3HM._3ueDC.uui-selected {
|
|
1608
1608
|
color: var(--primary-color);
|
|
1609
1609
|
fill: var(--primary-color);
|
|
1610
1610
|
}
|
|
1611
|
-
.
|
|
1611
|
+
._1G3HM._3ueDC.uui-selected:hover, ._1G3HM._3ueDC.uui-selected:focus {
|
|
1612
1612
|
color: var(--primary-color) !important;
|
|
1613
1613
|
fill: var(--primary-color) !important;
|
|
1614
1614
|
}
|
|
1615
|
-
.
|
|
1615
|
+
._1G3HM._3ueDC.uui-selected ._1rgKi {
|
|
1616
1616
|
color: var(--primary-color);
|
|
1617
1617
|
fill: var(--primary-color);
|
|
1618
1618
|
}
|
|
1619
|
-
.
|
|
1619
|
+
._1G3HM._3ueDC:focus {
|
|
1620
1620
|
outline: none;
|
|
1621
1621
|
}
|
|
1622
|
-
.
|
|
1622
|
+
._1G3HM.-clickable:not(.uui-disabled):hover, ._1G3HM.-clickable:not(.uui-disabled):focus {
|
|
1623
1623
|
background-color: var(--surface-hover-color);
|
|
1624
1624
|
fill: var(--icon-active-color);
|
|
1625
1625
|
cursor: pointer;
|
|
1626
1626
|
}
|
|
1627
|
-
.
|
|
1627
|
+
._1G3HM.uui-disabled {
|
|
1628
1628
|
color: var(--disabled-color);
|
|
1629
1629
|
fill: var(--disabled-color);
|
|
1630
1630
|
}
|
|
1631
|
-
.
|
|
1631
|
+
._1G3HM.uui-disabled:hover, ._1G3HM.uui-disabled:focus {
|
|
1632
1632
|
background-color: transparent;
|
|
1633
1633
|
cursor: default;
|
|
1634
1634
|
}
|
|
1635
|
-
.
|
|
1635
|
+
._1G3HM > *:not(:last-child) {
|
|
1636
1636
|
margin: 0 0.5em 0 0;
|
|
1637
1637
|
}
|
|
1638
|
-
.
|
|
1638
|
+
._14BSB {
|
|
1639
1639
|
color: var(--text-color);
|
|
1640
1640
|
}
|
|
1641
|
-
.
|
|
1641
|
+
._3Bdb1 {
|
|
1642
1642
|
line-height: 12px;
|
|
1643
1643
|
}
|
|
1644
1644
|
|
|
1645
|
-
.
|
|
1645
|
+
._2sumG {
|
|
1646
1646
|
line-height: 18px;
|
|
1647
1647
|
}
|
|
1648
1648
|
|
|
1649
|
-
.
|
|
1649
|
+
._1-Xx1 {
|
|
1650
1650
|
line-height: 24px;
|
|
1651
1651
|
}
|
|
1652
1652
|
|
|
1653
|
-
.
|
|
1653
|
+
._1gai8 {
|
|
1654
1654
|
line-height: 30px;
|
|
1655
1655
|
}
|
|
1656
1656
|
|
|
1657
|
-
.
|
|
1657
|
+
._2g-bK {
|
|
1658
1658
|
font-size: 10px;
|
|
1659
1659
|
}
|
|
1660
1660
|
|
|
1661
|
-
.
|
|
1661
|
+
._3tTD9 {
|
|
1662
1662
|
font-size: 12px;
|
|
1663
1663
|
}
|
|
1664
1664
|
|
|
1665
|
-
.
|
|
1665
|
+
.jFuyI {
|
|
1666
1666
|
font-size: 14px;
|
|
1667
1667
|
}
|
|
1668
1668
|
|
|
1669
|
-
.
|
|
1669
|
+
._2hX-x {
|
|
1670
1670
|
font-size: 16px;
|
|
1671
1671
|
}
|
|
1672
1672
|
|
|
1673
|
-
.
|
|
1673
|
+
.DGa0O {
|
|
1674
1674
|
font-size: 18px;
|
|
1675
1675
|
}
|
|
1676
1676
|
|
|
1677
|
-
.
|
|
1677
|
+
._1L-0F {
|
|
1678
1678
|
font-size: 24px;
|
|
1679
1679
|
}
|
|
1680
1680
|
|
|
1681
|
-
.
|
|
1681
|
+
._19kRf {
|
|
1682
1682
|
padding-top: 2px;
|
|
1683
1683
|
padding-bottom: 2px;
|
|
1684
1684
|
}
|
|
1685
1685
|
|
|
1686
|
-
.
|
|
1686
|
+
._11bxi {
|
|
1687
1687
|
padding-top: 3px;
|
|
1688
1688
|
padding-bottom: 3px;
|
|
1689
1689
|
}
|
|
1690
1690
|
|
|
1691
|
-
.
|
|
1691
|
+
._2PQgy {
|
|
1692
1692
|
padding-top: 5px;
|
|
1693
1693
|
padding-bottom: 5px;
|
|
1694
1694
|
}
|
|
1695
1695
|
|
|
1696
|
-
.
|
|
1696
|
+
._1V8Py {
|
|
1697
1697
|
padding-top: 6px;
|
|
1698
1698
|
padding-bottom: 6px;
|
|
1699
1699
|
}
|
|
1700
1700
|
|
|
1701
|
-
.
|
|
1701
|
+
.G_ajh {
|
|
1702
1702
|
padding-top: 8px;
|
|
1703
1703
|
padding-bottom: 8px;
|
|
1704
1704
|
}
|
|
1705
1705
|
|
|
1706
|
-
.
|
|
1706
|
+
.LCoyx {
|
|
1707
1707
|
padding-top: 9px;
|
|
1708
1708
|
padding-bottom: 9px;
|
|
1709
1709
|
}
|
|
1710
1710
|
|
|
1711
|
-
.
|
|
1711
|
+
._3hEWv {
|
|
1712
1712
|
padding-top: 11px;
|
|
1713
1713
|
padding-bottom: 11px;
|
|
1714
1714
|
}
|
|
1715
1715
|
|
|
1716
|
-
.
|
|
1716
|
+
._3dP5v {
|
|
1717
1717
|
padding-top: 12px;
|
|
1718
1718
|
padding-bottom: 12px;
|
|
1719
1719
|
}
|
|
1720
1720
|
|
|
1721
|
-
.
|
|
1721
|
+
.VuJY2 {
|
|
1722
1722
|
padding-top: 14px;
|
|
1723
1723
|
padding-bottom: 14px;
|
|
1724
1724
|
}
|
|
1725
1725
|
|
|
1726
|
-
.
|
|
1726
|
+
.UMkoY {
|
|
1727
1727
|
padding-top: 15px;
|
|
1728
1728
|
padding-bottom: 15px;
|
|
1729
1729
|
}
|
|
1730
1730
|
|
|
1731
|
-
.
|
|
1731
|
+
._2mIxS {
|
|
1732
1732
|
padding-top: 17px;
|
|
1733
1733
|
padding-bottom: 17px;
|
|
1734
1734
|
}
|
|
1735
1735
|
|
|
1736
|
-
.
|
|
1736
|
+
._3DheU {
|
|
1737
1737
|
padding-top: 18px;
|
|
1738
1738
|
padding-bottom: 18px;
|
|
1739
1739
|
}
|
|
1740
1740
|
|
|
1741
|
-
.
|
|
1741
|
+
.E9o4L {
|
|
1742
1742
|
padding-top: 23px;
|
|
1743
1743
|
padding-bottom: 23px;
|
|
1744
1744
|
}
|
|
1745
1745
|
|
|
1746
|
-
.
|
|
1746
|
+
._3cAyk {
|
|
1747
1747
|
padding-top: 24px;
|
|
1748
1748
|
padding-bottom: 24px;
|
|
1749
1749
|
}
|
|
@@ -1790,7 +1790,7 @@
|
|
|
1790
1790
|
font-family: var(--font-promo);
|
|
1791
1791
|
font-weight: normal;
|
|
1792
1792
|
}
|
|
1793
|
-
@keyframes
|
|
1793
|
+
@keyframes _2vaRR {
|
|
1794
1794
|
0% {
|
|
1795
1795
|
background-position: 200% 0;
|
|
1796
1796
|
}
|
|
@@ -1798,12 +1798,12 @@
|
|
|
1798
1798
|
background-position: 0 0;
|
|
1799
1799
|
}
|
|
1800
1800
|
}
|
|
1801
|
-
.
|
|
1801
|
+
._2lZso {
|
|
1802
1802
|
display: flex;
|
|
1803
1803
|
flex-wrap: wrap;
|
|
1804
1804
|
}
|
|
1805
1805
|
|
|
1806
|
-
.
|
|
1806
|
+
._1runX {
|
|
1807
1807
|
user-select: none;
|
|
1808
1808
|
font-family: var(--font-redacted);
|
|
1809
1809
|
letter-spacing: -1px;
|
|
@@ -1811,16 +1811,16 @@
|
|
|
1811
1811
|
color: var(--text-placeholder-color);
|
|
1812
1812
|
vertical-align: 1px;
|
|
1813
1813
|
}
|
|
1814
|
-
.
|
|
1814
|
+
._1runX:last-child {
|
|
1815
1815
|
margin-right: 0;
|
|
1816
1816
|
}
|
|
1817
|
-
.
|
|
1817
|
+
._1runX._3p_zT {
|
|
1818
1818
|
color: transparent;
|
|
1819
1819
|
background: var(--text-placeholder-gradient);
|
|
1820
1820
|
background-size: 200% 100%;
|
|
1821
1821
|
background-clip: border-box;
|
|
1822
1822
|
-webkit-background-clip: text;
|
|
1823
|
-
animation:
|
|
1823
|
+
animation: _2vaRR 1s ease infinite;
|
|
1824
1824
|
}
|
|
1825
1825
|
.text-placeholder-vars {
|
|
1826
1826
|
--text-placeholder-gradient: var(--skeleton-gradient);
|
|
@@ -1832,13 +1832,13 @@
|
|
|
1832
1832
|
--modals-shadow: 0 6px 18px 0 rgba(29, 30, 38, 0.05), 0 3px 12px 0 rgba(29, 30, 38, 0.05);
|
|
1833
1833
|
--modals-bg-color: var(--surface-color) ;
|
|
1834
1834
|
}
|
|
1835
|
-
.
|
|
1835
|
+
._3Vj3k {
|
|
1836
1836
|
animation-duration: 0.3s;
|
|
1837
|
-
animation-name:
|
|
1837
|
+
animation-name: _2eCX4;
|
|
1838
1838
|
opacity: 1;
|
|
1839
1839
|
transition: all 0.3s ease-out;
|
|
1840
1840
|
}
|
|
1841
|
-
@keyframes
|
|
1841
|
+
@keyframes _2eCX4 {
|
|
1842
1842
|
from {
|
|
1843
1843
|
opacity: 0;
|
|
1844
1844
|
}
|
|
@@ -1846,11 +1846,11 @@
|
|
|
1846
1846
|
opacity: 1;
|
|
1847
1847
|
}
|
|
1848
1848
|
}
|
|
1849
|
-
.
|
|
1849
|
+
._3Vj3k._14y1h .uui-modal-blocker {
|
|
1850
1850
|
background-color: var(--modals-overlay-color);
|
|
1851
1851
|
}
|
|
1852
1852
|
|
|
1853
|
-
.
|
|
1853
|
+
._2B8Jw.uui-modal-window {
|
|
1854
1854
|
background-color: var(--modals-bg-color);
|
|
1855
1855
|
overflow: auto;
|
|
1856
1856
|
border-radius: var(--modals-border-radius);
|
|
@@ -1859,30 +1859,30 @@
|
|
|
1859
1859
|
box-shadow: var(--modals-shadow);
|
|
1860
1860
|
}
|
|
1861
1861
|
@media (max-width: 640px) {
|
|
1862
|
-
.
|
|
1862
|
+
._2B8Jw.uui-modal-window {
|
|
1863
1863
|
min-width: 100vw;
|
|
1864
1864
|
max-height: 100vh;
|
|
1865
1865
|
border-radius: 0;
|
|
1866
1866
|
}
|
|
1867
1867
|
}
|
|
1868
|
-
.
|
|
1868
|
+
._2B8Jw.uui-modal-window .uui-shadow-top::before {
|
|
1869
1869
|
background: var(--divider-color);
|
|
1870
1870
|
height: 1px;
|
|
1871
1871
|
}
|
|
1872
|
-
.
|
|
1872
|
+
._2B8Jw.uui-modal-window .uui-shadow-bottom::after {
|
|
1873
1873
|
background: var(--divider-color);
|
|
1874
1874
|
height: 1px;
|
|
1875
1875
|
}
|
|
1876
1876
|
|
|
1877
|
-
.
|
|
1877
|
+
.E1Bpj {
|
|
1878
1878
|
border-bottom-left-radius: var(--modals-border-radius);
|
|
1879
1879
|
border-bottom-right-radius: var(--modals-border-radius);
|
|
1880
1880
|
}
|
|
1881
|
-
.
|
|
1881
|
+
.E1Bpj._2V4ey {
|
|
1882
1882
|
border-top: 1px solid var(--divider-color);
|
|
1883
1883
|
}
|
|
1884
1884
|
|
|
1885
|
-
.
|
|
1885
|
+
._3lUWC {
|
|
1886
1886
|
border-top-left-radius: var(--modals-border-radius);
|
|
1887
1887
|
border-top-right-radius: var(--modals-border-radius);
|
|
1888
1888
|
}
|
|
@@ -1914,11 +1914,11 @@
|
|
|
1914
1914
|
--notification-card-border-color: var(--error-color);
|
|
1915
1915
|
--notification-card-bg-color: white;
|
|
1916
1916
|
}
|
|
1917
|
-
.
|
|
1917
|
+
._3pcKD ._2DxZC .uui-icon {
|
|
1918
1918
|
fill: var(--notification-card-fill-color);
|
|
1919
1919
|
}
|
|
1920
1920
|
|
|
1921
|
-
.
|
|
1921
|
+
._1foKe {
|
|
1922
1922
|
border-style: solid;
|
|
1923
1923
|
border-color: var(--notification-card-border-color);
|
|
1924
1924
|
border-width: var(--notification-card-border-width);
|
|
@@ -1930,45 +1930,45 @@
|
|
|
1930
1930
|
border-radius: var(--notification-card-border-radius);
|
|
1931
1931
|
}
|
|
1932
1932
|
@media (max-width: 720px) {
|
|
1933
|
-
.
|
|
1933
|
+
._1foKe {
|
|
1934
1934
|
width: 100%;
|
|
1935
1935
|
}
|
|
1936
1936
|
}
|
|
1937
1937
|
|
|
1938
|
-
.
|
|
1938
|
+
._2DxZC {
|
|
1939
1939
|
height: 100%;
|
|
1940
1940
|
padding: 6px 0;
|
|
1941
1941
|
margin-right: 14px;
|
|
1942
1942
|
}
|
|
1943
1943
|
|
|
1944
|
-
.
|
|
1944
|
+
.J5yQS {
|
|
1945
1945
|
display: flex;
|
|
1946
1946
|
}
|
|
1947
1947
|
|
|
1948
|
-
.
|
|
1948
|
+
._118Zc:not(:last-child) {
|
|
1949
1949
|
margin-right: 12px;
|
|
1950
1950
|
}
|
|
1951
1951
|
|
|
1952
|
-
.
|
|
1952
|
+
._2fSSZ {
|
|
1953
1953
|
height: 100%;
|
|
1954
1954
|
padding: 6px 0;
|
|
1955
1955
|
margin-left: 17px;
|
|
1956
1956
|
}
|
|
1957
1957
|
|
|
1958
|
-
.
|
|
1958
|
+
.DisZj {
|
|
1959
1959
|
width: 100%;
|
|
1960
1960
|
display: flex;
|
|
1961
1961
|
align-self: baseline;
|
|
1962
1962
|
}
|
|
1963
1963
|
|
|
1964
|
-
.
|
|
1964
|
+
.Czxxn {
|
|
1965
1965
|
display: flex;
|
|
1966
1966
|
flex-wrap: wrap;
|
|
1967
1967
|
justify-content: space-between;
|
|
1968
1968
|
width: 100%;
|
|
1969
1969
|
}
|
|
1970
1970
|
|
|
1971
|
-
.
|
|
1971
|
+
._3PFK6 {
|
|
1972
1972
|
justify-content: center;
|
|
1973
1973
|
align-items: center;
|
|
1974
1974
|
height: 48px;
|
|
@@ -1980,7 +1980,7 @@
|
|
|
1980
1980
|
--tooltip-bg-color: var(--surface-dark-color);
|
|
1981
1981
|
--tooltip-text-color: white;
|
|
1982
1982
|
}
|
|
1983
|
-
.
|
|
1983
|
+
._1TfSs .uui-tooltip-body {
|
|
1984
1984
|
padding: 3px 12px;
|
|
1985
1985
|
line-height: 24px;
|
|
1986
1986
|
font-size: 14px;
|
|
@@ -1989,57 +1989,57 @@
|
|
|
1989
1989
|
max-width: 300px;
|
|
1990
1990
|
word-wrap: break-word;
|
|
1991
1991
|
}
|
|
1992
|
-
.
|
|
1992
|
+
._1TfSs .uui-tooltip-arrow {
|
|
1993
1993
|
position: absolute;
|
|
1994
1994
|
width: 12px;
|
|
1995
1995
|
height: 12px;
|
|
1996
1996
|
overflow: hidden;
|
|
1997
1997
|
}
|
|
1998
|
-
.
|
|
1998
|
+
._1TfSs .uui-tooltip-arrow::after {
|
|
1999
1999
|
content: "";
|
|
2000
2000
|
position: absolute;
|
|
2001
2001
|
width: 8px;
|
|
2002
2002
|
height: 8px;
|
|
2003
2003
|
box-shadow: var(--tooltip-arrow-shadow);
|
|
2004
2004
|
}
|
|
2005
|
-
.
|
|
2005
|
+
._1TfSs.uui-tooltip-container[data-placement^="right"] .uui-tooltip-arrow {
|
|
2006
2006
|
right: 100%;
|
|
2007
2007
|
}
|
|
2008
|
-
.
|
|
2008
|
+
._1TfSs.uui-tooltip-container[data-placement^="right"] .uui-tooltip-arrow::after {
|
|
2009
2009
|
transform: translateX(100%) translateY(20%) rotate(45deg);
|
|
2010
2010
|
}
|
|
2011
|
-
.
|
|
2011
|
+
._1TfSs.uui-tooltip-container[data-placement^="left"] .uui-tooltip-arrow {
|
|
2012
2012
|
left: 100%;
|
|
2013
2013
|
}
|
|
2014
|
-
.
|
|
2014
|
+
._1TfSs.uui-tooltip-container[data-placement^="left"] .uui-tooltip-arrow::after {
|
|
2015
2015
|
transform: translateX(-50%) translateY(20%) rotate(45deg);
|
|
2016
2016
|
}
|
|
2017
|
-
.
|
|
2017
|
+
._1TfSs.uui-tooltip-container[data-placement^="top"] .uui-tooltip-arrow {
|
|
2018
2018
|
top: 100%;
|
|
2019
2019
|
}
|
|
2020
|
-
.
|
|
2020
|
+
._1TfSs.uui-tooltip-container[data-placement^="top"] .uui-tooltip-arrow::after {
|
|
2021
2021
|
transform: translateX(30%) translateY(-50%) rotate(45deg);
|
|
2022
2022
|
}
|
|
2023
|
-
.
|
|
2023
|
+
._1TfSs.uui-tooltip-container[data-placement^="bottom"] .uui-tooltip-arrow {
|
|
2024
2024
|
bottom: 100%;
|
|
2025
2025
|
}
|
|
2026
|
-
.
|
|
2026
|
+
._1TfSs.uui-tooltip-container[data-placement^="bottom"] .uui-tooltip-arrow::after {
|
|
2027
2027
|
transform: translateX(30%) translateY(100%) rotate(45deg);
|
|
2028
2028
|
}
|
|
2029
|
-
.
|
|
2029
|
+
._1TfSs .uui-tooltip-body {
|
|
2030
2030
|
background-color: var(--tooltip-bg-color);
|
|
2031
2031
|
color: var(--tooltip-text-color);
|
|
2032
2032
|
}
|
|
2033
|
-
.
|
|
2033
|
+
._1TfSs.uui-tooltip-container[data-placement^="right"] .uui-tooltip-arrow::after {
|
|
2034
2034
|
background: var(--tooltip-bg-color);
|
|
2035
2035
|
}
|
|
2036
|
-
.
|
|
2036
|
+
._1TfSs.uui-tooltip-container[data-placement^="left"] .uui-tooltip-arrow::after {
|
|
2037
2037
|
background: var(--tooltip-bg-color);
|
|
2038
2038
|
}
|
|
2039
|
-
.
|
|
2039
|
+
._1TfSs.uui-tooltip-container[data-placement^="top"] .uui-tooltip-arrow::after {
|
|
2040
2040
|
background: var(--tooltip-bg-color);
|
|
2041
2041
|
}
|
|
2042
|
-
.
|
|
2042
|
+
._1TfSs.uui-tooltip-container[data-placement^="bottom"] .uui-tooltip-arrow::after {
|
|
2043
2043
|
background: var(--tooltip-bg-color);
|
|
2044
2044
|
}
|
|
2045
2045
|
.labeled-input-color {
|
|
@@ -2050,83 +2050,83 @@
|
|
|
2050
2050
|
--labeled-input-optional-text-color: var(--text-secondary-color);
|
|
2051
2051
|
--labeled-input-asterisk-color: var(--error-color);
|
|
2052
2052
|
}
|
|
2053
|
-
.
|
|
2053
|
+
._3EHhN {
|
|
2054
2054
|
width: 100%;
|
|
2055
2055
|
}
|
|
2056
|
-
.
|
|
2056
|
+
._3EHhN .uui-label {
|
|
2057
2057
|
overflow: hidden;
|
|
2058
2058
|
text-overflow: ellipsis;
|
|
2059
2059
|
font-family: var(--font-semibold);
|
|
2060
2060
|
color: var(--labeled-input-color);
|
|
2061
2061
|
}
|
|
2062
|
-
.
|
|
2062
|
+
._3EHhN .uui-label .uui-labeled-input-info-icon {
|
|
2063
2063
|
flex-shrink: 0;
|
|
2064
2064
|
margin: 0 4px;
|
|
2065
2065
|
fill: var(--labeled-input-fill-color);
|
|
2066
2066
|
}
|
|
2067
|
-
.
|
|
2067
|
+
._3EHhN .uui-label .uui-labeled-input-asterisk {
|
|
2068
2068
|
color: var(--labeled-input-asterisk-color);
|
|
2069
2069
|
}
|
|
2070
|
-
.
|
|
2070
|
+
._3EHhN .uui-label .uui-labeled-input-optional {
|
|
2071
2071
|
font-family: var(--font-italic);
|
|
2072
2072
|
font-size: 12px;
|
|
2073
2073
|
line-height: 18px;
|
|
2074
2074
|
color: var(--labeled-input-optional-text-color);
|
|
2075
2075
|
}
|
|
2076
|
-
.
|
|
2076
|
+
._3EHhN .uui-label-left > .uui-label {
|
|
2077
2077
|
margin-right: 5px;
|
|
2078
2078
|
}
|
|
2079
|
-
.
|
|
2079
|
+
._3EHhN .uui-invalid-message {
|
|
2080
2080
|
line-height: 18px;
|
|
2081
2081
|
font-size: 12px;
|
|
2082
2082
|
color: var(--labeled-input-color-error);
|
|
2083
2083
|
font-family: var(--font-regular);
|
|
2084
2084
|
}
|
|
2085
|
-
.
|
|
2085
|
+
._3EHhN._2ecp2 .uui-label-top > .uui-label {
|
|
2086
2086
|
margin-bottom: 6px;
|
|
2087
2087
|
}
|
|
2088
|
-
.
|
|
2088
|
+
._3EHhN._2ecp2 .uui-label {
|
|
2089
2089
|
font-size: 12px;
|
|
2090
2090
|
line-height: 18px;
|
|
2091
2091
|
}
|
|
2092
|
-
.
|
|
2092
|
+
._3EHhN._1fohE .uui-label-top > .uui-label {
|
|
2093
2093
|
margin-bottom: 6px;
|
|
2094
2094
|
}
|
|
2095
|
-
.
|
|
2095
|
+
._3EHhN._1fohE .uui-label {
|
|
2096
2096
|
font-size: 12px;
|
|
2097
2097
|
line-height: 18px;
|
|
2098
2098
|
}
|
|
2099
|
-
.
|
|
2099
|
+
._3EHhN._3Hu3V .uui-label-top > .uui-label {
|
|
2100
2100
|
margin-bottom: 6px;
|
|
2101
2101
|
}
|
|
2102
|
-
.
|
|
2102
|
+
._3EHhN._3Hu3V .uui-label {
|
|
2103
2103
|
font-size: 14px;
|
|
2104
2104
|
line-height: 18px;
|
|
2105
2105
|
}
|
|
2106
|
-
.
|
|
2106
|
+
._3EHhN.HSZM4 .uui-label-top > .uui-label {
|
|
2107
2107
|
margin-bottom: 6px;
|
|
2108
2108
|
}
|
|
2109
|
-
.
|
|
2109
|
+
._3EHhN.HSZM4 .uui-label {
|
|
2110
2110
|
font-size: 14px;
|
|
2111
2111
|
line-height: 18px;
|
|
2112
2112
|
}
|
|
2113
|
-
.
|
|
2113
|
+
._3EHhN._3EtMb .uui-label-top > .uui-label {
|
|
2114
2114
|
margin-bottom: 6px;
|
|
2115
2115
|
}
|
|
2116
|
-
.
|
|
2116
|
+
._3EHhN._3EtMb .uui-label {
|
|
2117
2117
|
font-size: 14px;
|
|
2118
2118
|
line-height: 18px;
|
|
2119
2119
|
}
|
|
2120
|
-
.
|
|
2120
|
+
._3kdPU.uui-horizontal-direction > * {
|
|
2121
2121
|
margin-left: 12px;
|
|
2122
2122
|
}
|
|
2123
|
-
.
|
|
2123
|
+
._3kdPU.uui-horizontal-direction :first-child {
|
|
2124
2124
|
margin-left: 0;
|
|
2125
2125
|
}
|
|
2126
|
-
.
|
|
2126
|
+
._3kdPU.uui-vertical-direction > * {
|
|
2127
2127
|
margin-bottom: 12px;
|
|
2128
2128
|
}
|
|
2129
|
-
.
|
|
2129
|
+
._3kdPU.uui-vertical-direction :last-child {
|
|
2130
2130
|
margin-bottom: 0;
|
|
2131
2131
|
}
|
|
2132
2132
|
.uui-thumb-vertical, .uui-thumb-horizontal {
|
|
@@ -2207,7 +2207,7 @@
|
|
|
2207
2207
|
height: 6px;
|
|
2208
2208
|
margin-top: 0;
|
|
2209
2209
|
}
|
|
2210
|
-
.
|
|
2210
|
+
._3XC8E {
|
|
2211
2211
|
display: flex;
|
|
2212
2212
|
flex-direction: column;
|
|
2213
2213
|
flex: 1 1 auto;
|
|
@@ -2215,57 +2215,57 @@
|
|
|
2215
2215
|
width: 100%;
|
|
2216
2216
|
}
|
|
2217
2217
|
|
|
2218
|
-
.
|
|
2218
|
+
.hiYjP {
|
|
2219
2219
|
border: 0;
|
|
2220
2220
|
}
|
|
2221
2221
|
|
|
2222
|
-
.
|
|
2222
|
+
._3cCBt.uui-input-box {
|
|
2223
2223
|
border: 0;
|
|
2224
2224
|
box-shadow: none;
|
|
2225
2225
|
background-color: transparent;
|
|
2226
2226
|
}
|
|
2227
|
-
.
|
|
2227
|
+
._3cCBt.uui-input-box.uui-focus {
|
|
2228
2228
|
border-color: transparent;
|
|
2229
2229
|
box-shadow: none;
|
|
2230
2230
|
}
|
|
2231
2231
|
|
|
2232
|
-
.
|
|
2232
|
+
.MeuZa {
|
|
2233
2233
|
padding: 6px 0;
|
|
2234
2234
|
}
|
|
2235
2235
|
|
|
2236
|
-
.
|
|
2236
|
+
._2GqHd {
|
|
2237
2237
|
border-bottom: 1px solid var(--divider-color);
|
|
2238
2238
|
padding: 0 4px;
|
|
2239
2239
|
}
|
|
2240
2240
|
|
|
2241
|
-
.
|
|
2241
|
+
._3hhG9, .tl6n6, ._30VpI, ._1CrW6 {
|
|
2242
2242
|
padding: 0 5px;
|
|
2243
2243
|
}
|
|
2244
2244
|
|
|
2245
|
-
.
|
|
2245
|
+
._18cJO {
|
|
2246
2246
|
padding-top: 20px;
|
|
2247
2247
|
padding-bottom: 20px;
|
|
2248
2248
|
}
|
|
2249
2249
|
|
|
2250
|
-
.
|
|
2250
|
+
._1e9wM, .AQ_7b, ._3hc6O {
|
|
2251
2251
|
padding-top: 23px;
|
|
2252
2252
|
padding-bottom: 23px;
|
|
2253
2253
|
}
|
|
2254
|
-
.
|
|
2254
|
+
.Uo1Q8 {
|
|
2255
2255
|
border-top: 1px solid var(--divider-color);
|
|
2256
2256
|
}
|
|
2257
|
-
.
|
|
2257
|
+
._1zfiX {
|
|
2258
2258
|
display: none;
|
|
2259
2259
|
justify-content: center;
|
|
2260
2260
|
position: relative;
|
|
2261
2261
|
}
|
|
2262
2262
|
@media screen and (max-width: 720px) {
|
|
2263
|
-
.
|
|
2263
|
+
._1zfiX {
|
|
2264
2264
|
display: flex;
|
|
2265
2265
|
}
|
|
2266
2266
|
}
|
|
2267
2267
|
|
|
2268
|
-
.
|
|
2268
|
+
._2cmD_ {
|
|
2269
2269
|
height: 100%;
|
|
2270
2270
|
position: absolute;
|
|
2271
2271
|
top: 0;
|
|
@@ -2274,50 +2274,50 @@
|
|
|
2274
2274
|
justify-content: center;
|
|
2275
2275
|
right: 24px;
|
|
2276
2276
|
}
|
|
2277
|
-
.
|
|
2277
|
+
._2wD4T {
|
|
2278
2278
|
position: relative;
|
|
2279
2279
|
box-sizing: border-box;
|
|
2280
2280
|
width: 0;
|
|
2281
2281
|
}
|
|
2282
|
-
.
|
|
2282
|
+
._2wD4T._1_kS4 {
|
|
2283
2283
|
display: flex;
|
|
2284
2284
|
align-items: flex-start;
|
|
2285
2285
|
}
|
|
2286
|
-
.
|
|
2286
|
+
._2wD4T._2bxs3._3sIpi .uui-checkbox, ._2wD4T._2bxs3._3sIpi ._2iqEB, ._2wD4T._2bxs3._3ltb9 .uui-checkbox, ._2wD4T._2bxs3._3ltb9 ._2iqEB {
|
|
2287
2287
|
margin-top: 6px;
|
|
2288
2288
|
}
|
|
2289
|
-
.
|
|
2289
|
+
._2wD4T._2bxs3._12w1d .uui-checkbox, ._2wD4T._2bxs3._12w1d ._2iqEB {
|
|
2290
2290
|
margin-top: 9px;
|
|
2291
2291
|
}
|
|
2292
|
-
.
|
|
2292
|
+
._2wD4T._2bxs3.bKKeT .uui-checkbox, ._2wD4T._2bxs3.bKKeT ._2iqEB {
|
|
2293
2293
|
margin-top: 12px;
|
|
2294
2294
|
}
|
|
2295
|
-
.
|
|
2295
|
+
._2wD4T._2bxs3._9Hmot .uui-checkbox, ._2wD4T._2bxs3._9Hmot ._2iqEB {
|
|
2296
2296
|
margin-top: 15px;
|
|
2297
2297
|
}
|
|
2298
|
-
.
|
|
2298
|
+
._2wD4T._2bxs3._1w6Yd .uui-checkbox, ._2wD4T._2bxs3._1w6Yd ._2iqEB {
|
|
2299
2299
|
margin-top: 21px;
|
|
2300
2300
|
}
|
|
2301
|
-
.
|
|
2301
|
+
._2wD4T.Z43SP {
|
|
2302
2302
|
align-self: center;
|
|
2303
2303
|
}
|
|
2304
|
-
.
|
|
2304
|
+
._2wD4T._2OM1L {
|
|
2305
2305
|
padding: 0 12px;
|
|
2306
2306
|
}
|
|
2307
|
-
.
|
|
2307
|
+
._2wD4T._22mIR {
|
|
2308
2308
|
padding: 0 24px;
|
|
2309
2309
|
}
|
|
2310
|
-
.
|
|
2310
|
+
._2wD4T.bsjO1 {
|
|
2311
2311
|
padding-left: 12px;
|
|
2312
2312
|
}
|
|
2313
|
-
.
|
|
2313
|
+
._2wD4T._3DYFW {
|
|
2314
2314
|
padding-left: 24px;
|
|
2315
2315
|
}
|
|
2316
|
-
.
|
|
2316
|
+
._2wD4T._3HlYL {
|
|
2317
2317
|
padding-right: 24px;
|
|
2318
2318
|
}
|
|
2319
2319
|
|
|
2320
|
-
.
|
|
2320
|
+
.T6FoK {
|
|
2321
2321
|
position: absolute;
|
|
2322
2322
|
left: 2px;
|
|
2323
2323
|
width: 6px;
|
|
@@ -2326,15 +2326,15 @@
|
|
|
2326
2326
|
align-self: stretch;
|
|
2327
2327
|
visibility: hidden;
|
|
2328
2328
|
}
|
|
2329
|
-
.-draggable.uui-table-row:not(.uui-drop-accepted):hover .
|
|
2329
|
+
.-draggable.uui-table-row:not(.uui-drop-accepted):hover .T6FoK {
|
|
2330
2330
|
visibility: visible;
|
|
2331
2331
|
}
|
|
2332
2332
|
|
|
2333
|
-
.
|
|
2333
|
+
._2VbrV {
|
|
2334
2334
|
padding-right: 12px;
|
|
2335
2335
|
}
|
|
2336
2336
|
|
|
2337
|
-
.
|
|
2337
|
+
._3XNpM {
|
|
2338
2338
|
display: flex;
|
|
2339
2339
|
justify-content: flex-start;
|
|
2340
2340
|
flex-grow: 0;
|
|
@@ -2343,55 +2343,55 @@
|
|
|
2343
2343
|
padding-right: 12px;
|
|
2344
2344
|
}
|
|
2345
2345
|
|
|
2346
|
-
.
|
|
2346
|
+
._2iqEB {
|
|
2347
2347
|
margin: auto 0;
|
|
2348
2348
|
}
|
|
2349
|
-
.
|
|
2349
|
+
._2iqEB.uui-icon {
|
|
2350
2350
|
position: relative;
|
|
2351
2351
|
fill: var(--icon-color);
|
|
2352
2352
|
}
|
|
2353
2353
|
|
|
2354
|
-
.
|
|
2354
|
+
.cCBEV.uui-icon {
|
|
2355
2355
|
left: -2px;
|
|
2356
2356
|
flex: 0 0 12px;
|
|
2357
2357
|
width: 12px;
|
|
2358
2358
|
height: 12px;
|
|
2359
2359
|
}
|
|
2360
2360
|
|
|
2361
|
-
.
|
|
2361
|
+
.LwUfg.uui-icon {
|
|
2362
2362
|
left: -4px;
|
|
2363
2363
|
flex: 0 0 18px;
|
|
2364
2364
|
width: 18px;
|
|
2365
2365
|
height: 18px;
|
|
2366
2366
|
}
|
|
2367
|
-
.
|
|
2367
|
+
._3eO9H {
|
|
2368
2368
|
flex-wrap: nowrap;
|
|
2369
2369
|
}
|
|
2370
2370
|
|
|
2371
|
-
|
|
2371
|
+
._1zPnx {
|
|
2372
2372
|
width: 18px;
|
|
2373
2373
|
padding: 0;
|
|
2374
2374
|
}
|
|
2375
2375
|
|
|
2376
|
-
.
|
|
2376
|
+
._2EWJu {
|
|
2377
2377
|
padding-top: 6px;
|
|
2378
2378
|
padding-bottom: 6px;
|
|
2379
2379
|
}
|
|
2380
2380
|
|
|
2381
|
-
.
|
|
2381
|
+
._1Cq8X {
|
|
2382
2382
|
height: 1px;
|
|
2383
2383
|
width: 100%;
|
|
2384
2384
|
background-color: var(--divider-color);
|
|
2385
2385
|
}
|
|
2386
2386
|
|
|
2387
|
-
.
|
|
2387
|
+
.R0wnw {
|
|
2388
2388
|
flex-basis: 200px;
|
|
2389
2389
|
}
|
|
2390
2390
|
|
|
2391
|
-
.
|
|
2391
|
+
._2TGMn {
|
|
2392
2392
|
overflow: visible;
|
|
2393
2393
|
}
|
|
2394
|
-
.
|
|
2394
|
+
._2TGMn:after {
|
|
2395
2395
|
display: block;
|
|
2396
2396
|
content: "";
|
|
2397
2397
|
position: absolute;
|
|
@@ -2402,45 +2402,45 @@
|
|
|
2402
2402
|
right: -3px;
|
|
2403
2403
|
top: -3px;
|
|
2404
2404
|
}
|
|
2405
|
-
.
|
|
2405
|
+
._2dvdJ {
|
|
2406
2406
|
flex-grow: 1;
|
|
2407
2407
|
}
|
|
2408
|
-
.
|
|
2408
|
+
._1OKD2 {
|
|
2409
2409
|
display: flex;
|
|
2410
2410
|
flex: auto;
|
|
2411
2411
|
}
|
|
2412
2412
|
|
|
2413
|
-
.
|
|
2413
|
+
._1Pq5p {
|
|
2414
2414
|
display: flex;
|
|
2415
2415
|
justify-content: center;
|
|
2416
2416
|
align-items: center;
|
|
2417
2417
|
}
|
|
2418
2418
|
|
|
2419
|
-
.
|
|
2419
|
+
.PbQPC.uui-focus {
|
|
2420
2420
|
background-color: var(--surface-hover-color);
|
|
2421
2421
|
}
|
|
2422
|
-
.
|
|
2422
|
+
.PbQPC.-clickable {
|
|
2423
2423
|
cursor: pointer;
|
|
2424
2424
|
}
|
|
2425
|
-
.
|
|
2425
|
+
._1O-Te {
|
|
2426
2426
|
display: flex;
|
|
2427
2427
|
justify-content: center;
|
|
2428
2428
|
align-items: center;
|
|
2429
2429
|
border-top: 1px solid var(--divider-color);
|
|
2430
2430
|
}
|
|
2431
|
-
.
|
|
2431
|
+
._1O-Te.uui-button-box {
|
|
2432
2432
|
background-color: #fff;
|
|
2433
2433
|
border-width: 1px !important;
|
|
2434
2434
|
}
|
|
2435
|
-
.
|
|
2435
|
+
._2xqIe {
|
|
2436
2436
|
border-bottom: 1px solid var(--divider-color);
|
|
2437
2437
|
padding: 6px 24px;
|
|
2438
2438
|
}
|
|
2439
2439
|
|
|
2440
|
-
.
|
|
2440
|
+
._3Ip8O {
|
|
2441
2441
|
margin-bottom: 6px;
|
|
2442
2442
|
}
|
|
2443
|
-
.
|
|
2443
|
+
.wzpwD .uui-count {
|
|
2444
2444
|
font-family: var(--font-semibold);
|
|
2445
2445
|
margin: auto;
|
|
2446
2446
|
height: 18px;
|
|
@@ -2452,23 +2452,23 @@
|
|
|
2452
2452
|
min-width: 6px;
|
|
2453
2453
|
text-align: center;
|
|
2454
2454
|
}
|
|
2455
|
-
.
|
|
2455
|
+
.wzpwD .uui-count:not(:first-child) {
|
|
2456
2456
|
margin-left: 6px;
|
|
2457
2457
|
}
|
|
2458
|
-
.
|
|
2458
|
+
.wzpwD .uui-caption {
|
|
2459
2459
|
font-family: var(--font-regular);
|
|
2460
2460
|
}
|
|
2461
|
-
.
|
|
2461
|
+
.wzpwD.uui-button-box {
|
|
2462
2462
|
border-width: 1px;
|
|
2463
2463
|
}
|
|
2464
|
-
.
|
|
2464
|
+
.wzpwD._1ZcPE {
|
|
2465
2465
|
min-width: 18px;
|
|
2466
2466
|
min-height: 18px;
|
|
2467
2467
|
padding-left: 3px;
|
|
2468
2468
|
padding-right: 3px;
|
|
2469
2469
|
border-radius: 9px;
|
|
2470
2470
|
}
|
|
2471
|
-
.
|
|
2471
|
+
.wzpwD._1ZcPE .uui-count {
|
|
2472
2472
|
height: 12px;
|
|
2473
2473
|
line-height: 12px;
|
|
2474
2474
|
font-size: 8px;
|
|
@@ -2476,178 +2476,178 @@
|
|
|
2476
2476
|
padding-left: 3px;
|
|
2477
2477
|
padding-right: 3px;
|
|
2478
2478
|
}
|
|
2479
|
-
.
|
|
2479
|
+
.wzpwD._1ZcPE .uui-count:not(:first-child) {
|
|
2480
2480
|
margin-left: 3px;
|
|
2481
2481
|
}
|
|
2482
|
-
.
|
|
2482
|
+
.wzpwD._1ZcPE .uui-caption {
|
|
2483
2483
|
padding: 2px 3px;
|
|
2484
2484
|
line-height: 12px;
|
|
2485
2485
|
font-size: 12px;
|
|
2486
2486
|
}
|
|
2487
|
-
.
|
|
2487
|
+
.wzpwD._1ZcPE._3uh8W .uui-caption {
|
|
2488
2488
|
margin-left: 8px;
|
|
2489
2489
|
}
|
|
2490
|
-
.
|
|
2490
|
+
.wzpwD._1ZcPE._3uh8W::before {
|
|
2491
2491
|
width: 8px;
|
|
2492
2492
|
height: 8px;
|
|
2493
2493
|
top: 4px;
|
|
2494
2494
|
left: 1px;
|
|
2495
2495
|
}
|
|
2496
|
-
.
|
|
2496
|
+
.wzpwD._1eO-u {
|
|
2497
2497
|
min-width: 24px;
|
|
2498
2498
|
padding-left: 5px;
|
|
2499
2499
|
padding-right: 5px;
|
|
2500
2500
|
border-radius: 12px;
|
|
2501
2501
|
min-height: 24px;
|
|
2502
2502
|
}
|
|
2503
|
-
.
|
|
2503
|
+
.wzpwD._1eO-u .uui-caption {
|
|
2504
2504
|
padding-left: 6px;
|
|
2505
2505
|
padding-right: 6px;
|
|
2506
2506
|
}
|
|
2507
|
-
.
|
|
2507
|
+
.wzpwD._1eO-u .uui-caption {
|
|
2508
2508
|
padding-top: 2px;
|
|
2509
2509
|
padding-bottom: 2px;
|
|
2510
2510
|
line-height: 18px;
|
|
2511
2511
|
font-size: 14px;
|
|
2512
2512
|
}
|
|
2513
|
-
.
|
|
2513
|
+
.wzpwD._1eO-u._3uh8W .uui-caption {
|
|
2514
2514
|
margin-left: 12px;
|
|
2515
2515
|
}
|
|
2516
|
-
.
|
|
2516
|
+
.wzpwD._1eO-u._3uh8W::before {
|
|
2517
2517
|
width: 12px;
|
|
2518
2518
|
height: 12px;
|
|
2519
2519
|
top: 5px;
|
|
2520
2520
|
left: 2px;
|
|
2521
2521
|
}
|
|
2522
|
-
.
|
|
2522
|
+
.wzpwD.Zuz-P {
|
|
2523
2523
|
min-width: 30px;
|
|
2524
2524
|
padding-left: 5px;
|
|
2525
2525
|
padding-right: 5px;
|
|
2526
2526
|
border-radius: 15px;
|
|
2527
2527
|
min-height: 30px;
|
|
2528
2528
|
}
|
|
2529
|
-
.
|
|
2529
|
+
.wzpwD.Zuz-P .uui-caption {
|
|
2530
2530
|
padding-left: 6px;
|
|
2531
2531
|
padding-right: 6px;
|
|
2532
2532
|
}
|
|
2533
|
-
.
|
|
2533
|
+
.wzpwD.Zuz-P .uui-caption {
|
|
2534
2534
|
padding-top: 5px;
|
|
2535
2535
|
padding-bottom: 5px;
|
|
2536
2536
|
line-height: 18px;
|
|
2537
2537
|
font-size: 14px;
|
|
2538
2538
|
}
|
|
2539
|
-
.
|
|
2539
|
+
.wzpwD.Zuz-P._3uh8W .uui-caption {
|
|
2540
2540
|
margin-left: 12px;
|
|
2541
2541
|
}
|
|
2542
|
-
.
|
|
2542
|
+
.wzpwD.Zuz-P._3uh8W::before {
|
|
2543
2543
|
width: 12px;
|
|
2544
2544
|
height: 12px;
|
|
2545
2545
|
top: 8px;
|
|
2546
2546
|
left: 2px;
|
|
2547
2547
|
}
|
|
2548
|
-
.
|
|
2548
|
+
.wzpwD._3B32h {
|
|
2549
2549
|
min-width: 36px;
|
|
2550
2550
|
padding-left: 5px;
|
|
2551
2551
|
padding-right: 5px;
|
|
2552
2552
|
border-radius: 18px;
|
|
2553
2553
|
min-height: 36px;
|
|
2554
2554
|
}
|
|
2555
|
-
.
|
|
2555
|
+
.wzpwD._3B32h .uui-caption {
|
|
2556
2556
|
padding-left: 6px;
|
|
2557
2557
|
padding-right: 6px;
|
|
2558
2558
|
}
|
|
2559
|
-
.
|
|
2559
|
+
.wzpwD._3B32h .uui-caption {
|
|
2560
2560
|
padding-top: 5px;
|
|
2561
2561
|
padding-bottom: 5px;
|
|
2562
2562
|
line-height: 24px;
|
|
2563
2563
|
font-size: 14px;
|
|
2564
2564
|
}
|
|
2565
|
-
.
|
|
2565
|
+
.wzpwD._3B32h._3uh8W .uui-caption {
|
|
2566
2566
|
margin-left: 12px;
|
|
2567
2567
|
}
|
|
2568
|
-
.
|
|
2568
|
+
.wzpwD._3B32h._3uh8W::before {
|
|
2569
2569
|
width: 12px;
|
|
2570
2570
|
height: 12px;
|
|
2571
2571
|
top: 11px;
|
|
2572
2572
|
left: 2px;
|
|
2573
2573
|
}
|
|
2574
|
-
.
|
|
2574
|
+
.wzpwD.bc1Hs {
|
|
2575
2575
|
min-width: 42px;
|
|
2576
2576
|
padding-left: 11px;
|
|
2577
2577
|
padding-right: 11px;
|
|
2578
2578
|
border-radius: 21px;
|
|
2579
2579
|
min-height: 42px;
|
|
2580
2580
|
}
|
|
2581
|
-
.
|
|
2581
|
+
.wzpwD.bc1Hs .uui-caption {
|
|
2582
2582
|
padding-left: 6px;
|
|
2583
2583
|
padding-right: 6px;
|
|
2584
2584
|
}
|
|
2585
|
-
.
|
|
2585
|
+
.wzpwD.bc1Hs .uui-count {
|
|
2586
2586
|
height: 24px;
|
|
2587
2587
|
line-height: 24px;
|
|
2588
2588
|
font-size: 14px;
|
|
2589
2589
|
border-radius: 12px;
|
|
2590
2590
|
min-width: 12px;
|
|
2591
2591
|
}
|
|
2592
|
-
.
|
|
2592
|
+
.wzpwD.bc1Hs .uui-caption {
|
|
2593
2593
|
padding-top: 8px;
|
|
2594
2594
|
padding-bottom: 8px;
|
|
2595
2595
|
line-height: 24px;
|
|
2596
2596
|
font-size: 16px;
|
|
2597
2597
|
}
|
|
2598
|
-
.
|
|
2598
|
+
.wzpwD.bc1Hs._3uh8W .uui-caption {
|
|
2599
2599
|
margin-left: 12px;
|
|
2600
2600
|
}
|
|
2601
|
-
.
|
|
2601
|
+
.wzpwD.bc1Hs._3uh8W::before {
|
|
2602
2602
|
width: 16px;
|
|
2603
2603
|
height: 16px;
|
|
2604
2604
|
top: 12px;
|
|
2605
2605
|
left: 3px;
|
|
2606
2606
|
}
|
|
2607
|
-
.
|
|
2607
|
+
.wzpwD._2BWJG {
|
|
2608
2608
|
min-width: 48px;
|
|
2609
2609
|
padding-left: 11px;
|
|
2610
2610
|
padding-right: 11px;
|
|
2611
2611
|
border-radius: 24px;
|
|
2612
2612
|
min-height: 48px;
|
|
2613
2613
|
}
|
|
2614
|
-
.
|
|
2614
|
+
.wzpwD._2BWJG .uui-caption {
|
|
2615
2615
|
padding-left: 6px;
|
|
2616
2616
|
padding-right: 6px;
|
|
2617
2617
|
}
|
|
2618
|
-
.
|
|
2618
|
+
.wzpwD._2BWJG .uui-count {
|
|
2619
2619
|
height: 24px;
|
|
2620
2620
|
line-height: 24px;
|
|
2621
2621
|
font-size: 14px;
|
|
2622
2622
|
border-radius: 12px;
|
|
2623
2623
|
min-width: 12px;
|
|
2624
2624
|
}
|
|
2625
|
-
.
|
|
2625
|
+
.wzpwD._2BWJG .uui-caption {
|
|
2626
2626
|
padding-top: 11px;
|
|
2627
2627
|
padding-bottom: 11px;
|
|
2628
2628
|
line-height: 24px;
|
|
2629
2629
|
font-size: 16px;
|
|
2630
2630
|
}
|
|
2631
|
-
.
|
|
2631
|
+
.wzpwD._2BWJG._3uh8W .uui-caption {
|
|
2632
2632
|
margin-left: 12px;
|
|
2633
2633
|
}
|
|
2634
|
-
.
|
|
2634
|
+
.wzpwD._2BWJG._3uh8W::before {
|
|
2635
2635
|
width: 16px;
|
|
2636
2636
|
height: 16px;
|
|
2637
2637
|
top: 15px;
|
|
2638
2638
|
left: 3px;
|
|
2639
2639
|
}
|
|
2640
|
-
.
|
|
2640
|
+
.wzpwD._2ovP3 {
|
|
2641
2641
|
background-color: var(--badge-bg-color);
|
|
2642
2642
|
color: var(--badge-caption-color-solid);
|
|
2643
2643
|
fill: var(--badge-caption-color-solid);
|
|
2644
2644
|
border-color: var(--badge-bg-color);
|
|
2645
2645
|
}
|
|
2646
|
-
.
|
|
2646
|
+
.wzpwD._2ovP3 .uui-count {
|
|
2647
2647
|
background-color: var(--badge-count-bg-color);
|
|
2648
2648
|
color: var(--badge-count-color);
|
|
2649
2649
|
}
|
|
2650
|
-
.
|
|
2650
|
+
.wzpwD._2ovP3.-clickable:hover {
|
|
2651
2651
|
background-color: var(--badge-bg-color-hover);
|
|
2652
2652
|
border-color: var(--badge-bg-color-hover);
|
|
2653
2653
|
cursor: pointer;
|
|
@@ -2692,12 +2692,12 @@
|
|
|
2692
2692
|
--tag-count-bg-color: white;
|
|
2693
2693
|
--tag-count-color: var(--text-secondary-color);
|
|
2694
2694
|
}
|
|
2695
|
-
.
|
|
2695
|
+
.wjDpf.uui-button-box {
|
|
2696
2696
|
background-color: var(--tag-bg-color);
|
|
2697
2697
|
fill: var(--tag-fill-color);
|
|
2698
2698
|
border: 0;
|
|
2699
2699
|
}
|
|
2700
|
-
.
|
|
2700
|
+
.wjDpf.uui-button-box .uui-count {
|
|
2701
2701
|
background-color: var(--tag-count-bg-color);
|
|
2702
2702
|
color: var(--tag-count-color);
|
|
2703
2703
|
font-family: var(--font-semibold);
|
|
@@ -2709,25 +2709,25 @@
|
|
|
2709
2709
|
padding-left: 6px;
|
|
2710
2710
|
padding-right: 6px;
|
|
2711
2711
|
}
|
|
2712
|
-
.
|
|
2712
|
+
.wjDpf.uui-button-box .uui-count:not(:first-child) {
|
|
2713
2713
|
margin-left: 6px;
|
|
2714
2714
|
}
|
|
2715
|
-
.
|
|
2715
|
+
.wjDpf.uui-button-box.-clickable:hover {
|
|
2716
2716
|
background-color: var(--tag-bg-color-hover);
|
|
2717
2717
|
fill: var(--tag-fill-color-hover);
|
|
2718
2718
|
cursor: pointer;
|
|
2719
2719
|
}
|
|
2720
|
-
.
|
|
2720
|
+
.wjDpf.uui-button-box .uui-caption {
|
|
2721
2721
|
font-family: var(--font-regular);
|
|
2722
2722
|
color: var(--tag-caption-color);
|
|
2723
2723
|
}
|
|
2724
|
-
.
|
|
2724
|
+
.wjDpf._34hSz {
|
|
2725
2725
|
min-height: 18px;
|
|
2726
2726
|
min-width: 18px;
|
|
2727
2727
|
padding-left: 3px;
|
|
2728
2728
|
padding-right: 3px;
|
|
2729
2729
|
}
|
|
2730
|
-
.
|
|
2730
|
+
.wjDpf._34hSz .uui-count {
|
|
2731
2731
|
height: 12px;
|
|
2732
2732
|
min-width: 6px;
|
|
2733
2733
|
line-height: 12px;
|
|
@@ -2736,102 +2736,102 @@
|
|
|
2736
2736
|
padding-left: 3px;
|
|
2737
2737
|
padding-right: 3px;
|
|
2738
2738
|
}
|
|
2739
|
-
.
|
|
2739
|
+
.wjDpf._34hSz .uui-count:not(:first-child) {
|
|
2740
2740
|
margin-left: 3px;
|
|
2741
2741
|
}
|
|
2742
|
-
.
|
|
2742
|
+
.wjDpf._34hSz .uui-caption, .wjDpf._34hSz .uui-input {
|
|
2743
2743
|
padding: 3px 3px;
|
|
2744
2744
|
line-height: 12px;
|
|
2745
2745
|
font-size: 12px;
|
|
2746
2746
|
}
|
|
2747
|
-
.
|
|
2747
|
+
.wjDpf._2pNp8 {
|
|
2748
2748
|
min-width: 24px;
|
|
2749
2749
|
padding-left: 6px;
|
|
2750
2750
|
padding-right: 6px;
|
|
2751
2751
|
min-height: 24px;
|
|
2752
2752
|
}
|
|
2753
|
-
.
|
|
2753
|
+
.wjDpf._2pNp8 .uui-caption {
|
|
2754
2754
|
padding-left: 6px;
|
|
2755
2755
|
padding-right: 6px;
|
|
2756
2756
|
}
|
|
2757
|
-
.
|
|
2757
|
+
.wjDpf._2pNp8 .uui-caption, .wjDpf._2pNp8 .uui-input {
|
|
2758
2758
|
padding-top: 3px;
|
|
2759
2759
|
padding-bottom: 3px;
|
|
2760
2760
|
line-height: 18px;
|
|
2761
2761
|
font-size: 14px;
|
|
2762
2762
|
}
|
|
2763
|
-
.
|
|
2763
|
+
.wjDpf._11iFc {
|
|
2764
2764
|
min-width: 30px;
|
|
2765
2765
|
padding-left: 6px;
|
|
2766
2766
|
padding-right: 6px;
|
|
2767
2767
|
min-height: 30px;
|
|
2768
2768
|
}
|
|
2769
|
-
.
|
|
2769
|
+
.wjDpf._11iFc .uui-caption {
|
|
2770
2770
|
padding-left: 6px;
|
|
2771
2771
|
padding-right: 6px;
|
|
2772
2772
|
}
|
|
2773
|
-
.
|
|
2773
|
+
.wjDpf._11iFc .uui-caption, .wjDpf._11iFc .uui-input {
|
|
2774
2774
|
padding-top: 6px;
|
|
2775
2775
|
padding-bottom: 6px;
|
|
2776
2776
|
line-height: 18px;
|
|
2777
2777
|
font-size: 14px;
|
|
2778
2778
|
}
|
|
2779
|
-
.
|
|
2779
|
+
.wjDpf._2ATEF {
|
|
2780
2780
|
min-width: 36px;
|
|
2781
2781
|
padding-left: 6px;
|
|
2782
2782
|
padding-right: 6px;
|
|
2783
2783
|
min-height: 36px;
|
|
2784
2784
|
}
|
|
2785
|
-
.
|
|
2785
|
+
.wjDpf._2ATEF .uui-caption {
|
|
2786
2786
|
padding-left: 6px;
|
|
2787
2787
|
padding-right: 6px;
|
|
2788
2788
|
}
|
|
2789
|
-
.
|
|
2789
|
+
.wjDpf._2ATEF .uui-caption, .wjDpf._2ATEF .uui-input {
|
|
2790
2790
|
padding-top: 6px;
|
|
2791
2791
|
padding-bottom: 6px;
|
|
2792
2792
|
line-height: 24px;
|
|
2793
2793
|
font-size: 14px;
|
|
2794
2794
|
}
|
|
2795
|
-
.
|
|
2795
|
+
.wjDpf._Qfth {
|
|
2796
2796
|
min-width: 42px;
|
|
2797
2797
|
padding-left: 12px;
|
|
2798
2798
|
padding-right: 12px;
|
|
2799
2799
|
min-height: 42px;
|
|
2800
2800
|
}
|
|
2801
|
-
.
|
|
2801
|
+
.wjDpf._Qfth .uui-caption {
|
|
2802
2802
|
padding-left: 6px;
|
|
2803
2803
|
padding-right: 6px;
|
|
2804
2804
|
}
|
|
2805
|
-
.
|
|
2805
|
+
.wjDpf._Qfth .uui-caption, .wjDpf._Qfth .uui-input {
|
|
2806
2806
|
padding-top: 9px;
|
|
2807
2807
|
padding-bottom: 9px;
|
|
2808
2808
|
line-height: 24px;
|
|
2809
2809
|
font-size: 16px;
|
|
2810
2810
|
}
|
|
2811
|
-
.
|
|
2811
|
+
.wjDpf._Qfth .uui-count {
|
|
2812
2812
|
height: 24px;
|
|
2813
2813
|
line-height: 24px;
|
|
2814
2814
|
font-size: 14px;
|
|
2815
2815
|
border-radius: 12px;
|
|
2816
2816
|
min-width: 12px;
|
|
2817
2817
|
}
|
|
2818
|
-
.
|
|
2818
|
+
.wjDpf._2kd8y {
|
|
2819
2819
|
min-width: 48px;
|
|
2820
2820
|
padding-left: 12px;
|
|
2821
2821
|
padding-right: 12px;
|
|
2822
2822
|
min-height: 48px;
|
|
2823
2823
|
}
|
|
2824
|
-
.
|
|
2824
|
+
.wjDpf._2kd8y .uui-caption {
|
|
2825
2825
|
padding-left: 6px;
|
|
2826
2826
|
padding-right: 6px;
|
|
2827
2827
|
}
|
|
2828
|
-
.
|
|
2828
|
+
.wjDpf._2kd8y .uui-caption, .wjDpf._2kd8y .uui-input {
|
|
2829
2829
|
padding-top: 12px;
|
|
2830
2830
|
padding-bottom: 12px;
|
|
2831
2831
|
line-height: 24px;
|
|
2832
2832
|
font-size: 16px;
|
|
2833
2833
|
}
|
|
2834
|
-
.
|
|
2834
|
+
.wjDpf._2kd8y .uui-count {
|
|
2835
2835
|
height: 24px;
|
|
2836
2836
|
line-height: 24px;
|
|
2837
2837
|
font-size: 14px;
|
|
@@ -2853,7 +2853,7 @@
|
|
|
2853
2853
|
--picker-toggler-icon-color-clickable-hover: var(--icon-hover-color);
|
|
2854
2854
|
--picker-toggler-border-radius: var(--border-radius);
|
|
2855
2855
|
}
|
|
2856
|
-
.
|
|
2856
|
+
._2WQan {
|
|
2857
2857
|
padding-top: 2px;
|
|
2858
2858
|
padding-left: 5px;
|
|
2859
2859
|
padding-right: 5px;
|
|
@@ -2861,87 +2861,87 @@
|
|
|
2861
2861
|
box-sizing: border-box;
|
|
2862
2862
|
border-style: solid;
|
|
2863
2863
|
}
|
|
2864
|
-
.
|
|
2864
|
+
._2WQan._1VqtG {
|
|
2865
2865
|
background-color: var(--picker-toggler-bg-color);
|
|
2866
2866
|
border-color: var(--picker-toggler-border-color);
|
|
2867
2867
|
fill: var(--picker-toggler-icon-color);
|
|
2868
2868
|
border-radius: var(--picker-toggler-border-radius);
|
|
2869
2869
|
}
|
|
2870
|
-
.
|
|
2870
|
+
._2WQan._1VqtG .uui-icon.-clickable.uui-enabled, ._2WQan._1VqtG .uui-icon-dropdown.uui-enabled {
|
|
2871
2871
|
fill: var(--picker-toggler-icon-color-clickable);
|
|
2872
2872
|
}
|
|
2873
|
-
.
|
|
2873
|
+
._2WQan._1VqtG .uui-icon.-clickable.uui-enabled:hover, ._2WQan._1VqtG .uui-icon-dropdown.uui-enabled:hover {
|
|
2874
2874
|
fill: var(--picker-toggler-icon-color-clickable-hover);
|
|
2875
2875
|
}
|
|
2876
|
-
.
|
|
2876
|
+
._2WQan._1VqtG .uui-icon.-clickable.uui-disabled, ._2WQan._1VqtG .uui-icon-dropdown.uui-disabled {
|
|
2877
2877
|
fill: var(--picker-toggler-icon-color-disabled);
|
|
2878
2878
|
}
|
|
2879
|
-
.
|
|
2879
|
+
._2WQan._1VqtG:hover {
|
|
2880
2880
|
border-color: var(--picker-toggler-border-color-hover);
|
|
2881
2881
|
}
|
|
2882
|
-
.
|
|
2882
|
+
._2WQan._1VqtG.uui-focus {
|
|
2883
2883
|
border-color: var(--picker-toggler-border-color-active);
|
|
2884
2884
|
outline: none;
|
|
2885
2885
|
}
|
|
2886
|
-
.
|
|
2886
|
+
._2WQan._1R7SV {
|
|
2887
2887
|
background-color: transparent;
|
|
2888
2888
|
border-color: transparent;
|
|
2889
2889
|
fill: var(--picker-toggler-icon-color);
|
|
2890
2890
|
}
|
|
2891
|
-
.
|
|
2891
|
+
._2WQan._1R7SV .uui-icon.-clickable, ._2WQan._1R7SV .uui-icon-dropdown {
|
|
2892
2892
|
cursor: pointer;
|
|
2893
2893
|
}
|
|
2894
|
-
.
|
|
2894
|
+
._2WQan._1R7SV .uui-icon.-clickable.uui-enabled, ._2WQan._1R7SV .uui-icon-dropdown.uui-enabled {
|
|
2895
2895
|
fill: transparent;
|
|
2896
2896
|
}
|
|
2897
|
-
.
|
|
2897
|
+
._2WQan._1R7SV .uui-icon.-clickable.uui-disabled, ._2WQan._1R7SV .uui-icon-dropdown.uui-disabled {
|
|
2898
2898
|
fill: transparent;
|
|
2899
2899
|
}
|
|
2900
|
-
.
|
|
2900
|
+
._2WQan._1R7SV:hover {
|
|
2901
2901
|
background-color: white;
|
|
2902
2902
|
border-color: var(--picker-toggler-border-color);
|
|
2903
2903
|
}
|
|
2904
|
-
.
|
|
2904
|
+
._2WQan._1R7SV:hover .uui-icon.-clickable.uui-enabled, ._2WQan._1R7SV:hover .uui-icon-dropdown.uui-enabled {
|
|
2905
2905
|
fill: var(--picker-toggler-icon-color-clickable);
|
|
2906
2906
|
}
|
|
2907
|
-
.
|
|
2907
|
+
._2WQan._1R7SV:hover .uui-icon.-clickable.uui-enabled:hover, ._2WQan._1R7SV:hover .uui-icon-dropdown.uui-enabled:hover {
|
|
2908
2908
|
fill: var(--picker-toggler-icon-color-clickable-hover);
|
|
2909
2909
|
}
|
|
2910
|
-
.
|
|
2910
|
+
._2WQan._1R7SV:hover .uui-icon.-clickable.uui-disabled, ._2WQan._1R7SV:hover .uui-icon-dropdown.uui-disabled {
|
|
2911
2911
|
fill: transparent;
|
|
2912
2912
|
}
|
|
2913
|
-
.
|
|
2913
|
+
._2WQan._1R7SV.uui-focus {
|
|
2914
2914
|
background-color: white;
|
|
2915
2915
|
border-color: var(--picker-toggler-border-color-active);
|
|
2916
2916
|
outline: none;
|
|
2917
2917
|
}
|
|
2918
|
-
.
|
|
2918
|
+
._2WQan.uui-invalid._1VqtG, ._2WQan.uui-invalid._1R7SV {
|
|
2919
2919
|
border-color: var(--picker-toggler-border-color-error);
|
|
2920
2920
|
}
|
|
2921
|
-
.
|
|
2921
|
+
._2WQan.uui-readonly._1VqtG {
|
|
2922
2922
|
background-color: var(--input-bg-readonly-color);
|
|
2923
2923
|
border-color: var(--input-border-readonly-color);
|
|
2924
2924
|
pointer-events: none;
|
|
2925
2925
|
}
|
|
2926
|
-
.
|
|
2926
|
+
._2WQan.uui-readonly._1VqtG:hover {
|
|
2927
2927
|
border-color: var(--input-border-readonly-color);
|
|
2928
2928
|
}
|
|
2929
|
-
.
|
|
2929
|
+
._2WQan.uui-readonly._1R7SV {
|
|
2930
2930
|
background-color: transparent;
|
|
2931
2931
|
border-color: transparent;
|
|
2932
2932
|
pointer-events: none;
|
|
2933
2933
|
}
|
|
2934
|
-
.
|
|
2934
|
+
._2WQan.uui-readonly._1R7SV:hover {
|
|
2935
2935
|
background-color: transparent;
|
|
2936
2936
|
border-color: transparent;
|
|
2937
2937
|
}
|
|
2938
|
-
.
|
|
2938
|
+
._2WQan.uui-readonly .uui-icon-dropdown, ._2WQan.uui-readonly .uui-icon-cancel {
|
|
2939
2939
|
visibility: hidden;
|
|
2940
2940
|
}
|
|
2941
|
-
.
|
|
2941
|
+
._2WQan.uui-disabled {
|
|
2942
2942
|
fill: var(--picker-toggler-icon-color-disabled);
|
|
2943
2943
|
}
|
|
2944
|
-
.
|
|
2944
|
+
._2WQan.uui-disabled._1VqtG {
|
|
2945
2945
|
background-color: var(--input-bg-disabled-color);
|
|
2946
2946
|
color: var(--input-text-disabled-color);
|
|
2947
2947
|
fill: var(--input-text-disabled-color);
|
|
@@ -2949,29 +2949,29 @@
|
|
|
2949
2949
|
cursor: default;
|
|
2950
2950
|
pointer-events: none;
|
|
2951
2951
|
}
|
|
2952
|
-
.
|
|
2952
|
+
._2WQan.uui-disabled._1VqtG .uui-input {
|
|
2953
2953
|
color: var(--input-text-disabled-color);
|
|
2954
2954
|
}
|
|
2955
|
-
.
|
|
2955
|
+
._2WQan.uui-disabled._1VqtG .uui-input::placeholder {
|
|
2956
2956
|
color: var(--input-placeholder-disabled-color);
|
|
2957
2957
|
}
|
|
2958
|
-
.
|
|
2958
|
+
._2WQan.uui-disabled._1VqtG:hover, ._2WQan.uui-disabled._1VqtG:active, ._2WQan.uui-disabled._1VqtG:focus {
|
|
2959
2959
|
background-color: var(--input-bg-disabled-color);
|
|
2960
2960
|
color: var(--input-text-disabled-color);
|
|
2961
2961
|
fill: var(--input-text-disabled-color);
|
|
2962
2962
|
border-color: var(--input-border-disabled-color);
|
|
2963
2963
|
box-shadow: none;
|
|
2964
2964
|
}
|
|
2965
|
-
.
|
|
2965
|
+
._2WQan.uui-disabled._1VqtG:hover .uui-input, ._2WQan.uui-disabled._1VqtG:active .uui-input, ._2WQan.uui-disabled._1VqtG:focus .uui-input {
|
|
2966
2966
|
color: var(--input-text-disabled-color);
|
|
2967
2967
|
}
|
|
2968
|
-
.
|
|
2968
|
+
._2WQan.uui-disabled._1VqtG:hover .uui-input::placeholder, ._2WQan.uui-disabled._1VqtG:active .uui-input::placeholder, ._2WQan.uui-disabled._1VqtG:focus .uui-input::placeholder {
|
|
2969
2969
|
color: var(--input-placeholder-disabled-color);
|
|
2970
2970
|
}
|
|
2971
|
-
.
|
|
2971
|
+
._2WQan.uui-disabled._1VqtG::placeholder {
|
|
2972
2972
|
color: var(--input-placeholder-disabled-color);
|
|
2973
2973
|
}
|
|
2974
|
-
.
|
|
2974
|
+
._2WQan.uui-disabled._1R7SV {
|
|
2975
2975
|
background-color: transparent;
|
|
2976
2976
|
color: var(--input-text-disabled-color);
|
|
2977
2977
|
fill: var(--input-text-disabled-color);
|
|
@@ -2979,84 +2979,84 @@
|
|
|
2979
2979
|
cursor: default;
|
|
2980
2980
|
pointer-events: none;
|
|
2981
2981
|
}
|
|
2982
|
-
.
|
|
2982
|
+
._2WQan.uui-disabled._1R7SV .uui-input {
|
|
2983
2983
|
color: var(--input-text-disabled-color);
|
|
2984
2984
|
}
|
|
2985
|
-
.
|
|
2985
|
+
._2WQan.uui-disabled._1R7SV .uui-input::placeholder {
|
|
2986
2986
|
color: var(--input-placeholder-disabled-color);
|
|
2987
2987
|
}
|
|
2988
|
-
.
|
|
2988
|
+
._2WQan.uui-disabled._1R7SV:hover, ._2WQan.uui-disabled._1R7SV:active, ._2WQan.uui-disabled._1R7SV:focus {
|
|
2989
2989
|
background-color: transparent;
|
|
2990
2990
|
color: var(--input-text-disabled-color);
|
|
2991
2991
|
fill: var(--input-text-disabled-color);
|
|
2992
2992
|
border-color: transparent;
|
|
2993
2993
|
box-shadow: none;
|
|
2994
2994
|
}
|
|
2995
|
-
.
|
|
2995
|
+
._2WQan.uui-disabled._1R7SV:hover .uui-input, ._2WQan.uui-disabled._1R7SV:active .uui-input, ._2WQan.uui-disabled._1R7SV:focus .uui-input {
|
|
2996
2996
|
color: var(--input-text-disabled-color);
|
|
2997
2997
|
}
|
|
2998
|
-
.
|
|
2998
|
+
._2WQan.uui-disabled._1R7SV:hover .uui-input::placeholder, ._2WQan.uui-disabled._1R7SV:active .uui-input::placeholder, ._2WQan.uui-disabled._1R7SV:focus .uui-input::placeholder {
|
|
2999
2999
|
color: var(--input-placeholder-disabled-color);
|
|
3000
3000
|
}
|
|
3001
|
-
.
|
|
3001
|
+
._2WQan.uui-disabled._1R7SV::placeholder {
|
|
3002
3002
|
color: var(--input-placeholder-disabled-color);
|
|
3003
3003
|
}
|
|
3004
|
-
.
|
|
3004
|
+
._2WQan.uui-disabled .uui-input {
|
|
3005
3005
|
cursor: default;
|
|
3006
3006
|
}
|
|
3007
|
-
.
|
|
3007
|
+
._2WQan.uui-disabled .uui-input::placeholder {
|
|
3008
3008
|
color: var(--picker-toggler-text-color-disabled);
|
|
3009
3009
|
}
|
|
3010
|
-
.
|
|
3010
|
+
._2WQan.uui-disabled .uui-icon-dropdown, ._2WQan.uui-disabled .uui-icon-cancel {
|
|
3011
3011
|
visibility: hidden;
|
|
3012
3012
|
}
|
|
3013
|
-
.
|
|
3013
|
+
._2WQan .uui-input {
|
|
3014
3014
|
padding-left: 6px;
|
|
3015
3015
|
padding-right: 6px;
|
|
3016
3016
|
margin-bottom: 2px;
|
|
3017
3017
|
font-family: var(--font-regular);
|
|
3018
3018
|
color: var(--picker-toggler-text-color);
|
|
3019
3019
|
}
|
|
3020
|
-
.
|
|
3020
|
+
._2WQan .uui-input::placeholder {
|
|
3021
3021
|
color: var(--picker-toggler-placeholder-color);
|
|
3022
3022
|
}
|
|
3023
|
-
.
|
|
3023
|
+
._2WQan .uui-input::-moz-placeholder {
|
|
3024
3024
|
opacity: 1;
|
|
3025
3025
|
}
|
|
3026
|
-
.
|
|
3026
|
+
._2WQan .uui-caption {
|
|
3027
3027
|
overflow: hidden;
|
|
3028
3028
|
text-overflow: ellipsis;
|
|
3029
3029
|
font-family: var(--font-regular);
|
|
3030
3030
|
align-self: center;
|
|
3031
3031
|
white-space: nowrap;
|
|
3032
3032
|
}
|
|
3033
|
-
.
|
|
3033
|
+
._2WQan .uui-button-box {
|
|
3034
3034
|
margin-right: 3px;
|
|
3035
3035
|
margin-bottom: 2px;
|
|
3036
3036
|
}
|
|
3037
|
-
.
|
|
3037
|
+
._2WQan .uui-button-box:last-of-type {
|
|
3038
3038
|
margin-right: 0;
|
|
3039
3039
|
}
|
|
3040
|
-
.
|
|
3040
|
+
._2WQan .uui-placeholder {
|
|
3041
3041
|
color: var(--picker-toggler-text-color);
|
|
3042
3042
|
}
|
|
3043
|
-
.
|
|
3043
|
+
._2WQan .uui-placeholder::placeholder {
|
|
3044
3044
|
color: var(--picker-toggler-text-color);
|
|
3045
3045
|
}
|
|
3046
|
-
.
|
|
3046
|
+
._2WQan .uui-placeholder::-moz-placeholder {
|
|
3047
3047
|
opacity: 1;
|
|
3048
3048
|
}
|
|
3049
|
-
.
|
|
3049
|
+
._2WQan .uui-icon-cancel {
|
|
3050
3050
|
margin-left: 6px;
|
|
3051
3051
|
}
|
|
3052
|
-
.
|
|
3052
|
+
._2WQan._3cFQA {
|
|
3053
3053
|
min-width: 24px;
|
|
3054
3054
|
}
|
|
3055
|
-
.
|
|
3055
|
+
._2WQan._3cFQA.uui-input-box {
|
|
3056
3056
|
min-height: 24px;
|
|
3057
3057
|
border-width: 1px;
|
|
3058
3058
|
}
|
|
3059
|
-
.
|
|
3059
|
+
._2WQan._3cFQA .uui-input {
|
|
3060
3060
|
line-height: 18px;
|
|
3061
3061
|
font-size: 12px;
|
|
3062
3062
|
padding-top: 3px;
|
|
@@ -3064,18 +3064,18 @@
|
|
|
3064
3064
|
padding-top: 0;
|
|
3065
3065
|
padding-bottom: 0;
|
|
3066
3066
|
}
|
|
3067
|
-
.
|
|
3067
|
+
._2WQan._3cFQA :not(.uui-button-box) > .uui-icon {
|
|
3068
3068
|
height: 18px;
|
|
3069
3069
|
margin-bottom: 2px;
|
|
3070
3070
|
}
|
|
3071
|
-
.
|
|
3071
|
+
._2WQan.Pxktp {
|
|
3072
3072
|
min-width: 30px;
|
|
3073
3073
|
}
|
|
3074
|
-
.
|
|
3074
|
+
._2WQan.Pxktp.uui-input-box {
|
|
3075
3075
|
min-height: 30px;
|
|
3076
3076
|
border-width: 1px;
|
|
3077
3077
|
}
|
|
3078
|
-
.
|
|
3078
|
+
._2WQan.Pxktp .uui-input {
|
|
3079
3079
|
line-height: 18px;
|
|
3080
3080
|
font-size: 14px;
|
|
3081
3081
|
padding-top: 6px;
|
|
@@ -3083,18 +3083,18 @@
|
|
|
3083
3083
|
padding-top: 3px;
|
|
3084
3084
|
padding-bottom: 3px;
|
|
3085
3085
|
}
|
|
3086
|
-
.
|
|
3086
|
+
._2WQan.Pxktp :not(.uui-button-box) > .uui-icon {
|
|
3087
3087
|
height: 24px;
|
|
3088
3088
|
margin-bottom: 2px;
|
|
3089
3089
|
}
|
|
3090
|
-
.
|
|
3090
|
+
._2WQan._2YG0C {
|
|
3091
3091
|
min-width: 36px;
|
|
3092
3092
|
}
|
|
3093
|
-
.
|
|
3093
|
+
._2WQan._2YG0C.uui-input-box {
|
|
3094
3094
|
min-height: 36px;
|
|
3095
3095
|
border-width: 1px;
|
|
3096
3096
|
}
|
|
3097
|
-
.
|
|
3097
|
+
._2WQan._2YG0C .uui-input {
|
|
3098
3098
|
line-height: 18px;
|
|
3099
3099
|
font-size: 14px;
|
|
3100
3100
|
padding-top: 9px;
|
|
@@ -3102,18 +3102,18 @@
|
|
|
3102
3102
|
padding-top: 6px;
|
|
3103
3103
|
padding-bottom: 6px;
|
|
3104
3104
|
}
|
|
3105
|
-
.
|
|
3105
|
+
._2WQan._2YG0C :not(.uui-button-box) > .uui-icon {
|
|
3106
3106
|
height: 30px;
|
|
3107
3107
|
margin-bottom: 2px;
|
|
3108
3108
|
}
|
|
3109
|
-
.
|
|
3109
|
+
._2WQan._1FV3n {
|
|
3110
3110
|
min-width: 42px;
|
|
3111
3111
|
}
|
|
3112
|
-
.
|
|
3112
|
+
._2WQan._1FV3n.uui-input-box {
|
|
3113
3113
|
min-height: 42px;
|
|
3114
3114
|
border-width: 1px;
|
|
3115
3115
|
}
|
|
3116
|
-
.
|
|
3116
|
+
._2WQan._1FV3n .uui-input {
|
|
3117
3117
|
line-height: 24px;
|
|
3118
3118
|
font-size: 16px;
|
|
3119
3119
|
padding-top: 9px;
|
|
@@ -3121,18 +3121,18 @@
|
|
|
3121
3121
|
padding-top: 6px;
|
|
3122
3122
|
padding-bottom: 6px;
|
|
3123
3123
|
}
|
|
3124
|
-
.
|
|
3124
|
+
._2WQan._1FV3n :not(.uui-button-box) > .uui-icon {
|
|
3125
3125
|
height: 36px;
|
|
3126
3126
|
margin-bottom: 2px;
|
|
3127
3127
|
}
|
|
3128
|
-
.
|
|
3128
|
+
._2WQan._3Pk0u {
|
|
3129
3129
|
min-width: 48px;
|
|
3130
3130
|
}
|
|
3131
|
-
.
|
|
3131
|
+
._2WQan._3Pk0u.uui-input-box {
|
|
3132
3132
|
min-height: 48px;
|
|
3133
3133
|
border-width: 1px;
|
|
3134
3134
|
}
|
|
3135
|
-
.
|
|
3135
|
+
._2WQan._3Pk0u .uui-input {
|
|
3136
3136
|
line-height: 24px;
|
|
3137
3137
|
font-size: 16px;
|
|
3138
3138
|
padding-top: 12px;
|
|
@@ -3140,67 +3140,67 @@
|
|
|
3140
3140
|
padding-top: 9px;
|
|
3141
3141
|
padding-bottom: 9px;
|
|
3142
3142
|
}
|
|
3143
|
-
.
|
|
3143
|
+
._2WQan._3Pk0u :not(.uui-button-box) > .uui-icon {
|
|
3144
3144
|
height: 42px;
|
|
3145
3145
|
margin-bottom: 2px;
|
|
3146
3146
|
}
|
|
3147
|
-
.
|
|
3147
|
+
._3sIDm ._2YIOg {
|
|
3148
3148
|
padding-top: 3px;
|
|
3149
3149
|
padding-bottom: 3px;
|
|
3150
3150
|
}
|
|
3151
|
-
.
|
|
3151
|
+
._3sIDm .zaaTD {
|
|
3152
3152
|
padding-top: 6px;
|
|
3153
3153
|
padding-bottom: 6px;
|
|
3154
3154
|
}
|
|
3155
|
-
.
|
|
3155
|
+
._3sIDm .DS95U {
|
|
3156
3156
|
padding-top: 6px;
|
|
3157
3157
|
padding-bottom: 6px;
|
|
3158
3158
|
}
|
|
3159
|
-
.
|
|
3159
|
+
._3sIDm .qVn-L {
|
|
3160
3160
|
padding-top: 9px;
|
|
3161
3161
|
padding-bottom: 9px;
|
|
3162
3162
|
}
|
|
3163
|
-
.
|
|
3163
|
+
._3sIDm ._1I6X5 {
|
|
3164
3164
|
padding-top: 9px;
|
|
3165
3165
|
padding-bottom: 9px;
|
|
3166
3166
|
}
|
|
3167
3167
|
@media screen and (max-width: 720px) {
|
|
3168
|
-
.
|
|
3168
|
+
._2FZ-A {
|
|
3169
3169
|
height: var(--app-mobile-height);
|
|
3170
3170
|
}
|
|
3171
3171
|
}
|
|
3172
3172
|
|
|
3173
|
-
.
|
|
3173
|
+
.npB3c {
|
|
3174
3174
|
border-top: 1px solid var(--divider-color);
|
|
3175
3175
|
background: white;
|
|
3176
3176
|
padding: 0 12px;
|
|
3177
3177
|
display: flex;
|
|
3178
3178
|
}
|
|
3179
|
-
.
|
|
3179
|
+
.npB3c.l8AfX {
|
|
3180
3180
|
min-height: 24px;
|
|
3181
3181
|
}
|
|
3182
|
-
.
|
|
3182
|
+
.npB3c._2knRo {
|
|
3183
3183
|
min-height: 30px;
|
|
3184
3184
|
}
|
|
3185
|
-
.
|
|
3185
|
+
.npB3c._2knRo .uui-caption {
|
|
3186
3186
|
font-size: 14px;
|
|
3187
3187
|
}
|
|
3188
|
-
.
|
|
3188
|
+
.npB3c._2tTLE {
|
|
3189
3189
|
min-height: 36px;
|
|
3190
3190
|
}
|
|
3191
|
-
.
|
|
3191
|
+
.npB3c._1Do2V {
|
|
3192
3192
|
min-height: 42px;
|
|
3193
3193
|
}
|
|
3194
|
-
.
|
|
3194
|
+
.npB3c._1Do2V .uui-caption {
|
|
3195
3195
|
font-size: 16px;
|
|
3196
3196
|
}
|
|
3197
|
-
.
|
|
3197
|
+
.npB3c._27iIG {
|
|
3198
3198
|
min-height: 48px;
|
|
3199
3199
|
}
|
|
3200
|
-
.
|
|
3200
|
+
.npB3c._27iIG .uui-caption {
|
|
3201
3201
|
font-size: 16px;
|
|
3202
3202
|
}
|
|
3203
|
-
.
|
|
3203
|
+
.IX5og {
|
|
3204
3204
|
margin: 9px 0;
|
|
3205
3205
|
}
|
|
3206
3206
|
|