@vuetify/nightly 3.6.5-master.2024-05-11 → 3.6.5-master.2024-05-13
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/CHANGELOG.md +12 -2
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +152 -152
- package/dist/json/web-types.json +3 -3
- package/dist/vuetify-labs.css +1536 -1796
- package/dist/vuetify-labs.d.ts +1 -1
- package/dist/vuetify-labs.esm.js +19 -9
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +19 -9
- package/dist/vuetify-labs.min.css +3 -3
- package/dist/vuetify.css +1020 -1280
- package/dist/vuetify.d.ts +46 -46
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +3 -3
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +46 -46
- package/lib/labs/VNumberInput/VNumberInput.mjs +16 -6
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +1 -1
- package/lib/labs/components.d.mts +1 -1
- package/lib/styles/generic/_colors.scss +0 -1
- package/lib/styles/main.css +0 -260
- package/package.json +1 -1
package/dist/vuetify-labs.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.5-master.2024-05-
|
2
|
+
* Vuetify v3.6.5-master.2024-05-13
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -16,1561 +16,1301 @@
|
|
16
16
|
}
|
17
17
|
.bg-black {
|
18
18
|
background-color: #000000 !important;
|
19
|
-
--v-theme-on-surface: #FFFFFF !important;
|
20
19
|
color: #FFFFFF !important;
|
21
20
|
}
|
22
21
|
|
23
22
|
.bg-white {
|
24
23
|
background-color: #FFFFFF !important;
|
25
|
-
--v-theme-on-surface: #000000 !important;
|
26
24
|
color: #000000 !important;
|
27
25
|
}
|
28
26
|
|
29
27
|
.bg-transparent {
|
30
28
|
background-color: transparent !important;
|
31
|
-
--v-theme-on-surface: currentColor !important;
|
32
29
|
color: currentColor !important;
|
33
30
|
}
|
34
31
|
|
35
32
|
.bg-red {
|
36
33
|
background-color: #F44336 !important;
|
37
|
-
--v-theme-on-surface: #FFFFFF !important;
|
38
34
|
color: #FFFFFF !important;
|
39
35
|
}
|
40
36
|
|
41
37
|
.bg-red-lighten-5 {
|
42
38
|
background-color: #FFEBEE !important;
|
43
|
-
--v-theme-on-surface: #000000 !important;
|
44
39
|
color: #000000 !important;
|
45
40
|
}
|
46
41
|
|
47
42
|
.bg-red-lighten-4 {
|
48
43
|
background-color: #FFCDD2 !important;
|
49
|
-
--v-theme-on-surface: #000000 !important;
|
50
44
|
color: #000000 !important;
|
51
45
|
}
|
52
46
|
|
53
47
|
.bg-red-lighten-3 {
|
54
48
|
background-color: #EF9A9A !important;
|
55
|
-
--v-theme-on-surface: #000000 !important;
|
56
49
|
color: #000000 !important;
|
57
50
|
}
|
58
51
|
|
59
52
|
.bg-red-lighten-2 {
|
60
53
|
background-color: #E57373 !important;
|
61
|
-
--v-theme-on-surface: #FFFFFF !important;
|
62
54
|
color: #FFFFFF !important;
|
63
55
|
}
|
64
56
|
|
65
57
|
.bg-red-lighten-1 {
|
66
58
|
background-color: #EF5350 !important;
|
67
|
-
--v-theme-on-surface: #FFFFFF !important;
|
68
59
|
color: #FFFFFF !important;
|
69
60
|
}
|
70
61
|
|
71
62
|
.bg-red-darken-1 {
|
72
63
|
background-color: #E53935 !important;
|
73
|
-
--v-theme-on-surface: #FFFFFF !important;
|
74
64
|
color: #FFFFFF !important;
|
75
65
|
}
|
76
66
|
|
77
67
|
.bg-red-darken-2 {
|
78
68
|
background-color: #D32F2F !important;
|
79
|
-
--v-theme-on-surface: #FFFFFF !important;
|
80
69
|
color: #FFFFFF !important;
|
81
70
|
}
|
82
71
|
|
83
72
|
.bg-red-darken-3 {
|
84
73
|
background-color: #C62828 !important;
|
85
|
-
--v-theme-on-surface: #FFFFFF !important;
|
86
74
|
color: #FFFFFF !important;
|
87
75
|
}
|
88
76
|
|
89
77
|
.bg-red-darken-4 {
|
90
78
|
background-color: #B71C1C !important;
|
91
|
-
--v-theme-on-surface: #FFFFFF !important;
|
92
79
|
color: #FFFFFF !important;
|
93
80
|
}
|
94
81
|
|
95
82
|
.bg-red-accent-1 {
|
96
83
|
background-color: #FF8A80 !important;
|
97
|
-
--v-theme-on-surface: #000000 !important;
|
98
84
|
color: #000000 !important;
|
99
85
|
}
|
100
86
|
|
101
87
|
.bg-red-accent-2 {
|
102
88
|
background-color: #FF5252 !important;
|
103
|
-
--v-theme-on-surface: #FFFFFF !important;
|
104
89
|
color: #FFFFFF !important;
|
105
90
|
}
|
106
91
|
|
107
92
|
.bg-red-accent-3 {
|
108
93
|
background-color: #FF1744 !important;
|
109
|
-
--v-theme-on-surface: #FFFFFF !important;
|
110
94
|
color: #FFFFFF !important;
|
111
95
|
}
|
112
96
|
|
113
97
|
.bg-red-accent-4 {
|
114
98
|
background-color: #D50000 !important;
|
115
|
-
--v-theme-on-surface: #FFFFFF !important;
|
116
99
|
color: #FFFFFF !important;
|
117
100
|
}
|
118
101
|
|
119
102
|
.bg-pink {
|
120
103
|
background-color: #e91e63 !important;
|
121
|
-
--v-theme-on-surface: #FFFFFF !important;
|
122
104
|
color: #FFFFFF !important;
|
123
105
|
}
|
124
106
|
|
125
107
|
.bg-pink-lighten-5 {
|
126
108
|
background-color: #fce4ec !important;
|
127
|
-
--v-theme-on-surface: #000000 !important;
|
128
109
|
color: #000000 !important;
|
129
110
|
}
|
130
111
|
|
131
112
|
.bg-pink-lighten-4 {
|
132
113
|
background-color: #f8bbd0 !important;
|
133
|
-
--v-theme-on-surface: #000000 !important;
|
134
114
|
color: #000000 !important;
|
135
115
|
}
|
136
116
|
|
137
117
|
.bg-pink-lighten-3 {
|
138
118
|
background-color: #f48fb1 !important;
|
139
|
-
--v-theme-on-surface: #000000 !important;
|
140
119
|
color: #000000 !important;
|
141
120
|
}
|
142
121
|
|
143
122
|
.bg-pink-lighten-2 {
|
144
123
|
background-color: #f06292 !important;
|
145
|
-
--v-theme-on-surface: #FFFFFF !important;
|
146
124
|
color: #FFFFFF !important;
|
147
125
|
}
|
148
126
|
|
149
127
|
.bg-pink-lighten-1 {
|
150
128
|
background-color: #ec407a !important;
|
151
|
-
--v-theme-on-surface: #FFFFFF !important;
|
152
129
|
color: #FFFFFF !important;
|
153
130
|
}
|
154
131
|
|
155
132
|
.bg-pink-darken-1 {
|
156
133
|
background-color: #d81b60 !important;
|
157
|
-
--v-theme-on-surface: #FFFFFF !important;
|
158
134
|
color: #FFFFFF !important;
|
159
135
|
}
|
160
136
|
|
161
137
|
.bg-pink-darken-2 {
|
162
138
|
background-color: #c2185b !important;
|
163
|
-
--v-theme-on-surface: #FFFFFF !important;
|
164
139
|
color: #FFFFFF !important;
|
165
140
|
}
|
166
141
|
|
167
142
|
.bg-pink-darken-3 {
|
168
143
|
background-color: #ad1457 !important;
|
169
|
-
--v-theme-on-surface: #FFFFFF !important;
|
170
144
|
color: #FFFFFF !important;
|
171
145
|
}
|
172
146
|
|
173
147
|
.bg-pink-darken-4 {
|
174
148
|
background-color: #880e4f !important;
|
175
|
-
--v-theme-on-surface: #FFFFFF !important;
|
176
149
|
color: #FFFFFF !important;
|
177
150
|
}
|
178
151
|
|
179
152
|
.bg-pink-accent-1 {
|
180
153
|
background-color: #ff80ab !important;
|
181
|
-
--v-theme-on-surface: #FFFFFF !important;
|
182
154
|
color: #FFFFFF !important;
|
183
155
|
}
|
184
156
|
|
185
157
|
.bg-pink-accent-2 {
|
186
158
|
background-color: #ff4081 !important;
|
187
|
-
--v-theme-on-surface: #FFFFFF !important;
|
188
159
|
color: #FFFFFF !important;
|
189
160
|
}
|
190
161
|
|
191
162
|
.bg-pink-accent-3 {
|
192
163
|
background-color: #f50057 !important;
|
193
|
-
--v-theme-on-surface: #FFFFFF !important;
|
194
164
|
color: #FFFFFF !important;
|
195
165
|
}
|
196
166
|
|
197
167
|
.bg-pink-accent-4 {
|
198
168
|
background-color: #c51162 !important;
|
199
|
-
--v-theme-on-surface: #FFFFFF !important;
|
200
169
|
color: #FFFFFF !important;
|
201
170
|
}
|
202
171
|
|
203
172
|
.bg-purple {
|
204
173
|
background-color: #9c27b0 !important;
|
205
|
-
--v-theme-on-surface: #FFFFFF !important;
|
206
174
|
color: #FFFFFF !important;
|
207
175
|
}
|
208
176
|
|
209
177
|
.bg-purple-lighten-5 {
|
210
178
|
background-color: #f3e5f5 !important;
|
211
|
-
--v-theme-on-surface: #000000 !important;
|
212
179
|
color: #000000 !important;
|
213
180
|
}
|
214
181
|
|
215
182
|
.bg-purple-lighten-4 {
|
216
183
|
background-color: #e1bee7 !important;
|
217
|
-
--v-theme-on-surface: #000000 !important;
|
218
184
|
color: #000000 !important;
|
219
185
|
}
|
220
186
|
|
221
187
|
.bg-purple-lighten-3 {
|
222
188
|
background-color: #ce93d8 !important;
|
223
|
-
--v-theme-on-surface: #FFFFFF !important;
|
224
189
|
color: #FFFFFF !important;
|
225
190
|
}
|
226
191
|
|
227
192
|
.bg-purple-lighten-2 {
|
228
193
|
background-color: #ba68c8 !important;
|
229
|
-
--v-theme-on-surface: #FFFFFF !important;
|
230
194
|
color: #FFFFFF !important;
|
231
195
|
}
|
232
196
|
|
233
197
|
.bg-purple-lighten-1 {
|
234
198
|
background-color: #ab47bc !important;
|
235
|
-
--v-theme-on-surface: #FFFFFF !important;
|
236
199
|
color: #FFFFFF !important;
|
237
200
|
}
|
238
201
|
|
239
202
|
.bg-purple-darken-1 {
|
240
203
|
background-color: #8e24aa !important;
|
241
|
-
--v-theme-on-surface: #FFFFFF !important;
|
242
204
|
color: #FFFFFF !important;
|
243
205
|
}
|
244
206
|
|
245
207
|
.bg-purple-darken-2 {
|
246
208
|
background-color: #7b1fa2 !important;
|
247
|
-
--v-theme-on-surface: #FFFFFF !important;
|
248
209
|
color: #FFFFFF !important;
|
249
210
|
}
|
250
211
|
|
251
212
|
.bg-purple-darken-3 {
|
252
213
|
background-color: #6a1b9a !important;
|
253
|
-
--v-theme-on-surface: #FFFFFF !important;
|
254
214
|
color: #FFFFFF !important;
|
255
215
|
}
|
256
216
|
|
257
217
|
.bg-purple-darken-4 {
|
258
218
|
background-color: #4a148c !important;
|
259
|
-
--v-theme-on-surface: #FFFFFF !important;
|
260
219
|
color: #FFFFFF !important;
|
261
220
|
}
|
262
221
|
|
263
222
|
.bg-purple-accent-1 {
|
264
223
|
background-color: #ea80fc !important;
|
265
|
-
--v-theme-on-surface: #FFFFFF !important;
|
266
224
|
color: #FFFFFF !important;
|
267
225
|
}
|
268
226
|
|
269
227
|
.bg-purple-accent-2 {
|
270
228
|
background-color: #e040fb !important;
|
271
|
-
--v-theme-on-surface: #FFFFFF !important;
|
272
229
|
color: #FFFFFF !important;
|
273
230
|
}
|
274
231
|
|
275
232
|
.bg-purple-accent-3 {
|
276
233
|
background-color: #d500f9 !important;
|
277
|
-
--v-theme-on-surface: #FFFFFF !important;
|
278
234
|
color: #FFFFFF !important;
|
279
235
|
}
|
280
236
|
|
281
237
|
.bg-purple-accent-4 {
|
282
238
|
background-color: #aa00ff !important;
|
283
|
-
--v-theme-on-surface: #FFFFFF !important;
|
284
239
|
color: #FFFFFF !important;
|
285
240
|
}
|
286
241
|
|
287
242
|
.bg-deep-purple {
|
288
243
|
background-color: #673ab7 !important;
|
289
|
-
--v-theme-on-surface: #FFFFFF !important;
|
290
244
|
color: #FFFFFF !important;
|
291
245
|
}
|
292
246
|
|
293
247
|
.bg-deep-purple-lighten-5 {
|
294
248
|
background-color: #ede7f6 !important;
|
295
|
-
--v-theme-on-surface: #000000 !important;
|
296
249
|
color: #000000 !important;
|
297
250
|
}
|
298
251
|
|
299
252
|
.bg-deep-purple-lighten-4 {
|
300
253
|
background-color: #d1c4e9 !important;
|
301
|
-
--v-theme-on-surface: #000000 !important;
|
302
254
|
color: #000000 !important;
|
303
255
|
}
|
304
256
|
|
305
257
|
.bg-deep-purple-lighten-3 {
|
306
258
|
background-color: #b39ddb !important;
|
307
|
-
--v-theme-on-surface: #FFFFFF !important;
|
308
259
|
color: #FFFFFF !important;
|
309
260
|
}
|
310
261
|
|
311
262
|
.bg-deep-purple-lighten-2 {
|
312
263
|
background-color: #9575cd !important;
|
313
|
-
--v-theme-on-surface: #FFFFFF !important;
|
314
264
|
color: #FFFFFF !important;
|
315
265
|
}
|
316
266
|
|
317
267
|
.bg-deep-purple-lighten-1 {
|
318
268
|
background-color: #7e57c2 !important;
|
319
|
-
--v-theme-on-surface: #FFFFFF !important;
|
320
269
|
color: #FFFFFF !important;
|
321
270
|
}
|
322
271
|
|
323
272
|
.bg-deep-purple-darken-1 {
|
324
273
|
background-color: #5e35b1 !important;
|
325
|
-
--v-theme-on-surface: #FFFFFF !important;
|
326
274
|
color: #FFFFFF !important;
|
327
275
|
}
|
328
276
|
|
329
277
|
.bg-deep-purple-darken-2 {
|
330
278
|
background-color: #512da8 !important;
|
331
|
-
--v-theme-on-surface: #FFFFFF !important;
|
332
279
|
color: #FFFFFF !important;
|
333
280
|
}
|
334
281
|
|
335
282
|
.bg-deep-purple-darken-3 {
|
336
283
|
background-color: #4527a0 !important;
|
337
|
-
--v-theme-on-surface: #FFFFFF !important;
|
338
284
|
color: #FFFFFF !important;
|
339
285
|
}
|
340
286
|
|
341
287
|
.bg-deep-purple-darken-4 {
|
342
288
|
background-color: #311b92 !important;
|
343
|
-
--v-theme-on-surface: #FFFFFF !important;
|
344
289
|
color: #FFFFFF !important;
|
345
290
|
}
|
346
291
|
|
347
292
|
.bg-deep-purple-accent-1 {
|
348
293
|
background-color: #b388ff !important;
|
349
|
-
--v-theme-on-surface: #FFFFFF !important;
|
350
294
|
color: #FFFFFF !important;
|
351
295
|
}
|
352
296
|
|
353
297
|
.bg-deep-purple-accent-2 {
|
354
298
|
background-color: #7c4dff !important;
|
355
|
-
--v-theme-on-surface: #FFFFFF !important;
|
356
299
|
color: #FFFFFF !important;
|
357
300
|
}
|
358
301
|
|
359
302
|
.bg-deep-purple-accent-3 {
|
360
303
|
background-color: #651fff !important;
|
361
|
-
--v-theme-on-surface: #FFFFFF !important;
|
362
304
|
color: #FFFFFF !important;
|
363
305
|
}
|
364
306
|
|
365
307
|
.bg-deep-purple-accent-4 {
|
366
308
|
background-color: #6200ea !important;
|
367
|
-
--v-theme-on-surface: #FFFFFF !important;
|
368
309
|
color: #FFFFFF !important;
|
369
310
|
}
|
370
311
|
|
371
312
|
.bg-indigo {
|
372
313
|
background-color: #3f51b5 !important;
|
373
|
-
--v-theme-on-surface: #FFFFFF !important;
|
374
314
|
color: #FFFFFF !important;
|
375
315
|
}
|
376
316
|
|
377
317
|
.bg-indigo-lighten-5 {
|
378
318
|
background-color: #e8eaf6 !important;
|
379
|
-
--v-theme-on-surface: #000000 !important;
|
380
319
|
color: #000000 !important;
|
381
320
|
}
|
382
321
|
|
383
322
|
.bg-indigo-lighten-4 {
|
384
323
|
background-color: #c5cae9 !important;
|
385
|
-
--v-theme-on-surface: #000000 !important;
|
386
324
|
color: #000000 !important;
|
387
325
|
}
|
388
326
|
|
389
327
|
.bg-indigo-lighten-3 {
|
390
328
|
background-color: #9fa8da !important;
|
391
|
-
--v-theme-on-surface: #FFFFFF !important;
|
392
329
|
color: #FFFFFF !important;
|
393
330
|
}
|
394
331
|
|
395
332
|
.bg-indigo-lighten-2 {
|
396
333
|
background-color: #7986cb !important;
|
397
|
-
--v-theme-on-surface: #FFFFFF !important;
|
398
334
|
color: #FFFFFF !important;
|
399
335
|
}
|
400
336
|
|
401
337
|
.bg-indigo-lighten-1 {
|
402
338
|
background-color: #5c6bc0 !important;
|
403
|
-
--v-theme-on-surface: #FFFFFF !important;
|
404
339
|
color: #FFFFFF !important;
|
405
340
|
}
|
406
341
|
|
407
342
|
.bg-indigo-darken-1 {
|
408
343
|
background-color: #3949ab !important;
|
409
|
-
--v-theme-on-surface: #FFFFFF !important;
|
410
344
|
color: #FFFFFF !important;
|
411
345
|
}
|
412
346
|
|
413
347
|
.bg-indigo-darken-2 {
|
414
348
|
background-color: #303f9f !important;
|
415
|
-
--v-theme-on-surface: #FFFFFF !important;
|
416
349
|
color: #FFFFFF !important;
|
417
350
|
}
|
418
351
|
|
419
352
|
.bg-indigo-darken-3 {
|
420
353
|
background-color: #283593 !important;
|
421
|
-
--v-theme-on-surface: #FFFFFF !important;
|
422
354
|
color: #FFFFFF !important;
|
423
355
|
}
|
424
356
|
|
425
357
|
.bg-indigo-darken-4 {
|
426
358
|
background-color: #1a237e !important;
|
427
|
-
--v-theme-on-surface: #FFFFFF !important;
|
428
359
|
color: #FFFFFF !important;
|
429
360
|
}
|
430
361
|
|
431
362
|
.bg-indigo-accent-1 {
|
432
363
|
background-color: #8c9eff !important;
|
433
|
-
--v-theme-on-surface: #FFFFFF !important;
|
434
364
|
color: #FFFFFF !important;
|
435
365
|
}
|
436
366
|
|
437
367
|
.bg-indigo-accent-2 {
|
438
368
|
background-color: #536dfe !important;
|
439
|
-
--v-theme-on-surface: #FFFFFF !important;
|
440
369
|
color: #FFFFFF !important;
|
441
370
|
}
|
442
371
|
|
443
372
|
.bg-indigo-accent-3 {
|
444
373
|
background-color: #3d5afe !important;
|
445
|
-
--v-theme-on-surface: #FFFFFF !important;
|
446
374
|
color: #FFFFFF !important;
|
447
375
|
}
|
448
376
|
|
449
377
|
.bg-indigo-accent-4 {
|
450
378
|
background-color: #304ffe !important;
|
451
|
-
--v-theme-on-surface: #FFFFFF !important;
|
452
379
|
color: #FFFFFF !important;
|
453
380
|
}
|
454
381
|
|
455
382
|
.bg-blue {
|
456
383
|
background-color: #2196F3 !important;
|
457
|
-
--v-theme-on-surface: #FFFFFF !important;
|
458
384
|
color: #FFFFFF !important;
|
459
385
|
}
|
460
386
|
|
461
387
|
.bg-blue-lighten-5 {
|
462
388
|
background-color: #E3F2FD !important;
|
463
|
-
--v-theme-on-surface: #000000 !important;
|
464
389
|
color: #000000 !important;
|
465
390
|
}
|
466
391
|
|
467
392
|
.bg-blue-lighten-4 {
|
468
393
|
background-color: #BBDEFB !important;
|
469
|
-
--v-theme-on-surface: #000000 !important;
|
470
394
|
color: #000000 !important;
|
471
395
|
}
|
472
396
|
|
473
397
|
.bg-blue-lighten-3 {
|
474
398
|
background-color: #90CAF9 !important;
|
475
|
-
--v-theme-on-surface: #000000 !important;
|
476
399
|
color: #000000 !important;
|
477
400
|
}
|
478
401
|
|
479
402
|
.bg-blue-lighten-2 {
|
480
403
|
background-color: #64B5F6 !important;
|
481
|
-
--v-theme-on-surface: #000000 !important;
|
482
404
|
color: #000000 !important;
|
483
405
|
}
|
484
406
|
|
485
407
|
.bg-blue-lighten-1 {
|
486
408
|
background-color: #42A5F5 !important;
|
487
|
-
--v-theme-on-surface: #FFFFFF !important;
|
488
409
|
color: #FFFFFF !important;
|
489
410
|
}
|
490
411
|
|
491
412
|
.bg-blue-darken-1 {
|
492
413
|
background-color: #1E88E5 !important;
|
493
|
-
--v-theme-on-surface: #FFFFFF !important;
|
494
414
|
color: #FFFFFF !important;
|
495
415
|
}
|
496
416
|
|
497
417
|
.bg-blue-darken-2 {
|
498
418
|
background-color: #1976D2 !important;
|
499
|
-
--v-theme-on-surface: #FFFFFF !important;
|
500
419
|
color: #FFFFFF !important;
|
501
420
|
}
|
502
421
|
|
503
422
|
.bg-blue-darken-3 {
|
504
423
|
background-color: #1565C0 !important;
|
505
|
-
--v-theme-on-surface: #FFFFFF !important;
|
506
424
|
color: #FFFFFF !important;
|
507
425
|
}
|
508
426
|
|
509
427
|
.bg-blue-darken-4 {
|
510
428
|
background-color: #0D47A1 !important;
|
511
|
-
--v-theme-on-surface: #FFFFFF !important;
|
512
429
|
color: #FFFFFF !important;
|
513
430
|
}
|
514
431
|
|
515
432
|
.bg-blue-accent-1 {
|
516
433
|
background-color: #82B1FF !important;
|
517
|
-
--v-theme-on-surface: #000000 !important;
|
518
434
|
color: #000000 !important;
|
519
435
|
}
|
520
436
|
|
521
437
|
.bg-blue-accent-2 {
|
522
438
|
background-color: #448AFF !important;
|
523
|
-
--v-theme-on-surface: #FFFFFF !important;
|
524
439
|
color: #FFFFFF !important;
|
525
440
|
}
|
526
441
|
|
527
442
|
.bg-blue-accent-3 {
|
528
443
|
background-color: #2979FF !important;
|
529
|
-
--v-theme-on-surface: #FFFFFF !important;
|
530
444
|
color: #FFFFFF !important;
|
531
445
|
}
|
532
446
|
|
533
447
|
.bg-blue-accent-4 {
|
534
448
|
background-color: #2962FF !important;
|
535
|
-
--v-theme-on-surface: #FFFFFF !important;
|
536
449
|
color: #FFFFFF !important;
|
537
450
|
}
|
538
451
|
|
539
452
|
.bg-light-blue {
|
540
453
|
background-color: #03a9f4 !important;
|
541
|
-
--v-theme-on-surface: #FFFFFF !important;
|
542
454
|
color: #FFFFFF !important;
|
543
455
|
}
|
544
456
|
|
545
457
|
.bg-light-blue-lighten-5 {
|
546
458
|
background-color: #e1f5fe !important;
|
547
|
-
--v-theme-on-surface: #000000 !important;
|
548
459
|
color: #000000 !important;
|
549
460
|
}
|
550
461
|
|
551
462
|
.bg-light-blue-lighten-4 {
|
552
463
|
background-color: #b3e5fc !important;
|
553
|
-
--v-theme-on-surface: #000000 !important;
|
554
464
|
color: #000000 !important;
|
555
465
|
}
|
556
466
|
|
557
467
|
.bg-light-blue-lighten-3 {
|
558
468
|
background-color: #81d4fa !important;
|
559
|
-
--v-theme-on-surface: #000000 !important;
|
560
469
|
color: #000000 !important;
|
561
470
|
}
|
562
471
|
|
563
472
|
.bg-light-blue-lighten-2 {
|
564
473
|
background-color: #4fc3f7 !important;
|
565
|
-
--v-theme-on-surface: #000000 !important;
|
566
474
|
color: #000000 !important;
|
567
475
|
}
|
568
476
|
|
569
477
|
.bg-light-blue-lighten-1 {
|
570
478
|
background-color: #29b6f6 !important;
|
571
|
-
--v-theme-on-surface: #000000 !important;
|
572
479
|
color: #000000 !important;
|
573
480
|
}
|
574
481
|
|
575
482
|
.bg-light-blue-darken-1 {
|
576
483
|
background-color: #039be5 !important;
|
577
|
-
--v-theme-on-surface: #FFFFFF !important;
|
578
484
|
color: #FFFFFF !important;
|
579
485
|
}
|
580
486
|
|
581
487
|
.bg-light-blue-darken-2 {
|
582
488
|
background-color: #0288d1 !important;
|
583
|
-
--v-theme-on-surface: #FFFFFF !important;
|
584
489
|
color: #FFFFFF !important;
|
585
490
|
}
|
586
491
|
|
587
492
|
.bg-light-blue-darken-3 {
|
588
493
|
background-color: #0277bd !important;
|
589
|
-
--v-theme-on-surface: #FFFFFF !important;
|
590
494
|
color: #FFFFFF !important;
|
591
495
|
}
|
592
496
|
|
593
497
|
.bg-light-blue-darken-4 {
|
594
498
|
background-color: #01579b !important;
|
595
|
-
--v-theme-on-surface: #FFFFFF !important;
|
596
499
|
color: #FFFFFF !important;
|
597
500
|
}
|
598
501
|
|
599
502
|
.bg-light-blue-accent-1 {
|
600
503
|
background-color: #80d8ff !important;
|
601
|
-
--v-theme-on-surface: #000000 !important;
|
602
504
|
color: #000000 !important;
|
603
505
|
}
|
604
506
|
|
605
507
|
.bg-light-blue-accent-2 {
|
606
508
|
background-color: #40c4ff !important;
|
607
|
-
--v-theme-on-surface: #000000 !important;
|
608
509
|
color: #000000 !important;
|
609
510
|
}
|
610
511
|
|
611
512
|
.bg-light-blue-accent-3 {
|
612
513
|
background-color: #00b0ff !important;
|
613
|
-
--v-theme-on-surface: #FFFFFF !important;
|
614
514
|
color: #FFFFFF !important;
|
615
515
|
}
|
616
516
|
|
617
517
|
.bg-light-blue-accent-4 {
|
618
518
|
background-color: #0091ea !important;
|
619
|
-
--v-theme-on-surface: #FFFFFF !important;
|
620
519
|
color: #FFFFFF !important;
|
621
520
|
}
|
622
521
|
|
623
522
|
.bg-cyan {
|
624
523
|
background-color: #00bcd4 !important;
|
625
|
-
--v-theme-on-surface: #000000 !important;
|
626
524
|
color: #000000 !important;
|
627
525
|
}
|
628
526
|
|
629
527
|
.bg-cyan-lighten-5 {
|
630
528
|
background-color: #e0f7fa !important;
|
631
|
-
--v-theme-on-surface: #000000 !important;
|
632
529
|
color: #000000 !important;
|
633
530
|
}
|
634
531
|
|
635
532
|
.bg-cyan-lighten-4 {
|
636
533
|
background-color: #b2ebf2 !important;
|
637
|
-
--v-theme-on-surface: #000000 !important;
|
638
534
|
color: #000000 !important;
|
639
535
|
}
|
640
536
|
|
641
537
|
.bg-cyan-lighten-3 {
|
642
538
|
background-color: #80deea !important;
|
643
|
-
--v-theme-on-surface: #000000 !important;
|
644
539
|
color: #000000 !important;
|
645
540
|
}
|
646
541
|
|
647
542
|
.bg-cyan-lighten-2 {
|
648
543
|
background-color: #4dd0e1 !important;
|
649
|
-
--v-theme-on-surface: #000000 !important;
|
650
544
|
color: #000000 !important;
|
651
545
|
}
|
652
546
|
|
653
547
|
.bg-cyan-lighten-1 {
|
654
548
|
background-color: #26c6da !important;
|
655
|
-
--v-theme-on-surface: #000000 !important;
|
656
549
|
color: #000000 !important;
|
657
550
|
}
|
658
551
|
|
659
552
|
.bg-cyan-darken-1 {
|
660
553
|
background-color: #00acc1 !important;
|
661
|
-
--v-theme-on-surface: #FFFFFF !important;
|
662
554
|
color: #FFFFFF !important;
|
663
555
|
}
|
664
556
|
|
665
557
|
.bg-cyan-darken-2 {
|
666
558
|
background-color: #0097a7 !important;
|
667
|
-
--v-theme-on-surface: #FFFFFF !important;
|
668
559
|
color: #FFFFFF !important;
|
669
560
|
}
|
670
561
|
|
671
562
|
.bg-cyan-darken-3 {
|
672
563
|
background-color: #00838f !important;
|
673
|
-
--v-theme-on-surface: #FFFFFF !important;
|
674
564
|
color: #FFFFFF !important;
|
675
565
|
}
|
676
566
|
|
677
567
|
.bg-cyan-darken-4 {
|
678
568
|
background-color: #006064 !important;
|
679
|
-
--v-theme-on-surface: #FFFFFF !important;
|
680
569
|
color: #FFFFFF !important;
|
681
570
|
}
|
682
571
|
|
683
572
|
.bg-cyan-accent-1 {
|
684
573
|
background-color: #84ffff !important;
|
685
|
-
--v-theme-on-surface: #000000 !important;
|
686
574
|
color: #000000 !important;
|
687
575
|
}
|
688
576
|
|
689
577
|
.bg-cyan-accent-2 {
|
690
578
|
background-color: #18ffff !important;
|
691
|
-
--v-theme-on-surface: #000000 !important;
|
692
579
|
color: #000000 !important;
|
693
580
|
}
|
694
581
|
|
695
582
|
.bg-cyan-accent-3 {
|
696
583
|
background-color: #00e5ff !important;
|
697
|
-
--v-theme-on-surface: #000000 !important;
|
698
584
|
color: #000000 !important;
|
699
585
|
}
|
700
586
|
|
701
587
|
.bg-cyan-accent-4 {
|
702
588
|
background-color: #00b8d4 !important;
|
703
|
-
--v-theme-on-surface: #FFFFFF !important;
|
704
589
|
color: #FFFFFF !important;
|
705
590
|
}
|
706
591
|
|
707
592
|
.bg-teal {
|
708
593
|
background-color: #009688 !important;
|
709
|
-
--v-theme-on-surface: #FFFFFF !important;
|
710
594
|
color: #FFFFFF !important;
|
711
595
|
}
|
712
596
|
|
713
597
|
.bg-teal-lighten-5 {
|
714
598
|
background-color: #e0f2f1 !important;
|
715
|
-
--v-theme-on-surface: #000000 !important;
|
716
599
|
color: #000000 !important;
|
717
600
|
}
|
718
601
|
|
719
602
|
.bg-teal-lighten-4 {
|
720
603
|
background-color: #b2dfdb !important;
|
721
|
-
--v-theme-on-surface: #000000 !important;
|
722
604
|
color: #000000 !important;
|
723
605
|
}
|
724
606
|
|
725
607
|
.bg-teal-lighten-3 {
|
726
608
|
background-color: #80cbc4 !important;
|
727
|
-
--v-theme-on-surface: #000000 !important;
|
728
609
|
color: #000000 !important;
|
729
610
|
}
|
730
611
|
|
731
612
|
.bg-teal-lighten-2 {
|
732
613
|
background-color: #4db6ac !important;
|
733
|
-
--v-theme-on-surface: #FFFFFF !important;
|
734
614
|
color: #FFFFFF !important;
|
735
615
|
}
|
736
616
|
|
737
617
|
.bg-teal-lighten-1 {
|
738
618
|
background-color: #26a69a !important;
|
739
|
-
--v-theme-on-surface: #FFFFFF !important;
|
740
619
|
color: #FFFFFF !important;
|
741
620
|
}
|
742
621
|
|
743
622
|
.bg-teal-darken-1 {
|
744
623
|
background-color: #00897b !important;
|
745
|
-
--v-theme-on-surface: #FFFFFF !important;
|
746
624
|
color: #FFFFFF !important;
|
747
625
|
}
|
748
626
|
|
749
627
|
.bg-teal-darken-2 {
|
750
628
|
background-color: #00796b !important;
|
751
|
-
--v-theme-on-surface: #FFFFFF !important;
|
752
629
|
color: #FFFFFF !important;
|
753
630
|
}
|
754
631
|
|
755
632
|
.bg-teal-darken-3 {
|
756
633
|
background-color: #00695c !important;
|
757
|
-
--v-theme-on-surface: #FFFFFF !important;
|
758
634
|
color: #FFFFFF !important;
|
759
635
|
}
|
760
636
|
|
761
637
|
.bg-teal-darken-4 {
|
762
638
|
background-color: #004d40 !important;
|
763
|
-
--v-theme-on-surface: #FFFFFF !important;
|
764
639
|
color: #FFFFFF !important;
|
765
640
|
}
|
766
641
|
|
767
642
|
.bg-teal-accent-1 {
|
768
643
|
background-color: #a7ffeb !important;
|
769
|
-
--v-theme-on-surface: #000000 !important;
|
770
644
|
color: #000000 !important;
|
771
645
|
}
|
772
646
|
|
773
647
|
.bg-teal-accent-2 {
|
774
648
|
background-color: #64ffda !important;
|
775
|
-
--v-theme-on-surface: #000000 !important;
|
776
649
|
color: #000000 !important;
|
777
650
|
}
|
778
651
|
|
779
652
|
.bg-teal-accent-3 {
|
780
653
|
background-color: #1de9b6 !important;
|
781
|
-
--v-theme-on-surface: #000000 !important;
|
782
654
|
color: #000000 !important;
|
783
655
|
}
|
784
656
|
|
785
657
|
.bg-teal-accent-4 {
|
786
658
|
background-color: #00bfa5 !important;
|
787
|
-
--v-theme-on-surface: #FFFFFF !important;
|
788
659
|
color: #FFFFFF !important;
|
789
660
|
}
|
790
661
|
|
791
662
|
.bg-green {
|
792
663
|
background-color: #4CAF50 !important;
|
793
|
-
--v-theme-on-surface: #FFFFFF !important;
|
794
664
|
color: #FFFFFF !important;
|
795
665
|
}
|
796
666
|
|
797
667
|
.bg-green-lighten-5 {
|
798
668
|
background-color: #E8F5E9 !important;
|
799
|
-
--v-theme-on-surface: #000000 !important;
|
800
669
|
color: #000000 !important;
|
801
670
|
}
|
802
671
|
|
803
672
|
.bg-green-lighten-4 {
|
804
673
|
background-color: #C8E6C9 !important;
|
805
|
-
--v-theme-on-surface: #000000 !important;
|
806
674
|
color: #000000 !important;
|
807
675
|
}
|
808
676
|
|
809
677
|
.bg-green-lighten-3 {
|
810
678
|
background-color: #A5D6A7 !important;
|
811
|
-
--v-theme-on-surface: #000000 !important;
|
812
679
|
color: #000000 !important;
|
813
680
|
}
|
814
681
|
|
815
682
|
.bg-green-lighten-2 {
|
816
683
|
background-color: #81C784 !important;
|
817
|
-
--v-theme-on-surface: #000000 !important;
|
818
684
|
color: #000000 !important;
|
819
685
|
}
|
820
686
|
|
821
687
|
.bg-green-lighten-1 {
|
822
688
|
background-color: #66BB6A !important;
|
823
|
-
--v-theme-on-surface: #FFFFFF !important;
|
824
689
|
color: #FFFFFF !important;
|
825
690
|
}
|
826
691
|
|
827
692
|
.bg-green-darken-1 {
|
828
693
|
background-color: #43A047 !important;
|
829
|
-
--v-theme-on-surface: #FFFFFF !important;
|
830
694
|
color: #FFFFFF !important;
|
831
695
|
}
|
832
696
|
|
833
697
|
.bg-green-darken-2 {
|
834
698
|
background-color: #388E3C !important;
|
835
|
-
--v-theme-on-surface: #FFFFFF !important;
|
836
699
|
color: #FFFFFF !important;
|
837
700
|
}
|
838
701
|
|
839
702
|
.bg-green-darken-3 {
|
840
703
|
background-color: #2E7D32 !important;
|
841
|
-
--v-theme-on-surface: #FFFFFF !important;
|
842
704
|
color: #FFFFFF !important;
|
843
705
|
}
|
844
706
|
|
845
707
|
.bg-green-darken-4 {
|
846
708
|
background-color: #1B5E20 !important;
|
847
|
-
--v-theme-on-surface: #FFFFFF !important;
|
848
709
|
color: #FFFFFF !important;
|
849
710
|
}
|
850
711
|
|
851
712
|
.bg-green-accent-1 {
|
852
713
|
background-color: #B9F6CA !important;
|
853
|
-
--v-theme-on-surface: #000000 !important;
|
854
714
|
color: #000000 !important;
|
855
715
|
}
|
856
716
|
|
857
717
|
.bg-green-accent-2 {
|
858
718
|
background-color: #69F0AE !important;
|
859
|
-
--v-theme-on-surface: #000000 !important;
|
860
719
|
color: #000000 !important;
|
861
720
|
}
|
862
721
|
|
863
722
|
.bg-green-accent-3 {
|
864
723
|
background-color: #00E676 !important;
|
865
|
-
--v-theme-on-surface: #000000 !important;
|
866
724
|
color: #000000 !important;
|
867
725
|
}
|
868
726
|
|
869
727
|
.bg-green-accent-4 {
|
870
728
|
background-color: #00C853 !important;
|
871
|
-
--v-theme-on-surface: #000000 !important;
|
872
729
|
color: #000000 !important;
|
873
730
|
}
|
874
731
|
|
875
732
|
.bg-light-green {
|
876
733
|
background-color: #8bc34a !important;
|
877
|
-
--v-theme-on-surface: #000000 !important;
|
878
734
|
color: #000000 !important;
|
879
735
|
}
|
880
736
|
|
881
737
|
.bg-light-green-lighten-5 {
|
882
738
|
background-color: #f1f8e9 !important;
|
883
|
-
--v-theme-on-surface: #000000 !important;
|
884
739
|
color: #000000 !important;
|
885
740
|
}
|
886
741
|
|
887
742
|
.bg-light-green-lighten-4 {
|
888
743
|
background-color: #dcedc8 !important;
|
889
|
-
--v-theme-on-surface: #000000 !important;
|
890
744
|
color: #000000 !important;
|
891
745
|
}
|
892
746
|
|
893
747
|
.bg-light-green-lighten-3 {
|
894
748
|
background-color: #c5e1a5 !important;
|
895
|
-
--v-theme-on-surface: #000000 !important;
|
896
749
|
color: #000000 !important;
|
897
750
|
}
|
898
751
|
|
899
752
|
.bg-light-green-lighten-2 {
|
900
753
|
background-color: #aed581 !important;
|
901
|
-
--v-theme-on-surface: #000000 !important;
|
902
754
|
color: #000000 !important;
|
903
755
|
}
|
904
756
|
|
905
757
|
.bg-light-green-lighten-1 {
|
906
758
|
background-color: #9ccc65 !important;
|
907
|
-
--v-theme-on-surface: #000000 !important;
|
908
759
|
color: #000000 !important;
|
909
760
|
}
|
910
761
|
|
911
762
|
.bg-light-green-darken-1 {
|
912
763
|
background-color: #7cb342 !important;
|
913
|
-
--v-theme-on-surface: #FFFFFF !important;
|
914
764
|
color: #FFFFFF !important;
|
915
765
|
}
|
916
766
|
|
917
767
|
.bg-light-green-darken-2 {
|
918
768
|
background-color: #689f38 !important;
|
919
|
-
--v-theme-on-surface: #FFFFFF !important;
|
920
769
|
color: #FFFFFF !important;
|
921
770
|
}
|
922
771
|
|
923
772
|
.bg-light-green-darken-3 {
|
924
773
|
background-color: #558b2f !important;
|
925
|
-
--v-theme-on-surface: #FFFFFF !important;
|
926
774
|
color: #FFFFFF !important;
|
927
775
|
}
|
928
776
|
|
929
777
|
.bg-light-green-darken-4 {
|
930
778
|
background-color: #33691e !important;
|
931
|
-
--v-theme-on-surface: #FFFFFF !important;
|
932
779
|
color: #FFFFFF !important;
|
933
780
|
}
|
934
781
|
|
935
782
|
.bg-light-green-accent-1 {
|
936
783
|
background-color: #ccff90 !important;
|
937
|
-
--v-theme-on-surface: #000000 !important;
|
938
784
|
color: #000000 !important;
|
939
785
|
}
|
940
786
|
|
941
787
|
.bg-light-green-accent-2 {
|
942
788
|
background-color: #b2ff59 !important;
|
943
|
-
--v-theme-on-surface: #000000 !important;
|
944
789
|
color: #000000 !important;
|
945
790
|
}
|
946
791
|
|
947
792
|
.bg-light-green-accent-3 {
|
948
793
|
background-color: #76ff03 !important;
|
949
|
-
--v-theme-on-surface: #000000 !important;
|
950
794
|
color: #000000 !important;
|
951
795
|
}
|
952
796
|
|
953
797
|
.bg-light-green-accent-4 {
|
954
798
|
background-color: #64dd17 !important;
|
955
|
-
--v-theme-on-surface: #000000 !important;
|
956
799
|
color: #000000 !important;
|
957
800
|
}
|
958
801
|
|
959
802
|
.bg-lime {
|
960
803
|
background-color: #cddc39 !important;
|
961
|
-
--v-theme-on-surface: #000000 !important;
|
962
804
|
color: #000000 !important;
|
963
805
|
}
|
964
806
|
|
965
807
|
.bg-lime-lighten-5 {
|
966
808
|
background-color: #f9fbe7 !important;
|
967
|
-
--v-theme-on-surface: #000000 !important;
|
968
809
|
color: #000000 !important;
|
969
810
|
}
|
970
811
|
|
971
812
|
.bg-lime-lighten-4 {
|
972
813
|
background-color: #f0f4c3 !important;
|
973
|
-
--v-theme-on-surface: #000000 !important;
|
974
814
|
color: #000000 !important;
|
975
815
|
}
|
976
816
|
|
977
817
|
.bg-lime-lighten-3 {
|
978
818
|
background-color: #e6ee9c !important;
|
979
|
-
--v-theme-on-surface: #000000 !important;
|
980
819
|
color: #000000 !important;
|
981
820
|
}
|
982
821
|
|
983
822
|
.bg-lime-lighten-2 {
|
984
823
|
background-color: #dce775 !important;
|
985
|
-
--v-theme-on-surface: #000000 !important;
|
986
824
|
color: #000000 !important;
|
987
825
|
}
|
988
826
|
|
989
827
|
.bg-lime-lighten-1 {
|
990
828
|
background-color: #d4e157 !important;
|
991
|
-
--v-theme-on-surface: #000000 !important;
|
992
829
|
color: #000000 !important;
|
993
830
|
}
|
994
831
|
|
995
832
|
.bg-lime-darken-1 {
|
996
833
|
background-color: #c0ca33 !important;
|
997
|
-
--v-theme-on-surface: #000000 !important;
|
998
834
|
color: #000000 !important;
|
999
835
|
}
|
1000
836
|
|
1001
837
|
.bg-lime-darken-2 {
|
1002
838
|
background-color: #afb42b !important;
|
1003
|
-
--v-theme-on-surface: #000000 !important;
|
1004
839
|
color: #000000 !important;
|
1005
840
|
}
|
1006
841
|
|
1007
842
|
.bg-lime-darken-3 {
|
1008
843
|
background-color: #9e9d24 !important;
|
1009
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1010
844
|
color: #FFFFFF !important;
|
1011
845
|
}
|
1012
846
|
|
1013
847
|
.bg-lime-darken-4 {
|
1014
848
|
background-color: #827717 !important;
|
1015
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1016
849
|
color: #FFFFFF !important;
|
1017
850
|
}
|
1018
851
|
|
1019
852
|
.bg-lime-accent-1 {
|
1020
853
|
background-color: #f4ff81 !important;
|
1021
|
-
--v-theme-on-surface: #000000 !important;
|
1022
854
|
color: #000000 !important;
|
1023
855
|
}
|
1024
856
|
|
1025
857
|
.bg-lime-accent-2 {
|
1026
858
|
background-color: #eeff41 !important;
|
1027
|
-
--v-theme-on-surface: #000000 !important;
|
1028
859
|
color: #000000 !important;
|
1029
860
|
}
|
1030
861
|
|
1031
862
|
.bg-lime-accent-3 {
|
1032
863
|
background-color: #c6ff00 !important;
|
1033
|
-
--v-theme-on-surface: #000000 !important;
|
1034
864
|
color: #000000 !important;
|
1035
865
|
}
|
1036
866
|
|
1037
867
|
.bg-lime-accent-4 {
|
1038
868
|
background-color: #aeea00 !important;
|
1039
|
-
--v-theme-on-surface: #000000 !important;
|
1040
869
|
color: #000000 !important;
|
1041
870
|
}
|
1042
871
|
|
1043
872
|
.bg-yellow {
|
1044
873
|
background-color: #ffeb3b !important;
|
1045
|
-
--v-theme-on-surface: #000000 !important;
|
1046
874
|
color: #000000 !important;
|
1047
875
|
}
|
1048
876
|
|
1049
877
|
.bg-yellow-lighten-5 {
|
1050
878
|
background-color: #fffde7 !important;
|
1051
|
-
--v-theme-on-surface: #000000 !important;
|
1052
879
|
color: #000000 !important;
|
1053
880
|
}
|
1054
881
|
|
1055
882
|
.bg-yellow-lighten-4 {
|
1056
883
|
background-color: #fff9c4 !important;
|
1057
|
-
--v-theme-on-surface: #000000 !important;
|
1058
884
|
color: #000000 !important;
|
1059
885
|
}
|
1060
886
|
|
1061
887
|
.bg-yellow-lighten-3 {
|
1062
888
|
background-color: #fff59d !important;
|
1063
|
-
--v-theme-on-surface: #000000 !important;
|
1064
889
|
color: #000000 !important;
|
1065
890
|
}
|
1066
891
|
|
1067
892
|
.bg-yellow-lighten-2 {
|
1068
893
|
background-color: #fff176 !important;
|
1069
|
-
--v-theme-on-surface: #000000 !important;
|
1070
894
|
color: #000000 !important;
|
1071
895
|
}
|
1072
896
|
|
1073
897
|
.bg-yellow-lighten-1 {
|
1074
898
|
background-color: #ffee58 !important;
|
1075
|
-
--v-theme-on-surface: #000000 !important;
|
1076
899
|
color: #000000 !important;
|
1077
900
|
}
|
1078
901
|
|
1079
902
|
.bg-yellow-darken-1 {
|
1080
903
|
background-color: #fdd835 !important;
|
1081
|
-
--v-theme-on-surface: #000000 !important;
|
1082
904
|
color: #000000 !important;
|
1083
905
|
}
|
1084
906
|
|
1085
907
|
.bg-yellow-darken-2 {
|
1086
908
|
background-color: #fbc02d !important;
|
1087
|
-
--v-theme-on-surface: #000000 !important;
|
1088
909
|
color: #000000 !important;
|
1089
910
|
}
|
1090
911
|
|
1091
912
|
.bg-yellow-darken-3 {
|
1092
913
|
background-color: #f9a825 !important;
|
1093
|
-
--v-theme-on-surface: #000000 !important;
|
1094
914
|
color: #000000 !important;
|
1095
915
|
}
|
1096
916
|
|
1097
917
|
.bg-yellow-darken-4 {
|
1098
918
|
background-color: #f57f17 !important;
|
1099
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1100
919
|
color: #FFFFFF !important;
|
1101
920
|
}
|
1102
921
|
|
1103
922
|
.bg-yellow-accent-1 {
|
1104
923
|
background-color: #ffff8d !important;
|
1105
|
-
--v-theme-on-surface: #000000 !important;
|
1106
924
|
color: #000000 !important;
|
1107
925
|
}
|
1108
926
|
|
1109
927
|
.bg-yellow-accent-2 {
|
1110
928
|
background-color: #ffff00 !important;
|
1111
|
-
--v-theme-on-surface: #000000 !important;
|
1112
929
|
color: #000000 !important;
|
1113
930
|
}
|
1114
931
|
|
1115
932
|
.bg-yellow-accent-3 {
|
1116
933
|
background-color: #ffea00 !important;
|
1117
|
-
--v-theme-on-surface: #000000 !important;
|
1118
934
|
color: #000000 !important;
|
1119
935
|
}
|
1120
936
|
|
1121
937
|
.bg-yellow-accent-4 {
|
1122
938
|
background-color: #ffd600 !important;
|
1123
|
-
--v-theme-on-surface: #000000 !important;
|
1124
939
|
color: #000000 !important;
|
1125
940
|
}
|
1126
941
|
|
1127
942
|
.bg-amber {
|
1128
943
|
background-color: #ffc107 !important;
|
1129
|
-
--v-theme-on-surface: #000000 !important;
|
1130
944
|
color: #000000 !important;
|
1131
945
|
}
|
1132
946
|
|
1133
947
|
.bg-amber-lighten-5 {
|
1134
948
|
background-color: #fff8e1 !important;
|
1135
|
-
--v-theme-on-surface: #000000 !important;
|
1136
949
|
color: #000000 !important;
|
1137
950
|
}
|
1138
951
|
|
1139
952
|
.bg-amber-lighten-4 {
|
1140
953
|
background-color: #ffecb3 !important;
|
1141
|
-
--v-theme-on-surface: #000000 !important;
|
1142
954
|
color: #000000 !important;
|
1143
955
|
}
|
1144
956
|
|
1145
957
|
.bg-amber-lighten-3 {
|
1146
958
|
background-color: #ffe082 !important;
|
1147
|
-
--v-theme-on-surface: #000000 !important;
|
1148
959
|
color: #000000 !important;
|
1149
960
|
}
|
1150
961
|
|
1151
962
|
.bg-amber-lighten-2 {
|
1152
963
|
background-color: #ffd54f !important;
|
1153
|
-
--v-theme-on-surface: #000000 !important;
|
1154
964
|
color: #000000 !important;
|
1155
965
|
}
|
1156
966
|
|
1157
967
|
.bg-amber-lighten-1 {
|
1158
968
|
background-color: #ffca28 !important;
|
1159
|
-
--v-theme-on-surface: #000000 !important;
|
1160
969
|
color: #000000 !important;
|
1161
970
|
}
|
1162
971
|
|
1163
972
|
.bg-amber-darken-1 {
|
1164
973
|
background-color: #ffb300 !important;
|
1165
|
-
--v-theme-on-surface: #000000 !important;
|
1166
974
|
color: #000000 !important;
|
1167
975
|
}
|
1168
976
|
|
1169
977
|
.bg-amber-darken-2 {
|
1170
978
|
background-color: #ffa000 !important;
|
1171
|
-
--v-theme-on-surface: #000000 !important;
|
1172
979
|
color: #000000 !important;
|
1173
980
|
}
|
1174
981
|
|
1175
982
|
.bg-amber-darken-3 {
|
1176
983
|
background-color: #ff8f00 !important;
|
1177
|
-
--v-theme-on-surface: #000000 !important;
|
1178
984
|
color: #000000 !important;
|
1179
985
|
}
|
1180
986
|
|
1181
987
|
.bg-amber-darken-4 {
|
1182
988
|
background-color: #ff6f00 !important;
|
1183
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1184
989
|
color: #FFFFFF !important;
|
1185
990
|
}
|
1186
991
|
|
1187
992
|
.bg-amber-accent-1 {
|
1188
993
|
background-color: #ffe57f !important;
|
1189
|
-
--v-theme-on-surface: #000000 !important;
|
1190
994
|
color: #000000 !important;
|
1191
995
|
}
|
1192
996
|
|
1193
997
|
.bg-amber-accent-2 {
|
1194
998
|
background-color: #ffd740 !important;
|
1195
|
-
--v-theme-on-surface: #000000 !important;
|
1196
999
|
color: #000000 !important;
|
1197
1000
|
}
|
1198
1001
|
|
1199
1002
|
.bg-amber-accent-3 {
|
1200
1003
|
background-color: #ffc400 !important;
|
1201
|
-
--v-theme-on-surface: #000000 !important;
|
1202
1004
|
color: #000000 !important;
|
1203
1005
|
}
|
1204
1006
|
|
1205
1007
|
.bg-amber-accent-4 {
|
1206
1008
|
background-color: #ffab00 !important;
|
1207
|
-
--v-theme-on-surface: #000000 !important;
|
1208
1009
|
color: #000000 !important;
|
1209
1010
|
}
|
1210
1011
|
|
1211
1012
|
.bg-orange {
|
1212
1013
|
background-color: #ff9800 !important;
|
1213
|
-
--v-theme-on-surface: #000000 !important;
|
1214
1014
|
color: #000000 !important;
|
1215
1015
|
}
|
1216
1016
|
|
1217
1017
|
.bg-orange-lighten-5 {
|
1218
1018
|
background-color: #fff3e0 !important;
|
1219
|
-
--v-theme-on-surface: #000000 !important;
|
1220
1019
|
color: #000000 !important;
|
1221
1020
|
}
|
1222
1021
|
|
1223
1022
|
.bg-orange-lighten-4 {
|
1224
1023
|
background-color: #ffe0b2 !important;
|
1225
|
-
--v-theme-on-surface: #000000 !important;
|
1226
1024
|
color: #000000 !important;
|
1227
1025
|
}
|
1228
1026
|
|
1229
1027
|
.bg-orange-lighten-3 {
|
1230
1028
|
background-color: #ffcc80 !important;
|
1231
|
-
--v-theme-on-surface: #000000 !important;
|
1232
1029
|
color: #000000 !important;
|
1233
1030
|
}
|
1234
1031
|
|
1235
1032
|
.bg-orange-lighten-2 {
|
1236
1033
|
background-color: #ffb74d !important;
|
1237
|
-
--v-theme-on-surface: #000000 !important;
|
1238
1034
|
color: #000000 !important;
|
1239
1035
|
}
|
1240
1036
|
|
1241
1037
|
.bg-orange-lighten-1 {
|
1242
1038
|
background-color: #ffa726 !important;
|
1243
|
-
--v-theme-on-surface: #000000 !important;
|
1244
1039
|
color: #000000 !important;
|
1245
1040
|
}
|
1246
1041
|
|
1247
1042
|
.bg-orange-darken-1 {
|
1248
1043
|
background-color: #fb8c00 !important;
|
1249
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1250
1044
|
color: #FFFFFF !important;
|
1251
1045
|
}
|
1252
1046
|
|
1253
1047
|
.bg-orange-darken-2 {
|
1254
1048
|
background-color: #f57c00 !important;
|
1255
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1256
1049
|
color: #FFFFFF !important;
|
1257
1050
|
}
|
1258
1051
|
|
1259
1052
|
.bg-orange-darken-3 {
|
1260
1053
|
background-color: #ef6c00 !important;
|
1261
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1262
1054
|
color: #FFFFFF !important;
|
1263
1055
|
}
|
1264
1056
|
|
1265
1057
|
.bg-orange-darken-4 {
|
1266
1058
|
background-color: #e65100 !important;
|
1267
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1268
1059
|
color: #FFFFFF !important;
|
1269
1060
|
}
|
1270
1061
|
|
1271
1062
|
.bg-orange-accent-1 {
|
1272
1063
|
background-color: #ffd180 !important;
|
1273
|
-
--v-theme-on-surface: #000000 !important;
|
1274
1064
|
color: #000000 !important;
|
1275
1065
|
}
|
1276
1066
|
|
1277
1067
|
.bg-orange-accent-2 {
|
1278
1068
|
background-color: #ffab40 !important;
|
1279
|
-
--v-theme-on-surface: #000000 !important;
|
1280
1069
|
color: #000000 !important;
|
1281
1070
|
}
|
1282
1071
|
|
1283
1072
|
.bg-orange-accent-3 {
|
1284
1073
|
background-color: #ff9100 !important;
|
1285
|
-
--v-theme-on-surface: #000000 !important;
|
1286
1074
|
color: #000000 !important;
|
1287
1075
|
}
|
1288
1076
|
|
1289
1077
|
.bg-orange-accent-4 {
|
1290
1078
|
background-color: #ff6d00 !important;
|
1291
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1292
1079
|
color: #FFFFFF !important;
|
1293
1080
|
}
|
1294
1081
|
|
1295
1082
|
.bg-deep-orange {
|
1296
1083
|
background-color: #ff5722 !important;
|
1297
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1298
1084
|
color: #FFFFFF !important;
|
1299
1085
|
}
|
1300
1086
|
|
1301
1087
|
.bg-deep-orange-lighten-5 {
|
1302
1088
|
background-color: #fbe9e7 !important;
|
1303
|
-
--v-theme-on-surface: #000000 !important;
|
1304
1089
|
color: #000000 !important;
|
1305
1090
|
}
|
1306
1091
|
|
1307
1092
|
.bg-deep-orange-lighten-4 {
|
1308
1093
|
background-color: #ffccbc !important;
|
1309
|
-
--v-theme-on-surface: #000000 !important;
|
1310
1094
|
color: #000000 !important;
|
1311
1095
|
}
|
1312
1096
|
|
1313
1097
|
.bg-deep-orange-lighten-3 {
|
1314
1098
|
background-color: #ffab91 !important;
|
1315
|
-
--v-theme-on-surface: #000000 !important;
|
1316
1099
|
color: #000000 !important;
|
1317
1100
|
}
|
1318
1101
|
|
1319
1102
|
.bg-deep-orange-lighten-2 {
|
1320
1103
|
background-color: #ff8a65 !important;
|
1321
|
-
--v-theme-on-surface: #000000 !important;
|
1322
1104
|
color: #000000 !important;
|
1323
1105
|
}
|
1324
1106
|
|
1325
1107
|
.bg-deep-orange-lighten-1 {
|
1326
1108
|
background-color: #ff7043 !important;
|
1327
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1328
1109
|
color: #FFFFFF !important;
|
1329
1110
|
}
|
1330
1111
|
|
1331
1112
|
.bg-deep-orange-darken-1 {
|
1332
1113
|
background-color: #f4511e !important;
|
1333
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1334
1114
|
color: #FFFFFF !important;
|
1335
1115
|
}
|
1336
1116
|
|
1337
1117
|
.bg-deep-orange-darken-2 {
|
1338
1118
|
background-color: #e64a19 !important;
|
1339
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1340
1119
|
color: #FFFFFF !important;
|
1341
1120
|
}
|
1342
1121
|
|
1343
1122
|
.bg-deep-orange-darken-3 {
|
1344
1123
|
background-color: #d84315 !important;
|
1345
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1346
1124
|
color: #FFFFFF !important;
|
1347
1125
|
}
|
1348
1126
|
|
1349
1127
|
.bg-deep-orange-darken-4 {
|
1350
1128
|
background-color: #bf360c !important;
|
1351
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1352
1129
|
color: #FFFFFF !important;
|
1353
1130
|
}
|
1354
1131
|
|
1355
1132
|
.bg-deep-orange-accent-1 {
|
1356
1133
|
background-color: #ff9e80 !important;
|
1357
|
-
--v-theme-on-surface: #000000 !important;
|
1358
1134
|
color: #000000 !important;
|
1359
1135
|
}
|
1360
1136
|
|
1361
1137
|
.bg-deep-orange-accent-2 {
|
1362
1138
|
background-color: #ff6e40 !important;
|
1363
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1364
1139
|
color: #FFFFFF !important;
|
1365
1140
|
}
|
1366
1141
|
|
1367
1142
|
.bg-deep-orange-accent-3 {
|
1368
1143
|
background-color: #ff3d00 !important;
|
1369
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1370
1144
|
color: #FFFFFF !important;
|
1371
1145
|
}
|
1372
1146
|
|
1373
1147
|
.bg-deep-orange-accent-4 {
|
1374
1148
|
background-color: #dd2c00 !important;
|
1375
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1376
1149
|
color: #FFFFFF !important;
|
1377
1150
|
}
|
1378
1151
|
|
1379
1152
|
.bg-brown {
|
1380
1153
|
background-color: #795548 !important;
|
1381
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1382
1154
|
color: #FFFFFF !important;
|
1383
1155
|
}
|
1384
1156
|
|
1385
1157
|
.bg-brown-lighten-5 {
|
1386
1158
|
background-color: #efebe9 !important;
|
1387
|
-
--v-theme-on-surface: #000000 !important;
|
1388
1159
|
color: #000000 !important;
|
1389
1160
|
}
|
1390
1161
|
|
1391
1162
|
.bg-brown-lighten-4 {
|
1392
1163
|
background-color: #d7ccc8 !important;
|
1393
|
-
--v-theme-on-surface: #000000 !important;
|
1394
1164
|
color: #000000 !important;
|
1395
1165
|
}
|
1396
1166
|
|
1397
1167
|
.bg-brown-lighten-3 {
|
1398
1168
|
background-color: #bcaaa4 !important;
|
1399
|
-
--v-theme-on-surface: #000000 !important;
|
1400
1169
|
color: #000000 !important;
|
1401
1170
|
}
|
1402
1171
|
|
1403
1172
|
.bg-brown-lighten-2 {
|
1404
1173
|
background-color: #a1887f !important;
|
1405
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1406
1174
|
color: #FFFFFF !important;
|
1407
1175
|
}
|
1408
1176
|
|
1409
1177
|
.bg-brown-lighten-1 {
|
1410
1178
|
background-color: #8d6e63 !important;
|
1411
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1412
1179
|
color: #FFFFFF !important;
|
1413
1180
|
}
|
1414
1181
|
|
1415
1182
|
.bg-brown-darken-1 {
|
1416
1183
|
background-color: #6d4c41 !important;
|
1417
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1418
1184
|
color: #FFFFFF !important;
|
1419
1185
|
}
|
1420
1186
|
|
1421
1187
|
.bg-brown-darken-2 {
|
1422
1188
|
background-color: #5d4037 !important;
|
1423
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1424
1189
|
color: #FFFFFF !important;
|
1425
1190
|
}
|
1426
1191
|
|
1427
1192
|
.bg-brown-darken-3 {
|
1428
1193
|
background-color: #4e342e !important;
|
1429
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1430
1194
|
color: #FFFFFF !important;
|
1431
1195
|
}
|
1432
1196
|
|
1433
1197
|
.bg-brown-darken-4 {
|
1434
1198
|
background-color: #3e2723 !important;
|
1435
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1436
1199
|
color: #FFFFFF !important;
|
1437
1200
|
}
|
1438
1201
|
|
1439
1202
|
.bg-blue-grey {
|
1440
1203
|
background-color: #607d8b !important;
|
1441
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1442
1204
|
color: #FFFFFF !important;
|
1443
1205
|
}
|
1444
1206
|
|
1445
1207
|
.bg-blue-grey-lighten-5 {
|
1446
1208
|
background-color: #eceff1 !important;
|
1447
|
-
--v-theme-on-surface: #000000 !important;
|
1448
1209
|
color: #000000 !important;
|
1449
1210
|
}
|
1450
1211
|
|
1451
1212
|
.bg-blue-grey-lighten-4 {
|
1452
1213
|
background-color: #cfd8dc !important;
|
1453
|
-
--v-theme-on-surface: #000000 !important;
|
1454
1214
|
color: #000000 !important;
|
1455
1215
|
}
|
1456
1216
|
|
1457
1217
|
.bg-blue-grey-lighten-3 {
|
1458
1218
|
background-color: #b0bec5 !important;
|
1459
|
-
--v-theme-on-surface: #000000 !important;
|
1460
1219
|
color: #000000 !important;
|
1461
1220
|
}
|
1462
1221
|
|
1463
1222
|
.bg-blue-grey-lighten-2 {
|
1464
1223
|
background-color: #90a4ae !important;
|
1465
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1466
1224
|
color: #FFFFFF !important;
|
1467
1225
|
}
|
1468
1226
|
|
1469
1227
|
.bg-blue-grey-lighten-1 {
|
1470
1228
|
background-color: #78909c !important;
|
1471
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1472
1229
|
color: #FFFFFF !important;
|
1473
1230
|
}
|
1474
1231
|
|
1475
1232
|
.bg-blue-grey-darken-1 {
|
1476
1233
|
background-color: #546e7a !important;
|
1477
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1478
1234
|
color: #FFFFFF !important;
|
1479
1235
|
}
|
1480
1236
|
|
1481
1237
|
.bg-blue-grey-darken-2 {
|
1482
1238
|
background-color: #455a64 !important;
|
1483
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1484
1239
|
color: #FFFFFF !important;
|
1485
1240
|
}
|
1486
1241
|
|
1487
1242
|
.bg-blue-grey-darken-3 {
|
1488
1243
|
background-color: #37474f !important;
|
1489
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1490
1244
|
color: #FFFFFF !important;
|
1491
1245
|
}
|
1492
1246
|
|
1493
1247
|
.bg-blue-grey-darken-4 {
|
1494
1248
|
background-color: #263238 !important;
|
1495
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1496
1249
|
color: #FFFFFF !important;
|
1497
1250
|
}
|
1498
1251
|
|
1499
1252
|
.bg-grey {
|
1500
1253
|
background-color: #9e9e9e !important;
|
1501
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1502
1254
|
color: #FFFFFF !important;
|
1503
1255
|
}
|
1504
1256
|
|
1505
1257
|
.bg-grey-lighten-5 {
|
1506
1258
|
background-color: #fafafa !important;
|
1507
|
-
--v-theme-on-surface: #000000 !important;
|
1508
1259
|
color: #000000 !important;
|
1509
1260
|
}
|
1510
1261
|
|
1511
1262
|
.bg-grey-lighten-4 {
|
1512
1263
|
background-color: #f5f5f5 !important;
|
1513
|
-
--v-theme-on-surface: #000000 !important;
|
1514
1264
|
color: #000000 !important;
|
1515
1265
|
}
|
1516
1266
|
|
1517
1267
|
.bg-grey-lighten-3 {
|
1518
1268
|
background-color: #eeeeee !important;
|
1519
|
-
--v-theme-on-surface: #000000 !important;
|
1520
1269
|
color: #000000 !important;
|
1521
1270
|
}
|
1522
1271
|
|
1523
1272
|
.bg-grey-lighten-2 {
|
1524
1273
|
background-color: #e0e0e0 !important;
|
1525
|
-
--v-theme-on-surface: #000000 !important;
|
1526
1274
|
color: #000000 !important;
|
1527
1275
|
}
|
1528
1276
|
|
1529
1277
|
.bg-grey-lighten-1 {
|
1530
1278
|
background-color: #bdbdbd !important;
|
1531
|
-
--v-theme-on-surface: #000000 !important;
|
1532
1279
|
color: #000000 !important;
|
1533
1280
|
}
|
1534
1281
|
|
1535
1282
|
.bg-grey-darken-1 {
|
1536
1283
|
background-color: #757575 !important;
|
1537
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1538
1284
|
color: #FFFFFF !important;
|
1539
1285
|
}
|
1540
1286
|
|
1541
1287
|
.bg-grey-darken-2 {
|
1542
1288
|
background-color: #616161 !important;
|
1543
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1544
1289
|
color: #FFFFFF !important;
|
1545
1290
|
}
|
1546
1291
|
|
1547
1292
|
.bg-grey-darken-3 {
|
1548
1293
|
background-color: #424242 !important;
|
1549
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1550
1294
|
color: #FFFFFF !important;
|
1551
1295
|
}
|
1552
1296
|
|
1553
1297
|
.bg-grey-darken-4 {
|
1554
1298
|
background-color: #212121 !important;
|
1555
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1556
1299
|
color: #FFFFFF !important;
|
1557
1300
|
}
|
1558
1301
|
|
1559
1302
|
.bg-shades-black {
|
1560
1303
|
background-color: #000000 !important;
|
1561
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1562
1304
|
color: #FFFFFF !important;
|
1563
1305
|
}
|
1564
1306
|
|
1565
1307
|
.bg-shades-white {
|
1566
1308
|
background-color: #FFFFFF !important;
|
1567
|
-
--v-theme-on-surface: #000000 !important;
|
1568
1309
|
color: #000000 !important;
|
1569
1310
|
}
|
1570
1311
|
|
1571
1312
|
.bg-shades-transparent {
|
1572
1313
|
background-color: transparent !important;
|
1573
|
-
--v-theme-on-surface: currentColor !important;
|
1574
1314
|
color: currentColor !important;
|
1575
1315
|
}
|
1576
1316
|
|
@@ -17640,44 +17380,6 @@ html.overflow-y-hidden {
|
|
17640
17380
|
font-weight: normal;
|
17641
17381
|
padding: 0.2em 0.4rem;
|
17642
17382
|
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
17643
|
-
}.v-number-input input[type=number] {
|
17644
|
-
-moz-appearance: textfield;
|
17645
|
-
}
|
17646
|
-
.v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
|
17647
|
-
-webkit-appearance: none;
|
17648
|
-
}
|
17649
|
-
.v-number-input .v-field {
|
17650
|
-
padding-inline-end: 0;
|
17651
|
-
padding-inline-start: 0;
|
17652
|
-
}
|
17653
|
-
.v-number-input--inset .v-divider {
|
17654
|
-
height: 55%;
|
17655
|
-
width: 55%;
|
17656
|
-
align-self: center;
|
17657
|
-
}
|
17658
|
-
.v-number-input--split .v-field__input {
|
17659
|
-
text-align: center;
|
17660
|
-
}
|
17661
|
-
.v-number-input--stacked .v-number-input__control {
|
17662
|
-
flex-direction: column-reverse;
|
17663
|
-
}
|
17664
|
-
.v-number-input--stacked .v-number-input__control .v-btn {
|
17665
|
-
flex: 1;
|
17666
|
-
}
|
17667
|
-
.v-number-input--hide-input .v-field {
|
17668
|
-
flex: none;
|
17669
|
-
}
|
17670
|
-
.v-number-input--hide-input .v-field__input {
|
17671
|
-
width: 0;
|
17672
|
-
padding-inline: 0;
|
17673
|
-
}
|
17674
|
-
.v-number-input__control {
|
17675
|
-
display: flex;
|
17676
|
-
height: 100%;
|
17677
|
-
}
|
17678
|
-
.v-number-input__control .v-btn {
|
17679
|
-
background-color: transparent;
|
17680
|
-
border-radius: 0;
|
17681
17383
|
}.v-calendar {
|
17682
17384
|
background: rgb(var(--v-theme-background));
|
17683
17385
|
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
@@ -17950,121 +17652,6 @@ html.overflow-y-hidden {
|
|
17950
17652
|
}
|
17951
17653
|
.v-calendar-weekly .v-calendar__container.days__0 {
|
17952
17654
|
grid-template-columns: repeat(1, 1fr);
|
17953
|
-
}.v-calendar-day__row-with-label {
|
17954
|
-
display: grid;
|
17955
|
-
grid-template-columns: 48px 8px 1fr;
|
17956
|
-
border-right: thin solid #e0e0e0;
|
17957
|
-
}
|
17958
|
-
.v-calendar-day__row-with-label .v-calendar-day__row-hairline {
|
17959
|
-
position: relative;
|
17960
|
-
border-right: thin solid #e0e0e0;
|
17961
|
-
}
|
17962
|
-
.v-calendar-day__row-with-label .v-calendar-day__row-hairline:after {
|
17963
|
-
content: "";
|
17964
|
-
border-bottom: thin solid #e0e0e0;
|
17965
|
-
position: absolute;
|
17966
|
-
width: 100%;
|
17967
|
-
margin-top: -1px;
|
17968
|
-
z-index: 3;
|
17969
|
-
pointer-events: none;
|
17970
|
-
}
|
17971
|
-
.v-calendar-day__row-with-label .v-calendar-day__row-label {
|
17972
|
-
font-size: 10px;
|
17973
|
-
text-align: center;
|
17974
|
-
position: relative;
|
17975
|
-
top: -8px;
|
17976
|
-
}
|
17977
|
-
.v-calendar-day__row-with-label .v-calendar-day__row-content {
|
17978
|
-
border-bottom: thin solid #e0e0e0;
|
17979
|
-
}
|
17980
|
-
.v-calendar-day__row-with-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
|
17981
|
-
border-bottom: none;
|
17982
|
-
}
|
17983
|
-
|
17984
|
-
.v-calendar-day__row-without-label {
|
17985
|
-
display: grid;
|
17986
|
-
grid-template-columns: 1fr;
|
17987
|
-
border-right: thin solid #e0e0e0;
|
17988
|
-
}
|
17989
|
-
.v-calendar-day__row-without-label .v-calendar-day__row-content {
|
17990
|
-
overflow: hidden;
|
17991
|
-
border-bottom: thin solid #e0e0e0;
|
17992
|
-
}
|
17993
|
-
.v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
|
17994
|
-
border-bottom: none;
|
17995
|
-
}.v-calendar-internal-event {
|
17996
|
-
overflow: hidden;
|
17997
|
-
padding: 4px;
|
17998
|
-
text-overflow: ellipsis;
|
17999
|
-
white-space: nowrap;
|
18000
|
-
}.v-stepper-vertical-item {
|
18001
|
-
position: relative;
|
18002
|
-
transition-duration: 0.2s;
|
18003
|
-
transition-property: opacity;
|
18004
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
18005
|
-
}
|
18006
|
-
.v-stepper-vertical-item__title {
|
18007
|
-
font-size: 1rem;
|
18008
|
-
}
|
18009
|
-
.v-stepper-vertical-item__subtitle {
|
18010
|
-
font-size: 0.75rem;
|
18011
|
-
}
|
18012
|
-
.v-stepper-vertical-item .v-expansion-panel-text {
|
18013
|
-
padding-inline-start: 32px;
|
18014
|
-
}
|
18015
|
-
.v-stepper-vertical-item:not(:last-child):before {
|
18016
|
-
content: "";
|
18017
|
-
position: absolute;
|
18018
|
-
width: 2px;
|
18019
|
-
height: calc(100% - 30px);
|
18020
|
-
background: rgba(var(--v-border-color), var(--v-border-opacity));
|
18021
|
-
left: 35px;
|
18022
|
-
top: 44px;
|
18023
|
-
z-index: 1;
|
18024
|
-
transition-duration: 300ms;
|
18025
|
-
transition-property: height;
|
18026
|
-
}
|
18027
|
-
.v-stepper-vertical-item:after {
|
18028
|
-
display: none;
|
18029
|
-
}
|
18030
|
-
.v-stepper-vertical-item.v-expansion-panel--disabled .v-expansion-panel-title, .v-stepper-vertical-item:not(.v-stepper-vertical-item--editable) .v-expansion-panel-title {
|
18031
|
-
pointer-events: none;
|
18032
|
-
}
|
18033
|
-
.v-stepper-vertical-item.v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay, .v-stepper-vertical-item:not(.v-stepper-vertical-item--editable) .v-expansion-panel-title .v-expansion-panel-title__overlay {
|
18034
|
-
opacity: 0;
|
18035
|
-
}
|
18036
|
-
|
18037
|
-
.v-stepper-vertical-item__avatar.v-avatar {
|
18038
|
-
background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
|
18039
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
18040
|
-
transition-property: background;
|
18041
|
-
}
|
18042
|
-
.v-stepper-vertical-item__avatar.v-avatar .v-icon {
|
18043
|
-
font-size: 0.875rem;
|
18044
|
-
}
|
18045
|
-
.v-expansion-panel--active .v-stepper-vertical-item__avatar.v-avatar {
|
18046
|
-
background: rgb(var(--v-theme-surface-variant));
|
18047
|
-
}
|
18048
|
-
.v-stepper-vertical-item--error .v-stepper-vertical-item__avatar.v-avatar {
|
18049
|
-
background: rgb(var(--v-theme-error));
|
18050
|
-
color: rgb(var(--v-theme-on-error));
|
18051
|
-
}
|
18052
|
-
|
18053
|
-
.v-stepper-vertical-item--error .v-stepper-vertical-item__title {
|
18054
|
-
color: rgb(var(--v-theme-error));
|
18055
|
-
}
|
18056
|
-
|
18057
|
-
.v-stepper-vertical-item--error .v-stepper-vertical-item__subtitle {
|
18058
|
-
color: rgb(var(--v-theme-error));
|
18059
|
-
}
|
18060
|
-
|
18061
|
-
.v-stepper-vertical-actions.v-stepper-actions .v-btn {
|
18062
|
-
margin-inline-end: 8px;
|
18063
|
-
}
|
18064
|
-
.v-stepper .v-stepper-vertical-actions.v-stepper-actions {
|
18065
|
-
justify-content: flex-end;
|
18066
|
-
padding: 24px 0 0;
|
18067
|
-
flex-direction: row-reverse;
|
18068
17655
|
}.v-calendar-month__day {
|
18069
17656
|
position: relative;
|
18070
17657
|
display: flex;
|
@@ -18128,6 +17715,91 @@ html.overflow-y-hidden {
|
|
18128
17715
|
|
18129
17716
|
.v-calendar-weekly__day-alldayevents-container {
|
18130
17717
|
min-height: 24px;
|
17718
|
+
}.v-calendar-internal-event {
|
17719
|
+
overflow: hidden;
|
17720
|
+
padding: 4px;
|
17721
|
+
text-overflow: ellipsis;
|
17722
|
+
white-space: nowrap;
|
17723
|
+
}.v-calendar-day__row-with-label {
|
17724
|
+
display: grid;
|
17725
|
+
grid-template-columns: 48px 8px 1fr;
|
17726
|
+
border-right: thin solid #e0e0e0;
|
17727
|
+
}
|
17728
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-hairline {
|
17729
|
+
position: relative;
|
17730
|
+
border-right: thin solid #e0e0e0;
|
17731
|
+
}
|
17732
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-hairline:after {
|
17733
|
+
content: "";
|
17734
|
+
border-bottom: thin solid #e0e0e0;
|
17735
|
+
position: absolute;
|
17736
|
+
width: 100%;
|
17737
|
+
margin-top: -1px;
|
17738
|
+
z-index: 3;
|
17739
|
+
pointer-events: none;
|
17740
|
+
}
|
17741
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-label {
|
17742
|
+
font-size: 10px;
|
17743
|
+
text-align: center;
|
17744
|
+
position: relative;
|
17745
|
+
top: -8px;
|
17746
|
+
}
|
17747
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-content {
|
17748
|
+
border-bottom: thin solid #e0e0e0;
|
17749
|
+
}
|
17750
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
|
17751
|
+
border-bottom: none;
|
17752
|
+
}
|
17753
|
+
|
17754
|
+
.v-calendar-day__row-without-label {
|
17755
|
+
display: grid;
|
17756
|
+
grid-template-columns: 1fr;
|
17757
|
+
border-right: thin solid #e0e0e0;
|
17758
|
+
}
|
17759
|
+
.v-calendar-day__row-without-label .v-calendar-day__row-content {
|
17760
|
+
overflow: hidden;
|
17761
|
+
border-bottom: thin solid #e0e0e0;
|
17762
|
+
}
|
17763
|
+
.v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
|
17764
|
+
border-bottom: none;
|
17765
|
+
}.v-number-input input[type=number] {
|
17766
|
+
-moz-appearance: textfield;
|
17767
|
+
}
|
17768
|
+
.v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
|
17769
|
+
-webkit-appearance: none;
|
17770
|
+
}
|
17771
|
+
.v-number-input .v-field {
|
17772
|
+
padding-inline-end: 0;
|
17773
|
+
padding-inline-start: 0;
|
17774
|
+
}
|
17775
|
+
.v-number-input--inset .v-divider {
|
17776
|
+
height: 55%;
|
17777
|
+
width: 55%;
|
17778
|
+
align-self: center;
|
17779
|
+
}
|
17780
|
+
.v-number-input--split .v-field__input {
|
17781
|
+
text-align: center;
|
17782
|
+
}
|
17783
|
+
.v-number-input--stacked .v-number-input__control {
|
17784
|
+
flex-direction: column-reverse;
|
17785
|
+
}
|
17786
|
+
.v-number-input--stacked .v-number-input__control .v-btn {
|
17787
|
+
flex: 1;
|
17788
|
+
}
|
17789
|
+
.v-number-input--hide-input .v-field {
|
17790
|
+
flex: none;
|
17791
|
+
}
|
17792
|
+
.v-number-input--hide-input .v-field__input {
|
17793
|
+
width: 0;
|
17794
|
+
padding-inline: 0;
|
17795
|
+
}
|
17796
|
+
.v-number-input__control {
|
17797
|
+
display: flex;
|
17798
|
+
height: 100%;
|
17799
|
+
}
|
17800
|
+
.v-number-input__control .v-btn {
|
17801
|
+
background-color: transparent;
|
17802
|
+
border-radius: 0;
|
18131
17803
|
}.v-picker.v-sheet {
|
18132
17804
|
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
18133
17805
|
border-radius: 4px;
|
@@ -18181,158 +17853,74 @@ html.overflow-y-hidden {
|
|
18181
17853
|
padding-bottom: 16px;
|
18182
17854
|
font-weight: 400;
|
18183
17855
|
letter-spacing: 0.1666666667em;
|
18184
|
-
}.v-
|
18185
|
-
overflow: hidden;
|
17856
|
+
}.v-stepper-vertical-item {
|
18186
17857
|
position: relative;
|
17858
|
+
transition-duration: 0.2s;
|
17859
|
+
transition-property: opacity;
|
17860
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
18187
17861
|
}
|
18188
|
-
.v-
|
18189
|
-
|
18190
|
-
width: 100%;
|
18191
|
-
transition: top 0.3s ease-out;
|
17862
|
+
.v-stepper-vertical-item__title {
|
17863
|
+
font-size: 1rem;
|
18192
17864
|
}
|
18193
|
-
.v-
|
18194
|
-
|
17865
|
+
.v-stepper-vertical-item__subtitle {
|
17866
|
+
font-size: 0.75rem;
|
18195
17867
|
}
|
18196
|
-
.v-
|
18197
|
-
|
18198
|
-
width: 100%;
|
18199
|
-
height: 100%;
|
18200
|
-
justify-content: center;
|
18201
|
-
align-items: flex-end;
|
18202
|
-
padding-bottom: 10px;
|
17868
|
+
.v-stepper-vertical-item .v-expansion-panel-text {
|
17869
|
+
padding-inline-start: 32px;
|
18203
17870
|
}
|
18204
|
-
.v-
|
18205
|
-
|
18206
|
-
|
17871
|
+
.v-stepper-vertical-item:not(:last-child):before {
|
17872
|
+
content: "";
|
17873
|
+
position: absolute;
|
17874
|
+
width: 2px;
|
17875
|
+
height: calc(100% - 30px);
|
17876
|
+
background: rgba(var(--v-border-color), var(--v-border-opacity));
|
17877
|
+
left: 35px;
|
17878
|
+
top: 44px;
|
17879
|
+
z-index: 1;
|
17880
|
+
transition-duration: 300ms;
|
17881
|
+
transition-property: height;
|
18207
17882
|
}
|
18208
|
-
.v-
|
18209
|
-
transition: none;
|
18210
|
-
}.v-treeview-item--filtered {
|
17883
|
+
.v-stepper-vertical-item:after {
|
18211
17884
|
display: none;
|
18212
17885
|
}
|
18213
|
-
|
18214
|
-
|
18215
|
-
--indent-padding: 0px;
|
18216
|
-
}
|
18217
|
-
|
18218
|
-
.v-treeview-group.v-list-group {
|
18219
|
-
--list-indent-size: 16px;
|
17886
|
+
.v-stepper-vertical-item.v-expansion-panel--disabled .v-expansion-panel-title, .v-stepper-vertical-item:not(.v-stepper-vertical-item--editable) .v-expansion-panel-title {
|
17887
|
+
pointer-events: none;
|
18220
17888
|
}
|
18221
|
-
.v-
|
18222
|
-
|
17889
|
+
.v-stepper-vertical-item.v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay, .v-stepper-vertical-item:not(.v-stepper-vertical-item--editable) .v-expansion-panel-title .v-expansion-panel-title__overlay {
|
17890
|
+
opacity: 0;
|
18223
17891
|
}
|
18224
|
-
|
18225
|
-
|
18226
|
-
|
18227
|
-
|
18228
|
-
|
17892
|
+
|
17893
|
+
.v-stepper-vertical-item__avatar.v-avatar {
|
17894
|
+
background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
|
17895
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
17896
|
+
transition-property: background;
|
18229
17897
|
}
|
18230
|
-
.v-
|
18231
|
-
padding: 0;
|
18232
|
-
margin-bottom: 20px;
|
18233
|
-
}.v-time-picker-controls {
|
18234
|
-
display: flex;
|
18235
|
-
align-items: center;
|
18236
|
-
justify-content: center;
|
17898
|
+
.v-stepper-vertical-item__avatar.v-avatar .v-icon {
|
18237
17899
|
font-size: 0.875rem;
|
18238
|
-
padding-top: 4px;
|
18239
|
-
padding-bottom: 4px;
|
18240
|
-
margin-bottom: 36px;
|
18241
|
-
}
|
18242
|
-
.v-time-picker-controls__text {
|
18243
|
-
padding-bottom: 12px;
|
18244
17900
|
}
|
18245
|
-
.v-
|
18246
|
-
|
18247
|
-
white-space: nowrap;
|
18248
|
-
direction: ltr;
|
18249
|
-
justify-content: center;
|
18250
|
-
}
|
18251
|
-
.v-time-picker-controls__time__btn.v-btn--density-default.v-btn {
|
18252
|
-
width: 96px;
|
18253
|
-
height: 80px;
|
18254
|
-
font-size: 56px;
|
18255
|
-
}
|
18256
|
-
.v-time-picker-controls__time__btn.v-btn--density-default.v-btn__active {
|
18257
|
-
background: rgb(var(--v-theme-primary));
|
18258
|
-
}
|
18259
|
-
.v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-ampm__btn {
|
18260
|
-
width: 96px;
|
18261
|
-
height: 80px;
|
18262
|
-
}
|
18263
|
-
.v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-seconds__btn {
|
18264
|
-
width: 64px;
|
18265
|
-
height: 80px;
|
18266
|
-
font-size: 40px;
|
18267
|
-
}
|
18268
|
-
.v-time-picker-controls__time__separator {
|
18269
|
-
font-size: 56px;
|
18270
|
-
height: 80px;
|
18271
|
-
width: 24px;
|
18272
|
-
text-align: center;
|
17901
|
+
.v-expansion-panel--active .v-stepper-vertical-item__avatar.v-avatar {
|
17902
|
+
background: rgb(var(--v-theme-surface-variant));
|
18273
17903
|
}
|
18274
|
-
.v-
|
18275
|
-
|
18276
|
-
|
17904
|
+
.v-stepper-vertical-item--error .v-stepper-vertical-item__avatar.v-avatar {
|
17905
|
+
background: rgb(var(--v-theme-error));
|
17906
|
+
color: rgb(var(--v-theme-on-error));
|
18277
17907
|
}
|
18278
17908
|
|
18279
|
-
.v-
|
18280
|
-
|
18281
|
-
align-self: flex-end;
|
18282
|
-
display: flex;
|
18283
|
-
flex-direction: column;
|
18284
|
-
font-size: 18px;
|
18285
|
-
text-transform: uppercase;
|
18286
|
-
}
|
18287
|
-
.v-time-picker-controls__ampm--readonly {
|
18288
|
-
pointer-events: none;
|
18289
|
-
}
|
18290
|
-
.v-time-picker-controls__ampm--readonly .v-picker__title__btn.v-picker__title__btn--active {
|
18291
|
-
opacity: 0.6;
|
18292
|
-
}
|
18293
|
-
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default {
|
18294
|
-
font-size: 18px;
|
18295
|
-
padding: 0 8px;
|
18296
|
-
min-width: 52px;
|
18297
|
-
height: 40px;
|
18298
|
-
}
|
18299
|
-
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default.v-time-picker-controls__ampm__am {
|
18300
|
-
border-radius: 4px 4px 0 0;
|
18301
|
-
border: 1px solid;
|
18302
|
-
}
|
18303
|
-
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default.v-time-picker-controls__ampm__pm {
|
18304
|
-
border-radius: 0 0 4px 4px;
|
18305
|
-
border: 1px solid;
|
18306
|
-
border-top: none;
|
18307
|
-
}
|
18308
|
-
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default__active {
|
18309
|
-
background: rgb(var(--v-theme-primary));
|
17909
|
+
.v-stepper-vertical-item--error .v-stepper-vertical-item__title {
|
17910
|
+
color: rgb(var(--v-theme-error));
|
18310
17911
|
}
|
18311
17912
|
|
18312
|
-
.v-
|
18313
|
-
|
18314
|
-
justify-content: center;
|
18315
|
-
height: 100%;
|
18316
|
-
}
|
18317
|
-
.v-picker__title--landscape .v-time-picker-controls__time {
|
18318
|
-
text-align: right;
|
18319
|
-
}
|
18320
|
-
.v-picker__title--landscape .v-time-picker-controls__time .v-picker__title__btn,
|
18321
|
-
.v-picker__title--landscape .v-time-picker-controls__time span {
|
18322
|
-
height: 55px;
|
18323
|
-
font-size: 55px;
|
18324
|
-
}
|
18325
|
-
.v-picker__title--landscape .v-time-picker-controls__ampm {
|
18326
|
-
margin: 16px 0 0;
|
18327
|
-
align-self: initial;
|
18328
|
-
text-align: center;
|
17913
|
+
.v-stepper-vertical-item--error .v-stepper-vertical-item__subtitle {
|
17914
|
+
color: rgb(var(--v-theme-error));
|
18329
17915
|
}
|
18330
17916
|
|
18331
|
-
.v-
|
18332
|
-
|
17917
|
+
.v-stepper-vertical-actions.v-stepper-actions .v-btn {
|
17918
|
+
margin-inline-end: 8px;
|
18333
17919
|
}
|
18334
|
-
.v-
|
18335
|
-
|
17920
|
+
.v-stepper .v-stepper-vertical-actions.v-stepper-actions {
|
17921
|
+
justify-content: flex-end;
|
17922
|
+
padding: 24px 0 0;
|
17923
|
+
flex-direction: row-reverse;
|
18336
17924
|
}.v-time-picker-clock {
|
18337
17925
|
background: rgb(var(--v-theme-background));
|
18338
17926
|
color: rgb(var(--v-theme-on-background));
|
@@ -18464,6 +18052,158 @@ html.overflow-y-hidden {
|
|
18464
18052
|
|
18465
18053
|
.v-picker--landscape .v-time-picker-clock__container {
|
18466
18054
|
flex-direction: row;
|
18055
|
+
}.v-pull-to-refresh {
|
18056
|
+
overflow: hidden;
|
18057
|
+
position: relative;
|
18058
|
+
}
|
18059
|
+
.v-pull-to-refresh__pull-down {
|
18060
|
+
position: absolute;
|
18061
|
+
width: 100%;
|
18062
|
+
transition: top 0.3s ease-out;
|
18063
|
+
}
|
18064
|
+
.v-pull-to-refresh__pull-down--touching {
|
18065
|
+
transition: none;
|
18066
|
+
}
|
18067
|
+
.v-pull-to-refresh__pull-down-default {
|
18068
|
+
display: flex;
|
18069
|
+
width: 100%;
|
18070
|
+
height: 100%;
|
18071
|
+
justify-content: center;
|
18072
|
+
align-items: flex-end;
|
18073
|
+
padding-bottom: 10px;
|
18074
|
+
}
|
18075
|
+
.v-pull-to-refresh__scroll-container {
|
18076
|
+
position: relative;
|
18077
|
+
transition: top 0.3s ease-out;
|
18078
|
+
}
|
18079
|
+
.v-pull-to-refresh__scroll-container--touching {
|
18080
|
+
transition: none;
|
18081
|
+
}.v-time-picker.v-picker {
|
18082
|
+
padding: 24px;
|
18083
|
+
width: 328px;
|
18084
|
+
}
|
18085
|
+
.v-time-picker.v-picker .v-picker-title {
|
18086
|
+
padding: 0;
|
18087
|
+
margin-bottom: 20px;
|
18088
|
+
}.v-treeview-item--filtered {
|
18089
|
+
display: none;
|
18090
|
+
}
|
18091
|
+
|
18092
|
+
.v-treeview {
|
18093
|
+
--indent-padding: 0px;
|
18094
|
+
}
|
18095
|
+
|
18096
|
+
.v-treeview-group.v-list-group {
|
18097
|
+
--list-indent-size: 16px;
|
18098
|
+
}
|
18099
|
+
.v-list--slim .v-treeview-group.v-list-group {
|
18100
|
+
--prepend-width: 16px;
|
18101
|
+
}
|
18102
|
+
.v-treeview-group.v-list-group .v-list-group__items .v-list-item {
|
18103
|
+
padding-inline-start: calc(12px + var(--indent-padding)) !important;
|
18104
|
+
}.v-time-picker-controls {
|
18105
|
+
display: flex;
|
18106
|
+
align-items: center;
|
18107
|
+
justify-content: center;
|
18108
|
+
font-size: 0.875rem;
|
18109
|
+
padding-top: 4px;
|
18110
|
+
padding-bottom: 4px;
|
18111
|
+
margin-bottom: 36px;
|
18112
|
+
}
|
18113
|
+
.v-time-picker-controls__text {
|
18114
|
+
padding-bottom: 12px;
|
18115
|
+
}
|
18116
|
+
.v-time-picker-controls__time {
|
18117
|
+
display: flex;
|
18118
|
+
white-space: nowrap;
|
18119
|
+
direction: ltr;
|
18120
|
+
justify-content: center;
|
18121
|
+
}
|
18122
|
+
.v-time-picker-controls__time__btn.v-btn--density-default.v-btn {
|
18123
|
+
width: 96px;
|
18124
|
+
height: 80px;
|
18125
|
+
font-size: 56px;
|
18126
|
+
}
|
18127
|
+
.v-time-picker-controls__time__btn.v-btn--density-default.v-btn__active {
|
18128
|
+
background: rgb(var(--v-theme-primary));
|
18129
|
+
}
|
18130
|
+
.v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-ampm__btn {
|
18131
|
+
width: 96px;
|
18132
|
+
height: 80px;
|
18133
|
+
}
|
18134
|
+
.v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-seconds__btn {
|
18135
|
+
width: 64px;
|
18136
|
+
height: 80px;
|
18137
|
+
font-size: 40px;
|
18138
|
+
}
|
18139
|
+
.v-time-picker-controls__time__separator {
|
18140
|
+
font-size: 56px;
|
18141
|
+
height: 80px;
|
18142
|
+
width: 24px;
|
18143
|
+
text-align: center;
|
18144
|
+
}
|
18145
|
+
.v-time-picker-controls__time__separator.v-time-picker-controls--with-seconds__time__separator {
|
18146
|
+
height: 80px;
|
18147
|
+
font-size: 56px;
|
18148
|
+
}
|
18149
|
+
|
18150
|
+
.v-time-picker-controls__ampm {
|
18151
|
+
margin-left: 12px;
|
18152
|
+
align-self: flex-end;
|
18153
|
+
display: flex;
|
18154
|
+
flex-direction: column;
|
18155
|
+
font-size: 18px;
|
18156
|
+
text-transform: uppercase;
|
18157
|
+
}
|
18158
|
+
.v-time-picker-controls__ampm--readonly {
|
18159
|
+
pointer-events: none;
|
18160
|
+
}
|
18161
|
+
.v-time-picker-controls__ampm--readonly .v-picker__title__btn.v-picker__title__btn--active {
|
18162
|
+
opacity: 0.6;
|
18163
|
+
}
|
18164
|
+
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default {
|
18165
|
+
font-size: 18px;
|
18166
|
+
padding: 0 8px;
|
18167
|
+
min-width: 52px;
|
18168
|
+
height: 40px;
|
18169
|
+
}
|
18170
|
+
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default.v-time-picker-controls__ampm__am {
|
18171
|
+
border-radius: 4px 4px 0 0;
|
18172
|
+
border: 1px solid;
|
18173
|
+
}
|
18174
|
+
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default.v-time-picker-controls__ampm__pm {
|
18175
|
+
border-radius: 0 0 4px 4px;
|
18176
|
+
border: 1px solid;
|
18177
|
+
border-top: none;
|
18178
|
+
}
|
18179
|
+
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default__active {
|
18180
|
+
background: rgb(var(--v-theme-primary));
|
18181
|
+
}
|
18182
|
+
|
18183
|
+
.v-picker__title--landscape .v-time-picker-controls {
|
18184
|
+
flex-direction: column;
|
18185
|
+
justify-content: center;
|
18186
|
+
height: 100%;
|
18187
|
+
}
|
18188
|
+
.v-picker__title--landscape .v-time-picker-controls__time {
|
18189
|
+
text-align: right;
|
18190
|
+
}
|
18191
|
+
.v-picker__title--landscape .v-time-picker-controls__time .v-picker__title__btn,
|
18192
|
+
.v-picker__title--landscape .v-time-picker-controls__time span {
|
18193
|
+
height: 55px;
|
18194
|
+
font-size: 55px;
|
18195
|
+
}
|
18196
|
+
.v-picker__title--landscape .v-time-picker-controls__ampm {
|
18197
|
+
margin: 16px 0 0;
|
18198
|
+
align-self: initial;
|
18199
|
+
text-align: center;
|
18200
|
+
}
|
18201
|
+
|
18202
|
+
.v-picker--time .v-picker__title--landscape {
|
18203
|
+
padding: 0;
|
18204
|
+
}
|
18205
|
+
.v-picker--time .v-picker__title--landscape .v-time-picker-controls__time {
|
18206
|
+
text-align: center;
|
18467
18207
|
}.v-alert {
|
18468
18208
|
display: grid;
|
18469
18209
|
flex: 1 1;
|
@@ -18676,22 +18416,6 @@ html.overflow-y-hidden {
|
|
18676
18416
|
text-transform: none;
|
18677
18417
|
word-break: normal;
|
18678
18418
|
word-wrap: break-word;
|
18679
|
-
}.v-application {
|
18680
|
-
display: flex;
|
18681
|
-
background: rgb(var(--v-theme-background));
|
18682
|
-
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
18683
|
-
}
|
18684
|
-
|
18685
|
-
.v-application__wrap {
|
18686
|
-
-webkit-backface-visibility: hidden;
|
18687
|
-
backface-visibility: hidden;
|
18688
|
-
display: flex;
|
18689
|
-
flex-direction: column;
|
18690
|
-
flex: 1 1 auto;
|
18691
|
-
max-width: 100%;
|
18692
|
-
min-height: 100vh;
|
18693
|
-
min-height: 100dvh;
|
18694
|
-
position: relative;
|
18695
18419
|
}.v-app-bar {
|
18696
18420
|
display: flex;
|
18697
18421
|
}
|
@@ -18880,6 +18604,77 @@ html.overflow-y-hidden {
|
|
18880
18604
|
.v-avatar .v-img {
|
18881
18605
|
height: 100%;
|
18882
18606
|
width: 100%;
|
18607
|
+
}.v-badge {
|
18608
|
+
display: inline-block;
|
18609
|
+
line-height: 1;
|
18610
|
+
}
|
18611
|
+
|
18612
|
+
.v-badge__badge {
|
18613
|
+
align-items: center;
|
18614
|
+
display: inline-flex;
|
18615
|
+
border-radius: 10px;
|
18616
|
+
font-size: 0.75rem;
|
18617
|
+
font-weight: 500;
|
18618
|
+
height: 1.25rem;
|
18619
|
+
justify-content: center;
|
18620
|
+
min-width: 20px;
|
18621
|
+
padding: 4px 6px;
|
18622
|
+
pointer-events: auto;
|
18623
|
+
position: absolute;
|
18624
|
+
text-align: center;
|
18625
|
+
text-indent: 0;
|
18626
|
+
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
18627
|
+
white-space: nowrap;
|
18628
|
+
background: rgb(var(--v-theme-surface-variant));
|
18629
|
+
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
18630
|
+
}
|
18631
|
+
.v-badge--bordered .v-badge__badge::after {
|
18632
|
+
border-radius: inherit;
|
18633
|
+
border-style: solid;
|
18634
|
+
border-width: 2px;
|
18635
|
+
bottom: 0;
|
18636
|
+
color: rgb(var(--v-theme-background));
|
18637
|
+
content: "";
|
18638
|
+
left: 0;
|
18639
|
+
position: absolute;
|
18640
|
+
right: 0;
|
18641
|
+
top: 0;
|
18642
|
+
transform: scale(1.05);
|
18643
|
+
}
|
18644
|
+
.v-badge--dot .v-badge__badge {
|
18645
|
+
border-radius: 4.5px;
|
18646
|
+
height: 9px;
|
18647
|
+
min-width: 0;
|
18648
|
+
padding: 0;
|
18649
|
+
width: 9px;
|
18650
|
+
}
|
18651
|
+
.v-badge--dot .v-badge__badge::after {
|
18652
|
+
border-width: 1.5px;
|
18653
|
+
}
|
18654
|
+
.v-badge--inline .v-badge__badge {
|
18655
|
+
position: relative;
|
18656
|
+
vertical-align: middle;
|
18657
|
+
}
|
18658
|
+
.v-badge__badge .v-icon {
|
18659
|
+
color: inherit;
|
18660
|
+
font-size: 0.75rem;
|
18661
|
+
margin: 0 -2px;
|
18662
|
+
}
|
18663
|
+
.v-badge__badge img,
|
18664
|
+
.v-badge__badge .v-img {
|
18665
|
+
height: 100%;
|
18666
|
+
width: 100%;
|
18667
|
+
}
|
18668
|
+
|
18669
|
+
.v-badge__wrapper {
|
18670
|
+
display: flex;
|
18671
|
+
position: relative;
|
18672
|
+
}
|
18673
|
+
.v-badge--inline .v-badge__wrapper {
|
18674
|
+
align-items: center;
|
18675
|
+
display: inline-flex;
|
18676
|
+
justify-content: center;
|
18677
|
+
margin: 0 4px;
|
18883
18678
|
}.v-banner {
|
18884
18679
|
display: grid;
|
18885
18680
|
flex: 1 1;
|
@@ -18981,188 +18776,62 @@ html.overflow-y-hidden {
|
|
18981
18776
|
.v-banner--density-compact.v-banner--one-line .v-banner-actions {
|
18982
18777
|
margin-bottom: 0;
|
18983
18778
|
}
|
18984
|
-
.v-banner--density-compact.v-banner--two-line {
|
18985
|
-
padding-top: 8px;
|
18986
|
-
padding-bottom: 8px;
|
18987
|
-
}
|
18988
|
-
.v-banner--density-compact.v-banner--three-line {
|
18989
|
-
padding-top: 16px;
|
18990
|
-
padding-bottom: 8px;
|
18991
|
-
}
|
18992
|
-
.v-banner--density-compact:not(.v-banner--one-line) .v-banner-actions, .v-banner--density-compact.v-banner--two-line .v-banner-actions, .v-banner--density-compact.v-banner--three-line .v-banner-actions {
|
18993
|
-
margin-top: 12px;
|
18994
|
-
}
|
18995
|
-
|
18996
|
-
.v-banner--sticky {
|
18997
|
-
top: 0;
|
18998
|
-
}
|
18999
|
-
|
19000
|
-
.v-banner__content {
|
19001
|
-
align-items: center;
|
19002
|
-
display: flex;
|
19003
|
-
grid-area: content;
|
19004
|
-
}
|
19005
|
-
|
19006
|
-
.v-banner__prepend {
|
19007
|
-
align-self: flex-start;
|
19008
|
-
grid-area: prepend;
|
19009
|
-
margin-inline-end: 24px;
|
19010
|
-
}
|
19011
|
-
|
19012
|
-
.v-banner-actions {
|
19013
|
-
align-self: flex-end;
|
19014
|
-
display: flex;
|
19015
|
-
flex: 0 1;
|
19016
|
-
grid-area: actions;
|
19017
|
-
justify-content: flex-end;
|
19018
|
-
}
|
19019
|
-
.v-banner--two-line .v-banner-actions, .v-banner--three-line .v-banner-actions {
|
19020
|
-
margin-top: 20px;
|
19021
|
-
}
|
19022
|
-
|
19023
|
-
.v-banner-text {
|
19024
|
-
-webkit-box-orient: vertical;
|
19025
|
-
display: -webkit-box;
|
19026
|
-
padding-inline-end: 90px;
|
19027
|
-
overflow: hidden;
|
19028
|
-
}
|
19029
|
-
.v-banner--one-line .v-banner-text {
|
19030
|
-
-webkit-line-clamp: 1;
|
19031
|
-
}
|
19032
|
-
.v-banner--two-line .v-banner-text {
|
19033
|
-
-webkit-line-clamp: 2;
|
19034
|
-
}
|
19035
|
-
.v-banner--three-line .v-banner-text {
|
19036
|
-
-webkit-line-clamp: 3;
|
19037
|
-
}
|
19038
|
-
.v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
|
19039
|
-
align-self: flex-start;
|
19040
|
-
}.v-badge {
|
19041
|
-
display: inline-block;
|
19042
|
-
line-height: 1;
|
19043
|
-
}
|
19044
|
-
|
19045
|
-
.v-badge__badge {
|
19046
|
-
align-items: center;
|
19047
|
-
display: inline-flex;
|
19048
|
-
border-radius: 10px;
|
19049
|
-
font-size: 0.75rem;
|
19050
|
-
font-weight: 500;
|
19051
|
-
height: 1.25rem;
|
19052
|
-
justify-content: center;
|
19053
|
-
min-width: 20px;
|
19054
|
-
padding: 4px 6px;
|
19055
|
-
pointer-events: auto;
|
19056
|
-
position: absolute;
|
19057
|
-
text-align: center;
|
19058
|
-
text-indent: 0;
|
19059
|
-
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
19060
|
-
white-space: nowrap;
|
19061
|
-
background: rgb(var(--v-theme-surface-variant));
|
19062
|
-
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
19063
|
-
}
|
19064
|
-
.v-badge--bordered .v-badge__badge::after {
|
19065
|
-
border-radius: inherit;
|
19066
|
-
border-style: solid;
|
19067
|
-
border-width: 2px;
|
19068
|
-
bottom: 0;
|
19069
|
-
color: rgb(var(--v-theme-background));
|
19070
|
-
content: "";
|
19071
|
-
left: 0;
|
19072
|
-
position: absolute;
|
19073
|
-
right: 0;
|
19074
|
-
top: 0;
|
19075
|
-
transform: scale(1.05);
|
19076
|
-
}
|
19077
|
-
.v-badge--dot .v-badge__badge {
|
19078
|
-
border-radius: 4.5px;
|
19079
|
-
height: 9px;
|
19080
|
-
min-width: 0;
|
19081
|
-
padding: 0;
|
19082
|
-
width: 9px;
|
19083
|
-
}
|
19084
|
-
.v-badge--dot .v-badge__badge::after {
|
19085
|
-
border-width: 1.5px;
|
19086
|
-
}
|
19087
|
-
.v-badge--inline .v-badge__badge {
|
19088
|
-
position: relative;
|
19089
|
-
vertical-align: middle;
|
19090
|
-
}
|
19091
|
-
.v-badge__badge .v-icon {
|
19092
|
-
color: inherit;
|
19093
|
-
font-size: 0.75rem;
|
19094
|
-
margin: 0 -2px;
|
18779
|
+
.v-banner--density-compact.v-banner--two-line {
|
18780
|
+
padding-top: 8px;
|
18781
|
+
padding-bottom: 8px;
|
19095
18782
|
}
|
19096
|
-
.v-
|
19097
|
-
|
19098
|
-
|
19099
|
-
|
18783
|
+
.v-banner--density-compact.v-banner--three-line {
|
18784
|
+
padding-top: 16px;
|
18785
|
+
padding-bottom: 8px;
|
18786
|
+
}
|
18787
|
+
.v-banner--density-compact:not(.v-banner--one-line) .v-banner-actions, .v-banner--density-compact.v-banner--two-line .v-banner-actions, .v-banner--density-compact.v-banner--three-line .v-banner-actions {
|
18788
|
+
margin-top: 12px;
|
19100
18789
|
}
|
19101
18790
|
|
19102
|
-
.v-
|
19103
|
-
|
19104
|
-
position: relative;
|
18791
|
+
.v-banner--sticky {
|
18792
|
+
top: 0;
|
19105
18793
|
}
|
19106
|
-
|
18794
|
+
|
18795
|
+
.v-banner__content {
|
19107
18796
|
align-items: center;
|
19108
|
-
display: inline-flex;
|
19109
|
-
justify-content: center;
|
19110
|
-
margin: 0 4px;
|
19111
|
-
}.v-bottom-navigation {
|
19112
18797
|
display: flex;
|
19113
|
-
|
19114
|
-
overflow: hidden;
|
19115
|
-
position: absolute;
|
19116
|
-
transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
|
19117
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19118
|
-
border-style: solid;
|
19119
|
-
border-width: 0;
|
19120
|
-
border-radius: 0;
|
19121
|
-
background: rgb(var(--v-theme-surface));
|
19122
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
19123
|
-
}
|
19124
|
-
.v-bottom-navigation--border {
|
19125
|
-
border-width: thin;
|
19126
|
-
box-shadow: none;
|
18798
|
+
grid-area: content;
|
19127
18799
|
}
|
19128
|
-
|
19129
|
-
|
18800
|
+
|
18801
|
+
.v-banner__prepend {
|
18802
|
+
align-self: flex-start;
|
18803
|
+
grid-area: prepend;
|
18804
|
+
margin-inline-end: 24px;
|
19130
18805
|
}
|
19131
18806
|
|
19132
|
-
.v-
|
18807
|
+
.v-banner-actions {
|
18808
|
+
align-self: flex-end;
|
19133
18809
|
display: flex;
|
19134
|
-
flex:
|
19135
|
-
|
19136
|
-
justify-content:
|
19137
|
-
transition: inherit;
|
19138
|
-
width: 100%;
|
18810
|
+
flex: 0 1;
|
18811
|
+
grid-area: actions;
|
18812
|
+
justify-content: flex-end;
|
19139
18813
|
}
|
19140
|
-
.v-
|
19141
|
-
|
19142
|
-
height: 100%;
|
19143
|
-
max-width: 168px;
|
19144
|
-
min-width: 80px;
|
19145
|
-
text-transform: none;
|
19146
|
-
transition: inherit;
|
19147
|
-
width: auto;
|
19148
|
-
border-radius: 0;
|
18814
|
+
.v-banner--two-line .v-banner-actions, .v-banner--three-line .v-banner-actions {
|
18815
|
+
margin-top: 20px;
|
19149
18816
|
}
|
19150
|
-
|
19151
|
-
.v-
|
19152
|
-
|
18817
|
+
|
18818
|
+
.v-banner-text {
|
18819
|
+
-webkit-box-orient: vertical;
|
18820
|
+
display: -webkit-box;
|
18821
|
+
padding-inline-end: 90px;
|
18822
|
+
overflow: hidden;
|
19153
18823
|
}
|
19154
|
-
.v-
|
19155
|
-
|
18824
|
+
.v-banner--one-line .v-banner-text {
|
18825
|
+
-webkit-line-clamp: 1;
|
19156
18826
|
}
|
19157
|
-
.v-
|
19158
|
-
|
18827
|
+
.v-banner--two-line .v-banner-text {
|
18828
|
+
-webkit-line-clamp: 2;
|
19159
18829
|
}
|
19160
|
-
.v-
|
19161
|
-
|
19162
|
-
opacity: 0;
|
18830
|
+
.v-banner--three-line .v-banner-text {
|
18831
|
+
-webkit-line-clamp: 3;
|
19163
18832
|
}
|
19164
|
-
.v-
|
19165
|
-
|
18833
|
+
.v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
|
18834
|
+
align-self: flex-start;
|
19166
18835
|
}.v-breadcrumbs {
|
19167
18836
|
display: flex;
|
19168
18837
|
align-items: center;
|
@@ -19220,19 +18889,6 @@ html.overflow-y-hidden {
|
|
19220
18889
|
display: inline-block;
|
19221
18890
|
padding: 0 8px;
|
19222
18891
|
vertical-align: middle;
|
19223
|
-
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
19224
|
-
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
19225
|
-
}
|
19226
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
19227
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
19228
|
-
}
|
19229
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
19230
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19231
|
-
}
|
19232
|
-
@supports not selector(:focus-visible) {
|
19233
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
19234
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19235
|
-
}
|
19236
18892
|
}.bottom-sheet-transition-enter-from {
|
19237
18893
|
transform: translateY(100%);
|
19238
18894
|
}
|
@@ -19265,62 +18921,74 @@ html.overflow-y-hidden {
|
|
19265
18921
|
.v-bottom-sheet.v-bottom-sheet--inset {
|
19266
18922
|
max-width: 70%;
|
19267
18923
|
}
|
19268
|
-
}.v-btn-
|
19269
|
-
|
19270
|
-
|
18924
|
+
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
18925
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
18926
|
+
}
|
18927
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
18928
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
18929
|
+
}
|
18930
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
18931
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
18932
|
+
}
|
18933
|
+
@supports not selector(:focus-visible) {
|
18934
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
18935
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
18936
|
+
}
|
18937
|
+
}.v-bottom-navigation {
|
18938
|
+
display: flex;
|
19271
18939
|
max-width: 100%;
|
19272
|
-
min-width: 0;
|
19273
18940
|
overflow: hidden;
|
19274
|
-
|
18941
|
+
position: absolute;
|
18942
|
+
transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
|
19275
18943
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19276
18944
|
border-style: solid;
|
19277
18945
|
border-width: 0;
|
19278
|
-
|
19279
|
-
|
19280
|
-
background: transparent;
|
18946
|
+
border-radius: 0;
|
18947
|
+
background: rgb(var(--v-theme-surface));
|
19281
18948
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
19282
18949
|
}
|
19283
|
-
.v-
|
18950
|
+
.v-bottom-navigation--border {
|
19284
18951
|
border-width: thin;
|
19285
18952
|
box-shadow: none;
|
19286
18953
|
}
|
19287
|
-
.v-
|
19288
|
-
|
19289
|
-
}
|
19290
|
-
|
19291
|
-
.v-btn-group--density-comfortable.v-btn-group {
|
19292
|
-
height: 40px;
|
18954
|
+
.v-bottom-navigation--active {
|
18955
|
+
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
19293
18956
|
}
|
19294
18957
|
|
19295
|
-
.v-
|
19296
|
-
|
18958
|
+
.v-bottom-navigation__content {
|
18959
|
+
display: flex;
|
18960
|
+
flex: none;
|
18961
|
+
font-size: 0.75rem;
|
18962
|
+
justify-content: center;
|
18963
|
+
transition: inherit;
|
18964
|
+
width: 100%;
|
19297
18965
|
}
|
19298
|
-
|
19299
|
-
|
18966
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
18967
|
+
font-size: inherit;
|
18968
|
+
height: 100%;
|
18969
|
+
max-width: 168px;
|
18970
|
+
min-width: 80px;
|
18971
|
+
text-transform: none;
|
18972
|
+
transition: inherit;
|
18973
|
+
width: auto;
|
19300
18974
|
border-radius: 0;
|
19301
|
-
border-color: inherit;
|
19302
|
-
}
|
19303
|
-
.v-btn-group .v-btn:not(:last-child) {
|
19304
|
-
border-inline-end: none;
|
19305
18975
|
}
|
19306
|
-
.v-
|
19307
|
-
|
18976
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
|
18977
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
18978
|
+
transition: inherit;
|
19308
18979
|
}
|
19309
|
-
.v-
|
19310
|
-
|
19311
|
-
border-end-start-radius: inherit;
|
18980
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
18981
|
+
font-size: 1.5rem;
|
19312
18982
|
}
|
19313
|
-
.v-
|
19314
|
-
|
19315
|
-
border-end-end-radius: inherit;
|
18983
|
+
.v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
|
18984
|
+
flex-grow: 1;
|
19316
18985
|
}
|
19317
|
-
.v-
|
19318
|
-
|
19319
|
-
|
19320
|
-
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18986
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
18987
|
+
transition: inherit;
|
18988
|
+
opacity: 0;
|
19321
18989
|
}
|
19322
|
-
.v-btn-
|
19323
|
-
|
18990
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
18991
|
+
transform: translateY(0.5rem);
|
19324
18992
|
}.v-btn {
|
19325
18993
|
align-items: center;
|
19326
18994
|
border-radius: 4px;
|
@@ -19708,31 +19376,94 @@ html.overflow-y-hidden {
|
|
19708
19376
|
transition: opacity 0.2s ease-in-out;
|
19709
19377
|
}
|
19710
19378
|
|
19711
|
-
.v-btn__overlay,
|
19712
|
-
.v-btn__underlay {
|
19379
|
+
.v-btn__overlay,
|
19380
|
+
.v-btn__underlay {
|
19381
|
+
position: absolute;
|
19382
|
+
top: 0;
|
19383
|
+
left: 0;
|
19384
|
+
width: 100%;
|
19385
|
+
height: 100%;
|
19386
|
+
pointer-events: none;
|
19387
|
+
}
|
19388
|
+
|
19389
|
+
.v-card-actions .v-btn ~ .v-btn:not(.v-btn-toggle .v-btn) {
|
19390
|
+
margin-inline-start: 0.5rem;
|
19391
|
+
}
|
19392
|
+
|
19393
|
+
.v-pagination .v-btn {
|
19394
|
+
border-radius: 4px;
|
19395
|
+
}
|
19396
|
+
.v-pagination .v-btn--rounded {
|
19397
|
+
border-radius: 50%;
|
19398
|
+
}
|
19399
|
+
.v-btn__overlay {
|
19400
|
+
transition: none;
|
19401
|
+
}
|
19402
|
+
.v-pagination__item--is-active .v-btn__overlay {
|
19403
|
+
opacity: var(--v-border-opacity);
|
19404
|
+
}.v-carousel {
|
19405
|
+
overflow: hidden;
|
19406
|
+
position: relative;
|
19407
|
+
width: 100%;
|
19408
|
+
}
|
19409
|
+
.v-carousel__controls {
|
19410
|
+
align-items: center;
|
19411
|
+
bottom: 0;
|
19412
|
+
display: flex;
|
19413
|
+
height: 50px;
|
19414
|
+
justify-content: center;
|
19415
|
+
list-style-type: none;
|
19416
|
+
position: absolute;
|
19417
|
+
width: 100%;
|
19418
|
+
z-index: 1;
|
19419
|
+
background: rgba(var(--v-theme-surface-variant), 0.3);
|
19420
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
19421
|
+
}
|
19422
|
+
.v-carousel__controls > .v-item-group {
|
19423
|
+
flex: 0 1 auto;
|
19424
|
+
}
|
19425
|
+
.v-carousel__controls__item {
|
19426
|
+
margin: 0 8px;
|
19427
|
+
}
|
19428
|
+
.v-carousel__controls__item .v-icon {
|
19429
|
+
opacity: 0.5;
|
19430
|
+
}
|
19431
|
+
.v-carousel__controls__item--active .v-icon {
|
19432
|
+
opacity: 1;
|
19433
|
+
vertical-align: middle;
|
19434
|
+
}
|
19435
|
+
.v-carousel__controls__item:hover {
|
19436
|
+
background: none;
|
19437
|
+
}
|
19438
|
+
.v-carousel__controls__item:hover .v-icon {
|
19439
|
+
opacity: 0.8;
|
19440
|
+
}
|
19441
|
+
|
19442
|
+
.v-carousel__progress {
|
19443
|
+
margin: 0;
|
19713
19444
|
position: absolute;
|
19714
|
-
|
19445
|
+
bottom: 0;
|
19715
19446
|
left: 0;
|
19716
|
-
|
19717
|
-
height: 100%;
|
19718
|
-
pointer-events: none;
|
19719
|
-
}
|
19720
|
-
|
19721
|
-
.v-card-actions .v-btn ~ .v-btn:not(.v-btn-toggle .v-btn) {
|
19722
|
-
margin-inline-start: 0.5rem;
|
19447
|
+
right: 0;
|
19723
19448
|
}
|
19724
19449
|
|
19725
|
-
.v-
|
19726
|
-
|
19450
|
+
.v-carousel-item {
|
19451
|
+
display: block;
|
19452
|
+
height: inherit;
|
19453
|
+
text-decoration: none;
|
19727
19454
|
}
|
19728
|
-
.v-
|
19729
|
-
|
19455
|
+
.v-carousel-item > .v-img {
|
19456
|
+
height: inherit;
|
19730
19457
|
}
|
19731
|
-
|
19732
|
-
|
19458
|
+
|
19459
|
+
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
19460
|
+
background: transparent;
|
19733
19461
|
}
|
19734
|
-
|
19735
|
-
|
19462
|
+
|
19463
|
+
.v-carousel--vertical-delimiters .v-carousel__controls {
|
19464
|
+
flex-direction: column;
|
19465
|
+
height: 100% !important;
|
19466
|
+
width: 50px;
|
19736
19467
|
}.v-card {
|
19737
19468
|
display: block;
|
19738
19469
|
overflow: hidden;
|
@@ -20032,92 +19763,62 @@ html.overflow-y-hidden {
|
|
20032
19763
|
pointer-events: none;
|
20033
19764
|
opacity: 0;
|
20034
19765
|
transition: opacity 0.2s ease-in-out;
|
20035
|
-
}.v-
|
20036
|
-
|
20037
|
-
|
20038
|
-
|
20039
|
-
min-
|
20040
|
-
}.v-carousel {
|
19766
|
+
}.v-btn-group {
|
19767
|
+
display: inline-flex;
|
19768
|
+
flex-wrap: nowrap;
|
19769
|
+
max-width: 100%;
|
19770
|
+
min-width: 0;
|
20041
19771
|
overflow: hidden;
|
20042
|
-
position: relative;
|
20043
|
-
width: 100%;
|
20044
|
-
}
|
20045
|
-
.v-carousel__controls {
|
20046
|
-
align-items: center;
|
20047
|
-
bottom: 0;
|
20048
|
-
display: flex;
|
20049
|
-
height: 50px;
|
20050
|
-
justify-content: center;
|
20051
|
-
list-style-type: none;
|
20052
|
-
position: absolute;
|
20053
|
-
width: 100%;
|
20054
|
-
z-index: 1;
|
20055
|
-
background: rgba(var(--v-theme-surface-variant), 0.3);
|
20056
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
20057
|
-
}
|
20058
|
-
.v-carousel__controls > .v-item-group {
|
20059
|
-
flex: 0 1 auto;
|
20060
|
-
}
|
20061
|
-
.v-carousel__controls__item {
|
20062
|
-
margin: 0 8px;
|
20063
|
-
}
|
20064
|
-
.v-carousel__controls__item .v-icon {
|
20065
|
-
opacity: 0.5;
|
20066
|
-
}
|
20067
|
-
.v-carousel__controls__item--active .v-icon {
|
20068
|
-
opacity: 1;
|
20069
19772
|
vertical-align: middle;
|
19773
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19774
|
+
border-style: solid;
|
19775
|
+
border-width: 0;
|
19776
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
19777
|
+
border-radius: 4px;
|
19778
|
+
background: transparent;
|
19779
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
20070
19780
|
}
|
20071
|
-
.v-
|
20072
|
-
|
19781
|
+
.v-btn-group--border {
|
19782
|
+
border-width: thin;
|
19783
|
+
box-shadow: none;
|
20073
19784
|
}
|
20074
|
-
.v-
|
20075
|
-
|
19785
|
+
.v-btn-group--density-default.v-btn-group {
|
19786
|
+
height: 48px;
|
20076
19787
|
}
|
20077
19788
|
|
20078
|
-
.v-
|
20079
|
-
|
20080
|
-
position: absolute;
|
20081
|
-
bottom: 0;
|
20082
|
-
left: 0;
|
20083
|
-
right: 0;
|
19789
|
+
.v-btn-group--density-comfortable.v-btn-group {
|
19790
|
+
height: 40px;
|
20084
19791
|
}
|
20085
19792
|
|
20086
|
-
.v-
|
20087
|
-
|
20088
|
-
height: inherit;
|
20089
|
-
text-decoration: none;
|
20090
|
-
}
|
20091
|
-
.v-carousel-item > .v-img {
|
20092
|
-
height: inherit;
|
19793
|
+
.v-btn-group--density-compact.v-btn-group {
|
19794
|
+
height: 36px;
|
20093
19795
|
}
|
20094
19796
|
|
20095
|
-
.v-
|
20096
|
-
|
19797
|
+
.v-btn-group .v-btn {
|
19798
|
+
border-radius: 0;
|
19799
|
+
border-color: inherit;
|
20097
19800
|
}
|
20098
|
-
|
20099
|
-
|
20100
|
-
flex-direction: column;
|
20101
|
-
height: 100% !important;
|
20102
|
-
width: 50px;
|
20103
|
-
}.v-chip-group {
|
20104
|
-
display: flex;
|
20105
|
-
max-width: 100%;
|
20106
|
-
min-width: 0;
|
20107
|
-
overflow-x: auto;
|
20108
|
-
padding: 4px 0;
|
19801
|
+
.v-btn-group .v-btn:not(:last-child) {
|
19802
|
+
border-inline-end: none;
|
20109
19803
|
}
|
20110
|
-
.v-
|
20111
|
-
|
19804
|
+
.v-btn-group .v-btn:not(:first-child) {
|
19805
|
+
border-inline-start: none;
|
20112
19806
|
}
|
20113
|
-
.v-
|
20114
|
-
|
19807
|
+
.v-btn-group .v-btn:first-child {
|
19808
|
+
border-start-start-radius: inherit;
|
19809
|
+
border-end-start-radius: inherit;
|
20115
19810
|
}
|
20116
|
-
|
20117
|
-
|
20118
|
-
|
20119
|
-
|
20120
|
-
|
19811
|
+
.v-btn-group .v-btn:last-child {
|
19812
|
+
border-start-end-radius: inherit;
|
19813
|
+
border-end-end-radius: inherit;
|
19814
|
+
}
|
19815
|
+
.v-btn-group--divided .v-btn:not(:last-child) {
|
19816
|
+
border-inline-end-width: thin;
|
19817
|
+
border-inline-end-style: solid;
|
19818
|
+
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19819
|
+
}
|
19820
|
+
.v-btn-group--tile {
|
19821
|
+
border-radius: 0;
|
20121
19822
|
}.v-chip {
|
20122
19823
|
align-items: center;
|
20123
19824
|
display: inline-flex;
|
@@ -20510,26 +20211,130 @@ html.overflow-y-hidden {
|
|
20510
20211
|
|
20511
20212
|
.v-chip__overlay {
|
20512
20213
|
position: absolute;
|
20513
|
-
top: 0;
|
20214
|
+
top: 0;
|
20215
|
+
left: 0;
|
20216
|
+
width: 100%;
|
20217
|
+
height: 100%;
|
20218
|
+
background-color: currentColor;
|
20219
|
+
border-radius: inherit;
|
20220
|
+
pointer-events: none;
|
20221
|
+
opacity: 0;
|
20222
|
+
transition: opacity 0.2s ease-in-out;
|
20223
|
+
}
|
20224
|
+
|
20225
|
+
.v-chip--disabled {
|
20226
|
+
opacity: 0.3;
|
20227
|
+
pointer-events: none;
|
20228
|
+
-webkit-user-select: none;
|
20229
|
+
user-select: none;
|
20230
|
+
}
|
20231
|
+
|
20232
|
+
.v-chip--label {
|
20233
|
+
border-radius: 4px;
|
20234
|
+
}.v-checkbox.v-input {
|
20235
|
+
flex: 0 1 auto;
|
20236
|
+
}
|
20237
|
+
.v-checkbox .v-selection-control {
|
20238
|
+
min-height: var(--v-input-control-height);
|
20239
|
+
}.v-chip-group {
|
20240
|
+
display: flex;
|
20241
|
+
max-width: 100%;
|
20242
|
+
min-width: 0;
|
20243
|
+
overflow-x: auto;
|
20244
|
+
padding: 4px 0;
|
20245
|
+
}
|
20246
|
+
.v-chip-group .v-chip {
|
20247
|
+
margin: 4px 8px 4px 0;
|
20248
|
+
}
|
20249
|
+
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
20250
|
+
opacity: var(--v-activated-opacity);
|
20251
|
+
}
|
20252
|
+
|
20253
|
+
.v-chip-group--column .v-slide-group__content {
|
20254
|
+
white-space: normal;
|
20255
|
+
flex-wrap: wrap;
|
20256
|
+
max-width: 100%;
|
20257
|
+
}.v-combobox .v-field .v-text-field__prefix,
|
20258
|
+
.v-combobox .v-field .v-text-field__suffix,
|
20259
|
+
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
20260
|
+
cursor: text;
|
20261
|
+
}
|
20262
|
+
.v-combobox .v-field .v-field__input > input {
|
20263
|
+
flex: 1 1;
|
20264
|
+
}
|
20265
|
+
.v-combobox .v-field input {
|
20266
|
+
min-width: 64px;
|
20267
|
+
}
|
20268
|
+
.v-combobox .v-field:not(.v-field--focused) input {
|
20269
|
+
min-width: 0;
|
20270
|
+
}
|
20271
|
+
.v-combobox .v-field--dirty .v-combobox__selection {
|
20272
|
+
margin-inline-end: 2px;
|
20273
|
+
}
|
20274
|
+
.v-combobox .v-combobox__selection-text {
|
20275
|
+
overflow: hidden;
|
20276
|
+
text-overflow: ellipsis;
|
20277
|
+
white-space: nowrap;
|
20278
|
+
}
|
20279
|
+
|
20280
|
+
.v-combobox__content {
|
20281
|
+
overflow: hidden;
|
20282
|
+
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
20283
|
+
border-radius: 4px;
|
20284
|
+
}
|
20285
|
+
.v-combobox__mask {
|
20286
|
+
background: rgb(var(--v-theme-surface-light));
|
20287
|
+
}
|
20288
|
+
.v-combobox__selection {
|
20289
|
+
display: inline-flex;
|
20290
|
+
align-items: center;
|
20291
|
+
height: 1.5rem;
|
20292
|
+
letter-spacing: inherit;
|
20293
|
+
line-height: inherit;
|
20294
|
+
max-width: calc(100% - 2px - 2px);
|
20295
|
+
}
|
20296
|
+
.v-combobox__selection:first-child {
|
20297
|
+
margin-inline-start: 0;
|
20298
|
+
}
|
20299
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
20300
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
20301
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
20302
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
20303
|
+
top: 0px;
|
20304
|
+
}
|
20305
|
+
.v-combobox--selecting-index .v-combobox__selection {
|
20306
|
+
opacity: var(--v-medium-emphasis-opacity);
|
20307
|
+
}
|
20308
|
+
.v-combobox--selecting-index .v-combobox__selection--selected {
|
20309
|
+
opacity: 1;
|
20310
|
+
}
|
20311
|
+
.v-combobox--selecting-index .v-field__input > input {
|
20312
|
+
caret-color: transparent;
|
20313
|
+
}
|
20314
|
+
.v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
|
20315
|
+
flex: 1 1;
|
20316
|
+
position: absolute;
|
20514
20317
|
left: 0;
|
20318
|
+
right: 0;
|
20515
20319
|
width: 100%;
|
20516
|
-
|
20517
|
-
|
20518
|
-
|
20519
|
-
|
20320
|
+
padding-inline: inherit;
|
20321
|
+
}
|
20322
|
+
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
|
20323
|
+
transition: none;
|
20324
|
+
}
|
20325
|
+
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
20520
20326
|
opacity: 0;
|
20521
|
-
transition: opacity 0.2s ease-in-out;
|
20522
20327
|
}
|
20523
|
-
|
20524
|
-
|
20525
|
-
opacity: 0.3;
|
20526
|
-
pointer-events: none;
|
20527
|
-
-webkit-user-select: none;
|
20528
|
-
user-select: none;
|
20328
|
+
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
|
20329
|
+
opacity: 0;
|
20529
20330
|
}
|
20530
|
-
|
20531
|
-
|
20532
|
-
|
20331
|
+
.v-combobox__menu-icon {
|
20332
|
+
margin-inline-start: 4px;
|
20333
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
20334
|
+
}
|
20335
|
+
.v-combobox--active-menu .v-combobox__menu-icon {
|
20336
|
+
opacity: var(--v-high-emphasis-opacity);
|
20337
|
+
transform: rotate(180deg);
|
20533
20338
|
}.v-container {
|
20534
20339
|
width: 100%;
|
20535
20340
|
padding: 16px;
|
@@ -21222,92 +21027,17 @@ html.overflow-y-hidden {
|
|
21222
21027
|
}
|
21223
21028
|
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
21224
21029
|
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
21225
|
-
}.v-combobox .v-field .v-text-field__prefix,
|
21226
|
-
.v-combobox .v-field .v-text-field__suffix,
|
21227
|
-
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
21228
|
-
cursor: text;
|
21229
|
-
}
|
21230
|
-
.v-combobox .v-field .v-field__input > input {
|
21231
|
-
flex: 1 1;
|
21232
|
-
}
|
21233
|
-
.v-combobox .v-field input {
|
21234
|
-
min-width: 64px;
|
21235
|
-
}
|
21236
|
-
.v-combobox .v-field:not(.v-field--focused) input {
|
21237
|
-
min-width: 0;
|
21238
|
-
}
|
21239
|
-
.v-combobox .v-field--dirty .v-combobox__selection {
|
21240
|
-
margin-inline-end: 2px;
|
21241
|
-
}
|
21242
|
-
.v-combobox .v-combobox__selection-text {
|
21243
|
-
overflow: hidden;
|
21244
|
-
text-overflow: ellipsis;
|
21245
|
-
white-space: nowrap;
|
21246
|
-
}
|
21247
|
-
|
21248
|
-
.v-combobox__content {
|
21249
|
-
overflow: hidden;
|
21250
|
-
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
21251
|
-
border-radius: 4px;
|
21252
|
-
}
|
21253
|
-
.v-combobox__mask {
|
21254
|
-
background: rgb(var(--v-theme-surface-light));
|
21255
|
-
}
|
21256
|
-
.v-combobox__selection {
|
21257
|
-
display: inline-flex;
|
21258
|
-
align-items: center;
|
21259
|
-
height: 1.5rem;
|
21260
|
-
letter-spacing: inherit;
|
21261
|
-
line-height: inherit;
|
21262
|
-
max-width: calc(100% - 2px - 2px);
|
21263
|
-
}
|
21264
|
-
.v-combobox__selection:first-child {
|
21265
|
-
margin-inline-start: 0;
|
21266
|
-
}
|
21267
|
-
.v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
21268
|
-
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
21269
|
-
.v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
21270
|
-
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
21271
|
-
top: 0px;
|
21272
|
-
}
|
21273
|
-
.v-combobox--selecting-index .v-combobox__selection {
|
21274
|
-
opacity: var(--v-medium-emphasis-opacity);
|
21275
|
-
}
|
21276
|
-
.v-combobox--selecting-index .v-combobox__selection--selected {
|
21277
|
-
opacity: 1;
|
21278
|
-
}
|
21279
|
-
.v-combobox--selecting-index .v-field__input > input {
|
21280
|
-
caret-color: transparent;
|
21281
|
-
}
|
21282
|
-
.v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
|
21283
|
-
flex: 1 1;
|
21284
|
-
position: absolute;
|
21285
|
-
left: 0;
|
21286
|
-
right: 0;
|
21287
|
-
width: 100%;
|
21288
|
-
padding-inline: inherit;
|
21289
|
-
}
|
21290
|
-
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
|
21291
|
-
transition: none;
|
21292
|
-
}
|
21293
|
-
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
21294
|
-
opacity: 0;
|
21295
|
-
}
|
21296
|
-
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
|
21297
|
-
opacity: 0;
|
21298
|
-
}
|
21299
|
-
.v-combobox__menu-icon {
|
21300
|
-
margin-inline-start: 4px;
|
21301
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
21302
|
-
}
|
21303
|
-
.v-combobox--active-menu .v-combobox__menu-icon {
|
21304
|
-
opacity: var(--v-high-emphasis-opacity);
|
21305
|
-
transform: rotate(180deg);
|
21306
21030
|
}.v-counter {
|
21307
21031
|
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
21308
21032
|
flex: 0 1 auto;
|
21309
21033
|
font-size: 12px;
|
21310
21034
|
transition-duration: 150ms;
|
21035
|
+
}.v-date-picker {
|
21036
|
+
overflow: hidden;
|
21037
|
+
width: 328px;
|
21038
|
+
}
|
21039
|
+
.v-date-picker--show-week {
|
21040
|
+
width: 368px;
|
21311
21041
|
}.v-date-picker-controls {
|
21312
21042
|
display: flex;
|
21313
21043
|
align-items: center;
|
@@ -21364,86 +21094,6 @@ html.overflow-y-hidden {
|
|
21364
21094
|
|
21365
21095
|
.v-date-picker__title {
|
21366
21096
|
display: inline-block;
|
21367
|
-
}.v-date-picker {
|
21368
|
-
overflow: hidden;
|
21369
|
-
width: 328px;
|
21370
|
-
}
|
21371
|
-
.v-date-picker--show-week {
|
21372
|
-
width: 368px;
|
21373
|
-
}.v-date-picker-month {
|
21374
|
-
display: flex;
|
21375
|
-
justify-content: center;
|
21376
|
-
padding: 0 12px 8px;
|
21377
|
-
--v-date-picker-month-day-diff: 4px;
|
21378
|
-
}
|
21379
|
-
|
21380
|
-
.v-date-picker-month__weeks {
|
21381
|
-
display: grid;
|
21382
|
-
grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
|
21383
|
-
column-gap: 4px;
|
21384
|
-
font-size: 0.85rem;
|
21385
|
-
}
|
21386
|
-
.v-date-picker-month__weeks + .v-date-picker-month__days {
|
21387
|
-
grid-row-gap: 0;
|
21388
|
-
}
|
21389
|
-
|
21390
|
-
.v-date-picker-month__weekday {
|
21391
|
-
font-size: 0.85rem;
|
21392
|
-
}
|
21393
|
-
|
21394
|
-
.v-date-picker-month__days {
|
21395
|
-
display: grid;
|
21396
|
-
grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
|
21397
|
-
column-gap: 4px;
|
21398
|
-
flex: 1 1;
|
21399
|
-
justify-content: space-around;
|
21400
|
-
}
|
21401
|
-
|
21402
|
-
.v-date-picker-month__day {
|
21403
|
-
align-items: center;
|
21404
|
-
display: flex;
|
21405
|
-
justify-content: center;
|
21406
|
-
position: relative;
|
21407
|
-
height: 40px;
|
21408
|
-
width: 40px;
|
21409
|
-
}
|
21410
|
-
.v-date-picker-month__day--selected .v-btn {
|
21411
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
21412
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
21413
|
-
}
|
21414
|
-
.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
|
21415
|
-
--v-btn-height: 24px;
|
21416
|
-
--v-btn-size: 0.85rem;
|
21417
|
-
}
|
21418
|
-
.v-date-picker-month__day--week {
|
21419
|
-
font-size: var(--v-btn-size);
|
21420
|
-
}
|
21421
|
-
|
21422
|
-
.v-date-picker-month__day--adjacent {
|
21423
|
-
opacity: 0.5;
|
21424
|
-
}
|
21425
|
-
|
21426
|
-
.v-date-picker-month__day--hide-adjacent {
|
21427
|
-
opacity: 0;
|
21428
|
-
}.v-date-picker-months {
|
21429
|
-
height: 288px;
|
21430
|
-
}
|
21431
|
-
|
21432
|
-
.v-date-picker-months__content {
|
21433
|
-
align-items: center;
|
21434
|
-
display: grid;
|
21435
|
-
flex: 1 1;
|
21436
|
-
height: inherit;
|
21437
|
-
justify-content: space-around;
|
21438
|
-
grid-template-columns: repeat(2, 1fr);
|
21439
|
-
grid-gap: 0px 24px;
|
21440
|
-
padding-inline-start: 36px;
|
21441
|
-
padding-inline-end: 36px;
|
21442
|
-
}
|
21443
|
-
.v-date-picker-months__content .v-btn {
|
21444
|
-
text-transform: none;
|
21445
|
-
padding-inline-start: 8px;
|
21446
|
-
padding-inline-end: 8px;
|
21447
21097
|
}.v-date-picker-header {
|
21448
21098
|
align-items: flex-end;
|
21449
21099
|
height: 70px;
|
@@ -21498,27 +21148,101 @@ html.overflow-y-hidden {
|
|
21498
21148
|
transform: translate(0, -100%);
|
21499
21149
|
}
|
21500
21150
|
|
21501
|
-
.date-picker-header-reverse-transition-enter-from {
|
21502
|
-
transform: translate(0, -100%);
|
21503
|
-
}
|
21504
|
-
.date-picker-header-reverse-transition-leave-to {
|
21505
|
-
opacity: 0;
|
21506
|
-
transform: translate(0, 100%);
|
21507
|
-
}.v-date-picker-
|
21508
|
-
height: 288px;
|
21509
|
-
|
21151
|
+
.date-picker-header-reverse-transition-enter-from {
|
21152
|
+
transform: translate(0, -100%);
|
21153
|
+
}
|
21154
|
+
.date-picker-header-reverse-transition-leave-to {
|
21155
|
+
opacity: 0;
|
21156
|
+
transform: translate(0, 100%);
|
21157
|
+
}.v-date-picker-months {
|
21158
|
+
height: 288px;
|
21159
|
+
}
|
21160
|
+
|
21161
|
+
.v-date-picker-months__content {
|
21162
|
+
align-items: center;
|
21163
|
+
display: grid;
|
21164
|
+
flex: 1 1;
|
21165
|
+
height: inherit;
|
21166
|
+
justify-content: space-around;
|
21167
|
+
grid-template-columns: repeat(2, 1fr);
|
21168
|
+
grid-gap: 0px 24px;
|
21169
|
+
padding-inline-start: 36px;
|
21170
|
+
padding-inline-end: 36px;
|
21171
|
+
}
|
21172
|
+
.v-date-picker-months__content .v-btn {
|
21173
|
+
text-transform: none;
|
21174
|
+
padding-inline-start: 8px;
|
21175
|
+
padding-inline-end: 8px;
|
21176
|
+
}.v-date-picker-years {
|
21177
|
+
height: 288px;
|
21178
|
+
overflow-y: scroll;
|
21179
|
+
}
|
21180
|
+
|
21181
|
+
.v-date-picker-years__content {
|
21182
|
+
display: grid;
|
21183
|
+
flex: 1 1;
|
21184
|
+
justify-content: space-around;
|
21185
|
+
grid-template-columns: repeat(3, 1fr);
|
21186
|
+
gap: 8px 24px;
|
21187
|
+
padding-inline: 32px;
|
21188
|
+
}
|
21189
|
+
.v-date-picker-years__content .v-btn {
|
21190
|
+
padding-inline: 8px;
|
21191
|
+
}.v-date-picker-month {
|
21192
|
+
display: flex;
|
21193
|
+
justify-content: center;
|
21194
|
+
padding: 0 12px 8px;
|
21195
|
+
--v-date-picker-month-day-diff: 4px;
|
21196
|
+
}
|
21197
|
+
|
21198
|
+
.v-date-picker-month__weeks {
|
21199
|
+
display: grid;
|
21200
|
+
grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
|
21201
|
+
column-gap: 4px;
|
21202
|
+
font-size: 0.85rem;
|
21203
|
+
}
|
21204
|
+
.v-date-picker-month__weeks + .v-date-picker-month__days {
|
21205
|
+
grid-row-gap: 0;
|
21206
|
+
}
|
21207
|
+
|
21208
|
+
.v-date-picker-month__weekday {
|
21209
|
+
font-size: 0.85rem;
|
21510
21210
|
}
|
21511
21211
|
|
21512
|
-
.v-date-picker-
|
21212
|
+
.v-date-picker-month__days {
|
21513
21213
|
display: grid;
|
21214
|
+
grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
|
21215
|
+
column-gap: 4px;
|
21514
21216
|
flex: 1 1;
|
21515
21217
|
justify-content: space-around;
|
21516
|
-
grid-template-columns: repeat(3, 1fr);
|
21517
|
-
gap: 8px 24px;
|
21518
|
-
padding-inline: 32px;
|
21519
21218
|
}
|
21520
|
-
|
21521
|
-
|
21219
|
+
|
21220
|
+
.v-date-picker-month__day {
|
21221
|
+
align-items: center;
|
21222
|
+
display: flex;
|
21223
|
+
justify-content: center;
|
21224
|
+
position: relative;
|
21225
|
+
height: 40px;
|
21226
|
+
width: 40px;
|
21227
|
+
}
|
21228
|
+
.v-date-picker-month__day--selected .v-btn {
|
21229
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
21230
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
21231
|
+
}
|
21232
|
+
.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
|
21233
|
+
--v-btn-height: 24px;
|
21234
|
+
--v-btn-size: 0.85rem;
|
21235
|
+
}
|
21236
|
+
.v-date-picker-month__day--week {
|
21237
|
+
font-size: var(--v-btn-size);
|
21238
|
+
}
|
21239
|
+
|
21240
|
+
.v-date-picker-month__day--adjacent {
|
21241
|
+
opacity: 0.5;
|
21242
|
+
}
|
21243
|
+
|
21244
|
+
.v-date-picker-month__day--hide-adjacent {
|
21245
|
+
opacity: 0;
|
21522
21246
|
}.v-data-table {
|
21523
21247
|
width: 100%;
|
21524
21248
|
}
|
@@ -21824,6 +21548,122 @@ html.overflow-y-hidden {
|
|
21824
21548
|
-webkit-backface-visibility: hidden;
|
21825
21549
|
backface-visibility: hidden;
|
21826
21550
|
overflow-y: auto;
|
21551
|
+
}.v-empty-state {
|
21552
|
+
align-items: center;
|
21553
|
+
display: flex;
|
21554
|
+
flex-direction: column;
|
21555
|
+
justify-content: center;
|
21556
|
+
min-height: 100%;
|
21557
|
+
padding: 16px;
|
21558
|
+
}
|
21559
|
+
.v-empty-state--start {
|
21560
|
+
align-items: flex-start;
|
21561
|
+
}
|
21562
|
+
.v-empty-state--center {
|
21563
|
+
align-items: center;
|
21564
|
+
}
|
21565
|
+
.v-empty-state--end {
|
21566
|
+
align-items: flex-end;
|
21567
|
+
}
|
21568
|
+
|
21569
|
+
.v-empty-state__media {
|
21570
|
+
text-align: center;
|
21571
|
+
width: 100%;
|
21572
|
+
}
|
21573
|
+
.v-empty-state__media .v-icon {
|
21574
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
21575
|
+
}
|
21576
|
+
|
21577
|
+
.v-empty-state__headline {
|
21578
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
21579
|
+
font-size: 3.75rem;
|
21580
|
+
font-weight: 300;
|
21581
|
+
line-height: 1;
|
21582
|
+
text-align: center;
|
21583
|
+
margin-bottom: 8px;
|
21584
|
+
}
|
21585
|
+
.v-empty-state--mobile .v-empty-state__headline {
|
21586
|
+
font-size: 2.125rem;
|
21587
|
+
}
|
21588
|
+
|
21589
|
+
.v-empty-state__title {
|
21590
|
+
font-size: 1.25rem;
|
21591
|
+
font-weight: 500;
|
21592
|
+
line-height: 1.6;
|
21593
|
+
margin-bottom: 4px;
|
21594
|
+
text-align: center;
|
21595
|
+
}
|
21596
|
+
|
21597
|
+
.v-empty-state__text {
|
21598
|
+
font-size: 0.875rem;
|
21599
|
+
font-weight: 400;
|
21600
|
+
line-height: 1.425;
|
21601
|
+
padding: 0 16px;
|
21602
|
+
text-align: center;
|
21603
|
+
}
|
21604
|
+
|
21605
|
+
.v-empty-state__content {
|
21606
|
+
padding: 24px 0;
|
21607
|
+
}
|
21608
|
+
|
21609
|
+
.v-empty-state__actions {
|
21610
|
+
display: flex;
|
21611
|
+
gap: 8px;
|
21612
|
+
padding: 16px;
|
21613
|
+
}
|
21614
|
+
|
21615
|
+
.v-empty-state__action-btn.v-btn {
|
21616
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
21617
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
21618
|
+
}.v-divider {
|
21619
|
+
display: block;
|
21620
|
+
flex: 1 1 100%;
|
21621
|
+
height: 0px;
|
21622
|
+
max-height: 0px;
|
21623
|
+
opacity: var(--v-border-opacity);
|
21624
|
+
transition: inherit;
|
21625
|
+
border-style: solid;
|
21626
|
+
border-width: thin 0 0 0;
|
21627
|
+
}
|
21628
|
+
.v-divider--vertical {
|
21629
|
+
align-self: stretch;
|
21630
|
+
border-width: 0 thin 0 0;
|
21631
|
+
display: inline-flex;
|
21632
|
+
height: 100%;
|
21633
|
+
margin-left: -1px;
|
21634
|
+
max-height: 100%;
|
21635
|
+
max-width: 0px;
|
21636
|
+
vertical-align: text-bottom;
|
21637
|
+
width: 0px;
|
21638
|
+
}
|
21639
|
+
.v-divider--inset:not(.v-divider--vertical) {
|
21640
|
+
max-width: calc(100% - 72px);
|
21641
|
+
margin-inline-start: 72px;
|
21642
|
+
}
|
21643
|
+
.v-divider--inset.v-divider--vertical {
|
21644
|
+
margin-bottom: 8px;
|
21645
|
+
margin-top: 8px;
|
21646
|
+
max-height: calc(100% - 16px);
|
21647
|
+
}
|
21648
|
+
|
21649
|
+
.v-divider__content {
|
21650
|
+
padding: 0 16px;
|
21651
|
+
}
|
21652
|
+
.v-divider__wrapper--vertical .v-divider__content {
|
21653
|
+
padding: 4px 0;
|
21654
|
+
}
|
21655
|
+
|
21656
|
+
.v-divider__wrapper {
|
21657
|
+
display: flex;
|
21658
|
+
align-items: center;
|
21659
|
+
justify-content: center;
|
21660
|
+
}
|
21661
|
+
.v-divider__wrapper--vertical {
|
21662
|
+
flex-direction: column;
|
21663
|
+
height: 100%;
|
21664
|
+
}
|
21665
|
+
.v-divider__wrapper--vertical .v-divider {
|
21666
|
+
margin: 0 auto;
|
21827
21667
|
}.v-expansion-panel {
|
21828
21668
|
background-color: rgb(var(--v-theme-surface));
|
21829
21669
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
@@ -22034,55 +21874,104 @@ html.overflow-y-hidden {
|
|
22034
21874
|
}
|
22035
21875
|
.v-expansion-panels--tile > .v-expansion-panel {
|
22036
21876
|
border-radius: 0;
|
22037
|
-
}.v-
|
22038
|
-
|
22039
|
-
|
22040
|
-
|
22041
|
-
max-height: 0px;
|
22042
|
-
opacity: var(--v-border-opacity);
|
22043
|
-
transition: inherit;
|
22044
|
-
border-style: solid;
|
22045
|
-
border-width: thin 0 0 0;
|
21877
|
+
}.v-file-input--hide.v-input .v-field,
|
21878
|
+
.v-file-input--hide.v-input .v-input__control,
|
21879
|
+
.v-file-input--hide.v-input .v-input__details {
|
21880
|
+
display: none;
|
22046
21881
|
}
|
22047
|
-
.v-
|
22048
|
-
|
22049
|
-
|
22050
|
-
|
21882
|
+
.v-file-input--hide.v-input .v-input__prepend {
|
21883
|
+
grid-area: control;
|
21884
|
+
margin: 0 auto;
|
21885
|
+
}
|
21886
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
21887
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
21888
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
21889
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
21890
|
+
top: 0px;
|
21891
|
+
}
|
21892
|
+
.v-file-input input[type=file] {
|
22051
21893
|
height: 100%;
|
22052
|
-
|
22053
|
-
|
22054
|
-
|
22055
|
-
|
22056
|
-
width:
|
21894
|
+
left: 0;
|
21895
|
+
opacity: 0;
|
21896
|
+
position: absolute;
|
21897
|
+
top: 0;
|
21898
|
+
width: 100%;
|
21899
|
+
z-index: 1;
|
22057
21900
|
}
|
22058
|
-
.v-
|
22059
|
-
|
22060
|
-
|
21901
|
+
.v-file-input .v-input__details {
|
21902
|
+
padding-inline: 16px;
|
21903
|
+
}
|
21904
|
+
.v-input--plain-underlined.v-file-input .v-input__details {
|
21905
|
+
padding-inline: 0;
|
21906
|
+
}.v-fab {
|
21907
|
+
align-items: center;
|
21908
|
+
display: inline-flex;
|
21909
|
+
flex: 1 1 auto;
|
21910
|
+
pointer-events: none;
|
21911
|
+
position: relative;
|
21912
|
+
transition-duration: 0.2s;
|
21913
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
21914
|
+
vertical-align: middle;
|
21915
|
+
}
|
21916
|
+
.v-fab .v-btn {
|
21917
|
+
pointer-events: auto;
|
21918
|
+
}
|
21919
|
+
.v-fab .v-btn--variant-elevated {
|
21920
|
+
box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
21921
|
+
}
|
21922
|
+
.v-fab--app, .v-fab--absolute {
|
21923
|
+
display: flex;
|
21924
|
+
}
|
21925
|
+
.v-fab--start, .v-fab--left {
|
21926
|
+
justify-content: flex-start;
|
21927
|
+
}
|
21928
|
+
.v-fab--center {
|
21929
|
+
align-items: center;
|
21930
|
+
justify-content: center;
|
21931
|
+
}
|
21932
|
+
.v-fab--end, .v-fab--right {
|
21933
|
+
justify-content: flex-end;
|
21934
|
+
}
|
21935
|
+
.v-fab--bottom {
|
21936
|
+
align-items: flex-end;
|
21937
|
+
}
|
21938
|
+
.v-fab--top {
|
21939
|
+
align-items: flex-start;
|
21940
|
+
}
|
21941
|
+
.v-fab--extended .v-btn {
|
21942
|
+
border-radius: 9999px !important;
|
21943
|
+
}
|
21944
|
+
|
21945
|
+
.v-fab__container {
|
21946
|
+
align-self: center;
|
21947
|
+
display: inline-flex;
|
21948
|
+
position: absolute;
|
21949
|
+
vertical-align: middle;
|
21950
|
+
}
|
21951
|
+
.v-fab--app .v-fab__container {
|
21952
|
+
margin: 12px;
|
22061
21953
|
}
|
22062
|
-
.v-
|
22063
|
-
|
22064
|
-
|
22065
|
-
max-height: calc(100% - 16px);
|
21954
|
+
.v-fab--absolute .v-fab__container {
|
21955
|
+
position: absolute;
|
21956
|
+
z-index: 4;
|
22066
21957
|
}
|
22067
|
-
|
22068
|
-
|
22069
|
-
padding: 0 16px;
|
21958
|
+
.v-fab--offset.v-fab--top .v-fab__container {
|
21959
|
+
transform: translateY(-50%);
|
22070
21960
|
}
|
22071
|
-
.v-
|
22072
|
-
|
21961
|
+
.v-fab--offset.v-fab--bottom .v-fab__container {
|
21962
|
+
transform: translateY(50%);
|
22073
21963
|
}
|
22074
|
-
|
22075
|
-
|
22076
|
-
display: flex;
|
22077
|
-
align-items: center;
|
22078
|
-
justify-content: center;
|
21964
|
+
.v-fab--top .v-fab__container {
|
21965
|
+
top: 0;
|
22079
21966
|
}
|
22080
|
-
.v-
|
22081
|
-
|
22082
|
-
height: 100%;
|
21967
|
+
.v-fab--bottom .v-fab__container {
|
21968
|
+
bottom: 0;
|
22083
21969
|
}
|
22084
|
-
.v-
|
22085
|
-
|
21970
|
+
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
21971
|
+
left: 0;
|
21972
|
+
}
|
21973
|
+
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
21974
|
+
right: 0;
|
22086
21975
|
}/* region INPUT */
|
22087
21976
|
.v-field {
|
22088
21977
|
display: grid;
|
@@ -22653,74 +22542,7 @@ textarea.v-field__input::placeholder {
|
|
22653
22542
|
opacity: 0;
|
22654
22543
|
}
|
22655
22544
|
|
22656
|
-
/* endregion */.v-
|
22657
|
-
align-items: center;
|
22658
|
-
display: flex;
|
22659
|
-
flex-direction: column;
|
22660
|
-
justify-content: center;
|
22661
|
-
min-height: 100%;
|
22662
|
-
padding: 16px;
|
22663
|
-
}
|
22664
|
-
.v-empty-state--start {
|
22665
|
-
align-items: flex-start;
|
22666
|
-
}
|
22667
|
-
.v-empty-state--center {
|
22668
|
-
align-items: center;
|
22669
|
-
}
|
22670
|
-
.v-empty-state--end {
|
22671
|
-
align-items: flex-end;
|
22672
|
-
}
|
22673
|
-
|
22674
|
-
.v-empty-state__media {
|
22675
|
-
text-align: center;
|
22676
|
-
width: 100%;
|
22677
|
-
}
|
22678
|
-
.v-empty-state__media .v-icon {
|
22679
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
22680
|
-
}
|
22681
|
-
|
22682
|
-
.v-empty-state__headline {
|
22683
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
22684
|
-
font-size: 3.75rem;
|
22685
|
-
font-weight: 300;
|
22686
|
-
line-height: 1;
|
22687
|
-
text-align: center;
|
22688
|
-
margin-bottom: 8px;
|
22689
|
-
}
|
22690
|
-
.v-empty-state--mobile .v-empty-state__headline {
|
22691
|
-
font-size: 2.125rem;
|
22692
|
-
}
|
22693
|
-
|
22694
|
-
.v-empty-state__title {
|
22695
|
-
font-size: 1.25rem;
|
22696
|
-
font-weight: 500;
|
22697
|
-
line-height: 1.6;
|
22698
|
-
margin-bottom: 4px;
|
22699
|
-
text-align: center;
|
22700
|
-
}
|
22701
|
-
|
22702
|
-
.v-empty-state__text {
|
22703
|
-
font-size: 0.875rem;
|
22704
|
-
font-weight: 400;
|
22705
|
-
line-height: 1.425;
|
22706
|
-
padding: 0 16px;
|
22707
|
-
text-align: center;
|
22708
|
-
}
|
22709
|
-
|
22710
|
-
.v-empty-state__content {
|
22711
|
-
padding: 24px 0;
|
22712
|
-
}
|
22713
|
-
|
22714
|
-
.v-empty-state__actions {
|
22715
|
-
display: flex;
|
22716
|
-
gap: 8px;
|
22717
|
-
padding: 16px;
|
22718
|
-
}
|
22719
|
-
|
22720
|
-
.v-empty-state__action-btn.v-btn {
|
22721
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
22722
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
22723
|
-
}.v-footer {
|
22545
|
+
/* endregion */.v-footer {
|
22724
22546
|
align-items: center;
|
22725
22547
|
display: flex;
|
22726
22548
|
flex: 1 1 auto;
|
@@ -22748,104 +22570,31 @@ textarea.v-field__input::placeholder {
|
|
22748
22570
|
}
|
22749
22571
|
.v-footer--rounded {
|
22750
22572
|
border-radius: 4px;
|
22751
|
-
}.v-
|
22752
|
-
align-items: center;
|
22753
|
-
display: inline-flex;
|
22754
|
-
flex: 1 1 auto;
|
22755
|
-
pointer-events: none;
|
22756
|
-
position: relative;
|
22757
|
-
transition-duration: 0.2s;
|
22758
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
22759
|
-
vertical-align: middle;
|
22760
|
-
}
|
22761
|
-
.v-fab .v-btn {
|
22762
|
-
pointer-events: auto;
|
22763
|
-
}
|
22764
|
-
.v-fab .v-btn--variant-elevated {
|
22765
|
-
box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
22766
|
-
}
|
22767
|
-
.v-fab--app, .v-fab--absolute {
|
22573
|
+
}.v-infinite-scroll--horizontal {
|
22768
22574
|
display: flex;
|
22575
|
+
flex-direction: row;
|
22576
|
+
overflow-x: auto;
|
22769
22577
|
}
|
22770
|
-
.v-
|
22771
|
-
|
22772
|
-
|
22773
|
-
.v-fab--center {
|
22774
|
-
align-items: center;
|
22775
|
-
justify-content: center;
|
22776
|
-
}
|
22777
|
-
.v-fab--end, .v-fab--right {
|
22778
|
-
justify-content: flex-end;
|
22779
|
-
}
|
22780
|
-
.v-fab--bottom {
|
22781
|
-
align-items: flex-end;
|
22782
|
-
}
|
22783
|
-
.v-fab--top {
|
22784
|
-
align-items: flex-start;
|
22785
|
-
}
|
22786
|
-
.v-fab--extended .v-btn {
|
22787
|
-
border-radius: 9999px !important;
|
22578
|
+
.v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
|
22579
|
+
height: 100%;
|
22580
|
+
width: 1px;
|
22788
22581
|
}
|
22789
22582
|
|
22790
|
-
.v-
|
22791
|
-
|
22792
|
-
|
22793
|
-
|
22794
|
-
vertical-align: middle;
|
22795
|
-
}
|
22796
|
-
.v-fab--app .v-fab__container {
|
22797
|
-
margin: 12px;
|
22798
|
-
}
|
22799
|
-
.v-fab--absolute .v-fab__container {
|
22800
|
-
position: absolute;
|
22801
|
-
z-index: 4;
|
22802
|
-
}
|
22803
|
-
.v-fab--offset.v-fab--top .v-fab__container {
|
22804
|
-
transform: translateY(-50%);
|
22805
|
-
}
|
22806
|
-
.v-fab--offset.v-fab--bottom .v-fab__container {
|
22807
|
-
transform: translateY(50%);
|
22808
|
-
}
|
22809
|
-
.v-fab--top .v-fab__container {
|
22810
|
-
top: 0;
|
22811
|
-
}
|
22812
|
-
.v-fab--bottom .v-fab__container {
|
22813
|
-
bottom: 0;
|
22814
|
-
}
|
22815
|
-
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
22816
|
-
left: 0;
|
22817
|
-
}
|
22818
|
-
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
22819
|
-
right: 0;
|
22820
|
-
}.v-file-input--hide.v-input .v-field,
|
22821
|
-
.v-file-input--hide.v-input .v-input__control,
|
22822
|
-
.v-file-input--hide.v-input .v-input__details {
|
22823
|
-
display: none;
|
22824
|
-
}
|
22825
|
-
.v-file-input--hide.v-input .v-input__prepend {
|
22826
|
-
grid-area: control;
|
22827
|
-
margin: 0 auto;
|
22828
|
-
}
|
22829
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
22830
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
22831
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
22832
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
22833
|
-
top: 0px;
|
22583
|
+
.v-infinite-scroll--vertical {
|
22584
|
+
display: flex;
|
22585
|
+
flex-direction: column;
|
22586
|
+
overflow-y: auto;
|
22834
22587
|
}
|
22835
|
-
.v-
|
22836
|
-
height:
|
22837
|
-
left: 0;
|
22838
|
-
opacity: 0;
|
22839
|
-
position: absolute;
|
22840
|
-
top: 0;
|
22588
|
+
.v-infinite-scroll--vertical .v-infinite-scroll-intersect {
|
22589
|
+
height: 1px;
|
22841
22590
|
width: 100%;
|
22842
|
-
z-index: 1;
|
22843
22591
|
}
|
22844
|
-
|
22845
|
-
|
22846
|
-
|
22847
|
-
|
22848
|
-
|
22592
|
+
|
22593
|
+
.v-infinite-scroll__side {
|
22594
|
+
align-items: center;
|
22595
|
+
display: flex;
|
22596
|
+
justify-content: center;
|
22597
|
+
padding: 8px;
|
22849
22598
|
}.v-icon {
|
22850
22599
|
--v-icon-size-multiplier: 1;
|
22851
22600
|
align-items: center;
|
@@ -22899,31 +22648,42 @@ textarea.v-field__input::placeholder {
|
|
22899
22648
|
|
22900
22649
|
.v-icon--end {
|
22901
22650
|
margin-inline-start: 8px;
|
22902
|
-
}.v-
|
22903
|
-
|
22904
|
-
|
22905
|
-
overflow-x: auto;
|
22651
|
+
}.v-img {
|
22652
|
+
--v-theme-overlay-multiplier: 3;
|
22653
|
+
z-index: 0;
|
22906
22654
|
}
|
22907
|
-
.v-
|
22908
|
-
|
22909
|
-
width: 1px;
|
22655
|
+
.v-img--booting .v-responsive__sizer {
|
22656
|
+
transition: none;
|
22910
22657
|
}
|
22911
|
-
|
22912
|
-
|
22913
|
-
display: flex;
|
22914
|
-
flex-direction: column;
|
22915
|
-
overflow-y: auto;
|
22658
|
+
.v-img--rounded {
|
22659
|
+
border-radius: 4px;
|
22916
22660
|
}
|
22917
|
-
|
22918
|
-
|
22661
|
+
|
22662
|
+
.v-img__img,
|
22663
|
+
.v-img__picture,
|
22664
|
+
.v-img__gradient,
|
22665
|
+
.v-img__placeholder,
|
22666
|
+
.v-img__error {
|
22667
|
+
z-index: -1;
|
22668
|
+
position: absolute;
|
22669
|
+
top: 0;
|
22670
|
+
left: 0;
|
22919
22671
|
width: 100%;
|
22672
|
+
height: 100%;
|
22920
22673
|
}
|
22921
22674
|
|
22922
|
-
.v-
|
22923
|
-
|
22924
|
-
|
22925
|
-
|
22926
|
-
|
22675
|
+
.v-img__img--preload {
|
22676
|
+
filter: blur(4px);
|
22677
|
+
}
|
22678
|
+
.v-img__img--contain {
|
22679
|
+
object-fit: contain;
|
22680
|
+
}
|
22681
|
+
.v-img__img--cover {
|
22682
|
+
object-fit: cover;
|
22683
|
+
}
|
22684
|
+
|
22685
|
+
.v-img__gradient {
|
22686
|
+
background-repeat: no-repeat;
|
22927
22687
|
}.v-input {
|
22928
22688
|
display: grid;
|
22929
22689
|
flex: 1 1 auto;
|
@@ -23066,57 +22826,11 @@ textarea.v-field__input::placeholder {
|
|
23066
22826
|
|
23067
22827
|
.v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
|
23068
22828
|
padding-top: calc(var(--v-input-padding-top) + 0px);
|
23069
|
-
}.v-
|
23070
|
-
|
22829
|
+
}.v-item-group {
|
22830
|
+
flex: 0 1 auto;
|
22831
|
+
max-width: 100%;
|
22832
|
+
position: relative;
|
23071
22833
|
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23072
|
-
}
|
23073
|
-
|
23074
|
-
.v-layout-item--absolute {
|
23075
|
-
position: absolute;
|
23076
|
-
}.v-img {
|
23077
|
-
--v-theme-overlay-multiplier: 3;
|
23078
|
-
z-index: 0;
|
23079
|
-
}
|
23080
|
-
.v-img--booting .v-responsive__sizer {
|
23081
|
-
transition: none;
|
23082
|
-
}
|
23083
|
-
.v-img--rounded {
|
23084
|
-
border-radius: 4px;
|
23085
|
-
}
|
23086
|
-
|
23087
|
-
.v-img__img,
|
23088
|
-
.v-img__picture,
|
23089
|
-
.v-img__gradient,
|
23090
|
-
.v-img__placeholder,
|
23091
|
-
.v-img__error {
|
23092
|
-
z-index: -1;
|
23093
|
-
position: absolute;
|
23094
|
-
top: 0;
|
23095
|
-
left: 0;
|
23096
|
-
width: 100%;
|
23097
|
-
height: 100%;
|
23098
|
-
}
|
23099
|
-
|
23100
|
-
.v-img__img--preload {
|
23101
|
-
filter: blur(4px);
|
23102
|
-
}
|
23103
|
-
.v-img__img--contain {
|
23104
|
-
object-fit: contain;
|
23105
|
-
}
|
23106
|
-
.v-img__img--cover {
|
23107
|
-
object-fit: cover;
|
23108
|
-
}
|
23109
|
-
|
23110
|
-
.v-img__gradient {
|
23111
|
-
background-repeat: no-repeat;
|
23112
|
-
}.v-layout {
|
23113
|
-
--v-scrollbar-offset: 0px;
|
23114
|
-
display: flex;
|
23115
|
-
flex: 1 1 auto;
|
23116
|
-
}
|
23117
|
-
.v-layout--full-height {
|
23118
|
-
--v-scrollbar-offset: inherit;
|
23119
|
-
height: 100%;
|
23120
22834
|
}.v-label {
|
23121
22835
|
align-items: center;
|
23122
22836
|
color: inherit;
|
@@ -23132,13 +22846,21 @@ textarea.v-field__input::placeholder {
|
|
23132
22846
|
|
23133
22847
|
.v-label--clickable {
|
23134
22848
|
cursor: pointer;
|
23135
|
-
}.v-
|
23136
|
-
|
23137
|
-
|
23138
|
-
|
22849
|
+
}.v-layout {
|
22850
|
+
--v-scrollbar-offset: 0px;
|
22851
|
+
display: flex;
|
22852
|
+
flex: 1 1 auto;
|
22853
|
+
}
|
22854
|
+
.v-layout--full-height {
|
22855
|
+
--v-scrollbar-offset: inherit;
|
22856
|
+
height: 100%;
|
22857
|
+
}.v-layout-item {
|
22858
|
+
position: absolute;
|
23139
22859
|
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23140
|
-
}
|
23141
|
-
|
22860
|
+
}
|
22861
|
+
|
22862
|
+
.v-layout-item--absolute {
|
22863
|
+
position: absolute;
|
23142
22864
|
}.v-list {
|
23143
22865
|
overflow: auto;
|
23144
22866
|
padding: 8px 0;
|
@@ -23696,6 +23418,24 @@ textarea.v-field__input::placeholder {
|
|
23696
23418
|
}
|
23697
23419
|
.v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
|
23698
23420
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
23421
|
+
}.v-locale-provider {
|
23422
|
+
display: contents;
|
23423
|
+
}.v-messages {
|
23424
|
+
flex: 1 1 auto;
|
23425
|
+
font-size: 12px;
|
23426
|
+
min-height: 14px;
|
23427
|
+
min-width: 1px;
|
23428
|
+
opacity: var(--v-medium-emphasis-opacity);
|
23429
|
+
position: relative;
|
23430
|
+
}
|
23431
|
+
.v-messages__message {
|
23432
|
+
line-height: 12px;
|
23433
|
+
word-break: break-word;
|
23434
|
+
overflow-wrap: break-word;
|
23435
|
+
word-wrap: break-word;
|
23436
|
+
-webkit-hyphens: auto;
|
23437
|
+
hyphens: auto;
|
23438
|
+
transition-duration: 150ms;
|
23699
23439
|
}.v-main {
|
23700
23440
|
flex: 1 0 auto;
|
23701
23441
|
max-width: 100%;
|
@@ -23724,6 +23464,19 @@ textarea.v-field__input::placeholder {
|
|
23724
23464
|
--v-layout-right: 0px;
|
23725
23465
|
--v-layout-top: 0px;
|
23726
23466
|
--v-layout-bottom: 0px;
|
23467
|
+
}.v-menu > .v-overlay__content {
|
23468
|
+
display: flex;
|
23469
|
+
flex-direction: column;
|
23470
|
+
border-radius: 4px;
|
23471
|
+
}
|
23472
|
+
.v-menu > .v-overlay__content > .v-card,
|
23473
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
23474
|
+
.v-menu > .v-overlay__content > .v-list {
|
23475
|
+
background: rgb(var(--v-theme-surface));
|
23476
|
+
border-radius: inherit;
|
23477
|
+
overflow: auto;
|
23478
|
+
height: 100%;
|
23479
|
+
box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
23727
23480
|
}.v-navigation-drawer {
|
23728
23481
|
-webkit-overflow-scrolling: touch;
|
23729
23482
|
background: rgb(var(--v-theme-surface));
|
@@ -23826,35 +23579,6 @@ textarea.v-field__input::placeholder {
|
|
23826
23579
|
.v-navigation-drawer__append {
|
23827
23580
|
flex: none;
|
23828
23581
|
overflow: hidden;
|
23829
|
-
}.v-menu > .v-overlay__content {
|
23830
|
-
display: flex;
|
23831
|
-
flex-direction: column;
|
23832
|
-
border-radius: 4px;
|
23833
|
-
}
|
23834
|
-
.v-menu > .v-overlay__content > .v-card,
|
23835
|
-
.v-menu > .v-overlay__content > .v-sheet,
|
23836
|
-
.v-menu > .v-overlay__content > .v-list {
|
23837
|
-
background: rgb(var(--v-theme-surface));
|
23838
|
-
border-radius: inherit;
|
23839
|
-
overflow: auto;
|
23840
|
-
height: 100%;
|
23841
|
-
box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
23842
|
-
}.v-messages {
|
23843
|
-
flex: 1 1 auto;
|
23844
|
-
font-size: 12px;
|
23845
|
-
min-height: 14px;
|
23846
|
-
min-width: 1px;
|
23847
|
-
opacity: var(--v-medium-emphasis-opacity);
|
23848
|
-
position: relative;
|
23849
|
-
}
|
23850
|
-
.v-messages__message {
|
23851
|
-
line-height: 12px;
|
23852
|
-
word-break: break-word;
|
23853
|
-
overflow-wrap: break-word;
|
23854
|
-
word-wrap: break-word;
|
23855
|
-
-webkit-hyphens: auto;
|
23856
|
-
hyphens: auto;
|
23857
|
-
transition-duration: 150ms;
|
23858
23582
|
}.v-otp-input {
|
23859
23583
|
border-radius: 4px;
|
23860
23584
|
align-items: center;
|
@@ -24090,18 +23814,63 @@ html.v-overlay-scroll-blocked {
|
|
24090
23814
|
|
24091
23815
|
.v-overlay--scroll-blocked {
|
24092
23816
|
padding-inline-end: var(--v-scrollbar-offset);
|
24093
|
-
}.v-
|
24094
|
-
|
23817
|
+
}.v-slider .v-slider__container input {
|
23818
|
+
cursor: default;
|
23819
|
+
padding: 0;
|
23820
|
+
width: 100%;
|
23821
|
+
display: none;
|
24095
23822
|
}
|
24096
|
-
.v-
|
24097
|
-
|
23823
|
+
.v-slider > .v-input__append,
|
23824
|
+
.v-slider > .v-input__prepend {
|
23825
|
+
padding: 0;
|
24098
23826
|
}
|
24099
|
-
|
24100
|
-
|
24101
|
-
|
23827
|
+
|
23828
|
+
.v-slider__container {
|
23829
|
+
position: relative;
|
23830
|
+
min-height: inherit;
|
23831
|
+
width: 100%;
|
23832
|
+
height: 100%;
|
23833
|
+
display: flex;
|
23834
|
+
justify-content: center;
|
23835
|
+
align-items: center;
|
23836
|
+
cursor: pointer;
|
24102
23837
|
}
|
24103
|
-
.v-
|
24104
|
-
|
23838
|
+
.v-input--disabled .v-slider__container {
|
23839
|
+
opacity: var(--v-disabled-opacity);
|
23840
|
+
}
|
23841
|
+
.v-input--error:not(.v-input--disabled) .v-slider__container {
|
23842
|
+
color: rgb(var(--v-theme-error));
|
23843
|
+
}
|
23844
|
+
|
23845
|
+
.v-slider.v-input--horizontal {
|
23846
|
+
align-items: center;
|
23847
|
+
margin-inline: 8px 8px;
|
23848
|
+
}
|
23849
|
+
.v-slider.v-input--horizontal > .v-input__control {
|
23850
|
+
min-height: 32px;
|
23851
|
+
display: flex;
|
23852
|
+
align-items: center;
|
23853
|
+
}
|
23854
|
+
|
23855
|
+
.v-slider.v-input--vertical {
|
23856
|
+
justify-content: center;
|
23857
|
+
margin-top: 12px;
|
23858
|
+
margin-bottom: 12px;
|
23859
|
+
}
|
23860
|
+
.v-slider.v-input--vertical > .v-input__control {
|
23861
|
+
min-height: 300px;
|
23862
|
+
}
|
23863
|
+
|
23864
|
+
.v-slider.v-input--disabled {
|
23865
|
+
pointer-events: none;
|
23866
|
+
}
|
23867
|
+
|
23868
|
+
.v-slider--has-labels > .v-input__control {
|
23869
|
+
margin-bottom: 4px;
|
23870
|
+
}
|
23871
|
+
|
23872
|
+
.v-slider__label {
|
23873
|
+
margin-inline-end: 12px;
|
24105
23874
|
}.v-progress-linear {
|
24106
23875
|
background: transparent;
|
24107
23876
|
overflow: hidden;
|
@@ -24313,63 +24082,44 @@ html.v-overlay-scroll-blocked {
|
|
24313
24082
|
0% {
|
24314
24083
|
background-position-x: var(--v-progress-linear-height);
|
24315
24084
|
}
|
24316
|
-
}.v-
|
24317
|
-
|
24318
|
-
padding: 0;
|
24319
|
-
width: 100%;
|
24320
|
-
display: none;
|
24321
|
-
}
|
24322
|
-
.v-slider > .v-input__append,
|
24323
|
-
.v-slider > .v-input__prepend {
|
24324
|
-
padding: 0;
|
24325
|
-
}
|
24326
|
-
|
24327
|
-
.v-slider__container {
|
24328
|
-
position: relative;
|
24329
|
-
min-height: inherit;
|
24330
|
-
width: 100%;
|
24331
|
-
height: 100%;
|
24332
|
-
display: flex;
|
24333
|
-
justify-content: center;
|
24334
|
-
align-items: center;
|
24335
|
-
cursor: pointer;
|
24336
|
-
}
|
24337
|
-
.v-input--disabled .v-slider__container {
|
24338
|
-
opacity: var(--v-disabled-opacity);
|
24085
|
+
}.v-radio-group > .v-input__control {
|
24086
|
+
flex-direction: column;
|
24339
24087
|
}
|
24340
|
-
.v-
|
24341
|
-
|
24088
|
+
.v-radio-group > .v-input__control > .v-label {
|
24089
|
+
margin-inline-start: 16px;
|
24342
24090
|
}
|
24343
|
-
|
24344
|
-
|
24345
|
-
|
24346
|
-
margin-inline: 8px 8px;
|
24091
|
+
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
24092
|
+
padding-inline-start: 6px;
|
24093
|
+
margin-top: 8px;
|
24347
24094
|
}
|
24348
|
-
.v-
|
24349
|
-
|
24095
|
+
.v-radio-group .v-input__details {
|
24096
|
+
padding-inline: 16px;
|
24097
|
+
}.v-responsive {
|
24350
24098
|
display: flex;
|
24351
|
-
|
24352
|
-
|
24353
|
-
|
24354
|
-
|
24355
|
-
|
24356
|
-
margin-top: 12px;
|
24357
|
-
margin-bottom: 12px;
|
24099
|
+
flex: 1 0 auto;
|
24100
|
+
max-height: 100%;
|
24101
|
+
max-width: 100%;
|
24102
|
+
overflow: hidden;
|
24103
|
+
position: relative;
|
24358
24104
|
}
|
24359
|
-
.v-
|
24360
|
-
|
24105
|
+
.v-responsive--inline {
|
24106
|
+
display: inline-flex;
|
24107
|
+
flex: 0 0 auto;
|
24361
24108
|
}
|
24362
24109
|
|
24363
|
-
.v-
|
24364
|
-
|
24110
|
+
.v-responsive__content {
|
24111
|
+
flex: 1 0 0px;
|
24112
|
+
max-width: 100%;
|
24365
24113
|
}
|
24366
24114
|
|
24367
|
-
.v-
|
24368
|
-
margin-
|
24115
|
+
.v-responsive__sizer ~ .v-responsive__content {
|
24116
|
+
margin-inline-start: -100%;
|
24369
24117
|
}
|
24370
24118
|
|
24371
|
-
.v-
|
24372
|
-
|
24119
|
+
.v-responsive__sizer {
|
24120
|
+
flex: 1 0 0px;
|
24121
|
+
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24122
|
+
pointer-events: none;
|
24373
24123
|
}.v-rating {
|
24374
24124
|
max-width: 100%;
|
24375
24125
|
display: inline-flex;
|
@@ -24424,32 +24174,6 @@ html.v-overlay-scroll-blocked {
|
|
24424
24174
|
opacity: 0;
|
24425
24175
|
position: absolute;
|
24426
24176
|
width: 0;
|
24427
|
-
}.v-responsive {
|
24428
|
-
display: flex;
|
24429
|
-
flex: 1 0 auto;
|
24430
|
-
max-height: 100%;
|
24431
|
-
max-width: 100%;
|
24432
|
-
overflow: hidden;
|
24433
|
-
position: relative;
|
24434
|
-
}
|
24435
|
-
.v-responsive--inline {
|
24436
|
-
display: inline-flex;
|
24437
|
-
flex: 0 0 auto;
|
24438
|
-
}
|
24439
|
-
|
24440
|
-
.v-responsive__content {
|
24441
|
-
flex: 1 0 0px;
|
24442
|
-
max-width: 100%;
|
24443
|
-
}
|
24444
|
-
|
24445
|
-
.v-responsive__sizer ~ .v-responsive__content {
|
24446
|
-
margin-inline-start: -100%;
|
24447
|
-
}
|
24448
|
-
|
24449
|
-
.v-responsive__sizer {
|
24450
|
-
flex: 1 0 0px;
|
24451
|
-
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24452
|
-
pointer-events: none;
|
24453
24177
|
}.v-select .v-field .v-text-field__prefix,
|
24454
24178
|
.v-select .v-field .v-text-field__suffix,
|
24455
24179
|
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
@@ -24498,6 +24222,14 @@ html.v-overlay-scroll-blocked {
|
|
24498
24222
|
.v-select--active-menu .v-select__menu-icon {
|
24499
24223
|
opacity: var(--v-high-emphasis-opacity);
|
24500
24224
|
transform: rotate(180deg);
|
24225
|
+
}.v-selection-control-group {
|
24226
|
+
grid-area: control;
|
24227
|
+
display: flex;
|
24228
|
+
flex-direction: column;
|
24229
|
+
}
|
24230
|
+
.v-selection-control-group--inline {
|
24231
|
+
flex-direction: row;
|
24232
|
+
flex-wrap: wrap;
|
24501
24233
|
}.v-selection-control {
|
24502
24234
|
align-items: center;
|
24503
24235
|
contain: layout;
|
@@ -24599,42 +24331,6 @@ html.v-overlay-scroll-blocked {
|
|
24599
24331
|
}
|
24600
24332
|
.v-selection-control--focus-visible .v-selection-control__input::before {
|
24601
24333
|
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
24602
|
-
}.v-selection-control-group {
|
24603
|
-
grid-area: control;
|
24604
|
-
display: flex;
|
24605
|
-
flex-direction: column;
|
24606
|
-
}
|
24607
|
-
.v-selection-control-group--inline {
|
24608
|
-
flex-direction: row;
|
24609
|
-
flex-wrap: wrap;
|
24610
|
-
}.v-sheet {
|
24611
|
-
display: block;
|
24612
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
24613
|
-
border-style: solid;
|
24614
|
-
border-width: 0;
|
24615
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
24616
|
-
border-radius: 0;
|
24617
|
-
background: rgb(var(--v-theme-surface));
|
24618
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
24619
|
-
}
|
24620
|
-
.v-sheet--border {
|
24621
|
-
border-width: thin;
|
24622
|
-
box-shadow: none;
|
24623
|
-
}
|
24624
|
-
.v-sheet--absolute {
|
24625
|
-
position: absolute;
|
24626
|
-
}
|
24627
|
-
.v-sheet--fixed {
|
24628
|
-
position: fixed;
|
24629
|
-
}
|
24630
|
-
.v-sheet--relative {
|
24631
|
-
position: relative;
|
24632
|
-
}
|
24633
|
-
.v-sheet--sticky {
|
24634
|
-
position: sticky;
|
24635
|
-
}
|
24636
|
-
.v-sheet--rounded {
|
24637
|
-
border-radius: 4px;
|
24638
24334
|
}.v-slide-group {
|
24639
24335
|
display: flex;
|
24640
24336
|
overflow: hidden;
|
@@ -24690,6 +24386,34 @@ html.v-overlay-scroll-blocked {
|
|
24690
24386
|
.v-slide-group--vertical .v-slide-group__container {
|
24691
24387
|
overflow-x: hidden;
|
24692
24388
|
overflow-y: auto;
|
24389
|
+
}.v-sheet {
|
24390
|
+
display: block;
|
24391
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
24392
|
+
border-style: solid;
|
24393
|
+
border-width: 0;
|
24394
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
24395
|
+
border-radius: 0;
|
24396
|
+
background: rgb(var(--v-theme-surface));
|
24397
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
24398
|
+
}
|
24399
|
+
.v-sheet--border {
|
24400
|
+
border-width: thin;
|
24401
|
+
box-shadow: none;
|
24402
|
+
}
|
24403
|
+
.v-sheet--absolute {
|
24404
|
+
position: absolute;
|
24405
|
+
}
|
24406
|
+
.v-sheet--fixed {
|
24407
|
+
position: fixed;
|
24408
|
+
}
|
24409
|
+
.v-sheet--relative {
|
24410
|
+
position: relative;
|
24411
|
+
}
|
24412
|
+
.v-sheet--sticky {
|
24413
|
+
position: sticky;
|
24414
|
+
}
|
24415
|
+
.v-sheet--rounded {
|
24416
|
+
border-radius: 4px;
|
24693
24417
|
}.v-skeleton-loader {
|
24694
24418
|
align-items: center;
|
24695
24419
|
background: rgb(var(--v-theme-surface));
|
@@ -25292,6 +25016,72 @@ html.v-overlay-scroll-blocked {
|
|
25292
25016
|
}
|
25293
25017
|
.v-system-bar:not(.v-system-bar--absolute) {
|
25294
25018
|
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
25019
|
+
}.v-tabs {
|
25020
|
+
display: flex;
|
25021
|
+
height: var(--v-tabs-height);
|
25022
|
+
}
|
25023
|
+
.v-tabs--density-default {
|
25024
|
+
--v-tabs-height: 48px;
|
25025
|
+
}
|
25026
|
+
.v-tabs--density-default.v-tabs--stacked {
|
25027
|
+
--v-tabs-height: 72px;
|
25028
|
+
}
|
25029
|
+
|
25030
|
+
.v-tabs--density-comfortable {
|
25031
|
+
--v-tabs-height: 44px;
|
25032
|
+
}
|
25033
|
+
.v-tabs--density-comfortable.v-tabs--stacked {
|
25034
|
+
--v-tabs-height: 68px;
|
25035
|
+
}
|
25036
|
+
|
25037
|
+
.v-tabs--density-compact {
|
25038
|
+
--v-tabs-height: 36px;
|
25039
|
+
}
|
25040
|
+
.v-tabs--density-compact.v-tabs--stacked {
|
25041
|
+
--v-tabs-height: 60px;
|
25042
|
+
}
|
25043
|
+
|
25044
|
+
.v-tabs.v-slide-group--vertical {
|
25045
|
+
height: auto;
|
25046
|
+
flex: none;
|
25047
|
+
--v-tabs-height: 48px;
|
25048
|
+
}
|
25049
|
+
|
25050
|
+
.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
25051
|
+
margin-inline-start: 42px;
|
25052
|
+
}
|
25053
|
+
|
25054
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
|
25055
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
|
25056
|
+
margin-inline-end: auto;
|
25057
|
+
}
|
25058
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
|
25059
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
|
25060
|
+
margin-inline-start: auto;
|
25061
|
+
}
|
25062
|
+
|
25063
|
+
.v-tabs--grow {
|
25064
|
+
flex-grow: 1;
|
25065
|
+
}
|
25066
|
+
.v-tabs--grow .v-tab {
|
25067
|
+
flex: 1 0 auto;
|
25068
|
+
max-width: none;
|
25069
|
+
}
|
25070
|
+
|
25071
|
+
.v-tabs--align-tabs-end .v-tab:first-child {
|
25072
|
+
margin-inline-start: auto;
|
25073
|
+
}
|
25074
|
+
.v-tabs--align-tabs-end .v-tab:last-child {
|
25075
|
+
margin-inline-end: 0;
|
25076
|
+
}
|
25077
|
+
|
25078
|
+
@media (max-width: 1279.98px) {
|
25079
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
25080
|
+
margin-inline-start: 52px;
|
25081
|
+
}
|
25082
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
25083
|
+
margin-inline-end: 52px;
|
25084
|
+
}
|
25295
25085
|
}.v-tab.v-tab.v-btn {
|
25296
25086
|
height: var(--v-tabs-height);
|
25297
25087
|
border-radius: 0;
|
@@ -25314,79 +25104,149 @@ html.v-overlay-scroll-blocked {
|
|
25314
25104
|
pointer-events: none;
|
25315
25105
|
opacity: 0;
|
25316
25106
|
}
|
25317
|
-
.v-tab--selected .v-tab__slider {
|
25318
|
-
opacity: 1;
|
25107
|
+
.v-tab--selected .v-tab__slider {
|
25108
|
+
opacity: 1;
|
25109
|
+
}
|
25110
|
+
.v-slide-group--vertical .v-tab__slider {
|
25111
|
+
top: 0;
|
25112
|
+
height: 100%;
|
25113
|
+
width: 2px;
|
25114
|
+
}.v-switch .v-label {
|
25115
|
+
padding-inline-start: 10px;
|
25116
|
+
}
|
25117
|
+
|
25118
|
+
.v-switch__loader {
|
25119
|
+
display: flex;
|
25120
|
+
}
|
25121
|
+
.v-switch__loader .v-progress-circular {
|
25122
|
+
color: rgb(var(--v-theme-surface));
|
25123
|
+
}
|
25124
|
+
|
25125
|
+
.v-switch__track,
|
25126
|
+
.v-switch__thumb {
|
25127
|
+
transition: none;
|
25128
|
+
}
|
25129
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
|
25130
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
|
25131
|
+
background-color: rgb(var(--v-theme-error));
|
25132
|
+
color: rgb(var(--v-theme-on-error));
|
25133
|
+
}
|
25134
|
+
|
25135
|
+
.v-switch__track-true {
|
25136
|
+
margin-inline-end: auto;
|
25137
|
+
}
|
25138
|
+
.v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
|
25139
|
+
opacity: 0;
|
25140
|
+
}
|
25141
|
+
|
25142
|
+
.v-switch__track-false {
|
25143
|
+
margin-inline-start: auto;
|
25144
|
+
}
|
25145
|
+
.v-selection-control--dirty .v-switch__track-false {
|
25146
|
+
opacity: 0;
|
25147
|
+
}
|
25148
|
+
|
25149
|
+
.v-switch__track {
|
25150
|
+
display: inline-flex;
|
25151
|
+
align-items: center;
|
25152
|
+
font-size: 0.5rem;
|
25153
|
+
padding: 0 5px;
|
25154
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
25155
|
+
border-radius: 9999px;
|
25156
|
+
height: 14px;
|
25157
|
+
opacity: 0.6;
|
25158
|
+
min-width: 36px;
|
25159
|
+
cursor: pointer;
|
25160
|
+
transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
25161
|
+
}
|
25162
|
+
.v-switch--inset .v-switch__track {
|
25163
|
+
border-radius: 9999px;
|
25164
|
+
font-size: 0.75rem;
|
25165
|
+
height: 32px;
|
25166
|
+
min-width: 52px;
|
25167
|
+
}
|
25168
|
+
|
25169
|
+
.v-switch__thumb {
|
25170
|
+
align-items: center;
|
25171
|
+
background-color: rgb(var(--v-theme-surface-bright));
|
25172
|
+
color: rgb(var(--v-theme-on-surface-bright));
|
25173
|
+
border-radius: 50%;
|
25174
|
+
display: flex;
|
25175
|
+
font-size: 0.75rem;
|
25176
|
+
height: 20px;
|
25177
|
+
justify-content: center;
|
25178
|
+
width: 20px;
|
25179
|
+
pointer-events: none;
|
25180
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
25181
|
+
position: relative;
|
25182
|
+
overflow: hidden;
|
25183
|
+
}
|
25184
|
+
.v-switch:not(.v-switch--inset) .v-switch__thumb {
|
25185
|
+
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
25319
25186
|
}
|
25320
|
-
.v-
|
25321
|
-
|
25322
|
-
|
25323
|
-
|
25324
|
-
}.v-tabs {
|
25325
|
-
display: flex;
|
25326
|
-
height: var(--v-tabs-height);
|
25187
|
+
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
|
25188
|
+
background: rgb(var(--v-theme-surface-variant));
|
25189
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
25190
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
25327
25191
|
}
|
25328
|
-
.v-
|
25329
|
-
|
25192
|
+
.v-switch--inset .v-switch__thumb {
|
25193
|
+
height: 24px;
|
25194
|
+
width: 24px;
|
25195
|
+
transform: scale(0.6666666667);
|
25330
25196
|
}
|
25331
|
-
.v-
|
25332
|
-
|
25197
|
+
.v-switch--inset .v-switch__thumb--filled {
|
25198
|
+
transform: none;
|
25199
|
+
}
|
25200
|
+
.v-switch--inset .v-selection-control--dirty .v-switch__thumb {
|
25201
|
+
transform: none;
|
25202
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
25333
25203
|
}
|
25334
25204
|
|
25335
|
-
.v-
|
25336
|
-
|
25205
|
+
.v-switch.v-input {
|
25206
|
+
flex: 0 1 auto;
|
25337
25207
|
}
|
25338
|
-
.v-
|
25339
|
-
--v-
|
25208
|
+
.v-switch .v-selection-control {
|
25209
|
+
min-height: var(--v-input-control-height);
|
25340
25210
|
}
|
25341
|
-
|
25342
|
-
|
25343
|
-
|
25211
|
+
.v-switch .v-selection-control__input {
|
25212
|
+
border-radius: 50%;
|
25213
|
+
transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
|
25214
|
+
position: absolute;
|
25344
25215
|
}
|
25345
|
-
.v-
|
25346
|
-
|
25216
|
+
.v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
|
25217
|
+
transform: translateX(-10px);
|
25347
25218
|
}
|
25348
25219
|
|
25349
|
-
.v-
|
25350
|
-
|
25351
|
-
flex: none;
|
25352
|
-
--v-tabs-height: 48px;
|
25220
|
+
.v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
|
25221
|
+
transform: translateX(10px);
|
25353
25222
|
}
|
25354
25223
|
|
25355
|
-
.v-
|
25356
|
-
|
25224
|
+
.v-switch .v-selection-control__input .v-icon {
|
25225
|
+
position: absolute;
|
25357
25226
|
}
|
25358
|
-
|
25359
|
-
|
25360
|
-
.v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
|
25361
|
-
margin-inline-end: auto;
|
25227
|
+
.v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
|
25228
|
+
transform: translateX(10px);
|
25362
25229
|
}
|
25363
|
-
|
25364
|
-
.v-
|
25365
|
-
|
25230
|
+
|
25231
|
+
.v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
|
25232
|
+
transform: translateX(-10px);
|
25366
25233
|
}
|
25367
25234
|
|
25368
|
-
.v-
|
25369
|
-
|
25235
|
+
.v-switch.v-switch--indeterminate .v-selection-control__input {
|
25236
|
+
transform: scale(0.8);
|
25370
25237
|
}
|
25371
|
-
.v-
|
25372
|
-
|
25373
|
-
|
25238
|
+
.v-switch.v-switch--indeterminate .v-switch__thumb {
|
25239
|
+
transform: scale(0.75);
|
25240
|
+
box-shadow: none;
|
25374
25241
|
}
|
25375
|
-
|
25376
|
-
|
25377
|
-
margin-inline-start: auto;
|
25242
|
+
.v-switch.v-switch--inset .v-selection-control__wrapper {
|
25243
|
+
width: auto;
|
25378
25244
|
}
|
25379
|
-
.v-
|
25380
|
-
|
25245
|
+
.v-switch.v-input--vertical .v-label {
|
25246
|
+
min-width: max-content;
|
25381
25247
|
}
|
25382
|
-
|
25383
|
-
|
25384
|
-
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
25385
|
-
margin-inline-start: 52px;
|
25386
|
-
}
|
25387
|
-
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
25388
|
-
margin-inline-end: 52px;
|
25389
|
-
}
|
25248
|
+
.v-switch.v-input--vertical .v-selection-control__wrapper {
|
25249
|
+
transform: rotate(-90deg);
|
25390
25250
|
}.v-table {
|
25391
25251
|
background: rgb(var(--v-theme-surface));
|
25392
25252
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
@@ -25525,142 +25385,6 @@ html.v-overlay-scroll-blocked {
|
|
25525
25385
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
25526
25386
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
25527
25387
|
border-top: 0px !important;
|
25528
|
-
}.v-switch .v-label {
|
25529
|
-
padding-inline-start: 10px;
|
25530
|
-
}
|
25531
|
-
|
25532
|
-
.v-switch__loader {
|
25533
|
-
display: flex;
|
25534
|
-
}
|
25535
|
-
.v-switch__loader .v-progress-circular {
|
25536
|
-
color: rgb(var(--v-theme-surface));
|
25537
|
-
}
|
25538
|
-
|
25539
|
-
.v-switch__track,
|
25540
|
-
.v-switch__thumb {
|
25541
|
-
transition: none;
|
25542
|
-
}
|
25543
|
-
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
|
25544
|
-
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
|
25545
|
-
background-color: rgb(var(--v-theme-error));
|
25546
|
-
color: rgb(var(--v-theme-on-error));
|
25547
|
-
}
|
25548
|
-
|
25549
|
-
.v-switch__track-true {
|
25550
|
-
margin-inline-end: auto;
|
25551
|
-
}
|
25552
|
-
.v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
|
25553
|
-
opacity: 0;
|
25554
|
-
}
|
25555
|
-
|
25556
|
-
.v-switch__track-false {
|
25557
|
-
margin-inline-start: auto;
|
25558
|
-
}
|
25559
|
-
.v-selection-control--dirty .v-switch__track-false {
|
25560
|
-
opacity: 0;
|
25561
|
-
}
|
25562
|
-
|
25563
|
-
.v-switch__track {
|
25564
|
-
display: inline-flex;
|
25565
|
-
align-items: center;
|
25566
|
-
font-size: 0.5rem;
|
25567
|
-
padding: 0 5px;
|
25568
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
25569
|
-
border-radius: 9999px;
|
25570
|
-
height: 14px;
|
25571
|
-
opacity: 0.6;
|
25572
|
-
min-width: 36px;
|
25573
|
-
cursor: pointer;
|
25574
|
-
transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
25575
|
-
}
|
25576
|
-
.v-switch--inset .v-switch__track {
|
25577
|
-
border-radius: 9999px;
|
25578
|
-
font-size: 0.75rem;
|
25579
|
-
height: 32px;
|
25580
|
-
min-width: 52px;
|
25581
|
-
}
|
25582
|
-
|
25583
|
-
.v-switch__thumb {
|
25584
|
-
align-items: center;
|
25585
|
-
background-color: rgb(var(--v-theme-surface-bright));
|
25586
|
-
color: rgb(var(--v-theme-on-surface-bright));
|
25587
|
-
border-radius: 50%;
|
25588
|
-
display: flex;
|
25589
|
-
font-size: 0.75rem;
|
25590
|
-
height: 20px;
|
25591
|
-
justify-content: center;
|
25592
|
-
width: 20px;
|
25593
|
-
pointer-events: none;
|
25594
|
-
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
25595
|
-
position: relative;
|
25596
|
-
overflow: hidden;
|
25597
|
-
}
|
25598
|
-
.v-switch:not(.v-switch--inset) .v-switch__thumb {
|
25599
|
-
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
25600
|
-
}
|
25601
|
-
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
|
25602
|
-
background: rgb(var(--v-theme-surface-variant));
|
25603
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
25604
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
25605
|
-
}
|
25606
|
-
.v-switch--inset .v-switch__thumb {
|
25607
|
-
height: 24px;
|
25608
|
-
width: 24px;
|
25609
|
-
transform: scale(0.6666666667);
|
25610
|
-
}
|
25611
|
-
.v-switch--inset .v-switch__thumb--filled {
|
25612
|
-
transform: none;
|
25613
|
-
}
|
25614
|
-
.v-switch--inset .v-selection-control--dirty .v-switch__thumb {
|
25615
|
-
transform: none;
|
25616
|
-
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
25617
|
-
}
|
25618
|
-
|
25619
|
-
.v-switch.v-input {
|
25620
|
-
flex: 0 1 auto;
|
25621
|
-
}
|
25622
|
-
.v-switch .v-selection-control {
|
25623
|
-
min-height: var(--v-input-control-height);
|
25624
|
-
}
|
25625
|
-
.v-switch .v-selection-control__input {
|
25626
|
-
border-radius: 50%;
|
25627
|
-
transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
|
25628
|
-
position: absolute;
|
25629
|
-
}
|
25630
|
-
.v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
|
25631
|
-
transform: translateX(-10px);
|
25632
|
-
}
|
25633
|
-
|
25634
|
-
.v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
|
25635
|
-
transform: translateX(10px);
|
25636
|
-
}
|
25637
|
-
|
25638
|
-
.v-switch .v-selection-control__input .v-icon {
|
25639
|
-
position: absolute;
|
25640
|
-
}
|
25641
|
-
.v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
|
25642
|
-
transform: translateX(10px);
|
25643
|
-
}
|
25644
|
-
|
25645
|
-
.v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
|
25646
|
-
transform: translateX(-10px);
|
25647
|
-
}
|
25648
|
-
|
25649
|
-
.v-switch.v-switch--indeterminate .v-selection-control__input {
|
25650
|
-
transform: scale(0.8);
|
25651
|
-
}
|
25652
|
-
.v-switch.v-switch--indeterminate .v-switch__thumb {
|
25653
|
-
transform: scale(0.75);
|
25654
|
-
box-shadow: none;
|
25655
|
-
}
|
25656
|
-
.v-switch.v-switch--inset .v-selection-control__wrapper {
|
25657
|
-
width: auto;
|
25658
|
-
}
|
25659
|
-
.v-switch.v-input--vertical .v-label {
|
25660
|
-
min-width: max-content;
|
25661
|
-
}
|
25662
|
-
.v-switch.v-input--vertical .v-selection-control__wrapper {
|
25663
|
-
transform: rotate(-90deg);
|
25664
25388
|
}.v-theme-provider {
|
25665
25389
|
background: rgb(var(--v-theme-background));
|
25666
25390
|
color: rgb(var(--v-theme-on-background));
|
@@ -25768,8 +25492,30 @@ html.v-overlay-scroll-blocked {
|
|
25768
25492
|
.v-textarea textarea:focus, .v-textarea textarea:active {
|
25769
25493
|
outline: none;
|
25770
25494
|
}
|
25771
|
-
.v-textarea textarea:invalid {
|
25772
|
-
box-shadow: none;
|
25495
|
+
.v-textarea textarea:invalid {
|
25496
|
+
box-shadow: none;
|
25497
|
+
}.v-tooltip > .v-overlay__content {
|
25498
|
+
background: rgb(var(--v-theme-surface-variant));
|
25499
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
25500
|
+
border-radius: 4px;
|
25501
|
+
font-size: 0.875rem;
|
25502
|
+
line-height: 1.6;
|
25503
|
+
display: inline-block;
|
25504
|
+
padding: 5px 16px;
|
25505
|
+
text-transform: initial;
|
25506
|
+
width: auto;
|
25507
|
+
opacity: 1;
|
25508
|
+
pointer-events: none;
|
25509
|
+
transition-property: opacity, transform;
|
25510
|
+
overflow-wrap: break-word;
|
25511
|
+
}
|
25512
|
+
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
25513
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
25514
|
+
transition-duration: 150ms;
|
25515
|
+
}
|
25516
|
+
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
25517
|
+
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
25518
|
+
transition-duration: 75ms;
|
25773
25519
|
}.v-timeline .v-timeline-divider__dot {
|
25774
25520
|
background: rgb(var(--v-theme-surface-light));
|
25775
25521
|
}
|
@@ -26186,98 +25932,6 @@ html.v-overlay-scroll-blocked {
|
|
26186
25932
|
|
26187
25933
|
.v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
|
26188
25934
|
padding-inline-end: 0;
|
26189
|
-
}.v-window {
|
26190
|
-
overflow: hidden;
|
26191
|
-
}
|
26192
|
-
.v-window__container {
|
26193
|
-
display: flex;
|
26194
|
-
flex-direction: column;
|
26195
|
-
height: inherit;
|
26196
|
-
position: relative;
|
26197
|
-
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
26198
|
-
}
|
26199
|
-
.v-window__controls {
|
26200
|
-
position: absolute;
|
26201
|
-
left: 0;
|
26202
|
-
top: 0;
|
26203
|
-
width: 100%;
|
26204
|
-
height: 100%;
|
26205
|
-
display: flex;
|
26206
|
-
align-items: center;
|
26207
|
-
justify-content: space-between;
|
26208
|
-
padding: 0 16px;
|
26209
|
-
pointer-events: none;
|
26210
|
-
}
|
26211
|
-
.v-window__controls > * {
|
26212
|
-
pointer-events: auto;
|
26213
|
-
}
|
26214
|
-
.v-window--show-arrows-on-hover {
|
26215
|
-
overflow: hidden;
|
26216
|
-
}
|
26217
|
-
.v-window--show-arrows-on-hover .v-window__left {
|
26218
|
-
transform: translateX(-200%);
|
26219
|
-
}
|
26220
|
-
.v-window--show-arrows-on-hover .v-window__right {
|
26221
|
-
transform: translateX(200%);
|
26222
|
-
}
|
26223
|
-
.v-window--show-arrows-on-hover:hover .v-window__left,
|
26224
|
-
.v-window--show-arrows-on-hover:hover .v-window__right {
|
26225
|
-
transform: translateX(0);
|
26226
|
-
}
|
26227
|
-
|
26228
|
-
.v-window-x-transition-enter-active, .v-window-x-transition-leave-active, .v-window-x-reverse-transition-enter-active, .v-window-x-reverse-transition-leave-active, .v-window-y-transition-enter-active, .v-window-y-transition-leave-active, .v-window-y-reverse-transition-enter-active, .v-window-y-reverse-transition-leave-active {
|
26229
|
-
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
26230
|
-
}
|
26231
|
-
.v-window-x-transition-leave-from, .v-window-x-transition-leave-to, .v-window-x-reverse-transition-leave-from, .v-window-x-reverse-transition-leave-to, .v-window-y-transition-leave-from, .v-window-y-transition-leave-to, .v-window-y-reverse-transition-leave-from, .v-window-y-reverse-transition-leave-to {
|
26232
|
-
position: absolute !important;
|
26233
|
-
top: 0;
|
26234
|
-
width: 100%;
|
26235
|
-
}
|
26236
|
-
.v-window-x-transition-enter-from {
|
26237
|
-
transform: translateX(100%);
|
26238
|
-
}
|
26239
|
-
.v-window-x-transition-leave-to {
|
26240
|
-
transform: translateX(-100%);
|
26241
|
-
}
|
26242
|
-
.v-window-x-reverse-transition-enter-from {
|
26243
|
-
transform: translateX(-100%);
|
26244
|
-
}
|
26245
|
-
.v-window-x-reverse-transition-leave-to {
|
26246
|
-
transform: translateX(100%);
|
26247
|
-
}
|
26248
|
-
.v-window-y-transition-enter-from {
|
26249
|
-
transform: translateY(100%);
|
26250
|
-
}
|
26251
|
-
.v-window-y-transition-leave-to {
|
26252
|
-
transform: translateY(-100%);
|
26253
|
-
}
|
26254
|
-
.v-window-y-reverse-transition-enter-from {
|
26255
|
-
transform: translateY(-100%);
|
26256
|
-
}
|
26257
|
-
.v-window-y-reverse-transition-leave-to {
|
26258
|
-
transform: translateY(100%);
|
26259
|
-
}.v-tooltip > .v-overlay__content {
|
26260
|
-
background: rgb(var(--v-theme-surface-variant));
|
26261
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
26262
|
-
border-radius: 4px;
|
26263
|
-
font-size: 0.875rem;
|
26264
|
-
line-height: 1.6;
|
26265
|
-
display: inline-block;
|
26266
|
-
padding: 5px 16px;
|
26267
|
-
text-transform: initial;
|
26268
|
-
width: auto;
|
26269
|
-
opacity: 1;
|
26270
|
-
pointer-events: none;
|
26271
|
-
transition-property: opacity, transform;
|
26272
|
-
overflow-wrap: break-word;
|
26273
|
-
}
|
26274
|
-
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
26275
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
26276
|
-
transition-duration: 150ms;
|
26277
|
-
}
|
26278
|
-
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
26279
|
-
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
26280
|
-
transition-duration: 75ms;
|
26281
25935
|
}.v-toolbar {
|
26282
25936
|
align-items: flex-start;
|
26283
25937
|
display: flex;
|
@@ -26407,6 +26061,76 @@ html.v-overlay-scroll-blocked {
|
|
26407
26061
|
}
|
26408
26062
|
.v-toolbar-items > .v-btn {
|
26409
26063
|
border-radius: 0;
|
26064
|
+
}.v-window {
|
26065
|
+
overflow: hidden;
|
26066
|
+
}
|
26067
|
+
.v-window__container {
|
26068
|
+
display: flex;
|
26069
|
+
flex-direction: column;
|
26070
|
+
height: inherit;
|
26071
|
+
position: relative;
|
26072
|
+
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
26073
|
+
}
|
26074
|
+
.v-window__controls {
|
26075
|
+
position: absolute;
|
26076
|
+
left: 0;
|
26077
|
+
top: 0;
|
26078
|
+
width: 100%;
|
26079
|
+
height: 100%;
|
26080
|
+
display: flex;
|
26081
|
+
align-items: center;
|
26082
|
+
justify-content: space-between;
|
26083
|
+
padding: 0 16px;
|
26084
|
+
pointer-events: none;
|
26085
|
+
}
|
26086
|
+
.v-window__controls > * {
|
26087
|
+
pointer-events: auto;
|
26088
|
+
}
|
26089
|
+
.v-window--show-arrows-on-hover {
|
26090
|
+
overflow: hidden;
|
26091
|
+
}
|
26092
|
+
.v-window--show-arrows-on-hover .v-window__left {
|
26093
|
+
transform: translateX(-200%);
|
26094
|
+
}
|
26095
|
+
.v-window--show-arrows-on-hover .v-window__right {
|
26096
|
+
transform: translateX(200%);
|
26097
|
+
}
|
26098
|
+
.v-window--show-arrows-on-hover:hover .v-window__left,
|
26099
|
+
.v-window--show-arrows-on-hover:hover .v-window__right {
|
26100
|
+
transform: translateX(0);
|
26101
|
+
}
|
26102
|
+
|
26103
|
+
.v-window-x-transition-enter-active, .v-window-x-transition-leave-active, .v-window-x-reverse-transition-enter-active, .v-window-x-reverse-transition-leave-active, .v-window-y-transition-enter-active, .v-window-y-transition-leave-active, .v-window-y-reverse-transition-enter-active, .v-window-y-reverse-transition-leave-active {
|
26104
|
+
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
26105
|
+
}
|
26106
|
+
.v-window-x-transition-leave-from, .v-window-x-transition-leave-to, .v-window-x-reverse-transition-leave-from, .v-window-x-reverse-transition-leave-to, .v-window-y-transition-leave-from, .v-window-y-transition-leave-to, .v-window-y-reverse-transition-leave-from, .v-window-y-reverse-transition-leave-to {
|
26107
|
+
position: absolute !important;
|
26108
|
+
top: 0;
|
26109
|
+
width: 100%;
|
26110
|
+
}
|
26111
|
+
.v-window-x-transition-enter-from {
|
26112
|
+
transform: translateX(100%);
|
26113
|
+
}
|
26114
|
+
.v-window-x-transition-leave-to {
|
26115
|
+
transform: translateX(-100%);
|
26116
|
+
}
|
26117
|
+
.v-window-x-reverse-transition-enter-from {
|
26118
|
+
transform: translateX(-100%);
|
26119
|
+
}
|
26120
|
+
.v-window-x-reverse-transition-leave-to {
|
26121
|
+
transform: translateX(100%);
|
26122
|
+
}
|
26123
|
+
.v-window-y-transition-enter-from {
|
26124
|
+
transform: translateY(100%);
|
26125
|
+
}
|
26126
|
+
.v-window-y-transition-leave-to {
|
26127
|
+
transform: translateY(-100%);
|
26128
|
+
}
|
26129
|
+
.v-window-y-reverse-transition-enter-from {
|
26130
|
+
transform: translateY(-100%);
|
26131
|
+
}
|
26132
|
+
.v-window-y-reverse-transition-leave-to {
|
26133
|
+
transform: translateY(100%);
|
26410
26134
|
}.v-virtual-scroll {
|
26411
26135
|
display: block;
|
26412
26136
|
flex: 1 1 auto;
|
@@ -26416,6 +26140,22 @@ html.v-overlay-scroll-blocked {
|
|
26416
26140
|
}
|
26417
26141
|
.v-virtual-scroll__container {
|
26418
26142
|
display: block;
|
26143
|
+
}.v-application {
|
26144
|
+
display: flex;
|
26145
|
+
background: rgb(var(--v-theme-background));
|
26146
|
+
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
26147
|
+
}
|
26148
|
+
|
26149
|
+
.v-application__wrap {
|
26150
|
+
-webkit-backface-visibility: hidden;
|
26151
|
+
backface-visibility: hidden;
|
26152
|
+
display: flex;
|
26153
|
+
flex-direction: column;
|
26154
|
+
flex: 1 1 auto;
|
26155
|
+
max-width: 100%;
|
26156
|
+
min-height: 100vh;
|
26157
|
+
min-height: 100dvh;
|
26158
|
+
position: relative;
|
26419
26159
|
}.v-color-picker-canvas {
|
26420
26160
|
display: flex;
|
26421
26161
|
position: relative;
|
@@ -26466,6 +26206,41 @@ html.v-overlay-scroll-blocked {
|
|
26466
26206
|
}
|
26467
26207
|
.v-color-picker-edit__input span {
|
26468
26208
|
font-size: 0.75rem;
|
26209
|
+
}.v-color-picker-swatches {
|
26210
|
+
overflow-y: auto;
|
26211
|
+
}
|
26212
|
+
.v-color-picker-swatches > div {
|
26213
|
+
display: flex;
|
26214
|
+
flex-wrap: wrap;
|
26215
|
+
justify-content: center;
|
26216
|
+
padding: 8px;
|
26217
|
+
}
|
26218
|
+
|
26219
|
+
.v-color-picker-swatches__swatch {
|
26220
|
+
display: flex;
|
26221
|
+
flex-direction: column;
|
26222
|
+
margin-bottom: 10px;
|
26223
|
+
}
|
26224
|
+
|
26225
|
+
.v-color-picker-swatches__color {
|
26226
|
+
position: relative;
|
26227
|
+
height: 18px;
|
26228
|
+
max-height: 18px;
|
26229
|
+
width: 45px;
|
26230
|
+
margin: 2px 4px;
|
26231
|
+
border-radius: 2px;
|
26232
|
+
-webkit-user-select: none;
|
26233
|
+
user-select: none;
|
26234
|
+
overflow: hidden;
|
26235
|
+
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
26236
|
+
cursor: pointer;
|
26237
|
+
}
|
26238
|
+
.v-color-picker-swatches__color > div {
|
26239
|
+
display: flex;
|
26240
|
+
align-items: center;
|
26241
|
+
justify-content: center;
|
26242
|
+
width: 100%;
|
26243
|
+
height: 100%;
|
26469
26244
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
26470
26245
|
background-color: transparent !important;
|
26471
26246
|
}
|
@@ -26536,41 +26311,6 @@ html.v-overlay-scroll-blocked {
|
|
26536
26311
|
.v-color-picker-preview__eye-dropper {
|
26537
26312
|
position: relative;
|
26538
26313
|
margin-right: 12px;
|
26539
|
-
}.v-color-picker-swatches {
|
26540
|
-
overflow-y: auto;
|
26541
|
-
}
|
26542
|
-
.v-color-picker-swatches > div {
|
26543
|
-
display: flex;
|
26544
|
-
flex-wrap: wrap;
|
26545
|
-
justify-content: center;
|
26546
|
-
padding: 8px;
|
26547
|
-
}
|
26548
|
-
|
26549
|
-
.v-color-picker-swatches__swatch {
|
26550
|
-
display: flex;
|
26551
|
-
flex-direction: column;
|
26552
|
-
margin-bottom: 10px;
|
26553
|
-
}
|
26554
|
-
|
26555
|
-
.v-color-picker-swatches__color {
|
26556
|
-
position: relative;
|
26557
|
-
height: 18px;
|
26558
|
-
max-height: 18px;
|
26559
|
-
width: 45px;
|
26560
|
-
margin: 2px 4px;
|
26561
|
-
border-radius: 2px;
|
26562
|
-
-webkit-user-select: none;
|
26563
|
-
user-select: none;
|
26564
|
-
overflow: hidden;
|
26565
|
-
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
26566
|
-
cursor: pointer;
|
26567
|
-
}
|
26568
|
-
.v-color-picker-swatches__color > div {
|
26569
|
-
display: flex;
|
26570
|
-
align-items: center;
|
26571
|
-
justify-content: center;
|
26572
|
-
width: 100%;
|
26573
|
-
height: 100%;
|
26574
26314
|
}.v-slider-thumb {
|
26575
26315
|
touch-action: none;
|
26576
26316
|
color: rgb(var(--v-theme-surface-variant));
|