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