@vuetify/nightly 3.0.0-beta.6 → 3.0.0-beta.9
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 +14 -39
- package/dist/json/attributes.json +98 -14
- package/dist/json/importMap.json +64 -64
- package/dist/json/tags.json +23 -2
- package/dist/json/web-types.json +253 -40
- package/dist/vuetify.css +1469 -1640
- package/dist/vuetify.d.ts +1701 -7588
- package/dist/vuetify.esm.js +694 -443
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +693 -441
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +3 -3
- package/dist/vuetify.min.js +766 -742
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +0 -3
- package/lib/components/VAlert/VAlert.mjs +20 -10
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/VAlert.sass +0 -3
- package/lib/components/VAutocomplete/VAutocomplete.css +10 -0
- package/lib/components/VAutocomplete/VAutocomplete.mjs +2 -3
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +10 -0
- package/lib/components/VAutocomplete/_variables.scss +1 -0
- package/lib/components/VAvatar/VAvatar.css +2 -0
- package/lib/components/VAvatar/VAvatar.sass +3 -0
- package/lib/components/VBtn/VBtn.css +29 -5
- package/lib/components/VBtn/VBtn.sass +40 -10
- package/lib/components/VBtn/_variables.scss +4 -0
- package/lib/components/VBtnGroup/VBtnGroup.css +1 -0
- package/lib/components/VCard/VCard.mjs +12 -7
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.css +10 -0
- package/lib/components/VCombobox/VCombobox.mjs +2 -2
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.sass +10 -0
- package/lib/components/VCombobox/_variables.scss +1 -0
- package/lib/components/VDialog/VDialog.mjs +3 -3
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VField/VField.css +44 -25
- package/lib/components/VField/VField.mjs +1 -1
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +33 -19
- package/lib/components/VField/_variables.scss +3 -2
- package/lib/components/VFileInput/VFileInput.mjs +2 -2
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VForm/VForm.mjs +2 -2
- package/lib/components/VForm/VForm.mjs.map +1 -1
- package/lib/components/VGrid/VCol.mjs +2 -1
- package/lib/components/VGrid/VCol.mjs.map +1 -1
- package/lib/components/VGrid/VRow.mjs +8 -3
- package/lib/components/VGrid/VRow.mjs.map +1 -1
- package/lib/components/VIcon/VIcon.css +0 -10
- package/lib/components/VIcon/VIcon.sass +0 -10
- package/lib/components/VIcon/_variables.scss +0 -1
- package/lib/components/VImg/VImg.mjs +1 -0
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VInput/VInput.css +2 -1
- package/lib/components/VInput/VInput.sass +2 -1
- package/lib/components/VInput/_variables.scss +0 -1
- package/lib/components/VLayout/VLayout.css +0 -2
- package/lib/components/VLayout/VLayout.sass +0 -2
- package/lib/components/VList/VList.css +4 -1
- package/lib/components/VList/VList.sass +5 -1
- package/lib/components/VList/VListChildren.mjs +19 -2
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +18 -11
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/_variables.scss +1 -0
- package/lib/components/VMain/VMain.css +21 -3
- package/lib/components/VMain/VMain.mjs +13 -8
- package/lib/components/VMain/VMain.mjs.map +1 -1
- package/lib/components/VMain/VMain.sass +18 -3
- package/lib/components/VMenu/VMenu.mjs +2 -2
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +12 -17
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +52 -19
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +15 -20
- package/lib/components/VNavigationDrawer/_variables.scss +1 -1
- package/lib/components/VNavigationDrawer/sticky.mjs +72 -0
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -0
- package/lib/components/VOverlay/VOverlay.mjs +8 -6
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/_variables.scss +1 -1
- package/lib/components/VOverlay/useActivator.mjs +1 -1
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.mjs +1 -1
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VRadio/VRadio.mjs +8 -17
- package/lib/components/VRadio/VRadio.mjs.map +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs +20 -3
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.css +10 -0
- package/lib/components/VSelect/VSelect.mjs +3 -4
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.sass +10 -0
- package/lib/components/VSelect/_variables.scss +1 -0
- package/lib/components/VSelectionControl/VSelectionControl.mjs +9 -4
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.css +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +4 -4
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/_variables.scss +1 -3
- package/lib/components/VTable/VTable.mjs.map +1 -1
- package/lib/components/VTabs/VTab.css +0 -1
- package/lib/components/VTabs/VTab.sass +0 -1
- package/lib/components/VTextField/VTextField.css +2 -1
- package/lib/components/VTextField/VTextField.mjs +19 -21
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.sass +2 -1
- package/lib/components/VTextarea/VTextarea.css +6 -2
- package/lib/components/VTextarea/VTextarea.mjs +18 -11
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/VTextarea.sass +9 -2
- package/lib/components/VTextarea/_variables.scss +0 -1
- package/lib/components/VTimeline/VTimeline.css +123 -112
- package/lib/components/VTimeline/VTimeline.mjs +4 -4
- package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/VTimeline/VTimeline.sass +129 -111
- package/lib/components/VTimeline/VTimelineDivider.mjs +5 -2
- package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +3 -1
- package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbar.css +9 -33
- package/lib/components/VToolbar/VToolbar.mjs +3 -4
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbar.sass +5 -15
- package/lib/components/VToolbar/_variables.scss +3 -7
- package/lib/components/VTooltip/VTooltip.mjs +2 -2
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/index.d.ts +1696 -7583
- package/lib/composables/color.mjs +19 -26
- package/lib/composables/color.mjs.map +1 -1
- package/lib/composables/defaults.mjs +1 -1
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/form.mjs +29 -9
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/{forwardRef.mjs → forwardRefs.mjs} +29 -3
- package/lib/composables/forwardRefs.mjs.map +1 -0
- package/lib/composables/index.mjs +3 -2
- package/lib/composables/index.mjs.map +1 -1
- package/lib/composables/layout.mjs +12 -12
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/composables/rtl.mjs +2 -2
- package/lib/composables/rtl.mjs.map +1 -1
- package/lib/composables/size.mjs +18 -14
- package/lib/composables/size.mjs.map +1 -1
- package/lib/composables/stack.mjs +22 -12
- package/lib/composables/stack.mjs.map +1 -1
- package/lib/composables/theme.mjs +9 -6
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/composables/validation.mjs +13 -3
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/index.d.ts +21 -21
- package/lib/styles/generic/_colors.scss +17 -9
- package/lib/styles/main.css +1135 -1371
- package/lib/styles/settings/_utilities.scss +16 -5
- package/lib/styles/utilities/_index.sass +0 -1
- package/lib/util/anchor.mjs +1 -3
- package/lib/util/anchor.mjs.map +1 -1
- package/lib/util/colorUtils.mjs +2 -2
- package/lib/util/colorUtils.mjs.map +1 -1
- package/lib/util/colors.mjs +1 -1
- package/lib/util/colors.mjs.map +1 -1
- package/lib/util/defineComponent.mjs +6 -3
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/helpers.mjs +4 -1
- package/lib/util/helpers.mjs.map +1 -1
- package/lib/util/injectSelf.mjs +12 -0
- package/lib/util/injectSelf.mjs.map +1 -0
- package/package.json +3 -1
- package/lib/composables/forwardRef.mjs.map +0 -1
- package/lib/styles/utilities/_text.sass +0 -9
package/dist/vuetify.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.0.0-beta.
|
|
2
|
+
* Vuetify v3.0.0-beta.9
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -30,2599 +30,2339 @@
|
|
|
30
30
|
color: #FFFFFF !important;
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
-
.text-black {
|
|
34
|
-
color: #000000 !important;
|
|
35
|
-
caret-color: #000000 !important;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
33
|
.bg-white {
|
|
39
34
|
background-color: #FFFFFF !important;
|
|
40
35
|
color: #000000 !important;
|
|
41
36
|
}
|
|
42
37
|
|
|
43
|
-
.text-white {
|
|
44
|
-
color: #FFFFFF !important;
|
|
45
|
-
caret-color: #FFFFFF !important;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
38
|
.bg-transparent {
|
|
49
39
|
background-color: transparent !important;
|
|
50
40
|
color: currentColor !important;
|
|
51
41
|
}
|
|
52
42
|
|
|
53
|
-
.text-transparent {
|
|
54
|
-
color: transparent !important;
|
|
55
|
-
caret-color: transparent !important;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
43
|
.bg-red {
|
|
59
44
|
background-color: #F44336 !important;
|
|
60
45
|
color: #000000 !important;
|
|
61
46
|
}
|
|
62
47
|
|
|
63
|
-
.text-red {
|
|
64
|
-
color: #F44336 !important;
|
|
65
|
-
caret-color: #F44336 !important;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
48
|
.bg-red-lighten-5 {
|
|
69
49
|
background-color: #FFEBEE !important;
|
|
70
50
|
color: #000000 !important;
|
|
71
51
|
}
|
|
72
52
|
|
|
73
|
-
.text-red-lighten-5 {
|
|
74
|
-
color: #FFEBEE !important;
|
|
75
|
-
caret-color: #FFEBEE !important;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
53
|
.bg-red-lighten-4 {
|
|
79
54
|
background-color: #FFCDD2 !important;
|
|
80
55
|
color: #000000 !important;
|
|
81
56
|
}
|
|
82
57
|
|
|
83
|
-
.text-red-lighten-4 {
|
|
84
|
-
color: #FFCDD2 !important;
|
|
85
|
-
caret-color: #FFCDD2 !important;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
58
|
.bg-red-lighten-3 {
|
|
89
59
|
background-color: #EF9A9A !important;
|
|
90
60
|
color: #000000 !important;
|
|
91
61
|
}
|
|
92
62
|
|
|
93
|
-
.text-red-lighten-3 {
|
|
94
|
-
color: #EF9A9A !important;
|
|
95
|
-
caret-color: #EF9A9A !important;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
63
|
.bg-red-lighten-2 {
|
|
99
64
|
background-color: #E57373 !important;
|
|
100
65
|
color: #000000 !important;
|
|
101
66
|
}
|
|
102
67
|
|
|
103
|
-
.text-red-lighten-2 {
|
|
104
|
-
color: #E57373 !important;
|
|
105
|
-
caret-color: #E57373 !important;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
68
|
.bg-red-lighten-1 {
|
|
109
69
|
background-color: #EF5350 !important;
|
|
110
70
|
color: #000000 !important;
|
|
111
71
|
}
|
|
112
72
|
|
|
113
|
-
.text-red-lighten-1 {
|
|
114
|
-
color: #EF5350 !important;
|
|
115
|
-
caret-color: #EF5350 !important;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
73
|
.bg-red-darken-1 {
|
|
119
74
|
background-color: #E53935 !important;
|
|
120
75
|
color: #000000 !important;
|
|
121
76
|
}
|
|
122
77
|
|
|
123
|
-
.text-red-darken-1 {
|
|
124
|
-
color: #E53935 !important;
|
|
125
|
-
caret-color: #E53935 !important;
|
|
126
|
-
}
|
|
127
|
-
|
|
128
78
|
.bg-red-darken-2 {
|
|
129
79
|
background-color: #D32F2F !important;
|
|
130
80
|
color: #FFFFFF !important;
|
|
131
81
|
}
|
|
132
82
|
|
|
133
|
-
.text-red-darken-2 {
|
|
134
|
-
color: #D32F2F !important;
|
|
135
|
-
caret-color: #D32F2F !important;
|
|
136
|
-
}
|
|
137
|
-
|
|
138
83
|
.bg-red-darken-3 {
|
|
139
84
|
background-color: #C62828 !important;
|
|
140
85
|
color: #FFFFFF !important;
|
|
141
86
|
}
|
|
142
87
|
|
|
143
|
-
.text-red-darken-3 {
|
|
144
|
-
color: #C62828 !important;
|
|
145
|
-
caret-color: #C62828 !important;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
88
|
.bg-red-darken-4 {
|
|
149
89
|
background-color: #B71C1C !important;
|
|
150
90
|
color: #FFFFFF !important;
|
|
151
91
|
}
|
|
152
92
|
|
|
153
|
-
.text-red-darken-4 {
|
|
154
|
-
color: #B71C1C !important;
|
|
155
|
-
caret-color: #B71C1C !important;
|
|
156
|
-
}
|
|
157
|
-
|
|
158
93
|
.bg-red-accent-1 {
|
|
159
94
|
background-color: #FF8A80 !important;
|
|
160
95
|
color: #000000 !important;
|
|
161
96
|
}
|
|
162
97
|
|
|
163
|
-
.text-red-accent-1 {
|
|
164
|
-
color: #FF8A80 !important;
|
|
165
|
-
caret-color: #FF8A80 !important;
|
|
166
|
-
}
|
|
167
|
-
|
|
168
98
|
.bg-red-accent-2 {
|
|
169
99
|
background-color: #FF5252 !important;
|
|
170
100
|
color: #000000 !important;
|
|
171
101
|
}
|
|
172
102
|
|
|
173
|
-
.text-red-accent-2 {
|
|
174
|
-
color: #FF5252 !important;
|
|
175
|
-
caret-color: #FF5252 !important;
|
|
176
|
-
}
|
|
177
|
-
|
|
178
103
|
.bg-red-accent-3 {
|
|
179
104
|
background-color: #FF1744 !important;
|
|
180
105
|
color: #000000 !important;
|
|
181
106
|
}
|
|
182
107
|
|
|
183
|
-
.text-red-accent-3 {
|
|
184
|
-
color: #FF1744 !important;
|
|
185
|
-
caret-color: #FF1744 !important;
|
|
186
|
-
}
|
|
187
|
-
|
|
188
108
|
.bg-red-accent-4 {
|
|
189
109
|
background-color: #D50000 !important;
|
|
190
110
|
color: #FFFFFF !important;
|
|
191
111
|
}
|
|
192
112
|
|
|
193
|
-
.text-red-accent-4 {
|
|
194
|
-
color: #D50000 !important;
|
|
195
|
-
caret-color: #D50000 !important;
|
|
196
|
-
}
|
|
197
|
-
|
|
198
113
|
.bg-pink {
|
|
199
114
|
background-color: #e91e63 !important;
|
|
200
115
|
color: #000000 !important;
|
|
201
116
|
}
|
|
202
117
|
|
|
203
|
-
.text-pink {
|
|
204
|
-
color: #e91e63 !important;
|
|
205
|
-
caret-color: #e91e63 !important;
|
|
206
|
-
}
|
|
207
|
-
|
|
208
118
|
.bg-pink-lighten-5 {
|
|
209
119
|
background-color: #fce4ec !important;
|
|
210
120
|
color: #000000 !important;
|
|
211
121
|
}
|
|
212
122
|
|
|
213
|
-
.text-pink-lighten-5 {
|
|
214
|
-
color: #fce4ec !important;
|
|
215
|
-
caret-color: #fce4ec !important;
|
|
216
|
-
}
|
|
217
|
-
|
|
218
123
|
.bg-pink-lighten-4 {
|
|
219
124
|
background-color: #f8bbd0 !important;
|
|
220
125
|
color: #000000 !important;
|
|
221
126
|
}
|
|
222
127
|
|
|
223
|
-
.text-pink-lighten-4 {
|
|
224
|
-
color: #f8bbd0 !important;
|
|
225
|
-
caret-color: #f8bbd0 !important;
|
|
226
|
-
}
|
|
227
|
-
|
|
228
128
|
.bg-pink-lighten-3 {
|
|
229
129
|
background-color: #f48fb1 !important;
|
|
230
130
|
color: #000000 !important;
|
|
231
131
|
}
|
|
232
132
|
|
|
233
|
-
.text-pink-lighten-3 {
|
|
234
|
-
color: #f48fb1 !important;
|
|
235
|
-
caret-color: #f48fb1 !important;
|
|
236
|
-
}
|
|
237
|
-
|
|
238
133
|
.bg-pink-lighten-2 {
|
|
239
134
|
background-color: #f06292 !important;
|
|
240
135
|
color: #000000 !important;
|
|
241
136
|
}
|
|
242
137
|
|
|
243
|
-
.text-pink-lighten-2 {
|
|
244
|
-
color: #f06292 !important;
|
|
245
|
-
caret-color: #f06292 !important;
|
|
246
|
-
}
|
|
247
|
-
|
|
248
138
|
.bg-pink-lighten-1 {
|
|
249
139
|
background-color: #ec407a !important;
|
|
250
140
|
color: #000000 !important;
|
|
251
141
|
}
|
|
252
142
|
|
|
253
|
-
.text-pink-lighten-1 {
|
|
254
|
-
color: #ec407a !important;
|
|
255
|
-
caret-color: #ec407a !important;
|
|
256
|
-
}
|
|
257
|
-
|
|
258
143
|
.bg-pink-darken-1 {
|
|
259
144
|
background-color: #d81b60 !important;
|
|
260
145
|
color: #FFFFFF !important;
|
|
261
146
|
}
|
|
262
147
|
|
|
263
|
-
.text-pink-darken-1 {
|
|
264
|
-
color: #d81b60 !important;
|
|
265
|
-
caret-color: #d81b60 !important;
|
|
266
|
-
}
|
|
267
|
-
|
|
268
148
|
.bg-pink-darken-2 {
|
|
269
149
|
background-color: #c2185b !important;
|
|
270
150
|
color: #FFFFFF !important;
|
|
271
151
|
}
|
|
272
152
|
|
|
273
|
-
.text-pink-darken-2 {
|
|
274
|
-
color: #c2185b !important;
|
|
275
|
-
caret-color: #c2185b !important;
|
|
276
|
-
}
|
|
277
|
-
|
|
278
153
|
.bg-pink-darken-3 {
|
|
279
154
|
background-color: #ad1457 !important;
|
|
280
155
|
color: #FFFFFF !important;
|
|
281
156
|
}
|
|
282
157
|
|
|
283
|
-
.text-pink-darken-3 {
|
|
284
|
-
color: #ad1457 !important;
|
|
285
|
-
caret-color: #ad1457 !important;
|
|
286
|
-
}
|
|
287
|
-
|
|
288
158
|
.bg-pink-darken-4 {
|
|
289
159
|
background-color: #880e4f !important;
|
|
290
160
|
color: #FFFFFF !important;
|
|
291
161
|
}
|
|
292
162
|
|
|
293
|
-
.text-pink-darken-4 {
|
|
294
|
-
color: #880e4f !important;
|
|
295
|
-
caret-color: #880e4f !important;
|
|
296
|
-
}
|
|
297
|
-
|
|
298
163
|
.bg-pink-accent-1 {
|
|
299
164
|
background-color: #ff80ab !important;
|
|
300
165
|
color: #000000 !important;
|
|
301
166
|
}
|
|
302
167
|
|
|
303
|
-
.text-pink-accent-1 {
|
|
304
|
-
color: #ff80ab !important;
|
|
305
|
-
caret-color: #ff80ab !important;
|
|
306
|
-
}
|
|
307
|
-
|
|
308
168
|
.bg-pink-accent-2 {
|
|
309
169
|
background-color: #ff4081 !important;
|
|
310
170
|
color: #000000 !important;
|
|
311
171
|
}
|
|
312
172
|
|
|
313
|
-
.text-pink-accent-2 {
|
|
314
|
-
color: #ff4081 !important;
|
|
315
|
-
caret-color: #ff4081 !important;
|
|
316
|
-
}
|
|
317
|
-
|
|
318
173
|
.bg-pink-accent-3 {
|
|
319
174
|
background-color: #f50057 !important;
|
|
320
175
|
color: #000000 !important;
|
|
321
176
|
}
|
|
322
177
|
|
|
323
|
-
.text-pink-accent-3 {
|
|
324
|
-
color: #f50057 !important;
|
|
325
|
-
caret-color: #f50057 !important;
|
|
326
|
-
}
|
|
327
|
-
|
|
328
178
|
.bg-pink-accent-4 {
|
|
329
179
|
background-color: #c51162 !important;
|
|
330
180
|
color: #FFFFFF !important;
|
|
331
181
|
}
|
|
332
182
|
|
|
333
|
-
.text-pink-accent-4 {
|
|
334
|
-
color: #c51162 !important;
|
|
335
|
-
caret-color: #c51162 !important;
|
|
336
|
-
}
|
|
337
|
-
|
|
338
183
|
.bg-purple {
|
|
339
184
|
background-color: #9c27b0 !important;
|
|
340
185
|
color: #FFFFFF !important;
|
|
341
186
|
}
|
|
342
187
|
|
|
343
|
-
.text-purple {
|
|
344
|
-
color: #9c27b0 !important;
|
|
345
|
-
caret-color: #9c27b0 !important;
|
|
346
|
-
}
|
|
347
|
-
|
|
348
188
|
.bg-purple-lighten-5 {
|
|
349
189
|
background-color: #f3e5f5 !important;
|
|
350
190
|
color: #000000 !important;
|
|
351
191
|
}
|
|
352
192
|
|
|
353
|
-
.text-purple-lighten-5 {
|
|
354
|
-
color: #f3e5f5 !important;
|
|
355
|
-
caret-color: #f3e5f5 !important;
|
|
356
|
-
}
|
|
357
|
-
|
|
358
193
|
.bg-purple-lighten-4 {
|
|
359
194
|
background-color: #e1bee7 !important;
|
|
360
195
|
color: #000000 !important;
|
|
361
196
|
}
|
|
362
197
|
|
|
363
|
-
.text-purple-lighten-4 {
|
|
364
|
-
color: #e1bee7 !important;
|
|
365
|
-
caret-color: #e1bee7 !important;
|
|
366
|
-
}
|
|
367
|
-
|
|
368
198
|
.bg-purple-lighten-3 {
|
|
369
199
|
background-color: #ce93d8 !important;
|
|
370
200
|
color: #000000 !important;
|
|
371
201
|
}
|
|
372
202
|
|
|
373
|
-
.text-purple-lighten-3 {
|
|
374
|
-
color: #ce93d8 !important;
|
|
375
|
-
caret-color: #ce93d8 !important;
|
|
376
|
-
}
|
|
377
|
-
|
|
378
203
|
.bg-purple-lighten-2 {
|
|
379
204
|
background-color: #ba68c8 !important;
|
|
380
205
|
color: #000000 !important;
|
|
381
206
|
}
|
|
382
207
|
|
|
383
|
-
.text-purple-lighten-2 {
|
|
384
|
-
color: #ba68c8 !important;
|
|
385
|
-
caret-color: #ba68c8 !important;
|
|
386
|
-
}
|
|
387
|
-
|
|
388
208
|
.bg-purple-lighten-1 {
|
|
389
209
|
background-color: #ab47bc !important;
|
|
390
210
|
color: #FFFFFF !important;
|
|
391
211
|
}
|
|
392
212
|
|
|
393
|
-
.text-purple-lighten-1 {
|
|
394
|
-
color: #ab47bc !important;
|
|
395
|
-
caret-color: #ab47bc !important;
|
|
396
|
-
}
|
|
397
|
-
|
|
398
213
|
.bg-purple-darken-1 {
|
|
399
214
|
background-color: #8e24aa !important;
|
|
400
215
|
color: #FFFFFF !important;
|
|
401
216
|
}
|
|
402
217
|
|
|
403
|
-
.text-purple-darken-1 {
|
|
404
|
-
color: #8e24aa !important;
|
|
405
|
-
caret-color: #8e24aa !important;
|
|
406
|
-
}
|
|
407
|
-
|
|
408
218
|
.bg-purple-darken-2 {
|
|
409
219
|
background-color: #7b1fa2 !important;
|
|
410
220
|
color: #FFFFFF !important;
|
|
411
221
|
}
|
|
412
222
|
|
|
413
|
-
.text-purple-darken-2 {
|
|
414
|
-
color: #7b1fa2 !important;
|
|
415
|
-
caret-color: #7b1fa2 !important;
|
|
416
|
-
}
|
|
417
|
-
|
|
418
223
|
.bg-purple-darken-3 {
|
|
419
224
|
background-color: #6a1b9a !important;
|
|
420
225
|
color: #FFFFFF !important;
|
|
421
226
|
}
|
|
422
227
|
|
|
423
|
-
.text-purple-darken-3 {
|
|
424
|
-
color: #6a1b9a !important;
|
|
425
|
-
caret-color: #6a1b9a !important;
|
|
426
|
-
}
|
|
427
|
-
|
|
428
228
|
.bg-purple-darken-4 {
|
|
429
229
|
background-color: #4a148c !important;
|
|
430
230
|
color: #FFFFFF !important;
|
|
431
231
|
}
|
|
432
232
|
|
|
433
|
-
.text-purple-darken-4 {
|
|
434
|
-
color: #4a148c !important;
|
|
435
|
-
caret-color: #4a148c !important;
|
|
436
|
-
}
|
|
437
|
-
|
|
438
233
|
.bg-purple-accent-1 {
|
|
439
234
|
background-color: #ea80fc !important;
|
|
440
235
|
color: #000000 !important;
|
|
441
236
|
}
|
|
442
237
|
|
|
443
|
-
.text-purple-accent-1 {
|
|
444
|
-
color: #ea80fc !important;
|
|
445
|
-
caret-color: #ea80fc !important;
|
|
446
|
-
}
|
|
447
|
-
|
|
448
238
|
.bg-purple-accent-2 {
|
|
449
239
|
background-color: #e040fb !important;
|
|
450
240
|
color: #000000 !important;
|
|
451
241
|
}
|
|
452
242
|
|
|
453
|
-
.text-purple-accent-2 {
|
|
454
|
-
color: #e040fb !important;
|
|
455
|
-
caret-color: #e040fb !important;
|
|
456
|
-
}
|
|
457
|
-
|
|
458
243
|
.bg-purple-accent-3 {
|
|
459
244
|
background-color: #d500f9 !important;
|
|
460
245
|
color: #000000 !important;
|
|
461
246
|
}
|
|
462
247
|
|
|
463
|
-
.text-purple-accent-3 {
|
|
464
|
-
color: #d500f9 !important;
|
|
465
|
-
caret-color: #d500f9 !important;
|
|
466
|
-
}
|
|
467
|
-
|
|
468
248
|
.bg-purple-accent-4 {
|
|
469
249
|
background-color: #aa00ff !important;
|
|
470
250
|
color: #FFFFFF !important;
|
|
471
251
|
}
|
|
472
252
|
|
|
473
|
-
.text-purple-accent-4 {
|
|
474
|
-
color: #aa00ff !important;
|
|
475
|
-
caret-color: #aa00ff !important;
|
|
476
|
-
}
|
|
477
|
-
|
|
478
253
|
.bg-deep-purple {
|
|
479
254
|
background-color: #673ab7 !important;
|
|
480
255
|
color: #FFFFFF !important;
|
|
481
256
|
}
|
|
482
257
|
|
|
483
|
-
.text-deep-purple {
|
|
484
|
-
color: #673ab7 !important;
|
|
485
|
-
caret-color: #673ab7 !important;
|
|
486
|
-
}
|
|
487
|
-
|
|
488
258
|
.bg-deep-purple-lighten-5 {
|
|
489
259
|
background-color: #ede7f6 !important;
|
|
490
260
|
color: #000000 !important;
|
|
491
261
|
}
|
|
492
262
|
|
|
493
|
-
.text-deep-purple-lighten-5 {
|
|
494
|
-
color: #ede7f6 !important;
|
|
495
|
-
caret-color: #ede7f6 !important;
|
|
496
|
-
}
|
|
497
|
-
|
|
498
263
|
.bg-deep-purple-lighten-4 {
|
|
499
264
|
background-color: #d1c4e9 !important;
|
|
500
265
|
color: #000000 !important;
|
|
501
266
|
}
|
|
502
267
|
|
|
503
|
-
.text-deep-purple-lighten-4 {
|
|
504
|
-
color: #d1c4e9 !important;
|
|
505
|
-
caret-color: #d1c4e9 !important;
|
|
506
|
-
}
|
|
507
|
-
|
|
508
268
|
.bg-deep-purple-lighten-3 {
|
|
509
269
|
background-color: #b39ddb !important;
|
|
510
270
|
color: #000000 !important;
|
|
511
271
|
}
|
|
512
272
|
|
|
513
|
-
.text-deep-purple-lighten-3 {
|
|
514
|
-
color: #b39ddb !important;
|
|
515
|
-
caret-color: #b39ddb !important;
|
|
516
|
-
}
|
|
517
|
-
|
|
518
273
|
.bg-deep-purple-lighten-2 {
|
|
519
274
|
background-color: #9575cd !important;
|
|
520
275
|
color: #000000 !important;
|
|
521
276
|
}
|
|
522
277
|
|
|
523
|
-
.text-deep-purple-lighten-2 {
|
|
524
|
-
color: #9575cd !important;
|
|
525
|
-
caret-color: #9575cd !important;
|
|
526
|
-
}
|
|
527
|
-
|
|
528
278
|
.bg-deep-purple-lighten-1 {
|
|
529
279
|
background-color: #7e57c2 !important;
|
|
530
280
|
color: #FFFFFF !important;
|
|
531
281
|
}
|
|
532
282
|
|
|
533
|
-
.text-deep-purple-lighten-1 {
|
|
534
|
-
color: #7e57c2 !important;
|
|
535
|
-
caret-color: #7e57c2 !important;
|
|
536
|
-
}
|
|
537
|
-
|
|
538
283
|
.bg-deep-purple-darken-1 {
|
|
539
284
|
background-color: #5e35b1 !important;
|
|
540
285
|
color: #FFFFFF !important;
|
|
541
286
|
}
|
|
542
287
|
|
|
543
|
-
.text-deep-purple-darken-1 {
|
|
544
|
-
color: #5e35b1 !important;
|
|
545
|
-
caret-color: #5e35b1 !important;
|
|
546
|
-
}
|
|
547
|
-
|
|
548
288
|
.bg-deep-purple-darken-2 {
|
|
549
289
|
background-color: #512da8 !important;
|
|
550
290
|
color: #FFFFFF !important;
|
|
551
291
|
}
|
|
552
292
|
|
|
553
|
-
.text-deep-purple-darken-2 {
|
|
554
|
-
color: #512da8 !important;
|
|
555
|
-
caret-color: #512da8 !important;
|
|
556
|
-
}
|
|
557
|
-
|
|
558
293
|
.bg-deep-purple-darken-3 {
|
|
559
294
|
background-color: #4527a0 !important;
|
|
560
295
|
color: #FFFFFF !important;
|
|
561
296
|
}
|
|
562
297
|
|
|
563
|
-
.text-deep-purple-darken-3 {
|
|
564
|
-
color: #4527a0 !important;
|
|
565
|
-
caret-color: #4527a0 !important;
|
|
566
|
-
}
|
|
567
|
-
|
|
568
298
|
.bg-deep-purple-darken-4 {
|
|
569
299
|
background-color: #311b92 !important;
|
|
570
300
|
color: #FFFFFF !important;
|
|
571
301
|
}
|
|
572
302
|
|
|
573
|
-
.text-deep-purple-darken-4 {
|
|
574
|
-
color: #311b92 !important;
|
|
575
|
-
caret-color: #311b92 !important;
|
|
576
|
-
}
|
|
577
|
-
|
|
578
303
|
.bg-deep-purple-accent-1 {
|
|
579
304
|
background-color: #b388ff !important;
|
|
580
305
|
color: #000000 !important;
|
|
581
306
|
}
|
|
582
307
|
|
|
583
|
-
.text-deep-purple-accent-1 {
|
|
584
|
-
color: #b388ff !important;
|
|
585
|
-
caret-color: #b388ff !important;
|
|
586
|
-
}
|
|
587
|
-
|
|
588
308
|
.bg-deep-purple-accent-2 {
|
|
589
309
|
background-color: #7c4dff !important;
|
|
590
310
|
color: #FFFFFF !important;
|
|
591
311
|
}
|
|
592
312
|
|
|
593
|
-
.text-deep-purple-accent-2 {
|
|
594
|
-
color: #7c4dff !important;
|
|
595
|
-
caret-color: #7c4dff !important;
|
|
596
|
-
}
|
|
597
|
-
|
|
598
313
|
.bg-deep-purple-accent-3 {
|
|
599
314
|
background-color: #651fff !important;
|
|
600
315
|
color: #FFFFFF !important;
|
|
601
316
|
}
|
|
602
317
|
|
|
603
|
-
.text-deep-purple-accent-3 {
|
|
604
|
-
color: #651fff !important;
|
|
605
|
-
caret-color: #651fff !important;
|
|
606
|
-
}
|
|
607
|
-
|
|
608
318
|
.bg-deep-purple-accent-4 {
|
|
609
319
|
background-color: #6200ea !important;
|
|
610
320
|
color: #FFFFFF !important;
|
|
611
321
|
}
|
|
612
322
|
|
|
613
|
-
.text-deep-purple-accent-4 {
|
|
614
|
-
color: #6200ea !important;
|
|
615
|
-
caret-color: #6200ea !important;
|
|
616
|
-
}
|
|
617
|
-
|
|
618
323
|
.bg-indigo {
|
|
619
324
|
background-color: #3f51b5 !important;
|
|
620
325
|
color: #FFFFFF !important;
|
|
621
326
|
}
|
|
622
327
|
|
|
623
|
-
.text-indigo {
|
|
624
|
-
color: #3f51b5 !important;
|
|
625
|
-
caret-color: #3f51b5 !important;
|
|
626
|
-
}
|
|
627
|
-
|
|
628
328
|
.bg-indigo-lighten-5 {
|
|
629
329
|
background-color: #e8eaf6 !important;
|
|
630
330
|
color: #000000 !important;
|
|
631
331
|
}
|
|
632
332
|
|
|
633
|
-
.text-indigo-lighten-5 {
|
|
634
|
-
color: #e8eaf6 !important;
|
|
635
|
-
caret-color: #e8eaf6 !important;
|
|
636
|
-
}
|
|
637
|
-
|
|
638
333
|
.bg-indigo-lighten-4 {
|
|
639
334
|
background-color: #c5cae9 !important;
|
|
640
335
|
color: #000000 !important;
|
|
641
336
|
}
|
|
642
337
|
|
|
643
|
-
.text-indigo-lighten-4 {
|
|
644
|
-
color: #c5cae9 !important;
|
|
645
|
-
caret-color: #c5cae9 !important;
|
|
646
|
-
}
|
|
647
|
-
|
|
648
338
|
.bg-indigo-lighten-3 {
|
|
649
339
|
background-color: #9fa8da !important;
|
|
650
340
|
color: #000000 !important;
|
|
651
341
|
}
|
|
652
342
|
|
|
653
|
-
.text-indigo-lighten-3 {
|
|
654
|
-
color: #9fa8da !important;
|
|
655
|
-
caret-color: #9fa8da !important;
|
|
656
|
-
}
|
|
657
|
-
|
|
658
343
|
.bg-indigo-lighten-2 {
|
|
659
344
|
background-color: #7986cb !important;
|
|
660
345
|
color: #000000 !important;
|
|
661
346
|
}
|
|
662
347
|
|
|
663
|
-
.text-indigo-lighten-2 {
|
|
664
|
-
color: #7986cb !important;
|
|
665
|
-
caret-color: #7986cb !important;
|
|
666
|
-
}
|
|
667
|
-
|
|
668
348
|
.bg-indigo-lighten-1 {
|
|
669
349
|
background-color: #5c6bc0 !important;
|
|
670
350
|
color: #FFFFFF !important;
|
|
671
351
|
}
|
|
672
352
|
|
|
673
|
-
.text-indigo-lighten-1 {
|
|
674
|
-
color: #5c6bc0 !important;
|
|
675
|
-
caret-color: #5c6bc0 !important;
|
|
676
|
-
}
|
|
677
|
-
|
|
678
353
|
.bg-indigo-darken-1 {
|
|
679
354
|
background-color: #3949ab !important;
|
|
680
355
|
color: #FFFFFF !important;
|
|
681
356
|
}
|
|
682
357
|
|
|
683
|
-
.text-indigo-darken-1 {
|
|
684
|
-
color: #3949ab !important;
|
|
685
|
-
caret-color: #3949ab !important;
|
|
686
|
-
}
|
|
687
|
-
|
|
688
358
|
.bg-indigo-darken-2 {
|
|
689
359
|
background-color: #303f9f !important;
|
|
690
360
|
color: #FFFFFF !important;
|
|
691
361
|
}
|
|
692
362
|
|
|
693
|
-
.text-indigo-darken-2 {
|
|
694
|
-
color: #303f9f !important;
|
|
695
|
-
caret-color: #303f9f !important;
|
|
696
|
-
}
|
|
697
|
-
|
|
698
363
|
.bg-indigo-darken-3 {
|
|
699
364
|
background-color: #283593 !important;
|
|
700
365
|
color: #FFFFFF !important;
|
|
701
366
|
}
|
|
702
367
|
|
|
703
|
-
.text-indigo-darken-3 {
|
|
704
|
-
color: #283593 !important;
|
|
705
|
-
caret-color: #283593 !important;
|
|
706
|
-
}
|
|
707
|
-
|
|
708
368
|
.bg-indigo-darken-4 {
|
|
709
369
|
background-color: #1a237e !important;
|
|
710
370
|
color: #FFFFFF !important;
|
|
711
371
|
}
|
|
712
372
|
|
|
713
|
-
.text-indigo-darken-4 {
|
|
714
|
-
color: #1a237e !important;
|
|
715
|
-
caret-color: #1a237e !important;
|
|
716
|
-
}
|
|
717
|
-
|
|
718
373
|
.bg-indigo-accent-1 {
|
|
719
374
|
background-color: #8c9eff !important;
|
|
720
375
|
color: #000000 !important;
|
|
721
376
|
}
|
|
722
377
|
|
|
723
|
-
.text-indigo-accent-1 {
|
|
724
|
-
color: #8c9eff !important;
|
|
725
|
-
caret-color: #8c9eff !important;
|
|
726
|
-
}
|
|
727
|
-
|
|
728
378
|
.bg-indigo-accent-2 {
|
|
729
379
|
background-color: #536dfe !important;
|
|
730
380
|
color: #000000 !important;
|
|
731
381
|
}
|
|
732
382
|
|
|
733
|
-
.text-indigo-accent-2 {
|
|
734
|
-
color: #536dfe !important;
|
|
735
|
-
caret-color: #536dfe !important;
|
|
736
|
-
}
|
|
737
|
-
|
|
738
383
|
.bg-indigo-accent-3 {
|
|
739
384
|
background-color: #3d5afe !important;
|
|
740
385
|
color: #FFFFFF !important;
|
|
741
386
|
}
|
|
742
387
|
|
|
743
|
-
.text-indigo-accent-3 {
|
|
744
|
-
color: #3d5afe !important;
|
|
745
|
-
caret-color: #3d5afe !important;
|
|
746
|
-
}
|
|
747
|
-
|
|
748
388
|
.bg-indigo-accent-4 {
|
|
749
389
|
background-color: #304ffe !important;
|
|
750
390
|
color: #FFFFFF !important;
|
|
751
391
|
}
|
|
752
392
|
|
|
753
|
-
.text-indigo-accent-4 {
|
|
754
|
-
color: #304ffe !important;
|
|
755
|
-
caret-color: #304ffe !important;
|
|
756
|
-
}
|
|
757
|
-
|
|
758
393
|
.bg-blue {
|
|
759
394
|
background-color: #2196F3 !important;
|
|
760
395
|
color: #000000 !important;
|
|
761
396
|
}
|
|
762
397
|
|
|
763
|
-
.text-blue {
|
|
764
|
-
color: #2196F3 !important;
|
|
765
|
-
caret-color: #2196F3 !important;
|
|
766
|
-
}
|
|
767
|
-
|
|
768
398
|
.bg-blue-lighten-5 {
|
|
769
399
|
background-color: #E3F2FD !important;
|
|
770
400
|
color: #000000 !important;
|
|
771
401
|
}
|
|
772
402
|
|
|
773
|
-
.text-blue-lighten-5 {
|
|
774
|
-
color: #E3F2FD !important;
|
|
775
|
-
caret-color: #E3F2FD !important;
|
|
776
|
-
}
|
|
777
|
-
|
|
778
403
|
.bg-blue-lighten-4 {
|
|
779
404
|
background-color: #BBDEFB !important;
|
|
780
405
|
color: #000000 !important;
|
|
781
406
|
}
|
|
782
407
|
|
|
783
|
-
.text-blue-lighten-4 {
|
|
784
|
-
color: #BBDEFB !important;
|
|
785
|
-
caret-color: #BBDEFB !important;
|
|
786
|
-
}
|
|
787
|
-
|
|
788
408
|
.bg-blue-lighten-3 {
|
|
789
409
|
background-color: #90CAF9 !important;
|
|
790
410
|
color: #000000 !important;
|
|
791
411
|
}
|
|
792
412
|
|
|
793
|
-
.text-blue-lighten-3 {
|
|
794
|
-
color: #90CAF9 !important;
|
|
795
|
-
caret-color: #90CAF9 !important;
|
|
796
|
-
}
|
|
797
|
-
|
|
798
413
|
.bg-blue-lighten-2 {
|
|
799
414
|
background-color: #64B5F6 !important;
|
|
800
415
|
color: #000000 !important;
|
|
801
416
|
}
|
|
802
417
|
|
|
803
|
-
.text-blue-lighten-2 {
|
|
804
|
-
color: #64B5F6 !important;
|
|
805
|
-
caret-color: #64B5F6 !important;
|
|
806
|
-
}
|
|
807
|
-
|
|
808
418
|
.bg-blue-lighten-1 {
|
|
809
419
|
background-color: #42A5F5 !important;
|
|
810
420
|
color: #000000 !important;
|
|
811
421
|
}
|
|
812
422
|
|
|
813
|
-
.text-blue-lighten-1 {
|
|
814
|
-
color: #42A5F5 !important;
|
|
815
|
-
caret-color: #42A5F5 !important;
|
|
816
|
-
}
|
|
817
|
-
|
|
818
423
|
.bg-blue-darken-1 {
|
|
819
424
|
background-color: #1E88E5 !important;
|
|
820
425
|
color: #000000 !important;
|
|
821
426
|
}
|
|
822
427
|
|
|
823
|
-
.text-blue-darken-1 {
|
|
824
|
-
color: #1E88E5 !important;
|
|
825
|
-
caret-color: #1E88E5 !important;
|
|
826
|
-
}
|
|
827
|
-
|
|
828
428
|
.bg-blue-darken-2 {
|
|
829
429
|
background-color: #1976D2 !important;
|
|
830
430
|
color: #FFFFFF !important;
|
|
831
431
|
}
|
|
832
432
|
|
|
833
|
-
.text-blue-darken-2 {
|
|
834
|
-
color: #1976D2 !important;
|
|
835
|
-
caret-color: #1976D2 !important;
|
|
836
|
-
}
|
|
837
|
-
|
|
838
433
|
.bg-blue-darken-3 {
|
|
839
434
|
background-color: #1565C0 !important;
|
|
840
435
|
color: #FFFFFF !important;
|
|
841
436
|
}
|
|
842
437
|
|
|
843
|
-
.text-blue-darken-3 {
|
|
844
|
-
color: #1565C0 !important;
|
|
845
|
-
caret-color: #1565C0 !important;
|
|
846
|
-
}
|
|
847
|
-
|
|
848
438
|
.bg-blue-darken-4 {
|
|
849
439
|
background-color: #0D47A1 !important;
|
|
850
440
|
color: #FFFFFF !important;
|
|
851
441
|
}
|
|
852
442
|
|
|
853
|
-
.text-blue-darken-4 {
|
|
854
|
-
color: #0D47A1 !important;
|
|
855
|
-
caret-color: #0D47A1 !important;
|
|
856
|
-
}
|
|
857
|
-
|
|
858
443
|
.bg-blue-accent-1 {
|
|
859
444
|
background-color: #82B1FF !important;
|
|
860
445
|
color: #000000 !important;
|
|
861
446
|
}
|
|
862
447
|
|
|
863
|
-
.text-blue-accent-1 {
|
|
864
|
-
color: #82B1FF !important;
|
|
865
|
-
caret-color: #82B1FF !important;
|
|
866
|
-
}
|
|
867
|
-
|
|
868
448
|
.bg-blue-accent-2 {
|
|
869
449
|
background-color: #448AFF !important;
|
|
870
450
|
color: #000000 !important;
|
|
871
451
|
}
|
|
872
452
|
|
|
873
|
-
.text-blue-accent-2 {
|
|
874
|
-
color: #448AFF !important;
|
|
875
|
-
caret-color: #448AFF !important;
|
|
876
|
-
}
|
|
877
|
-
|
|
878
453
|
.bg-blue-accent-3 {
|
|
879
454
|
background-color: #2979FF !important;
|
|
880
455
|
color: #000000 !important;
|
|
881
456
|
}
|
|
882
457
|
|
|
883
|
-
.text-blue-accent-3 {
|
|
884
|
-
color: #2979FF !important;
|
|
885
|
-
caret-color: #2979FF !important;
|
|
886
|
-
}
|
|
887
|
-
|
|
888
458
|
.bg-blue-accent-4 {
|
|
889
459
|
background-color: #2962FF !important;
|
|
890
460
|
color: #FFFFFF !important;
|
|
891
461
|
}
|
|
892
462
|
|
|
893
|
-
.text-blue-accent-4 {
|
|
894
|
-
color: #2962FF !important;
|
|
895
|
-
caret-color: #2962FF !important;
|
|
896
|
-
}
|
|
897
|
-
|
|
898
463
|
.bg-light-blue {
|
|
899
464
|
background-color: #03a9f4 !important;
|
|
900
465
|
color: #000000 !important;
|
|
901
466
|
}
|
|
902
467
|
|
|
903
|
-
.text-light-blue {
|
|
904
|
-
color: #03a9f4 !important;
|
|
905
|
-
caret-color: #03a9f4 !important;
|
|
906
|
-
}
|
|
907
|
-
|
|
908
468
|
.bg-light-blue-lighten-5 {
|
|
909
469
|
background-color: #e1f5fe !important;
|
|
910
470
|
color: #000000 !important;
|
|
911
471
|
}
|
|
912
472
|
|
|
913
|
-
.text-light-blue-lighten-5 {
|
|
914
|
-
color: #e1f5fe !important;
|
|
915
|
-
caret-color: #e1f5fe !important;
|
|
916
|
-
}
|
|
917
|
-
|
|
918
473
|
.bg-light-blue-lighten-4 {
|
|
919
474
|
background-color: #b3e5fc !important;
|
|
920
475
|
color: #000000 !important;
|
|
921
476
|
}
|
|
922
477
|
|
|
923
|
-
.text-light-blue-lighten-4 {
|
|
924
|
-
color: #b3e5fc !important;
|
|
925
|
-
caret-color: #b3e5fc !important;
|
|
926
|
-
}
|
|
927
|
-
|
|
928
478
|
.bg-light-blue-lighten-3 {
|
|
929
479
|
background-color: #81d4fa !important;
|
|
930
480
|
color: #000000 !important;
|
|
931
481
|
}
|
|
932
482
|
|
|
933
|
-
.text-light-blue-lighten-3 {
|
|
934
|
-
color: #81d4fa !important;
|
|
935
|
-
caret-color: #81d4fa !important;
|
|
936
|
-
}
|
|
937
|
-
|
|
938
483
|
.bg-light-blue-lighten-2 {
|
|
939
484
|
background-color: #4fc3f7 !important;
|
|
940
485
|
color: #000000 !important;
|
|
941
486
|
}
|
|
942
487
|
|
|
943
|
-
.text-light-blue-lighten-2 {
|
|
944
|
-
color: #4fc3f7 !important;
|
|
945
|
-
caret-color: #4fc3f7 !important;
|
|
946
|
-
}
|
|
947
|
-
|
|
948
488
|
.bg-light-blue-lighten-1 {
|
|
949
489
|
background-color: #29b6f6 !important;
|
|
950
490
|
color: #000000 !important;
|
|
951
491
|
}
|
|
952
492
|
|
|
953
|
-
.text-light-blue-lighten-1 {
|
|
954
|
-
color: #29b6f6 !important;
|
|
955
|
-
caret-color: #29b6f6 !important;
|
|
956
|
-
}
|
|
957
|
-
|
|
958
493
|
.bg-light-blue-darken-1 {
|
|
959
494
|
background-color: #039be5 !important;
|
|
960
495
|
color: #000000 !important;
|
|
961
496
|
}
|
|
962
497
|
|
|
963
|
-
.text-light-blue-darken-1 {
|
|
964
|
-
color: #039be5 !important;
|
|
965
|
-
caret-color: #039be5 !important;
|
|
966
|
-
}
|
|
967
|
-
|
|
968
498
|
.bg-light-blue-darken-2 {
|
|
969
499
|
background-color: #0288d1 !important;
|
|
970
500
|
color: #000000 !important;
|
|
971
501
|
}
|
|
972
502
|
|
|
973
|
-
.text-light-blue-darken-2 {
|
|
974
|
-
color: #0288d1 !important;
|
|
975
|
-
caret-color: #0288d1 !important;
|
|
976
|
-
}
|
|
977
|
-
|
|
978
503
|
.bg-light-blue-darken-3 {
|
|
979
504
|
background-color: #0277bd !important;
|
|
980
505
|
color: #FFFFFF !important;
|
|
981
506
|
}
|
|
982
507
|
|
|
983
|
-
.text-light-blue-darken-3 {
|
|
984
|
-
color: #0277bd !important;
|
|
985
|
-
caret-color: #0277bd !important;
|
|
986
|
-
}
|
|
987
|
-
|
|
988
508
|
.bg-light-blue-darken-4 {
|
|
989
509
|
background-color: #01579b !important;
|
|
990
510
|
color: #FFFFFF !important;
|
|
991
511
|
}
|
|
992
512
|
|
|
993
|
-
.text-light-blue-darken-4 {
|
|
994
|
-
color: #01579b !important;
|
|
995
|
-
caret-color: #01579b !important;
|
|
996
|
-
}
|
|
997
|
-
|
|
998
513
|
.bg-light-blue-accent-1 {
|
|
999
514
|
background-color: #80d8ff !important;
|
|
1000
515
|
color: #000000 !important;
|
|
1001
516
|
}
|
|
1002
517
|
|
|
1003
|
-
.text-light-blue-accent-1 {
|
|
1004
|
-
color: #80d8ff !important;
|
|
1005
|
-
caret-color: #80d8ff !important;
|
|
1006
|
-
}
|
|
1007
|
-
|
|
1008
518
|
.bg-light-blue-accent-2 {
|
|
1009
519
|
background-color: #40c4ff !important;
|
|
1010
520
|
color: #000000 !important;
|
|
1011
521
|
}
|
|
1012
522
|
|
|
1013
|
-
.text-light-blue-accent-2 {
|
|
1014
|
-
color: #40c4ff !important;
|
|
1015
|
-
caret-color: #40c4ff !important;
|
|
1016
|
-
}
|
|
1017
|
-
|
|
1018
523
|
.bg-light-blue-accent-3 {
|
|
1019
524
|
background-color: #00b0ff !important;
|
|
1020
525
|
color: #000000 !important;
|
|
1021
526
|
}
|
|
1022
527
|
|
|
1023
|
-
.text-light-blue-accent-3 {
|
|
1024
|
-
color: #00b0ff !important;
|
|
1025
|
-
caret-color: #00b0ff !important;
|
|
1026
|
-
}
|
|
1027
|
-
|
|
1028
528
|
.bg-light-blue-accent-4 {
|
|
1029
529
|
background-color: #0091ea !important;
|
|
1030
530
|
color: #000000 !important;
|
|
1031
531
|
}
|
|
1032
532
|
|
|
1033
|
-
.text-light-blue-accent-4 {
|
|
1034
|
-
color: #0091ea !important;
|
|
1035
|
-
caret-color: #0091ea !important;
|
|
1036
|
-
}
|
|
1037
|
-
|
|
1038
533
|
.bg-cyan {
|
|
1039
534
|
background-color: #00bcd4 !important;
|
|
1040
535
|
color: #000000 !important;
|
|
1041
536
|
}
|
|
1042
537
|
|
|
1043
|
-
.text-cyan {
|
|
1044
|
-
color: #00bcd4 !important;
|
|
1045
|
-
caret-color: #00bcd4 !important;
|
|
1046
|
-
}
|
|
1047
|
-
|
|
1048
538
|
.bg-cyan-lighten-5 {
|
|
1049
539
|
background-color: #e0f7fa !important;
|
|
1050
540
|
color: #000000 !important;
|
|
1051
541
|
}
|
|
1052
542
|
|
|
1053
|
-
.text-cyan-lighten-5 {
|
|
1054
|
-
color: #e0f7fa !important;
|
|
1055
|
-
caret-color: #e0f7fa !important;
|
|
1056
|
-
}
|
|
1057
|
-
|
|
1058
543
|
.bg-cyan-lighten-4 {
|
|
1059
544
|
background-color: #b2ebf2 !important;
|
|
1060
545
|
color: #000000 !important;
|
|
1061
546
|
}
|
|
1062
547
|
|
|
1063
|
-
.text-cyan-lighten-4 {
|
|
1064
|
-
color: #b2ebf2 !important;
|
|
1065
|
-
caret-color: #b2ebf2 !important;
|
|
1066
|
-
}
|
|
1067
|
-
|
|
1068
548
|
.bg-cyan-lighten-3 {
|
|
1069
549
|
background-color: #80deea !important;
|
|
1070
550
|
color: #000000 !important;
|
|
1071
551
|
}
|
|
1072
552
|
|
|
1073
|
-
.text-cyan-lighten-3 {
|
|
1074
|
-
color: #80deea !important;
|
|
1075
|
-
caret-color: #80deea !important;
|
|
1076
|
-
}
|
|
1077
|
-
|
|
1078
553
|
.bg-cyan-lighten-2 {
|
|
1079
554
|
background-color: #4dd0e1 !important;
|
|
1080
555
|
color: #000000 !important;
|
|
1081
556
|
}
|
|
1082
557
|
|
|
1083
|
-
.text-cyan-lighten-2 {
|
|
1084
|
-
color: #4dd0e1 !important;
|
|
1085
|
-
caret-color: #4dd0e1 !important;
|
|
1086
|
-
}
|
|
1087
|
-
|
|
1088
558
|
.bg-cyan-lighten-1 {
|
|
1089
559
|
background-color: #26c6da !important;
|
|
1090
560
|
color: #000000 !important;
|
|
1091
561
|
}
|
|
1092
562
|
|
|
1093
|
-
.text-cyan-lighten-1 {
|
|
1094
|
-
color: #26c6da !important;
|
|
1095
|
-
caret-color: #26c6da !important;
|
|
1096
|
-
}
|
|
1097
|
-
|
|
1098
563
|
.bg-cyan-darken-1 {
|
|
1099
564
|
background-color: #00acc1 !important;
|
|
1100
565
|
color: #000000 !important;
|
|
1101
566
|
}
|
|
1102
567
|
|
|
1103
|
-
.text-cyan-darken-1 {
|
|
1104
|
-
color: #00acc1 !important;
|
|
1105
|
-
caret-color: #00acc1 !important;
|
|
1106
|
-
}
|
|
1107
|
-
|
|
1108
568
|
.bg-cyan-darken-2 {
|
|
1109
569
|
background-color: #0097a7 !important;
|
|
1110
570
|
color: #000000 !important;
|
|
1111
571
|
}
|
|
1112
572
|
|
|
1113
|
-
.text-cyan-darken-2 {
|
|
1114
|
-
color: #0097a7 !important;
|
|
1115
|
-
caret-color: #0097a7 !important;
|
|
1116
|
-
}
|
|
1117
|
-
|
|
1118
573
|
.bg-cyan-darken-3 {
|
|
1119
574
|
background-color: #00838f !important;
|
|
1120
575
|
color: #000000 !important;
|
|
1121
576
|
}
|
|
1122
577
|
|
|
1123
|
-
.text-cyan-darken-3 {
|
|
1124
|
-
color: #00838f !important;
|
|
1125
|
-
caret-color: #00838f !important;
|
|
1126
|
-
}
|
|
1127
|
-
|
|
1128
578
|
.bg-cyan-darken-4 {
|
|
1129
579
|
background-color: #006064 !important;
|
|
1130
580
|
color: #FFFFFF !important;
|
|
1131
581
|
}
|
|
1132
582
|
|
|
1133
|
-
.text-cyan-darken-4 {
|
|
1134
|
-
color: #006064 !important;
|
|
1135
|
-
caret-color: #006064 !important;
|
|
1136
|
-
}
|
|
1137
|
-
|
|
1138
583
|
.bg-cyan-accent-1 {
|
|
1139
584
|
background-color: #84ffff !important;
|
|
1140
585
|
color: #000000 !important;
|
|
1141
586
|
}
|
|
1142
587
|
|
|
1143
|
-
.text-cyan-accent-1 {
|
|
1144
|
-
color: #84ffff !important;
|
|
1145
|
-
caret-color: #84ffff !important;
|
|
1146
|
-
}
|
|
1147
|
-
|
|
1148
588
|
.bg-cyan-accent-2 {
|
|
1149
589
|
background-color: #18ffff !important;
|
|
1150
590
|
color: #000000 !important;
|
|
1151
591
|
}
|
|
1152
592
|
|
|
1153
|
-
.text-cyan-accent-2 {
|
|
1154
|
-
color: #18ffff !important;
|
|
1155
|
-
caret-color: #18ffff !important;
|
|
1156
|
-
}
|
|
1157
|
-
|
|
1158
593
|
.bg-cyan-accent-3 {
|
|
1159
594
|
background-color: #00e5ff !important;
|
|
1160
595
|
color: #000000 !important;
|
|
1161
596
|
}
|
|
1162
597
|
|
|
1163
|
-
.text-cyan-accent-3 {
|
|
1164
|
-
color: #00e5ff !important;
|
|
1165
|
-
caret-color: #00e5ff !important;
|
|
1166
|
-
}
|
|
1167
|
-
|
|
1168
598
|
.bg-cyan-accent-4 {
|
|
1169
599
|
background-color: #00b8d4 !important;
|
|
1170
600
|
color: #000000 !important;
|
|
1171
601
|
}
|
|
1172
602
|
|
|
1173
|
-
.text-cyan-accent-4 {
|
|
1174
|
-
color: #00b8d4 !important;
|
|
1175
|
-
caret-color: #00b8d4 !important;
|
|
1176
|
-
}
|
|
1177
|
-
|
|
1178
603
|
.bg-teal {
|
|
1179
604
|
background-color: #009688 !important;
|
|
1180
605
|
color: #000000 !important;
|
|
1181
606
|
}
|
|
1182
607
|
|
|
1183
|
-
.text-teal {
|
|
1184
|
-
color: #009688 !important;
|
|
1185
|
-
caret-color: #009688 !important;
|
|
1186
|
-
}
|
|
1187
|
-
|
|
1188
608
|
.bg-teal-lighten-5 {
|
|
1189
609
|
background-color: #e0f2f1 !important;
|
|
1190
610
|
color: #000000 !important;
|
|
1191
611
|
}
|
|
1192
612
|
|
|
1193
|
-
.text-teal-lighten-5 {
|
|
1194
|
-
color: #e0f2f1 !important;
|
|
1195
|
-
caret-color: #e0f2f1 !important;
|
|
1196
|
-
}
|
|
1197
|
-
|
|
1198
613
|
.bg-teal-lighten-4 {
|
|
1199
614
|
background-color: #b2dfdb !important;
|
|
1200
615
|
color: #000000 !important;
|
|
1201
616
|
}
|
|
1202
617
|
|
|
1203
|
-
.text-teal-lighten-4 {
|
|
1204
|
-
color: #b2dfdb !important;
|
|
1205
|
-
caret-color: #b2dfdb !important;
|
|
1206
|
-
}
|
|
1207
|
-
|
|
1208
618
|
.bg-teal-lighten-3 {
|
|
1209
619
|
background-color: #80cbc4 !important;
|
|
1210
620
|
color: #000000 !important;
|
|
1211
621
|
}
|
|
1212
622
|
|
|
1213
|
-
.text-teal-lighten-3 {
|
|
1214
|
-
color: #80cbc4 !important;
|
|
1215
|
-
caret-color: #80cbc4 !important;
|
|
1216
|
-
}
|
|
1217
|
-
|
|
1218
623
|
.bg-teal-lighten-2 {
|
|
1219
624
|
background-color: #4db6ac !important;
|
|
1220
625
|
color: #000000 !important;
|
|
1221
626
|
}
|
|
1222
627
|
|
|
1223
|
-
.text-teal-lighten-2 {
|
|
1224
|
-
color: #4db6ac !important;
|
|
1225
|
-
caret-color: #4db6ac !important;
|
|
1226
|
-
}
|
|
1227
|
-
|
|
1228
628
|
.bg-teal-lighten-1 {
|
|
1229
629
|
background-color: #26a69a !important;
|
|
1230
630
|
color: #000000 !important;
|
|
1231
631
|
}
|
|
1232
632
|
|
|
1233
|
-
.text-teal-lighten-1 {
|
|
1234
|
-
color: #26a69a !important;
|
|
1235
|
-
caret-color: #26a69a !important;
|
|
1236
|
-
}
|
|
1237
|
-
|
|
1238
633
|
.bg-teal-darken-1 {
|
|
1239
634
|
background-color: #00897b !important;
|
|
1240
635
|
color: #000000 !important;
|
|
1241
636
|
}
|
|
1242
637
|
|
|
1243
|
-
.text-teal-darken-1 {
|
|
1244
|
-
color: #00897b !important;
|
|
1245
|
-
caret-color: #00897b !important;
|
|
1246
|
-
}
|
|
1247
|
-
|
|
1248
638
|
.bg-teal-darken-2 {
|
|
1249
639
|
background-color: #00796b !important;
|
|
1250
640
|
color: #FFFFFF !important;
|
|
1251
641
|
}
|
|
1252
642
|
|
|
1253
|
-
.text-teal-darken-2 {
|
|
1254
|
-
color: #00796b !important;
|
|
1255
|
-
caret-color: #00796b !important;
|
|
1256
|
-
}
|
|
1257
|
-
|
|
1258
643
|
.bg-teal-darken-3 {
|
|
1259
644
|
background-color: #00695c !important;
|
|
1260
645
|
color: #FFFFFF !important;
|
|
1261
646
|
}
|
|
1262
647
|
|
|
1263
|
-
.text-teal-darken-3 {
|
|
1264
|
-
color: #00695c !important;
|
|
1265
|
-
caret-color: #00695c !important;
|
|
1266
|
-
}
|
|
1267
|
-
|
|
1268
648
|
.bg-teal-darken-4 {
|
|
1269
649
|
background-color: #004d40 !important;
|
|
1270
650
|
color: #FFFFFF !important;
|
|
1271
651
|
}
|
|
1272
652
|
|
|
1273
|
-
.text-teal-darken-4 {
|
|
1274
|
-
color: #004d40 !important;
|
|
1275
|
-
caret-color: #004d40 !important;
|
|
1276
|
-
}
|
|
1277
|
-
|
|
1278
653
|
.bg-teal-accent-1 {
|
|
1279
654
|
background-color: #a7ffeb !important;
|
|
1280
655
|
color: #000000 !important;
|
|
1281
656
|
}
|
|
1282
657
|
|
|
1283
|
-
.text-teal-accent-1 {
|
|
1284
|
-
color: #a7ffeb !important;
|
|
1285
|
-
caret-color: #a7ffeb !important;
|
|
1286
|
-
}
|
|
1287
|
-
|
|
1288
658
|
.bg-teal-accent-2 {
|
|
1289
659
|
background-color: #64ffda !important;
|
|
1290
660
|
color: #000000 !important;
|
|
1291
661
|
}
|
|
1292
662
|
|
|
1293
|
-
.text-teal-accent-2 {
|
|
1294
|
-
color: #64ffda !important;
|
|
1295
|
-
caret-color: #64ffda !important;
|
|
1296
|
-
}
|
|
1297
|
-
|
|
1298
663
|
.bg-teal-accent-3 {
|
|
1299
664
|
background-color: #1de9b6 !important;
|
|
1300
665
|
color: #000000 !important;
|
|
1301
666
|
}
|
|
1302
667
|
|
|
1303
|
-
.text-teal-accent-3 {
|
|
1304
|
-
color: #1de9b6 !important;
|
|
1305
|
-
caret-color: #1de9b6 !important;
|
|
1306
|
-
}
|
|
1307
|
-
|
|
1308
668
|
.bg-teal-accent-4 {
|
|
1309
669
|
background-color: #00bfa5 !important;
|
|
1310
670
|
color: #000000 !important;
|
|
1311
671
|
}
|
|
1312
672
|
|
|
1313
|
-
.text-teal-accent-4 {
|
|
1314
|
-
color: #00bfa5 !important;
|
|
1315
|
-
caret-color: #00bfa5 !important;
|
|
1316
|
-
}
|
|
1317
|
-
|
|
1318
673
|
.bg-green {
|
|
1319
674
|
background-color: #4CAF50 !important;
|
|
1320
675
|
color: #000000 !important;
|
|
1321
676
|
}
|
|
1322
677
|
|
|
1323
|
-
.text-green {
|
|
1324
|
-
color: #4CAF50 !important;
|
|
1325
|
-
caret-color: #4CAF50 !important;
|
|
1326
|
-
}
|
|
1327
|
-
|
|
1328
678
|
.bg-green-lighten-5 {
|
|
1329
679
|
background-color: #E8F5E9 !important;
|
|
1330
680
|
color: #000000 !important;
|
|
1331
681
|
}
|
|
1332
682
|
|
|
1333
|
-
.text-green-lighten-5 {
|
|
1334
|
-
color: #E8F5E9 !important;
|
|
1335
|
-
caret-color: #E8F5E9 !important;
|
|
1336
|
-
}
|
|
1337
|
-
|
|
1338
683
|
.bg-green-lighten-4 {
|
|
1339
684
|
background-color: #C8E6C9 !important;
|
|
1340
685
|
color: #000000 !important;
|
|
1341
686
|
}
|
|
1342
687
|
|
|
1343
|
-
.text-green-lighten-4 {
|
|
1344
|
-
color: #C8E6C9 !important;
|
|
1345
|
-
caret-color: #C8E6C9 !important;
|
|
1346
|
-
}
|
|
1347
|
-
|
|
1348
688
|
.bg-green-lighten-3 {
|
|
1349
689
|
background-color: #A5D6A7 !important;
|
|
1350
690
|
color: #000000 !important;
|
|
1351
691
|
}
|
|
1352
692
|
|
|
1353
|
-
.text-green-lighten-3 {
|
|
1354
|
-
color: #A5D6A7 !important;
|
|
1355
|
-
caret-color: #A5D6A7 !important;
|
|
1356
|
-
}
|
|
1357
|
-
|
|
1358
693
|
.bg-green-lighten-2 {
|
|
1359
694
|
background-color: #81C784 !important;
|
|
1360
695
|
color: #000000 !important;
|
|
1361
696
|
}
|
|
1362
697
|
|
|
1363
|
-
.text-green-lighten-2 {
|
|
1364
|
-
color: #81C784 !important;
|
|
1365
|
-
caret-color: #81C784 !important;
|
|
1366
|
-
}
|
|
1367
|
-
|
|
1368
698
|
.bg-green-lighten-1 {
|
|
1369
699
|
background-color: #66BB6A !important;
|
|
1370
700
|
color: #000000 !important;
|
|
1371
701
|
}
|
|
1372
702
|
|
|
1373
|
-
.text-green-lighten-1 {
|
|
1374
|
-
color: #66BB6A !important;
|
|
1375
|
-
caret-color: #66BB6A !important;
|
|
1376
|
-
}
|
|
1377
|
-
|
|
1378
703
|
.bg-green-darken-1 {
|
|
1379
704
|
background-color: #43A047 !important;
|
|
1380
705
|
color: #000000 !important;
|
|
1381
706
|
}
|
|
1382
707
|
|
|
1383
|
-
.text-green-darken-1 {
|
|
1384
|
-
color: #43A047 !important;
|
|
1385
|
-
caret-color: #43A047 !important;
|
|
1386
|
-
}
|
|
1387
|
-
|
|
1388
708
|
.bg-green-darken-2 {
|
|
1389
709
|
background-color: #388E3C !important;
|
|
1390
710
|
color: #000000 !important;
|
|
1391
711
|
}
|
|
1392
712
|
|
|
1393
|
-
.text-green-darken-2 {
|
|
1394
|
-
color: #388E3C !important;
|
|
1395
|
-
caret-color: #388E3C !important;
|
|
1396
|
-
}
|
|
1397
|
-
|
|
1398
713
|
.bg-green-darken-3 {
|
|
1399
714
|
background-color: #2E7D32 !important;
|
|
1400
715
|
color: #FFFFFF !important;
|
|
1401
716
|
}
|
|
1402
717
|
|
|
1403
|
-
.text-green-darken-3 {
|
|
1404
|
-
color: #2E7D32 !important;
|
|
1405
|
-
caret-color: #2E7D32 !important;
|
|
1406
|
-
}
|
|
1407
|
-
|
|
1408
718
|
.bg-green-darken-4 {
|
|
1409
719
|
background-color: #1B5E20 !important;
|
|
1410
720
|
color: #FFFFFF !important;
|
|
1411
721
|
}
|
|
1412
722
|
|
|
1413
|
-
.text-green-darken-4 {
|
|
1414
|
-
color: #1B5E20 !important;
|
|
1415
|
-
caret-color: #1B5E20 !important;
|
|
1416
|
-
}
|
|
1417
|
-
|
|
1418
723
|
.bg-green-accent-1 {
|
|
1419
724
|
background-color: #B9F6CA !important;
|
|
1420
725
|
color: #000000 !important;
|
|
1421
726
|
}
|
|
1422
727
|
|
|
1423
|
-
.text-green-accent-1 {
|
|
1424
|
-
color: #B9F6CA !important;
|
|
1425
|
-
caret-color: #B9F6CA !important;
|
|
1426
|
-
}
|
|
1427
|
-
|
|
1428
728
|
.bg-green-accent-2 {
|
|
1429
729
|
background-color: #69F0AE !important;
|
|
1430
730
|
color: #FFFFFF !important;
|
|
1431
731
|
}
|
|
1432
732
|
|
|
1433
|
-
.text-green-accent-2 {
|
|
1434
|
-
color: #69F0AE !important;
|
|
1435
|
-
caret-color: #69F0AE !important;
|
|
1436
|
-
}
|
|
1437
|
-
|
|
1438
733
|
.bg-green-accent-3 {
|
|
1439
734
|
background-color: #00E676 !important;
|
|
1440
735
|
color: #FFFFFF !important;
|
|
1441
736
|
}
|
|
1442
737
|
|
|
1443
|
-
.text-green-accent-3 {
|
|
1444
|
-
color: #00E676 !important;
|
|
1445
|
-
caret-color: #00E676 !important;
|
|
1446
|
-
}
|
|
1447
|
-
|
|
1448
738
|
.bg-green-accent-4 {
|
|
1449
739
|
background-color: #00C853 !important;
|
|
1450
740
|
color: #000000 !important;
|
|
1451
741
|
}
|
|
1452
742
|
|
|
1453
|
-
.text-green-accent-4 {
|
|
1454
|
-
color: #00C853 !important;
|
|
1455
|
-
caret-color: #00C853 !important;
|
|
1456
|
-
}
|
|
1457
|
-
|
|
1458
743
|
.bg-light-green {
|
|
1459
744
|
background-color: #8bc34a !important;
|
|
1460
745
|
color: #000000 !important;
|
|
1461
746
|
}
|
|
1462
747
|
|
|
1463
|
-
.text-light-green {
|
|
1464
|
-
color: #8bc34a !important;
|
|
1465
|
-
caret-color: #8bc34a !important;
|
|
1466
|
-
}
|
|
1467
|
-
|
|
1468
748
|
.bg-light-green-lighten-5 {
|
|
1469
749
|
background-color: #f1f8e9 !important;
|
|
1470
750
|
color: #000000 !important;
|
|
1471
751
|
}
|
|
1472
752
|
|
|
1473
|
-
.text-light-green-lighten-5 {
|
|
1474
|
-
color: #f1f8e9 !important;
|
|
1475
|
-
caret-color: #f1f8e9 !important;
|
|
1476
|
-
}
|
|
1477
|
-
|
|
1478
753
|
.bg-light-green-lighten-4 {
|
|
1479
754
|
background-color: #dcedc8 !important;
|
|
1480
755
|
color: #000000 !important;
|
|
1481
756
|
}
|
|
1482
757
|
|
|
1483
|
-
.text-light-green-lighten-4 {
|
|
1484
|
-
color: #dcedc8 !important;
|
|
1485
|
-
caret-color: #dcedc8 !important;
|
|
1486
|
-
}
|
|
1487
|
-
|
|
1488
758
|
.bg-light-green-lighten-3 {
|
|
1489
759
|
background-color: #c5e1a5 !important;
|
|
1490
760
|
color: #000000 !important;
|
|
1491
761
|
}
|
|
1492
762
|
|
|
1493
|
-
.text-light-green-lighten-3 {
|
|
1494
|
-
color: #c5e1a5 !important;
|
|
1495
|
-
caret-color: #c5e1a5 !important;
|
|
1496
|
-
}
|
|
1497
|
-
|
|
1498
763
|
.bg-light-green-lighten-2 {
|
|
1499
764
|
background-color: #aed581 !important;
|
|
1500
765
|
color: #000000 !important;
|
|
1501
766
|
}
|
|
1502
767
|
|
|
1503
|
-
.text-light-green-lighten-2 {
|
|
1504
|
-
color: #aed581 !important;
|
|
1505
|
-
caret-color: #aed581 !important;
|
|
1506
|
-
}
|
|
1507
|
-
|
|
1508
768
|
.bg-light-green-lighten-1 {
|
|
1509
769
|
background-color: #9ccc65 !important;
|
|
1510
770
|
color: #000000 !important;
|
|
1511
771
|
}
|
|
1512
772
|
|
|
1513
|
-
.text-light-green-lighten-1 {
|
|
1514
|
-
color: #9ccc65 !important;
|
|
1515
|
-
caret-color: #9ccc65 !important;
|
|
1516
|
-
}
|
|
1517
|
-
|
|
1518
773
|
.bg-light-green-darken-1 {
|
|
1519
774
|
background-color: #7cb342 !important;
|
|
1520
775
|
color: #000000 !important;
|
|
1521
776
|
}
|
|
1522
777
|
|
|
1523
|
-
.text-light-green-darken-1 {
|
|
1524
|
-
color: #7cb342 !important;
|
|
1525
|
-
caret-color: #7cb342 !important;
|
|
1526
|
-
}
|
|
1527
|
-
|
|
1528
778
|
.bg-light-green-darken-2 {
|
|
1529
779
|
background-color: #689f38 !important;
|
|
1530
780
|
color: #000000 !important;
|
|
1531
781
|
}
|
|
1532
782
|
|
|
1533
|
-
.text-light-green-darken-2 {
|
|
1534
|
-
color: #689f38 !important;
|
|
1535
|
-
caret-color: #689f38 !important;
|
|
1536
|
-
}
|
|
1537
|
-
|
|
1538
783
|
.bg-light-green-darken-3 {
|
|
1539
784
|
background-color: #558b2f !important;
|
|
1540
785
|
color: #000000 !important;
|
|
1541
786
|
}
|
|
1542
787
|
|
|
1543
|
-
.text-light-green-darken-3 {
|
|
1544
|
-
color: #558b2f !important;
|
|
1545
|
-
caret-color: #558b2f !important;
|
|
1546
|
-
}
|
|
1547
|
-
|
|
1548
788
|
.bg-light-green-darken-4 {
|
|
1549
789
|
background-color: #33691e !important;
|
|
1550
790
|
color: #FFFFFF !important;
|
|
1551
791
|
}
|
|
1552
792
|
|
|
1553
|
-
.text-light-green-darken-4 {
|
|
1554
|
-
color: #33691e !important;
|
|
1555
|
-
caret-color: #33691e !important;
|
|
1556
|
-
}
|
|
1557
|
-
|
|
1558
793
|
.bg-light-green-accent-1 {
|
|
1559
794
|
background-color: #ccff90 !important;
|
|
1560
795
|
color: #000000 !important;
|
|
1561
796
|
}
|
|
1562
797
|
|
|
1563
|
-
.text-light-green-accent-1 {
|
|
1564
|
-
color: #ccff90 !important;
|
|
1565
|
-
caret-color: #ccff90 !important;
|
|
1566
|
-
}
|
|
1567
|
-
|
|
1568
798
|
.bg-light-green-accent-2 {
|
|
1569
799
|
background-color: #b2ff59 !important;
|
|
1570
800
|
color: #000000 !important;
|
|
1571
801
|
}
|
|
1572
802
|
|
|
1573
|
-
.text-light-green-accent-2 {
|
|
1574
|
-
color: #b2ff59 !important;
|
|
1575
|
-
caret-color: #b2ff59 !important;
|
|
1576
|
-
}
|
|
1577
|
-
|
|
1578
803
|
.bg-light-green-accent-3 {
|
|
1579
804
|
background-color: #76ff03 !important;
|
|
1580
805
|
color: #000000 !important;
|
|
1581
806
|
}
|
|
1582
807
|
|
|
1583
|
-
.text-light-green-accent-3 {
|
|
1584
|
-
color: #76ff03 !important;
|
|
1585
|
-
caret-color: #76ff03 !important;
|
|
1586
|
-
}
|
|
1587
|
-
|
|
1588
808
|
.bg-light-green-accent-4 {
|
|
1589
809
|
background-color: #64dd17 !important;
|
|
1590
810
|
color: #000000 !important;
|
|
1591
811
|
}
|
|
1592
812
|
|
|
1593
|
-
.text-light-green-accent-4 {
|
|
1594
|
-
color: #64dd17 !important;
|
|
1595
|
-
caret-color: #64dd17 !important;
|
|
1596
|
-
}
|
|
1597
|
-
|
|
1598
813
|
.bg-lime {
|
|
1599
814
|
background-color: #cddc39 !important;
|
|
1600
815
|
color: #000000 !important;
|
|
1601
816
|
}
|
|
1602
817
|
|
|
1603
|
-
.text-lime {
|
|
1604
|
-
color: #cddc39 !important;
|
|
1605
|
-
caret-color: #cddc39 !important;
|
|
1606
|
-
}
|
|
1607
|
-
|
|
1608
818
|
.bg-lime-lighten-5 {
|
|
1609
819
|
background-color: #f9fbe7 !important;
|
|
1610
820
|
color: #000000 !important;
|
|
1611
821
|
}
|
|
1612
822
|
|
|
1613
|
-
.text-lime-lighten-5 {
|
|
1614
|
-
color: #f9fbe7 !important;
|
|
1615
|
-
caret-color: #f9fbe7 !important;
|
|
1616
|
-
}
|
|
1617
|
-
|
|
1618
823
|
.bg-lime-lighten-4 {
|
|
1619
824
|
background-color: #f0f4c3 !important;
|
|
1620
825
|
color: #000000 !important;
|
|
1621
826
|
}
|
|
1622
827
|
|
|
1623
|
-
.text-lime-lighten-4 {
|
|
1624
|
-
color: #f0f4c3 !important;
|
|
1625
|
-
caret-color: #f0f4c3 !important;
|
|
1626
|
-
}
|
|
1627
|
-
|
|
1628
828
|
.bg-lime-lighten-3 {
|
|
1629
829
|
background-color: #e6ee9c !important;
|
|
1630
830
|
color: #000000 !important;
|
|
1631
831
|
}
|
|
1632
832
|
|
|
1633
|
-
.text-lime-lighten-3 {
|
|
1634
|
-
color: #e6ee9c !important;
|
|
1635
|
-
caret-color: #e6ee9c !important;
|
|
1636
|
-
}
|
|
1637
|
-
|
|
1638
833
|
.bg-lime-lighten-2 {
|
|
1639
834
|
background-color: #dce775 !important;
|
|
1640
835
|
color: #000000 !important;
|
|
1641
836
|
}
|
|
1642
837
|
|
|
1643
|
-
.text-lime-lighten-2 {
|
|
1644
|
-
color: #dce775 !important;
|
|
1645
|
-
caret-color: #dce775 !important;
|
|
1646
|
-
}
|
|
1647
|
-
|
|
1648
838
|
.bg-lime-lighten-1 {
|
|
1649
839
|
background-color: #d4e157 !important;
|
|
1650
840
|
color: #000000 !important;
|
|
1651
841
|
}
|
|
1652
842
|
|
|
1653
|
-
.text-lime-lighten-1 {
|
|
1654
|
-
color: #d4e157 !important;
|
|
1655
|
-
caret-color: #d4e157 !important;
|
|
1656
|
-
}
|
|
1657
|
-
|
|
1658
843
|
.bg-lime-darken-1 {
|
|
1659
844
|
background-color: #c0ca33 !important;
|
|
1660
845
|
color: #000000 !important;
|
|
1661
846
|
}
|
|
1662
847
|
|
|
1663
|
-
.text-lime-darken-1 {
|
|
1664
|
-
color: #c0ca33 !important;
|
|
1665
|
-
caret-color: #c0ca33 !important;
|
|
1666
|
-
}
|
|
1667
|
-
|
|
1668
848
|
.bg-lime-darken-2 {
|
|
1669
849
|
background-color: #afb42b !important;
|
|
1670
850
|
color: #000000 !important;
|
|
1671
851
|
}
|
|
1672
852
|
|
|
1673
|
-
.text-lime-darken-2 {
|
|
1674
|
-
color: #afb42b !important;
|
|
1675
|
-
caret-color: #afb42b !important;
|
|
1676
|
-
}
|
|
1677
|
-
|
|
1678
853
|
.bg-lime-darken-3 {
|
|
1679
854
|
background-color: #9e9d24 !important;
|
|
1680
855
|
color: #000000 !important;
|
|
1681
856
|
}
|
|
1682
857
|
|
|
1683
|
-
.text-lime-darken-3 {
|
|
1684
|
-
color: #9e9d24 !important;
|
|
1685
|
-
caret-color: #9e9d24 !important;
|
|
1686
|
-
}
|
|
1687
|
-
|
|
1688
858
|
.bg-lime-darken-4 {
|
|
1689
859
|
background-color: #827717 !important;
|
|
1690
860
|
color: #000000 !important;
|
|
1691
861
|
}
|
|
1692
862
|
|
|
1693
|
-
.text-lime-darken-4 {
|
|
1694
|
-
color: #827717 !important;
|
|
1695
|
-
caret-color: #827717 !important;
|
|
1696
|
-
}
|
|
1697
|
-
|
|
1698
863
|
.bg-lime-accent-1 {
|
|
1699
864
|
background-color: #f4ff81 !important;
|
|
1700
865
|
color: #000000 !important;
|
|
1701
866
|
}
|
|
1702
867
|
|
|
1703
|
-
.text-lime-accent-1 {
|
|
1704
|
-
color: #f4ff81 !important;
|
|
1705
|
-
caret-color: #f4ff81 !important;
|
|
1706
|
-
}
|
|
1707
|
-
|
|
1708
868
|
.bg-lime-accent-2 {
|
|
1709
869
|
background-color: #eeff41 !important;
|
|
1710
870
|
color: #000000 !important;
|
|
1711
871
|
}
|
|
1712
872
|
|
|
1713
|
-
.text-lime-accent-2 {
|
|
1714
|
-
color: #eeff41 !important;
|
|
1715
|
-
caret-color: #eeff41 !important;
|
|
1716
|
-
}
|
|
1717
|
-
|
|
1718
873
|
.bg-lime-accent-3 {
|
|
1719
874
|
background-color: #c6ff00 !important;
|
|
1720
875
|
color: #000000 !important;
|
|
1721
876
|
}
|
|
1722
877
|
|
|
1723
|
-
.text-lime-accent-3 {
|
|
1724
|
-
color: #c6ff00 !important;
|
|
1725
|
-
caret-color: #c6ff00 !important;
|
|
1726
|
-
}
|
|
1727
|
-
|
|
1728
878
|
.bg-lime-accent-4 {
|
|
1729
879
|
background-color: #aeea00 !important;
|
|
1730
880
|
color: #000000 !important;
|
|
1731
881
|
}
|
|
1732
882
|
|
|
1733
|
-
.text-lime-accent-4 {
|
|
1734
|
-
color: #aeea00 !important;
|
|
1735
|
-
caret-color: #aeea00 !important;
|
|
1736
|
-
}
|
|
1737
|
-
|
|
1738
883
|
.bg-yellow {
|
|
1739
884
|
background-color: #ffeb3b !important;
|
|
1740
885
|
color: #000000 !important;
|
|
1741
886
|
}
|
|
1742
887
|
|
|
1743
|
-
.text-yellow {
|
|
1744
|
-
color: #ffeb3b !important;
|
|
1745
|
-
caret-color: #ffeb3b !important;
|
|
1746
|
-
}
|
|
1747
|
-
|
|
1748
888
|
.bg-yellow-lighten-5 {
|
|
1749
889
|
background-color: #fffde7 !important;
|
|
1750
890
|
color: #000000 !important;
|
|
1751
891
|
}
|
|
1752
892
|
|
|
1753
|
-
.text-yellow-lighten-5 {
|
|
1754
|
-
color: #fffde7 !important;
|
|
1755
|
-
caret-color: #fffde7 !important;
|
|
1756
|
-
}
|
|
1757
|
-
|
|
1758
893
|
.bg-yellow-lighten-4 {
|
|
1759
894
|
background-color: #fff9c4 !important;
|
|
1760
895
|
color: #000000 !important;
|
|
1761
896
|
}
|
|
1762
897
|
|
|
1763
|
-
.text-yellow-lighten-4 {
|
|
1764
|
-
color: #fff9c4 !important;
|
|
1765
|
-
caret-color: #fff9c4 !important;
|
|
1766
|
-
}
|
|
1767
|
-
|
|
1768
898
|
.bg-yellow-lighten-3 {
|
|
1769
899
|
background-color: #fff59d !important;
|
|
1770
900
|
color: #000000 !important;
|
|
1771
901
|
}
|
|
1772
902
|
|
|
1773
|
-
.text-yellow-lighten-3 {
|
|
1774
|
-
color: #fff59d !important;
|
|
1775
|
-
caret-color: #fff59d !important;
|
|
1776
|
-
}
|
|
1777
|
-
|
|
1778
903
|
.bg-yellow-lighten-2 {
|
|
1779
904
|
background-color: #fff176 !important;
|
|
1780
905
|
color: #000000 !important;
|
|
1781
906
|
}
|
|
1782
907
|
|
|
1783
|
-
.text-yellow-lighten-2 {
|
|
1784
|
-
color: #fff176 !important;
|
|
1785
|
-
caret-color: #fff176 !important;
|
|
1786
|
-
}
|
|
1787
|
-
|
|
1788
908
|
.bg-yellow-lighten-1 {
|
|
1789
909
|
background-color: #ffee58 !important;
|
|
1790
910
|
color: #000000 !important;
|
|
1791
911
|
}
|
|
1792
912
|
|
|
1793
|
-
.text-yellow-lighten-1 {
|
|
1794
|
-
color: #ffee58 !important;
|
|
1795
|
-
caret-color: #ffee58 !important;
|
|
1796
|
-
}
|
|
1797
|
-
|
|
1798
913
|
.bg-yellow-darken-1 {
|
|
1799
914
|
background-color: #fdd835 !important;
|
|
1800
915
|
color: #000000 !important;
|
|
1801
916
|
}
|
|
1802
917
|
|
|
1803
|
-
.text-yellow-darken-1 {
|
|
1804
|
-
color: #fdd835 !important;
|
|
1805
|
-
caret-color: #fdd835 !important;
|
|
1806
|
-
}
|
|
1807
|
-
|
|
1808
918
|
.bg-yellow-darken-2 {
|
|
1809
919
|
background-color: #fbc02d !important;
|
|
1810
920
|
color: #000000 !important;
|
|
1811
921
|
}
|
|
1812
922
|
|
|
1813
|
-
.text-yellow-darken-2 {
|
|
1814
|
-
color: #fbc02d !important;
|
|
1815
|
-
caret-color: #fbc02d !important;
|
|
1816
|
-
}
|
|
1817
|
-
|
|
1818
923
|
.bg-yellow-darken-3 {
|
|
1819
924
|
background-color: #f9a825 !important;
|
|
1820
925
|
color: #000000 !important;
|
|
1821
926
|
}
|
|
1822
927
|
|
|
1823
|
-
.text-yellow-darken-3 {
|
|
1824
|
-
color: #f9a825 !important;
|
|
1825
|
-
caret-color: #f9a825 !important;
|
|
1826
|
-
}
|
|
1827
|
-
|
|
1828
928
|
.bg-yellow-darken-4 {
|
|
1829
929
|
background-color: #f57f17 !important;
|
|
1830
930
|
color: #000000 !important;
|
|
1831
931
|
}
|
|
1832
932
|
|
|
1833
|
-
.text-yellow-darken-4 {
|
|
1834
|
-
color: #f57f17 !important;
|
|
1835
|
-
caret-color: #f57f17 !important;
|
|
1836
|
-
}
|
|
1837
|
-
|
|
1838
933
|
.bg-yellow-accent-1 {
|
|
1839
934
|
background-color: #ffff8d !important;
|
|
1840
935
|
color: #000000 !important;
|
|
1841
936
|
}
|
|
1842
937
|
|
|
1843
|
-
.text-yellow-accent-1 {
|
|
1844
|
-
color: #ffff8d !important;
|
|
1845
|
-
caret-color: #ffff8d !important;
|
|
1846
|
-
}
|
|
1847
|
-
|
|
1848
938
|
.bg-yellow-accent-2 {
|
|
1849
939
|
background-color: #ffff00 !important;
|
|
1850
940
|
color: #000000 !important;
|
|
1851
941
|
}
|
|
1852
942
|
|
|
1853
|
-
.text-yellow-accent-2 {
|
|
1854
|
-
color: #ffff00 !important;
|
|
1855
|
-
caret-color: #ffff00 !important;
|
|
1856
|
-
}
|
|
1857
|
-
|
|
1858
943
|
.bg-yellow-accent-3 {
|
|
1859
944
|
background-color: #ffea00 !important;
|
|
1860
945
|
color: #000000 !important;
|
|
1861
946
|
}
|
|
1862
947
|
|
|
1863
|
-
.text-yellow-accent-3 {
|
|
1864
|
-
color: #ffea00 !important;
|
|
1865
|
-
caret-color: #ffea00 !important;
|
|
1866
|
-
}
|
|
1867
|
-
|
|
1868
948
|
.bg-yellow-accent-4 {
|
|
1869
949
|
background-color: #ffd600 !important;
|
|
1870
950
|
color: #000000 !important;
|
|
1871
951
|
}
|
|
1872
952
|
|
|
1873
|
-
.text-yellow-accent-4 {
|
|
1874
|
-
color: #ffd600 !important;
|
|
1875
|
-
caret-color: #ffd600 !important;
|
|
1876
|
-
}
|
|
1877
|
-
|
|
1878
953
|
.bg-amber {
|
|
1879
954
|
background-color: #ffc107 !important;
|
|
1880
955
|
color: #000000 !important;
|
|
1881
956
|
}
|
|
1882
957
|
|
|
1883
|
-
.text-amber {
|
|
1884
|
-
color: #ffc107 !important;
|
|
1885
|
-
caret-color: #ffc107 !important;
|
|
1886
|
-
}
|
|
1887
|
-
|
|
1888
958
|
.bg-amber-lighten-5 {
|
|
1889
959
|
background-color: #fff8e1 !important;
|
|
1890
960
|
color: #000000 !important;
|
|
1891
961
|
}
|
|
1892
962
|
|
|
1893
|
-
.text-amber-lighten-5 {
|
|
1894
|
-
color: #fff8e1 !important;
|
|
1895
|
-
caret-color: #fff8e1 !important;
|
|
1896
|
-
}
|
|
1897
|
-
|
|
1898
963
|
.bg-amber-lighten-4 {
|
|
1899
964
|
background-color: #ffecb3 !important;
|
|
1900
965
|
color: #000000 !important;
|
|
1901
966
|
}
|
|
1902
967
|
|
|
1903
|
-
.text-amber-lighten-4 {
|
|
1904
|
-
color: #ffecb3 !important;
|
|
1905
|
-
caret-color: #ffecb3 !important;
|
|
1906
|
-
}
|
|
1907
|
-
|
|
1908
968
|
.bg-amber-lighten-3 {
|
|
1909
969
|
background-color: #ffe082 !important;
|
|
1910
970
|
color: #000000 !important;
|
|
1911
971
|
}
|
|
1912
972
|
|
|
1913
|
-
.text-amber-lighten-3 {
|
|
1914
|
-
color: #ffe082 !important;
|
|
1915
|
-
caret-color: #ffe082 !important;
|
|
1916
|
-
}
|
|
1917
|
-
|
|
1918
973
|
.bg-amber-lighten-2 {
|
|
1919
974
|
background-color: #ffd54f !important;
|
|
1920
975
|
color: #000000 !important;
|
|
1921
976
|
}
|
|
1922
977
|
|
|
1923
|
-
.text-amber-lighten-2 {
|
|
1924
|
-
color: #ffd54f !important;
|
|
1925
|
-
caret-color: #ffd54f !important;
|
|
1926
|
-
}
|
|
1927
|
-
|
|
1928
978
|
.bg-amber-lighten-1 {
|
|
1929
979
|
background-color: #ffca28 !important;
|
|
1930
980
|
color: #000000 !important;
|
|
1931
981
|
}
|
|
1932
982
|
|
|
1933
|
-
.text-amber-lighten-1 {
|
|
1934
|
-
color: #ffca28 !important;
|
|
1935
|
-
caret-color: #ffca28 !important;
|
|
1936
|
-
}
|
|
1937
|
-
|
|
1938
983
|
.bg-amber-darken-1 {
|
|
1939
984
|
background-color: #ffb300 !important;
|
|
1940
985
|
color: #000000 !important;
|
|
1941
986
|
}
|
|
1942
987
|
|
|
1943
|
-
.text-amber-darken-1 {
|
|
1944
|
-
color: #ffb300 !important;
|
|
1945
|
-
caret-color: #ffb300 !important;
|
|
1946
|
-
}
|
|
1947
|
-
|
|
1948
988
|
.bg-amber-darken-2 {
|
|
1949
989
|
background-color: #ffa000 !important;
|
|
1950
990
|
color: #000000 !important;
|
|
1951
991
|
}
|
|
1952
992
|
|
|
1953
|
-
.text-amber-darken-2 {
|
|
1954
|
-
color: #ffa000 !important;
|
|
1955
|
-
caret-color: #ffa000 !important;
|
|
1956
|
-
}
|
|
1957
|
-
|
|
1958
993
|
.bg-amber-darken-3 {
|
|
1959
994
|
background-color: #ff8f00 !important;
|
|
1960
995
|
color: #000000 !important;
|
|
1961
996
|
}
|
|
1962
997
|
|
|
1963
|
-
.text-amber-darken-3 {
|
|
1964
|
-
color: #ff8f00 !important;
|
|
1965
|
-
caret-color: #ff8f00 !important;
|
|
1966
|
-
}
|
|
1967
|
-
|
|
1968
998
|
.bg-amber-darken-4 {
|
|
1969
999
|
background-color: #ff6f00 !important;
|
|
1970
1000
|
color: #000000 !important;
|
|
1971
1001
|
}
|
|
1972
1002
|
|
|
1973
|
-
.text-amber-darken-4 {
|
|
1974
|
-
color: #ff6f00 !important;
|
|
1975
|
-
caret-color: #ff6f00 !important;
|
|
1976
|
-
}
|
|
1977
|
-
|
|
1978
1003
|
.bg-amber-accent-1 {
|
|
1979
1004
|
background-color: #ffe57f !important;
|
|
1980
1005
|
color: #000000 !important;
|
|
1981
1006
|
}
|
|
1982
1007
|
|
|
1983
|
-
.text-amber-accent-1 {
|
|
1984
|
-
color: #ffe57f !important;
|
|
1985
|
-
caret-color: #ffe57f !important;
|
|
1986
|
-
}
|
|
1987
|
-
|
|
1988
1008
|
.bg-amber-accent-2 {
|
|
1989
1009
|
background-color: #ffd740 !important;
|
|
1990
1010
|
color: #000000 !important;
|
|
1991
1011
|
}
|
|
1992
1012
|
|
|
1993
|
-
.text-amber-accent-2 {
|
|
1994
|
-
color: #ffd740 !important;
|
|
1995
|
-
caret-color: #ffd740 !important;
|
|
1996
|
-
}
|
|
1997
|
-
|
|
1998
1013
|
.bg-amber-accent-3 {
|
|
1999
1014
|
background-color: #ffc400 !important;
|
|
2000
1015
|
color: #000000 !important;
|
|
2001
1016
|
}
|
|
2002
1017
|
|
|
2003
|
-
.text-amber-accent-3 {
|
|
2004
|
-
color: #ffc400 !important;
|
|
2005
|
-
caret-color: #ffc400 !important;
|
|
2006
|
-
}
|
|
2007
|
-
|
|
2008
1018
|
.bg-amber-accent-4 {
|
|
2009
1019
|
background-color: #ffab00 !important;
|
|
2010
1020
|
color: #000000 !important;
|
|
2011
1021
|
}
|
|
2012
1022
|
|
|
2013
|
-
.text-amber-accent-4 {
|
|
2014
|
-
color: #ffab00 !important;
|
|
2015
|
-
caret-color: #ffab00 !important;
|
|
2016
|
-
}
|
|
2017
|
-
|
|
2018
1023
|
.bg-orange {
|
|
2019
1024
|
background-color: #ff9800 !important;
|
|
2020
1025
|
color: #000000 !important;
|
|
2021
1026
|
}
|
|
2022
1027
|
|
|
2023
|
-
.text-orange {
|
|
2024
|
-
color: #ff9800 !important;
|
|
2025
|
-
caret-color: #ff9800 !important;
|
|
2026
|
-
}
|
|
2027
|
-
|
|
2028
1028
|
.bg-orange-lighten-5 {
|
|
2029
1029
|
background-color: #fff3e0 !important;
|
|
2030
1030
|
color: #000000 !important;
|
|
2031
1031
|
}
|
|
2032
1032
|
|
|
2033
|
-
.text-orange-lighten-5 {
|
|
2034
|
-
color: #fff3e0 !important;
|
|
2035
|
-
caret-color: #fff3e0 !important;
|
|
2036
|
-
}
|
|
2037
|
-
|
|
2038
1033
|
.bg-orange-lighten-4 {
|
|
2039
1034
|
background-color: #ffe0b2 !important;
|
|
2040
1035
|
color: #000000 !important;
|
|
2041
1036
|
}
|
|
2042
1037
|
|
|
2043
|
-
.text-orange-lighten-4 {
|
|
2044
|
-
color: #ffe0b2 !important;
|
|
2045
|
-
caret-color: #ffe0b2 !important;
|
|
2046
|
-
}
|
|
2047
|
-
|
|
2048
1038
|
.bg-orange-lighten-3 {
|
|
2049
1039
|
background-color: #ffcc80 !important;
|
|
2050
1040
|
color: #000000 !important;
|
|
2051
1041
|
}
|
|
2052
1042
|
|
|
2053
|
-
.text-orange-lighten-3 {
|
|
2054
|
-
color: #ffcc80 !important;
|
|
2055
|
-
caret-color: #ffcc80 !important;
|
|
2056
|
-
}
|
|
2057
|
-
|
|
2058
1043
|
.bg-orange-lighten-2 {
|
|
2059
1044
|
background-color: #ffb74d !important;
|
|
2060
1045
|
color: #000000 !important;
|
|
2061
1046
|
}
|
|
2062
1047
|
|
|
2063
|
-
.text-orange-lighten-2 {
|
|
2064
|
-
color: #ffb74d !important;
|
|
2065
|
-
caret-color: #ffb74d !important;
|
|
2066
|
-
}
|
|
2067
|
-
|
|
2068
1048
|
.bg-orange-lighten-1 {
|
|
2069
1049
|
background-color: #ffa726 !important;
|
|
2070
1050
|
color: #000000 !important;
|
|
2071
1051
|
}
|
|
2072
1052
|
|
|
2073
|
-
.text-orange-lighten-1 {
|
|
2074
|
-
color: #ffa726 !important;
|
|
2075
|
-
caret-color: #ffa726 !important;
|
|
2076
|
-
}
|
|
2077
|
-
|
|
2078
1053
|
.bg-orange-darken-1 {
|
|
2079
1054
|
background-color: #fb8c00 !important;
|
|
2080
1055
|
color: #000000 !important;
|
|
2081
1056
|
}
|
|
2082
1057
|
|
|
2083
|
-
.text-orange-darken-1 {
|
|
2084
|
-
color: #fb8c00 !important;
|
|
2085
|
-
caret-color: #fb8c00 !important;
|
|
2086
|
-
}
|
|
2087
|
-
|
|
2088
1058
|
.bg-orange-darken-2 {
|
|
2089
1059
|
background-color: #f57c00 !important;
|
|
2090
1060
|
color: #000000 !important;
|
|
2091
1061
|
}
|
|
2092
1062
|
|
|
2093
|
-
.text-orange-darken-2 {
|
|
2094
|
-
color: #f57c00 !important;
|
|
2095
|
-
caret-color: #f57c00 !important;
|
|
2096
|
-
}
|
|
2097
|
-
|
|
2098
1063
|
.bg-orange-darken-3 {
|
|
2099
1064
|
background-color: #ef6c00 !important;
|
|
2100
1065
|
color: #000000 !important;
|
|
2101
1066
|
}
|
|
2102
1067
|
|
|
2103
|
-
.text-orange-darken-3 {
|
|
2104
|
-
color: #ef6c00 !important;
|
|
2105
|
-
caret-color: #ef6c00 !important;
|
|
2106
|
-
}
|
|
2107
|
-
|
|
2108
1068
|
.bg-orange-darken-4 {
|
|
2109
1069
|
background-color: #e65100 !important;
|
|
2110
1070
|
color: #000000 !important;
|
|
2111
1071
|
}
|
|
2112
1072
|
|
|
2113
|
-
.text-orange-darken-4 {
|
|
2114
|
-
color: #e65100 !important;
|
|
2115
|
-
caret-color: #e65100 !important;
|
|
2116
|
-
}
|
|
2117
|
-
|
|
2118
1073
|
.bg-orange-accent-1 {
|
|
2119
1074
|
background-color: #ffd180 !important;
|
|
2120
1075
|
color: #000000 !important;
|
|
2121
1076
|
}
|
|
2122
1077
|
|
|
2123
|
-
.text-orange-accent-1 {
|
|
2124
|
-
color: #ffd180 !important;
|
|
2125
|
-
caret-color: #ffd180 !important;
|
|
2126
|
-
}
|
|
2127
|
-
|
|
2128
1078
|
.bg-orange-accent-2 {
|
|
2129
1079
|
background-color: #ffab40 !important;
|
|
2130
1080
|
color: #000000 !important;
|
|
2131
1081
|
}
|
|
2132
1082
|
|
|
2133
|
-
.text-orange-accent-2 {
|
|
2134
|
-
color: #ffab40 !important;
|
|
2135
|
-
caret-color: #ffab40 !important;
|
|
2136
|
-
}
|
|
2137
|
-
|
|
2138
1083
|
.bg-orange-accent-3 {
|
|
2139
1084
|
background-color: #ff9100 !important;
|
|
2140
1085
|
color: #000000 !important;
|
|
2141
1086
|
}
|
|
2142
1087
|
|
|
2143
|
-
.text-orange-accent-3 {
|
|
2144
|
-
color: #ff9100 !important;
|
|
2145
|
-
caret-color: #ff9100 !important;
|
|
2146
|
-
}
|
|
2147
|
-
|
|
2148
1088
|
.bg-orange-accent-4 {
|
|
2149
1089
|
background-color: #ff6d00 !important;
|
|
2150
1090
|
color: #000000 !important;
|
|
2151
1091
|
}
|
|
2152
1092
|
|
|
2153
|
-
.text-orange-accent-4 {
|
|
2154
|
-
color: #ff6d00 !important;
|
|
2155
|
-
caret-color: #ff6d00 !important;
|
|
2156
|
-
}
|
|
2157
|
-
|
|
2158
1093
|
.bg-deep-orange {
|
|
2159
1094
|
background-color: #ff5722 !important;
|
|
2160
1095
|
color: #000000 !important;
|
|
2161
1096
|
}
|
|
2162
1097
|
|
|
2163
|
-
.text-deep-orange {
|
|
2164
|
-
color: #ff5722 !important;
|
|
2165
|
-
caret-color: #ff5722 !important;
|
|
2166
|
-
}
|
|
2167
|
-
|
|
2168
1098
|
.bg-deep-orange-lighten-5 {
|
|
2169
1099
|
background-color: #fbe9e7 !important;
|
|
2170
1100
|
color: #000000 !important;
|
|
2171
1101
|
}
|
|
2172
1102
|
|
|
2173
|
-
.text-deep-orange-lighten-5 {
|
|
2174
|
-
color: #fbe9e7 !important;
|
|
2175
|
-
caret-color: #fbe9e7 !important;
|
|
2176
|
-
}
|
|
2177
|
-
|
|
2178
1103
|
.bg-deep-orange-lighten-4 {
|
|
2179
1104
|
background-color: #ffccbc !important;
|
|
2180
1105
|
color: #000000 !important;
|
|
2181
1106
|
}
|
|
2182
1107
|
|
|
2183
|
-
.text-deep-orange-lighten-4 {
|
|
2184
|
-
color: #ffccbc !important;
|
|
2185
|
-
caret-color: #ffccbc !important;
|
|
2186
|
-
}
|
|
2187
|
-
|
|
2188
1108
|
.bg-deep-orange-lighten-3 {
|
|
2189
1109
|
background-color: #ffab91 !important;
|
|
2190
1110
|
color: #000000 !important;
|
|
2191
1111
|
}
|
|
2192
1112
|
|
|
2193
|
-
.text-deep-orange-lighten-3 {
|
|
2194
|
-
color: #ffab91 !important;
|
|
2195
|
-
caret-color: #ffab91 !important;
|
|
2196
|
-
}
|
|
2197
|
-
|
|
2198
1113
|
.bg-deep-orange-lighten-2 {
|
|
2199
1114
|
background-color: #ff8a65 !important;
|
|
2200
1115
|
color: #000000 !important;
|
|
2201
1116
|
}
|
|
2202
1117
|
|
|
2203
|
-
.text-deep-orange-lighten-2 {
|
|
2204
|
-
color: #ff8a65 !important;
|
|
2205
|
-
caret-color: #ff8a65 !important;
|
|
2206
|
-
}
|
|
2207
|
-
|
|
2208
1118
|
.bg-deep-orange-lighten-1 {
|
|
2209
1119
|
background-color: #ff7043 !important;
|
|
2210
1120
|
color: #000000 !important;
|
|
2211
1121
|
}
|
|
2212
1122
|
|
|
2213
|
-
.text-deep-orange-lighten-1 {
|
|
2214
|
-
color: #ff7043 !important;
|
|
2215
|
-
caret-color: #ff7043 !important;
|
|
2216
|
-
}
|
|
2217
|
-
|
|
2218
1123
|
.bg-deep-orange-darken-1 {
|
|
2219
1124
|
background-color: #f4511e !important;
|
|
2220
1125
|
color: #000000 !important;
|
|
2221
1126
|
}
|
|
2222
1127
|
|
|
2223
|
-
.text-deep-orange-darken-1 {
|
|
2224
|
-
color: #f4511e !important;
|
|
2225
|
-
caret-color: #f4511e !important;
|
|
2226
|
-
}
|
|
2227
|
-
|
|
2228
1128
|
.bg-deep-orange-darken-2 {
|
|
2229
1129
|
background-color: #e64a19 !important;
|
|
2230
1130
|
color: #000000 !important;
|
|
2231
1131
|
}
|
|
2232
1132
|
|
|
2233
|
-
.text-deep-orange-darken-2 {
|
|
2234
|
-
color: #e64a19 !important;
|
|
2235
|
-
caret-color: #e64a19 !important;
|
|
2236
|
-
}
|
|
2237
|
-
|
|
2238
1133
|
.bg-deep-orange-darken-3 {
|
|
2239
1134
|
background-color: #d84315 !important;
|
|
2240
1135
|
color: #000000 !important;
|
|
2241
1136
|
}
|
|
2242
1137
|
|
|
2243
|
-
.text-deep-orange-darken-3 {
|
|
2244
|
-
color: #d84315 !important;
|
|
2245
|
-
caret-color: #d84315 !important;
|
|
2246
|
-
}
|
|
2247
|
-
|
|
2248
1138
|
.bg-deep-orange-darken-4 {
|
|
2249
1139
|
background-color: #bf360c !important;
|
|
2250
1140
|
color: #FFFFFF !important;
|
|
2251
1141
|
}
|
|
2252
1142
|
|
|
2253
|
-
.text-deep-orange-darken-4 {
|
|
2254
|
-
color: #bf360c !important;
|
|
2255
|
-
caret-color: #bf360c !important;
|
|
2256
|
-
}
|
|
2257
|
-
|
|
2258
1143
|
.bg-deep-orange-accent-1 {
|
|
2259
1144
|
background-color: #ff9e80 !important;
|
|
2260
1145
|
color: #000000 !important;
|
|
2261
1146
|
}
|
|
2262
1147
|
|
|
2263
|
-
.text-deep-orange-accent-1 {
|
|
2264
|
-
color: #ff9e80 !important;
|
|
2265
|
-
caret-color: #ff9e80 !important;
|
|
2266
|
-
}
|
|
2267
|
-
|
|
2268
1148
|
.bg-deep-orange-accent-2 {
|
|
2269
1149
|
background-color: #ff6e40 !important;
|
|
2270
1150
|
color: #000000 !important;
|
|
2271
1151
|
}
|
|
2272
1152
|
|
|
2273
|
-
.text-deep-orange-accent-2 {
|
|
2274
|
-
color: #ff6e40 !important;
|
|
2275
|
-
caret-color: #ff6e40 !important;
|
|
2276
|
-
}
|
|
2277
|
-
|
|
2278
1153
|
.bg-deep-orange-accent-3 {
|
|
2279
1154
|
background-color: #ff3d00 !important;
|
|
2280
1155
|
color: #000000 !important;
|
|
2281
1156
|
}
|
|
2282
1157
|
|
|
2283
|
-
.text-deep-orange-accent-3 {
|
|
2284
|
-
color: #ff3d00 !important;
|
|
2285
|
-
caret-color: #ff3d00 !important;
|
|
2286
|
-
}
|
|
2287
|
-
|
|
2288
1158
|
.bg-deep-orange-accent-4 {
|
|
2289
1159
|
background-color: #dd2c00 !important;
|
|
2290
1160
|
color: #FFFFFF !important;
|
|
2291
1161
|
}
|
|
2292
1162
|
|
|
2293
|
-
.text-deep-orange-accent-4 {
|
|
2294
|
-
color: #dd2c00 !important;
|
|
2295
|
-
caret-color: #dd2c00 !important;
|
|
2296
|
-
}
|
|
2297
|
-
|
|
2298
1163
|
.bg-brown {
|
|
2299
1164
|
background-color: #795548 !important;
|
|
2300
1165
|
color: #FFFFFF !important;
|
|
2301
1166
|
}
|
|
2302
1167
|
|
|
2303
|
-
.text-brown {
|
|
2304
|
-
color: #795548 !important;
|
|
2305
|
-
caret-color: #795548 !important;
|
|
2306
|
-
}
|
|
2307
|
-
|
|
2308
1168
|
.bg-brown-lighten-5 {
|
|
2309
1169
|
background-color: #efebe9 !important;
|
|
2310
1170
|
color: #000000 !important;
|
|
2311
1171
|
}
|
|
2312
1172
|
|
|
2313
|
-
.text-brown-lighten-5 {
|
|
2314
|
-
color: #efebe9 !important;
|
|
2315
|
-
caret-color: #efebe9 !important;
|
|
2316
|
-
}
|
|
2317
|
-
|
|
2318
1173
|
.bg-brown-lighten-4 {
|
|
2319
1174
|
background-color: #d7ccc8 !important;
|
|
2320
1175
|
color: #000000 !important;
|
|
2321
1176
|
}
|
|
2322
1177
|
|
|
2323
|
-
.text-brown-lighten-4 {
|
|
2324
|
-
color: #d7ccc8 !important;
|
|
2325
|
-
caret-color: #d7ccc8 !important;
|
|
2326
|
-
}
|
|
2327
|
-
|
|
2328
1178
|
.bg-brown-lighten-3 {
|
|
2329
1179
|
background-color: #bcaaa4 !important;
|
|
2330
1180
|
color: #000000 !important;
|
|
2331
1181
|
}
|
|
2332
1182
|
|
|
2333
|
-
.text-brown-lighten-3 {
|
|
2334
|
-
color: #bcaaa4 !important;
|
|
2335
|
-
caret-color: #bcaaa4 !important;
|
|
2336
|
-
}
|
|
2337
|
-
|
|
2338
1183
|
.bg-brown-lighten-2 {
|
|
2339
1184
|
background-color: #a1887f !important;
|
|
2340
1185
|
color: #000000 !important;
|
|
2341
1186
|
}
|
|
2342
1187
|
|
|
2343
|
-
.text-brown-lighten-2 {
|
|
2344
|
-
color: #a1887f !important;
|
|
2345
|
-
caret-color: #a1887f !important;
|
|
2346
|
-
}
|
|
2347
|
-
|
|
2348
1188
|
.bg-brown-lighten-1 {
|
|
2349
1189
|
background-color: #8d6e63 !important;
|
|
2350
1190
|
color: #FFFFFF !important;
|
|
2351
1191
|
}
|
|
2352
1192
|
|
|
2353
|
-
.text-brown-lighten-1 {
|
|
2354
|
-
color: #8d6e63 !important;
|
|
2355
|
-
caret-color: #8d6e63 !important;
|
|
2356
|
-
}
|
|
2357
|
-
|
|
2358
1193
|
.bg-brown-darken-1 {
|
|
2359
1194
|
background-color: #6d4c41 !important;
|
|
2360
1195
|
color: #FFFFFF !important;
|
|
2361
1196
|
}
|
|
2362
1197
|
|
|
2363
|
-
.text-brown-darken-1 {
|
|
2364
|
-
color: #6d4c41 !important;
|
|
2365
|
-
caret-color: #6d4c41 !important;
|
|
2366
|
-
}
|
|
2367
|
-
|
|
2368
1198
|
.bg-brown-darken-2 {
|
|
2369
1199
|
background-color: #5d4037 !important;
|
|
2370
1200
|
color: #FFFFFF !important;
|
|
2371
1201
|
}
|
|
2372
1202
|
|
|
2373
|
-
.text-brown-darken-2 {
|
|
2374
|
-
color: #5d4037 !important;
|
|
2375
|
-
caret-color: #5d4037 !important;
|
|
2376
|
-
}
|
|
2377
|
-
|
|
2378
1203
|
.bg-brown-darken-3 {
|
|
2379
1204
|
background-color: #4e342e !important;
|
|
2380
1205
|
color: #FFFFFF !important;
|
|
2381
1206
|
}
|
|
2382
1207
|
|
|
2383
|
-
.text-brown-darken-3 {
|
|
2384
|
-
color: #4e342e !important;
|
|
2385
|
-
caret-color: #4e342e !important;
|
|
2386
|
-
}
|
|
2387
|
-
|
|
2388
1208
|
.bg-brown-darken-4 {
|
|
2389
1209
|
background-color: #3e2723 !important;
|
|
2390
1210
|
color: #FFFFFF !important;
|
|
2391
1211
|
}
|
|
2392
1212
|
|
|
2393
|
-
.text-brown-darken-4 {
|
|
2394
|
-
color: #3e2723 !important;
|
|
2395
|
-
caret-color: #3e2723 !important;
|
|
2396
|
-
}
|
|
2397
|
-
|
|
2398
1213
|
.bg-blue-grey {
|
|
2399
1214
|
background-color: #607d8b !important;
|
|
2400
1215
|
color: #000000 !important;
|
|
2401
1216
|
}
|
|
2402
1217
|
|
|
2403
|
-
.text-blue-grey {
|
|
2404
|
-
color: #607d8b !important;
|
|
2405
|
-
caret-color: #607d8b !important;
|
|
2406
|
-
}
|
|
2407
|
-
|
|
2408
1218
|
.bg-blue-grey-lighten-5 {
|
|
2409
1219
|
background-color: #eceff1 !important;
|
|
2410
1220
|
color: #000000 !important;
|
|
2411
1221
|
}
|
|
2412
1222
|
|
|
2413
|
-
.text-blue-grey-lighten-5 {
|
|
2414
|
-
color: #eceff1 !important;
|
|
2415
|
-
caret-color: #eceff1 !important;
|
|
2416
|
-
}
|
|
2417
|
-
|
|
2418
1223
|
.bg-blue-grey-lighten-4 {
|
|
2419
1224
|
background-color: #cfd8dc !important;
|
|
2420
1225
|
color: #000000 !important;
|
|
2421
1226
|
}
|
|
2422
1227
|
|
|
2423
|
-
.text-blue-grey-lighten-4 {
|
|
2424
|
-
color: #cfd8dc !important;
|
|
2425
|
-
caret-color: #cfd8dc !important;
|
|
2426
|
-
}
|
|
2427
|
-
|
|
2428
1228
|
.bg-blue-grey-lighten-3 {
|
|
2429
1229
|
background-color: #b0bec5 !important;
|
|
2430
1230
|
color: #000000 !important;
|
|
2431
1231
|
}
|
|
2432
1232
|
|
|
2433
|
-
.text-blue-grey-lighten-3 {
|
|
2434
|
-
color: #b0bec5 !important;
|
|
2435
|
-
caret-color: #b0bec5 !important;
|
|
2436
|
-
}
|
|
2437
|
-
|
|
2438
1233
|
.bg-blue-grey-lighten-2 {
|
|
2439
1234
|
background-color: #90a4ae !important;
|
|
2440
1235
|
color: #000000 !important;
|
|
2441
1236
|
}
|
|
2442
1237
|
|
|
2443
|
-
.text-blue-grey-lighten-2 {
|
|
2444
|
-
color: #90a4ae !important;
|
|
2445
|
-
caret-color: #90a4ae !important;
|
|
2446
|
-
}
|
|
2447
|
-
|
|
2448
1238
|
.bg-blue-grey-lighten-1 {
|
|
2449
1239
|
background-color: #78909c !important;
|
|
2450
1240
|
color: #000000 !important;
|
|
2451
1241
|
}
|
|
2452
1242
|
|
|
2453
|
-
.text-blue-grey-lighten-1 {
|
|
2454
|
-
color: #78909c !important;
|
|
2455
|
-
caret-color: #78909c !important;
|
|
2456
|
-
}
|
|
2457
|
-
|
|
2458
1243
|
.bg-blue-grey-darken-1 {
|
|
2459
1244
|
background-color: #546e7a !important;
|
|
2460
1245
|
color: #FFFFFF !important;
|
|
2461
1246
|
}
|
|
2462
1247
|
|
|
2463
|
-
.text-blue-grey-darken-1 {
|
|
2464
|
-
color: #546e7a !important;
|
|
2465
|
-
caret-color: #546e7a !important;
|
|
2466
|
-
}
|
|
2467
|
-
|
|
2468
1248
|
.bg-blue-grey-darken-2 {
|
|
2469
1249
|
background-color: #455a64 !important;
|
|
2470
1250
|
color: #FFFFFF !important;
|
|
2471
1251
|
}
|
|
2472
1252
|
|
|
2473
|
-
.text-blue-grey-darken-2 {
|
|
2474
|
-
color: #455a64 !important;
|
|
2475
|
-
caret-color: #455a64 !important;
|
|
2476
|
-
}
|
|
2477
|
-
|
|
2478
1253
|
.bg-blue-grey-darken-3 {
|
|
2479
1254
|
background-color: #37474f !important;
|
|
2480
1255
|
color: #FFFFFF !important;
|
|
2481
1256
|
}
|
|
2482
1257
|
|
|
2483
|
-
.text-blue-grey-darken-3 {
|
|
2484
|
-
color: #37474f !important;
|
|
2485
|
-
caret-color: #37474f !important;
|
|
2486
|
-
}
|
|
2487
|
-
|
|
2488
1258
|
.bg-blue-grey-darken-4 {
|
|
2489
1259
|
background-color: #263238 !important;
|
|
2490
1260
|
color: #FFFFFF !important;
|
|
2491
1261
|
}
|
|
2492
1262
|
|
|
2493
|
-
.text-blue-grey-darken-4 {
|
|
2494
|
-
color: #263238 !important;
|
|
2495
|
-
caret-color: #263238 !important;
|
|
2496
|
-
}
|
|
2497
|
-
|
|
2498
1263
|
.bg-grey {
|
|
2499
1264
|
background-color: #9e9e9e !important;
|
|
2500
1265
|
color: #000000 !important;
|
|
2501
1266
|
}
|
|
2502
1267
|
|
|
2503
|
-
.text-grey {
|
|
2504
|
-
color: #9e9e9e !important;
|
|
2505
|
-
caret-color: #9e9e9e !important;
|
|
2506
|
-
}
|
|
2507
|
-
|
|
2508
1268
|
.bg-grey-lighten-5 {
|
|
2509
1269
|
background-color: #fafafa !important;
|
|
2510
1270
|
color: #000000 !important;
|
|
2511
1271
|
}
|
|
2512
1272
|
|
|
1273
|
+
.bg-grey-lighten-4 {
|
|
1274
|
+
background-color: #f5f5f5 !important;
|
|
1275
|
+
color: #000000 !important;
|
|
1276
|
+
}
|
|
1277
|
+
|
|
1278
|
+
.bg-grey-lighten-3 {
|
|
1279
|
+
background-color: #eeeeee !important;
|
|
1280
|
+
color: #000000 !important;
|
|
1281
|
+
}
|
|
1282
|
+
|
|
1283
|
+
.bg-grey-lighten-2 {
|
|
1284
|
+
background-color: #e0e0e0 !important;
|
|
1285
|
+
color: #000000 !important;
|
|
1286
|
+
}
|
|
1287
|
+
|
|
1288
|
+
.bg-grey-lighten-1 {
|
|
1289
|
+
background-color: #bdbdbd !important;
|
|
1290
|
+
color: #000000 !important;
|
|
1291
|
+
}
|
|
1292
|
+
|
|
1293
|
+
.bg-grey-darken-1 {
|
|
1294
|
+
background-color: #757575 !important;
|
|
1295
|
+
color: #FFFFFF !important;
|
|
1296
|
+
}
|
|
1297
|
+
|
|
1298
|
+
.bg-grey-darken-2 {
|
|
1299
|
+
background-color: #616161 !important;
|
|
1300
|
+
color: #FFFFFF !important;
|
|
1301
|
+
}
|
|
1302
|
+
|
|
1303
|
+
.bg-grey-darken-3 {
|
|
1304
|
+
background-color: #424242 !important;
|
|
1305
|
+
color: #FFFFFF !important;
|
|
1306
|
+
}
|
|
1307
|
+
|
|
1308
|
+
.bg-grey-darken-4 {
|
|
1309
|
+
background-color: #212121 !important;
|
|
1310
|
+
color: #FFFFFF !important;
|
|
1311
|
+
}
|
|
1312
|
+
|
|
1313
|
+
.bg-shades-black {
|
|
1314
|
+
background-color: #000000 !important;
|
|
1315
|
+
color: #FFFFFF !important;
|
|
1316
|
+
}
|
|
1317
|
+
|
|
1318
|
+
.bg-shades-white {
|
|
1319
|
+
background-color: #FFFFFF !important;
|
|
1320
|
+
color: #000000 !important;
|
|
1321
|
+
}
|
|
1322
|
+
|
|
1323
|
+
.bg-shades-transparent {
|
|
1324
|
+
background-color: transparent !important;
|
|
1325
|
+
color: currentColor !important;
|
|
1326
|
+
}
|
|
1327
|
+
|
|
1328
|
+
.text-black {
|
|
1329
|
+
color: #000000 !important;
|
|
1330
|
+
}
|
|
1331
|
+
|
|
1332
|
+
.text-white {
|
|
1333
|
+
color: #FFFFFF !important;
|
|
1334
|
+
}
|
|
1335
|
+
|
|
1336
|
+
.text-transparent {
|
|
1337
|
+
color: transparent !important;
|
|
1338
|
+
}
|
|
1339
|
+
|
|
1340
|
+
.text-red {
|
|
1341
|
+
color: #F44336 !important;
|
|
1342
|
+
}
|
|
1343
|
+
|
|
1344
|
+
.text-red-lighten-5 {
|
|
1345
|
+
color: #FFEBEE !important;
|
|
1346
|
+
}
|
|
1347
|
+
|
|
1348
|
+
.text-red-lighten-4 {
|
|
1349
|
+
color: #FFCDD2 !important;
|
|
1350
|
+
}
|
|
1351
|
+
|
|
1352
|
+
.text-red-lighten-3 {
|
|
1353
|
+
color: #EF9A9A !important;
|
|
1354
|
+
}
|
|
1355
|
+
|
|
1356
|
+
.text-red-lighten-2 {
|
|
1357
|
+
color: #E57373 !important;
|
|
1358
|
+
}
|
|
1359
|
+
|
|
1360
|
+
.text-red-lighten-1 {
|
|
1361
|
+
color: #EF5350 !important;
|
|
1362
|
+
}
|
|
1363
|
+
|
|
1364
|
+
.text-red-darken-1 {
|
|
1365
|
+
color: #E53935 !important;
|
|
1366
|
+
}
|
|
1367
|
+
|
|
1368
|
+
.text-red-darken-2 {
|
|
1369
|
+
color: #D32F2F !important;
|
|
1370
|
+
}
|
|
1371
|
+
|
|
1372
|
+
.text-red-darken-3 {
|
|
1373
|
+
color: #C62828 !important;
|
|
1374
|
+
}
|
|
1375
|
+
|
|
1376
|
+
.text-red-darken-4 {
|
|
1377
|
+
color: #B71C1C !important;
|
|
1378
|
+
}
|
|
1379
|
+
|
|
1380
|
+
.text-red-accent-1 {
|
|
1381
|
+
color: #FF8A80 !important;
|
|
1382
|
+
}
|
|
1383
|
+
|
|
1384
|
+
.text-red-accent-2 {
|
|
1385
|
+
color: #FF5252 !important;
|
|
1386
|
+
}
|
|
1387
|
+
|
|
1388
|
+
.text-red-accent-3 {
|
|
1389
|
+
color: #FF1744 !important;
|
|
1390
|
+
}
|
|
1391
|
+
|
|
1392
|
+
.text-red-accent-4 {
|
|
1393
|
+
color: #D50000 !important;
|
|
1394
|
+
}
|
|
1395
|
+
|
|
1396
|
+
.text-pink {
|
|
1397
|
+
color: #e91e63 !important;
|
|
1398
|
+
}
|
|
1399
|
+
|
|
1400
|
+
.text-pink-lighten-5 {
|
|
1401
|
+
color: #fce4ec !important;
|
|
1402
|
+
}
|
|
1403
|
+
|
|
1404
|
+
.text-pink-lighten-4 {
|
|
1405
|
+
color: #f8bbd0 !important;
|
|
1406
|
+
}
|
|
1407
|
+
|
|
1408
|
+
.text-pink-lighten-3 {
|
|
1409
|
+
color: #f48fb1 !important;
|
|
1410
|
+
}
|
|
1411
|
+
|
|
1412
|
+
.text-pink-lighten-2 {
|
|
1413
|
+
color: #f06292 !important;
|
|
1414
|
+
}
|
|
1415
|
+
|
|
1416
|
+
.text-pink-lighten-1 {
|
|
1417
|
+
color: #ec407a !important;
|
|
1418
|
+
}
|
|
1419
|
+
|
|
1420
|
+
.text-pink-darken-1 {
|
|
1421
|
+
color: #d81b60 !important;
|
|
1422
|
+
}
|
|
1423
|
+
|
|
1424
|
+
.text-pink-darken-2 {
|
|
1425
|
+
color: #c2185b !important;
|
|
1426
|
+
}
|
|
1427
|
+
|
|
1428
|
+
.text-pink-darken-3 {
|
|
1429
|
+
color: #ad1457 !important;
|
|
1430
|
+
}
|
|
1431
|
+
|
|
1432
|
+
.text-pink-darken-4 {
|
|
1433
|
+
color: #880e4f !important;
|
|
1434
|
+
}
|
|
1435
|
+
|
|
1436
|
+
.text-pink-accent-1 {
|
|
1437
|
+
color: #ff80ab !important;
|
|
1438
|
+
}
|
|
1439
|
+
|
|
1440
|
+
.text-pink-accent-2 {
|
|
1441
|
+
color: #ff4081 !important;
|
|
1442
|
+
}
|
|
1443
|
+
|
|
1444
|
+
.text-pink-accent-3 {
|
|
1445
|
+
color: #f50057 !important;
|
|
1446
|
+
}
|
|
1447
|
+
|
|
1448
|
+
.text-pink-accent-4 {
|
|
1449
|
+
color: #c51162 !important;
|
|
1450
|
+
}
|
|
1451
|
+
|
|
1452
|
+
.text-purple {
|
|
1453
|
+
color: #9c27b0 !important;
|
|
1454
|
+
}
|
|
1455
|
+
|
|
1456
|
+
.text-purple-lighten-5 {
|
|
1457
|
+
color: #f3e5f5 !important;
|
|
1458
|
+
}
|
|
1459
|
+
|
|
1460
|
+
.text-purple-lighten-4 {
|
|
1461
|
+
color: #e1bee7 !important;
|
|
1462
|
+
}
|
|
1463
|
+
|
|
1464
|
+
.text-purple-lighten-3 {
|
|
1465
|
+
color: #ce93d8 !important;
|
|
1466
|
+
}
|
|
1467
|
+
|
|
1468
|
+
.text-purple-lighten-2 {
|
|
1469
|
+
color: #ba68c8 !important;
|
|
1470
|
+
}
|
|
1471
|
+
|
|
1472
|
+
.text-purple-lighten-1 {
|
|
1473
|
+
color: #ab47bc !important;
|
|
1474
|
+
}
|
|
1475
|
+
|
|
1476
|
+
.text-purple-darken-1 {
|
|
1477
|
+
color: #8e24aa !important;
|
|
1478
|
+
}
|
|
1479
|
+
|
|
1480
|
+
.text-purple-darken-2 {
|
|
1481
|
+
color: #7b1fa2 !important;
|
|
1482
|
+
}
|
|
1483
|
+
|
|
1484
|
+
.text-purple-darken-3 {
|
|
1485
|
+
color: #6a1b9a !important;
|
|
1486
|
+
}
|
|
1487
|
+
|
|
1488
|
+
.text-purple-darken-4 {
|
|
1489
|
+
color: #4a148c !important;
|
|
1490
|
+
}
|
|
1491
|
+
|
|
1492
|
+
.text-purple-accent-1 {
|
|
1493
|
+
color: #ea80fc !important;
|
|
1494
|
+
}
|
|
1495
|
+
|
|
1496
|
+
.text-purple-accent-2 {
|
|
1497
|
+
color: #e040fb !important;
|
|
1498
|
+
}
|
|
1499
|
+
|
|
1500
|
+
.text-purple-accent-3 {
|
|
1501
|
+
color: #d500f9 !important;
|
|
1502
|
+
}
|
|
1503
|
+
|
|
1504
|
+
.text-purple-accent-4 {
|
|
1505
|
+
color: #aa00ff !important;
|
|
1506
|
+
}
|
|
1507
|
+
|
|
1508
|
+
.text-deep-purple {
|
|
1509
|
+
color: #673ab7 !important;
|
|
1510
|
+
}
|
|
1511
|
+
|
|
1512
|
+
.text-deep-purple-lighten-5 {
|
|
1513
|
+
color: #ede7f6 !important;
|
|
1514
|
+
}
|
|
1515
|
+
|
|
1516
|
+
.text-deep-purple-lighten-4 {
|
|
1517
|
+
color: #d1c4e9 !important;
|
|
1518
|
+
}
|
|
1519
|
+
|
|
1520
|
+
.text-deep-purple-lighten-3 {
|
|
1521
|
+
color: #b39ddb !important;
|
|
1522
|
+
}
|
|
1523
|
+
|
|
1524
|
+
.text-deep-purple-lighten-2 {
|
|
1525
|
+
color: #9575cd !important;
|
|
1526
|
+
}
|
|
1527
|
+
|
|
1528
|
+
.text-deep-purple-lighten-1 {
|
|
1529
|
+
color: #7e57c2 !important;
|
|
1530
|
+
}
|
|
1531
|
+
|
|
1532
|
+
.text-deep-purple-darken-1 {
|
|
1533
|
+
color: #5e35b1 !important;
|
|
1534
|
+
}
|
|
1535
|
+
|
|
1536
|
+
.text-deep-purple-darken-2 {
|
|
1537
|
+
color: #512da8 !important;
|
|
1538
|
+
}
|
|
1539
|
+
|
|
1540
|
+
.text-deep-purple-darken-3 {
|
|
1541
|
+
color: #4527a0 !important;
|
|
1542
|
+
}
|
|
1543
|
+
|
|
1544
|
+
.text-deep-purple-darken-4 {
|
|
1545
|
+
color: #311b92 !important;
|
|
1546
|
+
}
|
|
1547
|
+
|
|
1548
|
+
.text-deep-purple-accent-1 {
|
|
1549
|
+
color: #b388ff !important;
|
|
1550
|
+
}
|
|
1551
|
+
|
|
1552
|
+
.text-deep-purple-accent-2 {
|
|
1553
|
+
color: #7c4dff !important;
|
|
1554
|
+
}
|
|
1555
|
+
|
|
1556
|
+
.text-deep-purple-accent-3 {
|
|
1557
|
+
color: #651fff !important;
|
|
1558
|
+
}
|
|
1559
|
+
|
|
1560
|
+
.text-deep-purple-accent-4 {
|
|
1561
|
+
color: #6200ea !important;
|
|
1562
|
+
}
|
|
1563
|
+
|
|
1564
|
+
.text-indigo {
|
|
1565
|
+
color: #3f51b5 !important;
|
|
1566
|
+
}
|
|
1567
|
+
|
|
1568
|
+
.text-indigo-lighten-5 {
|
|
1569
|
+
color: #e8eaf6 !important;
|
|
1570
|
+
}
|
|
1571
|
+
|
|
1572
|
+
.text-indigo-lighten-4 {
|
|
1573
|
+
color: #c5cae9 !important;
|
|
1574
|
+
}
|
|
1575
|
+
|
|
1576
|
+
.text-indigo-lighten-3 {
|
|
1577
|
+
color: #9fa8da !important;
|
|
1578
|
+
}
|
|
1579
|
+
|
|
1580
|
+
.text-indigo-lighten-2 {
|
|
1581
|
+
color: #7986cb !important;
|
|
1582
|
+
}
|
|
1583
|
+
|
|
1584
|
+
.text-indigo-lighten-1 {
|
|
1585
|
+
color: #5c6bc0 !important;
|
|
1586
|
+
}
|
|
1587
|
+
|
|
1588
|
+
.text-indigo-darken-1 {
|
|
1589
|
+
color: #3949ab !important;
|
|
1590
|
+
}
|
|
1591
|
+
|
|
1592
|
+
.text-indigo-darken-2 {
|
|
1593
|
+
color: #303f9f !important;
|
|
1594
|
+
}
|
|
1595
|
+
|
|
1596
|
+
.text-indigo-darken-3 {
|
|
1597
|
+
color: #283593 !important;
|
|
1598
|
+
}
|
|
1599
|
+
|
|
1600
|
+
.text-indigo-darken-4 {
|
|
1601
|
+
color: #1a237e !important;
|
|
1602
|
+
}
|
|
1603
|
+
|
|
1604
|
+
.text-indigo-accent-1 {
|
|
1605
|
+
color: #8c9eff !important;
|
|
1606
|
+
}
|
|
1607
|
+
|
|
1608
|
+
.text-indigo-accent-2 {
|
|
1609
|
+
color: #536dfe !important;
|
|
1610
|
+
}
|
|
1611
|
+
|
|
1612
|
+
.text-indigo-accent-3 {
|
|
1613
|
+
color: #3d5afe !important;
|
|
1614
|
+
}
|
|
1615
|
+
|
|
1616
|
+
.text-indigo-accent-4 {
|
|
1617
|
+
color: #304ffe !important;
|
|
1618
|
+
}
|
|
1619
|
+
|
|
1620
|
+
.text-blue {
|
|
1621
|
+
color: #2196F3 !important;
|
|
1622
|
+
}
|
|
1623
|
+
|
|
1624
|
+
.text-blue-lighten-5 {
|
|
1625
|
+
color: #E3F2FD !important;
|
|
1626
|
+
}
|
|
1627
|
+
|
|
1628
|
+
.text-blue-lighten-4 {
|
|
1629
|
+
color: #BBDEFB !important;
|
|
1630
|
+
}
|
|
1631
|
+
|
|
1632
|
+
.text-blue-lighten-3 {
|
|
1633
|
+
color: #90CAF9 !important;
|
|
1634
|
+
}
|
|
1635
|
+
|
|
1636
|
+
.text-blue-lighten-2 {
|
|
1637
|
+
color: #64B5F6 !important;
|
|
1638
|
+
}
|
|
1639
|
+
|
|
1640
|
+
.text-blue-lighten-1 {
|
|
1641
|
+
color: #42A5F5 !important;
|
|
1642
|
+
}
|
|
1643
|
+
|
|
1644
|
+
.text-blue-darken-1 {
|
|
1645
|
+
color: #1E88E5 !important;
|
|
1646
|
+
}
|
|
1647
|
+
|
|
1648
|
+
.text-blue-darken-2 {
|
|
1649
|
+
color: #1976D2 !important;
|
|
1650
|
+
}
|
|
1651
|
+
|
|
1652
|
+
.text-blue-darken-3 {
|
|
1653
|
+
color: #1565C0 !important;
|
|
1654
|
+
}
|
|
1655
|
+
|
|
1656
|
+
.text-blue-darken-4 {
|
|
1657
|
+
color: #0D47A1 !important;
|
|
1658
|
+
}
|
|
1659
|
+
|
|
1660
|
+
.text-blue-accent-1 {
|
|
1661
|
+
color: #82B1FF !important;
|
|
1662
|
+
}
|
|
1663
|
+
|
|
1664
|
+
.text-blue-accent-2 {
|
|
1665
|
+
color: #448AFF !important;
|
|
1666
|
+
}
|
|
1667
|
+
|
|
1668
|
+
.text-blue-accent-3 {
|
|
1669
|
+
color: #2979FF !important;
|
|
1670
|
+
}
|
|
1671
|
+
|
|
1672
|
+
.text-blue-accent-4 {
|
|
1673
|
+
color: #2962FF !important;
|
|
1674
|
+
}
|
|
1675
|
+
|
|
1676
|
+
.text-light-blue {
|
|
1677
|
+
color: #03a9f4 !important;
|
|
1678
|
+
}
|
|
1679
|
+
|
|
1680
|
+
.text-light-blue-lighten-5 {
|
|
1681
|
+
color: #e1f5fe !important;
|
|
1682
|
+
}
|
|
1683
|
+
|
|
1684
|
+
.text-light-blue-lighten-4 {
|
|
1685
|
+
color: #b3e5fc !important;
|
|
1686
|
+
}
|
|
1687
|
+
|
|
1688
|
+
.text-light-blue-lighten-3 {
|
|
1689
|
+
color: #81d4fa !important;
|
|
1690
|
+
}
|
|
1691
|
+
|
|
1692
|
+
.text-light-blue-lighten-2 {
|
|
1693
|
+
color: #4fc3f7 !important;
|
|
1694
|
+
}
|
|
1695
|
+
|
|
1696
|
+
.text-light-blue-lighten-1 {
|
|
1697
|
+
color: #29b6f6 !important;
|
|
1698
|
+
}
|
|
1699
|
+
|
|
1700
|
+
.text-light-blue-darken-1 {
|
|
1701
|
+
color: #039be5 !important;
|
|
1702
|
+
}
|
|
1703
|
+
|
|
1704
|
+
.text-light-blue-darken-2 {
|
|
1705
|
+
color: #0288d1 !important;
|
|
1706
|
+
}
|
|
1707
|
+
|
|
1708
|
+
.text-light-blue-darken-3 {
|
|
1709
|
+
color: #0277bd !important;
|
|
1710
|
+
}
|
|
1711
|
+
|
|
1712
|
+
.text-light-blue-darken-4 {
|
|
1713
|
+
color: #01579b !important;
|
|
1714
|
+
}
|
|
1715
|
+
|
|
1716
|
+
.text-light-blue-accent-1 {
|
|
1717
|
+
color: #80d8ff !important;
|
|
1718
|
+
}
|
|
1719
|
+
|
|
1720
|
+
.text-light-blue-accent-2 {
|
|
1721
|
+
color: #40c4ff !important;
|
|
1722
|
+
}
|
|
1723
|
+
|
|
1724
|
+
.text-light-blue-accent-3 {
|
|
1725
|
+
color: #00b0ff !important;
|
|
1726
|
+
}
|
|
1727
|
+
|
|
1728
|
+
.text-light-blue-accent-4 {
|
|
1729
|
+
color: #0091ea !important;
|
|
1730
|
+
}
|
|
1731
|
+
|
|
1732
|
+
.text-cyan {
|
|
1733
|
+
color: #00bcd4 !important;
|
|
1734
|
+
}
|
|
1735
|
+
|
|
1736
|
+
.text-cyan-lighten-5 {
|
|
1737
|
+
color: #e0f7fa !important;
|
|
1738
|
+
}
|
|
1739
|
+
|
|
1740
|
+
.text-cyan-lighten-4 {
|
|
1741
|
+
color: #b2ebf2 !important;
|
|
1742
|
+
}
|
|
1743
|
+
|
|
1744
|
+
.text-cyan-lighten-3 {
|
|
1745
|
+
color: #80deea !important;
|
|
1746
|
+
}
|
|
1747
|
+
|
|
1748
|
+
.text-cyan-lighten-2 {
|
|
1749
|
+
color: #4dd0e1 !important;
|
|
1750
|
+
}
|
|
1751
|
+
|
|
1752
|
+
.text-cyan-lighten-1 {
|
|
1753
|
+
color: #26c6da !important;
|
|
1754
|
+
}
|
|
1755
|
+
|
|
1756
|
+
.text-cyan-darken-1 {
|
|
1757
|
+
color: #00acc1 !important;
|
|
1758
|
+
}
|
|
1759
|
+
|
|
1760
|
+
.text-cyan-darken-2 {
|
|
1761
|
+
color: #0097a7 !important;
|
|
1762
|
+
}
|
|
1763
|
+
|
|
1764
|
+
.text-cyan-darken-3 {
|
|
1765
|
+
color: #00838f !important;
|
|
1766
|
+
}
|
|
1767
|
+
|
|
1768
|
+
.text-cyan-darken-4 {
|
|
1769
|
+
color: #006064 !important;
|
|
1770
|
+
}
|
|
1771
|
+
|
|
1772
|
+
.text-cyan-accent-1 {
|
|
1773
|
+
color: #84ffff !important;
|
|
1774
|
+
}
|
|
1775
|
+
|
|
1776
|
+
.text-cyan-accent-2 {
|
|
1777
|
+
color: #18ffff !important;
|
|
1778
|
+
}
|
|
1779
|
+
|
|
1780
|
+
.text-cyan-accent-3 {
|
|
1781
|
+
color: #00e5ff !important;
|
|
1782
|
+
}
|
|
1783
|
+
|
|
1784
|
+
.text-cyan-accent-4 {
|
|
1785
|
+
color: #00b8d4 !important;
|
|
1786
|
+
}
|
|
1787
|
+
|
|
1788
|
+
.text-teal {
|
|
1789
|
+
color: #009688 !important;
|
|
1790
|
+
}
|
|
1791
|
+
|
|
1792
|
+
.text-teal-lighten-5 {
|
|
1793
|
+
color: #e0f2f1 !important;
|
|
1794
|
+
}
|
|
1795
|
+
|
|
1796
|
+
.text-teal-lighten-4 {
|
|
1797
|
+
color: #b2dfdb !important;
|
|
1798
|
+
}
|
|
1799
|
+
|
|
1800
|
+
.text-teal-lighten-3 {
|
|
1801
|
+
color: #80cbc4 !important;
|
|
1802
|
+
}
|
|
1803
|
+
|
|
1804
|
+
.text-teal-lighten-2 {
|
|
1805
|
+
color: #4db6ac !important;
|
|
1806
|
+
}
|
|
1807
|
+
|
|
1808
|
+
.text-teal-lighten-1 {
|
|
1809
|
+
color: #26a69a !important;
|
|
1810
|
+
}
|
|
1811
|
+
|
|
1812
|
+
.text-teal-darken-1 {
|
|
1813
|
+
color: #00897b !important;
|
|
1814
|
+
}
|
|
1815
|
+
|
|
1816
|
+
.text-teal-darken-2 {
|
|
1817
|
+
color: #00796b !important;
|
|
1818
|
+
}
|
|
1819
|
+
|
|
1820
|
+
.text-teal-darken-3 {
|
|
1821
|
+
color: #00695c !important;
|
|
1822
|
+
}
|
|
1823
|
+
|
|
1824
|
+
.text-teal-darken-4 {
|
|
1825
|
+
color: #004d40 !important;
|
|
1826
|
+
}
|
|
1827
|
+
|
|
1828
|
+
.text-teal-accent-1 {
|
|
1829
|
+
color: #a7ffeb !important;
|
|
1830
|
+
}
|
|
1831
|
+
|
|
1832
|
+
.text-teal-accent-2 {
|
|
1833
|
+
color: #64ffda !important;
|
|
1834
|
+
}
|
|
1835
|
+
|
|
1836
|
+
.text-teal-accent-3 {
|
|
1837
|
+
color: #1de9b6 !important;
|
|
1838
|
+
}
|
|
1839
|
+
|
|
1840
|
+
.text-teal-accent-4 {
|
|
1841
|
+
color: #00bfa5 !important;
|
|
1842
|
+
}
|
|
1843
|
+
|
|
1844
|
+
.text-green {
|
|
1845
|
+
color: #4CAF50 !important;
|
|
1846
|
+
}
|
|
1847
|
+
|
|
1848
|
+
.text-green-lighten-5 {
|
|
1849
|
+
color: #E8F5E9 !important;
|
|
1850
|
+
}
|
|
1851
|
+
|
|
1852
|
+
.text-green-lighten-4 {
|
|
1853
|
+
color: #C8E6C9 !important;
|
|
1854
|
+
}
|
|
1855
|
+
|
|
1856
|
+
.text-green-lighten-3 {
|
|
1857
|
+
color: #A5D6A7 !important;
|
|
1858
|
+
}
|
|
1859
|
+
|
|
1860
|
+
.text-green-lighten-2 {
|
|
1861
|
+
color: #81C784 !important;
|
|
1862
|
+
}
|
|
1863
|
+
|
|
1864
|
+
.text-green-lighten-1 {
|
|
1865
|
+
color: #66BB6A !important;
|
|
1866
|
+
}
|
|
1867
|
+
|
|
1868
|
+
.text-green-darken-1 {
|
|
1869
|
+
color: #43A047 !important;
|
|
1870
|
+
}
|
|
1871
|
+
|
|
1872
|
+
.text-green-darken-2 {
|
|
1873
|
+
color: #388E3C !important;
|
|
1874
|
+
}
|
|
1875
|
+
|
|
1876
|
+
.text-green-darken-3 {
|
|
1877
|
+
color: #2E7D32 !important;
|
|
1878
|
+
}
|
|
1879
|
+
|
|
1880
|
+
.text-green-darken-4 {
|
|
1881
|
+
color: #1B5E20 !important;
|
|
1882
|
+
}
|
|
1883
|
+
|
|
1884
|
+
.text-green-accent-1 {
|
|
1885
|
+
color: #B9F6CA !important;
|
|
1886
|
+
}
|
|
1887
|
+
|
|
1888
|
+
.text-green-accent-2 {
|
|
1889
|
+
color: #69F0AE !important;
|
|
1890
|
+
}
|
|
1891
|
+
|
|
1892
|
+
.text-green-accent-3 {
|
|
1893
|
+
color: #00E676 !important;
|
|
1894
|
+
}
|
|
1895
|
+
|
|
1896
|
+
.text-green-accent-4 {
|
|
1897
|
+
color: #00C853 !important;
|
|
1898
|
+
}
|
|
1899
|
+
|
|
1900
|
+
.text-light-green {
|
|
1901
|
+
color: #8bc34a !important;
|
|
1902
|
+
}
|
|
1903
|
+
|
|
1904
|
+
.text-light-green-lighten-5 {
|
|
1905
|
+
color: #f1f8e9 !important;
|
|
1906
|
+
}
|
|
1907
|
+
|
|
1908
|
+
.text-light-green-lighten-4 {
|
|
1909
|
+
color: #dcedc8 !important;
|
|
1910
|
+
}
|
|
1911
|
+
|
|
1912
|
+
.text-light-green-lighten-3 {
|
|
1913
|
+
color: #c5e1a5 !important;
|
|
1914
|
+
}
|
|
1915
|
+
|
|
1916
|
+
.text-light-green-lighten-2 {
|
|
1917
|
+
color: #aed581 !important;
|
|
1918
|
+
}
|
|
1919
|
+
|
|
1920
|
+
.text-light-green-lighten-1 {
|
|
1921
|
+
color: #9ccc65 !important;
|
|
1922
|
+
}
|
|
1923
|
+
|
|
1924
|
+
.text-light-green-darken-1 {
|
|
1925
|
+
color: #7cb342 !important;
|
|
1926
|
+
}
|
|
1927
|
+
|
|
1928
|
+
.text-light-green-darken-2 {
|
|
1929
|
+
color: #689f38 !important;
|
|
1930
|
+
}
|
|
1931
|
+
|
|
1932
|
+
.text-light-green-darken-3 {
|
|
1933
|
+
color: #558b2f !important;
|
|
1934
|
+
}
|
|
1935
|
+
|
|
1936
|
+
.text-light-green-darken-4 {
|
|
1937
|
+
color: #33691e !important;
|
|
1938
|
+
}
|
|
1939
|
+
|
|
1940
|
+
.text-light-green-accent-1 {
|
|
1941
|
+
color: #ccff90 !important;
|
|
1942
|
+
}
|
|
1943
|
+
|
|
1944
|
+
.text-light-green-accent-2 {
|
|
1945
|
+
color: #b2ff59 !important;
|
|
1946
|
+
}
|
|
1947
|
+
|
|
1948
|
+
.text-light-green-accent-3 {
|
|
1949
|
+
color: #76ff03 !important;
|
|
1950
|
+
}
|
|
1951
|
+
|
|
1952
|
+
.text-light-green-accent-4 {
|
|
1953
|
+
color: #64dd17 !important;
|
|
1954
|
+
}
|
|
1955
|
+
|
|
1956
|
+
.text-lime {
|
|
1957
|
+
color: #cddc39 !important;
|
|
1958
|
+
}
|
|
1959
|
+
|
|
1960
|
+
.text-lime-lighten-5 {
|
|
1961
|
+
color: #f9fbe7 !important;
|
|
1962
|
+
}
|
|
1963
|
+
|
|
1964
|
+
.text-lime-lighten-4 {
|
|
1965
|
+
color: #f0f4c3 !important;
|
|
1966
|
+
}
|
|
1967
|
+
|
|
1968
|
+
.text-lime-lighten-3 {
|
|
1969
|
+
color: #e6ee9c !important;
|
|
1970
|
+
}
|
|
1971
|
+
|
|
1972
|
+
.text-lime-lighten-2 {
|
|
1973
|
+
color: #dce775 !important;
|
|
1974
|
+
}
|
|
1975
|
+
|
|
1976
|
+
.text-lime-lighten-1 {
|
|
1977
|
+
color: #d4e157 !important;
|
|
1978
|
+
}
|
|
1979
|
+
|
|
1980
|
+
.text-lime-darken-1 {
|
|
1981
|
+
color: #c0ca33 !important;
|
|
1982
|
+
}
|
|
1983
|
+
|
|
1984
|
+
.text-lime-darken-2 {
|
|
1985
|
+
color: #afb42b !important;
|
|
1986
|
+
}
|
|
1987
|
+
|
|
1988
|
+
.text-lime-darken-3 {
|
|
1989
|
+
color: #9e9d24 !important;
|
|
1990
|
+
}
|
|
1991
|
+
|
|
1992
|
+
.text-lime-darken-4 {
|
|
1993
|
+
color: #827717 !important;
|
|
1994
|
+
}
|
|
1995
|
+
|
|
1996
|
+
.text-lime-accent-1 {
|
|
1997
|
+
color: #f4ff81 !important;
|
|
1998
|
+
}
|
|
1999
|
+
|
|
2000
|
+
.text-lime-accent-2 {
|
|
2001
|
+
color: #eeff41 !important;
|
|
2002
|
+
}
|
|
2003
|
+
|
|
2004
|
+
.text-lime-accent-3 {
|
|
2005
|
+
color: #c6ff00 !important;
|
|
2006
|
+
}
|
|
2007
|
+
|
|
2008
|
+
.text-lime-accent-4 {
|
|
2009
|
+
color: #aeea00 !important;
|
|
2010
|
+
}
|
|
2011
|
+
|
|
2012
|
+
.text-yellow {
|
|
2013
|
+
color: #ffeb3b !important;
|
|
2014
|
+
}
|
|
2015
|
+
|
|
2016
|
+
.text-yellow-lighten-5 {
|
|
2017
|
+
color: #fffde7 !important;
|
|
2018
|
+
}
|
|
2019
|
+
|
|
2020
|
+
.text-yellow-lighten-4 {
|
|
2021
|
+
color: #fff9c4 !important;
|
|
2022
|
+
}
|
|
2023
|
+
|
|
2024
|
+
.text-yellow-lighten-3 {
|
|
2025
|
+
color: #fff59d !important;
|
|
2026
|
+
}
|
|
2027
|
+
|
|
2028
|
+
.text-yellow-lighten-2 {
|
|
2029
|
+
color: #fff176 !important;
|
|
2030
|
+
}
|
|
2031
|
+
|
|
2032
|
+
.text-yellow-lighten-1 {
|
|
2033
|
+
color: #ffee58 !important;
|
|
2034
|
+
}
|
|
2035
|
+
|
|
2036
|
+
.text-yellow-darken-1 {
|
|
2037
|
+
color: #fdd835 !important;
|
|
2038
|
+
}
|
|
2039
|
+
|
|
2040
|
+
.text-yellow-darken-2 {
|
|
2041
|
+
color: #fbc02d !important;
|
|
2042
|
+
}
|
|
2043
|
+
|
|
2044
|
+
.text-yellow-darken-3 {
|
|
2045
|
+
color: #f9a825 !important;
|
|
2046
|
+
}
|
|
2047
|
+
|
|
2048
|
+
.text-yellow-darken-4 {
|
|
2049
|
+
color: #f57f17 !important;
|
|
2050
|
+
}
|
|
2051
|
+
|
|
2052
|
+
.text-yellow-accent-1 {
|
|
2053
|
+
color: #ffff8d !important;
|
|
2054
|
+
}
|
|
2055
|
+
|
|
2056
|
+
.text-yellow-accent-2 {
|
|
2057
|
+
color: #ffff00 !important;
|
|
2058
|
+
}
|
|
2059
|
+
|
|
2060
|
+
.text-yellow-accent-3 {
|
|
2061
|
+
color: #ffea00 !important;
|
|
2062
|
+
}
|
|
2063
|
+
|
|
2064
|
+
.text-yellow-accent-4 {
|
|
2065
|
+
color: #ffd600 !important;
|
|
2066
|
+
}
|
|
2067
|
+
|
|
2068
|
+
.text-amber {
|
|
2069
|
+
color: #ffc107 !important;
|
|
2070
|
+
}
|
|
2071
|
+
|
|
2072
|
+
.text-amber-lighten-5 {
|
|
2073
|
+
color: #fff8e1 !important;
|
|
2074
|
+
}
|
|
2075
|
+
|
|
2076
|
+
.text-amber-lighten-4 {
|
|
2077
|
+
color: #ffecb3 !important;
|
|
2078
|
+
}
|
|
2079
|
+
|
|
2080
|
+
.text-amber-lighten-3 {
|
|
2081
|
+
color: #ffe082 !important;
|
|
2082
|
+
}
|
|
2083
|
+
|
|
2084
|
+
.text-amber-lighten-2 {
|
|
2085
|
+
color: #ffd54f !important;
|
|
2086
|
+
}
|
|
2087
|
+
|
|
2088
|
+
.text-amber-lighten-1 {
|
|
2089
|
+
color: #ffca28 !important;
|
|
2090
|
+
}
|
|
2091
|
+
|
|
2092
|
+
.text-amber-darken-1 {
|
|
2093
|
+
color: #ffb300 !important;
|
|
2094
|
+
}
|
|
2095
|
+
|
|
2096
|
+
.text-amber-darken-2 {
|
|
2097
|
+
color: #ffa000 !important;
|
|
2098
|
+
}
|
|
2099
|
+
|
|
2100
|
+
.text-amber-darken-3 {
|
|
2101
|
+
color: #ff8f00 !important;
|
|
2102
|
+
}
|
|
2103
|
+
|
|
2104
|
+
.text-amber-darken-4 {
|
|
2105
|
+
color: #ff6f00 !important;
|
|
2106
|
+
}
|
|
2107
|
+
|
|
2108
|
+
.text-amber-accent-1 {
|
|
2109
|
+
color: #ffe57f !important;
|
|
2110
|
+
}
|
|
2111
|
+
|
|
2112
|
+
.text-amber-accent-2 {
|
|
2113
|
+
color: #ffd740 !important;
|
|
2114
|
+
}
|
|
2115
|
+
|
|
2116
|
+
.text-amber-accent-3 {
|
|
2117
|
+
color: #ffc400 !important;
|
|
2118
|
+
}
|
|
2119
|
+
|
|
2120
|
+
.text-amber-accent-4 {
|
|
2121
|
+
color: #ffab00 !important;
|
|
2122
|
+
}
|
|
2123
|
+
|
|
2124
|
+
.text-orange {
|
|
2125
|
+
color: #ff9800 !important;
|
|
2126
|
+
}
|
|
2127
|
+
|
|
2128
|
+
.text-orange-lighten-5 {
|
|
2129
|
+
color: #fff3e0 !important;
|
|
2130
|
+
}
|
|
2131
|
+
|
|
2132
|
+
.text-orange-lighten-4 {
|
|
2133
|
+
color: #ffe0b2 !important;
|
|
2134
|
+
}
|
|
2135
|
+
|
|
2136
|
+
.text-orange-lighten-3 {
|
|
2137
|
+
color: #ffcc80 !important;
|
|
2138
|
+
}
|
|
2139
|
+
|
|
2140
|
+
.text-orange-lighten-2 {
|
|
2141
|
+
color: #ffb74d !important;
|
|
2142
|
+
}
|
|
2143
|
+
|
|
2144
|
+
.text-orange-lighten-1 {
|
|
2145
|
+
color: #ffa726 !important;
|
|
2146
|
+
}
|
|
2147
|
+
|
|
2148
|
+
.text-orange-darken-1 {
|
|
2149
|
+
color: #fb8c00 !important;
|
|
2150
|
+
}
|
|
2151
|
+
|
|
2152
|
+
.text-orange-darken-2 {
|
|
2153
|
+
color: #f57c00 !important;
|
|
2154
|
+
}
|
|
2155
|
+
|
|
2156
|
+
.text-orange-darken-3 {
|
|
2157
|
+
color: #ef6c00 !important;
|
|
2158
|
+
}
|
|
2159
|
+
|
|
2160
|
+
.text-orange-darken-4 {
|
|
2161
|
+
color: #e65100 !important;
|
|
2162
|
+
}
|
|
2163
|
+
|
|
2164
|
+
.text-orange-accent-1 {
|
|
2165
|
+
color: #ffd180 !important;
|
|
2166
|
+
}
|
|
2167
|
+
|
|
2168
|
+
.text-orange-accent-2 {
|
|
2169
|
+
color: #ffab40 !important;
|
|
2170
|
+
}
|
|
2171
|
+
|
|
2172
|
+
.text-orange-accent-3 {
|
|
2173
|
+
color: #ff9100 !important;
|
|
2174
|
+
}
|
|
2175
|
+
|
|
2176
|
+
.text-orange-accent-4 {
|
|
2177
|
+
color: #ff6d00 !important;
|
|
2178
|
+
}
|
|
2179
|
+
|
|
2180
|
+
.text-deep-orange {
|
|
2181
|
+
color: #ff5722 !important;
|
|
2182
|
+
}
|
|
2183
|
+
|
|
2184
|
+
.text-deep-orange-lighten-5 {
|
|
2185
|
+
color: #fbe9e7 !important;
|
|
2186
|
+
}
|
|
2187
|
+
|
|
2188
|
+
.text-deep-orange-lighten-4 {
|
|
2189
|
+
color: #ffccbc !important;
|
|
2190
|
+
}
|
|
2191
|
+
|
|
2192
|
+
.text-deep-orange-lighten-3 {
|
|
2193
|
+
color: #ffab91 !important;
|
|
2194
|
+
}
|
|
2195
|
+
|
|
2196
|
+
.text-deep-orange-lighten-2 {
|
|
2197
|
+
color: #ff8a65 !important;
|
|
2198
|
+
}
|
|
2199
|
+
|
|
2200
|
+
.text-deep-orange-lighten-1 {
|
|
2201
|
+
color: #ff7043 !important;
|
|
2202
|
+
}
|
|
2203
|
+
|
|
2204
|
+
.text-deep-orange-darken-1 {
|
|
2205
|
+
color: #f4511e !important;
|
|
2206
|
+
}
|
|
2207
|
+
|
|
2208
|
+
.text-deep-orange-darken-2 {
|
|
2209
|
+
color: #e64a19 !important;
|
|
2210
|
+
}
|
|
2211
|
+
|
|
2212
|
+
.text-deep-orange-darken-3 {
|
|
2213
|
+
color: #d84315 !important;
|
|
2214
|
+
}
|
|
2215
|
+
|
|
2216
|
+
.text-deep-orange-darken-4 {
|
|
2217
|
+
color: #bf360c !important;
|
|
2218
|
+
}
|
|
2219
|
+
|
|
2220
|
+
.text-deep-orange-accent-1 {
|
|
2221
|
+
color: #ff9e80 !important;
|
|
2222
|
+
}
|
|
2223
|
+
|
|
2224
|
+
.text-deep-orange-accent-2 {
|
|
2225
|
+
color: #ff6e40 !important;
|
|
2226
|
+
}
|
|
2227
|
+
|
|
2228
|
+
.text-deep-orange-accent-3 {
|
|
2229
|
+
color: #ff3d00 !important;
|
|
2230
|
+
}
|
|
2231
|
+
|
|
2232
|
+
.text-deep-orange-accent-4 {
|
|
2233
|
+
color: #dd2c00 !important;
|
|
2234
|
+
}
|
|
2235
|
+
|
|
2236
|
+
.text-brown {
|
|
2237
|
+
color: #795548 !important;
|
|
2238
|
+
}
|
|
2239
|
+
|
|
2240
|
+
.text-brown-lighten-5 {
|
|
2241
|
+
color: #efebe9 !important;
|
|
2242
|
+
}
|
|
2243
|
+
|
|
2244
|
+
.text-brown-lighten-4 {
|
|
2245
|
+
color: #d7ccc8 !important;
|
|
2246
|
+
}
|
|
2247
|
+
|
|
2248
|
+
.text-brown-lighten-3 {
|
|
2249
|
+
color: #bcaaa4 !important;
|
|
2250
|
+
}
|
|
2251
|
+
|
|
2252
|
+
.text-brown-lighten-2 {
|
|
2253
|
+
color: #a1887f !important;
|
|
2254
|
+
}
|
|
2255
|
+
|
|
2256
|
+
.text-brown-lighten-1 {
|
|
2257
|
+
color: #8d6e63 !important;
|
|
2258
|
+
}
|
|
2259
|
+
|
|
2260
|
+
.text-brown-darken-1 {
|
|
2261
|
+
color: #6d4c41 !important;
|
|
2262
|
+
}
|
|
2263
|
+
|
|
2264
|
+
.text-brown-darken-2 {
|
|
2265
|
+
color: #5d4037 !important;
|
|
2266
|
+
}
|
|
2267
|
+
|
|
2268
|
+
.text-brown-darken-3 {
|
|
2269
|
+
color: #4e342e !important;
|
|
2270
|
+
}
|
|
2271
|
+
|
|
2272
|
+
.text-brown-darken-4 {
|
|
2273
|
+
color: #3e2723 !important;
|
|
2274
|
+
}
|
|
2275
|
+
|
|
2276
|
+
.text-blue-grey {
|
|
2277
|
+
color: #607d8b !important;
|
|
2278
|
+
}
|
|
2279
|
+
|
|
2280
|
+
.text-blue-grey-lighten-5 {
|
|
2281
|
+
color: #eceff1 !important;
|
|
2282
|
+
}
|
|
2283
|
+
|
|
2284
|
+
.text-blue-grey-lighten-4 {
|
|
2285
|
+
color: #cfd8dc !important;
|
|
2286
|
+
}
|
|
2287
|
+
|
|
2288
|
+
.text-blue-grey-lighten-3 {
|
|
2289
|
+
color: #b0bec5 !important;
|
|
2290
|
+
}
|
|
2291
|
+
|
|
2292
|
+
.text-blue-grey-lighten-2 {
|
|
2293
|
+
color: #90a4ae !important;
|
|
2294
|
+
}
|
|
2295
|
+
|
|
2296
|
+
.text-blue-grey-lighten-1 {
|
|
2297
|
+
color: #78909c !important;
|
|
2298
|
+
}
|
|
2299
|
+
|
|
2300
|
+
.text-blue-grey-darken-1 {
|
|
2301
|
+
color: #546e7a !important;
|
|
2302
|
+
}
|
|
2303
|
+
|
|
2304
|
+
.text-blue-grey-darken-2 {
|
|
2305
|
+
color: #455a64 !important;
|
|
2306
|
+
}
|
|
2307
|
+
|
|
2308
|
+
.text-blue-grey-darken-3 {
|
|
2309
|
+
color: #37474f !important;
|
|
2310
|
+
}
|
|
2311
|
+
|
|
2312
|
+
.text-blue-grey-darken-4 {
|
|
2313
|
+
color: #263238 !important;
|
|
2314
|
+
}
|
|
2315
|
+
|
|
2316
|
+
.text-grey {
|
|
2317
|
+
color: #9e9e9e !important;
|
|
2318
|
+
}
|
|
2319
|
+
|
|
2513
2320
|
.text-grey-lighten-5 {
|
|
2514
2321
|
color: #fafafa !important;
|
|
2515
|
-
caret-color: #fafafa !important;
|
|
2516
|
-
}
|
|
2517
|
-
|
|
2518
|
-
.bg-grey-lighten-4 {
|
|
2519
|
-
background-color: #f5f5f5 !important;
|
|
2520
|
-
color: #000000 !important;
|
|
2521
2322
|
}
|
|
2522
2323
|
|
|
2523
2324
|
.text-grey-lighten-4 {
|
|
2524
2325
|
color: #f5f5f5 !important;
|
|
2525
|
-
caret-color: #f5f5f5 !important;
|
|
2526
|
-
}
|
|
2527
|
-
|
|
2528
|
-
.bg-grey-lighten-3 {
|
|
2529
|
-
background-color: #eeeeee !important;
|
|
2530
|
-
color: #000000 !important;
|
|
2531
2326
|
}
|
|
2532
2327
|
|
|
2533
2328
|
.text-grey-lighten-3 {
|
|
2534
2329
|
color: #eeeeee !important;
|
|
2535
|
-
caret-color: #eeeeee !important;
|
|
2536
|
-
}
|
|
2537
|
-
|
|
2538
|
-
.bg-grey-lighten-2 {
|
|
2539
|
-
background-color: #e0e0e0 !important;
|
|
2540
|
-
color: #000000 !important;
|
|
2541
2330
|
}
|
|
2542
2331
|
|
|
2543
2332
|
.text-grey-lighten-2 {
|
|
2544
2333
|
color: #e0e0e0 !important;
|
|
2545
|
-
caret-color: #e0e0e0 !important;
|
|
2546
|
-
}
|
|
2547
|
-
|
|
2548
|
-
.bg-grey-lighten-1 {
|
|
2549
|
-
background-color: #bdbdbd !important;
|
|
2550
|
-
color: #000000 !important;
|
|
2551
2334
|
}
|
|
2552
2335
|
|
|
2553
2336
|
.text-grey-lighten-1 {
|
|
2554
2337
|
color: #bdbdbd !important;
|
|
2555
|
-
caret-color: #bdbdbd !important;
|
|
2556
|
-
}
|
|
2557
|
-
|
|
2558
|
-
.bg-grey-darken-1 {
|
|
2559
|
-
background-color: #757575 !important;
|
|
2560
|
-
color: #FFFFFF !important;
|
|
2561
2338
|
}
|
|
2562
2339
|
|
|
2563
2340
|
.text-grey-darken-1 {
|
|
2564
2341
|
color: #757575 !important;
|
|
2565
|
-
caret-color: #757575 !important;
|
|
2566
|
-
}
|
|
2567
|
-
|
|
2568
|
-
.bg-grey-darken-2 {
|
|
2569
|
-
background-color: #616161 !important;
|
|
2570
|
-
color: #FFFFFF !important;
|
|
2571
2342
|
}
|
|
2572
2343
|
|
|
2573
2344
|
.text-grey-darken-2 {
|
|
2574
2345
|
color: #616161 !important;
|
|
2575
|
-
caret-color: #616161 !important;
|
|
2576
|
-
}
|
|
2577
|
-
|
|
2578
|
-
.bg-grey-darken-3 {
|
|
2579
|
-
background-color: #424242 !important;
|
|
2580
|
-
color: #FFFFFF !important;
|
|
2581
2346
|
}
|
|
2582
2347
|
|
|
2583
2348
|
.text-grey-darken-3 {
|
|
2584
2349
|
color: #424242 !important;
|
|
2585
|
-
caret-color: #424242 !important;
|
|
2586
|
-
}
|
|
2587
|
-
|
|
2588
|
-
.bg-grey-darken-4 {
|
|
2589
|
-
background-color: #212121 !important;
|
|
2590
|
-
color: #FFFFFF !important;
|
|
2591
2350
|
}
|
|
2592
2351
|
|
|
2593
2352
|
.text-grey-darken-4 {
|
|
2594
2353
|
color: #212121 !important;
|
|
2595
|
-
caret-color: #212121 !important;
|
|
2596
|
-
}
|
|
2597
|
-
|
|
2598
|
-
.bg-shades-black {
|
|
2599
|
-
background-color: #000000 !important;
|
|
2600
|
-
color: #FFFFFF !important;
|
|
2601
2354
|
}
|
|
2602
2355
|
|
|
2603
2356
|
.text-shades-black {
|
|
2604
2357
|
color: #000000 !important;
|
|
2605
|
-
caret-color: #000000 !important;
|
|
2606
|
-
}
|
|
2607
|
-
|
|
2608
|
-
.bg-shades-white {
|
|
2609
|
-
background-color: #FFFFFF !important;
|
|
2610
|
-
color: #000000 !important;
|
|
2611
2358
|
}
|
|
2612
2359
|
|
|
2613
2360
|
.text-shades-white {
|
|
2614
2361
|
color: #FFFFFF !important;
|
|
2615
|
-
caret-color: #FFFFFF !important;
|
|
2616
|
-
}
|
|
2617
|
-
|
|
2618
|
-
.bg-shades-transparent {
|
|
2619
|
-
background-color: transparent !important;
|
|
2620
|
-
color: currentColor !important;
|
|
2621
2362
|
}
|
|
2622
2363
|
|
|
2623
2364
|
.text-shades-transparent {
|
|
2624
2365
|
color: transparent !important;
|
|
2625
|
-
caret-color: transparent !important;
|
|
2626
2366
|
}
|
|
2627
2367
|
|
|
2628
2368
|
/*!
|
|
@@ -3526,34 +3266,6 @@ html.overflow-y-hidden {
|
|
|
3526
3266
|
width: 1px !important;
|
|
3527
3267
|
}
|
|
3528
3268
|
|
|
3529
|
-
.font-weight-thin {
|
|
3530
|
-
font-weight: 100 !important;
|
|
3531
|
-
}
|
|
3532
|
-
|
|
3533
|
-
.font-weight-light {
|
|
3534
|
-
font-weight: 300 !important;
|
|
3535
|
-
}
|
|
3536
|
-
|
|
3537
|
-
.font-weight-regular {
|
|
3538
|
-
font-weight: 400 !important;
|
|
3539
|
-
}
|
|
3540
|
-
|
|
3541
|
-
.font-weight-medium {
|
|
3542
|
-
font-weight: 500 !important;
|
|
3543
|
-
}
|
|
3544
|
-
|
|
3545
|
-
.font-weight-bold {
|
|
3546
|
-
font-weight: 700 !important;
|
|
3547
|
-
}
|
|
3548
|
-
|
|
3549
|
-
.font-weight-black {
|
|
3550
|
-
font-weight: 900 !important;
|
|
3551
|
-
}
|
|
3552
|
-
|
|
3553
|
-
.font-italic {
|
|
3554
|
-
font-style: italic !important;
|
|
3555
|
-
}
|
|
3556
|
-
|
|
3557
3269
|
.overflow-auto {
|
|
3558
3270
|
overflow: auto !important;
|
|
3559
3271
|
}
|
|
@@ -3758,6 +3470,10 @@ html.overflow-y-hidden {
|
|
|
3758
3470
|
align-content: space-around !important;
|
|
3759
3471
|
}
|
|
3760
3472
|
|
|
3473
|
+
.align-content-space-evenly {
|
|
3474
|
+
align-content: space-evenly !important;
|
|
3475
|
+
}
|
|
3476
|
+
|
|
3761
3477
|
.align-content-stretch {
|
|
3762
3478
|
align-content: stretch !important;
|
|
3763
3479
|
}
|
|
@@ -6721,22 +6437,6 @@ html.overflow-y-hidden {
|
|
|
6721
6437
|
text-overflow: ellipsis !important;
|
|
6722
6438
|
}
|
|
6723
6439
|
|
|
6724
|
-
.text-none {
|
|
6725
|
-
text-transform: none !important;
|
|
6726
|
-
}
|
|
6727
|
-
|
|
6728
|
-
.text-capitalize {
|
|
6729
|
-
text-transform: capitalize !important;
|
|
6730
|
-
}
|
|
6731
|
-
|
|
6732
|
-
.text-lowercase {
|
|
6733
|
-
text-transform: lowercase !important;
|
|
6734
|
-
}
|
|
6735
|
-
|
|
6736
|
-
.text-uppercase {
|
|
6737
|
-
text-transform: uppercase !important;
|
|
6738
|
-
}
|
|
6739
|
-
|
|
6740
6440
|
.text-h1 {
|
|
6741
6441
|
font-size: 6rem !important;
|
|
6742
6442
|
font-weight: 300;
|
|
@@ -6854,6 +6554,50 @@ html.overflow-y-hidden {
|
|
|
6854
6554
|
text-transform: uppercase !important;
|
|
6855
6555
|
}
|
|
6856
6556
|
|
|
6557
|
+
.text-none {
|
|
6558
|
+
text-transform: none !important;
|
|
6559
|
+
}
|
|
6560
|
+
|
|
6561
|
+
.text-capitalize {
|
|
6562
|
+
text-transform: capitalize !important;
|
|
6563
|
+
}
|
|
6564
|
+
|
|
6565
|
+
.text-lowercase {
|
|
6566
|
+
text-transform: lowercase !important;
|
|
6567
|
+
}
|
|
6568
|
+
|
|
6569
|
+
.text-uppercase {
|
|
6570
|
+
text-transform: uppercase !important;
|
|
6571
|
+
}
|
|
6572
|
+
|
|
6573
|
+
.font-weight-thin {
|
|
6574
|
+
font-weight: 100 !important;
|
|
6575
|
+
}
|
|
6576
|
+
|
|
6577
|
+
.font-weight-light {
|
|
6578
|
+
font-weight: 300 !important;
|
|
6579
|
+
}
|
|
6580
|
+
|
|
6581
|
+
.font-weight-regular {
|
|
6582
|
+
font-weight: 400 !important;
|
|
6583
|
+
}
|
|
6584
|
+
|
|
6585
|
+
.font-weight-medium {
|
|
6586
|
+
font-weight: 500 !important;
|
|
6587
|
+
}
|
|
6588
|
+
|
|
6589
|
+
.font-weight-bold {
|
|
6590
|
+
font-weight: 700 !important;
|
|
6591
|
+
}
|
|
6592
|
+
|
|
6593
|
+
.font-weight-black {
|
|
6594
|
+
font-weight: 900 !important;
|
|
6595
|
+
}
|
|
6596
|
+
|
|
6597
|
+
.font-italic {
|
|
6598
|
+
font-style: italic !important;
|
|
6599
|
+
}
|
|
6600
|
+
|
|
6857
6601
|
.position-static {
|
|
6858
6602
|
position: static !important;
|
|
6859
6603
|
}
|
|
@@ -7115,6 +6859,10 @@ html.overflow-y-hidden {
|
|
|
7115
6859
|
align-content: space-around !important;
|
|
7116
6860
|
}
|
|
7117
6861
|
|
|
6862
|
+
.align-content-sm-space-evenly {
|
|
6863
|
+
align-content: space-evenly !important;
|
|
6864
|
+
}
|
|
6865
|
+
|
|
7118
6866
|
.align-content-sm-stretch {
|
|
7119
6867
|
align-content: stretch !important;
|
|
7120
6868
|
}
|
|
@@ -9561,6 +9309,10 @@ html.overflow-y-hidden {
|
|
|
9561
9309
|
align-content: space-around !important;
|
|
9562
9310
|
}
|
|
9563
9311
|
|
|
9312
|
+
.align-content-md-space-evenly {
|
|
9313
|
+
align-content: space-evenly !important;
|
|
9314
|
+
}
|
|
9315
|
+
|
|
9564
9316
|
.align-content-md-stretch {
|
|
9565
9317
|
align-content: stretch !important;
|
|
9566
9318
|
}
|
|
@@ -12007,6 +11759,10 @@ html.overflow-y-hidden {
|
|
|
12007
11759
|
align-content: space-around !important;
|
|
12008
11760
|
}
|
|
12009
11761
|
|
|
11762
|
+
.align-content-lg-space-evenly {
|
|
11763
|
+
align-content: space-evenly !important;
|
|
11764
|
+
}
|
|
11765
|
+
|
|
12010
11766
|
.align-content-lg-stretch {
|
|
12011
11767
|
align-content: stretch !important;
|
|
12012
11768
|
}
|
|
@@ -14453,6 +14209,10 @@ html.overflow-y-hidden {
|
|
|
14453
14209
|
align-content: space-around !important;
|
|
14454
14210
|
}
|
|
14455
14211
|
|
|
14212
|
+
.align-content-xl-space-evenly {
|
|
14213
|
+
align-content: space-evenly !important;
|
|
14214
|
+
}
|
|
14215
|
+
|
|
14456
14216
|
.align-content-xl-stretch {
|
|
14457
14217
|
align-content: stretch !important;
|
|
14458
14218
|
}
|
|
@@ -16899,6 +16659,10 @@ html.overflow-y-hidden {
|
|
|
16899
16659
|
align-content: space-around !important;
|
|
16900
16660
|
}
|
|
16901
16661
|
|
|
16662
|
+
.align-content-xxl-space-evenly {
|
|
16663
|
+
align-content: space-evenly !important;
|
|
16664
|
+
}
|
|
16665
|
+
|
|
16902
16666
|
.align-content-xxl-stretch {
|
|
16903
16667
|
align-content: stretch !important;
|
|
16904
16668
|
}
|
|
@@ -19458,13 +19222,8 @@ html.overflow-y-hidden {
|
|
|
19458
19222
|
}
|
|
19459
19223
|
|
|
19460
19224
|
.v-alert__close {
|
|
19461
|
-
cursor: pointer;
|
|
19462
|
-
display: flex;
|
|
19463
19225
|
flex: 0 1 auto;
|
|
19464
19226
|
grid-area: close;
|
|
19465
|
-
-webkit-user-select: none;
|
|
19466
|
-
-moz-user-select: none;
|
|
19467
|
-
user-select: none;
|
|
19468
19227
|
}
|
|
19469
19228
|
|
|
19470
19229
|
.v-alert__content {
|
|
@@ -19557,6 +19316,11 @@ html.overflow-y-hidden {
|
|
|
19557
19316
|
-webkit-margin-end: 2px;
|
|
19558
19317
|
margin-inline-end: 2px;
|
|
19559
19318
|
}
|
|
19319
|
+
.v-autocomplete .v-field--single-line .v-autocomplete__selection-text {
|
|
19320
|
+
overflow: hidden;
|
|
19321
|
+
text-overflow: ellipsis;
|
|
19322
|
+
white-space: nowrap;
|
|
19323
|
+
}
|
|
19560
19324
|
|
|
19561
19325
|
.v-autocomplete__content {
|
|
19562
19326
|
overflow: hidden;
|
|
@@ -19570,11 +19334,15 @@ html.overflow-y-hidden {
|
|
|
19570
19334
|
display: inline-flex;
|
|
19571
19335
|
letter-spacing: inherit;
|
|
19572
19336
|
line-height: inherit;
|
|
19337
|
+
max-width: 100%;
|
|
19573
19338
|
}
|
|
19574
19339
|
.v-autocomplete--active-menu .v-field__append-inner > .v-icon {
|
|
19575
19340
|
opacity: var(--v-high-emphasis-opacity);
|
|
19576
19341
|
transform: rotate(180deg);
|
|
19577
19342
|
}
|
|
19343
|
+
.v-autocomplete--chips .v-autocomplete__selection {
|
|
19344
|
+
margin-top: 2px;
|
|
19345
|
+
}
|
|
19578
19346
|
.v-autocomplete--chips .v-autocomplete__selection:first-child {
|
|
19579
19347
|
-webkit-margin-start: 0;
|
|
19580
19348
|
margin-inline-start: 0;
|
|
@@ -19584,6 +19352,7 @@ html.overflow-y-hidden {
|
|
|
19584
19352
|
position: absolute;
|
|
19585
19353
|
left: 0;
|
|
19586
19354
|
right: 0;
|
|
19355
|
+
width: 100%;
|
|
19587
19356
|
-webkit-padding-start: inherit;
|
|
19588
19357
|
padding-inline-start: inherit;
|
|
19589
19358
|
-webkit-padding-end: inherit;
|
|
@@ -19597,48 +19366,6 @@ html.overflow-y-hidden {
|
|
|
19597
19366
|
}
|
|
19598
19367
|
.v-autocomplete--single .v-field--focused .v-autocomplete__selection {
|
|
19599
19368
|
opacity: 0;
|
|
19600
|
-
}.v-avatar {
|
|
19601
|
-
align-items: center;
|
|
19602
|
-
display: inline-flex;
|
|
19603
|
-
justify-content: center;
|
|
19604
|
-
line-height: normal;
|
|
19605
|
-
overflow: hidden;
|
|
19606
|
-
position: relative;
|
|
19607
|
-
text-align: center;
|
|
19608
|
-
vertical-align: middle;
|
|
19609
|
-
border-radius: 50%;
|
|
19610
|
-
background: transparent;
|
|
19611
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
19612
|
-
}
|
|
19613
|
-
.v-avatar.v-avatar--size-x-small {
|
|
19614
|
-
--v-avatar-height: 24px;
|
|
19615
|
-
}
|
|
19616
|
-
.v-avatar.v-avatar--size-small {
|
|
19617
|
-
--v-avatar-height: 32px;
|
|
19618
|
-
}
|
|
19619
|
-
.v-avatar.v-avatar--size-default {
|
|
19620
|
-
--v-avatar-height: 40px;
|
|
19621
|
-
}
|
|
19622
|
-
.v-avatar.v-avatar--size-large {
|
|
19623
|
-
--v-avatar-height: 48px;
|
|
19624
|
-
}
|
|
19625
|
-
.v-avatar.v-avatar--size-x-large {
|
|
19626
|
-
--v-avatar-height: 56px;
|
|
19627
|
-
}
|
|
19628
|
-
.v-avatar.v-avatar--density-default {
|
|
19629
|
-
height: calc(var(--v-avatar-height) + 0px);
|
|
19630
|
-
width: calc(var(--v-avatar-height) + 0px);
|
|
19631
|
-
}
|
|
19632
|
-
.v-avatar.v-avatar--density-comfortable {
|
|
19633
|
-
height: calc(var(--v-avatar-height) + -4px);
|
|
19634
|
-
width: calc(var(--v-avatar-height) + -4px);
|
|
19635
|
-
}
|
|
19636
|
-
.v-avatar.v-avatar--density-compact {
|
|
19637
|
-
height: calc(var(--v-avatar-height) + -8px);
|
|
19638
|
-
width: calc(var(--v-avatar-height) + -8px);
|
|
19639
|
-
}
|
|
19640
|
-
.v-avatar--rounded {
|
|
19641
|
-
border-radius: 4px;
|
|
19642
19369
|
}.v-badge {
|
|
19643
19370
|
display: inline-block;
|
|
19644
19371
|
line-height: 1;
|
|
@@ -19699,16 +19426,60 @@ html.overflow-y-hidden {
|
|
|
19699
19426
|
height: 100%;
|
|
19700
19427
|
width: 100%;
|
|
19701
19428
|
}
|
|
19702
|
-
|
|
19703
|
-
.v-badge__wrapper {
|
|
19704
|
-
display: flex;
|
|
19705
|
-
position: relative;
|
|
19429
|
+
|
|
19430
|
+
.v-badge__wrapper {
|
|
19431
|
+
display: flex;
|
|
19432
|
+
position: relative;
|
|
19433
|
+
}
|
|
19434
|
+
.v-badge--inline .v-badge__wrapper {
|
|
19435
|
+
align-items: center;
|
|
19436
|
+
display: inline-flex;
|
|
19437
|
+
justify-content: center;
|
|
19438
|
+
margin: 0 4px;
|
|
19439
|
+
}.v-avatar {
|
|
19440
|
+
align-items: center;
|
|
19441
|
+
display: inline-flex;
|
|
19442
|
+
justify-content: center;
|
|
19443
|
+
line-height: normal;
|
|
19444
|
+
overflow: hidden;
|
|
19445
|
+
position: relative;
|
|
19446
|
+
text-align: center;
|
|
19447
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
19448
|
+
transition-property: width, height;
|
|
19449
|
+
vertical-align: middle;
|
|
19450
|
+
border-radius: 50%;
|
|
19451
|
+
background: transparent;
|
|
19452
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
19453
|
+
}
|
|
19454
|
+
.v-avatar.v-avatar--size-x-small {
|
|
19455
|
+
--v-avatar-height: 24px;
|
|
19456
|
+
}
|
|
19457
|
+
.v-avatar.v-avatar--size-small {
|
|
19458
|
+
--v-avatar-height: 32px;
|
|
19459
|
+
}
|
|
19460
|
+
.v-avatar.v-avatar--size-default {
|
|
19461
|
+
--v-avatar-height: 40px;
|
|
19462
|
+
}
|
|
19463
|
+
.v-avatar.v-avatar--size-large {
|
|
19464
|
+
--v-avatar-height: 48px;
|
|
19465
|
+
}
|
|
19466
|
+
.v-avatar.v-avatar--size-x-large {
|
|
19467
|
+
--v-avatar-height: 56px;
|
|
19468
|
+
}
|
|
19469
|
+
.v-avatar.v-avatar--density-default {
|
|
19470
|
+
height: calc(var(--v-avatar-height) + 0px);
|
|
19471
|
+
width: calc(var(--v-avatar-height) + 0px);
|
|
19472
|
+
}
|
|
19473
|
+
.v-avatar.v-avatar--density-comfortable {
|
|
19474
|
+
height: calc(var(--v-avatar-height) + -4px);
|
|
19475
|
+
width: calc(var(--v-avatar-height) + -4px);
|
|
19476
|
+
}
|
|
19477
|
+
.v-avatar.v-avatar--density-compact {
|
|
19478
|
+
height: calc(var(--v-avatar-height) + -8px);
|
|
19479
|
+
width: calc(var(--v-avatar-height) + -8px);
|
|
19706
19480
|
}
|
|
19707
|
-
.v-
|
|
19708
|
-
|
|
19709
|
-
display: inline-flex;
|
|
19710
|
-
justify-content: center;
|
|
19711
|
-
margin: 0 4px;
|
|
19481
|
+
.v-avatar--rounded {
|
|
19482
|
+
border-radius: 4px;
|
|
19712
19483
|
}.v-banner {
|
|
19713
19484
|
display: grid;
|
|
19714
19485
|
flex: 1 1;
|
|
@@ -19981,7 +19752,8 @@ html.overflow-y-hidden {
|
|
|
19981
19752
|
display: inline-block;
|
|
19982
19753
|
padding: 0 8px;
|
|
19983
19754
|
vertical-align: middle;
|
|
19984
|
-
}
|
|
19755
|
+
}/** if false, disabled buttons will be greyed out */
|
|
19756
|
+
.v-btn {
|
|
19985
19757
|
align-items: center;
|
|
19986
19758
|
border-radius: 4px;
|
|
19987
19759
|
display: inline-grid;
|
|
@@ -20188,15 +19960,13 @@ html.overflow-y-hidden {
|
|
|
20188
19960
|
}
|
|
20189
19961
|
.v-btn--disabled {
|
|
20190
19962
|
pointer-events: none;
|
|
20191
|
-
|
|
20192
|
-
.v-btn--disabled.v-btn--disabled {
|
|
20193
|
-
color: rgba(var(--v-theme-on-surface), 0.26);
|
|
20194
|
-
opacity: 0.4615384615;
|
|
19963
|
+
opacity: 0.26;
|
|
20195
19964
|
}
|
|
20196
19965
|
.v-btn--disabled.v-btn--variant-elevated, .v-btn--disabled.v-btn--variant-flat {
|
|
20197
|
-
background: rgb(var(--v-theme-surface));
|
|
20198
19966
|
box-shadow: none;
|
|
20199
19967
|
opacity: 1;
|
|
19968
|
+
color: rgba(var(--v-theme-on-surface), 0.26);
|
|
19969
|
+
background: rgb(var(--v-theme-surface));
|
|
20200
19970
|
}
|
|
20201
19971
|
.v-btn--disabled.v-btn--variant-elevated .v-btn__overlay, .v-btn--disabled.v-btn--variant-flat .v-btn__overlay {
|
|
20202
19972
|
opacity: 0.4615384615;
|
|
@@ -20209,10 +19979,35 @@ html.overflow-y-hidden {
|
|
|
20209
19979
|
.v-btn--loading .v-btn__append {
|
|
20210
19980
|
opacity: 0;
|
|
20211
19981
|
}
|
|
19982
|
+
.v-btn--stacked {
|
|
19983
|
+
grid-template-areas: "prepend" "content" "append";
|
|
19984
|
+
grid-template-columns: auto;
|
|
19985
|
+
grid-template-rows: -webkit-max-content -webkit-max-content -webkit-max-content;
|
|
19986
|
+
grid-template-rows: max-content max-content max-content;
|
|
19987
|
+
justify-items: center;
|
|
19988
|
+
align-content: center;
|
|
19989
|
+
}
|
|
20212
19990
|
.v-btn--stacked .v-btn__content {
|
|
20213
19991
|
flex-direction: column;
|
|
20214
19992
|
line-height: 1.25;
|
|
20215
19993
|
}
|
|
19994
|
+
.v-btn--stacked .v-btn__prepend,
|
|
19995
|
+
.v-btn--stacked .v-btn__append,
|
|
19996
|
+
.v-btn--stacked .v-btn__content > .v-icon--start,
|
|
19997
|
+
.v-btn--stacked .v-btn__content > .v-icon--end {
|
|
19998
|
+
-webkit-margin-start: 0;
|
|
19999
|
+
margin-inline-start: 0;
|
|
20000
|
+
-webkit-margin-end: 0;
|
|
20001
|
+
margin-inline-end: 0;
|
|
20002
|
+
}
|
|
20003
|
+
.v-btn--stacked .v-btn__prepend,
|
|
20004
|
+
.v-btn--stacked .v-btn__content > .v-icon--start {
|
|
20005
|
+
margin-bottom: 4px;
|
|
20006
|
+
}
|
|
20007
|
+
.v-btn--stacked .v-btn__append,
|
|
20008
|
+
.v-btn--stacked .v-btn__content > .v-icon--end {
|
|
20009
|
+
margin-top: 4px;
|
|
20010
|
+
}
|
|
20216
20011
|
.v-btn--stacked.v-btn--size-x-small {
|
|
20217
20012
|
--v-btn-size: 0.625rem;
|
|
20218
20013
|
--v-btn-height: 56px;
|
|
@@ -20371,13 +20166,17 @@ html.overflow-y-hidden {
|
|
|
20371
20166
|
.v-pagination .v-btn {
|
|
20372
20167
|
border-radius: 4px;
|
|
20373
20168
|
}
|
|
20169
|
+
.v-btn__overlay {
|
|
20170
|
+
transition: none;
|
|
20171
|
+
}
|
|
20374
20172
|
.v-pagination__item--is-active .v-btn__overlay {
|
|
20375
20173
|
opacity: var(--v-border-opacity);
|
|
20376
20174
|
}
|
|
20377
20175
|
|
|
20378
20176
|
.v-snackbar-actions .v-btn {
|
|
20379
20177
|
padding: 0 8px;
|
|
20380
|
-
}
|
|
20178
|
+
}/** if false, disabled buttons will be greyed out */
|
|
20179
|
+
.v-btn-group {
|
|
20381
20180
|
display: inline-flex;
|
|
20382
20181
|
flex-wrap: nowrap;
|
|
20383
20182
|
max-width: 100%;
|
|
@@ -21250,6 +21049,11 @@ html.overflow-y-hidden {
|
|
|
21250
21049
|
-webkit-margin-end: 2px;
|
|
21251
21050
|
margin-inline-end: 2px;
|
|
21252
21051
|
}
|
|
21052
|
+
.v-combobox .v-field--single-line .v-combobox__selection-text {
|
|
21053
|
+
overflow: hidden;
|
|
21054
|
+
text-overflow: ellipsis;
|
|
21055
|
+
white-space: nowrap;
|
|
21056
|
+
}
|
|
21253
21057
|
|
|
21254
21058
|
.v-combobox__content {
|
|
21255
21059
|
overflow: hidden;
|
|
@@ -21263,11 +21067,15 @@ html.overflow-y-hidden {
|
|
|
21263
21067
|
display: inline-flex;
|
|
21264
21068
|
letter-spacing: inherit;
|
|
21265
21069
|
line-height: inherit;
|
|
21070
|
+
max-width: 100%;
|
|
21266
21071
|
}
|
|
21267
21072
|
.v-combobox--active-menu .v-field__append-inner > .v-icon {
|
|
21268
21073
|
opacity: var(--v-high-emphasis-opacity);
|
|
21269
21074
|
transform: rotate(180deg);
|
|
21270
21075
|
}
|
|
21076
|
+
.v-combobox--chips .v-combobox__selection {
|
|
21077
|
+
margin-top: 2px;
|
|
21078
|
+
}
|
|
21271
21079
|
.v-combobox--chips .v-combobox__selection:first-child {
|
|
21272
21080
|
-webkit-margin-start: 0;
|
|
21273
21081
|
margin-inline-start: 0;
|
|
@@ -21286,6 +21094,7 @@ html.overflow-y-hidden {
|
|
|
21286
21094
|
position: absolute;
|
|
21287
21095
|
left: 0;
|
|
21288
21096
|
right: 0;
|
|
21097
|
+
width: 100%;
|
|
21289
21098
|
-webkit-padding-start: inherit;
|
|
21290
21099
|
padding-inline-start: inherit;
|
|
21291
21100
|
-webkit-padding-end: inherit;
|
|
@@ -22618,7 +22427,7 @@ html.overflow-y-hidden {
|
|
|
22618
22427
|
position: relative;
|
|
22619
22428
|
--v-field-padding-start: 16px;
|
|
22620
22429
|
--v-field-padding-end: 16px;
|
|
22621
|
-
--v-field-padding-top:
|
|
22430
|
+
--v-field-padding-top: 10px;
|
|
22622
22431
|
--v-field-padding-bottom: 6px;
|
|
22623
22432
|
}
|
|
22624
22433
|
.v-field--disabled {
|
|
@@ -22631,8 +22440,6 @@ html.overflow-y-hidden {
|
|
|
22631
22440
|
.v-field--prepended {
|
|
22632
22441
|
-webkit-padding-start: 12px;
|
|
22633
22442
|
padding-inline-start: 12px;
|
|
22634
|
-
--v-field-padding-start: 6px;
|
|
22635
|
-
--v-field-padding-end: 6px;
|
|
22636
22443
|
}
|
|
22637
22444
|
.v-field--appended {
|
|
22638
22445
|
-webkit-padding-end: 12px;
|
|
@@ -22651,16 +22458,26 @@ html.overflow-y-hidden {
|
|
|
22651
22458
|
.v-field--variant-plain, .v-field--variant-underlined {
|
|
22652
22459
|
border-radius: 0;
|
|
22653
22460
|
padding: 0;
|
|
22654
|
-
--v-field-padding-start:
|
|
22655
|
-
--v-field-padding-end:
|
|
22656
|
-
--v-field-padding-top:
|
|
22657
|
-
|
|
22658
|
-
.v-field--variant-plain.v-field--single-line, .v-field--variant-underlined.v-field--single-line {
|
|
22659
|
-
--v-field-padding-top: 0;
|
|
22461
|
+
--v-field-padding-start: 0px;
|
|
22462
|
+
--v-field-padding-end: 0px;
|
|
22463
|
+
--v-field-padding-top: 6px;
|
|
22464
|
+
--v-field-padding-bottom: 2px;
|
|
22660
22465
|
}
|
|
22661
22466
|
.v-field--variant-outlined, .v-field--single-line {
|
|
22662
|
-
--v-field-padding-top:
|
|
22467
|
+
--v-field-padding-top: 0px;
|
|
22468
|
+
}
|
|
22469
|
+
.v-input--density-default .v-field--variant-outlined, .v-input--density-default .v-field--single-line {
|
|
22470
|
+
--v-field-padding-bottom: 16px;
|
|
22471
|
+
}
|
|
22472
|
+
|
|
22473
|
+
.v-input--density-comfortable .v-field--variant-outlined, .v-input--density-comfortable .v-field--single-line {
|
|
22474
|
+
--v-field-padding-bottom: 12px;
|
|
22663
22475
|
}
|
|
22476
|
+
|
|
22477
|
+
.v-input--density-compact .v-field--variant-outlined, .v-input--density-compact .v-field--single-line {
|
|
22478
|
+
--v-field-padding-bottom: 8px;
|
|
22479
|
+
}
|
|
22480
|
+
|
|
22664
22481
|
.v-input--density-default .v-field--variant-solo, .v-input--density-default .v-field--variant-filled {
|
|
22665
22482
|
--v-input-control-height: 56px;
|
|
22666
22483
|
--v-field-padding-bottom: 6px;
|
|
@@ -22676,19 +22493,23 @@ html.overflow-y-hidden {
|
|
|
22676
22493
|
--v-field-padding-bottom: -2px;
|
|
22677
22494
|
}
|
|
22678
22495
|
|
|
22679
|
-
.v-input--density-default .v-field--variant-underlined {
|
|
22496
|
+
.v-input--density-default .v-field--variant-plain, .v-input--density-default .v-field--variant-underlined {
|
|
22497
|
+
--v-input-control-height: 48px;
|
|
22498
|
+
}
|
|
22499
|
+
|
|
22500
|
+
.v-input--density-comfortable .v-field--variant-plain, .v-input--density-comfortable .v-field--variant-underlined {
|
|
22680
22501
|
--v-input-control-height: 40px;
|
|
22681
|
-
--v-field-padding-bottom: 6px;
|
|
22682
22502
|
}
|
|
22683
22503
|
|
|
22684
|
-
.v-input--density-
|
|
22504
|
+
.v-input--density-compact .v-field--variant-plain, .v-input--density-compact .v-field--variant-underlined {
|
|
22685
22505
|
--v-input-control-height: 32px;
|
|
22686
|
-
--v-field-padding-bottom: 4px;
|
|
22687
22506
|
}
|
|
22688
22507
|
|
|
22689
|
-
.v-
|
|
22690
|
-
--v-
|
|
22691
|
-
|
|
22508
|
+
.v-field--prepended {
|
|
22509
|
+
--v-field-padding-start: 6px;
|
|
22510
|
+
}
|
|
22511
|
+
.v-field--appended {
|
|
22512
|
+
--v-field-padding-end: 6px;
|
|
22692
22513
|
}
|
|
22693
22514
|
|
|
22694
22515
|
/* endregion */
|
|
@@ -22699,17 +22520,28 @@ html.overflow-y-hidden {
|
|
|
22699
22520
|
flex-wrap: wrap;
|
|
22700
22521
|
letter-spacing: 0.009375em;
|
|
22701
22522
|
opacity: var(--v-high-emphasis-opacity);
|
|
22523
|
+
min-height: var(--v-input-control-height, 56px);
|
|
22702
22524
|
-webkit-padding-start: var(--v-field-padding-start);
|
|
22703
22525
|
padding-inline-start: var(--v-field-padding-start);
|
|
22704
22526
|
-webkit-padding-end: var(--v-field-padding-end);
|
|
22705
22527
|
padding-inline-end: var(--v-field-padding-end);
|
|
22706
|
-
padding-top: var(--v-field-padding-top,
|
|
22707
|
-
|
|
22708
|
-
|
|
22528
|
+
padding-top: calc(var(--v-field-padding-top, 10px) + var(--v-input-padding-top, 0));
|
|
22529
|
+
padding-bottom: var(--v-field-padding-bottom, 6px);
|
|
22530
|
+
width: 100%;
|
|
22709
22531
|
}
|
|
22710
22532
|
.v-field__input input {
|
|
22711
22533
|
letter-spacing: inherit;
|
|
22712
22534
|
}
|
|
22535
|
+
.v-field__input input::-moz-placeholder, textarea.v-field__input::-moz-placeholder {
|
|
22536
|
+
color: currentColor;
|
|
22537
|
+
opacity: var(--v-disabled-opacity);
|
|
22538
|
+
}
|
|
22539
|
+
.v-field__input input::placeholder,
|
|
22540
|
+
textarea.v-field__input::placeholder {
|
|
22541
|
+
color: currentColor;
|
|
22542
|
+
opacity: var(--v-disabled-opacity);
|
|
22543
|
+
}
|
|
22544
|
+
|
|
22713
22545
|
.v-field__input:focus, .v-field__input:active {
|
|
22714
22546
|
outline: none;
|
|
22715
22547
|
}
|
|
@@ -22719,10 +22551,10 @@ html.overflow-y-hidden {
|
|
|
22719
22551
|
|
|
22720
22552
|
.v-field__field {
|
|
22721
22553
|
flex: 1 0;
|
|
22722
|
-
min-height: var(--v-input-control-height, 56px);
|
|
22723
22554
|
grid-area: field;
|
|
22724
|
-
padding-bottom: var(--v-field-padding-bottom, 6px);
|
|
22725
22555
|
position: relative;
|
|
22556
|
+
align-items: flex-start;
|
|
22557
|
+
display: flex;
|
|
22726
22558
|
}
|
|
22727
22559
|
|
|
22728
22560
|
/* endregion */
|
|
@@ -22743,13 +22575,12 @@ html.overflow-y-hidden {
|
|
|
22743
22575
|
padding-inline-start: var(--v-field-padding-after);
|
|
22744
22576
|
}
|
|
22745
22577
|
|
|
22746
|
-
.v-field__field,
|
|
22747
22578
|
.v-field__prepend-inner,
|
|
22748
22579
|
.v-field__append-inner,
|
|
22749
22580
|
.v-field__clearable {
|
|
22750
22581
|
align-items: flex-start;
|
|
22751
22582
|
display: flex;
|
|
22752
|
-
padding-top: var(--v-input-padding-top,
|
|
22583
|
+
padding-top: var(--v-input-padding-top, 10px);
|
|
22753
22584
|
}
|
|
22754
22585
|
|
|
22755
22586
|
.v-field--focused .v-field__prepend-inner,
|
|
@@ -22805,6 +22636,7 @@ html.overflow-y-hidden {
|
|
|
22805
22636
|
max-width: calc(100% - var(--v-field-padding-start) - var(--v-field-padding-end));
|
|
22806
22637
|
pointer-events: none;
|
|
22807
22638
|
position: absolute;
|
|
22639
|
+
top: var(--v-input-padding-top, 10px);
|
|
22808
22640
|
transform-origin: left center;
|
|
22809
22641
|
transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22810
22642
|
transition-property: opacity, transform;
|
|
@@ -22840,7 +22672,7 @@ html.overflow-y-hidden {
|
|
|
22840
22672
|
}
|
|
22841
22673
|
|
|
22842
22674
|
.v-field--variant-plain .v-label.v-field-label--floating, .v-field--variant-underlined .v-label.v-field-label--floating {
|
|
22843
|
-
transform: translateY(-
|
|
22675
|
+
transform: translateY(-16px);
|
|
22844
22676
|
margin: 0;
|
|
22845
22677
|
}
|
|
22846
22678
|
.v-field--variant-outlined .v-label.v-field-label--floating {
|
|
@@ -23094,24 +22926,10 @@ html.overflow-y-hidden {
|
|
|
23094
22926
|
-webkit-margin-end: 8px;
|
|
23095
22927
|
margin-inline-end: 8px;
|
|
23096
22928
|
}
|
|
23097
|
-
.v-btn.v-btn--stacked .v-icon--start {
|
|
23098
|
-
-webkit-margin-start: 0;
|
|
23099
|
-
margin-inline-start: 0;
|
|
23100
|
-
-webkit-margin-end: 0;
|
|
23101
|
-
margin-inline-end: 0;
|
|
23102
|
-
margin-bottom: 4px;
|
|
23103
|
-
}
|
|
23104
22929
|
|
|
23105
22930
|
.v-icon--end {
|
|
23106
22931
|
-webkit-margin-start: 8px;
|
|
23107
22932
|
margin-inline-start: 8px;
|
|
23108
|
-
}
|
|
23109
|
-
.v-btn.v-btn--stacked .v-icon--end {
|
|
23110
|
-
-webkit-margin-start: 0;
|
|
23111
|
-
margin-inline-start: 0;
|
|
23112
|
-
-webkit-margin-end: 0;
|
|
23113
|
-
margin-inline-end: 0;
|
|
23114
|
-
margin-top: 4px;
|
|
23115
22933
|
}.v-img {
|
|
23116
22934
|
--v-theme-overlay-multiplier: 3;
|
|
23117
22935
|
z-index: 0;
|
|
@@ -23150,6 +22968,7 @@ html.overflow-y-hidden {
|
|
|
23150
22968
|
flex: 1 1 auto;
|
|
23151
22969
|
font-size: 1rem;
|
|
23152
22970
|
font-weight: 400;
|
|
22971
|
+
line-height: 1.5;
|
|
23153
22972
|
}
|
|
23154
22973
|
.v-input--disabled {
|
|
23155
22974
|
pointer-events: none;
|
|
@@ -23208,7 +23027,6 @@ html.overflow-y-hidden {
|
|
|
23208
23027
|
grid-area: messages;
|
|
23209
23028
|
letter-spacing: 0.0333333333em;
|
|
23210
23029
|
line-height: normal;
|
|
23211
|
-
margin-bottom: 16px;
|
|
23212
23030
|
min-height: 22px;
|
|
23213
23031
|
padding-top: 6px;
|
|
23214
23032
|
overflow: hidden;
|
|
@@ -23262,6 +23080,7 @@ html.overflow-y-hidden {
|
|
|
23262
23080
|
}
|
|
23263
23081
|
|
|
23264
23082
|
.v-input__control {
|
|
23083
|
+
display: flex;
|
|
23265
23084
|
grid-area: control;
|
|
23266
23085
|
}.v-item-group {
|
|
23267
23086
|
flex: 0 1 auto;
|
|
@@ -23281,10 +23100,8 @@ html.overflow-y-hidden {
|
|
|
23281
23100
|
white-space: nowrap;
|
|
23282
23101
|
}.v-layout {
|
|
23283
23102
|
--v-scrollbar-offset: 0px;
|
|
23284
|
-
position: relative;
|
|
23285
23103
|
display: flex;
|
|
23286
23104
|
flex: 1 1 auto;
|
|
23287
|
-
overflow: hidden;
|
|
23288
23105
|
}
|
|
23289
23106
|
.v-layout--full-height {
|
|
23290
23107
|
--v-scrollbar-offset: inherit;
|
|
@@ -23324,6 +23141,9 @@ html.overflow-y-hidden {
|
|
|
23324
23141
|
-webkit-padding-end: 8px;
|
|
23325
23142
|
padding-inline-end: 8px;
|
|
23326
23143
|
}
|
|
23144
|
+
.v-navigation-drawer--rail:not(.v-navigation-drawer--is-hovering) .v-list .v-avatar {
|
|
23145
|
+
--v-avatar-height: 24px;
|
|
23146
|
+
}
|
|
23327
23147
|
.v-list--rounded {
|
|
23328
23148
|
border-radius: 4px;
|
|
23329
23149
|
}
|
|
@@ -23346,6 +23166,7 @@ html.overflow-y-hidden {
|
|
|
23346
23166
|
.v-list-subheader {
|
|
23347
23167
|
align-items: center;
|
|
23348
23168
|
background: inherit;
|
|
23169
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
23349
23170
|
display: flex;
|
|
23350
23171
|
font-size: 0.875rem;
|
|
23351
23172
|
font-weight: 400;
|
|
@@ -23356,7 +23177,6 @@ html.overflow-y-hidden {
|
|
|
23356
23177
|
transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
|
|
23357
23178
|
}
|
|
23358
23179
|
.v-list-subheader__text {
|
|
23359
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
23360
23180
|
overflow: hidden;
|
|
23361
23181
|
text-overflow: ellipsis;
|
|
23362
23182
|
white-space: nowrap;
|
|
@@ -23816,16 +23636,34 @@ html.overflow-y-hidden {
|
|
|
23816
23636
|
}.v-locale-provider {
|
|
23817
23637
|
display: contents;
|
|
23818
23638
|
}.v-main {
|
|
23819
|
-
display: flex;
|
|
23820
23639
|
flex: 1 0 auto;
|
|
23821
23640
|
max-width: 100%;
|
|
23822
23641
|
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
23642
|
+
padding-left: var(--v-layout-left);
|
|
23643
|
+
padding-right: var(--v-layout-right);
|
|
23644
|
+
padding-top: var(--v-layout-top);
|
|
23645
|
+
padding-bottom: var(--v-layout-bottom);
|
|
23823
23646
|
}
|
|
23824
|
-
.v-
|
|
23825
|
-
flex: 1 1 auto;
|
|
23647
|
+
.v-main__scroller {
|
|
23826
23648
|
max-width: 100%;
|
|
23827
23649
|
position: relative;
|
|
23828
23650
|
}
|
|
23651
|
+
.v-main--scrollable {
|
|
23652
|
+
display: flex;
|
|
23653
|
+
position: absolute;
|
|
23654
|
+
top: 0;
|
|
23655
|
+
left: 0;
|
|
23656
|
+
width: 100%;
|
|
23657
|
+
height: 100%;
|
|
23658
|
+
}
|
|
23659
|
+
.v-main--scrollable > .v-main__scroller {
|
|
23660
|
+
flex: 1 1 auto;
|
|
23661
|
+
overflow-y: auto;
|
|
23662
|
+
--v-layout-left: 0px;
|
|
23663
|
+
--v-layout-right: 0px;
|
|
23664
|
+
--v-layout-top: 0px;
|
|
23665
|
+
--v-layout-bottom: 0px;
|
|
23666
|
+
}
|
|
23829
23667
|
@-moz-document url-prefix() {
|
|
23830
23668
|
@media print {
|
|
23831
23669
|
.v-main {
|
|
@@ -23870,7 +23708,7 @@ html.overflow-y-hidden {
|
|
|
23870
23708
|
max-width: 100%;
|
|
23871
23709
|
pointer-events: auto;
|
|
23872
23710
|
transition-duration: 0.2s;
|
|
23873
|
-
transition-property: box-shadow, transform, visibility, width;
|
|
23711
|
+
transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
|
|
23874
23712
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
23875
23713
|
will-change: transform;
|
|
23876
23714
|
position: absolute;
|
|
@@ -23892,29 +23730,17 @@ html.overflow-y-hidden {
|
|
|
23892
23730
|
left: 0;
|
|
23893
23731
|
border-top-width: thin;
|
|
23894
23732
|
}
|
|
23895
|
-
.v-navigation-drawer--
|
|
23733
|
+
.v-navigation-drawer--left {
|
|
23896
23734
|
top: 0;
|
|
23897
|
-
border-inline-end-width: thin;
|
|
23898
|
-
}
|
|
23899
|
-
.v-navigation-drawer--start.v-locale--is-ltr, .v-locale--is-ltr .v-navigation-drawer--start {
|
|
23900
23735
|
left: 0;
|
|
23901
23736
|
right: auto;
|
|
23737
|
+
border-right-width: thin;
|
|
23902
23738
|
}
|
|
23903
|
-
.v-navigation-drawer--
|
|
23904
|
-
left: auto;
|
|
23905
|
-
right: 0;
|
|
23906
|
-
}
|
|
23907
|
-
.v-navigation-drawer--end {
|
|
23739
|
+
.v-navigation-drawer--right {
|
|
23908
23740
|
top: 0;
|
|
23909
|
-
border-inline-start-width: thin;
|
|
23910
|
-
}
|
|
23911
|
-
.v-navigation-drawer--end.v-locale--is-ltr, .v-locale--is-ltr .v-navigation-drawer--end {
|
|
23912
23741
|
left: auto;
|
|
23913
23742
|
right: 0;
|
|
23914
|
-
|
|
23915
|
-
.v-navigation-drawer--end.v-locale--is-rtl, .v-locale--is-rtl .v-navigation-drawer--end {
|
|
23916
|
-
left: 0;
|
|
23917
|
-
right: auto;
|
|
23743
|
+
border-left-width: thin;
|
|
23918
23744
|
}
|
|
23919
23745
|
.v-navigation-drawer--floating {
|
|
23920
23746
|
border: none;
|
|
@@ -23922,6 +23748,13 @@ html.overflow-y-hidden {
|
|
|
23922
23748
|
.v-navigation-drawer--temporary {
|
|
23923
23749
|
box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
|
|
23924
23750
|
}
|
|
23751
|
+
.v-navigation-drawer--sticky {
|
|
23752
|
+
height: auto;
|
|
23753
|
+
transition: box-shadow, transform, visibility, width, height, left, right;
|
|
23754
|
+
}
|
|
23755
|
+
.v-navigation-drawer .v-list {
|
|
23756
|
+
overflow: hidden;
|
|
23757
|
+
}
|
|
23925
23758
|
|
|
23926
23759
|
.v-navigation-drawer__content {
|
|
23927
23760
|
flex: 0 1 auto;
|
|
@@ -24597,6 +24430,7 @@ html.v-overlay-scroll-blocked {
|
|
|
24597
24430
|
align-self: flex-start;
|
|
24598
24431
|
opacity: 0;
|
|
24599
24432
|
flex: 0 0;
|
|
24433
|
+
position: absolute;
|
|
24600
24434
|
}
|
|
24601
24435
|
.v-select .v-field .v-field__append-inner > .v-icon {
|
|
24602
24436
|
-webkit-margin-start: 4px;
|
|
@@ -24607,6 +24441,11 @@ html.v-overlay-scroll-blocked {
|
|
|
24607
24441
|
-webkit-margin-end: 2px;
|
|
24608
24442
|
margin-inline-end: 2px;
|
|
24609
24443
|
}
|
|
24444
|
+
.v-select .v-field--single-line .v-select__selection-text {
|
|
24445
|
+
overflow: hidden;
|
|
24446
|
+
text-overflow: ellipsis;
|
|
24447
|
+
white-space: nowrap;
|
|
24448
|
+
}
|
|
24610
24449
|
.v-select__content {
|
|
24611
24450
|
overflow: hidden;
|
|
24612
24451
|
box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
@@ -24616,11 +24455,15 @@ html.v-overlay-scroll-blocked {
|
|
|
24616
24455
|
display: inline-flex;
|
|
24617
24456
|
letter-spacing: inherit;
|
|
24618
24457
|
line-height: inherit;
|
|
24458
|
+
max-width: 100%;
|
|
24619
24459
|
}
|
|
24620
24460
|
.v-select--active-menu .v-field__append-inner > .v-icon {
|
|
24621
24461
|
opacity: var(--v-high-emphasis-opacity);
|
|
24622
24462
|
transform: rotate(180deg);
|
|
24623
24463
|
}
|
|
24464
|
+
.v-select--chips .v-select__selection {
|
|
24465
|
+
margin-top: 2px;
|
|
24466
|
+
}
|
|
24624
24467
|
.v-select--chips .v-select__selection:first-child {
|
|
24625
24468
|
-webkit-margin-start: 0;
|
|
24626
24469
|
margin-inline-start: 0;
|
|
@@ -24827,7 +24670,7 @@ html.v-overlay-scroll-blocked {
|
|
|
24827
24670
|
display: none;
|
|
24828
24671
|
}
|
|
24829
24672
|
.v-snackbar--variant-elevated, .v-snackbar--variant-flat {
|
|
24830
|
-
background:
|
|
24673
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
24831
24674
|
color: rgb(var(--v-theme-on-surface-variant));
|
|
24832
24675
|
}
|
|
24833
24676
|
.v-snackbar--variant-elevated {
|
|
@@ -25095,7 +24938,6 @@ html.v-overlay-scroll-blocked {
|
|
|
25095
24938
|
.v-toolbar__content .v-tab {
|
|
25096
24939
|
height: inherit;
|
|
25097
24940
|
}.v-tab {
|
|
25098
|
-
display: inline-flex;
|
|
25099
24941
|
position: relative;
|
|
25100
24942
|
max-width: 360px;
|
|
25101
24943
|
min-width: 90px;
|
|
@@ -25269,12 +25111,14 @@ html.v-overlay-scroll-blocked {
|
|
|
25269
25111
|
border-top: 0px !important;
|
|
25270
25112
|
position: sticky;
|
|
25271
25113
|
bottom: 0;
|
|
25272
|
-
}.v-textarea .v-
|
|
25114
|
+
}.v-textarea .v-field__field {
|
|
25115
|
+
--v-input-control-height: var(--v-textarea-control-height);
|
|
25116
|
+
}
|
|
25117
|
+
.v-textarea .v-field__input {
|
|
25273
25118
|
flex: 1 1 auto;
|
|
25274
|
-
line-height: 1.75;
|
|
25275
25119
|
outline: none;
|
|
25276
|
-
-webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0)
|
|
25277
|
-
|
|
25120
|
+
-webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
|
25121
|
+
mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
|
25278
25122
|
}
|
|
25279
25123
|
.v-textarea--auto-grow .v-field__input {
|
|
25280
25124
|
overflow: hidden;
|
|
@@ -25288,6 +25132,7 @@ html.v-overlay-scroll-blocked {
|
|
|
25288
25132
|
top: 0;
|
|
25289
25133
|
left: 0;
|
|
25290
25134
|
height: 0 !important;
|
|
25135
|
+
min-height: 0 !important;
|
|
25291
25136
|
pointer-events: none;
|
|
25292
25137
|
}
|
|
25293
25138
|
.v-textarea .v-field--has-label textarea {
|
|
@@ -25354,9 +25199,10 @@ html.v-overlay-scroll-blocked {
|
|
|
25354
25199
|
cursor: default;
|
|
25355
25200
|
display: flex;
|
|
25356
25201
|
opacity: 0;
|
|
25357
|
-
padding-top: var(--v-field-padding-top);
|
|
25358
25202
|
transition: inherit;
|
|
25359
25203
|
white-space: nowrap;
|
|
25204
|
+
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
|
25205
|
+
padding-bottom: var(--v-field-padding-bottom, 6px);
|
|
25360
25206
|
}
|
|
25361
25207
|
.v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
|
|
25362
25208
|
opacity: 1;
|
|
@@ -25446,7 +25292,7 @@ html.v-overlay-scroll-blocked {
|
|
|
25446
25292
|
}
|
|
25447
25293
|
.v-timeline--vertical.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__body {
|
|
25448
25294
|
grid-column: 1;
|
|
25449
|
-
|
|
25295
|
+
justify-self: flex-end;
|
|
25450
25296
|
-webkit-padding-end: 24px;
|
|
25451
25297
|
padding-inline-end: 24px;
|
|
25452
25298
|
}
|
|
@@ -25462,7 +25308,7 @@ html.v-overlay-scroll-blocked {
|
|
|
25462
25308
|
}
|
|
25463
25309
|
.v-timeline--vertical.v-timeline .v-timeline-item:nth-child(2n+1) .v-timeline-item__opposite {
|
|
25464
25310
|
grid-column: 1;
|
|
25465
|
-
|
|
25311
|
+
justify-self: flex-end;
|
|
25466
25312
|
-webkit-padding-end: 24px;
|
|
25467
25313
|
padding-inline-end: 24px;
|
|
25468
25314
|
}
|
|
@@ -25488,38 +25334,108 @@ html.v-overlay-scroll-blocked {
|
|
|
25488
25334
|
grid-column: 2;
|
|
25489
25335
|
}
|
|
25490
25336
|
|
|
25491
|
-
.v-timeline-
|
|
25337
|
+
.v-timeline-divider__before {
|
|
25492
25338
|
background: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
25493
25339
|
position: absolute;
|
|
25494
25340
|
}
|
|
25495
|
-
.v-timeline--horizontal .v-timeline-
|
|
25341
|
+
.v-timeline--horizontal .v-timeline-divider__before {
|
|
25496
25342
|
height: var(--v-timeline-line-thickness);
|
|
25497
|
-
width: calc(
|
|
25343
|
+
width: calc(50% + 12px - var(--v-timeline-line-inset));
|
|
25498
25344
|
}
|
|
25499
|
-
.v-timeline--horizontal .v-timeline-
|
|
25500
|
-
left:
|
|
25345
|
+
.v-timeline--horizontal .v-timeline-divider__before.v-locale--is-ltr, .v-locale--is-ltr .v-timeline--horizontal .v-timeline-divider__before {
|
|
25346
|
+
left: -12px;
|
|
25347
|
+
right: initial;
|
|
25501
25348
|
}
|
|
25502
|
-
.v-timeline--horizontal .v-timeline-
|
|
25503
|
-
right:
|
|
25349
|
+
.v-timeline--horizontal .v-timeline-divider__before.v-locale--is-rtl, .v-locale--is-rtl .v-timeline--horizontal .v-timeline-divider__before {
|
|
25350
|
+
right: -12px;
|
|
25351
|
+
left: initial;
|
|
25352
|
+
}
|
|
25353
|
+
|
|
25354
|
+
.v-timeline--vertical .v-timeline-divider__before {
|
|
25355
|
+
height: calc(50% + 12px - var(--v-timeline-line-inset));
|
|
25356
|
+
width: var(--v-timeline-line-thickness);
|
|
25357
|
+
top: -12px;
|
|
25358
|
+
}
|
|
25359
|
+
|
|
25360
|
+
.v-timeline-divider__after {
|
|
25361
|
+
background: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
25362
|
+
position: absolute;
|
|
25363
|
+
}
|
|
25364
|
+
.v-timeline--horizontal .v-timeline-divider__after {
|
|
25365
|
+
height: var(--v-timeline-line-thickness);
|
|
25366
|
+
width: calc(50% + 12px - var(--v-timeline-line-inset));
|
|
25367
|
+
}
|
|
25368
|
+
.v-timeline--horizontal .v-timeline-divider__after.v-locale--is-ltr, .v-locale--is-ltr .v-timeline--horizontal .v-timeline-divider__after {
|
|
25369
|
+
right: -12px;
|
|
25370
|
+
left: initial;
|
|
25371
|
+
}
|
|
25372
|
+
.v-timeline--horizontal .v-timeline-divider__after.v-locale--is-rtl, .v-locale--is-rtl .v-timeline--horizontal .v-timeline-divider__after {
|
|
25373
|
+
left: -12px;
|
|
25374
|
+
right: initial;
|
|
25504
25375
|
}
|
|
25505
25376
|
|
|
25506
|
-
.v-timeline--vertical .v-timeline-
|
|
25507
|
-
height: calc(
|
|
25377
|
+
.v-timeline--vertical .v-timeline-divider__after {
|
|
25378
|
+
height: calc(50% + 12px - var(--v-timeline-line-inset));
|
|
25508
25379
|
width: var(--v-timeline-line-thickness);
|
|
25380
|
+
bottom: -12px;
|
|
25509
25381
|
}
|
|
25510
|
-
|
|
25382
|
+
|
|
25383
|
+
.v-timeline--vertical .v-timeline-item:first-child .v-timeline-divider__before {
|
|
25384
|
+
height: calc(50% + 12px - var(--v-timeline-line-inset));
|
|
25511
25385
|
top: 0;
|
|
25512
25386
|
}
|
|
25513
|
-
|
|
25514
|
-
|
|
25387
|
+
|
|
25388
|
+
.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__before {
|
|
25389
|
+
width: calc(50% + 12px - var(--v-timeline-line-inset));
|
|
25390
|
+
}
|
|
25391
|
+
.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__before.v-locale--is-ltr, .v-locale--is-ltr .v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__before {
|
|
25392
|
+
left: 0;
|
|
25393
|
+
right: initial;
|
|
25394
|
+
}
|
|
25395
|
+
.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__before.v-locale--is-rtl, .v-locale--is-rtl .v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__before {
|
|
25396
|
+
right: 0;
|
|
25397
|
+
left: initial;
|
|
25515
25398
|
}
|
|
25516
25399
|
|
|
25517
|
-
.v-timeline--vertical .v-timeline-item:
|
|
25518
|
-
height:
|
|
25400
|
+
.v-timeline--vertical .v-timeline-item:first-child .v-timeline-divider__after {
|
|
25401
|
+
height: calc(50% - var(--v-timeline-line-inset));
|
|
25519
25402
|
}
|
|
25520
25403
|
|
|
25521
|
-
.v-timeline--horizontal .v-timeline-item:
|
|
25522
|
-
width:
|
|
25404
|
+
.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__after {
|
|
25405
|
+
width: calc(50% - var(--v-timeline-line-inset));
|
|
25406
|
+
}
|
|
25407
|
+
.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__after.v-locale--is-ltr, .v-locale--is-ltr .v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__after {
|
|
25408
|
+
right: -12px;
|
|
25409
|
+
left: initial;
|
|
25410
|
+
}
|
|
25411
|
+
.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__after.v-locale--is-rtl, .v-locale--is-rtl .v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__after {
|
|
25412
|
+
left: -12px;
|
|
25413
|
+
right: initial;
|
|
25414
|
+
}
|
|
25415
|
+
|
|
25416
|
+
.v-timeline--vertical .v-timeline-item:last-child .v-timeline-divider__before {
|
|
25417
|
+
height: calc(50% - var(--v-timeline-line-inset));
|
|
25418
|
+
}
|
|
25419
|
+
|
|
25420
|
+
.v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__before {
|
|
25421
|
+
width: calc(50% - var(--v-timeline-line-inset));
|
|
25422
|
+
}
|
|
25423
|
+
|
|
25424
|
+
.v-timeline--vertical .v-timeline-item:last-child .v-timeline-divider__after {
|
|
25425
|
+
height: calc(50% + 12px - var(--v-timeline-line-inset));
|
|
25426
|
+
bottom: 0;
|
|
25427
|
+
}
|
|
25428
|
+
|
|
25429
|
+
.v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__after {
|
|
25430
|
+
width: calc(50% + 12px - var(--v-timeline-line-inset));
|
|
25431
|
+
}
|
|
25432
|
+
.v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__after.v-locale--is-ltr, .v-locale--is-ltr .v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__after {
|
|
25433
|
+
right: 0;
|
|
25434
|
+
left: initial;
|
|
25435
|
+
}
|
|
25436
|
+
.v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__after.v-locale--is-rtl, .v-locale--is-rtl .v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__after {
|
|
25437
|
+
left: 0;
|
|
25438
|
+
right: initial;
|
|
25523
25439
|
}
|
|
25524
25440
|
|
|
25525
25441
|
.v-timeline-divider__dot {
|
|
@@ -25645,15 +25561,15 @@ html.v-overlay-scroll-blocked {
|
|
|
25645
25561
|
|
|
25646
25562
|
.v-timeline--vertical.v-timeline.v-timeline--side-end .v-timeline-item .v-timeline-item__body {
|
|
25647
25563
|
grid-column: 3;
|
|
25648
|
-
text-align: initial;
|
|
25649
25564
|
-webkit-padding-start: 24px;
|
|
25650
25565
|
padding-inline-start: 24px;
|
|
25651
25566
|
-webkit-padding-end: initial;
|
|
25652
25567
|
padding-inline-end: initial;
|
|
25568
|
+
justify-self: flex-start;
|
|
25653
25569
|
}
|
|
25654
25570
|
.v-timeline--vertical.v-timeline.v-timeline--side-end .v-timeline-item .v-timeline-item__opposite {
|
|
25655
25571
|
grid-column: 1;
|
|
25656
|
-
|
|
25572
|
+
justify-self: flex-end;
|
|
25657
25573
|
-webkit-padding-end: 24px;
|
|
25658
25574
|
padding-inline-end: 24px;
|
|
25659
25575
|
-webkit-padding-start: initial;
|
|
@@ -25677,15 +25593,15 @@ html.v-overlay-scroll-blocked {
|
|
|
25677
25593
|
|
|
25678
25594
|
.v-timeline--vertical.v-timeline.v-timeline--side-start .v-timeline-item .v-timeline-item__body {
|
|
25679
25595
|
grid-column: 1;
|
|
25680
|
-
|
|
25596
|
+
justify-self: flex-end;
|
|
25681
25597
|
-webkit-padding-end: 24px;
|
|
25682
25598
|
padding-inline-end: 24px;
|
|
25683
25599
|
}
|
|
25684
25600
|
.v-timeline--vertical.v-timeline.v-timeline--side-start .v-timeline-item .v-timeline-item__opposite {
|
|
25685
25601
|
grid-column: 3;
|
|
25686
|
-
text-align: initial;
|
|
25687
25602
|
-webkit-padding-start: 24px;
|
|
25688
25603
|
padding-inline-start: 24px;
|
|
25604
|
+
justify-self: flex-start;
|
|
25689
25605
|
}
|
|
25690
25606
|
|
|
25691
25607
|
.v-timeline-divider--fill-dot .v-timeline-divider__inner-dot {
|
|
@@ -25693,46 +25609,12 @@ html.v-overlay-scroll-blocked {
|
|
|
25693
25609
|
width: inherit;
|
|
25694
25610
|
}
|
|
25695
25611
|
|
|
25696
|
-
.v-timeline--
|
|
25697
|
-
|
|
25698
|
-
}
|
|
25699
|
-
|
|
25700
|
-
.v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__line {
|
|
25701
|
-
height: 24px;
|
|
25702
|
-
}
|
|
25703
|
-
|
|
25704
|
-
.v-timeline--horizontal.v-timeline--truncate-line-end.v-timeline--align-start .v-timeline-item:last-child .v-timeline-divider__line {
|
|
25705
|
-
width: 24px;
|
|
25706
|
-
}
|
|
25707
|
-
|
|
25708
|
-
.v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider {
|
|
25709
|
-
-webkit-padding-start: 0;
|
|
25710
|
-
padding-inline-start: 0;
|
|
25711
|
-
}
|
|
25712
|
-
|
|
25713
|
-
.v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider {
|
|
25714
|
-
-webkit-padding-before: 0;
|
|
25715
|
-
padding-block-start: 0;
|
|
25716
|
-
}
|
|
25717
|
-
|
|
25718
|
-
.v-timeline--horizontal.v-timeline--truncate-line-start.v-timeline--align-center .v-timeline-item:first-child .v-timeline-divider__line {
|
|
25719
|
-
width: calc(50% + var(--v-timeline-dot-size));
|
|
25720
|
-
}
|
|
25721
|
-
.v-timeline--horizontal.v-timeline--truncate-line-start.v-timeline--align-center .v-timeline-item:first-child .v-timeline-divider__line.v-locale--is-ltr, .v-locale--is-ltr .v-timeline--horizontal.v-timeline--truncate-line-start.v-timeline--align-center .v-timeline-item:first-child .v-timeline-divider__line {
|
|
25722
|
-
left: calc(50% + 24px - var(--v-timeline-dot-size));
|
|
25723
|
-
}
|
|
25724
|
-
.v-timeline--horizontal.v-timeline--truncate-line-start.v-timeline--align-center .v-timeline-item:first-child .v-timeline-divider__line.v-locale--is-rtl, .v-locale--is-rtl .v-timeline--horizontal.v-timeline--truncate-line-start.v-timeline--align-center .v-timeline-item:first-child .v-timeline-divider__line {
|
|
25725
|
-
right: calc(50% + 24px - var(--v-timeline-dot-size));
|
|
25612
|
+
.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__before {
|
|
25613
|
+
display: none;
|
|
25726
25614
|
}
|
|
25727
25615
|
|
|
25728
|
-
.v-timeline--
|
|
25729
|
-
|
|
25730
|
-
}
|
|
25731
|
-
.v-timeline--vertical.v-timeline--truncate-line-start.v-timeline--align-center .v-timeline-item:first-child .v-timeline-divider__line.v-locale--is-ltr, .v-locale--is-ltr .v-timeline--vertical.v-timeline--truncate-line-start.v-timeline--align-center .v-timeline-item:first-child .v-timeline-divider__line {
|
|
25732
|
-
top: calc(50% + 24px - var(--v-timeline-dot-size));
|
|
25733
|
-
}
|
|
25734
|
-
.v-timeline--vertical.v-timeline--truncate-line-start.v-timeline--align-center .v-timeline-item:first-child .v-timeline-divider__line.v-locale--is-rtl, .v-locale--is-rtl .v-timeline--vertical.v-timeline--truncate-line-start.v-timeline--align-center .v-timeline-item:first-child .v-timeline-divider__line {
|
|
25735
|
-
bottom: calc(50% + 24px - var(--v-timeline-dot-size));
|
|
25616
|
+
.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__after {
|
|
25617
|
+
display: none;
|
|
25736
25618
|
}
|
|
25737
25619
|
|
|
25738
25620
|
.v-timeline--horizontal.v-timeline--align-center {
|
|
@@ -25749,75 +25631,48 @@ html.v-overlay-scroll-blocked {
|
|
|
25749
25631
|
justify-content: center;
|
|
25750
25632
|
}
|
|
25751
25633
|
|
|
25752
|
-
.v-timeline--horizontal
|
|
25753
|
-
justify-
|
|
25754
|
-
}
|
|
25755
|
-
|
|
25756
|
-
.v-timeline--vertical.v-timeline--align-start {
|
|
25757
|
-
align-items: flex-start;
|
|
25634
|
+
.v-timeline--horizontal.v-timeline--align-start {
|
|
25635
|
+
justify-items: flex-start;
|
|
25758
25636
|
}
|
|
25759
|
-
.v-timeline--
|
|
25637
|
+
.v-timeline--horizontal.v-timeline--align-start .v-timeline-divider {
|
|
25760
25638
|
justify-content: flex-start;
|
|
25761
25639
|
}
|
|
25762
|
-
|
|
25763
|
-
|
|
25764
|
-
width: calc(100% + 24px - var(--v-timeline-dot-size) - var(--v-timeline-line-inset) * 2);
|
|
25765
|
-
}
|
|
25766
|
-
.v-timeline--horizontal.v-timeline--inset-line .v-timeline-divider__line.v-locale--is-ltr, .v-locale--is-ltr .v-timeline--horizontal.v-timeline--inset-line .v-timeline-divider__line {
|
|
25767
|
-
left: calc(50% + var(--v-timeline-line-inset) + var(--v-timeline-dot-size) / 2);
|
|
25768
|
-
}
|
|
25769
|
-
.v-timeline--horizontal.v-timeline--inset-line .v-timeline-divider__line.v-locale--is-rtl, .v-locale--is-rtl .v-timeline--horizontal.v-timeline--inset-line .v-timeline-divider__line {
|
|
25770
|
-
right: calc(50% + var(--v-timeline-line-inset) + var(--v-timeline-dot-size) / 2);
|
|
25771
|
-
}
|
|
25772
|
-
|
|
25773
|
-
.v-timeline--vertical.v-timeline--inset-line .v-timeline-divider__line {
|
|
25774
|
-
height: calc(100% + 24px - var(--v-timeline-dot-size) - var(--v-timeline-line-inset) * 2);
|
|
25775
|
-
}
|
|
25776
|
-
.v-timeline--vertical.v-timeline--inset-line .v-timeline-divider__line.v-locale--is-ltr, .v-locale--is-ltr .v-timeline--vertical.v-timeline--inset-line .v-timeline-divider__line {
|
|
25777
|
-
top: calc(50% + var(--v-timeline-line-inset) + var(--v-timeline-dot-size) / 2);
|
|
25640
|
+
.v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
|
|
25641
|
+
width: calc(12px + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
|
|
25778
25642
|
}
|
|
25779
|
-
.v-timeline--
|
|
25780
|
-
|
|
25643
|
+
.v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
|
|
25644
|
+
width: calc(100% - var(--v-timeline-dot-size) / 2 + 24px / 2 - var(--v-timeline-line-inset));
|
|
25781
25645
|
}
|
|
25782
|
-
|
|
25783
|
-
|
|
25784
|
-
width: calc(100% - var(--v-timeline-dot-size) - var(--v-timeline-line-inset) * 2);
|
|
25646
|
+
.v-timeline--horizontal.v-timeline--align-start .v-timeline-item:first-child .v-timeline-divider__before {
|
|
25647
|
+
width: calc(24px + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
|
|
25785
25648
|
}
|
|
25786
|
-
.v-timeline--horizontal.v-timeline--
|
|
25787
|
-
|
|
25649
|
+
.v-timeline--horizontal.v-timeline--align-start .v-timeline-item:first-child .v-timeline-divider__after {
|
|
25650
|
+
width: calc(100% - 12px - var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
|
|
25788
25651
|
}
|
|
25789
|
-
.v-timeline--horizontal.v-timeline--
|
|
25790
|
-
|
|
25652
|
+
.v-timeline--horizontal.v-timeline--align-start .v-timeline-item:last-child .v-timeline-divider__after {
|
|
25653
|
+
width: calc(100% - var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
|
|
25791
25654
|
}
|
|
25792
25655
|
|
|
25793
|
-
.v-timeline--vertical.v-timeline--
|
|
25794
|
-
|
|
25795
|
-
}
|
|
25796
|
-
.v-timeline--vertical.v-timeline--inset-line .v-timeline-item:first-child .v-timeline-divider__line.v-locale--is-ltr, .v-locale--is-ltr .v-timeline--vertical.v-timeline--inset-line .v-timeline-item:first-child .v-timeline-divider__line {
|
|
25797
|
-
top: calc(50% + var(--v-timeline-dot-size) / 2 + 24px / 2 + var(--v-timeline-line-inset));
|
|
25798
|
-
}
|
|
25799
|
-
.v-timeline--vertical.v-timeline--inset-line .v-timeline-item:first-child .v-timeline-divider__line.v-locale--is-rtl, .v-locale--is-rtl .v-timeline--vertical.v-timeline--inset-line .v-timeline-item:first-child .v-timeline-divider__line {
|
|
25800
|
-
bottom: calc(50% + var(--v-timeline-dot-size) / 2 + 24px / 2 + var(--v-timeline-line-inset));
|
|
25656
|
+
.v-timeline--vertical.v-timeline--align-start {
|
|
25657
|
+
align-items: flex-start;
|
|
25801
25658
|
}
|
|
25802
|
-
|
|
25803
|
-
|
|
25804
|
-
width: calc(50% - 24px - var(--v-timeline-line-inset) * 2);
|
|
25659
|
+
.v-timeline--vertical.v-timeline--align-start .v-timeline-divider {
|
|
25660
|
+
justify-content: flex-start;
|
|
25805
25661
|
}
|
|
25806
|
-
.v-timeline--
|
|
25807
|
-
|
|
25662
|
+
.v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
|
|
25663
|
+
height: calc(12px + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
|
|
25808
25664
|
}
|
|
25809
|
-
.v-timeline--
|
|
25810
|
-
|
|
25665
|
+
.v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
|
|
25666
|
+
height: calc(100% - var(--v-timeline-dot-size) / 2 + 24px / 2 - var(--v-timeline-line-inset));
|
|
25811
25667
|
}
|
|
25812
|
-
|
|
25813
|
-
|
|
25814
|
-
height: calc(50% - 24px - var(--v-timeline-line-inset) * 2);
|
|
25668
|
+
.v-timeline--vertical.v-timeline--align-start .v-timeline-item:first-child .v-timeline-divider__before {
|
|
25669
|
+
height: calc(24px + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
|
|
25815
25670
|
}
|
|
25816
|
-
.v-timeline--vertical.v-timeline--
|
|
25817
|
-
|
|
25671
|
+
.v-timeline--vertical.v-timeline--align-start .v-timeline-item:first-child .v-timeline-divider__after {
|
|
25672
|
+
height: calc(100% - 12px - var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
|
|
25818
25673
|
}
|
|
25819
|
-
.v-timeline--vertical.v-timeline--
|
|
25820
|
-
|
|
25674
|
+
.v-timeline--vertical.v-timeline--align-start .v-timeline-item:last-child .v-timeline-divider__after {
|
|
25675
|
+
height: calc(100% - var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
|
|
25821
25676
|
}.v-toolbar {
|
|
25822
25677
|
align-items: flex-start;
|
|
25823
25678
|
display: flex;
|
|
@@ -25826,13 +25681,11 @@ html.v-overlay-scroll-blocked {
|
|
|
25826
25681
|
justify-content: space-between;
|
|
25827
25682
|
max-width: 100%;
|
|
25828
25683
|
overflow: hidden;
|
|
25829
|
-
-webkit-padding-end:
|
|
25830
|
-
padding-inline-end:
|
|
25831
|
-
-webkit-padding-start: 16px;
|
|
25832
|
-
padding-inline-start: 16px;
|
|
25684
|
+
-webkit-padding-end: var(--v-scrollbar-offset);
|
|
25685
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
|
25833
25686
|
position: relative;
|
|
25834
25687
|
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
25835
|
-
transition-property: height, transform, max-width;
|
|
25688
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
|
25836
25689
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
25837
25690
|
border-style: solid;
|
|
25838
25691
|
border-width: 0;
|
|
@@ -25845,26 +25698,6 @@ html.v-overlay-scroll-blocked {
|
|
|
25845
25698
|
border-width: thin;
|
|
25846
25699
|
box-shadow: none;
|
|
25847
25700
|
}
|
|
25848
|
-
.v-toolbar--density-default .v-toolbar__content {
|
|
25849
|
-
padding-top: 16px;
|
|
25850
|
-
padding-bottom: 16px;
|
|
25851
|
-
}
|
|
25852
|
-
|
|
25853
|
-
.v-toolbar--density-comfortable .v-toolbar__content {
|
|
25854
|
-
padding-top: 12px;
|
|
25855
|
-
padding-bottom: 12px;
|
|
25856
|
-
}
|
|
25857
|
-
|
|
25858
|
-
.v-toolbar--density-compact .v-toolbar__content {
|
|
25859
|
-
padding-top: 8px;
|
|
25860
|
-
padding-bottom: 8px;
|
|
25861
|
-
}
|
|
25862
|
-
|
|
25863
|
-
.v-toolbar--density-prominent .v-toolbar__content {
|
|
25864
|
-
padding-top: 4px;
|
|
25865
|
-
padding-bottom: 4px;
|
|
25866
|
-
}
|
|
25867
|
-
|
|
25868
25701
|
.v-toolbar--absolute {
|
|
25869
25702
|
position: absolute;
|
|
25870
25703
|
}
|
|
@@ -25902,16 +25735,16 @@ html.v-overlay-scroll-blocked {
|
|
|
25902
25735
|
}
|
|
25903
25736
|
|
|
25904
25737
|
.v-toolbar__content > .v-btn:first-child {
|
|
25905
|
-
-webkit-margin-start:
|
|
25906
|
-
margin-inline-start:
|
|
25907
|
-
}
|
|
25908
|
-
.v-toolbar__content > .v-btn:first-child + .v-toolbar-title {
|
|
25909
|
-
-webkit-padding-start: 20px;
|
|
25910
|
-
padding-inline-start: 20px;
|
|
25738
|
+
-webkit-margin-start: 10px;
|
|
25739
|
+
margin-inline-start: 10px;
|
|
25911
25740
|
}
|
|
25912
25741
|
.v-toolbar__content > .v-btn:last-child {
|
|
25913
|
-
-webkit-margin-end:
|
|
25914
|
-
margin-inline-end:
|
|
25742
|
+
-webkit-margin-end: 10px;
|
|
25743
|
+
margin-inline-end: 10px;
|
|
25744
|
+
}
|
|
25745
|
+
.v-toolbar__content > .v-toolbar-title {
|
|
25746
|
+
-webkit-margin-start: 16px;
|
|
25747
|
+
margin-inline-start: 16px;
|
|
25915
25748
|
}
|
|
25916
25749
|
.v-toolbar--density-prominent .v-toolbar__content {
|
|
25917
25750
|
align-items: flex-start;
|
|
@@ -25932,21 +25765,17 @@ html.v-overlay-scroll-blocked {
|
|
|
25932
25765
|
}
|
|
25933
25766
|
|
|
25934
25767
|
.v-toolbar__prepend {
|
|
25935
|
-
-webkit-margin-start:
|
|
25936
|
-
margin-inline-start:
|
|
25768
|
+
-webkit-margin-start: 10px;
|
|
25769
|
+
margin-inline-start: 10px;
|
|
25937
25770
|
-webkit-margin-end: auto;
|
|
25938
25771
|
margin-inline-end: auto;
|
|
25939
25772
|
}
|
|
25940
|
-
.v-toolbar__prepend + .v-toolbar-title {
|
|
25941
|
-
-webkit-padding-start: 20px;
|
|
25942
|
-
padding-inline-start: 20px;
|
|
25943
|
-
}
|
|
25944
25773
|
|
|
25945
25774
|
.v-toolbar__append {
|
|
25946
25775
|
-webkit-margin-start: auto;
|
|
25947
25776
|
margin-inline-start: auto;
|
|
25948
|
-
-webkit-margin-end:
|
|
25949
|
-
margin-inline-end:
|
|
25777
|
+
-webkit-margin-end: 10px;
|
|
25778
|
+
margin-inline-end: 10px;
|
|
25950
25779
|
}
|
|
25951
25780
|
|
|
25952
25781
|
.v-toolbar-title {
|