@epam/uui 4.6.1 → 4.6.2
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/assets/styles/variables/buttons/iconButton.scss +5 -5
- package/assets/styles/variables/layout/accordion.scss +2 -3
- package/assets/styles/variables/layout/labeledInput.scss +1 -1
- package/assets/styles/variables/layout/panel.scss +1 -1
- package/assets/styles/variables/overlays/dropdownContainer.scss +1 -1
- package/assets/styles/variables/overlays/tooltip.scss +2 -2
- package/bundle-stats.json +1 -1
- package/components/inputs/TextInput.d.ts +1 -1
- package/components/layout/FlexItems/FlexSpacer.d.ts +4 -1
- package/components/layout/FlexItems/FlexSpacer.d.ts.map +1 -1
- package/components/pickers/DataPickerFooter.d.ts +1 -1
- package/components/pickers/DataPickerFooter.d.ts.map +1 -1
- package/components/pickers/PickerInput.d.ts.map +1 -1
- package/components/pickers/PickerModal.d.ts.map +1 -1
- package/components/pickers/docs/common.d.ts +1 -2
- 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 +1 -2
- package/components/tables/Presets/Presets.d.ts.map +1 -1
- package/components/tables/types.d.ts +0 -19
- package/components/tables/types.d.ts.map +1 -1
- package/index.js +287 -292
- package/index.js.map +1 -1
- package/package.json +6 -6
- package/styles.css +624 -623
- 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
|
+
._3YYlz.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
|
+
._3YYlz .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
|
+
._1E9IZ {
|
|
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
|
+
._1E9IZ.-clickable:hover {
|
|
60
60
|
background-color: var(--button-bg-color-hover);
|
|
61
61
|
border-color: var(--button-bg-color-hover);
|
|
62
62
|
}
|
|
63
|
-
.
|
|
63
|
+
._1E9IZ.-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
|
+
._1E9IZ.-clickable:active {
|
|
70
70
|
background-color: var(--button-bg-color-active);
|
|
71
71
|
border-color: var(--button-bg-color-active);
|
|
72
72
|
}
|
|
73
|
-
.
|
|
73
|
+
._1E9IZ.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
|
+
._1E9IZ.-clickable.uui-disabled, ._1E9IZ:hover.uui-disabled, ._1E9IZ:active.uui-disabled, ._1E9IZ: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
|
+
._3X_vH {
|
|
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
|
+
._3X_vH.-clickable:hover, ._3X_vH.-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
|
+
._3X_vH.-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
|
+
._3X_vH.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
|
+
._3X_vH.-clickable.uui-disabled, ._3X_vH:hover.uui-disabled, ._3X_vH:active.uui-disabled, ._3X_vH: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
|
+
._2K0sQ {
|
|
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
|
+
._2K0sQ.-clickable:hover, ._2K0sQ.-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
|
+
._2K0sQ.-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
|
+
._2K0sQ.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
|
+
._2K0sQ.-clickable.uui-disabled, ._2K0sQ:hover.uui-disabled, ._2K0sQ:active.uui-disabled, ._2K0sQ: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
|
+
.uoDug {
|
|
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
|
+
.uoDug.-clickable:hover, .uoDug.-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
|
+
.uoDug.-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
|
+
.uoDug.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
|
+
.uoDug.-clickable.uui-disabled, .uoDug:hover.uui-disabled, .uoDug:active.uui-disabled, .uoDug: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
|
+
._1um4P {
|
|
176
176
|
min-width: 24px;
|
|
177
177
|
padding-left: 5px;
|
|
178
178
|
padding-right: 5px;
|
|
179
179
|
}
|
|
180
|
-
.
|
|
180
|
+
._1um4P .uui-caption {
|
|
181
181
|
padding-left: 6px;
|
|
182
182
|
padding-right: 6px;
|
|
183
183
|
}
|
|
184
|
-
.
|
|
184
|
+
._1um4P.uui-button-box {
|
|
185
185
|
min-height: 24px;
|
|
186
186
|
border-width: 1px;
|
|
187
187
|
}
|
|
188
|
-
.
|
|
188
|
+
._1um4P .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
|
+
._2Cjh- {
|
|
196
196
|
min-width: 30px;
|
|
197
197
|
padding-left: 5px;
|
|
198
198
|
padding-right: 5px;
|
|
199
199
|
}
|
|
200
|
-
.
|
|
200
|
+
._2Cjh- .uui-caption {
|
|
201
201
|
padding-left: 6px;
|
|
202
202
|
padding-right: 6px;
|
|
203
203
|
}
|
|
204
|
-
.
|
|
204
|
+
._2Cjh-.uui-button-box {
|
|
205
205
|
min-height: 30px;
|
|
206
206
|
border-width: 1px;
|
|
207
207
|
}
|
|
208
|
-
.
|
|
208
|
+
._2Cjh- .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
|
+
._Q78u {
|
|
216
216
|
min-width: 36px;
|
|
217
217
|
padding-left: 5px;
|
|
218
218
|
padding-right: 5px;
|
|
219
219
|
}
|
|
220
|
-
.
|
|
220
|
+
._Q78u .uui-caption {
|
|
221
221
|
padding-left: 6px;
|
|
222
222
|
padding-right: 6px;
|
|
223
223
|
}
|
|
224
|
-
.
|
|
224
|
+
._Q78u.uui-button-box {
|
|
225
225
|
min-height: 36px;
|
|
226
226
|
border-width: 1px;
|
|
227
227
|
}
|
|
228
|
-
.
|
|
228
|
+
._Q78u .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
|
+
._1F9To {
|
|
236
236
|
min-width: 42px;
|
|
237
237
|
padding-left: 11px;
|
|
238
238
|
padding-right: 11px;
|
|
239
239
|
}
|
|
240
|
-
.
|
|
240
|
+
._1F9To .uui-caption {
|
|
241
241
|
padding-left: 6px;
|
|
242
242
|
padding-right: 6px;
|
|
243
243
|
}
|
|
244
|
-
.
|
|
244
|
+
._1F9To.uui-button-box {
|
|
245
245
|
min-height: 42px;
|
|
246
246
|
border-width: 1px;
|
|
247
247
|
}
|
|
248
|
-
.
|
|
248
|
+
._1F9To .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
|
+
._1F9To .uui-caption {
|
|
256
256
|
font-family: var(--font-primary);
|
|
257
257
|
text-transform: uppercase;
|
|
258
258
|
}
|
|
259
259
|
|
|
260
|
-
.
|
|
260
|
+
.Gm96_ {
|
|
261
261
|
min-width: 48px;
|
|
262
262
|
padding-left: 11px;
|
|
263
263
|
padding-right: 11px;
|
|
264
264
|
}
|
|
265
|
-
.
|
|
265
|
+
.Gm96_ .uui-caption {
|
|
266
266
|
padding-left: 6px;
|
|
267
267
|
padding-right: 6px;
|
|
268
268
|
}
|
|
269
|
-
.
|
|
269
|
+
.Gm96_.uui-button-box {
|
|
270
270
|
min-height: 48px;
|
|
271
271
|
border-width: 1px;
|
|
272
272
|
}
|
|
273
|
-
.
|
|
273
|
+
.Gm96_ .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
|
+
.Gm96_ .uui-caption {
|
|
281
281
|
font-family: var(--font-primary);
|
|
282
282
|
text-transform: uppercase;
|
|
283
283
|
}
|
|
@@ -356,35 +356,35 @@
|
|
|
356
356
|
--icon-button-icon-color: var(--info-color);
|
|
357
357
|
--icon-button-icon-color-hover: var(--info-hover-color);
|
|
358
358
|
--icon-button-icon-color-active: var(--info-active-color);
|
|
359
|
-
--icon-button-icon-color-disabled: var(--
|
|
359
|
+
--icon-button-icon-color-disabled: var(--icon-disabled-color);
|
|
360
360
|
}
|
|
361
361
|
|
|
362
362
|
.icon-button-color-success {
|
|
363
363
|
--icon-button-icon-color: var(--success-color);
|
|
364
364
|
--icon-button-icon-color-hover: var(--success-hover-color);
|
|
365
365
|
--icon-button-icon-color-active: var(--success-active-color);
|
|
366
|
-
--icon-button-icon-color-disabled: var(--
|
|
366
|
+
--icon-button-icon-color-disabled: var(--icon-disabled-color);
|
|
367
367
|
}
|
|
368
368
|
|
|
369
369
|
.icon-button-color-warning {
|
|
370
370
|
--icon-button-icon-color: var(--warning-color);
|
|
371
371
|
--icon-button-icon-color-hover: var(--warning-hover-color);
|
|
372
372
|
--icon-button-icon-color-active: var(--warning-active-color);
|
|
373
|
-
--icon-button-icon-color-disabled: var(--
|
|
373
|
+
--icon-button-icon-color-disabled: var(--icon-disabled-color);
|
|
374
374
|
}
|
|
375
375
|
|
|
376
376
|
.icon-button-color-error {
|
|
377
377
|
--icon-button-icon-color: var(--error-color);
|
|
378
378
|
--icon-button-icon-color-hover: var(--error-hover-color);
|
|
379
379
|
--icon-button-icon-color-active: var(--error-active-color);
|
|
380
|
-
--icon-button-icon-color-disabled: var(--
|
|
380
|
+
--icon-button-icon-color-disabled: var(--icon-disabled-color);
|
|
381
381
|
}
|
|
382
382
|
|
|
383
383
|
.icon-button-color-default {
|
|
384
384
|
--icon-button-icon-color: var(--icon-color);
|
|
385
385
|
--icon-button-icon-color-hover: var(--icon-hover-color);
|
|
386
386
|
--icon-button-icon-color-active: var(--icon-active-color);
|
|
387
|
-
--icon-button-icon-color-disabled: var(--
|
|
387
|
+
--icon-button-icon-color-disabled: var(--icon-disabled-color);
|
|
388
388
|
}
|
|
389
389
|
|
|
390
390
|
.icon-button-color-secondary {
|
|
@@ -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
|
+
._1wbZW {
|
|
397
397
|
fill: var(--icon-button-icon-color);
|
|
398
398
|
}
|
|
399
|
-
.
|
|
399
|
+
._1wbZW.-clickable:hover, ._1wbZW.-clickable:focus {
|
|
400
400
|
fill: var(--icon-button-icon-color-hover);
|
|
401
401
|
}
|
|
402
|
-
.
|
|
402
|
+
._1wbZW.-clickable:active {
|
|
403
403
|
fill: var(--icon-button-icon-color-active);
|
|
404
404
|
}
|
|
405
|
-
.
|
|
405
|
+
._1wbZW.uui-disabled {
|
|
406
406
|
fill: var(--icon-button-icon-color-disabled);
|
|
407
407
|
}
|
|
408
|
-
.
|
|
408
|
+
._1wbZW.uui-disabled.-clickable:hover, ._1wbZW.uui-disabled.-clickable:focus {
|
|
409
409
|
fill: var(--icon-button-icon-color-disabled);
|
|
410
410
|
}
|
|
411
|
-
.
|
|
411
|
+
._1wbZW.uui-disabled.-clickable:active {
|
|
412
412
|
fill: var(--icon-button-icon-color-disabled);
|
|
413
413
|
}
|
|
414
|
-
.
|
|
414
|
+
._1wbZW.uui-invalid {
|
|
415
415
|
fill: var(--icon-button-icon-color-invalid);
|
|
416
416
|
}
|
|
417
|
-
.
|
|
417
|
+
._23uLP.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
|
+
._23uLP.uui-button-box.-clickable:not(.uui-disabled):hover, ._23uLP.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
|
+
._23uLP.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
|
+
._23uLP.uui-button-box.-clickable:not(.uui-disabled):focus {
|
|
431
431
|
box-shadow: none;
|
|
432
432
|
}
|
|
433
|
-
.
|
|
433
|
+
._23uLP.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
|
+
._23uLP.uui-button-box.uui-disabled:hover {
|
|
439
439
|
background-color: transparent;
|
|
440
440
|
}
|
|
441
|
-
.
|
|
441
|
+
._23uLP .uui-caption {
|
|
442
442
|
font-family: var(--font-semibold);
|
|
443
443
|
font-weight: normal;
|
|
444
444
|
}
|
|
445
|
-
.
|
|
445
|
+
._23uLP._1i-AR {
|
|
446
446
|
min-width: 18px;
|
|
447
447
|
min-width: auto;
|
|
448
448
|
}
|
|
449
|
-
.
|
|
449
|
+
._23uLP._1i-AR.uui-has-left-icon .uui-caption {
|
|
450
450
|
padding-left: 6px;
|
|
451
451
|
}
|
|
452
|
-
.
|
|
452
|
+
._23uLP._1i-AR.uui-has-right-icon .uui-caption {
|
|
453
453
|
padding-right: 6px;
|
|
454
454
|
}
|
|
455
|
-
.
|
|
455
|
+
._23uLP._1i-AR.uui-button-box {
|
|
456
456
|
min-height: 18px;
|
|
457
457
|
border-width: 0;
|
|
458
458
|
}
|
|
459
|
-
.
|
|
459
|
+
._23uLP._1i-AR .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
|
+
._23uLP._11U4N {
|
|
466
466
|
min-width: 24px;
|
|
467
467
|
min-width: auto;
|
|
468
468
|
}
|
|
469
|
-
.
|
|
469
|
+
._23uLP._11U4N.uui-has-left-icon .uui-caption {
|
|
470
470
|
padding-left: 6px;
|
|
471
471
|
}
|
|
472
|
-
.
|
|
472
|
+
._23uLP._11U4N.uui-has-right-icon .uui-caption {
|
|
473
473
|
padding-right: 6px;
|
|
474
474
|
}
|
|
475
|
-
.
|
|
475
|
+
._23uLP._11U4N.uui-button-box {
|
|
476
476
|
min-height: 24px;
|
|
477
477
|
border-width: 0;
|
|
478
478
|
}
|
|
479
|
-
.
|
|
479
|
+
._23uLP._11U4N .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
|
+
._23uLP._3QDb8 {
|
|
486
486
|
min-width: 30px;
|
|
487
487
|
min-width: auto;
|
|
488
488
|
}
|
|
489
|
-
.
|
|
489
|
+
._23uLP._3QDb8.uui-has-left-icon .uui-caption {
|
|
490
490
|
padding-left: 6px;
|
|
491
491
|
}
|
|
492
|
-
.
|
|
492
|
+
._23uLP._3QDb8.uui-has-right-icon .uui-caption {
|
|
493
493
|
padding-right: 6px;
|
|
494
494
|
}
|
|
495
|
-
.
|
|
495
|
+
._23uLP._3QDb8.uui-button-box {
|
|
496
496
|
min-height: 30px;
|
|
497
497
|
border-width: 0;
|
|
498
498
|
}
|
|
499
|
-
.
|
|
499
|
+
._23uLP._3QDb8 .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
|
+
._23uLP._3wBdR {
|
|
506
506
|
min-width: 36px;
|
|
507
507
|
min-width: auto;
|
|
508
508
|
}
|
|
509
|
-
.
|
|
509
|
+
._23uLP._3wBdR.uui-has-left-icon .uui-caption {
|
|
510
510
|
padding-left: 6px;
|
|
511
511
|
}
|
|
512
|
-
.
|
|
512
|
+
._23uLP._3wBdR.uui-has-right-icon .uui-caption {
|
|
513
513
|
padding-right: 6px;
|
|
514
514
|
}
|
|
515
|
-
.
|
|
515
|
+
._23uLP._3wBdR.uui-button-box {
|
|
516
516
|
min-height: 36px;
|
|
517
517
|
border-width: 0;
|
|
518
518
|
}
|
|
519
|
-
.
|
|
519
|
+
._23uLP._3wBdR .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
|
+
._23uLP._2DWAe {
|
|
526
526
|
min-width: 42px;
|
|
527
527
|
min-width: auto;
|
|
528
528
|
}
|
|
529
|
-
.
|
|
529
|
+
._23uLP._2DWAe.uui-has-left-icon .uui-caption {
|
|
530
530
|
padding-left: 6px;
|
|
531
531
|
}
|
|
532
|
-
.
|
|
532
|
+
._23uLP._2DWAe.uui-has-right-icon .uui-caption {
|
|
533
533
|
padding-right: 6px;
|
|
534
534
|
}
|
|
535
|
-
.
|
|
535
|
+
._23uLP._2DWAe.uui-button-box {
|
|
536
536
|
min-height: 42px;
|
|
537
537
|
border-width: 0;
|
|
538
538
|
}
|
|
539
|
-
.
|
|
539
|
+
._23uLP._2DWAe .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
|
+
._23uLP._2DWAe .uui-caption {
|
|
547
547
|
font-family: var(--font-primary);
|
|
548
548
|
text-transform: uppercase;
|
|
549
549
|
}
|
|
550
|
-
.
|
|
550
|
+
._23uLP._2uyWG {
|
|
551
551
|
min-width: 48px;
|
|
552
552
|
min-width: auto;
|
|
553
553
|
}
|
|
554
|
-
.
|
|
554
|
+
._23uLP._2uyWG.uui-has-left-icon .uui-caption {
|
|
555
555
|
padding-left: 6px;
|
|
556
556
|
}
|
|
557
|
-
.
|
|
557
|
+
._23uLP._2uyWG.uui-has-right-icon .uui-caption {
|
|
558
558
|
padding-right: 6px;
|
|
559
559
|
}
|
|
560
|
-
.
|
|
560
|
+
._23uLP._2uyWG.uui-button-box {
|
|
561
561
|
min-height: 48px;
|
|
562
562
|
border-width: 0;
|
|
563
563
|
}
|
|
564
|
-
.
|
|
564
|
+
._23uLP._2uyWG .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
|
+
._23uLP._2uyWG .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
|
+
._3T74k {
|
|
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
|
+
._3T74k.uui-has-left-icon .uui-caption {
|
|
606
606
|
padding-left: 6px;
|
|
607
607
|
}
|
|
608
|
-
.
|
|
608
|
+
._3T74k.uui-has-right-icon .uui-caption {
|
|
609
609
|
padding-right: 6px;
|
|
610
610
|
}
|
|
611
|
-
.
|
|
611
|
+
._3T74k:hover, ._3T74k:focus {
|
|
612
612
|
color: var(--tab-button-text-color-active);
|
|
613
613
|
fill: var(--tab-button-text-color-active);
|
|
614
614
|
}
|
|
615
|
-
.
|
|
615
|
+
._3T74k.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
|
+
._3T74k.uui-active {
|
|
621
621
|
border-color: var(--tab-button-text-color-active);
|
|
622
622
|
}
|
|
623
|
-
.
|
|
623
|
+
._3T74k.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
|
+
._3T74k.uui-disabled:hover, ._3T74k.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
|
+
._3T74k.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
|
+
._3T74k._2dnLm::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
|
+
._3T74k .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
|
+
._3T74k .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
|
+
._3T74k.jlRNU {
|
|
666
666
|
height: 36px;
|
|
667
667
|
}
|
|
668
|
-
.
|
|
668
|
+
._3T74k._3oqYI {
|
|
669
669
|
height: 48px;
|
|
670
670
|
}
|
|
671
|
-
.
|
|
671
|
+
._3T74k._2DAW7 {
|
|
672
672
|
height: 60px;
|
|
673
673
|
}
|
|
674
|
-
.
|
|
674
|
+
._2WFWP {
|
|
675
675
|
border-bottom: none;
|
|
676
676
|
border-left: 3px solid transparent;
|
|
677
677
|
}
|
|
678
|
-
.
|
|
678
|
+
._2BfnY:hover .uui-checkbox, ._2BfnY:active .uui-checkbox, ._2BfnY:focus-within .uui-checkbox {
|
|
679
679
|
border-color: var(--checkbox-border-color-hover);
|
|
680
680
|
}
|
|
681
|
-
.
|
|
681
|
+
._2BfnY:hover .uui-checked, ._2BfnY:active .uui-checked, ._2BfnY:focus-within .uui-checked {
|
|
682
682
|
background-color: var(--checkbox-bg-color-checked-hover);
|
|
683
683
|
}
|
|
684
|
-
.
|
|
684
|
+
._2BfnY .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
|
+
._2BfnY .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
|
+
._2BfnY .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
|
+
._2BfnY.uui-disabled, ._2BfnY.uui-readonly {
|
|
701
701
|
cursor: default;
|
|
702
702
|
}
|
|
703
|
-
.
|
|
703
|
+
._2BfnY.uui-disabled .uui-checkbox, ._2BfnY.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
|
+
._2BfnY.uui-disabled:hover.uui-checkbox, ._2BfnY.uui-disabled.uui-checked.uui-checkbox, ._2BfnY.uui-disabled:focus-within.uui-checkbox, ._2BfnY.uui-readonly:hover.uui-checkbox, ._2BfnY.uui-readonly.uui-checked.uui-checkbox, ._2BfnY.uui-readonly:focus-within.uui-checkbox {
|
|
709
709
|
border-color: var(--checkbox-border-color-checked-disabled);
|
|
710
710
|
}
|
|
711
|
-
.
|
|
711
|
+
._2BfnY.uui-disabled:hover.uui-icon, ._2BfnY.uui-disabled.uui-checked.uui-icon, ._2BfnY.uui-disabled:focus-within.uui-icon, ._2BfnY.uui-readonly:hover.uui-icon, ._2BfnY.uui-readonly.uui-checked.uui-icon, ._2BfnY.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
|
+
._2BfnY.uui-disabled .uui-input-label, ._2BfnY.uui-readonly .uui-input-label {
|
|
716
716
|
color: var(--checkbox-label-color-disabled);
|
|
717
717
|
}
|
|
718
|
-
.
|
|
718
|
+
._2BfnY.uui-disabled .uui-checked, ._2BfnY.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
|
+
._2BfnY.uui-invalid .uui-checkbox {
|
|
723
723
|
border-color: var(--checkbox-error-color);
|
|
724
724
|
fill: var(--checkbox-error-color);
|
|
725
725
|
}
|
|
726
|
-
.
|
|
726
|
+
._2BfnY.uui-invalid .uui-checkbox:hover, ._2BfnY.uui-invalid .uui-checkbox:active, ._2BfnY.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
|
+
._2BfnY.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
|
+
._2BfnY.uui-invalid .uui-checkbox.uui-checked:hover, ._2BfnY.uui-invalid .uui-checkbox.uui-checked:active, ._2BfnY.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
|
+
._2BfnY.uui-invalid .uui-input-label {
|
|
740
740
|
color: var(--checkbox-error-color);
|
|
741
741
|
}
|
|
742
|
-
.
|
|
742
|
+
._2BfnY._2Vx1g .uui-checkbox {
|
|
743
743
|
width: 18px;
|
|
744
744
|
height: 18px;
|
|
745
745
|
}
|
|
746
|
-
.
|
|
746
|
+
._2BfnY._2Vx1g .uui-checkbox .uui-icon svg {
|
|
747
747
|
width: 18px;
|
|
748
748
|
}
|
|
749
|
-
.
|
|
749
|
+
._2BfnY._2Vx1g .uui-input-label {
|
|
750
750
|
font-size: 14px;
|
|
751
751
|
line-height: 18px;
|
|
752
752
|
}
|
|
753
|
-
.
|
|
753
|
+
._2BfnY._1ic4K .uui-checkbox {
|
|
754
754
|
width: 12px;
|
|
755
755
|
height: 12px;
|
|
756
756
|
}
|
|
757
|
-
.
|
|
757
|
+
._2BfnY._1ic4K .uui-checkbox .uui-icon svg {
|
|
758
758
|
width: 12px;
|
|
759
759
|
}
|
|
760
|
-
.
|
|
760
|
+
._2BfnY._1ic4K .uui-input-label {
|
|
761
761
|
font-size: 12px;
|
|
762
762
|
line-height: 12px;
|
|
763
763
|
}
|
|
764
|
-
.
|
|
764
|
+
._2BfnY._1ic4K .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
|
+
._9_gxz:hover .uui-radioinput, ._9_gxz:focus-within .uui-radioinput {
|
|
800
800
|
border-color: var(--radio-input-border-color-hover);
|
|
801
801
|
}
|
|
802
|
-
.
|
|
802
|
+
._9_gxz:hover .uui-radioinput.uui-checked, ._9_gxz:focus-within .uui-radioinput.uui-checked {
|
|
803
803
|
border-color: var(--radio-input-border-color-hover);
|
|
804
804
|
}
|
|
805
|
-
.
|
|
805
|
+
._9_gxz:hover .uui-radioinput.uui-checked .uui-icon, ._9_gxz:focus-within .uui-radioinput.uui-checked .uui-icon {
|
|
806
806
|
fill: var(--radio-input-fill-color-hover);
|
|
807
807
|
}
|
|
808
|
-
.
|
|
808
|
+
._9_gxz:hover.uui-disabled .uui-radioinput, ._9_gxz:hover.uui-readonly .uui-radioinput, ._9_gxz:focus-within.uui-disabled .uui-radioinput, ._9_gxz: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
|
+
._9_gxz:hover.uui-disabled .uui-radioinput .uui-icon, ._9_gxz:hover.uui-readonly .uui-radioinput .uui-icon, ._9_gxz:focus-within.uui-disabled .uui-radioinput .uui-icon, ._9_gxz:focus-within.uui-readonly .uui-radioinput .uui-icon {
|
|
813
813
|
fill: var(--radio-input-fill-color-checked-disabled);
|
|
814
814
|
}
|
|
815
|
-
.
|
|
815
|
+
._9_gxz .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
|
+
._9_gxz .uui-radioinput.uui-checked {
|
|
823
823
|
border-color: var(--radio-input-border-color-checked);
|
|
824
824
|
}
|
|
825
|
-
.
|
|
825
|
+
._9_gxz .uui-radioinput.uui-checked .uui-icon {
|
|
826
826
|
fill: var(--radio-input-fill-color-checked);
|
|
827
827
|
}
|
|
828
|
-
.
|
|
828
|
+
._9_gxz .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
|
+
._9_gxz.uui-invalid .uui-icon {
|
|
837
837
|
fill: var(--radio-input-error-color);
|
|
838
838
|
}
|
|
839
|
-
.
|
|
839
|
+
._9_gxz.uui-invalid .uui-input-label {
|
|
840
840
|
color: var(--radio-input-error-color);
|
|
841
841
|
}
|
|
842
|
-
.
|
|
842
|
+
._9_gxz.uui-invalid .uui-radioinput {
|
|
843
843
|
border-color: var(--radio-input-error-color);
|
|
844
844
|
}
|
|
845
|
-
.
|
|
845
|
+
._9_gxz.uui-invalid .uui-checked.uui-radioinput .uui-icon {
|
|
846
846
|
fill: var(--radio-input-error-color);
|
|
847
847
|
}
|
|
848
|
-
.
|
|
848
|
+
._9_gxz.uui-invalid:hover .uui-radioinput, ._9_gxz.uui-invalid:focus-within .uui-radioinput {
|
|
849
849
|
border-color: var(--radio-input-error-color);
|
|
850
850
|
}
|
|
851
|
-
.
|
|
851
|
+
._9_gxz.uui-invalid:hover .uui-icon, ._9_gxz.uui-invalid:focus-within .uui-icon {
|
|
852
852
|
fill: var(--radio-input-error-color);
|
|
853
853
|
}
|
|
854
|
-
.
|
|
854
|
+
._9_gxz.uui-disabled, ._9_gxz.uui-readonly {
|
|
855
855
|
cursor: default;
|
|
856
856
|
}
|
|
857
|
-
.
|
|
857
|
+
._9_gxz.uui-disabled .uui-radioinput, ._9_gxz.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
|
+
._9_gxz.uui-disabled .uui-radioinput .uui-icon, ._9_gxz.uui-readonly .uui-radioinput .uui-icon {
|
|
863
863
|
fill: var(--radio-input-fill-color-checked-disabled);
|
|
864
864
|
}
|
|
865
|
-
.
|
|
865
|
+
._9_gxz.uui-disabled .uui-radioinput.uui-checked, ._9_gxz.uui-readonly .uui-radioinput.uui-checked {
|
|
866
866
|
border-color: var(--radio-input-border-color-checked-disabled);
|
|
867
867
|
}
|
|
868
|
-
.
|
|
868
|
+
._9_gxz.uui-disabled .uui-radioinput.uui-checked .uui-icon, ._9_gxz.uui-readonly .uui-radioinput.uui-checked .uui-icon {
|
|
869
869
|
fill: var(--radio-input-fill-color-checked-disabled);
|
|
870
870
|
}
|
|
871
|
-
.
|
|
871
|
+
._9_gxz.uui-disabled.uui-invalid .uui-radioinput, ._9_gxz.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
|
+
._9_gxz.uui-disabled.uui-invalid .uui-radioinput .uui-icon, ._9_gxz.uui-readonly.uui-invalid .uui-radioinput .uui-icon {
|
|
877
877
|
fill: var(--radio-input-fill-color-checked-disabled);
|
|
878
878
|
}
|
|
879
|
-
.
|
|
879
|
+
._9_gxz.uui-readonly .uui-input-label {
|
|
880
880
|
color: var(--radio-input-label-color);
|
|
881
881
|
}
|
|
882
|
-
.
|
|
882
|
+
._9_gxz.uui-disabled .uui-input-label {
|
|
883
883
|
color: var(--radio-input-label-color-disabled);
|
|
884
884
|
}
|
|
885
|
-
.
|
|
885
|
+
._9_gxz.R-g-s .uui-radioinput {
|
|
886
886
|
width: 18px;
|
|
887
887
|
height: 18px;
|
|
888
888
|
border-radius: 9px;
|
|
889
889
|
margin: 0px 0;
|
|
890
890
|
}
|
|
891
|
-
.
|
|
891
|
+
._9_gxz.R-g-s .uui-icon {
|
|
892
892
|
margin: 0px 0;
|
|
893
893
|
}
|
|
894
|
-
.
|
|
894
|
+
._9_gxz.R-g-s .uui-icon svg {
|
|
895
895
|
height: 18px;
|
|
896
896
|
width: 18px;
|
|
897
897
|
}
|
|
898
|
-
.
|
|
898
|
+
._9_gxz.R-g-s .uui-input-label {
|
|
899
899
|
font-size: 14px;
|
|
900
900
|
line-height: 18px;
|
|
901
901
|
}
|
|
902
|
-
.
|
|
902
|
+
._9_gxz._3H2s3 .uui-radioinput {
|
|
903
903
|
width: 12px;
|
|
904
904
|
height: 12px;
|
|
905
905
|
border-radius: 6px;
|
|
906
906
|
margin: 1px 0;
|
|
907
907
|
}
|
|
908
|
-
.
|
|
908
|
+
._9_gxz._3H2s3 .uui-icon {
|
|
909
909
|
margin: 1px 0;
|
|
910
910
|
}
|
|
911
|
-
.
|
|
911
|
+
._9_gxz._3H2s3 .uui-icon svg {
|
|
912
912
|
height: 12px;
|
|
913
913
|
width: 12px;
|
|
914
914
|
}
|
|
915
|
-
.
|
|
915
|
+
._9_gxz._3H2s3 .uui-input-label {
|
|
916
916
|
font-size: 12px;
|
|
917
917
|
line-height: 14px;
|
|
918
918
|
}
|
|
919
|
-
.
|
|
919
|
+
._9_gxz._3H2s3 .uui-input-label {
|
|
920
920
|
margin-left: 6px;
|
|
921
921
|
}
|
|
922
|
-
.
|
|
922
|
+
._1zyPI._2wX42 .uui-switch-body {
|
|
923
923
|
height: 12px;
|
|
924
924
|
width: 24px;
|
|
925
925
|
}
|
|
926
|
-
.
|
|
926
|
+
._1zyPI._2wX42 .uui-switch-toggler {
|
|
927
927
|
height: 12px;
|
|
928
928
|
width: 12px;
|
|
929
929
|
}
|
|
930
|
-
.
|
|
930
|
+
._1zyPI._2wX42 .uui-input-label {
|
|
931
931
|
font-size: 12px;
|
|
932
932
|
letter-spacing: 0.2px;
|
|
933
933
|
}
|
|
934
|
-
.
|
|
934
|
+
._1zyPI._2wX42 .uui-checked .uui-switch-toggler {
|
|
935
935
|
transform: translateX(12px);
|
|
936
936
|
}
|
|
937
|
-
.
|
|
937
|
+
._1zyPI._3a8jA .uui-switch-body {
|
|
938
938
|
height: 18px;
|
|
939
939
|
width: 36px;
|
|
940
940
|
}
|
|
941
|
-
.
|
|
941
|
+
._1zyPI._3a8jA .uui-switch-toggler {
|
|
942
942
|
height: 18px;
|
|
943
943
|
width: 18px;
|
|
944
944
|
}
|
|
945
|
-
.
|
|
945
|
+
._1zyPI._3a8jA .uui-input-label {
|
|
946
946
|
font-size: 14px;
|
|
947
947
|
letter-spacing: 0.1px;
|
|
948
948
|
}
|
|
949
|
-
.
|
|
949
|
+
._1zyPI._3a8jA .uui-checked .uui-switch-toggler {
|
|
950
950
|
transform: translateX(18px);
|
|
951
951
|
}
|
|
952
|
-
.
|
|
952
|
+
._1zyPI.Ek4mz .uui-switch-body {
|
|
953
953
|
height: 24px;
|
|
954
954
|
width: 48px;
|
|
955
955
|
}
|
|
956
|
-
.
|
|
956
|
+
._1zyPI.Ek4mz .uui-switch-toggler {
|
|
957
957
|
height: 24px;
|
|
958
958
|
width: 24px;
|
|
959
959
|
}
|
|
960
|
-
.
|
|
960
|
+
._1zyPI.Ek4mz .uui-input-label {
|
|
961
961
|
font-size: 14px;
|
|
962
962
|
letter-spacing: 0.1px;
|
|
963
963
|
}
|
|
964
|
-
.
|
|
964
|
+
._1zyPI.Ek4mz .uui-checked .uui-switch-toggler {
|
|
965
965
|
transform: translateX(24px);
|
|
966
966
|
}
|
|
967
|
-
.
|
|
967
|
+
._1zyPI .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
|
+
._1zyPI .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
|
+
._1zyPI .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
|
+
._1zyPI:hover .uui-switch-body, ._1zyPI: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
|
+
._1zyPI:hover .uui-switch-toggler, ._1zyPI:focus-within .uui-switch-toggler {
|
|
992
992
|
border-color: var(--switch-toggler-border-color-hover);
|
|
993
993
|
}
|
|
994
|
-
.
|
|
994
|
+
._1zyPI:hover .uui-checked.uui-switch-body, ._1zyPI: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
|
+
._1zyPI:hover .uui-checked .uui-switch-toggler, ._1zyPI:focus-within .uui-checked .uui-switch-toggler {
|
|
999
999
|
border-color: var(--switch-toggler-border-color-checked-hover);
|
|
1000
1000
|
}
|
|
1001
|
-
.
|
|
1001
|
+
._1zyPI .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
|
+
._1zyPI .uui-checked.uui-switch-body .uui-switch-toggler {
|
|
1006
1006
|
border: 1px solid var(--switch-toggler-border-color-checked);
|
|
1007
1007
|
}
|
|
1008
|
-
.
|
|
1008
|
+
._1zyPI.uui-disabled .uui-input-label {
|
|
1009
1009
|
color: var(--switch-label-color-disabled);
|
|
1010
1010
|
}
|
|
1011
|
-
.
|
|
1012
|
-
.
|
|
1013
|
-
.
|
|
1014
|
-
.
|
|
1011
|
+
._1zyPI.uui-disabled,
|
|
1012
|
+
._1zyPI.uui-disabled .uui-switch-toggler,
|
|
1013
|
+
._1zyPI.uui-disabled .uui-switch-body,
|
|
1014
|
+
._1zyPI.uui-disabled .uui-input-label {
|
|
1015
1015
|
cursor: default;
|
|
1016
1016
|
}
|
|
1017
|
-
.
|
|
1017
|
+
._1zyPI.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
|
+
._1zyPI.uui-disabled .uui-switch-toggler, ._1zyPI.uui-disabled:hover .uui-switch-toggler, ._1zyPI.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
|
+
._1zyPI.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
|
+
._1zyPI.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
|
+
._1xDOZ {
|
|
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
|
+
._1xDOZ .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
|
+
._1xDOZ .uui-input::placeholder {
|
|
1072
1072
|
color: var(--text-input-placeholder-color);
|
|
1073
1073
|
}
|
|
1074
|
-
.
|
|
1074
|
+
._1xDOZ .uui-input:placeholder-shown {
|
|
1075
1075
|
text-overflow: ellipsis;
|
|
1076
1076
|
}
|
|
1077
|
-
.
|
|
1077
|
+
._1xDOZ .uui-input::-moz-placeholder {
|
|
1078
1078
|
opacity: 1;
|
|
1079
1079
|
}
|
|
1080
|
-
.
|
|
1080
|
+
._1xDOZ.vRfhS {
|
|
1081
1081
|
background-color: var(--text-input-bg-color);
|
|
1082
1082
|
border-color: var(--text-input-border-color);
|
|
1083
1083
|
}
|
|
1084
|
-
.
|
|
1084
|
+
._1xDOZ.vRfhS .-clickable {
|
|
1085
1085
|
fill: var(--text-input-icon-color-clickable);
|
|
1086
1086
|
}
|
|
1087
|
-
.
|
|
1087
|
+
._1xDOZ.vRfhS .-clickable:hover {
|
|
1088
1088
|
fill: var(--text-input-icon-color-clickable-hover);
|
|
1089
1089
|
}
|
|
1090
|
-
.
|
|
1090
|
+
._1xDOZ.vRfhS:hover {
|
|
1091
1091
|
border-color: var(--text-input-border-color-hover);
|
|
1092
1092
|
}
|
|
1093
|
-
.
|
|
1093
|
+
._1xDOZ.vRfhS.uui-focus {
|
|
1094
1094
|
border-color: var(--text-input-border-color-active);
|
|
1095
1095
|
}
|
|
1096
|
-
.
|
|
1096
|
+
._1xDOZ._17OM2 {
|
|
1097
1097
|
background-color: transparent;
|
|
1098
1098
|
border-color: transparent;
|
|
1099
1099
|
}
|
|
1100
|
-
.
|
|
1100
|
+
._1xDOZ._17OM2 .uui-icon:first-child {
|
|
1101
1101
|
padding-left: 6px;
|
|
1102
1102
|
}
|
|
1103
|
-
.
|
|
1103
|
+
._1xDOZ._17OM2 .-clickable {
|
|
1104
1104
|
fill: transparent;
|
|
1105
1105
|
}
|
|
1106
|
-
.
|
|
1106
|
+
._1xDOZ._17OM2:hover {
|
|
1107
1107
|
background-color: var(--text-input-bg-color);
|
|
1108
1108
|
border-color: var(--text-input-border-color);
|
|
1109
1109
|
}
|
|
1110
|
-
.
|
|
1110
|
+
._1xDOZ._17OM2:hover .-clickable {
|
|
1111
1111
|
fill: var(--text-input-icon-color-clickable);
|
|
1112
1112
|
}
|
|
1113
|
-
.
|
|
1113
|
+
._1xDOZ._17OM2:hover .-clickable:hover {
|
|
1114
1114
|
fill: var(--text-input-icon-color-clickable-hover);
|
|
1115
1115
|
}
|
|
1116
|
-
.
|
|
1116
|
+
._1xDOZ._17OM2.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
|
+
._1xDOZ.uui-invalid.vRfhS, ._1xDOZ.uui-invalid._17OM2 {
|
|
1121
1121
|
background-color: var(--text-input-bg-color);
|
|
1122
1122
|
border-color: var(--text-input-border-color-error);
|
|
1123
1123
|
}
|
|
1124
|
-
.
|
|
1124
|
+
._1xDOZ.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
|
+
._1xDOZ.uui-readonly.vRfhS {
|
|
1130
1130
|
background-color: var(--text-input-bg-color-readonly);
|
|
1131
1131
|
border-color: var(--text-input-border-color-readonly);
|
|
1132
1132
|
}
|
|
1133
|
-
.
|
|
1133
|
+
._1xDOZ.uui-readonly._17OM2 {
|
|
1134
1134
|
background-color: transparent;
|
|
1135
1135
|
border-color: transparent;
|
|
1136
1136
|
}
|
|
1137
|
-
.
|
|
1137
|
+
._1xDOZ.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
|
+
._1xDOZ.uui-disabled .uui-input {
|
|
1143
1143
|
color: var(--text-input-text-color-disabled);
|
|
1144
1144
|
}
|
|
1145
|
-
.
|
|
1145
|
+
._1xDOZ.uui-disabled .uui-input::placeholder {
|
|
1146
1146
|
color: var(--text-input-placeholder-color-disabled);
|
|
1147
1147
|
}
|
|
1148
|
-
.
|
|
1148
|
+
._1xDOZ.uui-disabled.vRfhS {
|
|
1149
1149
|
background-color: var(--text-input-bg-color-disabled);
|
|
1150
1150
|
border-color: var(--text-input-border-color-disabled);
|
|
1151
1151
|
}
|
|
1152
|
-
.
|
|
1152
|
+
._1xDOZ.uui-disabled._17OM2 {
|
|
1153
1153
|
background-color: transparent;
|
|
1154
1154
|
border-color: transparent;
|
|
1155
1155
|
}
|
|
1156
|
-
.
|
|
1156
|
+
._1xDOZ._1beGv {
|
|
1157
1157
|
min-width: 24px;
|
|
1158
1158
|
}
|
|
1159
|
-
.
|
|
1159
|
+
._1xDOZ._1beGv .uui-caption, ._1xDOZ._1beGv .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
|
+
._1xDOZ._1beGv.uui-button-box, ._1xDOZ._1beGv.uui-input-box {
|
|
1166
1166
|
min-height: 24px;
|
|
1167
1167
|
border-width: 1px;
|
|
1168
1168
|
}
|
|
1169
|
-
.
|
|
1169
|
+
._1xDOZ._3WiAk {
|
|
1170
1170
|
min-width: 30px;
|
|
1171
1171
|
}
|
|
1172
|
-
.
|
|
1172
|
+
._1xDOZ._3WiAk .uui-caption, ._1xDOZ._3WiAk .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
|
+
._1xDOZ._3WiAk.uui-button-box, ._1xDOZ._3WiAk.uui-input-box {
|
|
1179
1179
|
min-height: 30px;
|
|
1180
1180
|
border-width: 1px;
|
|
1181
1181
|
}
|
|
1182
|
-
.
|
|
1182
|
+
._1xDOZ._97n0X {
|
|
1183
1183
|
min-width: 36px;
|
|
1184
1184
|
}
|
|
1185
|
-
.
|
|
1185
|
+
._1xDOZ._97n0X .uui-caption, ._1xDOZ._97n0X .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
|
+
._1xDOZ._97n0X.uui-button-box, ._1xDOZ._97n0X.uui-input-box {
|
|
1192
1192
|
min-height: 36px;
|
|
1193
1193
|
border-width: 1px;
|
|
1194
1194
|
}
|
|
1195
|
-
.
|
|
1195
|
+
._1xDOZ.EoiH8 {
|
|
1196
1196
|
min-width: 42px;
|
|
1197
1197
|
}
|
|
1198
|
-
.
|
|
1198
|
+
._1xDOZ.EoiH8 .uui-caption, ._1xDOZ.EoiH8 .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
|
+
._1xDOZ.EoiH8.uui-button-box, ._1xDOZ.EoiH8.uui-input-box {
|
|
1205
1205
|
min-height: 42px;
|
|
1206
1206
|
border-width: 1px;
|
|
1207
1207
|
}
|
|
1208
|
-
.
|
|
1208
|
+
._1xDOZ._3K9N2 {
|
|
1209
1209
|
min-width: 48px;
|
|
1210
1210
|
}
|
|
1211
|
-
.
|
|
1211
|
+
._1xDOZ._3K9N2 .uui-caption, ._1xDOZ._3K9N2 .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
|
+
._1xDOZ._3K9N2.uui-button-box, ._1xDOZ._3K9N2.uui-input-box {
|
|
1218
1218
|
min-height: 48px;
|
|
1219
1219
|
border-width: 1px;
|
|
1220
1220
|
}
|
|
@@ -1242,23 +1242,22 @@
|
|
|
1242
1242
|
--accordion-bg-color: var(--surface-color);
|
|
1243
1243
|
--accordion-border-color: var(--divider-color);
|
|
1244
1244
|
--accordion-text-color: var(--text-primary-color);
|
|
1245
|
-
--accordion-text-color-disabled: var(--text-color
|
|
1245
|
+
--accordion-text-color-disabled: var(--text-disabled-color);
|
|
1246
1246
|
--accordion-icon-color: var(--icon-color);
|
|
1247
|
-
--accordion-icon-color-disabled: var(--
|
|
1248
|
-
--accordion-focus-color: var(--primary-color);
|
|
1247
|
+
--accordion-icon-color-disabled: var(--icon-disabled-color);
|
|
1249
1248
|
--accordion-shadow: 0 3px 6px 0 rgba(29, 30, 38, 0.10), 0 1px 3px 0 rgba(29, 30, 38, 0.10);
|
|
1250
1249
|
--accordion-shadow-hovered: 0 6px 12px 0 rgba(29, 30, 38, 0.10), 0 3px 6px 0 rgba(29, 30, 38, 0.10);
|
|
1251
1250
|
}
|
|
1252
|
-
.
|
|
1251
|
+
._1IyDA .uui-accordion-toggler {
|
|
1253
1252
|
font-family: var(--font-semibold);
|
|
1254
1253
|
color: var(--accordion-text-color);
|
|
1255
1254
|
cursor: pointer;
|
|
1256
1255
|
}
|
|
1257
|
-
.
|
|
1256
|
+
._1IyDA .uui-accordion-body {
|
|
1258
1257
|
font-family: var(--font-regular);
|
|
1259
1258
|
color: var(--accordion-text-color);
|
|
1260
1259
|
}
|
|
1261
|
-
.
|
|
1260
|
+
._1IyDA._2rSHk .uui-accordion-toggler {
|
|
1262
1261
|
background: var(--accordion-bg-color);
|
|
1263
1262
|
box-shadow: var(--accordion-shadow);
|
|
1264
1263
|
fill: var(--accordion-icon-color);
|
|
@@ -1266,18 +1265,18 @@
|
|
|
1266
1265
|
font-size: 18px;
|
|
1267
1266
|
padding: 0 18px;
|
|
1268
1267
|
}
|
|
1269
|
-
.
|
|
1268
|
+
._1IyDA._2rSHk .uui-accordion-toggler .uui-accordion-toggle-container {
|
|
1270
1269
|
min-height: 48px;
|
|
1271
1270
|
padding-top: 5px;
|
|
1272
1271
|
padding-bottom: 5px;
|
|
1273
1272
|
}
|
|
1274
|
-
.
|
|
1273
|
+
._1IyDA._2rSHk .uui-accordion-toggler .uui-accordion-title {
|
|
1275
1274
|
color: var(--accordion-text-color);
|
|
1276
1275
|
}
|
|
1277
|
-
.
|
|
1276
|
+
._1IyDA._2rSHk .uui-accordion-toggler:hover, ._1IyDA._2rSHk .uui-accordion-toggler:focus {
|
|
1278
1277
|
box-shadow: var(--accordion-shadow-hovered);
|
|
1279
1278
|
}
|
|
1280
|
-
.
|
|
1279
|
+
._1IyDA._2rSHk .uui-accordion-body {
|
|
1281
1280
|
padding: 18px;
|
|
1282
1281
|
line-height: 24px;
|
|
1283
1282
|
letter-spacing: 0;
|
|
@@ -1285,160 +1284,160 @@
|
|
|
1285
1284
|
box-shadow: var(--accordion-shadow);
|
|
1286
1285
|
border-top: 1px solid var(--accordion-border-color);
|
|
1287
1286
|
}
|
|
1288
|
-
.
|
|
1287
|
+
._1IyDA._2rSHk.uui-opened .uui-accordion-toggler:hover, ._1IyDA._2rSHk.uui-opened .uui-accordion-toggler:focus {
|
|
1289
1288
|
border-color: var(--accordion-border-color);
|
|
1290
1289
|
}
|
|
1291
|
-
.
|
|
1290
|
+
._1IyDA._2rSHk.uui-disabled .uui-accordion-toggler {
|
|
1292
1291
|
cursor: default;
|
|
1293
1292
|
fill: var(--accordion-icon-color-disabled);
|
|
1294
1293
|
}
|
|
1295
|
-
.
|
|
1294
|
+
._1IyDA._2rSHk.uui-disabled .uui-accordion-toggler .uui-accordion-title {
|
|
1296
1295
|
color: var(--accordion-text-color-disabled);
|
|
1297
1296
|
}
|
|
1298
|
-
.
|
|
1297
|
+
._1IyDA._2rSHk.uui-disabled .uui-accordion-toggler:hover, ._1IyDA._2rSHk.uui-disabled .uui-accordion-toggler:focus {
|
|
1299
1298
|
box-shadow: var(--accordion-shadow);
|
|
1300
1299
|
}
|
|
1301
|
-
.
|
|
1300
|
+
._1IyDA._31yEv .uui-accordion-toggler {
|
|
1302
1301
|
border-bottom: 1px solid var(--accordion-border-color);
|
|
1303
1302
|
fill: var(--accordion-icon-color);
|
|
1304
1303
|
line-height: 18px;
|
|
1305
1304
|
font-size: 14px;
|
|
1306
1305
|
padding: 8px 12px 8px;
|
|
1307
1306
|
}
|
|
1308
|
-
.
|
|
1307
|
+
._1IyDA._31yEv .uui-accordion-toggler .uui-accordion-toggle-container {
|
|
1309
1308
|
min-height: 24px;
|
|
1310
1309
|
}
|
|
1311
|
-
.
|
|
1310
|
+
._1IyDA._31yEv .uui-accordion-toggler .uui-accordion-title {
|
|
1312
1311
|
color: var(--accordion-text-color);
|
|
1313
1312
|
}
|
|
1314
|
-
.
|
|
1313
|
+
._1IyDA._31yEv .uui-accordion-body {
|
|
1315
1314
|
padding: 1px 12px 12px;
|
|
1316
1315
|
border-bottom: 1px solid var(--accordion-border-color);
|
|
1317
1316
|
}
|
|
1318
|
-
.
|
|
1317
|
+
._1IyDA._31yEv.uui-opened .uui-accordion-toggler {
|
|
1319
1318
|
border-bottom: unset;
|
|
1320
1319
|
}
|
|
1321
|
-
.
|
|
1320
|
+
._1IyDA._31yEv.uui-disabled .uui-accordion-toggler {
|
|
1322
1321
|
cursor: default;
|
|
1323
1322
|
fill: var(--accordion-icon-color-disabled);
|
|
1324
1323
|
border-bottom: unset;
|
|
1325
1324
|
}
|
|
1326
|
-
.
|
|
1325
|
+
._1IyDA._31yEv.uui-disabled .uui-accordion-toggler .uui-accordion-title {
|
|
1327
1326
|
color: var(--accordion-text-color-disabled);
|
|
1328
1327
|
}
|
|
1329
|
-
.
|
|
1328
|
+
._1IyDA._3p1XX .uui-accordion-toggler, ._1IyDA._3p1XX .uui-accordion-body {
|
|
1330
1329
|
padding-left: 0px;
|
|
1331
1330
|
padding-right: 0px;
|
|
1332
1331
|
}
|
|
1333
|
-
.
|
|
1332
|
+
._1IyDA.HqYg- .uui-accordion-toggler, ._1IyDA.HqYg- .uui-accordion-body {
|
|
1334
1333
|
padding-left: 6px;
|
|
1335
1334
|
padding-right: 6px;
|
|
1336
1335
|
}
|
|
1337
|
-
.
|
|
1336
|
+
._1IyDA._3HooF .uui-accordion-toggler, ._1IyDA._3HooF .uui-accordion-body {
|
|
1338
1337
|
padding-left: 12px;
|
|
1339
1338
|
padding-right: 12px;
|
|
1340
1339
|
}
|
|
1341
|
-
.
|
|
1340
|
+
._1IyDA._1EKb7 .uui-accordion-toggler, ._1IyDA._1EKb7 .uui-accordion-body {
|
|
1342
1341
|
padding-left: 18px;
|
|
1343
1342
|
padding-right: 18px;
|
|
1344
1343
|
}
|
|
1345
|
-
.
|
|
1344
|
+
._1iNeO > :nth-child(n) {
|
|
1346
1345
|
border-radius: 0;
|
|
1347
1346
|
}
|
|
1348
|
-
.
|
|
1347
|
+
._1iNeO > :first-child {
|
|
1349
1348
|
border-top-left-radius: var(--border-radius);
|
|
1350
1349
|
border-bottom-left-radius: var(--border-radius);
|
|
1351
1350
|
}
|
|
1352
|
-
.
|
|
1351
|
+
._1iNeO > :last-child {
|
|
1353
1352
|
border-top-right-radius: var(--border-radius);
|
|
1354
1353
|
border-bottom-right-radius: var(--border-radius);
|
|
1355
1354
|
}
|
|
1356
|
-
.
|
|
1355
|
+
._3zgUm {
|
|
1357
1356
|
box-sizing: content-box;
|
|
1358
1357
|
}
|
|
1359
|
-
.
|
|
1358
|
+
._3zgUm.-clickable:hover {
|
|
1360
1359
|
background-color: var(--surface-hover-color);
|
|
1361
1360
|
cursor: pointer;
|
|
1362
1361
|
}
|
|
1363
|
-
.
|
|
1362
|
+
._3zgUm._2FgLV {
|
|
1364
1363
|
box-shadow: inset 0 10px 5px -10px rgba(51, 51, 51, 0.2);
|
|
1365
1364
|
}
|
|
1366
|
-
.
|
|
1365
|
+
._3zgUm._3-gHo {
|
|
1367
1366
|
min-height: 24px;
|
|
1368
1367
|
}
|
|
1369
|
-
.
|
|
1368
|
+
._3zgUm._1AHk0 {
|
|
1370
1369
|
min-height: 30px;
|
|
1371
1370
|
}
|
|
1372
|
-
.
|
|
1371
|
+
._3zgUm._1ht_a {
|
|
1373
1372
|
min-height: 36px;
|
|
1374
1373
|
}
|
|
1375
|
-
.
|
|
1374
|
+
._3zgUm._3n45h {
|
|
1376
1375
|
min-height: 42px;
|
|
1377
1376
|
}
|
|
1378
|
-
.
|
|
1377
|
+
._3zgUm.mQAFc {
|
|
1379
1378
|
min-height: 48px;
|
|
1380
1379
|
}
|
|
1381
|
-
.
|
|
1380
|
+
._3zgUm._2j4ZG {
|
|
1382
1381
|
padding-left: 6px;
|
|
1383
1382
|
padding-right: 6px;
|
|
1384
1383
|
}
|
|
1385
|
-
.
|
|
1384
|
+
._3zgUm._3p9G- {
|
|
1386
1385
|
padding-left: 12px;
|
|
1387
1386
|
padding-right: 12px;
|
|
1388
1387
|
}
|
|
1389
|
-
.
|
|
1388
|
+
._3zgUm._3m0PN {
|
|
1390
1389
|
padding-left: 18px;
|
|
1391
1390
|
padding-right: 18px;
|
|
1392
1391
|
}
|
|
1393
|
-
.
|
|
1392
|
+
._3zgUm._39m7X {
|
|
1394
1393
|
padding-left: 24px;
|
|
1395
1394
|
padding-right: 24px;
|
|
1396
1395
|
}
|
|
1397
|
-
.
|
|
1396
|
+
._3zgUm._1yAWU {
|
|
1398
1397
|
margin: 24px;
|
|
1399
1398
|
}
|
|
1400
|
-
.
|
|
1399
|
+
._3zgUm._27q_O {
|
|
1401
1400
|
margin: 12px;
|
|
1402
1401
|
}
|
|
1403
|
-
.
|
|
1402
|
+
._3zgUm._3OL0n {
|
|
1404
1403
|
padding-top: 6px;
|
|
1405
1404
|
padding-bottom: 6px;
|
|
1406
1405
|
}
|
|
1407
|
-
.
|
|
1406
|
+
._3zgUm._3APkJ {
|
|
1408
1407
|
padding-top: 9px;
|
|
1409
1408
|
padding-bottom: 9px;
|
|
1410
1409
|
}
|
|
1411
|
-
.
|
|
1410
|
+
._3zgUm._2OwuD {
|
|
1412
1411
|
padding-top: 12px;
|
|
1413
1412
|
padding-bottom: 12px;
|
|
1414
1413
|
}
|
|
1415
|
-
.
|
|
1414
|
+
._3zgUm._2124f {
|
|
1416
1415
|
padding-top: 18px;
|
|
1417
1416
|
padding-bottom: 18px;
|
|
1418
1417
|
}
|
|
1419
|
-
.
|
|
1418
|
+
._3zgUm._1lOad {
|
|
1420
1419
|
padding-top: 24px;
|
|
1421
1420
|
padding-bottom: 24px;
|
|
1422
1421
|
}
|
|
1423
|
-
.
|
|
1422
|
+
._3zgUm._1AE6I > *:not(:last-child) {
|
|
1424
1423
|
margin-right: 3px;
|
|
1425
1424
|
}
|
|
1426
|
-
.
|
|
1425
|
+
._3zgUm._1AE6I > *:not(:first-child) {
|
|
1427
1426
|
margin-left: 3px;
|
|
1428
1427
|
}
|
|
1429
|
-
.
|
|
1428
|
+
._3zgUm._1jvGe > *:not(:last-child) {
|
|
1430
1429
|
margin-right: 6px;
|
|
1431
1430
|
}
|
|
1432
|
-
.
|
|
1431
|
+
._3zgUm._1jvGe > *:not(:first-child) {
|
|
1433
1432
|
margin-left: 6px;
|
|
1434
1433
|
}
|
|
1435
|
-
.
|
|
1434
|
+
._3zgUm._2pQY4 > *:not(:last-child) {
|
|
1436
1435
|
margin-right: 9px;
|
|
1437
1436
|
}
|
|
1438
|
-
.
|
|
1437
|
+
._3zgUm._2pQY4 > *:not(:first-child) {
|
|
1439
1438
|
margin-left: 9px;
|
|
1440
1439
|
}
|
|
1441
|
-
.
|
|
1440
|
+
._3zgUm._1YQ2z {
|
|
1442
1441
|
border-bottom: 1px solid var(--divider-color);
|
|
1443
1442
|
}
|
|
1444
1443
|
.panel-vars {
|
|
@@ -1446,29 +1445,29 @@
|
|
|
1446
1445
|
--panel-bg-color: var(--surface-color);
|
|
1447
1446
|
--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
1447
|
}
|
|
1449
|
-
.
|
|
1448
|
+
._3VmPg {
|
|
1450
1449
|
overflow: hidden;
|
|
1451
1450
|
border-radius: var(--panel-border-radius);
|
|
1452
1451
|
}
|
|
1453
|
-
.
|
|
1452
|
+
._3VmPg._2KnBm {
|
|
1454
1453
|
background-color: var(--panel-bg-color);
|
|
1455
1454
|
}
|
|
1456
|
-
.
|
|
1455
|
+
._3VmPg.sillD {
|
|
1457
1456
|
margin: 24px;
|
|
1458
1457
|
}
|
|
1459
|
-
.
|
|
1458
|
+
._3VmPg._2DA9v {
|
|
1460
1459
|
padding: 12px;
|
|
1461
1460
|
}
|
|
1462
|
-
.
|
|
1461
|
+
._3VmPg._1pKpn {
|
|
1463
1462
|
padding: 24px;
|
|
1464
1463
|
}
|
|
1465
|
-
.
|
|
1464
|
+
._3VmPg._1qseP {
|
|
1466
1465
|
box-shadow: var(--panel-shadow);
|
|
1467
1466
|
}
|
|
1468
|
-
.
|
|
1467
|
+
._3VmPg.-clickable:hover {
|
|
1469
1468
|
cursor: pointer;
|
|
1470
1469
|
}
|
|
1471
|
-
.
|
|
1470
|
+
.O7S3- {
|
|
1472
1471
|
fill: var(--icon-container-fill-color);
|
|
1473
1472
|
}
|
|
1474
1473
|
.icon-container-color-info {
|
|
@@ -1496,9 +1495,9 @@
|
|
|
1496
1495
|
}
|
|
1497
1496
|
.dropdown-container-vars {
|
|
1498
1497
|
--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
|
-
--dropdown-container-scrollbar-thumb-color:
|
|
1498
|
+
--dropdown-container-scrollbar-thumb-color: #6C6F80;
|
|
1500
1499
|
}
|
|
1501
|
-
.
|
|
1500
|
+
._3nIqM.uui-dropdown-body {
|
|
1502
1501
|
display: flex;
|
|
1503
1502
|
flex-direction: column;
|
|
1504
1503
|
min-width: 150px;
|
|
@@ -1508,21 +1507,21 @@
|
|
|
1508
1507
|
border: 0;
|
|
1509
1508
|
overflow: hidden;
|
|
1510
1509
|
}
|
|
1511
|
-
.
|
|
1510
|
+
._3nIqM.uui-dropdown-body ::-webkit-scrollbar {
|
|
1512
1511
|
width: 5px;
|
|
1513
1512
|
}
|
|
1514
|
-
.
|
|
1513
|
+
._3nIqM.uui-dropdown-body ::-webkit-scrollbar-thumb {
|
|
1515
1514
|
background: var(--dropdown-container-scrollbar-thumb-color);
|
|
1516
1515
|
}
|
|
1517
|
-
.
|
|
1516
|
+
.z1zxk {
|
|
1518
1517
|
padding: 0;
|
|
1519
1518
|
margin: 0;
|
|
1520
1519
|
}
|
|
1521
|
-
.
|
|
1520
|
+
.z1zxk:focus {
|
|
1522
1521
|
outline: none;
|
|
1523
1522
|
}
|
|
1524
1523
|
|
|
1525
|
-
.
|
|
1524
|
+
._3-njT {
|
|
1526
1525
|
color: var(--text-primary-color);
|
|
1527
1526
|
fill: var(--icon-color);
|
|
1528
1527
|
font-family: var(--font-regular);
|
|
@@ -1531,32 +1530,32 @@
|
|
|
1531
1530
|
background-color: var(--surface-color);
|
|
1532
1531
|
box-shadow: var(--shadow);
|
|
1533
1532
|
}
|
|
1534
|
-
.
|
|
1533
|
+
._3-njT .uui-icon svg {
|
|
1535
1534
|
height: 24px;
|
|
1536
1535
|
max-width: 24px;
|
|
1537
1536
|
}
|
|
1538
1537
|
|
|
1539
|
-
.
|
|
1538
|
+
.Xr3Q1 ._1Mfc3 {
|
|
1540
1539
|
transform: rotate(-90deg);
|
|
1541
1540
|
}
|
|
1542
1541
|
|
|
1543
|
-
.
|
|
1542
|
+
._2GIzW {
|
|
1544
1543
|
color: transparent;
|
|
1545
1544
|
fill: transparent;
|
|
1546
1545
|
}
|
|
1547
1546
|
|
|
1548
|
-
.
|
|
1547
|
+
.NSNqL {
|
|
1549
1548
|
display: flex;
|
|
1550
1549
|
width: 100%;
|
|
1551
1550
|
}
|
|
1552
|
-
.
|
|
1551
|
+
.NSNqL .DTCSl {
|
|
1553
1552
|
width: 100%;
|
|
1554
1553
|
border: 0;
|
|
1555
1554
|
border-top: 1px solid var(--divider-color);
|
|
1556
1555
|
height: 0;
|
|
1557
1556
|
}
|
|
1558
1557
|
|
|
1559
|
-
.
|
|
1558
|
+
.dxMT1 {
|
|
1560
1559
|
color: var(--text-secondary-color);
|
|
1561
1560
|
fill: var(--text-secondary-color);
|
|
1562
1561
|
padding: 0.5em 1em;
|
|
@@ -1566,184 +1565,184 @@
|
|
|
1566
1565
|
cursor: default;
|
|
1567
1566
|
font-size: 0.9em;
|
|
1568
1567
|
}
|
|
1569
|
-
.
|
|
1568
|
+
.dxMT1:focus {
|
|
1570
1569
|
outline: none;
|
|
1571
1570
|
}
|
|
1572
1571
|
|
|
1573
|
-
.
|
|
1572
|
+
.Ydnpg {
|
|
1574
1573
|
padding: 0.5em 1em;
|
|
1575
1574
|
line-height: 1.5;
|
|
1576
1575
|
box-sizing: border-box;
|
|
1577
1576
|
width: 100%;
|
|
1578
1577
|
}
|
|
1579
|
-
.
|
|
1578
|
+
.Ydnpg .uui-icon svg {
|
|
1580
1579
|
height: 24px;
|
|
1581
1580
|
max-width: 24px;
|
|
1582
1581
|
}
|
|
1583
|
-
.
|
|
1582
|
+
.Ydnpg.uui-selected {
|
|
1584
1583
|
color: var(--primary-color);
|
|
1585
1584
|
fill: var(--primary-color);
|
|
1586
1585
|
}
|
|
1587
|
-
.
|
|
1586
|
+
.Ydnpg.uui-selected:hover, .Ydnpg.uui-selected:focus {
|
|
1588
1587
|
color: var(--primary-color) !important;
|
|
1589
1588
|
fill: var(--primary-color) !important;
|
|
1590
1589
|
}
|
|
1591
|
-
.
|
|
1590
|
+
.Ydnpg.uui-selected ._2GIzW {
|
|
1592
1591
|
color: var(--primary-color);
|
|
1593
1592
|
fill: var(--primary-color);
|
|
1594
1593
|
}
|
|
1595
|
-
.
|
|
1594
|
+
.Ydnpg:focus {
|
|
1596
1595
|
outline: none;
|
|
1597
1596
|
}
|
|
1598
|
-
.
|
|
1597
|
+
.Ydnpg .azRWQ {
|
|
1599
1598
|
justify-content: flex-start;
|
|
1600
1599
|
}
|
|
1601
|
-
.
|
|
1600
|
+
.Ydnpg._26SDz {
|
|
1602
1601
|
color: var(--text-primary-color);
|
|
1603
1602
|
fill: var(--icon-color);
|
|
1604
1603
|
display: flex;
|
|
1605
1604
|
align-items: center;
|
|
1606
1605
|
}
|
|
1607
|
-
.
|
|
1606
|
+
.Ydnpg._26SDz.uui-selected {
|
|
1608
1607
|
color: var(--primary-color);
|
|
1609
1608
|
fill: var(--primary-color);
|
|
1610
1609
|
}
|
|
1611
|
-
.
|
|
1610
|
+
.Ydnpg._26SDz.uui-selected:hover, .Ydnpg._26SDz.uui-selected:focus {
|
|
1612
1611
|
color: var(--primary-color) !important;
|
|
1613
1612
|
fill: var(--primary-color) !important;
|
|
1614
1613
|
}
|
|
1615
|
-
.
|
|
1614
|
+
.Ydnpg._26SDz.uui-selected ._2GIzW {
|
|
1616
1615
|
color: var(--primary-color);
|
|
1617
1616
|
fill: var(--primary-color);
|
|
1618
1617
|
}
|
|
1619
|
-
.
|
|
1618
|
+
.Ydnpg._26SDz:focus {
|
|
1620
1619
|
outline: none;
|
|
1621
1620
|
}
|
|
1622
|
-
.
|
|
1621
|
+
.Ydnpg.-clickable:not(.uui-disabled):hover, .Ydnpg.-clickable:not(.uui-disabled):focus {
|
|
1623
1622
|
background-color: var(--surface-hover-color);
|
|
1624
1623
|
fill: var(--icon-active-color);
|
|
1625
1624
|
cursor: pointer;
|
|
1626
1625
|
}
|
|
1627
|
-
.
|
|
1626
|
+
.Ydnpg.uui-disabled {
|
|
1628
1627
|
color: var(--disabled-color);
|
|
1629
1628
|
fill: var(--disabled-color);
|
|
1630
1629
|
}
|
|
1631
|
-
.
|
|
1630
|
+
.Ydnpg.uui-disabled:hover, .Ydnpg.uui-disabled:focus {
|
|
1632
1631
|
background-color: transparent;
|
|
1633
1632
|
cursor: default;
|
|
1634
1633
|
}
|
|
1635
|
-
.
|
|
1634
|
+
.Ydnpg > *:not(:last-child) {
|
|
1636
1635
|
margin: 0 0.5em 0 0;
|
|
1637
1636
|
}
|
|
1638
|
-
.
|
|
1637
|
+
._1kTWB {
|
|
1639
1638
|
color: var(--text-color);
|
|
1640
1639
|
}
|
|
1641
|
-
.
|
|
1640
|
+
._3QUpz {
|
|
1642
1641
|
line-height: 12px;
|
|
1643
1642
|
}
|
|
1644
1643
|
|
|
1645
|
-
.
|
|
1644
|
+
._3xcyW {
|
|
1646
1645
|
line-height: 18px;
|
|
1647
1646
|
}
|
|
1648
1647
|
|
|
1649
|
-
.
|
|
1648
|
+
._2aKG_ {
|
|
1650
1649
|
line-height: 24px;
|
|
1651
1650
|
}
|
|
1652
1651
|
|
|
1653
|
-
.
|
|
1652
|
+
._3zGL4 {
|
|
1654
1653
|
line-height: 30px;
|
|
1655
1654
|
}
|
|
1656
1655
|
|
|
1657
|
-
.
|
|
1656
|
+
.bpgn4 {
|
|
1658
1657
|
font-size: 10px;
|
|
1659
1658
|
}
|
|
1660
1659
|
|
|
1661
|
-
.
|
|
1660
|
+
._1Vqxx {
|
|
1662
1661
|
font-size: 12px;
|
|
1663
1662
|
}
|
|
1664
1663
|
|
|
1665
|
-
.
|
|
1664
|
+
._2safq {
|
|
1666
1665
|
font-size: 14px;
|
|
1667
1666
|
}
|
|
1668
1667
|
|
|
1669
|
-
.
|
|
1668
|
+
._13Ry7 {
|
|
1670
1669
|
font-size: 16px;
|
|
1671
1670
|
}
|
|
1672
1671
|
|
|
1673
|
-
.
|
|
1672
|
+
._3bKvP {
|
|
1674
1673
|
font-size: 18px;
|
|
1675
1674
|
}
|
|
1676
1675
|
|
|
1677
|
-
.
|
|
1676
|
+
._2bPQa {
|
|
1678
1677
|
font-size: 24px;
|
|
1679
1678
|
}
|
|
1680
1679
|
|
|
1681
|
-
.
|
|
1680
|
+
.J-5Ge {
|
|
1682
1681
|
padding-top: 2px;
|
|
1683
1682
|
padding-bottom: 2px;
|
|
1684
1683
|
}
|
|
1685
1684
|
|
|
1686
|
-
.
|
|
1685
|
+
.yxQg4 {
|
|
1687
1686
|
padding-top: 3px;
|
|
1688
1687
|
padding-bottom: 3px;
|
|
1689
1688
|
}
|
|
1690
1689
|
|
|
1691
|
-
.
|
|
1690
|
+
._1Cdam {
|
|
1692
1691
|
padding-top: 5px;
|
|
1693
1692
|
padding-bottom: 5px;
|
|
1694
1693
|
}
|
|
1695
1694
|
|
|
1696
|
-
.
|
|
1695
|
+
._2gxjF {
|
|
1697
1696
|
padding-top: 6px;
|
|
1698
1697
|
padding-bottom: 6px;
|
|
1699
1698
|
}
|
|
1700
1699
|
|
|
1701
|
-
.
|
|
1700
|
+
._2pOEQ {
|
|
1702
1701
|
padding-top: 8px;
|
|
1703
1702
|
padding-bottom: 8px;
|
|
1704
1703
|
}
|
|
1705
1704
|
|
|
1706
|
-
.
|
|
1705
|
+
._19pd0 {
|
|
1707
1706
|
padding-top: 9px;
|
|
1708
1707
|
padding-bottom: 9px;
|
|
1709
1708
|
}
|
|
1710
1709
|
|
|
1711
|
-
.
|
|
1710
|
+
._2uley {
|
|
1712
1711
|
padding-top: 11px;
|
|
1713
1712
|
padding-bottom: 11px;
|
|
1714
1713
|
}
|
|
1715
1714
|
|
|
1716
|
-
.
|
|
1715
|
+
._3RPor {
|
|
1717
1716
|
padding-top: 12px;
|
|
1718
1717
|
padding-bottom: 12px;
|
|
1719
1718
|
}
|
|
1720
1719
|
|
|
1721
|
-
.
|
|
1720
|
+
._2M5XC {
|
|
1722
1721
|
padding-top: 14px;
|
|
1723
1722
|
padding-bottom: 14px;
|
|
1724
1723
|
}
|
|
1725
1724
|
|
|
1726
|
-
.
|
|
1725
|
+
._1HzrV {
|
|
1727
1726
|
padding-top: 15px;
|
|
1728
1727
|
padding-bottom: 15px;
|
|
1729
1728
|
}
|
|
1730
1729
|
|
|
1731
|
-
.
|
|
1730
|
+
.XuHkA {
|
|
1732
1731
|
padding-top: 17px;
|
|
1733
1732
|
padding-bottom: 17px;
|
|
1734
1733
|
}
|
|
1735
1734
|
|
|
1736
|
-
.
|
|
1735
|
+
.ecMkt {
|
|
1737
1736
|
padding-top: 18px;
|
|
1738
1737
|
padding-bottom: 18px;
|
|
1739
1738
|
}
|
|
1740
1739
|
|
|
1741
|
-
.
|
|
1740
|
+
._1Es-N {
|
|
1742
1741
|
padding-top: 23px;
|
|
1743
1742
|
padding-bottom: 23px;
|
|
1744
1743
|
}
|
|
1745
1744
|
|
|
1746
|
-
.
|
|
1745
|
+
._3HfPh {
|
|
1747
1746
|
padding-top: 24px;
|
|
1748
1747
|
padding-bottom: 24px;
|
|
1749
1748
|
}
|
|
@@ -1790,7 +1789,7 @@
|
|
|
1790
1789
|
font-family: var(--font-promo);
|
|
1791
1790
|
font-weight: normal;
|
|
1792
1791
|
}
|
|
1793
|
-
@keyframes
|
|
1792
|
+
@keyframes _3DeK2 {
|
|
1794
1793
|
0% {
|
|
1795
1794
|
background-position: 200% 0;
|
|
1796
1795
|
}
|
|
@@ -1798,12 +1797,12 @@
|
|
|
1798
1797
|
background-position: 0 0;
|
|
1799
1798
|
}
|
|
1800
1799
|
}
|
|
1801
|
-
.
|
|
1800
|
+
.wl0T7 {
|
|
1802
1801
|
display: flex;
|
|
1803
1802
|
flex-wrap: wrap;
|
|
1804
1803
|
}
|
|
1805
1804
|
|
|
1806
|
-
.
|
|
1805
|
+
._3rcx- {
|
|
1807
1806
|
user-select: none;
|
|
1808
1807
|
font-family: var(--font-redacted);
|
|
1809
1808
|
letter-spacing: -1px;
|
|
@@ -1811,16 +1810,16 @@
|
|
|
1811
1810
|
color: var(--text-placeholder-color);
|
|
1812
1811
|
vertical-align: 1px;
|
|
1813
1812
|
}
|
|
1814
|
-
.
|
|
1813
|
+
._3rcx-:last-child {
|
|
1815
1814
|
margin-right: 0;
|
|
1816
1815
|
}
|
|
1817
|
-
.
|
|
1816
|
+
._3rcx-.xX_9n {
|
|
1818
1817
|
color: transparent;
|
|
1819
1818
|
background: var(--text-placeholder-gradient);
|
|
1820
1819
|
background-size: 200% 100%;
|
|
1821
1820
|
background-clip: border-box;
|
|
1822
1821
|
-webkit-background-clip: text;
|
|
1823
|
-
animation:
|
|
1822
|
+
animation: _3DeK2 1s ease infinite;
|
|
1824
1823
|
}
|
|
1825
1824
|
.text-placeholder-vars {
|
|
1826
1825
|
--text-placeholder-gradient: var(--skeleton-gradient);
|
|
@@ -1832,13 +1831,13 @@
|
|
|
1832
1831
|
--modals-shadow: 0 6px 18px 0 rgba(29, 30, 38, 0.05), 0 3px 12px 0 rgba(29, 30, 38, 0.05);
|
|
1833
1832
|
--modals-bg-color: var(--surface-color) ;
|
|
1834
1833
|
}
|
|
1835
|
-
.
|
|
1834
|
+
.Z2EAq {
|
|
1836
1835
|
animation-duration: 0.3s;
|
|
1837
|
-
animation-name:
|
|
1836
|
+
animation-name: _2osv5;
|
|
1838
1837
|
opacity: 1;
|
|
1839
1838
|
transition: all 0.3s ease-out;
|
|
1840
1839
|
}
|
|
1841
|
-
@keyframes
|
|
1840
|
+
@keyframes _2osv5 {
|
|
1842
1841
|
from {
|
|
1843
1842
|
opacity: 0;
|
|
1844
1843
|
}
|
|
@@ -1846,11 +1845,11 @@
|
|
|
1846
1845
|
opacity: 1;
|
|
1847
1846
|
}
|
|
1848
1847
|
}
|
|
1849
|
-
.
|
|
1848
|
+
.Z2EAq._2YSGQ .uui-modal-blocker {
|
|
1850
1849
|
background-color: var(--modals-overlay-color);
|
|
1851
1850
|
}
|
|
1852
1851
|
|
|
1853
|
-
.
|
|
1852
|
+
._1uBZc.uui-modal-window {
|
|
1854
1853
|
background-color: var(--modals-bg-color);
|
|
1855
1854
|
overflow: auto;
|
|
1856
1855
|
border-radius: var(--modals-border-radius);
|
|
@@ -1859,30 +1858,30 @@
|
|
|
1859
1858
|
box-shadow: var(--modals-shadow);
|
|
1860
1859
|
}
|
|
1861
1860
|
@media (max-width: 640px) {
|
|
1862
|
-
.
|
|
1861
|
+
._1uBZc.uui-modal-window {
|
|
1863
1862
|
min-width: 100vw;
|
|
1864
1863
|
max-height: 100vh;
|
|
1865
1864
|
border-radius: 0;
|
|
1866
1865
|
}
|
|
1867
1866
|
}
|
|
1868
|
-
.
|
|
1867
|
+
._1uBZc.uui-modal-window .uui-shadow-top::before {
|
|
1869
1868
|
background: var(--divider-color);
|
|
1870
1869
|
height: 1px;
|
|
1871
1870
|
}
|
|
1872
|
-
.
|
|
1871
|
+
._1uBZc.uui-modal-window .uui-shadow-bottom::after {
|
|
1873
1872
|
background: var(--divider-color);
|
|
1874
1873
|
height: 1px;
|
|
1875
1874
|
}
|
|
1876
1875
|
|
|
1877
|
-
.
|
|
1876
|
+
._20S53 {
|
|
1878
1877
|
border-bottom-left-radius: var(--modals-border-radius);
|
|
1879
1878
|
border-bottom-right-radius: var(--modals-border-radius);
|
|
1880
1879
|
}
|
|
1881
|
-
.
|
|
1880
|
+
._20S53._2qh-I {
|
|
1882
1881
|
border-top: 1px solid var(--divider-color);
|
|
1883
1882
|
}
|
|
1884
1883
|
|
|
1885
|
-
.
|
|
1884
|
+
._1tSoY {
|
|
1886
1885
|
border-top-left-radius: var(--modals-border-radius);
|
|
1887
1886
|
border-top-right-radius: var(--modals-border-radius);
|
|
1888
1887
|
}
|
|
@@ -1914,11 +1913,11 @@
|
|
|
1914
1913
|
--notification-card-border-color: var(--error-color);
|
|
1915
1914
|
--notification-card-bg-color: white;
|
|
1916
1915
|
}
|
|
1917
|
-
.
|
|
1916
|
+
.b2ozH ._2DHez .uui-icon {
|
|
1918
1917
|
fill: var(--notification-card-fill-color);
|
|
1919
1918
|
}
|
|
1920
1919
|
|
|
1921
|
-
.
|
|
1920
|
+
._82zcL {
|
|
1922
1921
|
border-style: solid;
|
|
1923
1922
|
border-color: var(--notification-card-border-color);
|
|
1924
1923
|
border-width: var(--notification-card-border-width);
|
|
@@ -1930,45 +1929,45 @@
|
|
|
1930
1929
|
border-radius: var(--notification-card-border-radius);
|
|
1931
1930
|
}
|
|
1932
1931
|
@media (max-width: 720px) {
|
|
1933
|
-
.
|
|
1932
|
+
._82zcL {
|
|
1934
1933
|
width: 100%;
|
|
1935
1934
|
}
|
|
1936
1935
|
}
|
|
1937
1936
|
|
|
1938
|
-
.
|
|
1937
|
+
._2DHez {
|
|
1939
1938
|
height: 100%;
|
|
1940
1939
|
padding: 6px 0;
|
|
1941
1940
|
margin-right: 14px;
|
|
1942
1941
|
}
|
|
1943
1942
|
|
|
1944
|
-
.
|
|
1943
|
+
.p3Cmq {
|
|
1945
1944
|
display: flex;
|
|
1946
1945
|
}
|
|
1947
1946
|
|
|
1948
|
-
.
|
|
1947
|
+
._3taQr:not(:last-child) {
|
|
1949
1948
|
margin-right: 12px;
|
|
1950
1949
|
}
|
|
1951
1950
|
|
|
1952
|
-
.
|
|
1951
|
+
._3lSKE {
|
|
1953
1952
|
height: 100%;
|
|
1954
1953
|
padding: 6px 0;
|
|
1955
1954
|
margin-left: 17px;
|
|
1956
1955
|
}
|
|
1957
1956
|
|
|
1958
|
-
.
|
|
1957
|
+
._2zs14 {
|
|
1959
1958
|
width: 100%;
|
|
1960
1959
|
display: flex;
|
|
1961
1960
|
align-self: baseline;
|
|
1962
1961
|
}
|
|
1963
1962
|
|
|
1964
|
-
.
|
|
1963
|
+
._2Jt-7 {
|
|
1965
1964
|
display: flex;
|
|
1966
1965
|
flex-wrap: wrap;
|
|
1967
1966
|
justify-content: space-between;
|
|
1968
1967
|
width: 100%;
|
|
1969
1968
|
}
|
|
1970
1969
|
|
|
1971
|
-
.
|
|
1970
|
+
._3BBUj {
|
|
1972
1971
|
justify-content: center;
|
|
1973
1972
|
align-items: center;
|
|
1974
1973
|
height: 48px;
|
|
@@ -1979,8 +1978,9 @@
|
|
|
1979
1978
|
--tooltip-arrow-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
|
|
1980
1979
|
--tooltip-bg-color: var(--surface-dark-color);
|
|
1981
1980
|
--tooltip-text-color: white;
|
|
1981
|
+
--tooltip-border-radius: var(--border-radius);
|
|
1982
1982
|
}
|
|
1983
|
-
.
|
|
1983
|
+
._1ErM8 .uui-tooltip-body {
|
|
1984
1984
|
padding: 3px 12px;
|
|
1985
1985
|
line-height: 24px;
|
|
1986
1986
|
font-size: 14px;
|
|
@@ -1988,61 +1988,62 @@
|
|
|
1988
1988
|
box-shadow: var(--tooltip-shadow);
|
|
1989
1989
|
max-width: 300px;
|
|
1990
1990
|
word-wrap: break-word;
|
|
1991
|
+
border-radius: var(--tooltip-border-radius);
|
|
1991
1992
|
}
|
|
1992
|
-
.
|
|
1993
|
+
._1ErM8 .uui-tooltip-arrow {
|
|
1993
1994
|
position: absolute;
|
|
1994
1995
|
width: 12px;
|
|
1995
1996
|
height: 12px;
|
|
1996
1997
|
overflow: hidden;
|
|
1997
1998
|
}
|
|
1998
|
-
.
|
|
1999
|
+
._1ErM8 .uui-tooltip-arrow::after {
|
|
1999
2000
|
content: "";
|
|
2000
2001
|
position: absolute;
|
|
2001
2002
|
width: 8px;
|
|
2002
2003
|
height: 8px;
|
|
2003
2004
|
box-shadow: var(--tooltip-arrow-shadow);
|
|
2004
2005
|
}
|
|
2005
|
-
.
|
|
2006
|
+
._1ErM8.uui-tooltip-container[data-placement^="right"] .uui-tooltip-arrow {
|
|
2006
2007
|
right: 100%;
|
|
2007
2008
|
}
|
|
2008
|
-
.
|
|
2009
|
+
._1ErM8.uui-tooltip-container[data-placement^="right"] .uui-tooltip-arrow::after {
|
|
2009
2010
|
transform: translateX(100%) translateY(20%) rotate(45deg);
|
|
2010
2011
|
}
|
|
2011
|
-
.
|
|
2012
|
+
._1ErM8.uui-tooltip-container[data-placement^="left"] .uui-tooltip-arrow {
|
|
2012
2013
|
left: 100%;
|
|
2013
2014
|
}
|
|
2014
|
-
.
|
|
2015
|
+
._1ErM8.uui-tooltip-container[data-placement^="left"] .uui-tooltip-arrow::after {
|
|
2015
2016
|
transform: translateX(-50%) translateY(20%) rotate(45deg);
|
|
2016
2017
|
}
|
|
2017
|
-
.
|
|
2018
|
+
._1ErM8.uui-tooltip-container[data-placement^="top"] .uui-tooltip-arrow {
|
|
2018
2019
|
top: 100%;
|
|
2019
2020
|
}
|
|
2020
|
-
.
|
|
2021
|
+
._1ErM8.uui-tooltip-container[data-placement^="top"] .uui-tooltip-arrow::after {
|
|
2021
2022
|
transform: translateX(30%) translateY(-50%) rotate(45deg);
|
|
2022
2023
|
}
|
|
2023
|
-
.
|
|
2024
|
+
._1ErM8.uui-tooltip-container[data-placement^="bottom"] .uui-tooltip-arrow {
|
|
2024
2025
|
bottom: 100%;
|
|
2025
2026
|
}
|
|
2026
|
-
.
|
|
2027
|
+
._1ErM8.uui-tooltip-container[data-placement^="bottom"] .uui-tooltip-arrow::after {
|
|
2027
2028
|
transform: translateX(30%) translateY(100%) rotate(45deg);
|
|
2028
2029
|
}
|
|
2029
|
-
.
|
|
2030
|
+
._1ErM8 .uui-tooltip-body {
|
|
2030
2031
|
background-color: var(--tooltip-bg-color);
|
|
2031
2032
|
color: var(--tooltip-text-color);
|
|
2032
2033
|
}
|
|
2033
|
-
.
|
|
2034
|
+
._1ErM8.uui-tooltip-container[data-placement^="right"] .uui-tooltip-arrow::after {
|
|
2034
2035
|
background: var(--tooltip-bg-color);
|
|
2035
2036
|
}
|
|
2036
|
-
.
|
|
2037
|
+
._1ErM8.uui-tooltip-container[data-placement^="left"] .uui-tooltip-arrow::after {
|
|
2037
2038
|
background: var(--tooltip-bg-color);
|
|
2038
2039
|
}
|
|
2039
|
-
.
|
|
2040
|
+
._1ErM8.uui-tooltip-container[data-placement^="top"] .uui-tooltip-arrow::after {
|
|
2040
2041
|
background: var(--tooltip-bg-color);
|
|
2041
2042
|
}
|
|
2042
|
-
.
|
|
2043
|
+
._1ErM8.uui-tooltip-container[data-placement^="bottom"] .uui-tooltip-arrow::after {
|
|
2043
2044
|
background: var(--tooltip-bg-color);
|
|
2044
2045
|
}
|
|
2045
|
-
.labeled-input-
|
|
2046
|
+
.labeled-input-vars {
|
|
2046
2047
|
--labeled-input-color: var(--text-primary-color);
|
|
2047
2048
|
--labeled-input-color-disabled: var(--text-disabled-color);
|
|
2048
2049
|
--labeled-input-color-error: var(--error-color);
|
|
@@ -2050,83 +2051,83 @@
|
|
|
2050
2051
|
--labeled-input-optional-text-color: var(--text-secondary-color);
|
|
2051
2052
|
--labeled-input-asterisk-color: var(--error-color);
|
|
2052
2053
|
}
|
|
2053
|
-
.
|
|
2054
|
+
.sRYNH {
|
|
2054
2055
|
width: 100%;
|
|
2055
2056
|
}
|
|
2056
|
-
.
|
|
2057
|
+
.sRYNH .uui-label {
|
|
2057
2058
|
overflow: hidden;
|
|
2058
2059
|
text-overflow: ellipsis;
|
|
2059
2060
|
font-family: var(--font-semibold);
|
|
2060
2061
|
color: var(--labeled-input-color);
|
|
2061
2062
|
}
|
|
2062
|
-
.
|
|
2063
|
+
.sRYNH .uui-label .uui-labeled-input-info-icon {
|
|
2063
2064
|
flex-shrink: 0;
|
|
2064
2065
|
margin: 0 4px;
|
|
2065
2066
|
fill: var(--labeled-input-fill-color);
|
|
2066
2067
|
}
|
|
2067
|
-
.
|
|
2068
|
+
.sRYNH .uui-label .uui-labeled-input-asterisk {
|
|
2068
2069
|
color: var(--labeled-input-asterisk-color);
|
|
2069
2070
|
}
|
|
2070
|
-
.
|
|
2071
|
+
.sRYNH .uui-label .uui-labeled-input-optional {
|
|
2071
2072
|
font-family: var(--font-italic);
|
|
2072
2073
|
font-size: 12px;
|
|
2073
2074
|
line-height: 18px;
|
|
2074
2075
|
color: var(--labeled-input-optional-text-color);
|
|
2075
2076
|
}
|
|
2076
|
-
.
|
|
2077
|
+
.sRYNH .uui-label-left > .uui-label {
|
|
2077
2078
|
margin-right: 5px;
|
|
2078
2079
|
}
|
|
2079
|
-
.
|
|
2080
|
+
.sRYNH .uui-invalid-message {
|
|
2080
2081
|
line-height: 18px;
|
|
2081
2082
|
font-size: 12px;
|
|
2082
2083
|
color: var(--labeled-input-color-error);
|
|
2083
2084
|
font-family: var(--font-regular);
|
|
2084
2085
|
}
|
|
2085
|
-
.
|
|
2086
|
+
.sRYNH._2-Z22 .uui-label-top > .uui-label {
|
|
2086
2087
|
margin-bottom: 6px;
|
|
2087
2088
|
}
|
|
2088
|
-
.
|
|
2089
|
+
.sRYNH._2-Z22 .uui-label {
|
|
2089
2090
|
font-size: 12px;
|
|
2090
2091
|
line-height: 18px;
|
|
2091
2092
|
}
|
|
2092
|
-
.
|
|
2093
|
+
.sRYNH._2E2H1 .uui-label-top > .uui-label {
|
|
2093
2094
|
margin-bottom: 6px;
|
|
2094
2095
|
}
|
|
2095
|
-
.
|
|
2096
|
+
.sRYNH._2E2H1 .uui-label {
|
|
2096
2097
|
font-size: 12px;
|
|
2097
2098
|
line-height: 18px;
|
|
2098
2099
|
}
|
|
2099
|
-
.
|
|
2100
|
+
.sRYNH.WglJt .uui-label-top > .uui-label {
|
|
2100
2101
|
margin-bottom: 6px;
|
|
2101
2102
|
}
|
|
2102
|
-
.
|
|
2103
|
+
.sRYNH.WglJt .uui-label {
|
|
2103
2104
|
font-size: 14px;
|
|
2104
2105
|
line-height: 18px;
|
|
2105
2106
|
}
|
|
2106
|
-
.
|
|
2107
|
+
.sRYNH._28spG .uui-label-top > .uui-label {
|
|
2107
2108
|
margin-bottom: 6px;
|
|
2108
2109
|
}
|
|
2109
|
-
.
|
|
2110
|
+
.sRYNH._28spG .uui-label {
|
|
2110
2111
|
font-size: 14px;
|
|
2111
2112
|
line-height: 18px;
|
|
2112
2113
|
}
|
|
2113
|
-
.
|
|
2114
|
+
.sRYNH.Hy5EF .uui-label-top > .uui-label {
|
|
2114
2115
|
margin-bottom: 6px;
|
|
2115
2116
|
}
|
|
2116
|
-
.
|
|
2117
|
+
.sRYNH.Hy5EF .uui-label {
|
|
2117
2118
|
font-size: 14px;
|
|
2118
2119
|
line-height: 18px;
|
|
2119
2120
|
}
|
|
2120
|
-
.
|
|
2121
|
+
._3jcKc.uui-horizontal-direction > * {
|
|
2121
2122
|
margin-left: 12px;
|
|
2122
2123
|
}
|
|
2123
|
-
.
|
|
2124
|
+
._3jcKc.uui-horizontal-direction :first-child {
|
|
2124
2125
|
margin-left: 0;
|
|
2125
2126
|
}
|
|
2126
|
-
.
|
|
2127
|
+
._3jcKc.uui-vertical-direction > * {
|
|
2127
2128
|
margin-bottom: 12px;
|
|
2128
2129
|
}
|
|
2129
|
-
.
|
|
2130
|
+
._3jcKc.uui-vertical-direction :last-child {
|
|
2130
2131
|
margin-bottom: 0;
|
|
2131
2132
|
}
|
|
2132
2133
|
.uui-thumb-vertical, .uui-thumb-horizontal {
|
|
@@ -2207,7 +2208,7 @@
|
|
|
2207
2208
|
height: 6px;
|
|
2208
2209
|
margin-top: 0;
|
|
2209
2210
|
}
|
|
2210
|
-
.
|
|
2211
|
+
.giHdz {
|
|
2211
2212
|
display: flex;
|
|
2212
2213
|
flex-direction: column;
|
|
2213
2214
|
flex: 1 1 auto;
|
|
@@ -2215,57 +2216,57 @@
|
|
|
2215
2216
|
width: 100%;
|
|
2216
2217
|
}
|
|
2217
2218
|
|
|
2218
|
-
.
|
|
2219
|
+
._5oIaq {
|
|
2219
2220
|
border: 0;
|
|
2220
2221
|
}
|
|
2221
2222
|
|
|
2222
|
-
.
|
|
2223
|
+
._2Q6VA.uui-input-box {
|
|
2223
2224
|
border: 0;
|
|
2224
2225
|
box-shadow: none;
|
|
2225
2226
|
background-color: transparent;
|
|
2226
2227
|
}
|
|
2227
|
-
.
|
|
2228
|
+
._2Q6VA.uui-input-box.uui-focus {
|
|
2228
2229
|
border-color: transparent;
|
|
2229
2230
|
box-shadow: none;
|
|
2230
2231
|
}
|
|
2231
2232
|
|
|
2232
|
-
.
|
|
2233
|
+
._3NEfh {
|
|
2233
2234
|
padding: 6px 0;
|
|
2234
2235
|
}
|
|
2235
2236
|
|
|
2236
|
-
.
|
|
2237
|
+
.W7d4M {
|
|
2237
2238
|
border-bottom: 1px solid var(--divider-color);
|
|
2238
2239
|
padding: 0 4px;
|
|
2239
2240
|
}
|
|
2240
2241
|
|
|
2241
|
-
.
|
|
2242
|
+
._118gP, ._2wzXN, ._2ezE0, .NFi78 {
|
|
2242
2243
|
padding: 0 5px;
|
|
2243
2244
|
}
|
|
2244
2245
|
|
|
2245
|
-
.
|
|
2246
|
+
._2XECZ {
|
|
2246
2247
|
padding-top: 20px;
|
|
2247
2248
|
padding-bottom: 20px;
|
|
2248
2249
|
}
|
|
2249
2250
|
|
|
2250
|
-
.
|
|
2251
|
+
._19nN3, ._2fi9c, .FbwRw {
|
|
2251
2252
|
padding-top: 23px;
|
|
2252
2253
|
padding-bottom: 23px;
|
|
2253
2254
|
}
|
|
2254
|
-
.
|
|
2255
|
+
._3Ot3B {
|
|
2255
2256
|
border-top: 1px solid var(--divider-color);
|
|
2256
2257
|
}
|
|
2257
|
-
.
|
|
2258
|
+
.W50jV {
|
|
2258
2259
|
display: none;
|
|
2259
2260
|
justify-content: center;
|
|
2260
2261
|
position: relative;
|
|
2261
2262
|
}
|
|
2262
2263
|
@media screen and (max-width: 720px) {
|
|
2263
|
-
.
|
|
2264
|
+
.W50jV {
|
|
2264
2265
|
display: flex;
|
|
2265
2266
|
}
|
|
2266
2267
|
}
|
|
2267
2268
|
|
|
2268
|
-
.
|
|
2269
|
+
._2TiAp {
|
|
2269
2270
|
height: 100%;
|
|
2270
2271
|
position: absolute;
|
|
2271
2272
|
top: 0;
|
|
@@ -2274,50 +2275,50 @@
|
|
|
2274
2275
|
justify-content: center;
|
|
2275
2276
|
right: 24px;
|
|
2276
2277
|
}
|
|
2277
|
-
.
|
|
2278
|
+
.Thc4- {
|
|
2278
2279
|
position: relative;
|
|
2279
2280
|
box-sizing: border-box;
|
|
2280
2281
|
width: 0;
|
|
2281
2282
|
}
|
|
2282
|
-
.
|
|
2283
|
+
.Thc4-._1p_VR {
|
|
2283
2284
|
display: flex;
|
|
2284
2285
|
align-items: flex-start;
|
|
2285
2286
|
}
|
|
2286
|
-
.
|
|
2287
|
+
.Thc4-.iSX1G.bWeYG .uui-checkbox, .Thc4-.iSX1G.bWeYG ._3NFjT, .Thc4-.iSX1G._52Rqc .uui-checkbox, .Thc4-.iSX1G._52Rqc ._3NFjT {
|
|
2287
2288
|
margin-top: 6px;
|
|
2288
2289
|
}
|
|
2289
|
-
.
|
|
2290
|
+
.Thc4-.iSX1G._3fezl .uui-checkbox, .Thc4-.iSX1G._3fezl ._3NFjT {
|
|
2290
2291
|
margin-top: 9px;
|
|
2291
2292
|
}
|
|
2292
|
-
.
|
|
2293
|
+
.Thc4-.iSX1G.GJ5cU .uui-checkbox, .Thc4-.iSX1G.GJ5cU ._3NFjT {
|
|
2293
2294
|
margin-top: 12px;
|
|
2294
2295
|
}
|
|
2295
|
-
.
|
|
2296
|
+
.Thc4-.iSX1G._16ouU .uui-checkbox, .Thc4-.iSX1G._16ouU ._3NFjT {
|
|
2296
2297
|
margin-top: 15px;
|
|
2297
2298
|
}
|
|
2298
|
-
.
|
|
2299
|
+
.Thc4-.iSX1G.e1sxP .uui-checkbox, .Thc4-.iSX1G.e1sxP ._3NFjT {
|
|
2299
2300
|
margin-top: 21px;
|
|
2300
2301
|
}
|
|
2301
|
-
.
|
|
2302
|
+
.Thc4-._IXQB {
|
|
2302
2303
|
align-self: center;
|
|
2303
2304
|
}
|
|
2304
|
-
.
|
|
2305
|
+
.Thc4-.US6I2 {
|
|
2305
2306
|
padding: 0 12px;
|
|
2306
2307
|
}
|
|
2307
|
-
.
|
|
2308
|
+
.Thc4-._1cwV4 {
|
|
2308
2309
|
padding: 0 24px;
|
|
2309
2310
|
}
|
|
2310
|
-
.
|
|
2311
|
+
.Thc4-._1cbR5 {
|
|
2311
2312
|
padding-left: 12px;
|
|
2312
2313
|
}
|
|
2313
|
-
.
|
|
2314
|
+
.Thc4-.sn4H6 {
|
|
2314
2315
|
padding-left: 24px;
|
|
2315
2316
|
}
|
|
2316
|
-
.
|
|
2317
|
+
.Thc4-._2XS-w {
|
|
2317
2318
|
padding-right: 24px;
|
|
2318
2319
|
}
|
|
2319
2320
|
|
|
2320
|
-
.
|
|
2321
|
+
._4hZHW {
|
|
2321
2322
|
position: absolute;
|
|
2322
2323
|
left: 2px;
|
|
2323
2324
|
width: 6px;
|
|
@@ -2326,15 +2327,15 @@
|
|
|
2326
2327
|
align-self: stretch;
|
|
2327
2328
|
visibility: hidden;
|
|
2328
2329
|
}
|
|
2329
|
-
.-draggable.uui-table-row:not(.uui-drop-accepted):hover .
|
|
2330
|
+
.-draggable.uui-table-row:not(.uui-drop-accepted):hover ._4hZHW {
|
|
2330
2331
|
visibility: visible;
|
|
2331
2332
|
}
|
|
2332
2333
|
|
|
2333
|
-
.
|
|
2334
|
+
._3AR0o {
|
|
2334
2335
|
padding-right: 12px;
|
|
2335
2336
|
}
|
|
2336
2337
|
|
|
2337
|
-
.
|
|
2338
|
+
._3Qvhs {
|
|
2338
2339
|
display: flex;
|
|
2339
2340
|
justify-content: flex-start;
|
|
2340
2341
|
flex-grow: 0;
|
|
@@ -2343,55 +2344,55 @@
|
|
|
2343
2344
|
padding-right: 12px;
|
|
2344
2345
|
}
|
|
2345
2346
|
|
|
2346
|
-
.
|
|
2347
|
+
._3NFjT {
|
|
2347
2348
|
margin: auto 0;
|
|
2348
2349
|
}
|
|
2349
|
-
.
|
|
2350
|
+
._3NFjT.uui-icon {
|
|
2350
2351
|
position: relative;
|
|
2351
2352
|
fill: var(--icon-color);
|
|
2352
2353
|
}
|
|
2353
2354
|
|
|
2354
|
-
.
|
|
2355
|
+
.lUyUI.uui-icon {
|
|
2355
2356
|
left: -2px;
|
|
2356
2357
|
flex: 0 0 12px;
|
|
2357
2358
|
width: 12px;
|
|
2358
2359
|
height: 12px;
|
|
2359
2360
|
}
|
|
2360
2361
|
|
|
2361
|
-
.
|
|
2362
|
+
._37k1Q.uui-icon {
|
|
2362
2363
|
left: -4px;
|
|
2363
2364
|
flex: 0 0 18px;
|
|
2364
2365
|
width: 18px;
|
|
2365
2366
|
height: 18px;
|
|
2366
2367
|
}
|
|
2367
|
-
.
|
|
2368
|
+
._3LT5u {
|
|
2368
2369
|
flex-wrap: nowrap;
|
|
2369
2370
|
}
|
|
2370
2371
|
|
|
2371
|
-
.
|
|
2372
|
+
._12oYn {
|
|
2372
2373
|
width: 18px;
|
|
2373
2374
|
padding: 0;
|
|
2374
2375
|
}
|
|
2375
2376
|
|
|
2376
|
-
.
|
|
2377
|
+
._1_ywO {
|
|
2377
2378
|
padding-top: 6px;
|
|
2378
2379
|
padding-bottom: 6px;
|
|
2379
2380
|
}
|
|
2380
2381
|
|
|
2381
|
-
.
|
|
2382
|
+
._1HuJb {
|
|
2382
2383
|
height: 1px;
|
|
2383
2384
|
width: 100%;
|
|
2384
2385
|
background-color: var(--divider-color);
|
|
2385
2386
|
}
|
|
2386
2387
|
|
|
2387
|
-
.
|
|
2388
|
+
._2k3HA {
|
|
2388
2389
|
flex-basis: 200px;
|
|
2389
2390
|
}
|
|
2390
2391
|
|
|
2391
|
-
.
|
|
2392
|
+
._3QXE4 {
|
|
2392
2393
|
overflow: visible;
|
|
2393
2394
|
}
|
|
2394
|
-
.
|
|
2395
|
+
._3QXE4:after {
|
|
2395
2396
|
display: block;
|
|
2396
2397
|
content: "";
|
|
2397
2398
|
position: absolute;
|
|
@@ -2402,45 +2403,45 @@
|
|
|
2402
2403
|
right: -3px;
|
|
2403
2404
|
top: -3px;
|
|
2404
2405
|
}
|
|
2405
|
-
.
|
|
2406
|
+
._3PrVk {
|
|
2406
2407
|
flex-grow: 1;
|
|
2407
2408
|
}
|
|
2408
|
-
|
|
2409
|
+
.-rR9M {
|
|
2409
2410
|
display: flex;
|
|
2410
2411
|
flex: auto;
|
|
2411
2412
|
}
|
|
2412
2413
|
|
|
2413
|
-
.
|
|
2414
|
+
._3jf-n {
|
|
2414
2415
|
display: flex;
|
|
2415
2416
|
justify-content: center;
|
|
2416
2417
|
align-items: center;
|
|
2417
2418
|
}
|
|
2418
2419
|
|
|
2419
|
-
.
|
|
2420
|
+
._3OjtE.uui-focus {
|
|
2420
2421
|
background-color: var(--surface-hover-color);
|
|
2421
2422
|
}
|
|
2422
|
-
.
|
|
2423
|
+
._3OjtE.-clickable {
|
|
2423
2424
|
cursor: pointer;
|
|
2424
2425
|
}
|
|
2425
|
-
.
|
|
2426
|
+
._1hzbK {
|
|
2426
2427
|
display: flex;
|
|
2427
2428
|
justify-content: center;
|
|
2428
2429
|
align-items: center;
|
|
2429
2430
|
border-top: 1px solid var(--divider-color);
|
|
2430
2431
|
}
|
|
2431
|
-
.
|
|
2432
|
+
._1hzbK.uui-button-box {
|
|
2432
2433
|
background-color: #fff;
|
|
2433
2434
|
border-width: 1px !important;
|
|
2434
2435
|
}
|
|
2435
|
-
.
|
|
2436
|
+
._2sbG0 {
|
|
2436
2437
|
border-bottom: 1px solid var(--divider-color);
|
|
2437
2438
|
padding: 6px 24px;
|
|
2438
2439
|
}
|
|
2439
2440
|
|
|
2440
|
-
.
|
|
2441
|
+
.Ck1iJ {
|
|
2441
2442
|
margin-bottom: 6px;
|
|
2442
2443
|
}
|
|
2443
|
-
.
|
|
2444
|
+
._2p_iq .uui-count {
|
|
2444
2445
|
font-family: var(--font-semibold);
|
|
2445
2446
|
margin: auto;
|
|
2446
2447
|
height: 18px;
|
|
@@ -2452,23 +2453,23 @@
|
|
|
2452
2453
|
min-width: 6px;
|
|
2453
2454
|
text-align: center;
|
|
2454
2455
|
}
|
|
2455
|
-
.
|
|
2456
|
+
._2p_iq .uui-count:not(:first-child) {
|
|
2456
2457
|
margin-left: 6px;
|
|
2457
2458
|
}
|
|
2458
|
-
.
|
|
2459
|
+
._2p_iq .uui-caption {
|
|
2459
2460
|
font-family: var(--font-regular);
|
|
2460
2461
|
}
|
|
2461
|
-
.
|
|
2462
|
+
._2p_iq.uui-button-box {
|
|
2462
2463
|
border-width: 1px;
|
|
2463
2464
|
}
|
|
2464
|
-
.
|
|
2465
|
+
._2p_iq._1r2sR {
|
|
2465
2466
|
min-width: 18px;
|
|
2466
2467
|
min-height: 18px;
|
|
2467
2468
|
padding-left: 3px;
|
|
2468
2469
|
padding-right: 3px;
|
|
2469
2470
|
border-radius: 9px;
|
|
2470
2471
|
}
|
|
2471
|
-
.
|
|
2472
|
+
._2p_iq._1r2sR .uui-count {
|
|
2472
2473
|
height: 12px;
|
|
2473
2474
|
line-height: 12px;
|
|
2474
2475
|
font-size: 8px;
|
|
@@ -2476,178 +2477,178 @@
|
|
|
2476
2477
|
padding-left: 3px;
|
|
2477
2478
|
padding-right: 3px;
|
|
2478
2479
|
}
|
|
2479
|
-
.
|
|
2480
|
+
._2p_iq._1r2sR .uui-count:not(:first-child) {
|
|
2480
2481
|
margin-left: 3px;
|
|
2481
2482
|
}
|
|
2482
|
-
.
|
|
2483
|
+
._2p_iq._1r2sR .uui-caption {
|
|
2483
2484
|
padding: 2px 3px;
|
|
2484
2485
|
line-height: 12px;
|
|
2485
2486
|
font-size: 12px;
|
|
2486
2487
|
}
|
|
2487
|
-
.
|
|
2488
|
+
._2p_iq._1r2sR.KCl8Q .uui-caption {
|
|
2488
2489
|
margin-left: 8px;
|
|
2489
2490
|
}
|
|
2490
|
-
.
|
|
2491
|
+
._2p_iq._1r2sR.KCl8Q::before {
|
|
2491
2492
|
width: 8px;
|
|
2492
2493
|
height: 8px;
|
|
2493
2494
|
top: 4px;
|
|
2494
2495
|
left: 1px;
|
|
2495
2496
|
}
|
|
2496
|
-
.
|
|
2497
|
+
._2p_iq.uJcRY {
|
|
2497
2498
|
min-width: 24px;
|
|
2498
2499
|
padding-left: 5px;
|
|
2499
2500
|
padding-right: 5px;
|
|
2500
2501
|
border-radius: 12px;
|
|
2501
2502
|
min-height: 24px;
|
|
2502
2503
|
}
|
|
2503
|
-
.
|
|
2504
|
+
._2p_iq.uJcRY .uui-caption {
|
|
2504
2505
|
padding-left: 6px;
|
|
2505
2506
|
padding-right: 6px;
|
|
2506
2507
|
}
|
|
2507
|
-
.
|
|
2508
|
+
._2p_iq.uJcRY .uui-caption {
|
|
2508
2509
|
padding-top: 2px;
|
|
2509
2510
|
padding-bottom: 2px;
|
|
2510
2511
|
line-height: 18px;
|
|
2511
2512
|
font-size: 14px;
|
|
2512
2513
|
}
|
|
2513
|
-
.
|
|
2514
|
+
._2p_iq.uJcRY.KCl8Q .uui-caption {
|
|
2514
2515
|
margin-left: 12px;
|
|
2515
2516
|
}
|
|
2516
|
-
.
|
|
2517
|
+
._2p_iq.uJcRY.KCl8Q::before {
|
|
2517
2518
|
width: 12px;
|
|
2518
2519
|
height: 12px;
|
|
2519
2520
|
top: 5px;
|
|
2520
2521
|
left: 2px;
|
|
2521
2522
|
}
|
|
2522
|
-
.
|
|
2523
|
+
._2p_iq._3zpoD {
|
|
2523
2524
|
min-width: 30px;
|
|
2524
2525
|
padding-left: 5px;
|
|
2525
2526
|
padding-right: 5px;
|
|
2526
2527
|
border-radius: 15px;
|
|
2527
2528
|
min-height: 30px;
|
|
2528
2529
|
}
|
|
2529
|
-
.
|
|
2530
|
+
._2p_iq._3zpoD .uui-caption {
|
|
2530
2531
|
padding-left: 6px;
|
|
2531
2532
|
padding-right: 6px;
|
|
2532
2533
|
}
|
|
2533
|
-
.
|
|
2534
|
+
._2p_iq._3zpoD .uui-caption {
|
|
2534
2535
|
padding-top: 5px;
|
|
2535
2536
|
padding-bottom: 5px;
|
|
2536
2537
|
line-height: 18px;
|
|
2537
2538
|
font-size: 14px;
|
|
2538
2539
|
}
|
|
2539
|
-
.
|
|
2540
|
+
._2p_iq._3zpoD.KCl8Q .uui-caption {
|
|
2540
2541
|
margin-left: 12px;
|
|
2541
2542
|
}
|
|
2542
|
-
.
|
|
2543
|
+
._2p_iq._3zpoD.KCl8Q::before {
|
|
2543
2544
|
width: 12px;
|
|
2544
2545
|
height: 12px;
|
|
2545
2546
|
top: 8px;
|
|
2546
2547
|
left: 2px;
|
|
2547
2548
|
}
|
|
2548
|
-
.
|
|
2549
|
+
._2p_iq._1_hNq {
|
|
2549
2550
|
min-width: 36px;
|
|
2550
2551
|
padding-left: 5px;
|
|
2551
2552
|
padding-right: 5px;
|
|
2552
2553
|
border-radius: 18px;
|
|
2553
2554
|
min-height: 36px;
|
|
2554
2555
|
}
|
|
2555
|
-
.
|
|
2556
|
+
._2p_iq._1_hNq .uui-caption {
|
|
2556
2557
|
padding-left: 6px;
|
|
2557
2558
|
padding-right: 6px;
|
|
2558
2559
|
}
|
|
2559
|
-
.
|
|
2560
|
+
._2p_iq._1_hNq .uui-caption {
|
|
2560
2561
|
padding-top: 5px;
|
|
2561
2562
|
padding-bottom: 5px;
|
|
2562
2563
|
line-height: 24px;
|
|
2563
2564
|
font-size: 14px;
|
|
2564
2565
|
}
|
|
2565
|
-
.
|
|
2566
|
+
._2p_iq._1_hNq.KCl8Q .uui-caption {
|
|
2566
2567
|
margin-left: 12px;
|
|
2567
2568
|
}
|
|
2568
|
-
.
|
|
2569
|
+
._2p_iq._1_hNq.KCl8Q::before {
|
|
2569
2570
|
width: 12px;
|
|
2570
2571
|
height: 12px;
|
|
2571
2572
|
top: 11px;
|
|
2572
2573
|
left: 2px;
|
|
2573
2574
|
}
|
|
2574
|
-
.
|
|
2575
|
+
._2p_iq._19HRF {
|
|
2575
2576
|
min-width: 42px;
|
|
2576
2577
|
padding-left: 11px;
|
|
2577
2578
|
padding-right: 11px;
|
|
2578
2579
|
border-radius: 21px;
|
|
2579
2580
|
min-height: 42px;
|
|
2580
2581
|
}
|
|
2581
|
-
.
|
|
2582
|
+
._2p_iq._19HRF .uui-caption {
|
|
2582
2583
|
padding-left: 6px;
|
|
2583
2584
|
padding-right: 6px;
|
|
2584
2585
|
}
|
|
2585
|
-
.
|
|
2586
|
+
._2p_iq._19HRF .uui-count {
|
|
2586
2587
|
height: 24px;
|
|
2587
2588
|
line-height: 24px;
|
|
2588
2589
|
font-size: 14px;
|
|
2589
2590
|
border-radius: 12px;
|
|
2590
2591
|
min-width: 12px;
|
|
2591
2592
|
}
|
|
2592
|
-
.
|
|
2593
|
+
._2p_iq._19HRF .uui-caption {
|
|
2593
2594
|
padding-top: 8px;
|
|
2594
2595
|
padding-bottom: 8px;
|
|
2595
2596
|
line-height: 24px;
|
|
2596
2597
|
font-size: 16px;
|
|
2597
2598
|
}
|
|
2598
|
-
.
|
|
2599
|
+
._2p_iq._19HRF.KCl8Q .uui-caption {
|
|
2599
2600
|
margin-left: 12px;
|
|
2600
2601
|
}
|
|
2601
|
-
.
|
|
2602
|
+
._2p_iq._19HRF.KCl8Q::before {
|
|
2602
2603
|
width: 16px;
|
|
2603
2604
|
height: 16px;
|
|
2604
2605
|
top: 12px;
|
|
2605
2606
|
left: 3px;
|
|
2606
2607
|
}
|
|
2607
|
-
.
|
|
2608
|
+
._2p_iq.IUa4R {
|
|
2608
2609
|
min-width: 48px;
|
|
2609
2610
|
padding-left: 11px;
|
|
2610
2611
|
padding-right: 11px;
|
|
2611
2612
|
border-radius: 24px;
|
|
2612
2613
|
min-height: 48px;
|
|
2613
2614
|
}
|
|
2614
|
-
.
|
|
2615
|
+
._2p_iq.IUa4R .uui-caption {
|
|
2615
2616
|
padding-left: 6px;
|
|
2616
2617
|
padding-right: 6px;
|
|
2617
2618
|
}
|
|
2618
|
-
.
|
|
2619
|
+
._2p_iq.IUa4R .uui-count {
|
|
2619
2620
|
height: 24px;
|
|
2620
2621
|
line-height: 24px;
|
|
2621
2622
|
font-size: 14px;
|
|
2622
2623
|
border-radius: 12px;
|
|
2623
2624
|
min-width: 12px;
|
|
2624
2625
|
}
|
|
2625
|
-
.
|
|
2626
|
+
._2p_iq.IUa4R .uui-caption {
|
|
2626
2627
|
padding-top: 11px;
|
|
2627
2628
|
padding-bottom: 11px;
|
|
2628
2629
|
line-height: 24px;
|
|
2629
2630
|
font-size: 16px;
|
|
2630
2631
|
}
|
|
2631
|
-
.
|
|
2632
|
+
._2p_iq.IUa4R.KCl8Q .uui-caption {
|
|
2632
2633
|
margin-left: 12px;
|
|
2633
2634
|
}
|
|
2634
|
-
.
|
|
2635
|
+
._2p_iq.IUa4R.KCl8Q::before {
|
|
2635
2636
|
width: 16px;
|
|
2636
2637
|
height: 16px;
|
|
2637
2638
|
top: 15px;
|
|
2638
2639
|
left: 3px;
|
|
2639
2640
|
}
|
|
2640
|
-
.
|
|
2641
|
+
._2p_iq._7tah {
|
|
2641
2642
|
background-color: var(--badge-bg-color);
|
|
2642
2643
|
color: var(--badge-caption-color-solid);
|
|
2643
2644
|
fill: var(--badge-caption-color-solid);
|
|
2644
2645
|
border-color: var(--badge-bg-color);
|
|
2645
2646
|
}
|
|
2646
|
-
.
|
|
2647
|
+
._2p_iq._7tah .uui-count {
|
|
2647
2648
|
background-color: var(--badge-count-bg-color);
|
|
2648
2649
|
color: var(--badge-count-color);
|
|
2649
2650
|
}
|
|
2650
|
-
.
|
|
2651
|
+
._2p_iq._7tah.-clickable:hover {
|
|
2651
2652
|
background-color: var(--badge-bg-color-hover);
|
|
2652
2653
|
border-color: var(--badge-bg-color-hover);
|
|
2653
2654
|
cursor: pointer;
|
|
@@ -2692,12 +2693,12 @@
|
|
|
2692
2693
|
--tag-count-bg-color: white;
|
|
2693
2694
|
--tag-count-color: var(--text-secondary-color);
|
|
2694
2695
|
}
|
|
2695
|
-
.
|
|
2696
|
+
.l0-87.uui-button-box {
|
|
2696
2697
|
background-color: var(--tag-bg-color);
|
|
2697
2698
|
fill: var(--tag-fill-color);
|
|
2698
2699
|
border: 0;
|
|
2699
2700
|
}
|
|
2700
|
-
.
|
|
2701
|
+
.l0-87.uui-button-box .uui-count {
|
|
2701
2702
|
background-color: var(--tag-count-bg-color);
|
|
2702
2703
|
color: var(--tag-count-color);
|
|
2703
2704
|
font-family: var(--font-semibold);
|
|
@@ -2709,25 +2710,25 @@
|
|
|
2709
2710
|
padding-left: 6px;
|
|
2710
2711
|
padding-right: 6px;
|
|
2711
2712
|
}
|
|
2712
|
-
.
|
|
2713
|
+
.l0-87.uui-button-box .uui-count:not(:first-child) {
|
|
2713
2714
|
margin-left: 6px;
|
|
2714
2715
|
}
|
|
2715
|
-
.
|
|
2716
|
+
.l0-87.uui-button-box.-clickable:hover {
|
|
2716
2717
|
background-color: var(--tag-bg-color-hover);
|
|
2717
2718
|
fill: var(--tag-fill-color-hover);
|
|
2718
2719
|
cursor: pointer;
|
|
2719
2720
|
}
|
|
2720
|
-
.
|
|
2721
|
+
.l0-87.uui-button-box .uui-caption {
|
|
2721
2722
|
font-family: var(--font-regular);
|
|
2722
2723
|
color: var(--tag-caption-color);
|
|
2723
2724
|
}
|
|
2724
|
-
.
|
|
2725
|
+
.l0-87._2nFnx {
|
|
2725
2726
|
min-height: 18px;
|
|
2726
2727
|
min-width: 18px;
|
|
2727
2728
|
padding-left: 3px;
|
|
2728
2729
|
padding-right: 3px;
|
|
2729
2730
|
}
|
|
2730
|
-
.
|
|
2731
|
+
.l0-87._2nFnx .uui-count {
|
|
2731
2732
|
height: 12px;
|
|
2732
2733
|
min-width: 6px;
|
|
2733
2734
|
line-height: 12px;
|
|
@@ -2736,102 +2737,102 @@
|
|
|
2736
2737
|
padding-left: 3px;
|
|
2737
2738
|
padding-right: 3px;
|
|
2738
2739
|
}
|
|
2739
|
-
.
|
|
2740
|
+
.l0-87._2nFnx .uui-count:not(:first-child) {
|
|
2740
2741
|
margin-left: 3px;
|
|
2741
2742
|
}
|
|
2742
|
-
.
|
|
2743
|
+
.l0-87._2nFnx .uui-caption, .l0-87._2nFnx .uui-input {
|
|
2743
2744
|
padding: 3px 3px;
|
|
2744
2745
|
line-height: 12px;
|
|
2745
2746
|
font-size: 12px;
|
|
2746
2747
|
}
|
|
2747
|
-
.
|
|
2748
|
+
.l0-87._3gS58 {
|
|
2748
2749
|
min-width: 24px;
|
|
2749
2750
|
padding-left: 6px;
|
|
2750
2751
|
padding-right: 6px;
|
|
2751
2752
|
min-height: 24px;
|
|
2752
2753
|
}
|
|
2753
|
-
.
|
|
2754
|
+
.l0-87._3gS58 .uui-caption {
|
|
2754
2755
|
padding-left: 6px;
|
|
2755
2756
|
padding-right: 6px;
|
|
2756
2757
|
}
|
|
2757
|
-
.
|
|
2758
|
+
.l0-87._3gS58 .uui-caption, .l0-87._3gS58 .uui-input {
|
|
2758
2759
|
padding-top: 3px;
|
|
2759
2760
|
padding-bottom: 3px;
|
|
2760
2761
|
line-height: 18px;
|
|
2761
2762
|
font-size: 14px;
|
|
2762
2763
|
}
|
|
2763
|
-
.
|
|
2764
|
+
.l0-87._3V1aR {
|
|
2764
2765
|
min-width: 30px;
|
|
2765
2766
|
padding-left: 6px;
|
|
2766
2767
|
padding-right: 6px;
|
|
2767
2768
|
min-height: 30px;
|
|
2768
2769
|
}
|
|
2769
|
-
.
|
|
2770
|
+
.l0-87._3V1aR .uui-caption {
|
|
2770
2771
|
padding-left: 6px;
|
|
2771
2772
|
padding-right: 6px;
|
|
2772
2773
|
}
|
|
2773
|
-
.
|
|
2774
|
+
.l0-87._3V1aR .uui-caption, .l0-87._3V1aR .uui-input {
|
|
2774
2775
|
padding-top: 6px;
|
|
2775
2776
|
padding-bottom: 6px;
|
|
2776
2777
|
line-height: 18px;
|
|
2777
2778
|
font-size: 14px;
|
|
2778
2779
|
}
|
|
2779
|
-
.
|
|
2780
|
+
.l0-87._1er2e {
|
|
2780
2781
|
min-width: 36px;
|
|
2781
2782
|
padding-left: 6px;
|
|
2782
2783
|
padding-right: 6px;
|
|
2783
2784
|
min-height: 36px;
|
|
2784
2785
|
}
|
|
2785
|
-
.
|
|
2786
|
+
.l0-87._1er2e .uui-caption {
|
|
2786
2787
|
padding-left: 6px;
|
|
2787
2788
|
padding-right: 6px;
|
|
2788
2789
|
}
|
|
2789
|
-
.
|
|
2790
|
+
.l0-87._1er2e .uui-caption, .l0-87._1er2e .uui-input {
|
|
2790
2791
|
padding-top: 6px;
|
|
2791
2792
|
padding-bottom: 6px;
|
|
2792
2793
|
line-height: 24px;
|
|
2793
2794
|
font-size: 14px;
|
|
2794
2795
|
}
|
|
2795
|
-
.
|
|
2796
|
+
.l0-87._2w3pq {
|
|
2796
2797
|
min-width: 42px;
|
|
2797
2798
|
padding-left: 12px;
|
|
2798
2799
|
padding-right: 12px;
|
|
2799
2800
|
min-height: 42px;
|
|
2800
2801
|
}
|
|
2801
|
-
.
|
|
2802
|
+
.l0-87._2w3pq .uui-caption {
|
|
2802
2803
|
padding-left: 6px;
|
|
2803
2804
|
padding-right: 6px;
|
|
2804
2805
|
}
|
|
2805
|
-
.
|
|
2806
|
+
.l0-87._2w3pq .uui-caption, .l0-87._2w3pq .uui-input {
|
|
2806
2807
|
padding-top: 9px;
|
|
2807
2808
|
padding-bottom: 9px;
|
|
2808
2809
|
line-height: 24px;
|
|
2809
2810
|
font-size: 16px;
|
|
2810
2811
|
}
|
|
2811
|
-
.
|
|
2812
|
+
.l0-87._2w3pq .uui-count {
|
|
2812
2813
|
height: 24px;
|
|
2813
2814
|
line-height: 24px;
|
|
2814
2815
|
font-size: 14px;
|
|
2815
2816
|
border-radius: 12px;
|
|
2816
2817
|
min-width: 12px;
|
|
2817
2818
|
}
|
|
2818
|
-
.
|
|
2819
|
+
.l0-87._1y1-C {
|
|
2819
2820
|
min-width: 48px;
|
|
2820
2821
|
padding-left: 12px;
|
|
2821
2822
|
padding-right: 12px;
|
|
2822
2823
|
min-height: 48px;
|
|
2823
2824
|
}
|
|
2824
|
-
.
|
|
2825
|
+
.l0-87._1y1-C .uui-caption {
|
|
2825
2826
|
padding-left: 6px;
|
|
2826
2827
|
padding-right: 6px;
|
|
2827
2828
|
}
|
|
2828
|
-
.
|
|
2829
|
+
.l0-87._1y1-C .uui-caption, .l0-87._1y1-C .uui-input {
|
|
2829
2830
|
padding-top: 12px;
|
|
2830
2831
|
padding-bottom: 12px;
|
|
2831
2832
|
line-height: 24px;
|
|
2832
2833
|
font-size: 16px;
|
|
2833
2834
|
}
|
|
2834
|
-
.
|
|
2835
|
+
.l0-87._1y1-C .uui-count {
|
|
2835
2836
|
height: 24px;
|
|
2836
2837
|
line-height: 24px;
|
|
2837
2838
|
font-size: 14px;
|
|
@@ -2853,7 +2854,7 @@
|
|
|
2853
2854
|
--picker-toggler-icon-color-clickable-hover: var(--icon-hover-color);
|
|
2854
2855
|
--picker-toggler-border-radius: var(--border-radius);
|
|
2855
2856
|
}
|
|
2856
|
-
.
|
|
2857
|
+
._1MNrP {
|
|
2857
2858
|
padding-top: 2px;
|
|
2858
2859
|
padding-left: 5px;
|
|
2859
2860
|
padding-right: 5px;
|
|
@@ -2861,87 +2862,87 @@
|
|
|
2861
2862
|
box-sizing: border-box;
|
|
2862
2863
|
border-style: solid;
|
|
2863
2864
|
}
|
|
2864
|
-
.
|
|
2865
|
+
._1MNrP._1bXcX {
|
|
2865
2866
|
background-color: var(--picker-toggler-bg-color);
|
|
2866
2867
|
border-color: var(--picker-toggler-border-color);
|
|
2867
2868
|
fill: var(--picker-toggler-icon-color);
|
|
2868
2869
|
border-radius: var(--picker-toggler-border-radius);
|
|
2869
2870
|
}
|
|
2870
|
-
.
|
|
2871
|
+
._1MNrP._1bXcX .uui-icon.-clickable.uui-enabled, ._1MNrP._1bXcX .uui-icon-dropdown.uui-enabled {
|
|
2871
2872
|
fill: var(--picker-toggler-icon-color-clickable);
|
|
2872
2873
|
}
|
|
2873
|
-
.
|
|
2874
|
+
._1MNrP._1bXcX .uui-icon.-clickable.uui-enabled:hover, ._1MNrP._1bXcX .uui-icon-dropdown.uui-enabled:hover {
|
|
2874
2875
|
fill: var(--picker-toggler-icon-color-clickable-hover);
|
|
2875
2876
|
}
|
|
2876
|
-
.
|
|
2877
|
+
._1MNrP._1bXcX .uui-icon.-clickable.uui-disabled, ._1MNrP._1bXcX .uui-icon-dropdown.uui-disabled {
|
|
2877
2878
|
fill: var(--picker-toggler-icon-color-disabled);
|
|
2878
2879
|
}
|
|
2879
|
-
.
|
|
2880
|
+
._1MNrP._1bXcX:hover {
|
|
2880
2881
|
border-color: var(--picker-toggler-border-color-hover);
|
|
2881
2882
|
}
|
|
2882
|
-
.
|
|
2883
|
+
._1MNrP._1bXcX.uui-focus {
|
|
2883
2884
|
border-color: var(--picker-toggler-border-color-active);
|
|
2884
2885
|
outline: none;
|
|
2885
2886
|
}
|
|
2886
|
-
.
|
|
2887
|
+
._1MNrP._3SfoU {
|
|
2887
2888
|
background-color: transparent;
|
|
2888
2889
|
border-color: transparent;
|
|
2889
2890
|
fill: var(--picker-toggler-icon-color);
|
|
2890
2891
|
}
|
|
2891
|
-
.
|
|
2892
|
+
._1MNrP._3SfoU .uui-icon.-clickable, ._1MNrP._3SfoU .uui-icon-dropdown {
|
|
2892
2893
|
cursor: pointer;
|
|
2893
2894
|
}
|
|
2894
|
-
.
|
|
2895
|
+
._1MNrP._3SfoU .uui-icon.-clickable.uui-enabled, ._1MNrP._3SfoU .uui-icon-dropdown.uui-enabled {
|
|
2895
2896
|
fill: transparent;
|
|
2896
2897
|
}
|
|
2897
|
-
.
|
|
2898
|
+
._1MNrP._3SfoU .uui-icon.-clickable.uui-disabled, ._1MNrP._3SfoU .uui-icon-dropdown.uui-disabled {
|
|
2898
2899
|
fill: transparent;
|
|
2899
2900
|
}
|
|
2900
|
-
.
|
|
2901
|
+
._1MNrP._3SfoU:hover {
|
|
2901
2902
|
background-color: white;
|
|
2902
2903
|
border-color: var(--picker-toggler-border-color);
|
|
2903
2904
|
}
|
|
2904
|
-
.
|
|
2905
|
+
._1MNrP._3SfoU:hover .uui-icon.-clickable.uui-enabled, ._1MNrP._3SfoU:hover .uui-icon-dropdown.uui-enabled {
|
|
2905
2906
|
fill: var(--picker-toggler-icon-color-clickable);
|
|
2906
2907
|
}
|
|
2907
|
-
.
|
|
2908
|
+
._1MNrP._3SfoU:hover .uui-icon.-clickable.uui-enabled:hover, ._1MNrP._3SfoU:hover .uui-icon-dropdown.uui-enabled:hover {
|
|
2908
2909
|
fill: var(--picker-toggler-icon-color-clickable-hover);
|
|
2909
2910
|
}
|
|
2910
|
-
.
|
|
2911
|
+
._1MNrP._3SfoU:hover .uui-icon.-clickable.uui-disabled, ._1MNrP._3SfoU:hover .uui-icon-dropdown.uui-disabled {
|
|
2911
2912
|
fill: transparent;
|
|
2912
2913
|
}
|
|
2913
|
-
.
|
|
2914
|
+
._1MNrP._3SfoU.uui-focus {
|
|
2914
2915
|
background-color: white;
|
|
2915
2916
|
border-color: var(--picker-toggler-border-color-active);
|
|
2916
2917
|
outline: none;
|
|
2917
2918
|
}
|
|
2918
|
-
.
|
|
2919
|
+
._1MNrP.uui-invalid._1bXcX, ._1MNrP.uui-invalid._3SfoU {
|
|
2919
2920
|
border-color: var(--picker-toggler-border-color-error);
|
|
2920
2921
|
}
|
|
2921
|
-
.
|
|
2922
|
+
._1MNrP.uui-readonly._1bXcX {
|
|
2922
2923
|
background-color: var(--input-bg-readonly-color);
|
|
2923
2924
|
border-color: var(--input-border-readonly-color);
|
|
2924
2925
|
pointer-events: none;
|
|
2925
2926
|
}
|
|
2926
|
-
.
|
|
2927
|
+
._1MNrP.uui-readonly._1bXcX:hover {
|
|
2927
2928
|
border-color: var(--input-border-readonly-color);
|
|
2928
2929
|
}
|
|
2929
|
-
.
|
|
2930
|
+
._1MNrP.uui-readonly._3SfoU {
|
|
2930
2931
|
background-color: transparent;
|
|
2931
2932
|
border-color: transparent;
|
|
2932
2933
|
pointer-events: none;
|
|
2933
2934
|
}
|
|
2934
|
-
.
|
|
2935
|
+
._1MNrP.uui-readonly._3SfoU:hover {
|
|
2935
2936
|
background-color: transparent;
|
|
2936
2937
|
border-color: transparent;
|
|
2937
2938
|
}
|
|
2938
|
-
.
|
|
2939
|
+
._1MNrP.uui-readonly .uui-icon-dropdown, ._1MNrP.uui-readonly .uui-icon-cancel {
|
|
2939
2940
|
visibility: hidden;
|
|
2940
2941
|
}
|
|
2941
|
-
.
|
|
2942
|
+
._1MNrP.uui-disabled {
|
|
2942
2943
|
fill: var(--picker-toggler-icon-color-disabled);
|
|
2943
2944
|
}
|
|
2944
|
-
.
|
|
2945
|
+
._1MNrP.uui-disabled._1bXcX {
|
|
2945
2946
|
background-color: var(--input-bg-disabled-color);
|
|
2946
2947
|
color: var(--input-text-disabled-color);
|
|
2947
2948
|
fill: var(--input-text-disabled-color);
|
|
@@ -2949,29 +2950,29 @@
|
|
|
2949
2950
|
cursor: default;
|
|
2950
2951
|
pointer-events: none;
|
|
2951
2952
|
}
|
|
2952
|
-
.
|
|
2953
|
+
._1MNrP.uui-disabled._1bXcX .uui-input {
|
|
2953
2954
|
color: var(--input-text-disabled-color);
|
|
2954
2955
|
}
|
|
2955
|
-
.
|
|
2956
|
+
._1MNrP.uui-disabled._1bXcX .uui-input::placeholder {
|
|
2956
2957
|
color: var(--input-placeholder-disabled-color);
|
|
2957
2958
|
}
|
|
2958
|
-
.
|
|
2959
|
+
._1MNrP.uui-disabled._1bXcX:hover, ._1MNrP.uui-disabled._1bXcX:active, ._1MNrP.uui-disabled._1bXcX:focus {
|
|
2959
2960
|
background-color: var(--input-bg-disabled-color);
|
|
2960
2961
|
color: var(--input-text-disabled-color);
|
|
2961
2962
|
fill: var(--input-text-disabled-color);
|
|
2962
2963
|
border-color: var(--input-border-disabled-color);
|
|
2963
2964
|
box-shadow: none;
|
|
2964
2965
|
}
|
|
2965
|
-
.
|
|
2966
|
+
._1MNrP.uui-disabled._1bXcX:hover .uui-input, ._1MNrP.uui-disabled._1bXcX:active .uui-input, ._1MNrP.uui-disabled._1bXcX:focus .uui-input {
|
|
2966
2967
|
color: var(--input-text-disabled-color);
|
|
2967
2968
|
}
|
|
2968
|
-
.
|
|
2969
|
+
._1MNrP.uui-disabled._1bXcX:hover .uui-input::placeholder, ._1MNrP.uui-disabled._1bXcX:active .uui-input::placeholder, ._1MNrP.uui-disabled._1bXcX:focus .uui-input::placeholder {
|
|
2969
2970
|
color: var(--input-placeholder-disabled-color);
|
|
2970
2971
|
}
|
|
2971
|
-
.
|
|
2972
|
+
._1MNrP.uui-disabled._1bXcX::placeholder {
|
|
2972
2973
|
color: var(--input-placeholder-disabled-color);
|
|
2973
2974
|
}
|
|
2974
|
-
.
|
|
2975
|
+
._1MNrP.uui-disabled._3SfoU {
|
|
2975
2976
|
background-color: transparent;
|
|
2976
2977
|
color: var(--input-text-disabled-color);
|
|
2977
2978
|
fill: var(--input-text-disabled-color);
|
|
@@ -2979,84 +2980,84 @@
|
|
|
2979
2980
|
cursor: default;
|
|
2980
2981
|
pointer-events: none;
|
|
2981
2982
|
}
|
|
2982
|
-
.
|
|
2983
|
+
._1MNrP.uui-disabled._3SfoU .uui-input {
|
|
2983
2984
|
color: var(--input-text-disabled-color);
|
|
2984
2985
|
}
|
|
2985
|
-
.
|
|
2986
|
+
._1MNrP.uui-disabled._3SfoU .uui-input::placeholder {
|
|
2986
2987
|
color: var(--input-placeholder-disabled-color);
|
|
2987
2988
|
}
|
|
2988
|
-
.
|
|
2989
|
+
._1MNrP.uui-disabled._3SfoU:hover, ._1MNrP.uui-disabled._3SfoU:active, ._1MNrP.uui-disabled._3SfoU:focus {
|
|
2989
2990
|
background-color: transparent;
|
|
2990
2991
|
color: var(--input-text-disabled-color);
|
|
2991
2992
|
fill: var(--input-text-disabled-color);
|
|
2992
2993
|
border-color: transparent;
|
|
2993
2994
|
box-shadow: none;
|
|
2994
2995
|
}
|
|
2995
|
-
.
|
|
2996
|
+
._1MNrP.uui-disabled._3SfoU:hover .uui-input, ._1MNrP.uui-disabled._3SfoU:active .uui-input, ._1MNrP.uui-disabled._3SfoU:focus .uui-input {
|
|
2996
2997
|
color: var(--input-text-disabled-color);
|
|
2997
2998
|
}
|
|
2998
|
-
.
|
|
2999
|
+
._1MNrP.uui-disabled._3SfoU:hover .uui-input::placeholder, ._1MNrP.uui-disabled._3SfoU:active .uui-input::placeholder, ._1MNrP.uui-disabled._3SfoU:focus .uui-input::placeholder {
|
|
2999
3000
|
color: var(--input-placeholder-disabled-color);
|
|
3000
3001
|
}
|
|
3001
|
-
.
|
|
3002
|
+
._1MNrP.uui-disabled._3SfoU::placeholder {
|
|
3002
3003
|
color: var(--input-placeholder-disabled-color);
|
|
3003
3004
|
}
|
|
3004
|
-
.
|
|
3005
|
+
._1MNrP.uui-disabled .uui-input {
|
|
3005
3006
|
cursor: default;
|
|
3006
3007
|
}
|
|
3007
|
-
.
|
|
3008
|
+
._1MNrP.uui-disabled .uui-input::placeholder {
|
|
3008
3009
|
color: var(--picker-toggler-text-color-disabled);
|
|
3009
3010
|
}
|
|
3010
|
-
.
|
|
3011
|
+
._1MNrP.uui-disabled .uui-icon-dropdown, ._1MNrP.uui-disabled .uui-icon-cancel {
|
|
3011
3012
|
visibility: hidden;
|
|
3012
3013
|
}
|
|
3013
|
-
.
|
|
3014
|
+
._1MNrP .uui-input {
|
|
3014
3015
|
padding-left: 6px;
|
|
3015
3016
|
padding-right: 6px;
|
|
3016
3017
|
margin-bottom: 2px;
|
|
3017
3018
|
font-family: var(--font-regular);
|
|
3018
3019
|
color: var(--picker-toggler-text-color);
|
|
3019
3020
|
}
|
|
3020
|
-
.
|
|
3021
|
+
._1MNrP .uui-input::placeholder {
|
|
3021
3022
|
color: var(--picker-toggler-placeholder-color);
|
|
3022
3023
|
}
|
|
3023
|
-
.
|
|
3024
|
+
._1MNrP .uui-input::-moz-placeholder {
|
|
3024
3025
|
opacity: 1;
|
|
3025
3026
|
}
|
|
3026
|
-
.
|
|
3027
|
+
._1MNrP .uui-caption {
|
|
3027
3028
|
overflow: hidden;
|
|
3028
3029
|
text-overflow: ellipsis;
|
|
3029
3030
|
font-family: var(--font-regular);
|
|
3030
3031
|
align-self: center;
|
|
3031
3032
|
white-space: nowrap;
|
|
3032
3033
|
}
|
|
3033
|
-
.
|
|
3034
|
+
._1MNrP .uui-button-box {
|
|
3034
3035
|
margin-right: 3px;
|
|
3035
3036
|
margin-bottom: 2px;
|
|
3036
3037
|
}
|
|
3037
|
-
.
|
|
3038
|
+
._1MNrP .uui-button-box:last-of-type {
|
|
3038
3039
|
margin-right: 0;
|
|
3039
3040
|
}
|
|
3040
|
-
.
|
|
3041
|
+
._1MNrP .uui-placeholder {
|
|
3041
3042
|
color: var(--picker-toggler-text-color);
|
|
3042
3043
|
}
|
|
3043
|
-
.
|
|
3044
|
+
._1MNrP .uui-placeholder::placeholder {
|
|
3044
3045
|
color: var(--picker-toggler-text-color);
|
|
3045
3046
|
}
|
|
3046
|
-
.
|
|
3047
|
+
._1MNrP .uui-placeholder::-moz-placeholder {
|
|
3047
3048
|
opacity: 1;
|
|
3048
3049
|
}
|
|
3049
|
-
.
|
|
3050
|
+
._1MNrP .uui-icon-cancel {
|
|
3050
3051
|
margin-left: 6px;
|
|
3051
3052
|
}
|
|
3052
|
-
.
|
|
3053
|
+
._1MNrP._27XFs {
|
|
3053
3054
|
min-width: 24px;
|
|
3054
3055
|
}
|
|
3055
|
-
.
|
|
3056
|
+
._1MNrP._27XFs.uui-input-box {
|
|
3056
3057
|
min-height: 24px;
|
|
3057
3058
|
border-width: 1px;
|
|
3058
3059
|
}
|
|
3059
|
-
.
|
|
3060
|
+
._1MNrP._27XFs .uui-input {
|
|
3060
3061
|
line-height: 18px;
|
|
3061
3062
|
font-size: 12px;
|
|
3062
3063
|
padding-top: 3px;
|
|
@@ -3064,18 +3065,18 @@
|
|
|
3064
3065
|
padding-top: 0;
|
|
3065
3066
|
padding-bottom: 0;
|
|
3066
3067
|
}
|
|
3067
|
-
.
|
|
3068
|
+
._1MNrP._27XFs :not(.uui-button-box) > .uui-icon {
|
|
3068
3069
|
height: 18px;
|
|
3069
3070
|
margin-bottom: 2px;
|
|
3070
3071
|
}
|
|
3071
|
-
.
|
|
3072
|
+
._1MNrP._2sSDI {
|
|
3072
3073
|
min-width: 30px;
|
|
3073
3074
|
}
|
|
3074
|
-
.
|
|
3075
|
+
._1MNrP._2sSDI.uui-input-box {
|
|
3075
3076
|
min-height: 30px;
|
|
3076
3077
|
border-width: 1px;
|
|
3077
3078
|
}
|
|
3078
|
-
.
|
|
3079
|
+
._1MNrP._2sSDI .uui-input {
|
|
3079
3080
|
line-height: 18px;
|
|
3080
3081
|
font-size: 14px;
|
|
3081
3082
|
padding-top: 6px;
|
|
@@ -3083,18 +3084,18 @@
|
|
|
3083
3084
|
padding-top: 3px;
|
|
3084
3085
|
padding-bottom: 3px;
|
|
3085
3086
|
}
|
|
3086
|
-
.
|
|
3087
|
+
._1MNrP._2sSDI :not(.uui-button-box) > .uui-icon {
|
|
3087
3088
|
height: 24px;
|
|
3088
3089
|
margin-bottom: 2px;
|
|
3089
3090
|
}
|
|
3090
|
-
.
|
|
3091
|
+
._1MNrP._1ZzIC {
|
|
3091
3092
|
min-width: 36px;
|
|
3092
3093
|
}
|
|
3093
|
-
.
|
|
3094
|
+
._1MNrP._1ZzIC.uui-input-box {
|
|
3094
3095
|
min-height: 36px;
|
|
3095
3096
|
border-width: 1px;
|
|
3096
3097
|
}
|
|
3097
|
-
.
|
|
3098
|
+
._1MNrP._1ZzIC .uui-input {
|
|
3098
3099
|
line-height: 18px;
|
|
3099
3100
|
font-size: 14px;
|
|
3100
3101
|
padding-top: 9px;
|
|
@@ -3102,18 +3103,18 @@
|
|
|
3102
3103
|
padding-top: 6px;
|
|
3103
3104
|
padding-bottom: 6px;
|
|
3104
3105
|
}
|
|
3105
|
-
.
|
|
3106
|
+
._1MNrP._1ZzIC :not(.uui-button-box) > .uui-icon {
|
|
3106
3107
|
height: 30px;
|
|
3107
3108
|
margin-bottom: 2px;
|
|
3108
3109
|
}
|
|
3109
|
-
.
|
|
3110
|
+
._1MNrP.iVx6V {
|
|
3110
3111
|
min-width: 42px;
|
|
3111
3112
|
}
|
|
3112
|
-
.
|
|
3113
|
+
._1MNrP.iVx6V.uui-input-box {
|
|
3113
3114
|
min-height: 42px;
|
|
3114
3115
|
border-width: 1px;
|
|
3115
3116
|
}
|
|
3116
|
-
.
|
|
3117
|
+
._1MNrP.iVx6V .uui-input {
|
|
3117
3118
|
line-height: 24px;
|
|
3118
3119
|
font-size: 16px;
|
|
3119
3120
|
padding-top: 9px;
|
|
@@ -3121,18 +3122,18 @@
|
|
|
3121
3122
|
padding-top: 6px;
|
|
3122
3123
|
padding-bottom: 6px;
|
|
3123
3124
|
}
|
|
3124
|
-
.
|
|
3125
|
+
._1MNrP.iVx6V :not(.uui-button-box) > .uui-icon {
|
|
3125
3126
|
height: 36px;
|
|
3126
3127
|
margin-bottom: 2px;
|
|
3127
3128
|
}
|
|
3128
|
-
.
|
|
3129
|
+
._1MNrP._3c6OL {
|
|
3129
3130
|
min-width: 48px;
|
|
3130
3131
|
}
|
|
3131
|
-
.
|
|
3132
|
+
._1MNrP._3c6OL.uui-input-box {
|
|
3132
3133
|
min-height: 48px;
|
|
3133
3134
|
border-width: 1px;
|
|
3134
3135
|
}
|
|
3135
|
-
.
|
|
3136
|
+
._1MNrP._3c6OL .uui-input {
|
|
3136
3137
|
line-height: 24px;
|
|
3137
3138
|
font-size: 16px;
|
|
3138
3139
|
padding-top: 12px;
|
|
@@ -3140,67 +3141,67 @@
|
|
|
3140
3141
|
padding-top: 9px;
|
|
3141
3142
|
padding-bottom: 9px;
|
|
3142
3143
|
}
|
|
3143
|
-
.
|
|
3144
|
+
._1MNrP._3c6OL :not(.uui-button-box) > .uui-icon {
|
|
3144
3145
|
height: 42px;
|
|
3145
3146
|
margin-bottom: 2px;
|
|
3146
3147
|
}
|
|
3147
|
-
.
|
|
3148
|
+
._3xgZt ._3cnyJ {
|
|
3148
3149
|
padding-top: 3px;
|
|
3149
3150
|
padding-bottom: 3px;
|
|
3150
3151
|
}
|
|
3151
|
-
.
|
|
3152
|
+
._3xgZt ._1b_4r {
|
|
3152
3153
|
padding-top: 6px;
|
|
3153
3154
|
padding-bottom: 6px;
|
|
3154
3155
|
}
|
|
3155
|
-
.
|
|
3156
|
+
._3xgZt ._3OELK {
|
|
3156
3157
|
padding-top: 6px;
|
|
3157
3158
|
padding-bottom: 6px;
|
|
3158
3159
|
}
|
|
3159
|
-
.
|
|
3160
|
+
._3xgZt ._1n_4O {
|
|
3160
3161
|
padding-top: 9px;
|
|
3161
3162
|
padding-bottom: 9px;
|
|
3162
3163
|
}
|
|
3163
|
-
.
|
|
3164
|
+
._3xgZt ._2zJMh {
|
|
3164
3165
|
padding-top: 9px;
|
|
3165
3166
|
padding-bottom: 9px;
|
|
3166
3167
|
}
|
|
3167
3168
|
@media screen and (max-width: 720px) {
|
|
3168
|
-
.
|
|
3169
|
+
._3g4AO {
|
|
3169
3170
|
height: var(--app-mobile-height);
|
|
3170
3171
|
}
|
|
3171
3172
|
}
|
|
3172
3173
|
|
|
3173
|
-
.
|
|
3174
|
+
._1q1j8 {
|
|
3174
3175
|
border-top: 1px solid var(--divider-color);
|
|
3175
3176
|
background: white;
|
|
3176
3177
|
padding: 0 12px;
|
|
3177
3178
|
display: flex;
|
|
3178
3179
|
}
|
|
3179
|
-
.
|
|
3180
|
+
._1q1j8._3OIF4 {
|
|
3180
3181
|
min-height: 24px;
|
|
3181
3182
|
}
|
|
3182
|
-
.
|
|
3183
|
+
._1q1j8._1lgyT {
|
|
3183
3184
|
min-height: 30px;
|
|
3184
3185
|
}
|
|
3185
|
-
.
|
|
3186
|
+
._1q1j8._1lgyT .uui-caption {
|
|
3186
3187
|
font-size: 14px;
|
|
3187
3188
|
}
|
|
3188
|
-
.
|
|
3189
|
+
._1q1j8._2RFAS {
|
|
3189
3190
|
min-height: 36px;
|
|
3190
3191
|
}
|
|
3191
|
-
.
|
|
3192
|
+
._1q1j8.m58GW {
|
|
3192
3193
|
min-height: 42px;
|
|
3193
3194
|
}
|
|
3194
|
-
.
|
|
3195
|
+
._1q1j8.m58GW .uui-caption {
|
|
3195
3196
|
font-size: 16px;
|
|
3196
3197
|
}
|
|
3197
|
-
.
|
|
3198
|
+
._1q1j8._1wFhq {
|
|
3198
3199
|
min-height: 48px;
|
|
3199
3200
|
}
|
|
3200
|
-
.
|
|
3201
|
+
._1q1j8._1wFhq .uui-caption {
|
|
3201
3202
|
font-size: 16px;
|
|
3202
3203
|
}
|
|
3203
|
-
.
|
|
3204
|
+
._2Qlsx {
|
|
3204
3205
|
margin: 9px 0;
|
|
3205
3206
|
}
|
|
3206
3207
|
|