@vuetify/nightly 3.6.5-master.2024-05-11 → 3.6.5-master.2024-05-12
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 +7 -2
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +116 -116
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2540 -2800
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +3 -3
- package/dist/vuetify.css +4355 -4615
- package/dist/vuetify.d.ts +37 -37
- 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 +37 -37
- package/lib/styles/generic/_colors.scss +0 -1
- package/lib/styles/main.css +0 -260
- package/package.json +1 -1
package/lib/styles/main.css
CHANGED
@@ -11,1561 +11,1301 @@
|
|
11
11
|
}
|
12
12
|
.bg-black {
|
13
13
|
background-color: #000000 !important;
|
14
|
-
--v-theme-on-surface: #FFFFFF !important;
|
15
14
|
color: #FFFFFF !important;
|
16
15
|
}
|
17
16
|
|
18
17
|
.bg-white {
|
19
18
|
background-color: #FFFFFF !important;
|
20
|
-
--v-theme-on-surface: #000000 !important;
|
21
19
|
color: #000000 !important;
|
22
20
|
}
|
23
21
|
|
24
22
|
.bg-transparent {
|
25
23
|
background-color: transparent !important;
|
26
|
-
--v-theme-on-surface: currentColor !important;
|
27
24
|
color: currentColor !important;
|
28
25
|
}
|
29
26
|
|
30
27
|
.bg-red {
|
31
28
|
background-color: #F44336 !important;
|
32
|
-
--v-theme-on-surface: #FFFFFF !important;
|
33
29
|
color: #FFFFFF !important;
|
34
30
|
}
|
35
31
|
|
36
32
|
.bg-red-lighten-5 {
|
37
33
|
background-color: #FFEBEE !important;
|
38
|
-
--v-theme-on-surface: #000000 !important;
|
39
34
|
color: #000000 !important;
|
40
35
|
}
|
41
36
|
|
42
37
|
.bg-red-lighten-4 {
|
43
38
|
background-color: #FFCDD2 !important;
|
44
|
-
--v-theme-on-surface: #000000 !important;
|
45
39
|
color: #000000 !important;
|
46
40
|
}
|
47
41
|
|
48
42
|
.bg-red-lighten-3 {
|
49
43
|
background-color: #EF9A9A !important;
|
50
|
-
--v-theme-on-surface: #000000 !important;
|
51
44
|
color: #000000 !important;
|
52
45
|
}
|
53
46
|
|
54
47
|
.bg-red-lighten-2 {
|
55
48
|
background-color: #E57373 !important;
|
56
|
-
--v-theme-on-surface: #FFFFFF !important;
|
57
49
|
color: #FFFFFF !important;
|
58
50
|
}
|
59
51
|
|
60
52
|
.bg-red-lighten-1 {
|
61
53
|
background-color: #EF5350 !important;
|
62
|
-
--v-theme-on-surface: #FFFFFF !important;
|
63
54
|
color: #FFFFFF !important;
|
64
55
|
}
|
65
56
|
|
66
57
|
.bg-red-darken-1 {
|
67
58
|
background-color: #E53935 !important;
|
68
|
-
--v-theme-on-surface: #FFFFFF !important;
|
69
59
|
color: #FFFFFF !important;
|
70
60
|
}
|
71
61
|
|
72
62
|
.bg-red-darken-2 {
|
73
63
|
background-color: #D32F2F !important;
|
74
|
-
--v-theme-on-surface: #FFFFFF !important;
|
75
64
|
color: #FFFFFF !important;
|
76
65
|
}
|
77
66
|
|
78
67
|
.bg-red-darken-3 {
|
79
68
|
background-color: #C62828 !important;
|
80
|
-
--v-theme-on-surface: #FFFFFF !important;
|
81
69
|
color: #FFFFFF !important;
|
82
70
|
}
|
83
71
|
|
84
72
|
.bg-red-darken-4 {
|
85
73
|
background-color: #B71C1C !important;
|
86
|
-
--v-theme-on-surface: #FFFFFF !important;
|
87
74
|
color: #FFFFFF !important;
|
88
75
|
}
|
89
76
|
|
90
77
|
.bg-red-accent-1 {
|
91
78
|
background-color: #FF8A80 !important;
|
92
|
-
--v-theme-on-surface: #000000 !important;
|
93
79
|
color: #000000 !important;
|
94
80
|
}
|
95
81
|
|
96
82
|
.bg-red-accent-2 {
|
97
83
|
background-color: #FF5252 !important;
|
98
|
-
--v-theme-on-surface: #FFFFFF !important;
|
99
84
|
color: #FFFFFF !important;
|
100
85
|
}
|
101
86
|
|
102
87
|
.bg-red-accent-3 {
|
103
88
|
background-color: #FF1744 !important;
|
104
|
-
--v-theme-on-surface: #FFFFFF !important;
|
105
89
|
color: #FFFFFF !important;
|
106
90
|
}
|
107
91
|
|
108
92
|
.bg-red-accent-4 {
|
109
93
|
background-color: #D50000 !important;
|
110
|
-
--v-theme-on-surface: #FFFFFF !important;
|
111
94
|
color: #FFFFFF !important;
|
112
95
|
}
|
113
96
|
|
114
97
|
.bg-pink {
|
115
98
|
background-color: #e91e63 !important;
|
116
|
-
--v-theme-on-surface: #FFFFFF !important;
|
117
99
|
color: #FFFFFF !important;
|
118
100
|
}
|
119
101
|
|
120
102
|
.bg-pink-lighten-5 {
|
121
103
|
background-color: #fce4ec !important;
|
122
|
-
--v-theme-on-surface: #000000 !important;
|
123
104
|
color: #000000 !important;
|
124
105
|
}
|
125
106
|
|
126
107
|
.bg-pink-lighten-4 {
|
127
108
|
background-color: #f8bbd0 !important;
|
128
|
-
--v-theme-on-surface: #000000 !important;
|
129
109
|
color: #000000 !important;
|
130
110
|
}
|
131
111
|
|
132
112
|
.bg-pink-lighten-3 {
|
133
113
|
background-color: #f48fb1 !important;
|
134
|
-
--v-theme-on-surface: #000000 !important;
|
135
114
|
color: #000000 !important;
|
136
115
|
}
|
137
116
|
|
138
117
|
.bg-pink-lighten-2 {
|
139
118
|
background-color: #f06292 !important;
|
140
|
-
--v-theme-on-surface: #FFFFFF !important;
|
141
119
|
color: #FFFFFF !important;
|
142
120
|
}
|
143
121
|
|
144
122
|
.bg-pink-lighten-1 {
|
145
123
|
background-color: #ec407a !important;
|
146
|
-
--v-theme-on-surface: #FFFFFF !important;
|
147
124
|
color: #FFFFFF !important;
|
148
125
|
}
|
149
126
|
|
150
127
|
.bg-pink-darken-1 {
|
151
128
|
background-color: #d81b60 !important;
|
152
|
-
--v-theme-on-surface: #FFFFFF !important;
|
153
129
|
color: #FFFFFF !important;
|
154
130
|
}
|
155
131
|
|
156
132
|
.bg-pink-darken-2 {
|
157
133
|
background-color: #c2185b !important;
|
158
|
-
--v-theme-on-surface: #FFFFFF !important;
|
159
134
|
color: #FFFFFF !important;
|
160
135
|
}
|
161
136
|
|
162
137
|
.bg-pink-darken-3 {
|
163
138
|
background-color: #ad1457 !important;
|
164
|
-
--v-theme-on-surface: #FFFFFF !important;
|
165
139
|
color: #FFFFFF !important;
|
166
140
|
}
|
167
141
|
|
168
142
|
.bg-pink-darken-4 {
|
169
143
|
background-color: #880e4f !important;
|
170
|
-
--v-theme-on-surface: #FFFFFF !important;
|
171
144
|
color: #FFFFFF !important;
|
172
145
|
}
|
173
146
|
|
174
147
|
.bg-pink-accent-1 {
|
175
148
|
background-color: #ff80ab !important;
|
176
|
-
--v-theme-on-surface: #FFFFFF !important;
|
177
149
|
color: #FFFFFF !important;
|
178
150
|
}
|
179
151
|
|
180
152
|
.bg-pink-accent-2 {
|
181
153
|
background-color: #ff4081 !important;
|
182
|
-
--v-theme-on-surface: #FFFFFF !important;
|
183
154
|
color: #FFFFFF !important;
|
184
155
|
}
|
185
156
|
|
186
157
|
.bg-pink-accent-3 {
|
187
158
|
background-color: #f50057 !important;
|
188
|
-
--v-theme-on-surface: #FFFFFF !important;
|
189
159
|
color: #FFFFFF !important;
|
190
160
|
}
|
191
161
|
|
192
162
|
.bg-pink-accent-4 {
|
193
163
|
background-color: #c51162 !important;
|
194
|
-
--v-theme-on-surface: #FFFFFF !important;
|
195
164
|
color: #FFFFFF !important;
|
196
165
|
}
|
197
166
|
|
198
167
|
.bg-purple {
|
199
168
|
background-color: #9c27b0 !important;
|
200
|
-
--v-theme-on-surface: #FFFFFF !important;
|
201
169
|
color: #FFFFFF !important;
|
202
170
|
}
|
203
171
|
|
204
172
|
.bg-purple-lighten-5 {
|
205
173
|
background-color: #f3e5f5 !important;
|
206
|
-
--v-theme-on-surface: #000000 !important;
|
207
174
|
color: #000000 !important;
|
208
175
|
}
|
209
176
|
|
210
177
|
.bg-purple-lighten-4 {
|
211
178
|
background-color: #e1bee7 !important;
|
212
|
-
--v-theme-on-surface: #000000 !important;
|
213
179
|
color: #000000 !important;
|
214
180
|
}
|
215
181
|
|
216
182
|
.bg-purple-lighten-3 {
|
217
183
|
background-color: #ce93d8 !important;
|
218
|
-
--v-theme-on-surface: #FFFFFF !important;
|
219
184
|
color: #FFFFFF !important;
|
220
185
|
}
|
221
186
|
|
222
187
|
.bg-purple-lighten-2 {
|
223
188
|
background-color: #ba68c8 !important;
|
224
|
-
--v-theme-on-surface: #FFFFFF !important;
|
225
189
|
color: #FFFFFF !important;
|
226
190
|
}
|
227
191
|
|
228
192
|
.bg-purple-lighten-1 {
|
229
193
|
background-color: #ab47bc !important;
|
230
|
-
--v-theme-on-surface: #FFFFFF !important;
|
231
194
|
color: #FFFFFF !important;
|
232
195
|
}
|
233
196
|
|
234
197
|
.bg-purple-darken-1 {
|
235
198
|
background-color: #8e24aa !important;
|
236
|
-
--v-theme-on-surface: #FFFFFF !important;
|
237
199
|
color: #FFFFFF !important;
|
238
200
|
}
|
239
201
|
|
240
202
|
.bg-purple-darken-2 {
|
241
203
|
background-color: #7b1fa2 !important;
|
242
|
-
--v-theme-on-surface: #FFFFFF !important;
|
243
204
|
color: #FFFFFF !important;
|
244
205
|
}
|
245
206
|
|
246
207
|
.bg-purple-darken-3 {
|
247
208
|
background-color: #6a1b9a !important;
|
248
|
-
--v-theme-on-surface: #FFFFFF !important;
|
249
209
|
color: #FFFFFF !important;
|
250
210
|
}
|
251
211
|
|
252
212
|
.bg-purple-darken-4 {
|
253
213
|
background-color: #4a148c !important;
|
254
|
-
--v-theme-on-surface: #FFFFFF !important;
|
255
214
|
color: #FFFFFF !important;
|
256
215
|
}
|
257
216
|
|
258
217
|
.bg-purple-accent-1 {
|
259
218
|
background-color: #ea80fc !important;
|
260
|
-
--v-theme-on-surface: #FFFFFF !important;
|
261
219
|
color: #FFFFFF !important;
|
262
220
|
}
|
263
221
|
|
264
222
|
.bg-purple-accent-2 {
|
265
223
|
background-color: #e040fb !important;
|
266
|
-
--v-theme-on-surface: #FFFFFF !important;
|
267
224
|
color: #FFFFFF !important;
|
268
225
|
}
|
269
226
|
|
270
227
|
.bg-purple-accent-3 {
|
271
228
|
background-color: #d500f9 !important;
|
272
|
-
--v-theme-on-surface: #FFFFFF !important;
|
273
229
|
color: #FFFFFF !important;
|
274
230
|
}
|
275
231
|
|
276
232
|
.bg-purple-accent-4 {
|
277
233
|
background-color: #aa00ff !important;
|
278
|
-
--v-theme-on-surface: #FFFFFF !important;
|
279
234
|
color: #FFFFFF !important;
|
280
235
|
}
|
281
236
|
|
282
237
|
.bg-deep-purple {
|
283
238
|
background-color: #673ab7 !important;
|
284
|
-
--v-theme-on-surface: #FFFFFF !important;
|
285
239
|
color: #FFFFFF !important;
|
286
240
|
}
|
287
241
|
|
288
242
|
.bg-deep-purple-lighten-5 {
|
289
243
|
background-color: #ede7f6 !important;
|
290
|
-
--v-theme-on-surface: #000000 !important;
|
291
244
|
color: #000000 !important;
|
292
245
|
}
|
293
246
|
|
294
247
|
.bg-deep-purple-lighten-4 {
|
295
248
|
background-color: #d1c4e9 !important;
|
296
|
-
--v-theme-on-surface: #000000 !important;
|
297
249
|
color: #000000 !important;
|
298
250
|
}
|
299
251
|
|
300
252
|
.bg-deep-purple-lighten-3 {
|
301
253
|
background-color: #b39ddb !important;
|
302
|
-
--v-theme-on-surface: #FFFFFF !important;
|
303
254
|
color: #FFFFFF !important;
|
304
255
|
}
|
305
256
|
|
306
257
|
.bg-deep-purple-lighten-2 {
|
307
258
|
background-color: #9575cd !important;
|
308
|
-
--v-theme-on-surface: #FFFFFF !important;
|
309
259
|
color: #FFFFFF !important;
|
310
260
|
}
|
311
261
|
|
312
262
|
.bg-deep-purple-lighten-1 {
|
313
263
|
background-color: #7e57c2 !important;
|
314
|
-
--v-theme-on-surface: #FFFFFF !important;
|
315
264
|
color: #FFFFFF !important;
|
316
265
|
}
|
317
266
|
|
318
267
|
.bg-deep-purple-darken-1 {
|
319
268
|
background-color: #5e35b1 !important;
|
320
|
-
--v-theme-on-surface: #FFFFFF !important;
|
321
269
|
color: #FFFFFF !important;
|
322
270
|
}
|
323
271
|
|
324
272
|
.bg-deep-purple-darken-2 {
|
325
273
|
background-color: #512da8 !important;
|
326
|
-
--v-theme-on-surface: #FFFFFF !important;
|
327
274
|
color: #FFFFFF !important;
|
328
275
|
}
|
329
276
|
|
330
277
|
.bg-deep-purple-darken-3 {
|
331
278
|
background-color: #4527a0 !important;
|
332
|
-
--v-theme-on-surface: #FFFFFF !important;
|
333
279
|
color: #FFFFFF !important;
|
334
280
|
}
|
335
281
|
|
336
282
|
.bg-deep-purple-darken-4 {
|
337
283
|
background-color: #311b92 !important;
|
338
|
-
--v-theme-on-surface: #FFFFFF !important;
|
339
284
|
color: #FFFFFF !important;
|
340
285
|
}
|
341
286
|
|
342
287
|
.bg-deep-purple-accent-1 {
|
343
288
|
background-color: #b388ff !important;
|
344
|
-
--v-theme-on-surface: #FFFFFF !important;
|
345
289
|
color: #FFFFFF !important;
|
346
290
|
}
|
347
291
|
|
348
292
|
.bg-deep-purple-accent-2 {
|
349
293
|
background-color: #7c4dff !important;
|
350
|
-
--v-theme-on-surface: #FFFFFF !important;
|
351
294
|
color: #FFFFFF !important;
|
352
295
|
}
|
353
296
|
|
354
297
|
.bg-deep-purple-accent-3 {
|
355
298
|
background-color: #651fff !important;
|
356
|
-
--v-theme-on-surface: #FFFFFF !important;
|
357
299
|
color: #FFFFFF !important;
|
358
300
|
}
|
359
301
|
|
360
302
|
.bg-deep-purple-accent-4 {
|
361
303
|
background-color: #6200ea !important;
|
362
|
-
--v-theme-on-surface: #FFFFFF !important;
|
363
304
|
color: #FFFFFF !important;
|
364
305
|
}
|
365
306
|
|
366
307
|
.bg-indigo {
|
367
308
|
background-color: #3f51b5 !important;
|
368
|
-
--v-theme-on-surface: #FFFFFF !important;
|
369
309
|
color: #FFFFFF !important;
|
370
310
|
}
|
371
311
|
|
372
312
|
.bg-indigo-lighten-5 {
|
373
313
|
background-color: #e8eaf6 !important;
|
374
|
-
--v-theme-on-surface: #000000 !important;
|
375
314
|
color: #000000 !important;
|
376
315
|
}
|
377
316
|
|
378
317
|
.bg-indigo-lighten-4 {
|
379
318
|
background-color: #c5cae9 !important;
|
380
|
-
--v-theme-on-surface: #000000 !important;
|
381
319
|
color: #000000 !important;
|
382
320
|
}
|
383
321
|
|
384
322
|
.bg-indigo-lighten-3 {
|
385
323
|
background-color: #9fa8da !important;
|
386
|
-
--v-theme-on-surface: #FFFFFF !important;
|
387
324
|
color: #FFFFFF !important;
|
388
325
|
}
|
389
326
|
|
390
327
|
.bg-indigo-lighten-2 {
|
391
328
|
background-color: #7986cb !important;
|
392
|
-
--v-theme-on-surface: #FFFFFF !important;
|
393
329
|
color: #FFFFFF !important;
|
394
330
|
}
|
395
331
|
|
396
332
|
.bg-indigo-lighten-1 {
|
397
333
|
background-color: #5c6bc0 !important;
|
398
|
-
--v-theme-on-surface: #FFFFFF !important;
|
399
334
|
color: #FFFFFF !important;
|
400
335
|
}
|
401
336
|
|
402
337
|
.bg-indigo-darken-1 {
|
403
338
|
background-color: #3949ab !important;
|
404
|
-
--v-theme-on-surface: #FFFFFF !important;
|
405
339
|
color: #FFFFFF !important;
|
406
340
|
}
|
407
341
|
|
408
342
|
.bg-indigo-darken-2 {
|
409
343
|
background-color: #303f9f !important;
|
410
|
-
--v-theme-on-surface: #FFFFFF !important;
|
411
344
|
color: #FFFFFF !important;
|
412
345
|
}
|
413
346
|
|
414
347
|
.bg-indigo-darken-3 {
|
415
348
|
background-color: #283593 !important;
|
416
|
-
--v-theme-on-surface: #FFFFFF !important;
|
417
349
|
color: #FFFFFF !important;
|
418
350
|
}
|
419
351
|
|
420
352
|
.bg-indigo-darken-4 {
|
421
353
|
background-color: #1a237e !important;
|
422
|
-
--v-theme-on-surface: #FFFFFF !important;
|
423
354
|
color: #FFFFFF !important;
|
424
355
|
}
|
425
356
|
|
426
357
|
.bg-indigo-accent-1 {
|
427
358
|
background-color: #8c9eff !important;
|
428
|
-
--v-theme-on-surface: #FFFFFF !important;
|
429
359
|
color: #FFFFFF !important;
|
430
360
|
}
|
431
361
|
|
432
362
|
.bg-indigo-accent-2 {
|
433
363
|
background-color: #536dfe !important;
|
434
|
-
--v-theme-on-surface: #FFFFFF !important;
|
435
364
|
color: #FFFFFF !important;
|
436
365
|
}
|
437
366
|
|
438
367
|
.bg-indigo-accent-3 {
|
439
368
|
background-color: #3d5afe !important;
|
440
|
-
--v-theme-on-surface: #FFFFFF !important;
|
441
369
|
color: #FFFFFF !important;
|
442
370
|
}
|
443
371
|
|
444
372
|
.bg-indigo-accent-4 {
|
445
373
|
background-color: #304ffe !important;
|
446
|
-
--v-theme-on-surface: #FFFFFF !important;
|
447
374
|
color: #FFFFFF !important;
|
448
375
|
}
|
449
376
|
|
450
377
|
.bg-blue {
|
451
378
|
background-color: #2196F3 !important;
|
452
|
-
--v-theme-on-surface: #FFFFFF !important;
|
453
379
|
color: #FFFFFF !important;
|
454
380
|
}
|
455
381
|
|
456
382
|
.bg-blue-lighten-5 {
|
457
383
|
background-color: #E3F2FD !important;
|
458
|
-
--v-theme-on-surface: #000000 !important;
|
459
384
|
color: #000000 !important;
|
460
385
|
}
|
461
386
|
|
462
387
|
.bg-blue-lighten-4 {
|
463
388
|
background-color: #BBDEFB !important;
|
464
|
-
--v-theme-on-surface: #000000 !important;
|
465
389
|
color: #000000 !important;
|
466
390
|
}
|
467
391
|
|
468
392
|
.bg-blue-lighten-3 {
|
469
393
|
background-color: #90CAF9 !important;
|
470
|
-
--v-theme-on-surface: #000000 !important;
|
471
394
|
color: #000000 !important;
|
472
395
|
}
|
473
396
|
|
474
397
|
.bg-blue-lighten-2 {
|
475
398
|
background-color: #64B5F6 !important;
|
476
|
-
--v-theme-on-surface: #000000 !important;
|
477
399
|
color: #000000 !important;
|
478
400
|
}
|
479
401
|
|
480
402
|
.bg-blue-lighten-1 {
|
481
403
|
background-color: #42A5F5 !important;
|
482
|
-
--v-theme-on-surface: #FFFFFF !important;
|
483
404
|
color: #FFFFFF !important;
|
484
405
|
}
|
485
406
|
|
486
407
|
.bg-blue-darken-1 {
|
487
408
|
background-color: #1E88E5 !important;
|
488
|
-
--v-theme-on-surface: #FFFFFF !important;
|
489
409
|
color: #FFFFFF !important;
|
490
410
|
}
|
491
411
|
|
492
412
|
.bg-blue-darken-2 {
|
493
413
|
background-color: #1976D2 !important;
|
494
|
-
--v-theme-on-surface: #FFFFFF !important;
|
495
414
|
color: #FFFFFF !important;
|
496
415
|
}
|
497
416
|
|
498
417
|
.bg-blue-darken-3 {
|
499
418
|
background-color: #1565C0 !important;
|
500
|
-
--v-theme-on-surface: #FFFFFF !important;
|
501
419
|
color: #FFFFFF !important;
|
502
420
|
}
|
503
421
|
|
504
422
|
.bg-blue-darken-4 {
|
505
423
|
background-color: #0D47A1 !important;
|
506
|
-
--v-theme-on-surface: #FFFFFF !important;
|
507
424
|
color: #FFFFFF !important;
|
508
425
|
}
|
509
426
|
|
510
427
|
.bg-blue-accent-1 {
|
511
428
|
background-color: #82B1FF !important;
|
512
|
-
--v-theme-on-surface: #000000 !important;
|
513
429
|
color: #000000 !important;
|
514
430
|
}
|
515
431
|
|
516
432
|
.bg-blue-accent-2 {
|
517
433
|
background-color: #448AFF !important;
|
518
|
-
--v-theme-on-surface: #FFFFFF !important;
|
519
434
|
color: #FFFFFF !important;
|
520
435
|
}
|
521
436
|
|
522
437
|
.bg-blue-accent-3 {
|
523
438
|
background-color: #2979FF !important;
|
524
|
-
--v-theme-on-surface: #FFFFFF !important;
|
525
439
|
color: #FFFFFF !important;
|
526
440
|
}
|
527
441
|
|
528
442
|
.bg-blue-accent-4 {
|
529
443
|
background-color: #2962FF !important;
|
530
|
-
--v-theme-on-surface: #FFFFFF !important;
|
531
444
|
color: #FFFFFF !important;
|
532
445
|
}
|
533
446
|
|
534
447
|
.bg-light-blue {
|
535
448
|
background-color: #03a9f4 !important;
|
536
|
-
--v-theme-on-surface: #FFFFFF !important;
|
537
449
|
color: #FFFFFF !important;
|
538
450
|
}
|
539
451
|
|
540
452
|
.bg-light-blue-lighten-5 {
|
541
453
|
background-color: #e1f5fe !important;
|
542
|
-
--v-theme-on-surface: #000000 !important;
|
543
454
|
color: #000000 !important;
|
544
455
|
}
|
545
456
|
|
546
457
|
.bg-light-blue-lighten-4 {
|
547
458
|
background-color: #b3e5fc !important;
|
548
|
-
--v-theme-on-surface: #000000 !important;
|
549
459
|
color: #000000 !important;
|
550
460
|
}
|
551
461
|
|
552
462
|
.bg-light-blue-lighten-3 {
|
553
463
|
background-color: #81d4fa !important;
|
554
|
-
--v-theme-on-surface: #000000 !important;
|
555
464
|
color: #000000 !important;
|
556
465
|
}
|
557
466
|
|
558
467
|
.bg-light-blue-lighten-2 {
|
559
468
|
background-color: #4fc3f7 !important;
|
560
|
-
--v-theme-on-surface: #000000 !important;
|
561
469
|
color: #000000 !important;
|
562
470
|
}
|
563
471
|
|
564
472
|
.bg-light-blue-lighten-1 {
|
565
473
|
background-color: #29b6f6 !important;
|
566
|
-
--v-theme-on-surface: #000000 !important;
|
567
474
|
color: #000000 !important;
|
568
475
|
}
|
569
476
|
|
570
477
|
.bg-light-blue-darken-1 {
|
571
478
|
background-color: #039be5 !important;
|
572
|
-
--v-theme-on-surface: #FFFFFF !important;
|
573
479
|
color: #FFFFFF !important;
|
574
480
|
}
|
575
481
|
|
576
482
|
.bg-light-blue-darken-2 {
|
577
483
|
background-color: #0288d1 !important;
|
578
|
-
--v-theme-on-surface: #FFFFFF !important;
|
579
484
|
color: #FFFFFF !important;
|
580
485
|
}
|
581
486
|
|
582
487
|
.bg-light-blue-darken-3 {
|
583
488
|
background-color: #0277bd !important;
|
584
|
-
--v-theme-on-surface: #FFFFFF !important;
|
585
489
|
color: #FFFFFF !important;
|
586
490
|
}
|
587
491
|
|
588
492
|
.bg-light-blue-darken-4 {
|
589
493
|
background-color: #01579b !important;
|
590
|
-
--v-theme-on-surface: #FFFFFF !important;
|
591
494
|
color: #FFFFFF !important;
|
592
495
|
}
|
593
496
|
|
594
497
|
.bg-light-blue-accent-1 {
|
595
498
|
background-color: #80d8ff !important;
|
596
|
-
--v-theme-on-surface: #000000 !important;
|
597
499
|
color: #000000 !important;
|
598
500
|
}
|
599
501
|
|
600
502
|
.bg-light-blue-accent-2 {
|
601
503
|
background-color: #40c4ff !important;
|
602
|
-
--v-theme-on-surface: #000000 !important;
|
603
504
|
color: #000000 !important;
|
604
505
|
}
|
605
506
|
|
606
507
|
.bg-light-blue-accent-3 {
|
607
508
|
background-color: #00b0ff !important;
|
608
|
-
--v-theme-on-surface: #FFFFFF !important;
|
609
509
|
color: #FFFFFF !important;
|
610
510
|
}
|
611
511
|
|
612
512
|
.bg-light-blue-accent-4 {
|
613
513
|
background-color: #0091ea !important;
|
614
|
-
--v-theme-on-surface: #FFFFFF !important;
|
615
514
|
color: #FFFFFF !important;
|
616
515
|
}
|
617
516
|
|
618
517
|
.bg-cyan {
|
619
518
|
background-color: #00bcd4 !important;
|
620
|
-
--v-theme-on-surface: #000000 !important;
|
621
519
|
color: #000000 !important;
|
622
520
|
}
|
623
521
|
|
624
522
|
.bg-cyan-lighten-5 {
|
625
523
|
background-color: #e0f7fa !important;
|
626
|
-
--v-theme-on-surface: #000000 !important;
|
627
524
|
color: #000000 !important;
|
628
525
|
}
|
629
526
|
|
630
527
|
.bg-cyan-lighten-4 {
|
631
528
|
background-color: #b2ebf2 !important;
|
632
|
-
--v-theme-on-surface: #000000 !important;
|
633
529
|
color: #000000 !important;
|
634
530
|
}
|
635
531
|
|
636
532
|
.bg-cyan-lighten-3 {
|
637
533
|
background-color: #80deea !important;
|
638
|
-
--v-theme-on-surface: #000000 !important;
|
639
534
|
color: #000000 !important;
|
640
535
|
}
|
641
536
|
|
642
537
|
.bg-cyan-lighten-2 {
|
643
538
|
background-color: #4dd0e1 !important;
|
644
|
-
--v-theme-on-surface: #000000 !important;
|
645
539
|
color: #000000 !important;
|
646
540
|
}
|
647
541
|
|
648
542
|
.bg-cyan-lighten-1 {
|
649
543
|
background-color: #26c6da !important;
|
650
|
-
--v-theme-on-surface: #000000 !important;
|
651
544
|
color: #000000 !important;
|
652
545
|
}
|
653
546
|
|
654
547
|
.bg-cyan-darken-1 {
|
655
548
|
background-color: #00acc1 !important;
|
656
|
-
--v-theme-on-surface: #FFFFFF !important;
|
657
549
|
color: #FFFFFF !important;
|
658
550
|
}
|
659
551
|
|
660
552
|
.bg-cyan-darken-2 {
|
661
553
|
background-color: #0097a7 !important;
|
662
|
-
--v-theme-on-surface: #FFFFFF !important;
|
663
554
|
color: #FFFFFF !important;
|
664
555
|
}
|
665
556
|
|
666
557
|
.bg-cyan-darken-3 {
|
667
558
|
background-color: #00838f !important;
|
668
|
-
--v-theme-on-surface: #FFFFFF !important;
|
669
559
|
color: #FFFFFF !important;
|
670
560
|
}
|
671
561
|
|
672
562
|
.bg-cyan-darken-4 {
|
673
563
|
background-color: #006064 !important;
|
674
|
-
--v-theme-on-surface: #FFFFFF !important;
|
675
564
|
color: #FFFFFF !important;
|
676
565
|
}
|
677
566
|
|
678
567
|
.bg-cyan-accent-1 {
|
679
568
|
background-color: #84ffff !important;
|
680
|
-
--v-theme-on-surface: #000000 !important;
|
681
569
|
color: #000000 !important;
|
682
570
|
}
|
683
571
|
|
684
572
|
.bg-cyan-accent-2 {
|
685
573
|
background-color: #18ffff !important;
|
686
|
-
--v-theme-on-surface: #000000 !important;
|
687
574
|
color: #000000 !important;
|
688
575
|
}
|
689
576
|
|
690
577
|
.bg-cyan-accent-3 {
|
691
578
|
background-color: #00e5ff !important;
|
692
|
-
--v-theme-on-surface: #000000 !important;
|
693
579
|
color: #000000 !important;
|
694
580
|
}
|
695
581
|
|
696
582
|
.bg-cyan-accent-4 {
|
697
583
|
background-color: #00b8d4 !important;
|
698
|
-
--v-theme-on-surface: #FFFFFF !important;
|
699
584
|
color: #FFFFFF !important;
|
700
585
|
}
|
701
586
|
|
702
587
|
.bg-teal {
|
703
588
|
background-color: #009688 !important;
|
704
|
-
--v-theme-on-surface: #FFFFFF !important;
|
705
589
|
color: #FFFFFF !important;
|
706
590
|
}
|
707
591
|
|
708
592
|
.bg-teal-lighten-5 {
|
709
593
|
background-color: #e0f2f1 !important;
|
710
|
-
--v-theme-on-surface: #000000 !important;
|
711
594
|
color: #000000 !important;
|
712
595
|
}
|
713
596
|
|
714
597
|
.bg-teal-lighten-4 {
|
715
598
|
background-color: #b2dfdb !important;
|
716
|
-
--v-theme-on-surface: #000000 !important;
|
717
599
|
color: #000000 !important;
|
718
600
|
}
|
719
601
|
|
720
602
|
.bg-teal-lighten-3 {
|
721
603
|
background-color: #80cbc4 !important;
|
722
|
-
--v-theme-on-surface: #000000 !important;
|
723
604
|
color: #000000 !important;
|
724
605
|
}
|
725
606
|
|
726
607
|
.bg-teal-lighten-2 {
|
727
608
|
background-color: #4db6ac !important;
|
728
|
-
--v-theme-on-surface: #FFFFFF !important;
|
729
609
|
color: #FFFFFF !important;
|
730
610
|
}
|
731
611
|
|
732
612
|
.bg-teal-lighten-1 {
|
733
613
|
background-color: #26a69a !important;
|
734
|
-
--v-theme-on-surface: #FFFFFF !important;
|
735
614
|
color: #FFFFFF !important;
|
736
615
|
}
|
737
616
|
|
738
617
|
.bg-teal-darken-1 {
|
739
618
|
background-color: #00897b !important;
|
740
|
-
--v-theme-on-surface: #FFFFFF !important;
|
741
619
|
color: #FFFFFF !important;
|
742
620
|
}
|
743
621
|
|
744
622
|
.bg-teal-darken-2 {
|
745
623
|
background-color: #00796b !important;
|
746
|
-
--v-theme-on-surface: #FFFFFF !important;
|
747
624
|
color: #FFFFFF !important;
|
748
625
|
}
|
749
626
|
|
750
627
|
.bg-teal-darken-3 {
|
751
628
|
background-color: #00695c !important;
|
752
|
-
--v-theme-on-surface: #FFFFFF !important;
|
753
629
|
color: #FFFFFF !important;
|
754
630
|
}
|
755
631
|
|
756
632
|
.bg-teal-darken-4 {
|
757
633
|
background-color: #004d40 !important;
|
758
|
-
--v-theme-on-surface: #FFFFFF !important;
|
759
634
|
color: #FFFFFF !important;
|
760
635
|
}
|
761
636
|
|
762
637
|
.bg-teal-accent-1 {
|
763
638
|
background-color: #a7ffeb !important;
|
764
|
-
--v-theme-on-surface: #000000 !important;
|
765
639
|
color: #000000 !important;
|
766
640
|
}
|
767
641
|
|
768
642
|
.bg-teal-accent-2 {
|
769
643
|
background-color: #64ffda !important;
|
770
|
-
--v-theme-on-surface: #000000 !important;
|
771
644
|
color: #000000 !important;
|
772
645
|
}
|
773
646
|
|
774
647
|
.bg-teal-accent-3 {
|
775
648
|
background-color: #1de9b6 !important;
|
776
|
-
--v-theme-on-surface: #000000 !important;
|
777
649
|
color: #000000 !important;
|
778
650
|
}
|
779
651
|
|
780
652
|
.bg-teal-accent-4 {
|
781
653
|
background-color: #00bfa5 !important;
|
782
|
-
--v-theme-on-surface: #FFFFFF !important;
|
783
654
|
color: #FFFFFF !important;
|
784
655
|
}
|
785
656
|
|
786
657
|
.bg-green {
|
787
658
|
background-color: #4CAF50 !important;
|
788
|
-
--v-theme-on-surface: #FFFFFF !important;
|
789
659
|
color: #FFFFFF !important;
|
790
660
|
}
|
791
661
|
|
792
662
|
.bg-green-lighten-5 {
|
793
663
|
background-color: #E8F5E9 !important;
|
794
|
-
--v-theme-on-surface: #000000 !important;
|
795
664
|
color: #000000 !important;
|
796
665
|
}
|
797
666
|
|
798
667
|
.bg-green-lighten-4 {
|
799
668
|
background-color: #C8E6C9 !important;
|
800
|
-
--v-theme-on-surface: #000000 !important;
|
801
669
|
color: #000000 !important;
|
802
670
|
}
|
803
671
|
|
804
672
|
.bg-green-lighten-3 {
|
805
673
|
background-color: #A5D6A7 !important;
|
806
|
-
--v-theme-on-surface: #000000 !important;
|
807
674
|
color: #000000 !important;
|
808
675
|
}
|
809
676
|
|
810
677
|
.bg-green-lighten-2 {
|
811
678
|
background-color: #81C784 !important;
|
812
|
-
--v-theme-on-surface: #000000 !important;
|
813
679
|
color: #000000 !important;
|
814
680
|
}
|
815
681
|
|
816
682
|
.bg-green-lighten-1 {
|
817
683
|
background-color: #66BB6A !important;
|
818
|
-
--v-theme-on-surface: #FFFFFF !important;
|
819
684
|
color: #FFFFFF !important;
|
820
685
|
}
|
821
686
|
|
822
687
|
.bg-green-darken-1 {
|
823
688
|
background-color: #43A047 !important;
|
824
|
-
--v-theme-on-surface: #FFFFFF !important;
|
825
689
|
color: #FFFFFF !important;
|
826
690
|
}
|
827
691
|
|
828
692
|
.bg-green-darken-2 {
|
829
693
|
background-color: #388E3C !important;
|
830
|
-
--v-theme-on-surface: #FFFFFF !important;
|
831
694
|
color: #FFFFFF !important;
|
832
695
|
}
|
833
696
|
|
834
697
|
.bg-green-darken-3 {
|
835
698
|
background-color: #2E7D32 !important;
|
836
|
-
--v-theme-on-surface: #FFFFFF !important;
|
837
699
|
color: #FFFFFF !important;
|
838
700
|
}
|
839
701
|
|
840
702
|
.bg-green-darken-4 {
|
841
703
|
background-color: #1B5E20 !important;
|
842
|
-
--v-theme-on-surface: #FFFFFF !important;
|
843
704
|
color: #FFFFFF !important;
|
844
705
|
}
|
845
706
|
|
846
707
|
.bg-green-accent-1 {
|
847
708
|
background-color: #B9F6CA !important;
|
848
|
-
--v-theme-on-surface: #000000 !important;
|
849
709
|
color: #000000 !important;
|
850
710
|
}
|
851
711
|
|
852
712
|
.bg-green-accent-2 {
|
853
713
|
background-color: #69F0AE !important;
|
854
|
-
--v-theme-on-surface: #000000 !important;
|
855
714
|
color: #000000 !important;
|
856
715
|
}
|
857
716
|
|
858
717
|
.bg-green-accent-3 {
|
859
718
|
background-color: #00E676 !important;
|
860
|
-
--v-theme-on-surface: #000000 !important;
|
861
719
|
color: #000000 !important;
|
862
720
|
}
|
863
721
|
|
864
722
|
.bg-green-accent-4 {
|
865
723
|
background-color: #00C853 !important;
|
866
|
-
--v-theme-on-surface: #000000 !important;
|
867
724
|
color: #000000 !important;
|
868
725
|
}
|
869
726
|
|
870
727
|
.bg-light-green {
|
871
728
|
background-color: #8bc34a !important;
|
872
|
-
--v-theme-on-surface: #000000 !important;
|
873
729
|
color: #000000 !important;
|
874
730
|
}
|
875
731
|
|
876
732
|
.bg-light-green-lighten-5 {
|
877
733
|
background-color: #f1f8e9 !important;
|
878
|
-
--v-theme-on-surface: #000000 !important;
|
879
734
|
color: #000000 !important;
|
880
735
|
}
|
881
736
|
|
882
737
|
.bg-light-green-lighten-4 {
|
883
738
|
background-color: #dcedc8 !important;
|
884
|
-
--v-theme-on-surface: #000000 !important;
|
885
739
|
color: #000000 !important;
|
886
740
|
}
|
887
741
|
|
888
742
|
.bg-light-green-lighten-3 {
|
889
743
|
background-color: #c5e1a5 !important;
|
890
|
-
--v-theme-on-surface: #000000 !important;
|
891
744
|
color: #000000 !important;
|
892
745
|
}
|
893
746
|
|
894
747
|
.bg-light-green-lighten-2 {
|
895
748
|
background-color: #aed581 !important;
|
896
|
-
--v-theme-on-surface: #000000 !important;
|
897
749
|
color: #000000 !important;
|
898
750
|
}
|
899
751
|
|
900
752
|
.bg-light-green-lighten-1 {
|
901
753
|
background-color: #9ccc65 !important;
|
902
|
-
--v-theme-on-surface: #000000 !important;
|
903
754
|
color: #000000 !important;
|
904
755
|
}
|
905
756
|
|
906
757
|
.bg-light-green-darken-1 {
|
907
758
|
background-color: #7cb342 !important;
|
908
|
-
--v-theme-on-surface: #FFFFFF !important;
|
909
759
|
color: #FFFFFF !important;
|
910
760
|
}
|
911
761
|
|
912
762
|
.bg-light-green-darken-2 {
|
913
763
|
background-color: #689f38 !important;
|
914
|
-
--v-theme-on-surface: #FFFFFF !important;
|
915
764
|
color: #FFFFFF !important;
|
916
765
|
}
|
917
766
|
|
918
767
|
.bg-light-green-darken-3 {
|
919
768
|
background-color: #558b2f !important;
|
920
|
-
--v-theme-on-surface: #FFFFFF !important;
|
921
769
|
color: #FFFFFF !important;
|
922
770
|
}
|
923
771
|
|
924
772
|
.bg-light-green-darken-4 {
|
925
773
|
background-color: #33691e !important;
|
926
|
-
--v-theme-on-surface: #FFFFFF !important;
|
927
774
|
color: #FFFFFF !important;
|
928
775
|
}
|
929
776
|
|
930
777
|
.bg-light-green-accent-1 {
|
931
778
|
background-color: #ccff90 !important;
|
932
|
-
--v-theme-on-surface: #000000 !important;
|
933
779
|
color: #000000 !important;
|
934
780
|
}
|
935
781
|
|
936
782
|
.bg-light-green-accent-2 {
|
937
783
|
background-color: #b2ff59 !important;
|
938
|
-
--v-theme-on-surface: #000000 !important;
|
939
784
|
color: #000000 !important;
|
940
785
|
}
|
941
786
|
|
942
787
|
.bg-light-green-accent-3 {
|
943
788
|
background-color: #76ff03 !important;
|
944
|
-
--v-theme-on-surface: #000000 !important;
|
945
789
|
color: #000000 !important;
|
946
790
|
}
|
947
791
|
|
948
792
|
.bg-light-green-accent-4 {
|
949
793
|
background-color: #64dd17 !important;
|
950
|
-
--v-theme-on-surface: #000000 !important;
|
951
794
|
color: #000000 !important;
|
952
795
|
}
|
953
796
|
|
954
797
|
.bg-lime {
|
955
798
|
background-color: #cddc39 !important;
|
956
|
-
--v-theme-on-surface: #000000 !important;
|
957
799
|
color: #000000 !important;
|
958
800
|
}
|
959
801
|
|
960
802
|
.bg-lime-lighten-5 {
|
961
803
|
background-color: #f9fbe7 !important;
|
962
|
-
--v-theme-on-surface: #000000 !important;
|
963
804
|
color: #000000 !important;
|
964
805
|
}
|
965
806
|
|
966
807
|
.bg-lime-lighten-4 {
|
967
808
|
background-color: #f0f4c3 !important;
|
968
|
-
--v-theme-on-surface: #000000 !important;
|
969
809
|
color: #000000 !important;
|
970
810
|
}
|
971
811
|
|
972
812
|
.bg-lime-lighten-3 {
|
973
813
|
background-color: #e6ee9c !important;
|
974
|
-
--v-theme-on-surface: #000000 !important;
|
975
814
|
color: #000000 !important;
|
976
815
|
}
|
977
816
|
|
978
817
|
.bg-lime-lighten-2 {
|
979
818
|
background-color: #dce775 !important;
|
980
|
-
--v-theme-on-surface: #000000 !important;
|
981
819
|
color: #000000 !important;
|
982
820
|
}
|
983
821
|
|
984
822
|
.bg-lime-lighten-1 {
|
985
823
|
background-color: #d4e157 !important;
|
986
|
-
--v-theme-on-surface: #000000 !important;
|
987
824
|
color: #000000 !important;
|
988
825
|
}
|
989
826
|
|
990
827
|
.bg-lime-darken-1 {
|
991
828
|
background-color: #c0ca33 !important;
|
992
|
-
--v-theme-on-surface: #000000 !important;
|
993
829
|
color: #000000 !important;
|
994
830
|
}
|
995
831
|
|
996
832
|
.bg-lime-darken-2 {
|
997
833
|
background-color: #afb42b !important;
|
998
|
-
--v-theme-on-surface: #000000 !important;
|
999
834
|
color: #000000 !important;
|
1000
835
|
}
|
1001
836
|
|
1002
837
|
.bg-lime-darken-3 {
|
1003
838
|
background-color: #9e9d24 !important;
|
1004
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1005
839
|
color: #FFFFFF !important;
|
1006
840
|
}
|
1007
841
|
|
1008
842
|
.bg-lime-darken-4 {
|
1009
843
|
background-color: #827717 !important;
|
1010
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1011
844
|
color: #FFFFFF !important;
|
1012
845
|
}
|
1013
846
|
|
1014
847
|
.bg-lime-accent-1 {
|
1015
848
|
background-color: #f4ff81 !important;
|
1016
|
-
--v-theme-on-surface: #000000 !important;
|
1017
849
|
color: #000000 !important;
|
1018
850
|
}
|
1019
851
|
|
1020
852
|
.bg-lime-accent-2 {
|
1021
853
|
background-color: #eeff41 !important;
|
1022
|
-
--v-theme-on-surface: #000000 !important;
|
1023
854
|
color: #000000 !important;
|
1024
855
|
}
|
1025
856
|
|
1026
857
|
.bg-lime-accent-3 {
|
1027
858
|
background-color: #c6ff00 !important;
|
1028
|
-
--v-theme-on-surface: #000000 !important;
|
1029
859
|
color: #000000 !important;
|
1030
860
|
}
|
1031
861
|
|
1032
862
|
.bg-lime-accent-4 {
|
1033
863
|
background-color: #aeea00 !important;
|
1034
|
-
--v-theme-on-surface: #000000 !important;
|
1035
864
|
color: #000000 !important;
|
1036
865
|
}
|
1037
866
|
|
1038
867
|
.bg-yellow {
|
1039
868
|
background-color: #ffeb3b !important;
|
1040
|
-
--v-theme-on-surface: #000000 !important;
|
1041
869
|
color: #000000 !important;
|
1042
870
|
}
|
1043
871
|
|
1044
872
|
.bg-yellow-lighten-5 {
|
1045
873
|
background-color: #fffde7 !important;
|
1046
|
-
--v-theme-on-surface: #000000 !important;
|
1047
874
|
color: #000000 !important;
|
1048
875
|
}
|
1049
876
|
|
1050
877
|
.bg-yellow-lighten-4 {
|
1051
878
|
background-color: #fff9c4 !important;
|
1052
|
-
--v-theme-on-surface: #000000 !important;
|
1053
879
|
color: #000000 !important;
|
1054
880
|
}
|
1055
881
|
|
1056
882
|
.bg-yellow-lighten-3 {
|
1057
883
|
background-color: #fff59d !important;
|
1058
|
-
--v-theme-on-surface: #000000 !important;
|
1059
884
|
color: #000000 !important;
|
1060
885
|
}
|
1061
886
|
|
1062
887
|
.bg-yellow-lighten-2 {
|
1063
888
|
background-color: #fff176 !important;
|
1064
|
-
--v-theme-on-surface: #000000 !important;
|
1065
889
|
color: #000000 !important;
|
1066
890
|
}
|
1067
891
|
|
1068
892
|
.bg-yellow-lighten-1 {
|
1069
893
|
background-color: #ffee58 !important;
|
1070
|
-
--v-theme-on-surface: #000000 !important;
|
1071
894
|
color: #000000 !important;
|
1072
895
|
}
|
1073
896
|
|
1074
897
|
.bg-yellow-darken-1 {
|
1075
898
|
background-color: #fdd835 !important;
|
1076
|
-
--v-theme-on-surface: #000000 !important;
|
1077
899
|
color: #000000 !important;
|
1078
900
|
}
|
1079
901
|
|
1080
902
|
.bg-yellow-darken-2 {
|
1081
903
|
background-color: #fbc02d !important;
|
1082
|
-
--v-theme-on-surface: #000000 !important;
|
1083
904
|
color: #000000 !important;
|
1084
905
|
}
|
1085
906
|
|
1086
907
|
.bg-yellow-darken-3 {
|
1087
908
|
background-color: #f9a825 !important;
|
1088
|
-
--v-theme-on-surface: #000000 !important;
|
1089
909
|
color: #000000 !important;
|
1090
910
|
}
|
1091
911
|
|
1092
912
|
.bg-yellow-darken-4 {
|
1093
913
|
background-color: #f57f17 !important;
|
1094
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1095
914
|
color: #FFFFFF !important;
|
1096
915
|
}
|
1097
916
|
|
1098
917
|
.bg-yellow-accent-1 {
|
1099
918
|
background-color: #ffff8d !important;
|
1100
|
-
--v-theme-on-surface: #000000 !important;
|
1101
919
|
color: #000000 !important;
|
1102
920
|
}
|
1103
921
|
|
1104
922
|
.bg-yellow-accent-2 {
|
1105
923
|
background-color: #ffff00 !important;
|
1106
|
-
--v-theme-on-surface: #000000 !important;
|
1107
924
|
color: #000000 !important;
|
1108
925
|
}
|
1109
926
|
|
1110
927
|
.bg-yellow-accent-3 {
|
1111
928
|
background-color: #ffea00 !important;
|
1112
|
-
--v-theme-on-surface: #000000 !important;
|
1113
929
|
color: #000000 !important;
|
1114
930
|
}
|
1115
931
|
|
1116
932
|
.bg-yellow-accent-4 {
|
1117
933
|
background-color: #ffd600 !important;
|
1118
|
-
--v-theme-on-surface: #000000 !important;
|
1119
934
|
color: #000000 !important;
|
1120
935
|
}
|
1121
936
|
|
1122
937
|
.bg-amber {
|
1123
938
|
background-color: #ffc107 !important;
|
1124
|
-
--v-theme-on-surface: #000000 !important;
|
1125
939
|
color: #000000 !important;
|
1126
940
|
}
|
1127
941
|
|
1128
942
|
.bg-amber-lighten-5 {
|
1129
943
|
background-color: #fff8e1 !important;
|
1130
|
-
--v-theme-on-surface: #000000 !important;
|
1131
944
|
color: #000000 !important;
|
1132
945
|
}
|
1133
946
|
|
1134
947
|
.bg-amber-lighten-4 {
|
1135
948
|
background-color: #ffecb3 !important;
|
1136
|
-
--v-theme-on-surface: #000000 !important;
|
1137
949
|
color: #000000 !important;
|
1138
950
|
}
|
1139
951
|
|
1140
952
|
.bg-amber-lighten-3 {
|
1141
953
|
background-color: #ffe082 !important;
|
1142
|
-
--v-theme-on-surface: #000000 !important;
|
1143
954
|
color: #000000 !important;
|
1144
955
|
}
|
1145
956
|
|
1146
957
|
.bg-amber-lighten-2 {
|
1147
958
|
background-color: #ffd54f !important;
|
1148
|
-
--v-theme-on-surface: #000000 !important;
|
1149
959
|
color: #000000 !important;
|
1150
960
|
}
|
1151
961
|
|
1152
962
|
.bg-amber-lighten-1 {
|
1153
963
|
background-color: #ffca28 !important;
|
1154
|
-
--v-theme-on-surface: #000000 !important;
|
1155
964
|
color: #000000 !important;
|
1156
965
|
}
|
1157
966
|
|
1158
967
|
.bg-amber-darken-1 {
|
1159
968
|
background-color: #ffb300 !important;
|
1160
|
-
--v-theme-on-surface: #000000 !important;
|
1161
969
|
color: #000000 !important;
|
1162
970
|
}
|
1163
971
|
|
1164
972
|
.bg-amber-darken-2 {
|
1165
973
|
background-color: #ffa000 !important;
|
1166
|
-
--v-theme-on-surface: #000000 !important;
|
1167
974
|
color: #000000 !important;
|
1168
975
|
}
|
1169
976
|
|
1170
977
|
.bg-amber-darken-3 {
|
1171
978
|
background-color: #ff8f00 !important;
|
1172
|
-
--v-theme-on-surface: #000000 !important;
|
1173
979
|
color: #000000 !important;
|
1174
980
|
}
|
1175
981
|
|
1176
982
|
.bg-amber-darken-4 {
|
1177
983
|
background-color: #ff6f00 !important;
|
1178
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1179
984
|
color: #FFFFFF !important;
|
1180
985
|
}
|
1181
986
|
|
1182
987
|
.bg-amber-accent-1 {
|
1183
988
|
background-color: #ffe57f !important;
|
1184
|
-
--v-theme-on-surface: #000000 !important;
|
1185
989
|
color: #000000 !important;
|
1186
990
|
}
|
1187
991
|
|
1188
992
|
.bg-amber-accent-2 {
|
1189
993
|
background-color: #ffd740 !important;
|
1190
|
-
--v-theme-on-surface: #000000 !important;
|
1191
994
|
color: #000000 !important;
|
1192
995
|
}
|
1193
996
|
|
1194
997
|
.bg-amber-accent-3 {
|
1195
998
|
background-color: #ffc400 !important;
|
1196
|
-
--v-theme-on-surface: #000000 !important;
|
1197
999
|
color: #000000 !important;
|
1198
1000
|
}
|
1199
1001
|
|
1200
1002
|
.bg-amber-accent-4 {
|
1201
1003
|
background-color: #ffab00 !important;
|
1202
|
-
--v-theme-on-surface: #000000 !important;
|
1203
1004
|
color: #000000 !important;
|
1204
1005
|
}
|
1205
1006
|
|
1206
1007
|
.bg-orange {
|
1207
1008
|
background-color: #ff9800 !important;
|
1208
|
-
--v-theme-on-surface: #000000 !important;
|
1209
1009
|
color: #000000 !important;
|
1210
1010
|
}
|
1211
1011
|
|
1212
1012
|
.bg-orange-lighten-5 {
|
1213
1013
|
background-color: #fff3e0 !important;
|
1214
|
-
--v-theme-on-surface: #000000 !important;
|
1215
1014
|
color: #000000 !important;
|
1216
1015
|
}
|
1217
1016
|
|
1218
1017
|
.bg-orange-lighten-4 {
|
1219
1018
|
background-color: #ffe0b2 !important;
|
1220
|
-
--v-theme-on-surface: #000000 !important;
|
1221
1019
|
color: #000000 !important;
|
1222
1020
|
}
|
1223
1021
|
|
1224
1022
|
.bg-orange-lighten-3 {
|
1225
1023
|
background-color: #ffcc80 !important;
|
1226
|
-
--v-theme-on-surface: #000000 !important;
|
1227
1024
|
color: #000000 !important;
|
1228
1025
|
}
|
1229
1026
|
|
1230
1027
|
.bg-orange-lighten-2 {
|
1231
1028
|
background-color: #ffb74d !important;
|
1232
|
-
--v-theme-on-surface: #000000 !important;
|
1233
1029
|
color: #000000 !important;
|
1234
1030
|
}
|
1235
1031
|
|
1236
1032
|
.bg-orange-lighten-1 {
|
1237
1033
|
background-color: #ffa726 !important;
|
1238
|
-
--v-theme-on-surface: #000000 !important;
|
1239
1034
|
color: #000000 !important;
|
1240
1035
|
}
|
1241
1036
|
|
1242
1037
|
.bg-orange-darken-1 {
|
1243
1038
|
background-color: #fb8c00 !important;
|
1244
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1245
1039
|
color: #FFFFFF !important;
|
1246
1040
|
}
|
1247
1041
|
|
1248
1042
|
.bg-orange-darken-2 {
|
1249
1043
|
background-color: #f57c00 !important;
|
1250
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1251
1044
|
color: #FFFFFF !important;
|
1252
1045
|
}
|
1253
1046
|
|
1254
1047
|
.bg-orange-darken-3 {
|
1255
1048
|
background-color: #ef6c00 !important;
|
1256
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1257
1049
|
color: #FFFFFF !important;
|
1258
1050
|
}
|
1259
1051
|
|
1260
1052
|
.bg-orange-darken-4 {
|
1261
1053
|
background-color: #e65100 !important;
|
1262
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1263
1054
|
color: #FFFFFF !important;
|
1264
1055
|
}
|
1265
1056
|
|
1266
1057
|
.bg-orange-accent-1 {
|
1267
1058
|
background-color: #ffd180 !important;
|
1268
|
-
--v-theme-on-surface: #000000 !important;
|
1269
1059
|
color: #000000 !important;
|
1270
1060
|
}
|
1271
1061
|
|
1272
1062
|
.bg-orange-accent-2 {
|
1273
1063
|
background-color: #ffab40 !important;
|
1274
|
-
--v-theme-on-surface: #000000 !important;
|
1275
1064
|
color: #000000 !important;
|
1276
1065
|
}
|
1277
1066
|
|
1278
1067
|
.bg-orange-accent-3 {
|
1279
1068
|
background-color: #ff9100 !important;
|
1280
|
-
--v-theme-on-surface: #000000 !important;
|
1281
1069
|
color: #000000 !important;
|
1282
1070
|
}
|
1283
1071
|
|
1284
1072
|
.bg-orange-accent-4 {
|
1285
1073
|
background-color: #ff6d00 !important;
|
1286
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1287
1074
|
color: #FFFFFF !important;
|
1288
1075
|
}
|
1289
1076
|
|
1290
1077
|
.bg-deep-orange {
|
1291
1078
|
background-color: #ff5722 !important;
|
1292
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1293
1079
|
color: #FFFFFF !important;
|
1294
1080
|
}
|
1295
1081
|
|
1296
1082
|
.bg-deep-orange-lighten-5 {
|
1297
1083
|
background-color: #fbe9e7 !important;
|
1298
|
-
--v-theme-on-surface: #000000 !important;
|
1299
1084
|
color: #000000 !important;
|
1300
1085
|
}
|
1301
1086
|
|
1302
1087
|
.bg-deep-orange-lighten-4 {
|
1303
1088
|
background-color: #ffccbc !important;
|
1304
|
-
--v-theme-on-surface: #000000 !important;
|
1305
1089
|
color: #000000 !important;
|
1306
1090
|
}
|
1307
1091
|
|
1308
1092
|
.bg-deep-orange-lighten-3 {
|
1309
1093
|
background-color: #ffab91 !important;
|
1310
|
-
--v-theme-on-surface: #000000 !important;
|
1311
1094
|
color: #000000 !important;
|
1312
1095
|
}
|
1313
1096
|
|
1314
1097
|
.bg-deep-orange-lighten-2 {
|
1315
1098
|
background-color: #ff8a65 !important;
|
1316
|
-
--v-theme-on-surface: #000000 !important;
|
1317
1099
|
color: #000000 !important;
|
1318
1100
|
}
|
1319
1101
|
|
1320
1102
|
.bg-deep-orange-lighten-1 {
|
1321
1103
|
background-color: #ff7043 !important;
|
1322
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1323
1104
|
color: #FFFFFF !important;
|
1324
1105
|
}
|
1325
1106
|
|
1326
1107
|
.bg-deep-orange-darken-1 {
|
1327
1108
|
background-color: #f4511e !important;
|
1328
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1329
1109
|
color: #FFFFFF !important;
|
1330
1110
|
}
|
1331
1111
|
|
1332
1112
|
.bg-deep-orange-darken-2 {
|
1333
1113
|
background-color: #e64a19 !important;
|
1334
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1335
1114
|
color: #FFFFFF !important;
|
1336
1115
|
}
|
1337
1116
|
|
1338
1117
|
.bg-deep-orange-darken-3 {
|
1339
1118
|
background-color: #d84315 !important;
|
1340
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1341
1119
|
color: #FFFFFF !important;
|
1342
1120
|
}
|
1343
1121
|
|
1344
1122
|
.bg-deep-orange-darken-4 {
|
1345
1123
|
background-color: #bf360c !important;
|
1346
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1347
1124
|
color: #FFFFFF !important;
|
1348
1125
|
}
|
1349
1126
|
|
1350
1127
|
.bg-deep-orange-accent-1 {
|
1351
1128
|
background-color: #ff9e80 !important;
|
1352
|
-
--v-theme-on-surface: #000000 !important;
|
1353
1129
|
color: #000000 !important;
|
1354
1130
|
}
|
1355
1131
|
|
1356
1132
|
.bg-deep-orange-accent-2 {
|
1357
1133
|
background-color: #ff6e40 !important;
|
1358
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1359
1134
|
color: #FFFFFF !important;
|
1360
1135
|
}
|
1361
1136
|
|
1362
1137
|
.bg-deep-orange-accent-3 {
|
1363
1138
|
background-color: #ff3d00 !important;
|
1364
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1365
1139
|
color: #FFFFFF !important;
|
1366
1140
|
}
|
1367
1141
|
|
1368
1142
|
.bg-deep-orange-accent-4 {
|
1369
1143
|
background-color: #dd2c00 !important;
|
1370
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1371
1144
|
color: #FFFFFF !important;
|
1372
1145
|
}
|
1373
1146
|
|
1374
1147
|
.bg-brown {
|
1375
1148
|
background-color: #795548 !important;
|
1376
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1377
1149
|
color: #FFFFFF !important;
|
1378
1150
|
}
|
1379
1151
|
|
1380
1152
|
.bg-brown-lighten-5 {
|
1381
1153
|
background-color: #efebe9 !important;
|
1382
|
-
--v-theme-on-surface: #000000 !important;
|
1383
1154
|
color: #000000 !important;
|
1384
1155
|
}
|
1385
1156
|
|
1386
1157
|
.bg-brown-lighten-4 {
|
1387
1158
|
background-color: #d7ccc8 !important;
|
1388
|
-
--v-theme-on-surface: #000000 !important;
|
1389
1159
|
color: #000000 !important;
|
1390
1160
|
}
|
1391
1161
|
|
1392
1162
|
.bg-brown-lighten-3 {
|
1393
1163
|
background-color: #bcaaa4 !important;
|
1394
|
-
--v-theme-on-surface: #000000 !important;
|
1395
1164
|
color: #000000 !important;
|
1396
1165
|
}
|
1397
1166
|
|
1398
1167
|
.bg-brown-lighten-2 {
|
1399
1168
|
background-color: #a1887f !important;
|
1400
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1401
1169
|
color: #FFFFFF !important;
|
1402
1170
|
}
|
1403
1171
|
|
1404
1172
|
.bg-brown-lighten-1 {
|
1405
1173
|
background-color: #8d6e63 !important;
|
1406
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1407
1174
|
color: #FFFFFF !important;
|
1408
1175
|
}
|
1409
1176
|
|
1410
1177
|
.bg-brown-darken-1 {
|
1411
1178
|
background-color: #6d4c41 !important;
|
1412
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1413
1179
|
color: #FFFFFF !important;
|
1414
1180
|
}
|
1415
1181
|
|
1416
1182
|
.bg-brown-darken-2 {
|
1417
1183
|
background-color: #5d4037 !important;
|
1418
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1419
1184
|
color: #FFFFFF !important;
|
1420
1185
|
}
|
1421
1186
|
|
1422
1187
|
.bg-brown-darken-3 {
|
1423
1188
|
background-color: #4e342e !important;
|
1424
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1425
1189
|
color: #FFFFFF !important;
|
1426
1190
|
}
|
1427
1191
|
|
1428
1192
|
.bg-brown-darken-4 {
|
1429
1193
|
background-color: #3e2723 !important;
|
1430
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1431
1194
|
color: #FFFFFF !important;
|
1432
1195
|
}
|
1433
1196
|
|
1434
1197
|
.bg-blue-grey {
|
1435
1198
|
background-color: #607d8b !important;
|
1436
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1437
1199
|
color: #FFFFFF !important;
|
1438
1200
|
}
|
1439
1201
|
|
1440
1202
|
.bg-blue-grey-lighten-5 {
|
1441
1203
|
background-color: #eceff1 !important;
|
1442
|
-
--v-theme-on-surface: #000000 !important;
|
1443
1204
|
color: #000000 !important;
|
1444
1205
|
}
|
1445
1206
|
|
1446
1207
|
.bg-blue-grey-lighten-4 {
|
1447
1208
|
background-color: #cfd8dc !important;
|
1448
|
-
--v-theme-on-surface: #000000 !important;
|
1449
1209
|
color: #000000 !important;
|
1450
1210
|
}
|
1451
1211
|
|
1452
1212
|
.bg-blue-grey-lighten-3 {
|
1453
1213
|
background-color: #b0bec5 !important;
|
1454
|
-
--v-theme-on-surface: #000000 !important;
|
1455
1214
|
color: #000000 !important;
|
1456
1215
|
}
|
1457
1216
|
|
1458
1217
|
.bg-blue-grey-lighten-2 {
|
1459
1218
|
background-color: #90a4ae !important;
|
1460
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1461
1219
|
color: #FFFFFF !important;
|
1462
1220
|
}
|
1463
1221
|
|
1464
1222
|
.bg-blue-grey-lighten-1 {
|
1465
1223
|
background-color: #78909c !important;
|
1466
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1467
1224
|
color: #FFFFFF !important;
|
1468
1225
|
}
|
1469
1226
|
|
1470
1227
|
.bg-blue-grey-darken-1 {
|
1471
1228
|
background-color: #546e7a !important;
|
1472
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1473
1229
|
color: #FFFFFF !important;
|
1474
1230
|
}
|
1475
1231
|
|
1476
1232
|
.bg-blue-grey-darken-2 {
|
1477
1233
|
background-color: #455a64 !important;
|
1478
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1479
1234
|
color: #FFFFFF !important;
|
1480
1235
|
}
|
1481
1236
|
|
1482
1237
|
.bg-blue-grey-darken-3 {
|
1483
1238
|
background-color: #37474f !important;
|
1484
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1485
1239
|
color: #FFFFFF !important;
|
1486
1240
|
}
|
1487
1241
|
|
1488
1242
|
.bg-blue-grey-darken-4 {
|
1489
1243
|
background-color: #263238 !important;
|
1490
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1491
1244
|
color: #FFFFFF !important;
|
1492
1245
|
}
|
1493
1246
|
|
1494
1247
|
.bg-grey {
|
1495
1248
|
background-color: #9e9e9e !important;
|
1496
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1497
1249
|
color: #FFFFFF !important;
|
1498
1250
|
}
|
1499
1251
|
|
1500
1252
|
.bg-grey-lighten-5 {
|
1501
1253
|
background-color: #fafafa !important;
|
1502
|
-
--v-theme-on-surface: #000000 !important;
|
1503
1254
|
color: #000000 !important;
|
1504
1255
|
}
|
1505
1256
|
|
1506
1257
|
.bg-grey-lighten-4 {
|
1507
1258
|
background-color: #f5f5f5 !important;
|
1508
|
-
--v-theme-on-surface: #000000 !important;
|
1509
1259
|
color: #000000 !important;
|
1510
1260
|
}
|
1511
1261
|
|
1512
1262
|
.bg-grey-lighten-3 {
|
1513
1263
|
background-color: #eeeeee !important;
|
1514
|
-
--v-theme-on-surface: #000000 !important;
|
1515
1264
|
color: #000000 !important;
|
1516
1265
|
}
|
1517
1266
|
|
1518
1267
|
.bg-grey-lighten-2 {
|
1519
1268
|
background-color: #e0e0e0 !important;
|
1520
|
-
--v-theme-on-surface: #000000 !important;
|
1521
1269
|
color: #000000 !important;
|
1522
1270
|
}
|
1523
1271
|
|
1524
1272
|
.bg-grey-lighten-1 {
|
1525
1273
|
background-color: #bdbdbd !important;
|
1526
|
-
--v-theme-on-surface: #000000 !important;
|
1527
1274
|
color: #000000 !important;
|
1528
1275
|
}
|
1529
1276
|
|
1530
1277
|
.bg-grey-darken-1 {
|
1531
1278
|
background-color: #757575 !important;
|
1532
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1533
1279
|
color: #FFFFFF !important;
|
1534
1280
|
}
|
1535
1281
|
|
1536
1282
|
.bg-grey-darken-2 {
|
1537
1283
|
background-color: #616161 !important;
|
1538
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1539
1284
|
color: #FFFFFF !important;
|
1540
1285
|
}
|
1541
1286
|
|
1542
1287
|
.bg-grey-darken-3 {
|
1543
1288
|
background-color: #424242 !important;
|
1544
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1545
1289
|
color: #FFFFFF !important;
|
1546
1290
|
}
|
1547
1291
|
|
1548
1292
|
.bg-grey-darken-4 {
|
1549
1293
|
background-color: #212121 !important;
|
1550
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1551
1294
|
color: #FFFFFF !important;
|
1552
1295
|
}
|
1553
1296
|
|
1554
1297
|
.bg-shades-black {
|
1555
1298
|
background-color: #000000 !important;
|
1556
|
-
--v-theme-on-surface: #FFFFFF !important;
|
1557
1299
|
color: #FFFFFF !important;
|
1558
1300
|
}
|
1559
1301
|
|
1560
1302
|
.bg-shades-white {
|
1561
1303
|
background-color: #FFFFFF !important;
|
1562
|
-
--v-theme-on-surface: #000000 !important;
|
1563
1304
|
color: #000000 !important;
|
1564
1305
|
}
|
1565
1306
|
|
1566
1307
|
.bg-shades-transparent {
|
1567
1308
|
background-color: transparent !important;
|
1568
|
-
--v-theme-on-surface: currentColor !important;
|
1569
1309
|
color: currentColor !important;
|
1570
1310
|
}
|
1571
1311
|
|