@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/lib/styles/main.css
CHANGED
|
@@ -14,2599 +14,2339 @@
|
|
|
14
14
|
color: #FFFFFF !important;
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
.text-black {
|
|
18
|
-
color: #000000 !important;
|
|
19
|
-
caret-color: #000000 !important;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
17
|
.bg-white {
|
|
23
18
|
background-color: #FFFFFF !important;
|
|
24
19
|
color: #000000 !important;
|
|
25
20
|
}
|
|
26
21
|
|
|
27
|
-
.text-white {
|
|
28
|
-
color: #FFFFFF !important;
|
|
29
|
-
caret-color: #FFFFFF !important;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
22
|
.bg-transparent {
|
|
33
23
|
background-color: transparent !important;
|
|
34
24
|
color: currentColor !important;
|
|
35
25
|
}
|
|
36
26
|
|
|
37
|
-
.text-transparent {
|
|
38
|
-
color: transparent !important;
|
|
39
|
-
caret-color: transparent !important;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
27
|
.bg-red {
|
|
43
28
|
background-color: #F44336 !important;
|
|
44
29
|
color: #000000 !important;
|
|
45
30
|
}
|
|
46
31
|
|
|
47
|
-
.text-red {
|
|
48
|
-
color: #F44336 !important;
|
|
49
|
-
caret-color: #F44336 !important;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
32
|
.bg-red-lighten-5 {
|
|
53
33
|
background-color: #FFEBEE !important;
|
|
54
34
|
color: #000000 !important;
|
|
55
35
|
}
|
|
56
36
|
|
|
57
|
-
.text-red-lighten-5 {
|
|
58
|
-
color: #FFEBEE !important;
|
|
59
|
-
caret-color: #FFEBEE !important;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
37
|
.bg-red-lighten-4 {
|
|
63
38
|
background-color: #FFCDD2 !important;
|
|
64
39
|
color: #000000 !important;
|
|
65
40
|
}
|
|
66
41
|
|
|
67
|
-
.text-red-lighten-4 {
|
|
68
|
-
color: #FFCDD2 !important;
|
|
69
|
-
caret-color: #FFCDD2 !important;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
42
|
.bg-red-lighten-3 {
|
|
73
43
|
background-color: #EF9A9A !important;
|
|
74
44
|
color: #000000 !important;
|
|
75
45
|
}
|
|
76
46
|
|
|
77
|
-
.text-red-lighten-3 {
|
|
78
|
-
color: #EF9A9A !important;
|
|
79
|
-
caret-color: #EF9A9A !important;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
47
|
.bg-red-lighten-2 {
|
|
83
48
|
background-color: #E57373 !important;
|
|
84
49
|
color: #000000 !important;
|
|
85
50
|
}
|
|
86
51
|
|
|
87
|
-
.text-red-lighten-2 {
|
|
88
|
-
color: #E57373 !important;
|
|
89
|
-
caret-color: #E57373 !important;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
52
|
.bg-red-lighten-1 {
|
|
93
53
|
background-color: #EF5350 !important;
|
|
94
54
|
color: #000000 !important;
|
|
95
55
|
}
|
|
96
56
|
|
|
97
|
-
.text-red-lighten-1 {
|
|
98
|
-
color: #EF5350 !important;
|
|
99
|
-
caret-color: #EF5350 !important;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
57
|
.bg-red-darken-1 {
|
|
103
58
|
background-color: #E53935 !important;
|
|
104
59
|
color: #000000 !important;
|
|
105
60
|
}
|
|
106
61
|
|
|
107
|
-
.text-red-darken-1 {
|
|
108
|
-
color: #E53935 !important;
|
|
109
|
-
caret-color: #E53935 !important;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
62
|
.bg-red-darken-2 {
|
|
113
63
|
background-color: #D32F2F !important;
|
|
114
64
|
color: #FFFFFF !important;
|
|
115
65
|
}
|
|
116
66
|
|
|
117
|
-
.text-red-darken-2 {
|
|
118
|
-
color: #D32F2F !important;
|
|
119
|
-
caret-color: #D32F2F !important;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
67
|
.bg-red-darken-3 {
|
|
123
68
|
background-color: #C62828 !important;
|
|
124
69
|
color: #FFFFFF !important;
|
|
125
70
|
}
|
|
126
71
|
|
|
127
|
-
.text-red-darken-3 {
|
|
128
|
-
color: #C62828 !important;
|
|
129
|
-
caret-color: #C62828 !important;
|
|
130
|
-
}
|
|
131
|
-
|
|
132
72
|
.bg-red-darken-4 {
|
|
133
73
|
background-color: #B71C1C !important;
|
|
134
74
|
color: #FFFFFF !important;
|
|
135
75
|
}
|
|
136
76
|
|
|
137
|
-
.text-red-darken-4 {
|
|
138
|
-
color: #B71C1C !important;
|
|
139
|
-
caret-color: #B71C1C !important;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
77
|
.bg-red-accent-1 {
|
|
143
78
|
background-color: #FF8A80 !important;
|
|
144
79
|
color: #000000 !important;
|
|
145
80
|
}
|
|
146
81
|
|
|
147
|
-
.text-red-accent-1 {
|
|
148
|
-
color: #FF8A80 !important;
|
|
149
|
-
caret-color: #FF8A80 !important;
|
|
150
|
-
}
|
|
151
|
-
|
|
152
82
|
.bg-red-accent-2 {
|
|
153
83
|
background-color: #FF5252 !important;
|
|
154
84
|
color: #000000 !important;
|
|
155
85
|
}
|
|
156
86
|
|
|
157
|
-
.text-red-accent-2 {
|
|
158
|
-
color: #FF5252 !important;
|
|
159
|
-
caret-color: #FF5252 !important;
|
|
160
|
-
}
|
|
161
|
-
|
|
162
87
|
.bg-red-accent-3 {
|
|
163
88
|
background-color: #FF1744 !important;
|
|
164
89
|
color: #000000 !important;
|
|
165
90
|
}
|
|
166
91
|
|
|
167
|
-
.text-red-accent-3 {
|
|
168
|
-
color: #FF1744 !important;
|
|
169
|
-
caret-color: #FF1744 !important;
|
|
170
|
-
}
|
|
171
|
-
|
|
172
92
|
.bg-red-accent-4 {
|
|
173
93
|
background-color: #D50000 !important;
|
|
174
94
|
color: #FFFFFF !important;
|
|
175
95
|
}
|
|
176
96
|
|
|
177
|
-
.text-red-accent-4 {
|
|
178
|
-
color: #D50000 !important;
|
|
179
|
-
caret-color: #D50000 !important;
|
|
180
|
-
}
|
|
181
|
-
|
|
182
97
|
.bg-pink {
|
|
183
98
|
background-color: #e91e63 !important;
|
|
184
99
|
color: #000000 !important;
|
|
185
100
|
}
|
|
186
101
|
|
|
187
|
-
.text-pink {
|
|
188
|
-
color: #e91e63 !important;
|
|
189
|
-
caret-color: #e91e63 !important;
|
|
190
|
-
}
|
|
191
|
-
|
|
192
102
|
.bg-pink-lighten-5 {
|
|
193
103
|
background-color: #fce4ec !important;
|
|
194
104
|
color: #000000 !important;
|
|
195
105
|
}
|
|
196
106
|
|
|
197
|
-
.text-pink-lighten-5 {
|
|
198
|
-
color: #fce4ec !important;
|
|
199
|
-
caret-color: #fce4ec !important;
|
|
200
|
-
}
|
|
201
|
-
|
|
202
107
|
.bg-pink-lighten-4 {
|
|
203
108
|
background-color: #f8bbd0 !important;
|
|
204
109
|
color: #000000 !important;
|
|
205
110
|
}
|
|
206
111
|
|
|
207
|
-
.text-pink-lighten-4 {
|
|
208
|
-
color: #f8bbd0 !important;
|
|
209
|
-
caret-color: #f8bbd0 !important;
|
|
210
|
-
}
|
|
211
|
-
|
|
212
112
|
.bg-pink-lighten-3 {
|
|
213
113
|
background-color: #f48fb1 !important;
|
|
214
114
|
color: #000000 !important;
|
|
215
115
|
}
|
|
216
116
|
|
|
217
|
-
.text-pink-lighten-3 {
|
|
218
|
-
color: #f48fb1 !important;
|
|
219
|
-
caret-color: #f48fb1 !important;
|
|
220
|
-
}
|
|
221
|
-
|
|
222
117
|
.bg-pink-lighten-2 {
|
|
223
118
|
background-color: #f06292 !important;
|
|
224
119
|
color: #000000 !important;
|
|
225
120
|
}
|
|
226
121
|
|
|
227
|
-
.text-pink-lighten-2 {
|
|
228
|
-
color: #f06292 !important;
|
|
229
|
-
caret-color: #f06292 !important;
|
|
230
|
-
}
|
|
231
|
-
|
|
232
122
|
.bg-pink-lighten-1 {
|
|
233
123
|
background-color: #ec407a !important;
|
|
234
124
|
color: #000000 !important;
|
|
235
125
|
}
|
|
236
126
|
|
|
237
|
-
.text-pink-lighten-1 {
|
|
238
|
-
color: #ec407a !important;
|
|
239
|
-
caret-color: #ec407a !important;
|
|
240
|
-
}
|
|
241
|
-
|
|
242
127
|
.bg-pink-darken-1 {
|
|
243
128
|
background-color: #d81b60 !important;
|
|
244
129
|
color: #FFFFFF !important;
|
|
245
130
|
}
|
|
246
131
|
|
|
247
|
-
.text-pink-darken-1 {
|
|
248
|
-
color: #d81b60 !important;
|
|
249
|
-
caret-color: #d81b60 !important;
|
|
250
|
-
}
|
|
251
|
-
|
|
252
132
|
.bg-pink-darken-2 {
|
|
253
133
|
background-color: #c2185b !important;
|
|
254
134
|
color: #FFFFFF !important;
|
|
255
135
|
}
|
|
256
136
|
|
|
257
|
-
.text-pink-darken-2 {
|
|
258
|
-
color: #c2185b !important;
|
|
259
|
-
caret-color: #c2185b !important;
|
|
260
|
-
}
|
|
261
|
-
|
|
262
137
|
.bg-pink-darken-3 {
|
|
263
138
|
background-color: #ad1457 !important;
|
|
264
139
|
color: #FFFFFF !important;
|
|
265
140
|
}
|
|
266
141
|
|
|
267
|
-
.text-pink-darken-3 {
|
|
268
|
-
color: #ad1457 !important;
|
|
269
|
-
caret-color: #ad1457 !important;
|
|
270
|
-
}
|
|
271
|
-
|
|
272
142
|
.bg-pink-darken-4 {
|
|
273
143
|
background-color: #880e4f !important;
|
|
274
144
|
color: #FFFFFF !important;
|
|
275
145
|
}
|
|
276
146
|
|
|
277
|
-
.text-pink-darken-4 {
|
|
278
|
-
color: #880e4f !important;
|
|
279
|
-
caret-color: #880e4f !important;
|
|
280
|
-
}
|
|
281
|
-
|
|
282
147
|
.bg-pink-accent-1 {
|
|
283
148
|
background-color: #ff80ab !important;
|
|
284
149
|
color: #000000 !important;
|
|
285
150
|
}
|
|
286
151
|
|
|
287
|
-
.text-pink-accent-1 {
|
|
288
|
-
color: #ff80ab !important;
|
|
289
|
-
caret-color: #ff80ab !important;
|
|
290
|
-
}
|
|
291
|
-
|
|
292
152
|
.bg-pink-accent-2 {
|
|
293
153
|
background-color: #ff4081 !important;
|
|
294
154
|
color: #000000 !important;
|
|
295
155
|
}
|
|
296
156
|
|
|
297
|
-
.text-pink-accent-2 {
|
|
298
|
-
color: #ff4081 !important;
|
|
299
|
-
caret-color: #ff4081 !important;
|
|
300
|
-
}
|
|
301
|
-
|
|
302
157
|
.bg-pink-accent-3 {
|
|
303
158
|
background-color: #f50057 !important;
|
|
304
159
|
color: #000000 !important;
|
|
305
160
|
}
|
|
306
161
|
|
|
307
|
-
.text-pink-accent-3 {
|
|
308
|
-
color: #f50057 !important;
|
|
309
|
-
caret-color: #f50057 !important;
|
|
310
|
-
}
|
|
311
|
-
|
|
312
162
|
.bg-pink-accent-4 {
|
|
313
163
|
background-color: #c51162 !important;
|
|
314
164
|
color: #FFFFFF !important;
|
|
315
165
|
}
|
|
316
166
|
|
|
317
|
-
.text-pink-accent-4 {
|
|
318
|
-
color: #c51162 !important;
|
|
319
|
-
caret-color: #c51162 !important;
|
|
320
|
-
}
|
|
321
|
-
|
|
322
167
|
.bg-purple {
|
|
323
168
|
background-color: #9c27b0 !important;
|
|
324
169
|
color: #FFFFFF !important;
|
|
325
170
|
}
|
|
326
171
|
|
|
327
|
-
.text-purple {
|
|
328
|
-
color: #9c27b0 !important;
|
|
329
|
-
caret-color: #9c27b0 !important;
|
|
330
|
-
}
|
|
331
|
-
|
|
332
172
|
.bg-purple-lighten-5 {
|
|
333
173
|
background-color: #f3e5f5 !important;
|
|
334
174
|
color: #000000 !important;
|
|
335
175
|
}
|
|
336
176
|
|
|
337
|
-
.text-purple-lighten-5 {
|
|
338
|
-
color: #f3e5f5 !important;
|
|
339
|
-
caret-color: #f3e5f5 !important;
|
|
340
|
-
}
|
|
341
|
-
|
|
342
177
|
.bg-purple-lighten-4 {
|
|
343
178
|
background-color: #e1bee7 !important;
|
|
344
179
|
color: #000000 !important;
|
|
345
180
|
}
|
|
346
181
|
|
|
347
|
-
.text-purple-lighten-4 {
|
|
348
|
-
color: #e1bee7 !important;
|
|
349
|
-
caret-color: #e1bee7 !important;
|
|
350
|
-
}
|
|
351
|
-
|
|
352
182
|
.bg-purple-lighten-3 {
|
|
353
183
|
background-color: #ce93d8 !important;
|
|
354
184
|
color: #000000 !important;
|
|
355
185
|
}
|
|
356
186
|
|
|
357
|
-
.text-purple-lighten-3 {
|
|
358
|
-
color: #ce93d8 !important;
|
|
359
|
-
caret-color: #ce93d8 !important;
|
|
360
|
-
}
|
|
361
|
-
|
|
362
187
|
.bg-purple-lighten-2 {
|
|
363
188
|
background-color: #ba68c8 !important;
|
|
364
189
|
color: #000000 !important;
|
|
365
190
|
}
|
|
366
191
|
|
|
367
|
-
.text-purple-lighten-2 {
|
|
368
|
-
color: #ba68c8 !important;
|
|
369
|
-
caret-color: #ba68c8 !important;
|
|
370
|
-
}
|
|
371
|
-
|
|
372
192
|
.bg-purple-lighten-1 {
|
|
373
193
|
background-color: #ab47bc !important;
|
|
374
194
|
color: #FFFFFF !important;
|
|
375
195
|
}
|
|
376
196
|
|
|
377
|
-
.text-purple-lighten-1 {
|
|
378
|
-
color: #ab47bc !important;
|
|
379
|
-
caret-color: #ab47bc !important;
|
|
380
|
-
}
|
|
381
|
-
|
|
382
197
|
.bg-purple-darken-1 {
|
|
383
198
|
background-color: #8e24aa !important;
|
|
384
199
|
color: #FFFFFF !important;
|
|
385
200
|
}
|
|
386
201
|
|
|
387
|
-
.text-purple-darken-1 {
|
|
388
|
-
color: #8e24aa !important;
|
|
389
|
-
caret-color: #8e24aa !important;
|
|
390
|
-
}
|
|
391
|
-
|
|
392
202
|
.bg-purple-darken-2 {
|
|
393
203
|
background-color: #7b1fa2 !important;
|
|
394
204
|
color: #FFFFFF !important;
|
|
395
205
|
}
|
|
396
206
|
|
|
397
|
-
.text-purple-darken-2 {
|
|
398
|
-
color: #7b1fa2 !important;
|
|
399
|
-
caret-color: #7b1fa2 !important;
|
|
400
|
-
}
|
|
401
|
-
|
|
402
207
|
.bg-purple-darken-3 {
|
|
403
208
|
background-color: #6a1b9a !important;
|
|
404
209
|
color: #FFFFFF !important;
|
|
405
210
|
}
|
|
406
211
|
|
|
407
|
-
.text-purple-darken-3 {
|
|
408
|
-
color: #6a1b9a !important;
|
|
409
|
-
caret-color: #6a1b9a !important;
|
|
410
|
-
}
|
|
411
|
-
|
|
412
212
|
.bg-purple-darken-4 {
|
|
413
213
|
background-color: #4a148c !important;
|
|
414
214
|
color: #FFFFFF !important;
|
|
415
215
|
}
|
|
416
216
|
|
|
417
|
-
.text-purple-darken-4 {
|
|
418
|
-
color: #4a148c !important;
|
|
419
|
-
caret-color: #4a148c !important;
|
|
420
|
-
}
|
|
421
|
-
|
|
422
217
|
.bg-purple-accent-1 {
|
|
423
218
|
background-color: #ea80fc !important;
|
|
424
219
|
color: #000000 !important;
|
|
425
220
|
}
|
|
426
221
|
|
|
427
|
-
.text-purple-accent-1 {
|
|
428
|
-
color: #ea80fc !important;
|
|
429
|
-
caret-color: #ea80fc !important;
|
|
430
|
-
}
|
|
431
|
-
|
|
432
222
|
.bg-purple-accent-2 {
|
|
433
223
|
background-color: #e040fb !important;
|
|
434
224
|
color: #000000 !important;
|
|
435
225
|
}
|
|
436
226
|
|
|
437
|
-
.text-purple-accent-2 {
|
|
438
|
-
color: #e040fb !important;
|
|
439
|
-
caret-color: #e040fb !important;
|
|
440
|
-
}
|
|
441
|
-
|
|
442
227
|
.bg-purple-accent-3 {
|
|
443
228
|
background-color: #d500f9 !important;
|
|
444
229
|
color: #000000 !important;
|
|
445
230
|
}
|
|
446
231
|
|
|
447
|
-
.text-purple-accent-3 {
|
|
448
|
-
color: #d500f9 !important;
|
|
449
|
-
caret-color: #d500f9 !important;
|
|
450
|
-
}
|
|
451
|
-
|
|
452
232
|
.bg-purple-accent-4 {
|
|
453
233
|
background-color: #aa00ff !important;
|
|
454
234
|
color: #FFFFFF !important;
|
|
455
235
|
}
|
|
456
236
|
|
|
457
|
-
.text-purple-accent-4 {
|
|
458
|
-
color: #aa00ff !important;
|
|
459
|
-
caret-color: #aa00ff !important;
|
|
460
|
-
}
|
|
461
|
-
|
|
462
237
|
.bg-deep-purple {
|
|
463
238
|
background-color: #673ab7 !important;
|
|
464
239
|
color: #FFFFFF !important;
|
|
465
240
|
}
|
|
466
241
|
|
|
467
|
-
.text-deep-purple {
|
|
468
|
-
color: #673ab7 !important;
|
|
469
|
-
caret-color: #673ab7 !important;
|
|
470
|
-
}
|
|
471
|
-
|
|
472
242
|
.bg-deep-purple-lighten-5 {
|
|
473
243
|
background-color: #ede7f6 !important;
|
|
474
244
|
color: #000000 !important;
|
|
475
245
|
}
|
|
476
246
|
|
|
477
|
-
.text-deep-purple-lighten-5 {
|
|
478
|
-
color: #ede7f6 !important;
|
|
479
|
-
caret-color: #ede7f6 !important;
|
|
480
|
-
}
|
|
481
|
-
|
|
482
247
|
.bg-deep-purple-lighten-4 {
|
|
483
248
|
background-color: #d1c4e9 !important;
|
|
484
249
|
color: #000000 !important;
|
|
485
250
|
}
|
|
486
251
|
|
|
487
|
-
.text-deep-purple-lighten-4 {
|
|
488
|
-
color: #d1c4e9 !important;
|
|
489
|
-
caret-color: #d1c4e9 !important;
|
|
490
|
-
}
|
|
491
|
-
|
|
492
252
|
.bg-deep-purple-lighten-3 {
|
|
493
253
|
background-color: #b39ddb !important;
|
|
494
254
|
color: #000000 !important;
|
|
495
255
|
}
|
|
496
256
|
|
|
497
|
-
.text-deep-purple-lighten-3 {
|
|
498
|
-
color: #b39ddb !important;
|
|
499
|
-
caret-color: #b39ddb !important;
|
|
500
|
-
}
|
|
501
|
-
|
|
502
257
|
.bg-deep-purple-lighten-2 {
|
|
503
258
|
background-color: #9575cd !important;
|
|
504
259
|
color: #000000 !important;
|
|
505
260
|
}
|
|
506
261
|
|
|
507
|
-
.text-deep-purple-lighten-2 {
|
|
508
|
-
color: #9575cd !important;
|
|
509
|
-
caret-color: #9575cd !important;
|
|
510
|
-
}
|
|
511
|
-
|
|
512
262
|
.bg-deep-purple-lighten-1 {
|
|
513
263
|
background-color: #7e57c2 !important;
|
|
514
264
|
color: #FFFFFF !important;
|
|
515
265
|
}
|
|
516
266
|
|
|
517
|
-
.text-deep-purple-lighten-1 {
|
|
518
|
-
color: #7e57c2 !important;
|
|
519
|
-
caret-color: #7e57c2 !important;
|
|
520
|
-
}
|
|
521
|
-
|
|
522
267
|
.bg-deep-purple-darken-1 {
|
|
523
268
|
background-color: #5e35b1 !important;
|
|
524
269
|
color: #FFFFFF !important;
|
|
525
270
|
}
|
|
526
271
|
|
|
527
|
-
.text-deep-purple-darken-1 {
|
|
528
|
-
color: #5e35b1 !important;
|
|
529
|
-
caret-color: #5e35b1 !important;
|
|
530
|
-
}
|
|
531
|
-
|
|
532
272
|
.bg-deep-purple-darken-2 {
|
|
533
273
|
background-color: #512da8 !important;
|
|
534
274
|
color: #FFFFFF !important;
|
|
535
275
|
}
|
|
536
276
|
|
|
537
|
-
.text-deep-purple-darken-2 {
|
|
538
|
-
color: #512da8 !important;
|
|
539
|
-
caret-color: #512da8 !important;
|
|
540
|
-
}
|
|
541
|
-
|
|
542
277
|
.bg-deep-purple-darken-3 {
|
|
543
278
|
background-color: #4527a0 !important;
|
|
544
279
|
color: #FFFFFF !important;
|
|
545
280
|
}
|
|
546
281
|
|
|
547
|
-
.text-deep-purple-darken-3 {
|
|
548
|
-
color: #4527a0 !important;
|
|
549
|
-
caret-color: #4527a0 !important;
|
|
550
|
-
}
|
|
551
|
-
|
|
552
282
|
.bg-deep-purple-darken-4 {
|
|
553
283
|
background-color: #311b92 !important;
|
|
554
284
|
color: #FFFFFF !important;
|
|
555
285
|
}
|
|
556
286
|
|
|
557
|
-
.text-deep-purple-darken-4 {
|
|
558
|
-
color: #311b92 !important;
|
|
559
|
-
caret-color: #311b92 !important;
|
|
560
|
-
}
|
|
561
|
-
|
|
562
287
|
.bg-deep-purple-accent-1 {
|
|
563
288
|
background-color: #b388ff !important;
|
|
564
289
|
color: #000000 !important;
|
|
565
290
|
}
|
|
566
291
|
|
|
567
|
-
.text-deep-purple-accent-1 {
|
|
568
|
-
color: #b388ff !important;
|
|
569
|
-
caret-color: #b388ff !important;
|
|
570
|
-
}
|
|
571
|
-
|
|
572
292
|
.bg-deep-purple-accent-2 {
|
|
573
293
|
background-color: #7c4dff !important;
|
|
574
294
|
color: #FFFFFF !important;
|
|
575
295
|
}
|
|
576
296
|
|
|
577
|
-
.text-deep-purple-accent-2 {
|
|
578
|
-
color: #7c4dff !important;
|
|
579
|
-
caret-color: #7c4dff !important;
|
|
580
|
-
}
|
|
581
|
-
|
|
582
297
|
.bg-deep-purple-accent-3 {
|
|
583
298
|
background-color: #651fff !important;
|
|
584
299
|
color: #FFFFFF !important;
|
|
585
300
|
}
|
|
586
301
|
|
|
587
|
-
.text-deep-purple-accent-3 {
|
|
588
|
-
color: #651fff !important;
|
|
589
|
-
caret-color: #651fff !important;
|
|
590
|
-
}
|
|
591
|
-
|
|
592
302
|
.bg-deep-purple-accent-4 {
|
|
593
303
|
background-color: #6200ea !important;
|
|
594
304
|
color: #FFFFFF !important;
|
|
595
305
|
}
|
|
596
306
|
|
|
597
|
-
.text-deep-purple-accent-4 {
|
|
598
|
-
color: #6200ea !important;
|
|
599
|
-
caret-color: #6200ea !important;
|
|
600
|
-
}
|
|
601
|
-
|
|
602
307
|
.bg-indigo {
|
|
603
308
|
background-color: #3f51b5 !important;
|
|
604
309
|
color: #FFFFFF !important;
|
|
605
310
|
}
|
|
606
311
|
|
|
607
|
-
.text-indigo {
|
|
608
|
-
color: #3f51b5 !important;
|
|
609
|
-
caret-color: #3f51b5 !important;
|
|
610
|
-
}
|
|
611
|
-
|
|
612
312
|
.bg-indigo-lighten-5 {
|
|
613
313
|
background-color: #e8eaf6 !important;
|
|
614
314
|
color: #000000 !important;
|
|
615
315
|
}
|
|
616
316
|
|
|
617
|
-
.text-indigo-lighten-5 {
|
|
618
|
-
color: #e8eaf6 !important;
|
|
619
|
-
caret-color: #e8eaf6 !important;
|
|
620
|
-
}
|
|
621
|
-
|
|
622
317
|
.bg-indigo-lighten-4 {
|
|
623
318
|
background-color: #c5cae9 !important;
|
|
624
319
|
color: #000000 !important;
|
|
625
320
|
}
|
|
626
321
|
|
|
627
|
-
.text-indigo-lighten-4 {
|
|
628
|
-
color: #c5cae9 !important;
|
|
629
|
-
caret-color: #c5cae9 !important;
|
|
630
|
-
}
|
|
631
|
-
|
|
632
322
|
.bg-indigo-lighten-3 {
|
|
633
323
|
background-color: #9fa8da !important;
|
|
634
324
|
color: #000000 !important;
|
|
635
325
|
}
|
|
636
326
|
|
|
637
|
-
.text-indigo-lighten-3 {
|
|
638
|
-
color: #9fa8da !important;
|
|
639
|
-
caret-color: #9fa8da !important;
|
|
640
|
-
}
|
|
641
|
-
|
|
642
327
|
.bg-indigo-lighten-2 {
|
|
643
328
|
background-color: #7986cb !important;
|
|
644
329
|
color: #000000 !important;
|
|
645
330
|
}
|
|
646
331
|
|
|
647
|
-
.text-indigo-lighten-2 {
|
|
648
|
-
color: #7986cb !important;
|
|
649
|
-
caret-color: #7986cb !important;
|
|
650
|
-
}
|
|
651
|
-
|
|
652
332
|
.bg-indigo-lighten-1 {
|
|
653
333
|
background-color: #5c6bc0 !important;
|
|
654
334
|
color: #FFFFFF !important;
|
|
655
335
|
}
|
|
656
336
|
|
|
657
|
-
.text-indigo-lighten-1 {
|
|
658
|
-
color: #5c6bc0 !important;
|
|
659
|
-
caret-color: #5c6bc0 !important;
|
|
660
|
-
}
|
|
661
|
-
|
|
662
337
|
.bg-indigo-darken-1 {
|
|
663
338
|
background-color: #3949ab !important;
|
|
664
339
|
color: #FFFFFF !important;
|
|
665
340
|
}
|
|
666
341
|
|
|
667
|
-
.text-indigo-darken-1 {
|
|
668
|
-
color: #3949ab !important;
|
|
669
|
-
caret-color: #3949ab !important;
|
|
670
|
-
}
|
|
671
|
-
|
|
672
342
|
.bg-indigo-darken-2 {
|
|
673
343
|
background-color: #303f9f !important;
|
|
674
344
|
color: #FFFFFF !important;
|
|
675
345
|
}
|
|
676
346
|
|
|
677
|
-
.text-indigo-darken-2 {
|
|
678
|
-
color: #303f9f !important;
|
|
679
|
-
caret-color: #303f9f !important;
|
|
680
|
-
}
|
|
681
|
-
|
|
682
347
|
.bg-indigo-darken-3 {
|
|
683
348
|
background-color: #283593 !important;
|
|
684
349
|
color: #FFFFFF !important;
|
|
685
350
|
}
|
|
686
351
|
|
|
687
|
-
.text-indigo-darken-3 {
|
|
688
|
-
color: #283593 !important;
|
|
689
|
-
caret-color: #283593 !important;
|
|
690
|
-
}
|
|
691
|
-
|
|
692
352
|
.bg-indigo-darken-4 {
|
|
693
353
|
background-color: #1a237e !important;
|
|
694
354
|
color: #FFFFFF !important;
|
|
695
355
|
}
|
|
696
356
|
|
|
697
|
-
.text-indigo-darken-4 {
|
|
698
|
-
color: #1a237e !important;
|
|
699
|
-
caret-color: #1a237e !important;
|
|
700
|
-
}
|
|
701
|
-
|
|
702
357
|
.bg-indigo-accent-1 {
|
|
703
358
|
background-color: #8c9eff !important;
|
|
704
359
|
color: #000000 !important;
|
|
705
360
|
}
|
|
706
361
|
|
|
707
|
-
.text-indigo-accent-1 {
|
|
708
|
-
color: #8c9eff !important;
|
|
709
|
-
caret-color: #8c9eff !important;
|
|
710
|
-
}
|
|
711
|
-
|
|
712
362
|
.bg-indigo-accent-2 {
|
|
713
363
|
background-color: #536dfe !important;
|
|
714
364
|
color: #000000 !important;
|
|
715
365
|
}
|
|
716
366
|
|
|
717
|
-
.text-indigo-accent-2 {
|
|
718
|
-
color: #536dfe !important;
|
|
719
|
-
caret-color: #536dfe !important;
|
|
720
|
-
}
|
|
721
|
-
|
|
722
367
|
.bg-indigo-accent-3 {
|
|
723
368
|
background-color: #3d5afe !important;
|
|
724
369
|
color: #FFFFFF !important;
|
|
725
370
|
}
|
|
726
371
|
|
|
727
|
-
.text-indigo-accent-3 {
|
|
728
|
-
color: #3d5afe !important;
|
|
729
|
-
caret-color: #3d5afe !important;
|
|
730
|
-
}
|
|
731
|
-
|
|
732
372
|
.bg-indigo-accent-4 {
|
|
733
373
|
background-color: #304ffe !important;
|
|
734
374
|
color: #FFFFFF !important;
|
|
735
375
|
}
|
|
736
376
|
|
|
737
|
-
.text-indigo-accent-4 {
|
|
738
|
-
color: #304ffe !important;
|
|
739
|
-
caret-color: #304ffe !important;
|
|
740
|
-
}
|
|
741
|
-
|
|
742
377
|
.bg-blue {
|
|
743
378
|
background-color: #2196F3 !important;
|
|
744
379
|
color: #000000 !important;
|
|
745
380
|
}
|
|
746
381
|
|
|
747
|
-
.text-blue {
|
|
748
|
-
color: #2196F3 !important;
|
|
749
|
-
caret-color: #2196F3 !important;
|
|
750
|
-
}
|
|
751
|
-
|
|
752
382
|
.bg-blue-lighten-5 {
|
|
753
383
|
background-color: #E3F2FD !important;
|
|
754
384
|
color: #000000 !important;
|
|
755
385
|
}
|
|
756
386
|
|
|
757
|
-
.text-blue-lighten-5 {
|
|
758
|
-
color: #E3F2FD !important;
|
|
759
|
-
caret-color: #E3F2FD !important;
|
|
760
|
-
}
|
|
761
|
-
|
|
762
387
|
.bg-blue-lighten-4 {
|
|
763
388
|
background-color: #BBDEFB !important;
|
|
764
389
|
color: #000000 !important;
|
|
765
390
|
}
|
|
766
391
|
|
|
767
|
-
.text-blue-lighten-4 {
|
|
768
|
-
color: #BBDEFB !important;
|
|
769
|
-
caret-color: #BBDEFB !important;
|
|
770
|
-
}
|
|
771
|
-
|
|
772
392
|
.bg-blue-lighten-3 {
|
|
773
393
|
background-color: #90CAF9 !important;
|
|
774
394
|
color: #000000 !important;
|
|
775
395
|
}
|
|
776
396
|
|
|
777
|
-
.text-blue-lighten-3 {
|
|
778
|
-
color: #90CAF9 !important;
|
|
779
|
-
caret-color: #90CAF9 !important;
|
|
780
|
-
}
|
|
781
|
-
|
|
782
397
|
.bg-blue-lighten-2 {
|
|
783
398
|
background-color: #64B5F6 !important;
|
|
784
399
|
color: #000000 !important;
|
|
785
400
|
}
|
|
786
401
|
|
|
787
|
-
.text-blue-lighten-2 {
|
|
788
|
-
color: #64B5F6 !important;
|
|
789
|
-
caret-color: #64B5F6 !important;
|
|
790
|
-
}
|
|
791
|
-
|
|
792
402
|
.bg-blue-lighten-1 {
|
|
793
403
|
background-color: #42A5F5 !important;
|
|
794
404
|
color: #000000 !important;
|
|
795
405
|
}
|
|
796
406
|
|
|
797
|
-
.text-blue-lighten-1 {
|
|
798
|
-
color: #42A5F5 !important;
|
|
799
|
-
caret-color: #42A5F5 !important;
|
|
800
|
-
}
|
|
801
|
-
|
|
802
407
|
.bg-blue-darken-1 {
|
|
803
408
|
background-color: #1E88E5 !important;
|
|
804
409
|
color: #000000 !important;
|
|
805
410
|
}
|
|
806
411
|
|
|
807
|
-
.text-blue-darken-1 {
|
|
808
|
-
color: #1E88E5 !important;
|
|
809
|
-
caret-color: #1E88E5 !important;
|
|
810
|
-
}
|
|
811
|
-
|
|
812
412
|
.bg-blue-darken-2 {
|
|
813
413
|
background-color: #1976D2 !important;
|
|
814
414
|
color: #FFFFFF !important;
|
|
815
415
|
}
|
|
816
416
|
|
|
817
|
-
.text-blue-darken-2 {
|
|
818
|
-
color: #1976D2 !important;
|
|
819
|
-
caret-color: #1976D2 !important;
|
|
820
|
-
}
|
|
821
|
-
|
|
822
417
|
.bg-blue-darken-3 {
|
|
823
418
|
background-color: #1565C0 !important;
|
|
824
419
|
color: #FFFFFF !important;
|
|
825
420
|
}
|
|
826
421
|
|
|
827
|
-
.text-blue-darken-3 {
|
|
828
|
-
color: #1565C0 !important;
|
|
829
|
-
caret-color: #1565C0 !important;
|
|
830
|
-
}
|
|
831
|
-
|
|
832
422
|
.bg-blue-darken-4 {
|
|
833
423
|
background-color: #0D47A1 !important;
|
|
834
424
|
color: #FFFFFF !important;
|
|
835
425
|
}
|
|
836
426
|
|
|
837
|
-
.text-blue-darken-4 {
|
|
838
|
-
color: #0D47A1 !important;
|
|
839
|
-
caret-color: #0D47A1 !important;
|
|
840
|
-
}
|
|
841
|
-
|
|
842
427
|
.bg-blue-accent-1 {
|
|
843
428
|
background-color: #82B1FF !important;
|
|
844
429
|
color: #000000 !important;
|
|
845
430
|
}
|
|
846
431
|
|
|
847
|
-
.text-blue-accent-1 {
|
|
848
|
-
color: #82B1FF !important;
|
|
849
|
-
caret-color: #82B1FF !important;
|
|
850
|
-
}
|
|
851
|
-
|
|
852
432
|
.bg-blue-accent-2 {
|
|
853
433
|
background-color: #448AFF !important;
|
|
854
434
|
color: #000000 !important;
|
|
855
435
|
}
|
|
856
436
|
|
|
857
|
-
.text-blue-accent-2 {
|
|
858
|
-
color: #448AFF !important;
|
|
859
|
-
caret-color: #448AFF !important;
|
|
860
|
-
}
|
|
861
|
-
|
|
862
437
|
.bg-blue-accent-3 {
|
|
863
438
|
background-color: #2979FF !important;
|
|
864
439
|
color: #000000 !important;
|
|
865
440
|
}
|
|
866
441
|
|
|
867
|
-
.text-blue-accent-3 {
|
|
868
|
-
color: #2979FF !important;
|
|
869
|
-
caret-color: #2979FF !important;
|
|
870
|
-
}
|
|
871
|
-
|
|
872
442
|
.bg-blue-accent-4 {
|
|
873
443
|
background-color: #2962FF !important;
|
|
874
444
|
color: #FFFFFF !important;
|
|
875
445
|
}
|
|
876
446
|
|
|
877
|
-
.text-blue-accent-4 {
|
|
878
|
-
color: #2962FF !important;
|
|
879
|
-
caret-color: #2962FF !important;
|
|
880
|
-
}
|
|
881
|
-
|
|
882
447
|
.bg-light-blue {
|
|
883
448
|
background-color: #03a9f4 !important;
|
|
884
449
|
color: #000000 !important;
|
|
885
450
|
}
|
|
886
451
|
|
|
887
|
-
.text-light-blue {
|
|
888
|
-
color: #03a9f4 !important;
|
|
889
|
-
caret-color: #03a9f4 !important;
|
|
890
|
-
}
|
|
891
|
-
|
|
892
452
|
.bg-light-blue-lighten-5 {
|
|
893
453
|
background-color: #e1f5fe !important;
|
|
894
454
|
color: #000000 !important;
|
|
895
455
|
}
|
|
896
456
|
|
|
897
|
-
.text-light-blue-lighten-5 {
|
|
898
|
-
color: #e1f5fe !important;
|
|
899
|
-
caret-color: #e1f5fe !important;
|
|
900
|
-
}
|
|
901
|
-
|
|
902
457
|
.bg-light-blue-lighten-4 {
|
|
903
458
|
background-color: #b3e5fc !important;
|
|
904
459
|
color: #000000 !important;
|
|
905
460
|
}
|
|
906
461
|
|
|
907
|
-
.text-light-blue-lighten-4 {
|
|
908
|
-
color: #b3e5fc !important;
|
|
909
|
-
caret-color: #b3e5fc !important;
|
|
910
|
-
}
|
|
911
|
-
|
|
912
462
|
.bg-light-blue-lighten-3 {
|
|
913
463
|
background-color: #81d4fa !important;
|
|
914
464
|
color: #000000 !important;
|
|
915
465
|
}
|
|
916
466
|
|
|
917
|
-
.text-light-blue-lighten-3 {
|
|
918
|
-
color: #81d4fa !important;
|
|
919
|
-
caret-color: #81d4fa !important;
|
|
920
|
-
}
|
|
921
|
-
|
|
922
467
|
.bg-light-blue-lighten-2 {
|
|
923
468
|
background-color: #4fc3f7 !important;
|
|
924
469
|
color: #000000 !important;
|
|
925
470
|
}
|
|
926
471
|
|
|
927
|
-
.text-light-blue-lighten-2 {
|
|
928
|
-
color: #4fc3f7 !important;
|
|
929
|
-
caret-color: #4fc3f7 !important;
|
|
930
|
-
}
|
|
931
|
-
|
|
932
472
|
.bg-light-blue-lighten-1 {
|
|
933
473
|
background-color: #29b6f6 !important;
|
|
934
474
|
color: #000000 !important;
|
|
935
475
|
}
|
|
936
476
|
|
|
937
|
-
.text-light-blue-lighten-1 {
|
|
938
|
-
color: #29b6f6 !important;
|
|
939
|
-
caret-color: #29b6f6 !important;
|
|
940
|
-
}
|
|
941
|
-
|
|
942
477
|
.bg-light-blue-darken-1 {
|
|
943
478
|
background-color: #039be5 !important;
|
|
944
479
|
color: #000000 !important;
|
|
945
480
|
}
|
|
946
481
|
|
|
947
|
-
.text-light-blue-darken-1 {
|
|
948
|
-
color: #039be5 !important;
|
|
949
|
-
caret-color: #039be5 !important;
|
|
950
|
-
}
|
|
951
|
-
|
|
952
482
|
.bg-light-blue-darken-2 {
|
|
953
483
|
background-color: #0288d1 !important;
|
|
954
484
|
color: #000000 !important;
|
|
955
485
|
}
|
|
956
486
|
|
|
957
|
-
.text-light-blue-darken-2 {
|
|
958
|
-
color: #0288d1 !important;
|
|
959
|
-
caret-color: #0288d1 !important;
|
|
960
|
-
}
|
|
961
|
-
|
|
962
487
|
.bg-light-blue-darken-3 {
|
|
963
488
|
background-color: #0277bd !important;
|
|
964
489
|
color: #FFFFFF !important;
|
|
965
490
|
}
|
|
966
491
|
|
|
967
|
-
.text-light-blue-darken-3 {
|
|
968
|
-
color: #0277bd !important;
|
|
969
|
-
caret-color: #0277bd !important;
|
|
970
|
-
}
|
|
971
|
-
|
|
972
492
|
.bg-light-blue-darken-4 {
|
|
973
493
|
background-color: #01579b !important;
|
|
974
494
|
color: #FFFFFF !important;
|
|
975
495
|
}
|
|
976
496
|
|
|
977
|
-
.text-light-blue-darken-4 {
|
|
978
|
-
color: #01579b !important;
|
|
979
|
-
caret-color: #01579b !important;
|
|
980
|
-
}
|
|
981
|
-
|
|
982
497
|
.bg-light-blue-accent-1 {
|
|
983
498
|
background-color: #80d8ff !important;
|
|
984
499
|
color: #000000 !important;
|
|
985
500
|
}
|
|
986
501
|
|
|
987
|
-
.text-light-blue-accent-1 {
|
|
988
|
-
color: #80d8ff !important;
|
|
989
|
-
caret-color: #80d8ff !important;
|
|
990
|
-
}
|
|
991
|
-
|
|
992
502
|
.bg-light-blue-accent-2 {
|
|
993
503
|
background-color: #40c4ff !important;
|
|
994
504
|
color: #000000 !important;
|
|
995
505
|
}
|
|
996
506
|
|
|
997
|
-
.text-light-blue-accent-2 {
|
|
998
|
-
color: #40c4ff !important;
|
|
999
|
-
caret-color: #40c4ff !important;
|
|
1000
|
-
}
|
|
1001
|
-
|
|
1002
507
|
.bg-light-blue-accent-3 {
|
|
1003
508
|
background-color: #00b0ff !important;
|
|
1004
509
|
color: #000000 !important;
|
|
1005
510
|
}
|
|
1006
511
|
|
|
1007
|
-
.text-light-blue-accent-3 {
|
|
1008
|
-
color: #00b0ff !important;
|
|
1009
|
-
caret-color: #00b0ff !important;
|
|
1010
|
-
}
|
|
1011
|
-
|
|
1012
512
|
.bg-light-blue-accent-4 {
|
|
1013
513
|
background-color: #0091ea !important;
|
|
1014
514
|
color: #000000 !important;
|
|
1015
515
|
}
|
|
1016
516
|
|
|
1017
|
-
.text-light-blue-accent-4 {
|
|
1018
|
-
color: #0091ea !important;
|
|
1019
|
-
caret-color: #0091ea !important;
|
|
1020
|
-
}
|
|
1021
|
-
|
|
1022
517
|
.bg-cyan {
|
|
1023
518
|
background-color: #00bcd4 !important;
|
|
1024
519
|
color: #000000 !important;
|
|
1025
520
|
}
|
|
1026
521
|
|
|
1027
|
-
.text-cyan {
|
|
1028
|
-
color: #00bcd4 !important;
|
|
1029
|
-
caret-color: #00bcd4 !important;
|
|
1030
|
-
}
|
|
1031
|
-
|
|
1032
522
|
.bg-cyan-lighten-5 {
|
|
1033
523
|
background-color: #e0f7fa !important;
|
|
1034
524
|
color: #000000 !important;
|
|
1035
525
|
}
|
|
1036
526
|
|
|
1037
|
-
.text-cyan-lighten-5 {
|
|
1038
|
-
color: #e0f7fa !important;
|
|
1039
|
-
caret-color: #e0f7fa !important;
|
|
1040
|
-
}
|
|
1041
|
-
|
|
1042
527
|
.bg-cyan-lighten-4 {
|
|
1043
528
|
background-color: #b2ebf2 !important;
|
|
1044
529
|
color: #000000 !important;
|
|
1045
530
|
}
|
|
1046
531
|
|
|
1047
|
-
.text-cyan-lighten-4 {
|
|
1048
|
-
color: #b2ebf2 !important;
|
|
1049
|
-
caret-color: #b2ebf2 !important;
|
|
1050
|
-
}
|
|
1051
|
-
|
|
1052
532
|
.bg-cyan-lighten-3 {
|
|
1053
533
|
background-color: #80deea !important;
|
|
1054
534
|
color: #000000 !important;
|
|
1055
535
|
}
|
|
1056
536
|
|
|
1057
|
-
.text-cyan-lighten-3 {
|
|
1058
|
-
color: #80deea !important;
|
|
1059
|
-
caret-color: #80deea !important;
|
|
1060
|
-
}
|
|
1061
|
-
|
|
1062
537
|
.bg-cyan-lighten-2 {
|
|
1063
538
|
background-color: #4dd0e1 !important;
|
|
1064
539
|
color: #000000 !important;
|
|
1065
540
|
}
|
|
1066
541
|
|
|
1067
|
-
.text-cyan-lighten-2 {
|
|
1068
|
-
color: #4dd0e1 !important;
|
|
1069
|
-
caret-color: #4dd0e1 !important;
|
|
1070
|
-
}
|
|
1071
|
-
|
|
1072
542
|
.bg-cyan-lighten-1 {
|
|
1073
543
|
background-color: #26c6da !important;
|
|
1074
544
|
color: #000000 !important;
|
|
1075
545
|
}
|
|
1076
546
|
|
|
1077
|
-
.text-cyan-lighten-1 {
|
|
1078
|
-
color: #26c6da !important;
|
|
1079
|
-
caret-color: #26c6da !important;
|
|
1080
|
-
}
|
|
1081
|
-
|
|
1082
547
|
.bg-cyan-darken-1 {
|
|
1083
548
|
background-color: #00acc1 !important;
|
|
1084
549
|
color: #000000 !important;
|
|
1085
550
|
}
|
|
1086
551
|
|
|
1087
|
-
.text-cyan-darken-1 {
|
|
1088
|
-
color: #00acc1 !important;
|
|
1089
|
-
caret-color: #00acc1 !important;
|
|
1090
|
-
}
|
|
1091
|
-
|
|
1092
552
|
.bg-cyan-darken-2 {
|
|
1093
553
|
background-color: #0097a7 !important;
|
|
1094
554
|
color: #000000 !important;
|
|
1095
555
|
}
|
|
1096
556
|
|
|
1097
|
-
.text-cyan-darken-2 {
|
|
1098
|
-
color: #0097a7 !important;
|
|
1099
|
-
caret-color: #0097a7 !important;
|
|
1100
|
-
}
|
|
1101
|
-
|
|
1102
557
|
.bg-cyan-darken-3 {
|
|
1103
558
|
background-color: #00838f !important;
|
|
1104
559
|
color: #000000 !important;
|
|
1105
560
|
}
|
|
1106
561
|
|
|
1107
|
-
.text-cyan-darken-3 {
|
|
1108
|
-
color: #00838f !important;
|
|
1109
|
-
caret-color: #00838f !important;
|
|
1110
|
-
}
|
|
1111
|
-
|
|
1112
562
|
.bg-cyan-darken-4 {
|
|
1113
563
|
background-color: #006064 !important;
|
|
1114
564
|
color: #FFFFFF !important;
|
|
1115
565
|
}
|
|
1116
566
|
|
|
1117
|
-
.text-cyan-darken-4 {
|
|
1118
|
-
color: #006064 !important;
|
|
1119
|
-
caret-color: #006064 !important;
|
|
1120
|
-
}
|
|
1121
|
-
|
|
1122
567
|
.bg-cyan-accent-1 {
|
|
1123
568
|
background-color: #84ffff !important;
|
|
1124
569
|
color: #000000 !important;
|
|
1125
570
|
}
|
|
1126
571
|
|
|
1127
|
-
.text-cyan-accent-1 {
|
|
1128
|
-
color: #84ffff !important;
|
|
1129
|
-
caret-color: #84ffff !important;
|
|
1130
|
-
}
|
|
1131
|
-
|
|
1132
572
|
.bg-cyan-accent-2 {
|
|
1133
573
|
background-color: #18ffff !important;
|
|
1134
574
|
color: #000000 !important;
|
|
1135
575
|
}
|
|
1136
576
|
|
|
1137
|
-
.text-cyan-accent-2 {
|
|
1138
|
-
color: #18ffff !important;
|
|
1139
|
-
caret-color: #18ffff !important;
|
|
1140
|
-
}
|
|
1141
|
-
|
|
1142
577
|
.bg-cyan-accent-3 {
|
|
1143
578
|
background-color: #00e5ff !important;
|
|
1144
579
|
color: #000000 !important;
|
|
1145
580
|
}
|
|
1146
581
|
|
|
1147
|
-
.text-cyan-accent-3 {
|
|
1148
|
-
color: #00e5ff !important;
|
|
1149
|
-
caret-color: #00e5ff !important;
|
|
1150
|
-
}
|
|
1151
|
-
|
|
1152
582
|
.bg-cyan-accent-4 {
|
|
1153
583
|
background-color: #00b8d4 !important;
|
|
1154
584
|
color: #000000 !important;
|
|
1155
585
|
}
|
|
1156
586
|
|
|
1157
|
-
.text-cyan-accent-4 {
|
|
1158
|
-
color: #00b8d4 !important;
|
|
1159
|
-
caret-color: #00b8d4 !important;
|
|
1160
|
-
}
|
|
1161
|
-
|
|
1162
587
|
.bg-teal {
|
|
1163
588
|
background-color: #009688 !important;
|
|
1164
589
|
color: #000000 !important;
|
|
1165
590
|
}
|
|
1166
591
|
|
|
1167
|
-
.text-teal {
|
|
1168
|
-
color: #009688 !important;
|
|
1169
|
-
caret-color: #009688 !important;
|
|
1170
|
-
}
|
|
1171
|
-
|
|
1172
592
|
.bg-teal-lighten-5 {
|
|
1173
593
|
background-color: #e0f2f1 !important;
|
|
1174
594
|
color: #000000 !important;
|
|
1175
595
|
}
|
|
1176
596
|
|
|
1177
|
-
.text-teal-lighten-5 {
|
|
1178
|
-
color: #e0f2f1 !important;
|
|
1179
|
-
caret-color: #e0f2f1 !important;
|
|
1180
|
-
}
|
|
1181
|
-
|
|
1182
597
|
.bg-teal-lighten-4 {
|
|
1183
598
|
background-color: #b2dfdb !important;
|
|
1184
599
|
color: #000000 !important;
|
|
1185
600
|
}
|
|
1186
601
|
|
|
1187
|
-
.text-teal-lighten-4 {
|
|
1188
|
-
color: #b2dfdb !important;
|
|
1189
|
-
caret-color: #b2dfdb !important;
|
|
1190
|
-
}
|
|
1191
|
-
|
|
1192
602
|
.bg-teal-lighten-3 {
|
|
1193
603
|
background-color: #80cbc4 !important;
|
|
1194
604
|
color: #000000 !important;
|
|
1195
605
|
}
|
|
1196
606
|
|
|
1197
|
-
.text-teal-lighten-3 {
|
|
1198
|
-
color: #80cbc4 !important;
|
|
1199
|
-
caret-color: #80cbc4 !important;
|
|
1200
|
-
}
|
|
1201
|
-
|
|
1202
607
|
.bg-teal-lighten-2 {
|
|
1203
608
|
background-color: #4db6ac !important;
|
|
1204
609
|
color: #000000 !important;
|
|
1205
610
|
}
|
|
1206
611
|
|
|
1207
|
-
.text-teal-lighten-2 {
|
|
1208
|
-
color: #4db6ac !important;
|
|
1209
|
-
caret-color: #4db6ac !important;
|
|
1210
|
-
}
|
|
1211
|
-
|
|
1212
612
|
.bg-teal-lighten-1 {
|
|
1213
613
|
background-color: #26a69a !important;
|
|
1214
614
|
color: #000000 !important;
|
|
1215
615
|
}
|
|
1216
616
|
|
|
1217
|
-
.text-teal-lighten-1 {
|
|
1218
|
-
color: #26a69a !important;
|
|
1219
|
-
caret-color: #26a69a !important;
|
|
1220
|
-
}
|
|
1221
|
-
|
|
1222
617
|
.bg-teal-darken-1 {
|
|
1223
618
|
background-color: #00897b !important;
|
|
1224
619
|
color: #000000 !important;
|
|
1225
620
|
}
|
|
1226
621
|
|
|
1227
|
-
.text-teal-darken-1 {
|
|
1228
|
-
color: #00897b !important;
|
|
1229
|
-
caret-color: #00897b !important;
|
|
1230
|
-
}
|
|
1231
|
-
|
|
1232
622
|
.bg-teal-darken-2 {
|
|
1233
623
|
background-color: #00796b !important;
|
|
1234
624
|
color: #FFFFFF !important;
|
|
1235
625
|
}
|
|
1236
626
|
|
|
1237
|
-
.text-teal-darken-2 {
|
|
1238
|
-
color: #00796b !important;
|
|
1239
|
-
caret-color: #00796b !important;
|
|
1240
|
-
}
|
|
1241
|
-
|
|
1242
627
|
.bg-teal-darken-3 {
|
|
1243
628
|
background-color: #00695c !important;
|
|
1244
629
|
color: #FFFFFF !important;
|
|
1245
630
|
}
|
|
1246
631
|
|
|
1247
|
-
.text-teal-darken-3 {
|
|
1248
|
-
color: #00695c !important;
|
|
1249
|
-
caret-color: #00695c !important;
|
|
1250
|
-
}
|
|
1251
|
-
|
|
1252
632
|
.bg-teal-darken-4 {
|
|
1253
633
|
background-color: #004d40 !important;
|
|
1254
634
|
color: #FFFFFF !important;
|
|
1255
635
|
}
|
|
1256
636
|
|
|
1257
|
-
.text-teal-darken-4 {
|
|
1258
|
-
color: #004d40 !important;
|
|
1259
|
-
caret-color: #004d40 !important;
|
|
1260
|
-
}
|
|
1261
|
-
|
|
1262
637
|
.bg-teal-accent-1 {
|
|
1263
638
|
background-color: #a7ffeb !important;
|
|
1264
639
|
color: #000000 !important;
|
|
1265
640
|
}
|
|
1266
641
|
|
|
1267
|
-
.text-teal-accent-1 {
|
|
1268
|
-
color: #a7ffeb !important;
|
|
1269
|
-
caret-color: #a7ffeb !important;
|
|
1270
|
-
}
|
|
1271
|
-
|
|
1272
642
|
.bg-teal-accent-2 {
|
|
1273
643
|
background-color: #64ffda !important;
|
|
1274
644
|
color: #000000 !important;
|
|
1275
645
|
}
|
|
1276
646
|
|
|
1277
|
-
.text-teal-accent-2 {
|
|
1278
|
-
color: #64ffda !important;
|
|
1279
|
-
caret-color: #64ffda !important;
|
|
1280
|
-
}
|
|
1281
|
-
|
|
1282
647
|
.bg-teal-accent-3 {
|
|
1283
648
|
background-color: #1de9b6 !important;
|
|
1284
649
|
color: #000000 !important;
|
|
1285
650
|
}
|
|
1286
651
|
|
|
1287
|
-
.text-teal-accent-3 {
|
|
1288
|
-
color: #1de9b6 !important;
|
|
1289
|
-
caret-color: #1de9b6 !important;
|
|
1290
|
-
}
|
|
1291
|
-
|
|
1292
652
|
.bg-teal-accent-4 {
|
|
1293
653
|
background-color: #00bfa5 !important;
|
|
1294
654
|
color: #000000 !important;
|
|
1295
655
|
}
|
|
1296
656
|
|
|
1297
|
-
.text-teal-accent-4 {
|
|
1298
|
-
color: #00bfa5 !important;
|
|
1299
|
-
caret-color: #00bfa5 !important;
|
|
1300
|
-
}
|
|
1301
|
-
|
|
1302
657
|
.bg-green {
|
|
1303
658
|
background-color: #4CAF50 !important;
|
|
1304
659
|
color: #000000 !important;
|
|
1305
660
|
}
|
|
1306
661
|
|
|
1307
|
-
.text-green {
|
|
1308
|
-
color: #4CAF50 !important;
|
|
1309
|
-
caret-color: #4CAF50 !important;
|
|
1310
|
-
}
|
|
1311
|
-
|
|
1312
662
|
.bg-green-lighten-5 {
|
|
1313
663
|
background-color: #E8F5E9 !important;
|
|
1314
664
|
color: #000000 !important;
|
|
1315
665
|
}
|
|
1316
666
|
|
|
1317
|
-
.text-green-lighten-5 {
|
|
1318
|
-
color: #E8F5E9 !important;
|
|
1319
|
-
caret-color: #E8F5E9 !important;
|
|
1320
|
-
}
|
|
1321
|
-
|
|
1322
667
|
.bg-green-lighten-4 {
|
|
1323
668
|
background-color: #C8E6C9 !important;
|
|
1324
669
|
color: #000000 !important;
|
|
1325
670
|
}
|
|
1326
671
|
|
|
1327
|
-
.text-green-lighten-4 {
|
|
1328
|
-
color: #C8E6C9 !important;
|
|
1329
|
-
caret-color: #C8E6C9 !important;
|
|
1330
|
-
}
|
|
1331
|
-
|
|
1332
672
|
.bg-green-lighten-3 {
|
|
1333
673
|
background-color: #A5D6A7 !important;
|
|
1334
674
|
color: #000000 !important;
|
|
1335
675
|
}
|
|
1336
676
|
|
|
1337
|
-
.text-green-lighten-3 {
|
|
1338
|
-
color: #A5D6A7 !important;
|
|
1339
|
-
caret-color: #A5D6A7 !important;
|
|
1340
|
-
}
|
|
1341
|
-
|
|
1342
677
|
.bg-green-lighten-2 {
|
|
1343
678
|
background-color: #81C784 !important;
|
|
1344
679
|
color: #000000 !important;
|
|
1345
680
|
}
|
|
1346
681
|
|
|
1347
|
-
.text-green-lighten-2 {
|
|
1348
|
-
color: #81C784 !important;
|
|
1349
|
-
caret-color: #81C784 !important;
|
|
1350
|
-
}
|
|
1351
|
-
|
|
1352
682
|
.bg-green-lighten-1 {
|
|
1353
683
|
background-color: #66BB6A !important;
|
|
1354
684
|
color: #000000 !important;
|
|
1355
685
|
}
|
|
1356
686
|
|
|
1357
|
-
.text-green-lighten-1 {
|
|
1358
|
-
color: #66BB6A !important;
|
|
1359
|
-
caret-color: #66BB6A !important;
|
|
1360
|
-
}
|
|
1361
|
-
|
|
1362
687
|
.bg-green-darken-1 {
|
|
1363
688
|
background-color: #43A047 !important;
|
|
1364
689
|
color: #000000 !important;
|
|
1365
690
|
}
|
|
1366
691
|
|
|
1367
|
-
.text-green-darken-1 {
|
|
1368
|
-
color: #43A047 !important;
|
|
1369
|
-
caret-color: #43A047 !important;
|
|
1370
|
-
}
|
|
1371
|
-
|
|
1372
692
|
.bg-green-darken-2 {
|
|
1373
693
|
background-color: #388E3C !important;
|
|
1374
694
|
color: #000000 !important;
|
|
1375
695
|
}
|
|
1376
696
|
|
|
1377
|
-
.text-green-darken-2 {
|
|
1378
|
-
color: #388E3C !important;
|
|
1379
|
-
caret-color: #388E3C !important;
|
|
1380
|
-
}
|
|
1381
|
-
|
|
1382
697
|
.bg-green-darken-3 {
|
|
1383
698
|
background-color: #2E7D32 !important;
|
|
1384
699
|
color: #FFFFFF !important;
|
|
1385
700
|
}
|
|
1386
701
|
|
|
1387
|
-
.text-green-darken-3 {
|
|
1388
|
-
color: #2E7D32 !important;
|
|
1389
|
-
caret-color: #2E7D32 !important;
|
|
1390
|
-
}
|
|
1391
|
-
|
|
1392
702
|
.bg-green-darken-4 {
|
|
1393
703
|
background-color: #1B5E20 !important;
|
|
1394
704
|
color: #FFFFFF !important;
|
|
1395
705
|
}
|
|
1396
706
|
|
|
1397
|
-
.text-green-darken-4 {
|
|
1398
|
-
color: #1B5E20 !important;
|
|
1399
|
-
caret-color: #1B5E20 !important;
|
|
1400
|
-
}
|
|
1401
|
-
|
|
1402
707
|
.bg-green-accent-1 {
|
|
1403
708
|
background-color: #B9F6CA !important;
|
|
1404
709
|
color: #000000 !important;
|
|
1405
710
|
}
|
|
1406
711
|
|
|
1407
|
-
.text-green-accent-1 {
|
|
1408
|
-
color: #B9F6CA !important;
|
|
1409
|
-
caret-color: #B9F6CA !important;
|
|
1410
|
-
}
|
|
1411
|
-
|
|
1412
712
|
.bg-green-accent-2 {
|
|
1413
713
|
background-color: #69F0AE !important;
|
|
1414
714
|
color: #FFFFFF !important;
|
|
1415
715
|
}
|
|
1416
716
|
|
|
1417
|
-
.text-green-accent-2 {
|
|
1418
|
-
color: #69F0AE !important;
|
|
1419
|
-
caret-color: #69F0AE !important;
|
|
1420
|
-
}
|
|
1421
|
-
|
|
1422
717
|
.bg-green-accent-3 {
|
|
1423
718
|
background-color: #00E676 !important;
|
|
1424
719
|
color: #FFFFFF !important;
|
|
1425
720
|
}
|
|
1426
721
|
|
|
1427
|
-
.text-green-accent-3 {
|
|
1428
|
-
color: #00E676 !important;
|
|
1429
|
-
caret-color: #00E676 !important;
|
|
1430
|
-
}
|
|
1431
|
-
|
|
1432
722
|
.bg-green-accent-4 {
|
|
1433
723
|
background-color: #00C853 !important;
|
|
1434
724
|
color: #000000 !important;
|
|
1435
725
|
}
|
|
1436
726
|
|
|
1437
|
-
.text-green-accent-4 {
|
|
1438
|
-
color: #00C853 !important;
|
|
1439
|
-
caret-color: #00C853 !important;
|
|
1440
|
-
}
|
|
1441
|
-
|
|
1442
727
|
.bg-light-green {
|
|
1443
728
|
background-color: #8bc34a !important;
|
|
1444
729
|
color: #000000 !important;
|
|
1445
730
|
}
|
|
1446
731
|
|
|
1447
|
-
.text-light-green {
|
|
1448
|
-
color: #8bc34a !important;
|
|
1449
|
-
caret-color: #8bc34a !important;
|
|
1450
|
-
}
|
|
1451
|
-
|
|
1452
732
|
.bg-light-green-lighten-5 {
|
|
1453
733
|
background-color: #f1f8e9 !important;
|
|
1454
734
|
color: #000000 !important;
|
|
1455
735
|
}
|
|
1456
736
|
|
|
1457
|
-
.text-light-green-lighten-5 {
|
|
1458
|
-
color: #f1f8e9 !important;
|
|
1459
|
-
caret-color: #f1f8e9 !important;
|
|
1460
|
-
}
|
|
1461
|
-
|
|
1462
737
|
.bg-light-green-lighten-4 {
|
|
1463
738
|
background-color: #dcedc8 !important;
|
|
1464
739
|
color: #000000 !important;
|
|
1465
740
|
}
|
|
1466
741
|
|
|
1467
|
-
.text-light-green-lighten-4 {
|
|
1468
|
-
color: #dcedc8 !important;
|
|
1469
|
-
caret-color: #dcedc8 !important;
|
|
1470
|
-
}
|
|
1471
|
-
|
|
1472
742
|
.bg-light-green-lighten-3 {
|
|
1473
743
|
background-color: #c5e1a5 !important;
|
|
1474
744
|
color: #000000 !important;
|
|
1475
745
|
}
|
|
1476
746
|
|
|
1477
|
-
.text-light-green-lighten-3 {
|
|
1478
|
-
color: #c5e1a5 !important;
|
|
1479
|
-
caret-color: #c5e1a5 !important;
|
|
1480
|
-
}
|
|
1481
|
-
|
|
1482
747
|
.bg-light-green-lighten-2 {
|
|
1483
748
|
background-color: #aed581 !important;
|
|
1484
749
|
color: #000000 !important;
|
|
1485
750
|
}
|
|
1486
751
|
|
|
1487
|
-
.text-light-green-lighten-2 {
|
|
1488
|
-
color: #aed581 !important;
|
|
1489
|
-
caret-color: #aed581 !important;
|
|
1490
|
-
}
|
|
1491
|
-
|
|
1492
752
|
.bg-light-green-lighten-1 {
|
|
1493
753
|
background-color: #9ccc65 !important;
|
|
1494
754
|
color: #000000 !important;
|
|
1495
755
|
}
|
|
1496
756
|
|
|
1497
|
-
.text-light-green-lighten-1 {
|
|
1498
|
-
color: #9ccc65 !important;
|
|
1499
|
-
caret-color: #9ccc65 !important;
|
|
1500
|
-
}
|
|
1501
|
-
|
|
1502
757
|
.bg-light-green-darken-1 {
|
|
1503
758
|
background-color: #7cb342 !important;
|
|
1504
759
|
color: #000000 !important;
|
|
1505
760
|
}
|
|
1506
761
|
|
|
1507
|
-
.text-light-green-darken-1 {
|
|
1508
|
-
color: #7cb342 !important;
|
|
1509
|
-
caret-color: #7cb342 !important;
|
|
1510
|
-
}
|
|
1511
|
-
|
|
1512
762
|
.bg-light-green-darken-2 {
|
|
1513
763
|
background-color: #689f38 !important;
|
|
1514
764
|
color: #000000 !important;
|
|
1515
765
|
}
|
|
1516
766
|
|
|
1517
|
-
.text-light-green-darken-2 {
|
|
1518
|
-
color: #689f38 !important;
|
|
1519
|
-
caret-color: #689f38 !important;
|
|
1520
|
-
}
|
|
1521
|
-
|
|
1522
767
|
.bg-light-green-darken-3 {
|
|
1523
768
|
background-color: #558b2f !important;
|
|
1524
769
|
color: #000000 !important;
|
|
1525
770
|
}
|
|
1526
771
|
|
|
1527
|
-
.text-light-green-darken-3 {
|
|
1528
|
-
color: #558b2f !important;
|
|
1529
|
-
caret-color: #558b2f !important;
|
|
1530
|
-
}
|
|
1531
|
-
|
|
1532
772
|
.bg-light-green-darken-4 {
|
|
1533
773
|
background-color: #33691e !important;
|
|
1534
774
|
color: #FFFFFF !important;
|
|
1535
775
|
}
|
|
1536
776
|
|
|
1537
|
-
.text-light-green-darken-4 {
|
|
1538
|
-
color: #33691e !important;
|
|
1539
|
-
caret-color: #33691e !important;
|
|
1540
|
-
}
|
|
1541
|
-
|
|
1542
777
|
.bg-light-green-accent-1 {
|
|
1543
778
|
background-color: #ccff90 !important;
|
|
1544
779
|
color: #000000 !important;
|
|
1545
780
|
}
|
|
1546
781
|
|
|
1547
|
-
.text-light-green-accent-1 {
|
|
1548
|
-
color: #ccff90 !important;
|
|
1549
|
-
caret-color: #ccff90 !important;
|
|
1550
|
-
}
|
|
1551
|
-
|
|
1552
782
|
.bg-light-green-accent-2 {
|
|
1553
783
|
background-color: #b2ff59 !important;
|
|
1554
784
|
color: #000000 !important;
|
|
1555
785
|
}
|
|
1556
786
|
|
|
1557
|
-
.text-light-green-accent-2 {
|
|
1558
|
-
color: #b2ff59 !important;
|
|
1559
|
-
caret-color: #b2ff59 !important;
|
|
1560
|
-
}
|
|
1561
|
-
|
|
1562
787
|
.bg-light-green-accent-3 {
|
|
1563
788
|
background-color: #76ff03 !important;
|
|
1564
789
|
color: #000000 !important;
|
|
1565
790
|
}
|
|
1566
791
|
|
|
1567
|
-
.text-light-green-accent-3 {
|
|
1568
|
-
color: #76ff03 !important;
|
|
1569
|
-
caret-color: #76ff03 !important;
|
|
1570
|
-
}
|
|
1571
|
-
|
|
1572
792
|
.bg-light-green-accent-4 {
|
|
1573
793
|
background-color: #64dd17 !important;
|
|
1574
794
|
color: #000000 !important;
|
|
1575
795
|
}
|
|
1576
796
|
|
|
1577
|
-
.text-light-green-accent-4 {
|
|
1578
|
-
color: #64dd17 !important;
|
|
1579
|
-
caret-color: #64dd17 !important;
|
|
1580
|
-
}
|
|
1581
|
-
|
|
1582
797
|
.bg-lime {
|
|
1583
798
|
background-color: #cddc39 !important;
|
|
1584
799
|
color: #000000 !important;
|
|
1585
800
|
}
|
|
1586
801
|
|
|
1587
|
-
.text-lime {
|
|
1588
|
-
color: #cddc39 !important;
|
|
1589
|
-
caret-color: #cddc39 !important;
|
|
1590
|
-
}
|
|
1591
|
-
|
|
1592
802
|
.bg-lime-lighten-5 {
|
|
1593
803
|
background-color: #f9fbe7 !important;
|
|
1594
804
|
color: #000000 !important;
|
|
1595
805
|
}
|
|
1596
806
|
|
|
1597
|
-
.text-lime-lighten-5 {
|
|
1598
|
-
color: #f9fbe7 !important;
|
|
1599
|
-
caret-color: #f9fbe7 !important;
|
|
1600
|
-
}
|
|
1601
|
-
|
|
1602
807
|
.bg-lime-lighten-4 {
|
|
1603
808
|
background-color: #f0f4c3 !important;
|
|
1604
809
|
color: #000000 !important;
|
|
1605
810
|
}
|
|
1606
811
|
|
|
1607
|
-
.text-lime-lighten-4 {
|
|
1608
|
-
color: #f0f4c3 !important;
|
|
1609
|
-
caret-color: #f0f4c3 !important;
|
|
1610
|
-
}
|
|
1611
|
-
|
|
1612
812
|
.bg-lime-lighten-3 {
|
|
1613
813
|
background-color: #e6ee9c !important;
|
|
1614
814
|
color: #000000 !important;
|
|
1615
815
|
}
|
|
1616
816
|
|
|
1617
|
-
.text-lime-lighten-3 {
|
|
1618
|
-
color: #e6ee9c !important;
|
|
1619
|
-
caret-color: #e6ee9c !important;
|
|
1620
|
-
}
|
|
1621
|
-
|
|
1622
817
|
.bg-lime-lighten-2 {
|
|
1623
818
|
background-color: #dce775 !important;
|
|
1624
819
|
color: #000000 !important;
|
|
1625
820
|
}
|
|
1626
821
|
|
|
1627
|
-
.text-lime-lighten-2 {
|
|
1628
|
-
color: #dce775 !important;
|
|
1629
|
-
caret-color: #dce775 !important;
|
|
1630
|
-
}
|
|
1631
|
-
|
|
1632
822
|
.bg-lime-lighten-1 {
|
|
1633
823
|
background-color: #d4e157 !important;
|
|
1634
824
|
color: #000000 !important;
|
|
1635
825
|
}
|
|
1636
826
|
|
|
1637
|
-
.text-lime-lighten-1 {
|
|
1638
|
-
color: #d4e157 !important;
|
|
1639
|
-
caret-color: #d4e157 !important;
|
|
1640
|
-
}
|
|
1641
|
-
|
|
1642
827
|
.bg-lime-darken-1 {
|
|
1643
828
|
background-color: #c0ca33 !important;
|
|
1644
829
|
color: #000000 !important;
|
|
1645
830
|
}
|
|
1646
831
|
|
|
1647
|
-
.text-lime-darken-1 {
|
|
1648
|
-
color: #c0ca33 !important;
|
|
1649
|
-
caret-color: #c0ca33 !important;
|
|
1650
|
-
}
|
|
1651
|
-
|
|
1652
832
|
.bg-lime-darken-2 {
|
|
1653
833
|
background-color: #afb42b !important;
|
|
1654
834
|
color: #000000 !important;
|
|
1655
835
|
}
|
|
1656
836
|
|
|
1657
|
-
.text-lime-darken-2 {
|
|
1658
|
-
color: #afb42b !important;
|
|
1659
|
-
caret-color: #afb42b !important;
|
|
1660
|
-
}
|
|
1661
|
-
|
|
1662
837
|
.bg-lime-darken-3 {
|
|
1663
838
|
background-color: #9e9d24 !important;
|
|
1664
839
|
color: #000000 !important;
|
|
1665
840
|
}
|
|
1666
841
|
|
|
1667
|
-
.text-lime-darken-3 {
|
|
1668
|
-
color: #9e9d24 !important;
|
|
1669
|
-
caret-color: #9e9d24 !important;
|
|
1670
|
-
}
|
|
1671
|
-
|
|
1672
842
|
.bg-lime-darken-4 {
|
|
1673
843
|
background-color: #827717 !important;
|
|
1674
844
|
color: #000000 !important;
|
|
1675
845
|
}
|
|
1676
846
|
|
|
1677
|
-
.text-lime-darken-4 {
|
|
1678
|
-
color: #827717 !important;
|
|
1679
|
-
caret-color: #827717 !important;
|
|
1680
|
-
}
|
|
1681
|
-
|
|
1682
847
|
.bg-lime-accent-1 {
|
|
1683
848
|
background-color: #f4ff81 !important;
|
|
1684
849
|
color: #000000 !important;
|
|
1685
850
|
}
|
|
1686
851
|
|
|
1687
|
-
.text-lime-accent-1 {
|
|
1688
|
-
color: #f4ff81 !important;
|
|
1689
|
-
caret-color: #f4ff81 !important;
|
|
1690
|
-
}
|
|
1691
|
-
|
|
1692
852
|
.bg-lime-accent-2 {
|
|
1693
853
|
background-color: #eeff41 !important;
|
|
1694
854
|
color: #000000 !important;
|
|
1695
855
|
}
|
|
1696
856
|
|
|
1697
|
-
.text-lime-accent-2 {
|
|
1698
|
-
color: #eeff41 !important;
|
|
1699
|
-
caret-color: #eeff41 !important;
|
|
1700
|
-
}
|
|
1701
|
-
|
|
1702
857
|
.bg-lime-accent-3 {
|
|
1703
858
|
background-color: #c6ff00 !important;
|
|
1704
859
|
color: #000000 !important;
|
|
1705
860
|
}
|
|
1706
861
|
|
|
1707
|
-
.text-lime-accent-3 {
|
|
1708
|
-
color: #c6ff00 !important;
|
|
1709
|
-
caret-color: #c6ff00 !important;
|
|
1710
|
-
}
|
|
1711
|
-
|
|
1712
862
|
.bg-lime-accent-4 {
|
|
1713
863
|
background-color: #aeea00 !important;
|
|
1714
864
|
color: #000000 !important;
|
|
1715
865
|
}
|
|
1716
866
|
|
|
1717
|
-
.text-lime-accent-4 {
|
|
1718
|
-
color: #aeea00 !important;
|
|
1719
|
-
caret-color: #aeea00 !important;
|
|
1720
|
-
}
|
|
1721
|
-
|
|
1722
867
|
.bg-yellow {
|
|
1723
868
|
background-color: #ffeb3b !important;
|
|
1724
869
|
color: #000000 !important;
|
|
1725
870
|
}
|
|
1726
871
|
|
|
1727
|
-
.text-yellow {
|
|
1728
|
-
color: #ffeb3b !important;
|
|
1729
|
-
caret-color: #ffeb3b !important;
|
|
1730
|
-
}
|
|
1731
|
-
|
|
1732
872
|
.bg-yellow-lighten-5 {
|
|
1733
873
|
background-color: #fffde7 !important;
|
|
1734
874
|
color: #000000 !important;
|
|
1735
875
|
}
|
|
1736
876
|
|
|
1737
|
-
.text-yellow-lighten-5 {
|
|
1738
|
-
color: #fffde7 !important;
|
|
1739
|
-
caret-color: #fffde7 !important;
|
|
1740
|
-
}
|
|
1741
|
-
|
|
1742
877
|
.bg-yellow-lighten-4 {
|
|
1743
878
|
background-color: #fff9c4 !important;
|
|
1744
879
|
color: #000000 !important;
|
|
1745
880
|
}
|
|
1746
881
|
|
|
1747
|
-
.text-yellow-lighten-4 {
|
|
1748
|
-
color: #fff9c4 !important;
|
|
1749
|
-
caret-color: #fff9c4 !important;
|
|
1750
|
-
}
|
|
1751
|
-
|
|
1752
882
|
.bg-yellow-lighten-3 {
|
|
1753
883
|
background-color: #fff59d !important;
|
|
1754
884
|
color: #000000 !important;
|
|
1755
885
|
}
|
|
1756
886
|
|
|
1757
|
-
.text-yellow-lighten-3 {
|
|
1758
|
-
color: #fff59d !important;
|
|
1759
|
-
caret-color: #fff59d !important;
|
|
1760
|
-
}
|
|
1761
|
-
|
|
1762
887
|
.bg-yellow-lighten-2 {
|
|
1763
888
|
background-color: #fff176 !important;
|
|
1764
889
|
color: #000000 !important;
|
|
1765
890
|
}
|
|
1766
891
|
|
|
1767
|
-
.text-yellow-lighten-2 {
|
|
1768
|
-
color: #fff176 !important;
|
|
1769
|
-
caret-color: #fff176 !important;
|
|
1770
|
-
}
|
|
1771
|
-
|
|
1772
892
|
.bg-yellow-lighten-1 {
|
|
1773
893
|
background-color: #ffee58 !important;
|
|
1774
894
|
color: #000000 !important;
|
|
1775
895
|
}
|
|
1776
896
|
|
|
1777
|
-
.text-yellow-lighten-1 {
|
|
1778
|
-
color: #ffee58 !important;
|
|
1779
|
-
caret-color: #ffee58 !important;
|
|
1780
|
-
}
|
|
1781
|
-
|
|
1782
897
|
.bg-yellow-darken-1 {
|
|
1783
898
|
background-color: #fdd835 !important;
|
|
1784
899
|
color: #000000 !important;
|
|
1785
900
|
}
|
|
1786
901
|
|
|
1787
|
-
.text-yellow-darken-1 {
|
|
1788
|
-
color: #fdd835 !important;
|
|
1789
|
-
caret-color: #fdd835 !important;
|
|
1790
|
-
}
|
|
1791
|
-
|
|
1792
902
|
.bg-yellow-darken-2 {
|
|
1793
903
|
background-color: #fbc02d !important;
|
|
1794
904
|
color: #000000 !important;
|
|
1795
905
|
}
|
|
1796
906
|
|
|
1797
|
-
.text-yellow-darken-2 {
|
|
1798
|
-
color: #fbc02d !important;
|
|
1799
|
-
caret-color: #fbc02d !important;
|
|
1800
|
-
}
|
|
1801
|
-
|
|
1802
907
|
.bg-yellow-darken-3 {
|
|
1803
908
|
background-color: #f9a825 !important;
|
|
1804
909
|
color: #000000 !important;
|
|
1805
910
|
}
|
|
1806
911
|
|
|
1807
|
-
.text-yellow-darken-3 {
|
|
1808
|
-
color: #f9a825 !important;
|
|
1809
|
-
caret-color: #f9a825 !important;
|
|
1810
|
-
}
|
|
1811
|
-
|
|
1812
912
|
.bg-yellow-darken-4 {
|
|
1813
913
|
background-color: #f57f17 !important;
|
|
1814
914
|
color: #000000 !important;
|
|
1815
915
|
}
|
|
1816
916
|
|
|
1817
|
-
.text-yellow-darken-4 {
|
|
1818
|
-
color: #f57f17 !important;
|
|
1819
|
-
caret-color: #f57f17 !important;
|
|
1820
|
-
}
|
|
1821
|
-
|
|
1822
917
|
.bg-yellow-accent-1 {
|
|
1823
918
|
background-color: #ffff8d !important;
|
|
1824
919
|
color: #000000 !important;
|
|
1825
920
|
}
|
|
1826
921
|
|
|
1827
|
-
.text-yellow-accent-1 {
|
|
1828
|
-
color: #ffff8d !important;
|
|
1829
|
-
caret-color: #ffff8d !important;
|
|
1830
|
-
}
|
|
1831
|
-
|
|
1832
922
|
.bg-yellow-accent-2 {
|
|
1833
923
|
background-color: #ffff00 !important;
|
|
1834
924
|
color: #000000 !important;
|
|
1835
925
|
}
|
|
1836
926
|
|
|
1837
|
-
.text-yellow-accent-2 {
|
|
1838
|
-
color: #ffff00 !important;
|
|
1839
|
-
caret-color: #ffff00 !important;
|
|
1840
|
-
}
|
|
1841
|
-
|
|
1842
927
|
.bg-yellow-accent-3 {
|
|
1843
928
|
background-color: #ffea00 !important;
|
|
1844
929
|
color: #000000 !important;
|
|
1845
930
|
}
|
|
1846
931
|
|
|
1847
|
-
.text-yellow-accent-3 {
|
|
1848
|
-
color: #ffea00 !important;
|
|
1849
|
-
caret-color: #ffea00 !important;
|
|
1850
|
-
}
|
|
1851
|
-
|
|
1852
932
|
.bg-yellow-accent-4 {
|
|
1853
933
|
background-color: #ffd600 !important;
|
|
1854
934
|
color: #000000 !important;
|
|
1855
935
|
}
|
|
1856
936
|
|
|
1857
|
-
.text-yellow-accent-4 {
|
|
1858
|
-
color: #ffd600 !important;
|
|
1859
|
-
caret-color: #ffd600 !important;
|
|
1860
|
-
}
|
|
1861
|
-
|
|
1862
937
|
.bg-amber {
|
|
1863
938
|
background-color: #ffc107 !important;
|
|
1864
939
|
color: #000000 !important;
|
|
1865
940
|
}
|
|
1866
941
|
|
|
1867
|
-
.text-amber {
|
|
1868
|
-
color: #ffc107 !important;
|
|
1869
|
-
caret-color: #ffc107 !important;
|
|
1870
|
-
}
|
|
1871
|
-
|
|
1872
942
|
.bg-amber-lighten-5 {
|
|
1873
943
|
background-color: #fff8e1 !important;
|
|
1874
944
|
color: #000000 !important;
|
|
1875
945
|
}
|
|
1876
946
|
|
|
1877
|
-
.text-amber-lighten-5 {
|
|
1878
|
-
color: #fff8e1 !important;
|
|
1879
|
-
caret-color: #fff8e1 !important;
|
|
1880
|
-
}
|
|
1881
|
-
|
|
1882
947
|
.bg-amber-lighten-4 {
|
|
1883
948
|
background-color: #ffecb3 !important;
|
|
1884
949
|
color: #000000 !important;
|
|
1885
950
|
}
|
|
1886
951
|
|
|
1887
|
-
.text-amber-lighten-4 {
|
|
1888
|
-
color: #ffecb3 !important;
|
|
1889
|
-
caret-color: #ffecb3 !important;
|
|
1890
|
-
}
|
|
1891
|
-
|
|
1892
952
|
.bg-amber-lighten-3 {
|
|
1893
953
|
background-color: #ffe082 !important;
|
|
1894
954
|
color: #000000 !important;
|
|
1895
955
|
}
|
|
1896
956
|
|
|
1897
|
-
.text-amber-lighten-3 {
|
|
1898
|
-
color: #ffe082 !important;
|
|
1899
|
-
caret-color: #ffe082 !important;
|
|
1900
|
-
}
|
|
1901
|
-
|
|
1902
957
|
.bg-amber-lighten-2 {
|
|
1903
958
|
background-color: #ffd54f !important;
|
|
1904
959
|
color: #000000 !important;
|
|
1905
960
|
}
|
|
1906
961
|
|
|
1907
|
-
.text-amber-lighten-2 {
|
|
1908
|
-
color: #ffd54f !important;
|
|
1909
|
-
caret-color: #ffd54f !important;
|
|
1910
|
-
}
|
|
1911
|
-
|
|
1912
962
|
.bg-amber-lighten-1 {
|
|
1913
963
|
background-color: #ffca28 !important;
|
|
1914
964
|
color: #000000 !important;
|
|
1915
965
|
}
|
|
1916
966
|
|
|
1917
|
-
.text-amber-lighten-1 {
|
|
1918
|
-
color: #ffca28 !important;
|
|
1919
|
-
caret-color: #ffca28 !important;
|
|
1920
|
-
}
|
|
1921
|
-
|
|
1922
967
|
.bg-amber-darken-1 {
|
|
1923
968
|
background-color: #ffb300 !important;
|
|
1924
969
|
color: #000000 !important;
|
|
1925
970
|
}
|
|
1926
971
|
|
|
1927
|
-
.text-amber-darken-1 {
|
|
1928
|
-
color: #ffb300 !important;
|
|
1929
|
-
caret-color: #ffb300 !important;
|
|
1930
|
-
}
|
|
1931
|
-
|
|
1932
972
|
.bg-amber-darken-2 {
|
|
1933
973
|
background-color: #ffa000 !important;
|
|
1934
974
|
color: #000000 !important;
|
|
1935
975
|
}
|
|
1936
976
|
|
|
1937
|
-
.text-amber-darken-2 {
|
|
1938
|
-
color: #ffa000 !important;
|
|
1939
|
-
caret-color: #ffa000 !important;
|
|
1940
|
-
}
|
|
1941
|
-
|
|
1942
977
|
.bg-amber-darken-3 {
|
|
1943
978
|
background-color: #ff8f00 !important;
|
|
1944
979
|
color: #000000 !important;
|
|
1945
980
|
}
|
|
1946
981
|
|
|
1947
|
-
.text-amber-darken-3 {
|
|
1948
|
-
color: #ff8f00 !important;
|
|
1949
|
-
caret-color: #ff8f00 !important;
|
|
1950
|
-
}
|
|
1951
|
-
|
|
1952
982
|
.bg-amber-darken-4 {
|
|
1953
983
|
background-color: #ff6f00 !important;
|
|
1954
984
|
color: #000000 !important;
|
|
1955
985
|
}
|
|
1956
986
|
|
|
1957
|
-
.text-amber-darken-4 {
|
|
1958
|
-
color: #ff6f00 !important;
|
|
1959
|
-
caret-color: #ff6f00 !important;
|
|
1960
|
-
}
|
|
1961
|
-
|
|
1962
987
|
.bg-amber-accent-1 {
|
|
1963
988
|
background-color: #ffe57f !important;
|
|
1964
989
|
color: #000000 !important;
|
|
1965
990
|
}
|
|
1966
991
|
|
|
1967
|
-
.text-amber-accent-1 {
|
|
1968
|
-
color: #ffe57f !important;
|
|
1969
|
-
caret-color: #ffe57f !important;
|
|
1970
|
-
}
|
|
1971
|
-
|
|
1972
992
|
.bg-amber-accent-2 {
|
|
1973
993
|
background-color: #ffd740 !important;
|
|
1974
994
|
color: #000000 !important;
|
|
1975
995
|
}
|
|
1976
996
|
|
|
1977
|
-
.text-amber-accent-2 {
|
|
1978
|
-
color: #ffd740 !important;
|
|
1979
|
-
caret-color: #ffd740 !important;
|
|
1980
|
-
}
|
|
1981
|
-
|
|
1982
997
|
.bg-amber-accent-3 {
|
|
1983
998
|
background-color: #ffc400 !important;
|
|
1984
999
|
color: #000000 !important;
|
|
1985
1000
|
}
|
|
1986
1001
|
|
|
1987
|
-
.text-amber-accent-3 {
|
|
1988
|
-
color: #ffc400 !important;
|
|
1989
|
-
caret-color: #ffc400 !important;
|
|
1990
|
-
}
|
|
1991
|
-
|
|
1992
1002
|
.bg-amber-accent-4 {
|
|
1993
1003
|
background-color: #ffab00 !important;
|
|
1994
1004
|
color: #000000 !important;
|
|
1995
1005
|
}
|
|
1996
1006
|
|
|
1997
|
-
.text-amber-accent-4 {
|
|
1998
|
-
color: #ffab00 !important;
|
|
1999
|
-
caret-color: #ffab00 !important;
|
|
2000
|
-
}
|
|
2001
|
-
|
|
2002
1007
|
.bg-orange {
|
|
2003
1008
|
background-color: #ff9800 !important;
|
|
2004
1009
|
color: #000000 !important;
|
|
2005
1010
|
}
|
|
2006
1011
|
|
|
2007
|
-
.text-orange {
|
|
2008
|
-
color: #ff9800 !important;
|
|
2009
|
-
caret-color: #ff9800 !important;
|
|
2010
|
-
}
|
|
2011
|
-
|
|
2012
1012
|
.bg-orange-lighten-5 {
|
|
2013
1013
|
background-color: #fff3e0 !important;
|
|
2014
1014
|
color: #000000 !important;
|
|
2015
1015
|
}
|
|
2016
1016
|
|
|
2017
|
-
.text-orange-lighten-5 {
|
|
2018
|
-
color: #fff3e0 !important;
|
|
2019
|
-
caret-color: #fff3e0 !important;
|
|
2020
|
-
}
|
|
2021
|
-
|
|
2022
1017
|
.bg-orange-lighten-4 {
|
|
2023
1018
|
background-color: #ffe0b2 !important;
|
|
2024
1019
|
color: #000000 !important;
|
|
2025
1020
|
}
|
|
2026
1021
|
|
|
2027
|
-
.text-orange-lighten-4 {
|
|
2028
|
-
color: #ffe0b2 !important;
|
|
2029
|
-
caret-color: #ffe0b2 !important;
|
|
2030
|
-
}
|
|
2031
|
-
|
|
2032
1022
|
.bg-orange-lighten-3 {
|
|
2033
1023
|
background-color: #ffcc80 !important;
|
|
2034
1024
|
color: #000000 !important;
|
|
2035
1025
|
}
|
|
2036
1026
|
|
|
2037
|
-
.text-orange-lighten-3 {
|
|
2038
|
-
color: #ffcc80 !important;
|
|
2039
|
-
caret-color: #ffcc80 !important;
|
|
2040
|
-
}
|
|
2041
|
-
|
|
2042
1027
|
.bg-orange-lighten-2 {
|
|
2043
1028
|
background-color: #ffb74d !important;
|
|
2044
1029
|
color: #000000 !important;
|
|
2045
1030
|
}
|
|
2046
1031
|
|
|
2047
|
-
.text-orange-lighten-2 {
|
|
2048
|
-
color: #ffb74d !important;
|
|
2049
|
-
caret-color: #ffb74d !important;
|
|
2050
|
-
}
|
|
2051
|
-
|
|
2052
1032
|
.bg-orange-lighten-1 {
|
|
2053
1033
|
background-color: #ffa726 !important;
|
|
2054
1034
|
color: #000000 !important;
|
|
2055
1035
|
}
|
|
2056
1036
|
|
|
2057
|
-
.text-orange-lighten-1 {
|
|
2058
|
-
color: #ffa726 !important;
|
|
2059
|
-
caret-color: #ffa726 !important;
|
|
2060
|
-
}
|
|
2061
|
-
|
|
2062
1037
|
.bg-orange-darken-1 {
|
|
2063
1038
|
background-color: #fb8c00 !important;
|
|
2064
1039
|
color: #000000 !important;
|
|
2065
1040
|
}
|
|
2066
1041
|
|
|
2067
|
-
.text-orange-darken-1 {
|
|
2068
|
-
color: #fb8c00 !important;
|
|
2069
|
-
caret-color: #fb8c00 !important;
|
|
2070
|
-
}
|
|
2071
|
-
|
|
2072
1042
|
.bg-orange-darken-2 {
|
|
2073
1043
|
background-color: #f57c00 !important;
|
|
2074
1044
|
color: #000000 !important;
|
|
2075
1045
|
}
|
|
2076
1046
|
|
|
2077
|
-
.text-orange-darken-2 {
|
|
2078
|
-
color: #f57c00 !important;
|
|
2079
|
-
caret-color: #f57c00 !important;
|
|
2080
|
-
}
|
|
2081
|
-
|
|
2082
1047
|
.bg-orange-darken-3 {
|
|
2083
1048
|
background-color: #ef6c00 !important;
|
|
2084
1049
|
color: #000000 !important;
|
|
2085
1050
|
}
|
|
2086
1051
|
|
|
2087
|
-
.text-orange-darken-3 {
|
|
2088
|
-
color: #ef6c00 !important;
|
|
2089
|
-
caret-color: #ef6c00 !important;
|
|
2090
|
-
}
|
|
2091
|
-
|
|
2092
1052
|
.bg-orange-darken-4 {
|
|
2093
1053
|
background-color: #e65100 !important;
|
|
2094
1054
|
color: #000000 !important;
|
|
2095
1055
|
}
|
|
2096
1056
|
|
|
2097
|
-
.text-orange-darken-4 {
|
|
2098
|
-
color: #e65100 !important;
|
|
2099
|
-
caret-color: #e65100 !important;
|
|
2100
|
-
}
|
|
2101
|
-
|
|
2102
1057
|
.bg-orange-accent-1 {
|
|
2103
1058
|
background-color: #ffd180 !important;
|
|
2104
1059
|
color: #000000 !important;
|
|
2105
1060
|
}
|
|
2106
1061
|
|
|
2107
|
-
.text-orange-accent-1 {
|
|
2108
|
-
color: #ffd180 !important;
|
|
2109
|
-
caret-color: #ffd180 !important;
|
|
2110
|
-
}
|
|
2111
|
-
|
|
2112
1062
|
.bg-orange-accent-2 {
|
|
2113
1063
|
background-color: #ffab40 !important;
|
|
2114
1064
|
color: #000000 !important;
|
|
2115
1065
|
}
|
|
2116
1066
|
|
|
2117
|
-
.text-orange-accent-2 {
|
|
2118
|
-
color: #ffab40 !important;
|
|
2119
|
-
caret-color: #ffab40 !important;
|
|
2120
|
-
}
|
|
2121
|
-
|
|
2122
1067
|
.bg-orange-accent-3 {
|
|
2123
1068
|
background-color: #ff9100 !important;
|
|
2124
1069
|
color: #000000 !important;
|
|
2125
1070
|
}
|
|
2126
1071
|
|
|
2127
|
-
.text-orange-accent-3 {
|
|
2128
|
-
color: #ff9100 !important;
|
|
2129
|
-
caret-color: #ff9100 !important;
|
|
2130
|
-
}
|
|
2131
|
-
|
|
2132
1072
|
.bg-orange-accent-4 {
|
|
2133
1073
|
background-color: #ff6d00 !important;
|
|
2134
1074
|
color: #000000 !important;
|
|
2135
1075
|
}
|
|
2136
1076
|
|
|
2137
|
-
.text-orange-accent-4 {
|
|
2138
|
-
color: #ff6d00 !important;
|
|
2139
|
-
caret-color: #ff6d00 !important;
|
|
2140
|
-
}
|
|
2141
|
-
|
|
2142
1077
|
.bg-deep-orange {
|
|
2143
1078
|
background-color: #ff5722 !important;
|
|
2144
1079
|
color: #000000 !important;
|
|
2145
1080
|
}
|
|
2146
1081
|
|
|
2147
|
-
.text-deep-orange {
|
|
2148
|
-
color: #ff5722 !important;
|
|
2149
|
-
caret-color: #ff5722 !important;
|
|
2150
|
-
}
|
|
2151
|
-
|
|
2152
1082
|
.bg-deep-orange-lighten-5 {
|
|
2153
1083
|
background-color: #fbe9e7 !important;
|
|
2154
1084
|
color: #000000 !important;
|
|
2155
1085
|
}
|
|
2156
1086
|
|
|
2157
|
-
.text-deep-orange-lighten-5 {
|
|
2158
|
-
color: #fbe9e7 !important;
|
|
2159
|
-
caret-color: #fbe9e7 !important;
|
|
2160
|
-
}
|
|
2161
|
-
|
|
2162
1087
|
.bg-deep-orange-lighten-4 {
|
|
2163
1088
|
background-color: #ffccbc !important;
|
|
2164
1089
|
color: #000000 !important;
|
|
2165
1090
|
}
|
|
2166
1091
|
|
|
2167
|
-
.text-deep-orange-lighten-4 {
|
|
2168
|
-
color: #ffccbc !important;
|
|
2169
|
-
caret-color: #ffccbc !important;
|
|
2170
|
-
}
|
|
2171
|
-
|
|
2172
1092
|
.bg-deep-orange-lighten-3 {
|
|
2173
1093
|
background-color: #ffab91 !important;
|
|
2174
1094
|
color: #000000 !important;
|
|
2175
1095
|
}
|
|
2176
1096
|
|
|
2177
|
-
.text-deep-orange-lighten-3 {
|
|
2178
|
-
color: #ffab91 !important;
|
|
2179
|
-
caret-color: #ffab91 !important;
|
|
2180
|
-
}
|
|
2181
|
-
|
|
2182
1097
|
.bg-deep-orange-lighten-2 {
|
|
2183
1098
|
background-color: #ff8a65 !important;
|
|
2184
1099
|
color: #000000 !important;
|
|
2185
1100
|
}
|
|
2186
1101
|
|
|
2187
|
-
.text-deep-orange-lighten-2 {
|
|
2188
|
-
color: #ff8a65 !important;
|
|
2189
|
-
caret-color: #ff8a65 !important;
|
|
2190
|
-
}
|
|
2191
|
-
|
|
2192
1102
|
.bg-deep-orange-lighten-1 {
|
|
2193
1103
|
background-color: #ff7043 !important;
|
|
2194
1104
|
color: #000000 !important;
|
|
2195
1105
|
}
|
|
2196
1106
|
|
|
2197
|
-
.text-deep-orange-lighten-1 {
|
|
2198
|
-
color: #ff7043 !important;
|
|
2199
|
-
caret-color: #ff7043 !important;
|
|
2200
|
-
}
|
|
2201
|
-
|
|
2202
1107
|
.bg-deep-orange-darken-1 {
|
|
2203
1108
|
background-color: #f4511e !important;
|
|
2204
1109
|
color: #000000 !important;
|
|
2205
1110
|
}
|
|
2206
1111
|
|
|
2207
|
-
.text-deep-orange-darken-1 {
|
|
2208
|
-
color: #f4511e !important;
|
|
2209
|
-
caret-color: #f4511e !important;
|
|
2210
|
-
}
|
|
2211
|
-
|
|
2212
1112
|
.bg-deep-orange-darken-2 {
|
|
2213
1113
|
background-color: #e64a19 !important;
|
|
2214
1114
|
color: #000000 !important;
|
|
2215
1115
|
}
|
|
2216
1116
|
|
|
2217
|
-
.text-deep-orange-darken-2 {
|
|
2218
|
-
color: #e64a19 !important;
|
|
2219
|
-
caret-color: #e64a19 !important;
|
|
2220
|
-
}
|
|
2221
|
-
|
|
2222
1117
|
.bg-deep-orange-darken-3 {
|
|
2223
1118
|
background-color: #d84315 !important;
|
|
2224
1119
|
color: #000000 !important;
|
|
2225
1120
|
}
|
|
2226
1121
|
|
|
2227
|
-
.text-deep-orange-darken-3 {
|
|
2228
|
-
color: #d84315 !important;
|
|
2229
|
-
caret-color: #d84315 !important;
|
|
2230
|
-
}
|
|
2231
|
-
|
|
2232
1122
|
.bg-deep-orange-darken-4 {
|
|
2233
1123
|
background-color: #bf360c !important;
|
|
2234
1124
|
color: #FFFFFF !important;
|
|
2235
1125
|
}
|
|
2236
1126
|
|
|
2237
|
-
.text-deep-orange-darken-4 {
|
|
2238
|
-
color: #bf360c !important;
|
|
2239
|
-
caret-color: #bf360c !important;
|
|
2240
|
-
}
|
|
2241
|
-
|
|
2242
1127
|
.bg-deep-orange-accent-1 {
|
|
2243
1128
|
background-color: #ff9e80 !important;
|
|
2244
1129
|
color: #000000 !important;
|
|
2245
1130
|
}
|
|
2246
1131
|
|
|
2247
|
-
.text-deep-orange-accent-1 {
|
|
2248
|
-
color: #ff9e80 !important;
|
|
2249
|
-
caret-color: #ff9e80 !important;
|
|
2250
|
-
}
|
|
2251
|
-
|
|
2252
1132
|
.bg-deep-orange-accent-2 {
|
|
2253
1133
|
background-color: #ff6e40 !important;
|
|
2254
1134
|
color: #000000 !important;
|
|
2255
1135
|
}
|
|
2256
1136
|
|
|
2257
|
-
.text-deep-orange-accent-2 {
|
|
2258
|
-
color: #ff6e40 !important;
|
|
2259
|
-
caret-color: #ff6e40 !important;
|
|
2260
|
-
}
|
|
2261
|
-
|
|
2262
1137
|
.bg-deep-orange-accent-3 {
|
|
2263
1138
|
background-color: #ff3d00 !important;
|
|
2264
1139
|
color: #000000 !important;
|
|
2265
1140
|
}
|
|
2266
1141
|
|
|
2267
|
-
.text-deep-orange-accent-3 {
|
|
2268
|
-
color: #ff3d00 !important;
|
|
2269
|
-
caret-color: #ff3d00 !important;
|
|
2270
|
-
}
|
|
2271
|
-
|
|
2272
1142
|
.bg-deep-orange-accent-4 {
|
|
2273
1143
|
background-color: #dd2c00 !important;
|
|
2274
1144
|
color: #FFFFFF !important;
|
|
2275
1145
|
}
|
|
2276
1146
|
|
|
2277
|
-
.text-deep-orange-accent-4 {
|
|
2278
|
-
color: #dd2c00 !important;
|
|
2279
|
-
caret-color: #dd2c00 !important;
|
|
2280
|
-
}
|
|
2281
|
-
|
|
2282
1147
|
.bg-brown {
|
|
2283
1148
|
background-color: #795548 !important;
|
|
2284
1149
|
color: #FFFFFF !important;
|
|
2285
1150
|
}
|
|
2286
1151
|
|
|
2287
|
-
.text-brown {
|
|
2288
|
-
color: #795548 !important;
|
|
2289
|
-
caret-color: #795548 !important;
|
|
2290
|
-
}
|
|
2291
|
-
|
|
2292
1152
|
.bg-brown-lighten-5 {
|
|
2293
1153
|
background-color: #efebe9 !important;
|
|
2294
1154
|
color: #000000 !important;
|
|
2295
1155
|
}
|
|
2296
1156
|
|
|
1157
|
+
.bg-brown-lighten-4 {
|
|
1158
|
+
background-color: #d7ccc8 !important;
|
|
1159
|
+
color: #000000 !important;
|
|
1160
|
+
}
|
|
1161
|
+
|
|
1162
|
+
.bg-brown-lighten-3 {
|
|
1163
|
+
background-color: #bcaaa4 !important;
|
|
1164
|
+
color: #000000 !important;
|
|
1165
|
+
}
|
|
1166
|
+
|
|
1167
|
+
.bg-brown-lighten-2 {
|
|
1168
|
+
background-color: #a1887f !important;
|
|
1169
|
+
color: #000000 !important;
|
|
1170
|
+
}
|
|
1171
|
+
|
|
1172
|
+
.bg-brown-lighten-1 {
|
|
1173
|
+
background-color: #8d6e63 !important;
|
|
1174
|
+
color: #FFFFFF !important;
|
|
1175
|
+
}
|
|
1176
|
+
|
|
1177
|
+
.bg-brown-darken-1 {
|
|
1178
|
+
background-color: #6d4c41 !important;
|
|
1179
|
+
color: #FFFFFF !important;
|
|
1180
|
+
}
|
|
1181
|
+
|
|
1182
|
+
.bg-brown-darken-2 {
|
|
1183
|
+
background-color: #5d4037 !important;
|
|
1184
|
+
color: #FFFFFF !important;
|
|
1185
|
+
}
|
|
1186
|
+
|
|
1187
|
+
.bg-brown-darken-3 {
|
|
1188
|
+
background-color: #4e342e !important;
|
|
1189
|
+
color: #FFFFFF !important;
|
|
1190
|
+
}
|
|
1191
|
+
|
|
1192
|
+
.bg-brown-darken-4 {
|
|
1193
|
+
background-color: #3e2723 !important;
|
|
1194
|
+
color: #FFFFFF !important;
|
|
1195
|
+
}
|
|
1196
|
+
|
|
1197
|
+
.bg-blue-grey {
|
|
1198
|
+
background-color: #607d8b !important;
|
|
1199
|
+
color: #000000 !important;
|
|
1200
|
+
}
|
|
1201
|
+
|
|
1202
|
+
.bg-blue-grey-lighten-5 {
|
|
1203
|
+
background-color: #eceff1 !important;
|
|
1204
|
+
color: #000000 !important;
|
|
1205
|
+
}
|
|
1206
|
+
|
|
1207
|
+
.bg-blue-grey-lighten-4 {
|
|
1208
|
+
background-color: #cfd8dc !important;
|
|
1209
|
+
color: #000000 !important;
|
|
1210
|
+
}
|
|
1211
|
+
|
|
1212
|
+
.bg-blue-grey-lighten-3 {
|
|
1213
|
+
background-color: #b0bec5 !important;
|
|
1214
|
+
color: #000000 !important;
|
|
1215
|
+
}
|
|
1216
|
+
|
|
1217
|
+
.bg-blue-grey-lighten-2 {
|
|
1218
|
+
background-color: #90a4ae !important;
|
|
1219
|
+
color: #000000 !important;
|
|
1220
|
+
}
|
|
1221
|
+
|
|
1222
|
+
.bg-blue-grey-lighten-1 {
|
|
1223
|
+
background-color: #78909c !important;
|
|
1224
|
+
color: #000000 !important;
|
|
1225
|
+
}
|
|
1226
|
+
|
|
1227
|
+
.bg-blue-grey-darken-1 {
|
|
1228
|
+
background-color: #546e7a !important;
|
|
1229
|
+
color: #FFFFFF !important;
|
|
1230
|
+
}
|
|
1231
|
+
|
|
1232
|
+
.bg-blue-grey-darken-2 {
|
|
1233
|
+
background-color: #455a64 !important;
|
|
1234
|
+
color: #FFFFFF !important;
|
|
1235
|
+
}
|
|
1236
|
+
|
|
1237
|
+
.bg-blue-grey-darken-3 {
|
|
1238
|
+
background-color: #37474f !important;
|
|
1239
|
+
color: #FFFFFF !important;
|
|
1240
|
+
}
|
|
1241
|
+
|
|
1242
|
+
.bg-blue-grey-darken-4 {
|
|
1243
|
+
background-color: #263238 !important;
|
|
1244
|
+
color: #FFFFFF !important;
|
|
1245
|
+
}
|
|
1246
|
+
|
|
1247
|
+
.bg-grey {
|
|
1248
|
+
background-color: #9e9e9e !important;
|
|
1249
|
+
color: #000000 !important;
|
|
1250
|
+
}
|
|
1251
|
+
|
|
1252
|
+
.bg-grey-lighten-5 {
|
|
1253
|
+
background-color: #fafafa !important;
|
|
1254
|
+
color: #000000 !important;
|
|
1255
|
+
}
|
|
1256
|
+
|
|
1257
|
+
.bg-grey-lighten-4 {
|
|
1258
|
+
background-color: #f5f5f5 !important;
|
|
1259
|
+
color: #000000 !important;
|
|
1260
|
+
}
|
|
1261
|
+
|
|
1262
|
+
.bg-grey-lighten-3 {
|
|
1263
|
+
background-color: #eeeeee !important;
|
|
1264
|
+
color: #000000 !important;
|
|
1265
|
+
}
|
|
1266
|
+
|
|
1267
|
+
.bg-grey-lighten-2 {
|
|
1268
|
+
background-color: #e0e0e0 !important;
|
|
1269
|
+
color: #000000 !important;
|
|
1270
|
+
}
|
|
1271
|
+
|
|
1272
|
+
.bg-grey-lighten-1 {
|
|
1273
|
+
background-color: #bdbdbd !important;
|
|
1274
|
+
color: #000000 !important;
|
|
1275
|
+
}
|
|
1276
|
+
|
|
1277
|
+
.bg-grey-darken-1 {
|
|
1278
|
+
background-color: #757575 !important;
|
|
1279
|
+
color: #FFFFFF !important;
|
|
1280
|
+
}
|
|
1281
|
+
|
|
1282
|
+
.bg-grey-darken-2 {
|
|
1283
|
+
background-color: #616161 !important;
|
|
1284
|
+
color: #FFFFFF !important;
|
|
1285
|
+
}
|
|
1286
|
+
|
|
1287
|
+
.bg-grey-darken-3 {
|
|
1288
|
+
background-color: #424242 !important;
|
|
1289
|
+
color: #FFFFFF !important;
|
|
1290
|
+
}
|
|
1291
|
+
|
|
1292
|
+
.bg-grey-darken-4 {
|
|
1293
|
+
background-color: #212121 !important;
|
|
1294
|
+
color: #FFFFFF !important;
|
|
1295
|
+
}
|
|
1296
|
+
|
|
1297
|
+
.bg-shades-black {
|
|
1298
|
+
background-color: #000000 !important;
|
|
1299
|
+
color: #FFFFFF !important;
|
|
1300
|
+
}
|
|
1301
|
+
|
|
1302
|
+
.bg-shades-white {
|
|
1303
|
+
background-color: #FFFFFF !important;
|
|
1304
|
+
color: #000000 !important;
|
|
1305
|
+
}
|
|
1306
|
+
|
|
1307
|
+
.bg-shades-transparent {
|
|
1308
|
+
background-color: transparent !important;
|
|
1309
|
+
color: currentColor !important;
|
|
1310
|
+
}
|
|
1311
|
+
|
|
1312
|
+
.text-black {
|
|
1313
|
+
color: #000000 !important;
|
|
1314
|
+
}
|
|
1315
|
+
|
|
1316
|
+
.text-white {
|
|
1317
|
+
color: #FFFFFF !important;
|
|
1318
|
+
}
|
|
1319
|
+
|
|
1320
|
+
.text-transparent {
|
|
1321
|
+
color: transparent !important;
|
|
1322
|
+
}
|
|
1323
|
+
|
|
1324
|
+
.text-red {
|
|
1325
|
+
color: #F44336 !important;
|
|
1326
|
+
}
|
|
1327
|
+
|
|
1328
|
+
.text-red-lighten-5 {
|
|
1329
|
+
color: #FFEBEE !important;
|
|
1330
|
+
}
|
|
1331
|
+
|
|
1332
|
+
.text-red-lighten-4 {
|
|
1333
|
+
color: #FFCDD2 !important;
|
|
1334
|
+
}
|
|
1335
|
+
|
|
1336
|
+
.text-red-lighten-3 {
|
|
1337
|
+
color: #EF9A9A !important;
|
|
1338
|
+
}
|
|
1339
|
+
|
|
1340
|
+
.text-red-lighten-2 {
|
|
1341
|
+
color: #E57373 !important;
|
|
1342
|
+
}
|
|
1343
|
+
|
|
1344
|
+
.text-red-lighten-1 {
|
|
1345
|
+
color: #EF5350 !important;
|
|
1346
|
+
}
|
|
1347
|
+
|
|
1348
|
+
.text-red-darken-1 {
|
|
1349
|
+
color: #E53935 !important;
|
|
1350
|
+
}
|
|
1351
|
+
|
|
1352
|
+
.text-red-darken-2 {
|
|
1353
|
+
color: #D32F2F !important;
|
|
1354
|
+
}
|
|
1355
|
+
|
|
1356
|
+
.text-red-darken-3 {
|
|
1357
|
+
color: #C62828 !important;
|
|
1358
|
+
}
|
|
1359
|
+
|
|
1360
|
+
.text-red-darken-4 {
|
|
1361
|
+
color: #B71C1C !important;
|
|
1362
|
+
}
|
|
1363
|
+
|
|
1364
|
+
.text-red-accent-1 {
|
|
1365
|
+
color: #FF8A80 !important;
|
|
1366
|
+
}
|
|
1367
|
+
|
|
1368
|
+
.text-red-accent-2 {
|
|
1369
|
+
color: #FF5252 !important;
|
|
1370
|
+
}
|
|
1371
|
+
|
|
1372
|
+
.text-red-accent-3 {
|
|
1373
|
+
color: #FF1744 !important;
|
|
1374
|
+
}
|
|
1375
|
+
|
|
1376
|
+
.text-red-accent-4 {
|
|
1377
|
+
color: #D50000 !important;
|
|
1378
|
+
}
|
|
1379
|
+
|
|
1380
|
+
.text-pink {
|
|
1381
|
+
color: #e91e63 !important;
|
|
1382
|
+
}
|
|
1383
|
+
|
|
1384
|
+
.text-pink-lighten-5 {
|
|
1385
|
+
color: #fce4ec !important;
|
|
1386
|
+
}
|
|
1387
|
+
|
|
1388
|
+
.text-pink-lighten-4 {
|
|
1389
|
+
color: #f8bbd0 !important;
|
|
1390
|
+
}
|
|
1391
|
+
|
|
1392
|
+
.text-pink-lighten-3 {
|
|
1393
|
+
color: #f48fb1 !important;
|
|
1394
|
+
}
|
|
1395
|
+
|
|
1396
|
+
.text-pink-lighten-2 {
|
|
1397
|
+
color: #f06292 !important;
|
|
1398
|
+
}
|
|
1399
|
+
|
|
1400
|
+
.text-pink-lighten-1 {
|
|
1401
|
+
color: #ec407a !important;
|
|
1402
|
+
}
|
|
1403
|
+
|
|
1404
|
+
.text-pink-darken-1 {
|
|
1405
|
+
color: #d81b60 !important;
|
|
1406
|
+
}
|
|
1407
|
+
|
|
1408
|
+
.text-pink-darken-2 {
|
|
1409
|
+
color: #c2185b !important;
|
|
1410
|
+
}
|
|
1411
|
+
|
|
1412
|
+
.text-pink-darken-3 {
|
|
1413
|
+
color: #ad1457 !important;
|
|
1414
|
+
}
|
|
1415
|
+
|
|
1416
|
+
.text-pink-darken-4 {
|
|
1417
|
+
color: #880e4f !important;
|
|
1418
|
+
}
|
|
1419
|
+
|
|
1420
|
+
.text-pink-accent-1 {
|
|
1421
|
+
color: #ff80ab !important;
|
|
1422
|
+
}
|
|
1423
|
+
|
|
1424
|
+
.text-pink-accent-2 {
|
|
1425
|
+
color: #ff4081 !important;
|
|
1426
|
+
}
|
|
1427
|
+
|
|
1428
|
+
.text-pink-accent-3 {
|
|
1429
|
+
color: #f50057 !important;
|
|
1430
|
+
}
|
|
1431
|
+
|
|
1432
|
+
.text-pink-accent-4 {
|
|
1433
|
+
color: #c51162 !important;
|
|
1434
|
+
}
|
|
1435
|
+
|
|
1436
|
+
.text-purple {
|
|
1437
|
+
color: #9c27b0 !important;
|
|
1438
|
+
}
|
|
1439
|
+
|
|
1440
|
+
.text-purple-lighten-5 {
|
|
1441
|
+
color: #f3e5f5 !important;
|
|
1442
|
+
}
|
|
1443
|
+
|
|
1444
|
+
.text-purple-lighten-4 {
|
|
1445
|
+
color: #e1bee7 !important;
|
|
1446
|
+
}
|
|
1447
|
+
|
|
1448
|
+
.text-purple-lighten-3 {
|
|
1449
|
+
color: #ce93d8 !important;
|
|
1450
|
+
}
|
|
1451
|
+
|
|
1452
|
+
.text-purple-lighten-2 {
|
|
1453
|
+
color: #ba68c8 !important;
|
|
1454
|
+
}
|
|
1455
|
+
|
|
1456
|
+
.text-purple-lighten-1 {
|
|
1457
|
+
color: #ab47bc !important;
|
|
1458
|
+
}
|
|
1459
|
+
|
|
1460
|
+
.text-purple-darken-1 {
|
|
1461
|
+
color: #8e24aa !important;
|
|
1462
|
+
}
|
|
1463
|
+
|
|
1464
|
+
.text-purple-darken-2 {
|
|
1465
|
+
color: #7b1fa2 !important;
|
|
1466
|
+
}
|
|
1467
|
+
|
|
1468
|
+
.text-purple-darken-3 {
|
|
1469
|
+
color: #6a1b9a !important;
|
|
1470
|
+
}
|
|
1471
|
+
|
|
1472
|
+
.text-purple-darken-4 {
|
|
1473
|
+
color: #4a148c !important;
|
|
1474
|
+
}
|
|
1475
|
+
|
|
1476
|
+
.text-purple-accent-1 {
|
|
1477
|
+
color: #ea80fc !important;
|
|
1478
|
+
}
|
|
1479
|
+
|
|
1480
|
+
.text-purple-accent-2 {
|
|
1481
|
+
color: #e040fb !important;
|
|
1482
|
+
}
|
|
1483
|
+
|
|
1484
|
+
.text-purple-accent-3 {
|
|
1485
|
+
color: #d500f9 !important;
|
|
1486
|
+
}
|
|
1487
|
+
|
|
1488
|
+
.text-purple-accent-4 {
|
|
1489
|
+
color: #aa00ff !important;
|
|
1490
|
+
}
|
|
1491
|
+
|
|
1492
|
+
.text-deep-purple {
|
|
1493
|
+
color: #673ab7 !important;
|
|
1494
|
+
}
|
|
1495
|
+
|
|
1496
|
+
.text-deep-purple-lighten-5 {
|
|
1497
|
+
color: #ede7f6 !important;
|
|
1498
|
+
}
|
|
1499
|
+
|
|
1500
|
+
.text-deep-purple-lighten-4 {
|
|
1501
|
+
color: #d1c4e9 !important;
|
|
1502
|
+
}
|
|
1503
|
+
|
|
1504
|
+
.text-deep-purple-lighten-3 {
|
|
1505
|
+
color: #b39ddb !important;
|
|
1506
|
+
}
|
|
1507
|
+
|
|
1508
|
+
.text-deep-purple-lighten-2 {
|
|
1509
|
+
color: #9575cd !important;
|
|
1510
|
+
}
|
|
1511
|
+
|
|
1512
|
+
.text-deep-purple-lighten-1 {
|
|
1513
|
+
color: #7e57c2 !important;
|
|
1514
|
+
}
|
|
1515
|
+
|
|
1516
|
+
.text-deep-purple-darken-1 {
|
|
1517
|
+
color: #5e35b1 !important;
|
|
1518
|
+
}
|
|
1519
|
+
|
|
1520
|
+
.text-deep-purple-darken-2 {
|
|
1521
|
+
color: #512da8 !important;
|
|
1522
|
+
}
|
|
1523
|
+
|
|
1524
|
+
.text-deep-purple-darken-3 {
|
|
1525
|
+
color: #4527a0 !important;
|
|
1526
|
+
}
|
|
1527
|
+
|
|
1528
|
+
.text-deep-purple-darken-4 {
|
|
1529
|
+
color: #311b92 !important;
|
|
1530
|
+
}
|
|
1531
|
+
|
|
1532
|
+
.text-deep-purple-accent-1 {
|
|
1533
|
+
color: #b388ff !important;
|
|
1534
|
+
}
|
|
1535
|
+
|
|
1536
|
+
.text-deep-purple-accent-2 {
|
|
1537
|
+
color: #7c4dff !important;
|
|
1538
|
+
}
|
|
1539
|
+
|
|
1540
|
+
.text-deep-purple-accent-3 {
|
|
1541
|
+
color: #651fff !important;
|
|
1542
|
+
}
|
|
1543
|
+
|
|
1544
|
+
.text-deep-purple-accent-4 {
|
|
1545
|
+
color: #6200ea !important;
|
|
1546
|
+
}
|
|
1547
|
+
|
|
1548
|
+
.text-indigo {
|
|
1549
|
+
color: #3f51b5 !important;
|
|
1550
|
+
}
|
|
1551
|
+
|
|
1552
|
+
.text-indigo-lighten-5 {
|
|
1553
|
+
color: #e8eaf6 !important;
|
|
1554
|
+
}
|
|
1555
|
+
|
|
1556
|
+
.text-indigo-lighten-4 {
|
|
1557
|
+
color: #c5cae9 !important;
|
|
1558
|
+
}
|
|
1559
|
+
|
|
1560
|
+
.text-indigo-lighten-3 {
|
|
1561
|
+
color: #9fa8da !important;
|
|
1562
|
+
}
|
|
1563
|
+
|
|
1564
|
+
.text-indigo-lighten-2 {
|
|
1565
|
+
color: #7986cb !important;
|
|
1566
|
+
}
|
|
1567
|
+
|
|
1568
|
+
.text-indigo-lighten-1 {
|
|
1569
|
+
color: #5c6bc0 !important;
|
|
1570
|
+
}
|
|
1571
|
+
|
|
1572
|
+
.text-indigo-darken-1 {
|
|
1573
|
+
color: #3949ab !important;
|
|
1574
|
+
}
|
|
1575
|
+
|
|
1576
|
+
.text-indigo-darken-2 {
|
|
1577
|
+
color: #303f9f !important;
|
|
1578
|
+
}
|
|
1579
|
+
|
|
1580
|
+
.text-indigo-darken-3 {
|
|
1581
|
+
color: #283593 !important;
|
|
1582
|
+
}
|
|
1583
|
+
|
|
1584
|
+
.text-indigo-darken-4 {
|
|
1585
|
+
color: #1a237e !important;
|
|
1586
|
+
}
|
|
1587
|
+
|
|
1588
|
+
.text-indigo-accent-1 {
|
|
1589
|
+
color: #8c9eff !important;
|
|
1590
|
+
}
|
|
1591
|
+
|
|
1592
|
+
.text-indigo-accent-2 {
|
|
1593
|
+
color: #536dfe !important;
|
|
1594
|
+
}
|
|
1595
|
+
|
|
1596
|
+
.text-indigo-accent-3 {
|
|
1597
|
+
color: #3d5afe !important;
|
|
1598
|
+
}
|
|
1599
|
+
|
|
1600
|
+
.text-indigo-accent-4 {
|
|
1601
|
+
color: #304ffe !important;
|
|
1602
|
+
}
|
|
1603
|
+
|
|
1604
|
+
.text-blue {
|
|
1605
|
+
color: #2196F3 !important;
|
|
1606
|
+
}
|
|
1607
|
+
|
|
1608
|
+
.text-blue-lighten-5 {
|
|
1609
|
+
color: #E3F2FD !important;
|
|
1610
|
+
}
|
|
1611
|
+
|
|
1612
|
+
.text-blue-lighten-4 {
|
|
1613
|
+
color: #BBDEFB !important;
|
|
1614
|
+
}
|
|
1615
|
+
|
|
1616
|
+
.text-blue-lighten-3 {
|
|
1617
|
+
color: #90CAF9 !important;
|
|
1618
|
+
}
|
|
1619
|
+
|
|
1620
|
+
.text-blue-lighten-2 {
|
|
1621
|
+
color: #64B5F6 !important;
|
|
1622
|
+
}
|
|
1623
|
+
|
|
1624
|
+
.text-blue-lighten-1 {
|
|
1625
|
+
color: #42A5F5 !important;
|
|
1626
|
+
}
|
|
1627
|
+
|
|
1628
|
+
.text-blue-darken-1 {
|
|
1629
|
+
color: #1E88E5 !important;
|
|
1630
|
+
}
|
|
1631
|
+
|
|
1632
|
+
.text-blue-darken-2 {
|
|
1633
|
+
color: #1976D2 !important;
|
|
1634
|
+
}
|
|
1635
|
+
|
|
1636
|
+
.text-blue-darken-3 {
|
|
1637
|
+
color: #1565C0 !important;
|
|
1638
|
+
}
|
|
1639
|
+
|
|
1640
|
+
.text-blue-darken-4 {
|
|
1641
|
+
color: #0D47A1 !important;
|
|
1642
|
+
}
|
|
1643
|
+
|
|
1644
|
+
.text-blue-accent-1 {
|
|
1645
|
+
color: #82B1FF !important;
|
|
1646
|
+
}
|
|
1647
|
+
|
|
1648
|
+
.text-blue-accent-2 {
|
|
1649
|
+
color: #448AFF !important;
|
|
1650
|
+
}
|
|
1651
|
+
|
|
1652
|
+
.text-blue-accent-3 {
|
|
1653
|
+
color: #2979FF !important;
|
|
1654
|
+
}
|
|
1655
|
+
|
|
1656
|
+
.text-blue-accent-4 {
|
|
1657
|
+
color: #2962FF !important;
|
|
1658
|
+
}
|
|
1659
|
+
|
|
1660
|
+
.text-light-blue {
|
|
1661
|
+
color: #03a9f4 !important;
|
|
1662
|
+
}
|
|
1663
|
+
|
|
1664
|
+
.text-light-blue-lighten-5 {
|
|
1665
|
+
color: #e1f5fe !important;
|
|
1666
|
+
}
|
|
1667
|
+
|
|
1668
|
+
.text-light-blue-lighten-4 {
|
|
1669
|
+
color: #b3e5fc !important;
|
|
1670
|
+
}
|
|
1671
|
+
|
|
1672
|
+
.text-light-blue-lighten-3 {
|
|
1673
|
+
color: #81d4fa !important;
|
|
1674
|
+
}
|
|
1675
|
+
|
|
1676
|
+
.text-light-blue-lighten-2 {
|
|
1677
|
+
color: #4fc3f7 !important;
|
|
1678
|
+
}
|
|
1679
|
+
|
|
1680
|
+
.text-light-blue-lighten-1 {
|
|
1681
|
+
color: #29b6f6 !important;
|
|
1682
|
+
}
|
|
1683
|
+
|
|
1684
|
+
.text-light-blue-darken-1 {
|
|
1685
|
+
color: #039be5 !important;
|
|
1686
|
+
}
|
|
1687
|
+
|
|
1688
|
+
.text-light-blue-darken-2 {
|
|
1689
|
+
color: #0288d1 !important;
|
|
1690
|
+
}
|
|
1691
|
+
|
|
1692
|
+
.text-light-blue-darken-3 {
|
|
1693
|
+
color: #0277bd !important;
|
|
1694
|
+
}
|
|
1695
|
+
|
|
1696
|
+
.text-light-blue-darken-4 {
|
|
1697
|
+
color: #01579b !important;
|
|
1698
|
+
}
|
|
1699
|
+
|
|
1700
|
+
.text-light-blue-accent-1 {
|
|
1701
|
+
color: #80d8ff !important;
|
|
1702
|
+
}
|
|
1703
|
+
|
|
1704
|
+
.text-light-blue-accent-2 {
|
|
1705
|
+
color: #40c4ff !important;
|
|
1706
|
+
}
|
|
1707
|
+
|
|
1708
|
+
.text-light-blue-accent-3 {
|
|
1709
|
+
color: #00b0ff !important;
|
|
1710
|
+
}
|
|
1711
|
+
|
|
1712
|
+
.text-light-blue-accent-4 {
|
|
1713
|
+
color: #0091ea !important;
|
|
1714
|
+
}
|
|
1715
|
+
|
|
1716
|
+
.text-cyan {
|
|
1717
|
+
color: #00bcd4 !important;
|
|
1718
|
+
}
|
|
1719
|
+
|
|
1720
|
+
.text-cyan-lighten-5 {
|
|
1721
|
+
color: #e0f7fa !important;
|
|
1722
|
+
}
|
|
1723
|
+
|
|
1724
|
+
.text-cyan-lighten-4 {
|
|
1725
|
+
color: #b2ebf2 !important;
|
|
1726
|
+
}
|
|
1727
|
+
|
|
1728
|
+
.text-cyan-lighten-3 {
|
|
1729
|
+
color: #80deea !important;
|
|
1730
|
+
}
|
|
1731
|
+
|
|
1732
|
+
.text-cyan-lighten-2 {
|
|
1733
|
+
color: #4dd0e1 !important;
|
|
1734
|
+
}
|
|
1735
|
+
|
|
1736
|
+
.text-cyan-lighten-1 {
|
|
1737
|
+
color: #26c6da !important;
|
|
1738
|
+
}
|
|
1739
|
+
|
|
1740
|
+
.text-cyan-darken-1 {
|
|
1741
|
+
color: #00acc1 !important;
|
|
1742
|
+
}
|
|
1743
|
+
|
|
1744
|
+
.text-cyan-darken-2 {
|
|
1745
|
+
color: #0097a7 !important;
|
|
1746
|
+
}
|
|
1747
|
+
|
|
1748
|
+
.text-cyan-darken-3 {
|
|
1749
|
+
color: #00838f !important;
|
|
1750
|
+
}
|
|
1751
|
+
|
|
1752
|
+
.text-cyan-darken-4 {
|
|
1753
|
+
color: #006064 !important;
|
|
1754
|
+
}
|
|
1755
|
+
|
|
1756
|
+
.text-cyan-accent-1 {
|
|
1757
|
+
color: #84ffff !important;
|
|
1758
|
+
}
|
|
1759
|
+
|
|
1760
|
+
.text-cyan-accent-2 {
|
|
1761
|
+
color: #18ffff !important;
|
|
1762
|
+
}
|
|
1763
|
+
|
|
1764
|
+
.text-cyan-accent-3 {
|
|
1765
|
+
color: #00e5ff !important;
|
|
1766
|
+
}
|
|
1767
|
+
|
|
1768
|
+
.text-cyan-accent-4 {
|
|
1769
|
+
color: #00b8d4 !important;
|
|
1770
|
+
}
|
|
1771
|
+
|
|
1772
|
+
.text-teal {
|
|
1773
|
+
color: #009688 !important;
|
|
1774
|
+
}
|
|
1775
|
+
|
|
1776
|
+
.text-teal-lighten-5 {
|
|
1777
|
+
color: #e0f2f1 !important;
|
|
1778
|
+
}
|
|
1779
|
+
|
|
1780
|
+
.text-teal-lighten-4 {
|
|
1781
|
+
color: #b2dfdb !important;
|
|
1782
|
+
}
|
|
1783
|
+
|
|
1784
|
+
.text-teal-lighten-3 {
|
|
1785
|
+
color: #80cbc4 !important;
|
|
1786
|
+
}
|
|
1787
|
+
|
|
1788
|
+
.text-teal-lighten-2 {
|
|
1789
|
+
color: #4db6ac !important;
|
|
1790
|
+
}
|
|
1791
|
+
|
|
1792
|
+
.text-teal-lighten-1 {
|
|
1793
|
+
color: #26a69a !important;
|
|
1794
|
+
}
|
|
1795
|
+
|
|
1796
|
+
.text-teal-darken-1 {
|
|
1797
|
+
color: #00897b !important;
|
|
1798
|
+
}
|
|
1799
|
+
|
|
1800
|
+
.text-teal-darken-2 {
|
|
1801
|
+
color: #00796b !important;
|
|
1802
|
+
}
|
|
1803
|
+
|
|
1804
|
+
.text-teal-darken-3 {
|
|
1805
|
+
color: #00695c !important;
|
|
1806
|
+
}
|
|
1807
|
+
|
|
1808
|
+
.text-teal-darken-4 {
|
|
1809
|
+
color: #004d40 !important;
|
|
1810
|
+
}
|
|
1811
|
+
|
|
1812
|
+
.text-teal-accent-1 {
|
|
1813
|
+
color: #a7ffeb !important;
|
|
1814
|
+
}
|
|
1815
|
+
|
|
1816
|
+
.text-teal-accent-2 {
|
|
1817
|
+
color: #64ffda !important;
|
|
1818
|
+
}
|
|
1819
|
+
|
|
1820
|
+
.text-teal-accent-3 {
|
|
1821
|
+
color: #1de9b6 !important;
|
|
1822
|
+
}
|
|
1823
|
+
|
|
1824
|
+
.text-teal-accent-4 {
|
|
1825
|
+
color: #00bfa5 !important;
|
|
1826
|
+
}
|
|
1827
|
+
|
|
1828
|
+
.text-green {
|
|
1829
|
+
color: #4CAF50 !important;
|
|
1830
|
+
}
|
|
1831
|
+
|
|
1832
|
+
.text-green-lighten-5 {
|
|
1833
|
+
color: #E8F5E9 !important;
|
|
1834
|
+
}
|
|
1835
|
+
|
|
1836
|
+
.text-green-lighten-4 {
|
|
1837
|
+
color: #C8E6C9 !important;
|
|
1838
|
+
}
|
|
1839
|
+
|
|
1840
|
+
.text-green-lighten-3 {
|
|
1841
|
+
color: #A5D6A7 !important;
|
|
1842
|
+
}
|
|
1843
|
+
|
|
1844
|
+
.text-green-lighten-2 {
|
|
1845
|
+
color: #81C784 !important;
|
|
1846
|
+
}
|
|
1847
|
+
|
|
1848
|
+
.text-green-lighten-1 {
|
|
1849
|
+
color: #66BB6A !important;
|
|
1850
|
+
}
|
|
1851
|
+
|
|
1852
|
+
.text-green-darken-1 {
|
|
1853
|
+
color: #43A047 !important;
|
|
1854
|
+
}
|
|
1855
|
+
|
|
1856
|
+
.text-green-darken-2 {
|
|
1857
|
+
color: #388E3C !important;
|
|
1858
|
+
}
|
|
1859
|
+
|
|
1860
|
+
.text-green-darken-3 {
|
|
1861
|
+
color: #2E7D32 !important;
|
|
1862
|
+
}
|
|
1863
|
+
|
|
1864
|
+
.text-green-darken-4 {
|
|
1865
|
+
color: #1B5E20 !important;
|
|
1866
|
+
}
|
|
1867
|
+
|
|
1868
|
+
.text-green-accent-1 {
|
|
1869
|
+
color: #B9F6CA !important;
|
|
1870
|
+
}
|
|
1871
|
+
|
|
1872
|
+
.text-green-accent-2 {
|
|
1873
|
+
color: #69F0AE !important;
|
|
1874
|
+
}
|
|
1875
|
+
|
|
1876
|
+
.text-green-accent-3 {
|
|
1877
|
+
color: #00E676 !important;
|
|
1878
|
+
}
|
|
1879
|
+
|
|
1880
|
+
.text-green-accent-4 {
|
|
1881
|
+
color: #00C853 !important;
|
|
1882
|
+
}
|
|
1883
|
+
|
|
1884
|
+
.text-light-green {
|
|
1885
|
+
color: #8bc34a !important;
|
|
1886
|
+
}
|
|
1887
|
+
|
|
1888
|
+
.text-light-green-lighten-5 {
|
|
1889
|
+
color: #f1f8e9 !important;
|
|
1890
|
+
}
|
|
1891
|
+
|
|
1892
|
+
.text-light-green-lighten-4 {
|
|
1893
|
+
color: #dcedc8 !important;
|
|
1894
|
+
}
|
|
1895
|
+
|
|
1896
|
+
.text-light-green-lighten-3 {
|
|
1897
|
+
color: #c5e1a5 !important;
|
|
1898
|
+
}
|
|
1899
|
+
|
|
1900
|
+
.text-light-green-lighten-2 {
|
|
1901
|
+
color: #aed581 !important;
|
|
1902
|
+
}
|
|
1903
|
+
|
|
1904
|
+
.text-light-green-lighten-1 {
|
|
1905
|
+
color: #9ccc65 !important;
|
|
1906
|
+
}
|
|
1907
|
+
|
|
1908
|
+
.text-light-green-darken-1 {
|
|
1909
|
+
color: #7cb342 !important;
|
|
1910
|
+
}
|
|
1911
|
+
|
|
1912
|
+
.text-light-green-darken-2 {
|
|
1913
|
+
color: #689f38 !important;
|
|
1914
|
+
}
|
|
1915
|
+
|
|
1916
|
+
.text-light-green-darken-3 {
|
|
1917
|
+
color: #558b2f !important;
|
|
1918
|
+
}
|
|
1919
|
+
|
|
1920
|
+
.text-light-green-darken-4 {
|
|
1921
|
+
color: #33691e !important;
|
|
1922
|
+
}
|
|
1923
|
+
|
|
1924
|
+
.text-light-green-accent-1 {
|
|
1925
|
+
color: #ccff90 !important;
|
|
1926
|
+
}
|
|
1927
|
+
|
|
1928
|
+
.text-light-green-accent-2 {
|
|
1929
|
+
color: #b2ff59 !important;
|
|
1930
|
+
}
|
|
1931
|
+
|
|
1932
|
+
.text-light-green-accent-3 {
|
|
1933
|
+
color: #76ff03 !important;
|
|
1934
|
+
}
|
|
1935
|
+
|
|
1936
|
+
.text-light-green-accent-4 {
|
|
1937
|
+
color: #64dd17 !important;
|
|
1938
|
+
}
|
|
1939
|
+
|
|
1940
|
+
.text-lime {
|
|
1941
|
+
color: #cddc39 !important;
|
|
1942
|
+
}
|
|
1943
|
+
|
|
1944
|
+
.text-lime-lighten-5 {
|
|
1945
|
+
color: #f9fbe7 !important;
|
|
1946
|
+
}
|
|
1947
|
+
|
|
1948
|
+
.text-lime-lighten-4 {
|
|
1949
|
+
color: #f0f4c3 !important;
|
|
1950
|
+
}
|
|
1951
|
+
|
|
1952
|
+
.text-lime-lighten-3 {
|
|
1953
|
+
color: #e6ee9c !important;
|
|
1954
|
+
}
|
|
1955
|
+
|
|
1956
|
+
.text-lime-lighten-2 {
|
|
1957
|
+
color: #dce775 !important;
|
|
1958
|
+
}
|
|
1959
|
+
|
|
1960
|
+
.text-lime-lighten-1 {
|
|
1961
|
+
color: #d4e157 !important;
|
|
1962
|
+
}
|
|
1963
|
+
|
|
1964
|
+
.text-lime-darken-1 {
|
|
1965
|
+
color: #c0ca33 !important;
|
|
1966
|
+
}
|
|
1967
|
+
|
|
1968
|
+
.text-lime-darken-2 {
|
|
1969
|
+
color: #afb42b !important;
|
|
1970
|
+
}
|
|
1971
|
+
|
|
1972
|
+
.text-lime-darken-3 {
|
|
1973
|
+
color: #9e9d24 !important;
|
|
1974
|
+
}
|
|
1975
|
+
|
|
1976
|
+
.text-lime-darken-4 {
|
|
1977
|
+
color: #827717 !important;
|
|
1978
|
+
}
|
|
1979
|
+
|
|
1980
|
+
.text-lime-accent-1 {
|
|
1981
|
+
color: #f4ff81 !important;
|
|
1982
|
+
}
|
|
1983
|
+
|
|
1984
|
+
.text-lime-accent-2 {
|
|
1985
|
+
color: #eeff41 !important;
|
|
1986
|
+
}
|
|
1987
|
+
|
|
1988
|
+
.text-lime-accent-3 {
|
|
1989
|
+
color: #c6ff00 !important;
|
|
1990
|
+
}
|
|
1991
|
+
|
|
1992
|
+
.text-lime-accent-4 {
|
|
1993
|
+
color: #aeea00 !important;
|
|
1994
|
+
}
|
|
1995
|
+
|
|
1996
|
+
.text-yellow {
|
|
1997
|
+
color: #ffeb3b !important;
|
|
1998
|
+
}
|
|
1999
|
+
|
|
2000
|
+
.text-yellow-lighten-5 {
|
|
2001
|
+
color: #fffde7 !important;
|
|
2002
|
+
}
|
|
2003
|
+
|
|
2004
|
+
.text-yellow-lighten-4 {
|
|
2005
|
+
color: #fff9c4 !important;
|
|
2006
|
+
}
|
|
2007
|
+
|
|
2008
|
+
.text-yellow-lighten-3 {
|
|
2009
|
+
color: #fff59d !important;
|
|
2010
|
+
}
|
|
2011
|
+
|
|
2012
|
+
.text-yellow-lighten-2 {
|
|
2013
|
+
color: #fff176 !important;
|
|
2014
|
+
}
|
|
2015
|
+
|
|
2016
|
+
.text-yellow-lighten-1 {
|
|
2017
|
+
color: #ffee58 !important;
|
|
2018
|
+
}
|
|
2019
|
+
|
|
2020
|
+
.text-yellow-darken-1 {
|
|
2021
|
+
color: #fdd835 !important;
|
|
2022
|
+
}
|
|
2023
|
+
|
|
2024
|
+
.text-yellow-darken-2 {
|
|
2025
|
+
color: #fbc02d !important;
|
|
2026
|
+
}
|
|
2027
|
+
|
|
2028
|
+
.text-yellow-darken-3 {
|
|
2029
|
+
color: #f9a825 !important;
|
|
2030
|
+
}
|
|
2031
|
+
|
|
2032
|
+
.text-yellow-darken-4 {
|
|
2033
|
+
color: #f57f17 !important;
|
|
2034
|
+
}
|
|
2035
|
+
|
|
2036
|
+
.text-yellow-accent-1 {
|
|
2037
|
+
color: #ffff8d !important;
|
|
2038
|
+
}
|
|
2039
|
+
|
|
2040
|
+
.text-yellow-accent-2 {
|
|
2041
|
+
color: #ffff00 !important;
|
|
2042
|
+
}
|
|
2043
|
+
|
|
2044
|
+
.text-yellow-accent-3 {
|
|
2045
|
+
color: #ffea00 !important;
|
|
2046
|
+
}
|
|
2047
|
+
|
|
2048
|
+
.text-yellow-accent-4 {
|
|
2049
|
+
color: #ffd600 !important;
|
|
2050
|
+
}
|
|
2051
|
+
|
|
2052
|
+
.text-amber {
|
|
2053
|
+
color: #ffc107 !important;
|
|
2054
|
+
}
|
|
2055
|
+
|
|
2056
|
+
.text-amber-lighten-5 {
|
|
2057
|
+
color: #fff8e1 !important;
|
|
2058
|
+
}
|
|
2059
|
+
|
|
2060
|
+
.text-amber-lighten-4 {
|
|
2061
|
+
color: #ffecb3 !important;
|
|
2062
|
+
}
|
|
2063
|
+
|
|
2064
|
+
.text-amber-lighten-3 {
|
|
2065
|
+
color: #ffe082 !important;
|
|
2066
|
+
}
|
|
2067
|
+
|
|
2068
|
+
.text-amber-lighten-2 {
|
|
2069
|
+
color: #ffd54f !important;
|
|
2070
|
+
}
|
|
2071
|
+
|
|
2072
|
+
.text-amber-lighten-1 {
|
|
2073
|
+
color: #ffca28 !important;
|
|
2074
|
+
}
|
|
2075
|
+
|
|
2076
|
+
.text-amber-darken-1 {
|
|
2077
|
+
color: #ffb300 !important;
|
|
2078
|
+
}
|
|
2079
|
+
|
|
2080
|
+
.text-amber-darken-2 {
|
|
2081
|
+
color: #ffa000 !important;
|
|
2082
|
+
}
|
|
2083
|
+
|
|
2084
|
+
.text-amber-darken-3 {
|
|
2085
|
+
color: #ff8f00 !important;
|
|
2086
|
+
}
|
|
2087
|
+
|
|
2088
|
+
.text-amber-darken-4 {
|
|
2089
|
+
color: #ff6f00 !important;
|
|
2090
|
+
}
|
|
2091
|
+
|
|
2092
|
+
.text-amber-accent-1 {
|
|
2093
|
+
color: #ffe57f !important;
|
|
2094
|
+
}
|
|
2095
|
+
|
|
2096
|
+
.text-amber-accent-2 {
|
|
2097
|
+
color: #ffd740 !important;
|
|
2098
|
+
}
|
|
2099
|
+
|
|
2100
|
+
.text-amber-accent-3 {
|
|
2101
|
+
color: #ffc400 !important;
|
|
2102
|
+
}
|
|
2103
|
+
|
|
2104
|
+
.text-amber-accent-4 {
|
|
2105
|
+
color: #ffab00 !important;
|
|
2106
|
+
}
|
|
2107
|
+
|
|
2108
|
+
.text-orange {
|
|
2109
|
+
color: #ff9800 !important;
|
|
2110
|
+
}
|
|
2111
|
+
|
|
2112
|
+
.text-orange-lighten-5 {
|
|
2113
|
+
color: #fff3e0 !important;
|
|
2114
|
+
}
|
|
2115
|
+
|
|
2116
|
+
.text-orange-lighten-4 {
|
|
2117
|
+
color: #ffe0b2 !important;
|
|
2118
|
+
}
|
|
2119
|
+
|
|
2120
|
+
.text-orange-lighten-3 {
|
|
2121
|
+
color: #ffcc80 !important;
|
|
2122
|
+
}
|
|
2123
|
+
|
|
2124
|
+
.text-orange-lighten-2 {
|
|
2125
|
+
color: #ffb74d !important;
|
|
2126
|
+
}
|
|
2127
|
+
|
|
2128
|
+
.text-orange-lighten-1 {
|
|
2129
|
+
color: #ffa726 !important;
|
|
2130
|
+
}
|
|
2131
|
+
|
|
2132
|
+
.text-orange-darken-1 {
|
|
2133
|
+
color: #fb8c00 !important;
|
|
2134
|
+
}
|
|
2135
|
+
|
|
2136
|
+
.text-orange-darken-2 {
|
|
2137
|
+
color: #f57c00 !important;
|
|
2138
|
+
}
|
|
2139
|
+
|
|
2140
|
+
.text-orange-darken-3 {
|
|
2141
|
+
color: #ef6c00 !important;
|
|
2142
|
+
}
|
|
2143
|
+
|
|
2144
|
+
.text-orange-darken-4 {
|
|
2145
|
+
color: #e65100 !important;
|
|
2146
|
+
}
|
|
2147
|
+
|
|
2148
|
+
.text-orange-accent-1 {
|
|
2149
|
+
color: #ffd180 !important;
|
|
2150
|
+
}
|
|
2151
|
+
|
|
2152
|
+
.text-orange-accent-2 {
|
|
2153
|
+
color: #ffab40 !important;
|
|
2154
|
+
}
|
|
2155
|
+
|
|
2156
|
+
.text-orange-accent-3 {
|
|
2157
|
+
color: #ff9100 !important;
|
|
2158
|
+
}
|
|
2159
|
+
|
|
2160
|
+
.text-orange-accent-4 {
|
|
2161
|
+
color: #ff6d00 !important;
|
|
2162
|
+
}
|
|
2163
|
+
|
|
2164
|
+
.text-deep-orange {
|
|
2165
|
+
color: #ff5722 !important;
|
|
2166
|
+
}
|
|
2167
|
+
|
|
2168
|
+
.text-deep-orange-lighten-5 {
|
|
2169
|
+
color: #fbe9e7 !important;
|
|
2170
|
+
}
|
|
2171
|
+
|
|
2172
|
+
.text-deep-orange-lighten-4 {
|
|
2173
|
+
color: #ffccbc !important;
|
|
2174
|
+
}
|
|
2175
|
+
|
|
2176
|
+
.text-deep-orange-lighten-3 {
|
|
2177
|
+
color: #ffab91 !important;
|
|
2178
|
+
}
|
|
2179
|
+
|
|
2180
|
+
.text-deep-orange-lighten-2 {
|
|
2181
|
+
color: #ff8a65 !important;
|
|
2182
|
+
}
|
|
2183
|
+
|
|
2184
|
+
.text-deep-orange-lighten-1 {
|
|
2185
|
+
color: #ff7043 !important;
|
|
2186
|
+
}
|
|
2187
|
+
|
|
2188
|
+
.text-deep-orange-darken-1 {
|
|
2189
|
+
color: #f4511e !important;
|
|
2190
|
+
}
|
|
2191
|
+
|
|
2192
|
+
.text-deep-orange-darken-2 {
|
|
2193
|
+
color: #e64a19 !important;
|
|
2194
|
+
}
|
|
2195
|
+
|
|
2196
|
+
.text-deep-orange-darken-3 {
|
|
2197
|
+
color: #d84315 !important;
|
|
2198
|
+
}
|
|
2199
|
+
|
|
2200
|
+
.text-deep-orange-darken-4 {
|
|
2201
|
+
color: #bf360c !important;
|
|
2202
|
+
}
|
|
2203
|
+
|
|
2204
|
+
.text-deep-orange-accent-1 {
|
|
2205
|
+
color: #ff9e80 !important;
|
|
2206
|
+
}
|
|
2207
|
+
|
|
2208
|
+
.text-deep-orange-accent-2 {
|
|
2209
|
+
color: #ff6e40 !important;
|
|
2210
|
+
}
|
|
2211
|
+
|
|
2212
|
+
.text-deep-orange-accent-3 {
|
|
2213
|
+
color: #ff3d00 !important;
|
|
2214
|
+
}
|
|
2215
|
+
|
|
2216
|
+
.text-deep-orange-accent-4 {
|
|
2217
|
+
color: #dd2c00 !important;
|
|
2218
|
+
}
|
|
2219
|
+
|
|
2220
|
+
.text-brown {
|
|
2221
|
+
color: #795548 !important;
|
|
2222
|
+
}
|
|
2223
|
+
|
|
2297
2224
|
.text-brown-lighten-5 {
|
|
2298
2225
|
color: #efebe9 !important;
|
|
2299
|
-
caret-color: #efebe9 !important;
|
|
2300
|
-
}
|
|
2301
|
-
|
|
2302
|
-
.bg-brown-lighten-4 {
|
|
2303
|
-
background-color: #d7ccc8 !important;
|
|
2304
|
-
color: #000000 !important;
|
|
2305
2226
|
}
|
|
2306
2227
|
|
|
2307
2228
|
.text-brown-lighten-4 {
|
|
2308
2229
|
color: #d7ccc8 !important;
|
|
2309
|
-
caret-color: #d7ccc8 !important;
|
|
2310
|
-
}
|
|
2311
|
-
|
|
2312
|
-
.bg-brown-lighten-3 {
|
|
2313
|
-
background-color: #bcaaa4 !important;
|
|
2314
|
-
color: #000000 !important;
|
|
2315
2230
|
}
|
|
2316
2231
|
|
|
2317
2232
|
.text-brown-lighten-3 {
|
|
2318
2233
|
color: #bcaaa4 !important;
|
|
2319
|
-
caret-color: #bcaaa4 !important;
|
|
2320
|
-
}
|
|
2321
|
-
|
|
2322
|
-
.bg-brown-lighten-2 {
|
|
2323
|
-
background-color: #a1887f !important;
|
|
2324
|
-
color: #000000 !important;
|
|
2325
2234
|
}
|
|
2326
2235
|
|
|
2327
2236
|
.text-brown-lighten-2 {
|
|
2328
2237
|
color: #a1887f !important;
|
|
2329
|
-
caret-color: #a1887f !important;
|
|
2330
|
-
}
|
|
2331
|
-
|
|
2332
|
-
.bg-brown-lighten-1 {
|
|
2333
|
-
background-color: #8d6e63 !important;
|
|
2334
|
-
color: #FFFFFF !important;
|
|
2335
2238
|
}
|
|
2336
2239
|
|
|
2337
2240
|
.text-brown-lighten-1 {
|
|
2338
2241
|
color: #8d6e63 !important;
|
|
2339
|
-
caret-color: #8d6e63 !important;
|
|
2340
|
-
}
|
|
2341
|
-
|
|
2342
|
-
.bg-brown-darken-1 {
|
|
2343
|
-
background-color: #6d4c41 !important;
|
|
2344
|
-
color: #FFFFFF !important;
|
|
2345
2242
|
}
|
|
2346
2243
|
|
|
2347
2244
|
.text-brown-darken-1 {
|
|
2348
2245
|
color: #6d4c41 !important;
|
|
2349
|
-
caret-color: #6d4c41 !important;
|
|
2350
|
-
}
|
|
2351
|
-
|
|
2352
|
-
.bg-brown-darken-2 {
|
|
2353
|
-
background-color: #5d4037 !important;
|
|
2354
|
-
color: #FFFFFF !important;
|
|
2355
2246
|
}
|
|
2356
2247
|
|
|
2357
2248
|
.text-brown-darken-2 {
|
|
2358
2249
|
color: #5d4037 !important;
|
|
2359
|
-
caret-color: #5d4037 !important;
|
|
2360
|
-
}
|
|
2361
|
-
|
|
2362
|
-
.bg-brown-darken-3 {
|
|
2363
|
-
background-color: #4e342e !important;
|
|
2364
|
-
color: #FFFFFF !important;
|
|
2365
2250
|
}
|
|
2366
2251
|
|
|
2367
2252
|
.text-brown-darken-3 {
|
|
2368
2253
|
color: #4e342e !important;
|
|
2369
|
-
caret-color: #4e342e !important;
|
|
2370
|
-
}
|
|
2371
|
-
|
|
2372
|
-
.bg-brown-darken-4 {
|
|
2373
|
-
background-color: #3e2723 !important;
|
|
2374
|
-
color: #FFFFFF !important;
|
|
2375
2254
|
}
|
|
2376
2255
|
|
|
2377
2256
|
.text-brown-darken-4 {
|
|
2378
2257
|
color: #3e2723 !important;
|
|
2379
|
-
caret-color: #3e2723 !important;
|
|
2380
|
-
}
|
|
2381
|
-
|
|
2382
|
-
.bg-blue-grey {
|
|
2383
|
-
background-color: #607d8b !important;
|
|
2384
|
-
color: #000000 !important;
|
|
2385
2258
|
}
|
|
2386
2259
|
|
|
2387
2260
|
.text-blue-grey {
|
|
2388
2261
|
color: #607d8b !important;
|
|
2389
|
-
caret-color: #607d8b !important;
|
|
2390
|
-
}
|
|
2391
|
-
|
|
2392
|
-
.bg-blue-grey-lighten-5 {
|
|
2393
|
-
background-color: #eceff1 !important;
|
|
2394
|
-
color: #000000 !important;
|
|
2395
2262
|
}
|
|
2396
2263
|
|
|
2397
2264
|
.text-blue-grey-lighten-5 {
|
|
2398
2265
|
color: #eceff1 !important;
|
|
2399
|
-
caret-color: #eceff1 !important;
|
|
2400
|
-
}
|
|
2401
|
-
|
|
2402
|
-
.bg-blue-grey-lighten-4 {
|
|
2403
|
-
background-color: #cfd8dc !important;
|
|
2404
|
-
color: #000000 !important;
|
|
2405
2266
|
}
|
|
2406
2267
|
|
|
2407
2268
|
.text-blue-grey-lighten-4 {
|
|
2408
2269
|
color: #cfd8dc !important;
|
|
2409
|
-
caret-color: #cfd8dc !important;
|
|
2410
|
-
}
|
|
2411
|
-
|
|
2412
|
-
.bg-blue-grey-lighten-3 {
|
|
2413
|
-
background-color: #b0bec5 !important;
|
|
2414
|
-
color: #000000 !important;
|
|
2415
2270
|
}
|
|
2416
2271
|
|
|
2417
2272
|
.text-blue-grey-lighten-3 {
|
|
2418
2273
|
color: #b0bec5 !important;
|
|
2419
|
-
caret-color: #b0bec5 !important;
|
|
2420
|
-
}
|
|
2421
|
-
|
|
2422
|
-
.bg-blue-grey-lighten-2 {
|
|
2423
|
-
background-color: #90a4ae !important;
|
|
2424
|
-
color: #000000 !important;
|
|
2425
2274
|
}
|
|
2426
2275
|
|
|
2427
2276
|
.text-blue-grey-lighten-2 {
|
|
2428
2277
|
color: #90a4ae !important;
|
|
2429
|
-
caret-color: #90a4ae !important;
|
|
2430
|
-
}
|
|
2431
|
-
|
|
2432
|
-
.bg-blue-grey-lighten-1 {
|
|
2433
|
-
background-color: #78909c !important;
|
|
2434
|
-
color: #000000 !important;
|
|
2435
2278
|
}
|
|
2436
2279
|
|
|
2437
2280
|
.text-blue-grey-lighten-1 {
|
|
2438
2281
|
color: #78909c !important;
|
|
2439
|
-
caret-color: #78909c !important;
|
|
2440
|
-
}
|
|
2441
|
-
|
|
2442
|
-
.bg-blue-grey-darken-1 {
|
|
2443
|
-
background-color: #546e7a !important;
|
|
2444
|
-
color: #FFFFFF !important;
|
|
2445
2282
|
}
|
|
2446
2283
|
|
|
2447
2284
|
.text-blue-grey-darken-1 {
|
|
2448
2285
|
color: #546e7a !important;
|
|
2449
|
-
caret-color: #546e7a !important;
|
|
2450
|
-
}
|
|
2451
|
-
|
|
2452
|
-
.bg-blue-grey-darken-2 {
|
|
2453
|
-
background-color: #455a64 !important;
|
|
2454
|
-
color: #FFFFFF !important;
|
|
2455
2286
|
}
|
|
2456
2287
|
|
|
2457
2288
|
.text-blue-grey-darken-2 {
|
|
2458
2289
|
color: #455a64 !important;
|
|
2459
|
-
caret-color: #455a64 !important;
|
|
2460
|
-
}
|
|
2461
|
-
|
|
2462
|
-
.bg-blue-grey-darken-3 {
|
|
2463
|
-
background-color: #37474f !important;
|
|
2464
|
-
color: #FFFFFF !important;
|
|
2465
2290
|
}
|
|
2466
2291
|
|
|
2467
2292
|
.text-blue-grey-darken-3 {
|
|
2468
2293
|
color: #37474f !important;
|
|
2469
|
-
caret-color: #37474f !important;
|
|
2470
|
-
}
|
|
2471
|
-
|
|
2472
|
-
.bg-blue-grey-darken-4 {
|
|
2473
|
-
background-color: #263238 !important;
|
|
2474
|
-
color: #FFFFFF !important;
|
|
2475
2294
|
}
|
|
2476
2295
|
|
|
2477
2296
|
.text-blue-grey-darken-4 {
|
|
2478
2297
|
color: #263238 !important;
|
|
2479
|
-
caret-color: #263238 !important;
|
|
2480
|
-
}
|
|
2481
|
-
|
|
2482
|
-
.bg-grey {
|
|
2483
|
-
background-color: #9e9e9e !important;
|
|
2484
|
-
color: #000000 !important;
|
|
2485
2298
|
}
|
|
2486
2299
|
|
|
2487
2300
|
.text-grey {
|
|
2488
2301
|
color: #9e9e9e !important;
|
|
2489
|
-
caret-color: #9e9e9e !important;
|
|
2490
|
-
}
|
|
2491
|
-
|
|
2492
|
-
.bg-grey-lighten-5 {
|
|
2493
|
-
background-color: #fafafa !important;
|
|
2494
|
-
color: #000000 !important;
|
|
2495
2302
|
}
|
|
2496
2303
|
|
|
2497
2304
|
.text-grey-lighten-5 {
|
|
2498
2305
|
color: #fafafa !important;
|
|
2499
|
-
caret-color: #fafafa !important;
|
|
2500
|
-
}
|
|
2501
|
-
|
|
2502
|
-
.bg-grey-lighten-4 {
|
|
2503
|
-
background-color: #f5f5f5 !important;
|
|
2504
|
-
color: #000000 !important;
|
|
2505
2306
|
}
|
|
2506
2307
|
|
|
2507
2308
|
.text-grey-lighten-4 {
|
|
2508
2309
|
color: #f5f5f5 !important;
|
|
2509
|
-
caret-color: #f5f5f5 !important;
|
|
2510
|
-
}
|
|
2511
|
-
|
|
2512
|
-
.bg-grey-lighten-3 {
|
|
2513
|
-
background-color: #eeeeee !important;
|
|
2514
|
-
color: #000000 !important;
|
|
2515
2310
|
}
|
|
2516
2311
|
|
|
2517
2312
|
.text-grey-lighten-3 {
|
|
2518
2313
|
color: #eeeeee !important;
|
|
2519
|
-
caret-color: #eeeeee !important;
|
|
2520
|
-
}
|
|
2521
|
-
|
|
2522
|
-
.bg-grey-lighten-2 {
|
|
2523
|
-
background-color: #e0e0e0 !important;
|
|
2524
|
-
color: #000000 !important;
|
|
2525
2314
|
}
|
|
2526
2315
|
|
|
2527
2316
|
.text-grey-lighten-2 {
|
|
2528
2317
|
color: #e0e0e0 !important;
|
|
2529
|
-
caret-color: #e0e0e0 !important;
|
|
2530
|
-
}
|
|
2531
|
-
|
|
2532
|
-
.bg-grey-lighten-1 {
|
|
2533
|
-
background-color: #bdbdbd !important;
|
|
2534
|
-
color: #000000 !important;
|
|
2535
2318
|
}
|
|
2536
2319
|
|
|
2537
2320
|
.text-grey-lighten-1 {
|
|
2538
2321
|
color: #bdbdbd !important;
|
|
2539
|
-
caret-color: #bdbdbd !important;
|
|
2540
|
-
}
|
|
2541
|
-
|
|
2542
|
-
.bg-grey-darken-1 {
|
|
2543
|
-
background-color: #757575 !important;
|
|
2544
|
-
color: #FFFFFF !important;
|
|
2545
2322
|
}
|
|
2546
2323
|
|
|
2547
2324
|
.text-grey-darken-1 {
|
|
2548
2325
|
color: #757575 !important;
|
|
2549
|
-
caret-color: #757575 !important;
|
|
2550
|
-
}
|
|
2551
|
-
|
|
2552
|
-
.bg-grey-darken-2 {
|
|
2553
|
-
background-color: #616161 !important;
|
|
2554
|
-
color: #FFFFFF !important;
|
|
2555
2326
|
}
|
|
2556
2327
|
|
|
2557
2328
|
.text-grey-darken-2 {
|
|
2558
2329
|
color: #616161 !important;
|
|
2559
|
-
caret-color: #616161 !important;
|
|
2560
|
-
}
|
|
2561
|
-
|
|
2562
|
-
.bg-grey-darken-3 {
|
|
2563
|
-
background-color: #424242 !important;
|
|
2564
|
-
color: #FFFFFF !important;
|
|
2565
2330
|
}
|
|
2566
2331
|
|
|
2567
2332
|
.text-grey-darken-3 {
|
|
2568
2333
|
color: #424242 !important;
|
|
2569
|
-
caret-color: #424242 !important;
|
|
2570
|
-
}
|
|
2571
|
-
|
|
2572
|
-
.bg-grey-darken-4 {
|
|
2573
|
-
background-color: #212121 !important;
|
|
2574
|
-
color: #FFFFFF !important;
|
|
2575
2334
|
}
|
|
2576
2335
|
|
|
2577
2336
|
.text-grey-darken-4 {
|
|
2578
2337
|
color: #212121 !important;
|
|
2579
|
-
caret-color: #212121 !important;
|
|
2580
|
-
}
|
|
2581
|
-
|
|
2582
|
-
.bg-shades-black {
|
|
2583
|
-
background-color: #000000 !important;
|
|
2584
|
-
color: #FFFFFF !important;
|
|
2585
2338
|
}
|
|
2586
2339
|
|
|
2587
2340
|
.text-shades-black {
|
|
2588
2341
|
color: #000000 !important;
|
|
2589
|
-
caret-color: #000000 !important;
|
|
2590
|
-
}
|
|
2591
|
-
|
|
2592
|
-
.bg-shades-white {
|
|
2593
|
-
background-color: #FFFFFF !important;
|
|
2594
|
-
color: #000000 !important;
|
|
2595
2342
|
}
|
|
2596
2343
|
|
|
2597
2344
|
.text-shades-white {
|
|
2598
2345
|
color: #FFFFFF !important;
|
|
2599
|
-
caret-color: #FFFFFF !important;
|
|
2600
|
-
}
|
|
2601
|
-
|
|
2602
|
-
.bg-shades-transparent {
|
|
2603
|
-
background-color: transparent !important;
|
|
2604
|
-
color: currentColor !important;
|
|
2605
2346
|
}
|
|
2606
2347
|
|
|
2607
2348
|
.text-shades-transparent {
|
|
2608
2349
|
color: transparent !important;
|
|
2609
|
-
caret-color: transparent !important;
|
|
2610
2350
|
}
|
|
2611
2351
|
|
|
2612
2352
|
/*!
|
|
@@ -3509,34 +3249,6 @@ html.overflow-y-hidden {
|
|
|
3509
3249
|
width: 1px !important;
|
|
3510
3250
|
}
|
|
3511
3251
|
|
|
3512
|
-
.font-weight-thin {
|
|
3513
|
-
font-weight: 100 !important;
|
|
3514
|
-
}
|
|
3515
|
-
|
|
3516
|
-
.font-weight-light {
|
|
3517
|
-
font-weight: 300 !important;
|
|
3518
|
-
}
|
|
3519
|
-
|
|
3520
|
-
.font-weight-regular {
|
|
3521
|
-
font-weight: 400 !important;
|
|
3522
|
-
}
|
|
3523
|
-
|
|
3524
|
-
.font-weight-medium {
|
|
3525
|
-
font-weight: 500 !important;
|
|
3526
|
-
}
|
|
3527
|
-
|
|
3528
|
-
.font-weight-bold {
|
|
3529
|
-
font-weight: 700 !important;
|
|
3530
|
-
}
|
|
3531
|
-
|
|
3532
|
-
.font-weight-black {
|
|
3533
|
-
font-weight: 900 !important;
|
|
3534
|
-
}
|
|
3535
|
-
|
|
3536
|
-
.font-italic {
|
|
3537
|
-
font-style: italic !important;
|
|
3538
|
-
}
|
|
3539
|
-
|
|
3540
3252
|
.overflow-auto {
|
|
3541
3253
|
overflow: auto !important;
|
|
3542
3254
|
}
|
|
@@ -3741,6 +3453,10 @@ html.overflow-y-hidden {
|
|
|
3741
3453
|
align-content: space-around !important;
|
|
3742
3454
|
}
|
|
3743
3455
|
|
|
3456
|
+
.align-content-space-evenly {
|
|
3457
|
+
align-content: space-evenly !important;
|
|
3458
|
+
}
|
|
3459
|
+
|
|
3744
3460
|
.align-content-stretch {
|
|
3745
3461
|
align-content: stretch !important;
|
|
3746
3462
|
}
|
|
@@ -6602,22 +6318,6 @@ html.overflow-y-hidden {
|
|
|
6602
6318
|
text-overflow: ellipsis !important;
|
|
6603
6319
|
}
|
|
6604
6320
|
|
|
6605
|
-
.text-none {
|
|
6606
|
-
text-transform: none !important;
|
|
6607
|
-
}
|
|
6608
|
-
|
|
6609
|
-
.text-capitalize {
|
|
6610
|
-
text-transform: capitalize !important;
|
|
6611
|
-
}
|
|
6612
|
-
|
|
6613
|
-
.text-lowercase {
|
|
6614
|
-
text-transform: lowercase !important;
|
|
6615
|
-
}
|
|
6616
|
-
|
|
6617
|
-
.text-uppercase {
|
|
6618
|
-
text-transform: uppercase !important;
|
|
6619
|
-
}
|
|
6620
|
-
|
|
6621
6321
|
.text-h1 {
|
|
6622
6322
|
font-size: 6rem !important;
|
|
6623
6323
|
font-weight: 300;
|
|
@@ -6735,6 +6435,50 @@ html.overflow-y-hidden {
|
|
|
6735
6435
|
text-transform: uppercase !important;
|
|
6736
6436
|
}
|
|
6737
6437
|
|
|
6438
|
+
.text-none {
|
|
6439
|
+
text-transform: none !important;
|
|
6440
|
+
}
|
|
6441
|
+
|
|
6442
|
+
.text-capitalize {
|
|
6443
|
+
text-transform: capitalize !important;
|
|
6444
|
+
}
|
|
6445
|
+
|
|
6446
|
+
.text-lowercase {
|
|
6447
|
+
text-transform: lowercase !important;
|
|
6448
|
+
}
|
|
6449
|
+
|
|
6450
|
+
.text-uppercase {
|
|
6451
|
+
text-transform: uppercase !important;
|
|
6452
|
+
}
|
|
6453
|
+
|
|
6454
|
+
.font-weight-thin {
|
|
6455
|
+
font-weight: 100 !important;
|
|
6456
|
+
}
|
|
6457
|
+
|
|
6458
|
+
.font-weight-light {
|
|
6459
|
+
font-weight: 300 !important;
|
|
6460
|
+
}
|
|
6461
|
+
|
|
6462
|
+
.font-weight-regular {
|
|
6463
|
+
font-weight: 400 !important;
|
|
6464
|
+
}
|
|
6465
|
+
|
|
6466
|
+
.font-weight-medium {
|
|
6467
|
+
font-weight: 500 !important;
|
|
6468
|
+
}
|
|
6469
|
+
|
|
6470
|
+
.font-weight-bold {
|
|
6471
|
+
font-weight: 700 !important;
|
|
6472
|
+
}
|
|
6473
|
+
|
|
6474
|
+
.font-weight-black {
|
|
6475
|
+
font-weight: 900 !important;
|
|
6476
|
+
}
|
|
6477
|
+
|
|
6478
|
+
.font-italic {
|
|
6479
|
+
font-style: italic !important;
|
|
6480
|
+
}
|
|
6481
|
+
|
|
6738
6482
|
.position-static {
|
|
6739
6483
|
position: static !important;
|
|
6740
6484
|
}
|
|
@@ -6996,6 +6740,10 @@ html.overflow-y-hidden {
|
|
|
6996
6740
|
align-content: space-around !important;
|
|
6997
6741
|
}
|
|
6998
6742
|
|
|
6743
|
+
.align-content-sm-space-evenly {
|
|
6744
|
+
align-content: space-evenly !important;
|
|
6745
|
+
}
|
|
6746
|
+
|
|
6999
6747
|
.align-content-sm-stretch {
|
|
7000
6748
|
align-content: stretch !important;
|
|
7001
6749
|
}
|
|
@@ -9340,6 +9088,10 @@ html.overflow-y-hidden {
|
|
|
9340
9088
|
align-content: space-around !important;
|
|
9341
9089
|
}
|
|
9342
9090
|
|
|
9091
|
+
.align-content-md-space-evenly {
|
|
9092
|
+
align-content: space-evenly !important;
|
|
9093
|
+
}
|
|
9094
|
+
|
|
9343
9095
|
.align-content-md-stretch {
|
|
9344
9096
|
align-content: stretch !important;
|
|
9345
9097
|
}
|
|
@@ -11684,6 +11436,10 @@ html.overflow-y-hidden {
|
|
|
11684
11436
|
align-content: space-around !important;
|
|
11685
11437
|
}
|
|
11686
11438
|
|
|
11439
|
+
.align-content-lg-space-evenly {
|
|
11440
|
+
align-content: space-evenly !important;
|
|
11441
|
+
}
|
|
11442
|
+
|
|
11687
11443
|
.align-content-lg-stretch {
|
|
11688
11444
|
align-content: stretch !important;
|
|
11689
11445
|
}
|
|
@@ -14028,6 +13784,10 @@ html.overflow-y-hidden {
|
|
|
14028
13784
|
align-content: space-around !important;
|
|
14029
13785
|
}
|
|
14030
13786
|
|
|
13787
|
+
.align-content-xl-space-evenly {
|
|
13788
|
+
align-content: space-evenly !important;
|
|
13789
|
+
}
|
|
13790
|
+
|
|
14031
13791
|
.align-content-xl-stretch {
|
|
14032
13792
|
align-content: stretch !important;
|
|
14033
13793
|
}
|
|
@@ -16372,6 +16132,10 @@ html.overflow-y-hidden {
|
|
|
16372
16132
|
align-content: space-around !important;
|
|
16373
16133
|
}
|
|
16374
16134
|
|
|
16135
|
+
.align-content-xxl-space-evenly {
|
|
16136
|
+
align-content: space-evenly !important;
|
|
16137
|
+
}
|
|
16138
|
+
|
|
16375
16139
|
.align-content-xxl-stretch {
|
|
16376
16140
|
align-content: stretch !important;
|
|
16377
16141
|
}
|