Commit 74249687b4aa3861d8fa046dcecd2f3605a6c1e3
1 parent
2b9aa997
Cross browser controllets and datales bugs fix
Showing
264 changed files
with
64866 additions
and
384 deletions
Too many changes.
To preserve performance only 100 of 264 files are displayed.
bower_components/Materialize/.bower.json
0 → 100644
1 | +{ | |
2 | + "name": "Materialize", | |
3 | + "description": "A modern responsive front-end framework based on Material Design", | |
4 | + "keywords": [ | |
5 | + "css", | |
6 | + "js", | |
7 | + "sass", | |
8 | + "mobile-first", | |
9 | + "responsive", | |
10 | + "front-end", | |
11 | + "framework", | |
12 | + "ux", | |
13 | + "material", | |
14 | + "design" | |
15 | + ], | |
16 | + "main": [ | |
17 | + "bin/materialize.css", | |
18 | + "bin/materialize.js", | |
19 | + "font/material-design-icons/Material-Design-Icons.eot", | |
20 | + "font/material-design-icons/Material-Design-Icons.svg", | |
21 | + "font/material-design-icons/Material-Design-Icons.ttf", | |
22 | + "font/material-design-icons/Material-Design-Icons.woff", | |
23 | + "font/material-design-icons/Material-Design-Icons.woff2", | |
24 | + "font/roboto/Roboto-Bold.ttf", | |
25 | + "font/roboto/Roboto-Bold.woff", | |
26 | + "font/roboto/Roboto-Bold.woff2", | |
27 | + "font/roboto/Roboto-Light.ttf", | |
28 | + "font/roboto/Roboto-Light.woff", | |
29 | + "font/roboto/Roboto-Light.woff2", | |
30 | + "font/roboto/Roboto-Medium.ttf", | |
31 | + "font/roboto/Roboto-Medium.woff", | |
32 | + "font/roboto/Roboto-Medium.woff2", | |
33 | + "font/roboto/Roboto-Regular.ttf", | |
34 | + "font/roboto/Roboto-Regular.woff", | |
35 | + "font/roboto/Roboto-Regular.woff2", | |
36 | + "font/roboto/Roboto-Thin.ttf", | |
37 | + "font/roboto/Roboto-Thin.woff", | |
38 | + "font/roboto/Roboto-Thin.woff2", | |
39 | + "sass/*" | |
40 | + ], | |
41 | + "ignore": [ | |
42 | + "jade/", | |
43 | + ".gitignore", | |
44 | + "CNAME", | |
45 | + "css/", | |
46 | + "bower.json", | |
47 | + "README.md", | |
48 | + "images/", | |
49 | + "js/jquery.timeago.js", | |
50 | + "js/init.js", | |
51 | + "js/prism.js", | |
52 | + "res/", | |
53 | + "sass/style.scss", | |
54 | + "sass/ghpages-materialize.scss", | |
55 | + "**/*.html", | |
56 | + "**/*.zip", | |
57 | + "**/*.txt", | |
58 | + "sitemap.xml", | |
59 | + "package.json", | |
60 | + "Gruntfile.js" | |
61 | + ], | |
62 | + "dependencies": { | |
63 | + "jquery": ">=2.1.1" | |
64 | + }, | |
65 | + "devDependencies": {}, | |
66 | + "homepage": "https://github.com/Dogfalo/materialize", | |
67 | + "version": "0.97.1", | |
68 | + "_release": "0.97.1", | |
69 | + "_resolution": { | |
70 | + "type": "version", | |
71 | + "tag": "v0.97.1", | |
72 | + "commit": "634e7fde2086f59d1ec3fae68cf9f187c193fa89" | |
73 | + }, | |
74 | + "_source": "git://github.com/Dogfalo/materialize.git", | |
75 | + "_target": "~0.97.1", | |
76 | + "_originalSource": "materialize", | |
77 | + "_direct": true | |
78 | +} | |
0 | 79 | \ No newline at end of file | ... | ... |
bower_components/Materialize/.gitattributes
0 → 100755
bower_components/Materialize/.travis.yml
0 → 100644
bower_components/Materialize/CHANGELOG.md
0 → 100644
1 | +## v0.96.0 (April 1, 2015) | |
2 | +- Toasts, transitions, scrollfire added under Materialize namespace | |
3 | +- Dropdown is now created as a child of its parent | |
4 | +- Collapsibles supports nesting | |
5 | +- Modal Bottom Sheet added | |
6 | +- Indeterminate Checkboxes added | |
7 | +- New Checkbox Style added | |
8 | +- Text Inputs supports placeholder/readonly | |
9 | +- Google Inbox-like Collapsible added | |
10 | +- Text Character Counter added | |
11 | +- Waves no longer breaks on SVGs | |
12 | + | |
13 | +## v0.95.3 (Feb 25, 2015) | |
14 | +- Parallax image loading / responsiveness fixes | |
15 | +- Date picker supports month/year as dropdown | |
16 | +- Dismissable collection items | |
17 | +- Avatar collection items | |
18 | +- Pagination Added | |
19 | +- ScrollFire fixes | |
20 | + | |
21 | + | |
22 | +## v0.95.2 (Feb 10, 2015) | |
23 | +- Switches added | |
24 | +- Transition animation functions added | |
25 | +- ScrollFire Plugin added (fires functions dependent on scroll position) | |
26 | +- Responsive Video tag added | |
27 | +- Custom File Input Button added | |
28 | +- Modals has a fixed footer option | |
29 | +- SideNav implementation changed (needs 2 UL menus) | |
30 | +- Slider Responsive Fixes | |
31 | + | |
32 | + | |
33 | +## v0.95.1 (Jan 26, 2015) | |
34 | +- Sidenav Fixes | |
35 | +- Dropdown alignment/gutter options added | |
36 | +- Parallax fixes | |
37 | +- JavaScript Initialization no longer needed for many components | |
38 | +- HTML options through data-attributes | |
39 | +- Site colors can be defined through Primary and Secondary color in Sass | |
40 | +- Tables no longer resonsive by default | |
41 | + | |
42 | + | |
43 | +## v0.95.0 (Jan 17, 2015) | |
44 | +- Drag Out Menu fixed with Touch Interactions | |
45 | +- Toasts minor bugfix | |
46 | +- OL element has default styling | |
47 | +- Fullscreen Slider added | |
48 | +- Footer requires page-footer class | |
49 | +- Progress Bars added | |
50 | +- Form autofill support added | |
51 | +- Responsive Tables support added | |
52 | +- Scrollspy Plugin released | |
53 | +- Waves events are now delegated / behavior enhanced | |
54 | + | |
55 | + | |
56 | +## v0.94.0 (Dec 30, 2014) | |
57 | +- Sidenav supports right edge positioning | |
58 | +- Responsive Embeds | |
59 | +- Image Vertical align classes | |
60 | +- border-box added | |
61 | +- Variable file created | |
62 | +- Pushpin added | |
63 | +- Tooltips support all directions | |
64 | +- Layout helper classes added | |
65 | +- Materialbox Fixes | |
66 | +- Form Element Enhancements | |
67 | +- Navbar supports search bar | |
68 | +- Waves fixes | |
69 | +- Materialbox Captions | |
70 | +- Image Slider Fixes | |
71 | + | |
72 | + | |
73 | +## v0.93.1 (Dec 20, 2014) | |
74 | +- Flexbox Sticky Footer removed due to IE incompatibility | |
75 | + | |
76 | + | |
77 | +## v0.93.0 (Dec 19, 2014) | |
78 | +- Card Reveal | |
79 | +- Image Slider | |
80 | +- Dynamically loaded forms work correctly | |
81 | +- Badges added | |
82 | +- Circular Image | |
83 | +- Waves Fixes | |
84 | +- Footer Added | |
85 | +- Toast support Custom HTML | |
86 | +- Modals support programmatic opening/closing | |
87 | +- Responsive Image support | |
88 | + | |
89 | + | |
90 | +## v0.92.1 (Dec 14, 2014) | |
91 | +- Bower semver fix | |
92 | +- Added new radio button style | |
93 | + | |
94 | + | |
95 | +## v0.92.0 (Dec 13, 2014) | |
96 | +- Clicking icon in dropdown in navbar no longer closes dropdown immediately | |
97 | +- Multiple select inputs now work properly | |
98 | +- Mobile navbar no longer extends past screen width | |
99 | +- Parallax improved | |
100 | +- Modal restructured / can be opened programmatically | |
101 | +- Callbacks added to modals | |
102 | +- Added dist folder to repo | |
103 | +- Cards restructured | |
104 | + | |
105 | +## v0.91 (Dec 3, 2014) | |
106 | +- bug fixes to forms | |
107 | +- added waves color classes | |
108 | +- toast thickened to look better on mobile | |
109 | +- many other bug fixes | |
110 | + | |
111 | + | |
112 | +## v0.9 (Nov 30, 2014) | |
113 | +- Touch interactions added | |
114 | +- tons more... | |
0 | 115 | \ No newline at end of file | ... | ... |
bower_components/Materialize/CONTRIBUTING.md
0 → 100644
1 | +## Contributing | |
2 | +- Compiling Files | |
3 | + - `npm install` | |
4 | + - `grunt monitor`, this will compile .scss, .js., .jade files | |
5 | +- Documentation | |
6 | + - If you notice an error in the documentation, please edit the corresponding .html page under jade/page-contents/. | |
7 | +- Issues | |
8 | + - If you have an issue please make sure you document the problems in depth. | |
9 | + - Create screenshots of your issue and include a [Codepen](http://codepen.io/Dogfalo/pen/xbzPQV) of the problem where applicable | |
10 | + - Unclear issues with little explanations will be closed. | |
11 | + - Issues without a Codepen (where applicable) will be closed or ignored. | |
12 | +- Feature Requests | |
13 | + - We like feature requests but make sure that it can be seen within the goals of the project and not just something you need individually. Also you should try and give as much examples and details about the new feature as possible. | |
14 | +- Code Examples | |
15 | + - Use this [Codepen](http://codepen.io/Dogfalo/pen/xbzPQV) to illustrate your problem. | |
16 | + | |
17 | +## Contribution 101 | |
18 | +- Fork this repo to your own git | |
19 | +- Make your changes | |
20 | +- Submit a pull request with full remarks documenting your changes | |
21 | +- Pull request MAY then be accepted by project creators | ... | ... |
bower_components/Materialize/LICENSE
0 → 100644
1 | +The MIT License (MIT) | |
2 | + | |
3 | +Copyright (c) 2014-2015 Materialize | |
4 | + | |
5 | +Permission is hereby granted, free of charge, to any person obtaining a copy | |
6 | +of this software and associated documentation files (the "Software"), to deal | |
7 | +in the Software without restriction, including without limitation the rights | |
8 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
9 | +copies of the Software, and to permit persons to whom the Software is | |
10 | +furnished to do so, subject to the following conditions: | |
11 | + | |
12 | +The above copyright notice and this permission notice shall be included in all | |
13 | +copies or substantial portions of the Software. | |
14 | + | |
15 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | |
16 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | |
17 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | |
18 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | |
19 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | |
20 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | |
21 | +SOFTWARE. | ... | ... |
bower_components/Materialize/bin/materialize.css
0 → 100644
Changes suppressed. Click to show
1 | +.materialize-red.lighten-5 { | |
2 | + background-color: #fdeaeb !important; } | |
3 | + | |
4 | +.materialize-red-text.text-lighten-5 { | |
5 | + color: #fdeaeb !important; } | |
6 | + | |
7 | +.materialize-red.lighten-4 { | |
8 | + background-color: #f8c1c3 !important; } | |
9 | + | |
10 | +.materialize-red-text.text-lighten-4 { | |
11 | + color: #f8c1c3 !important; } | |
12 | + | |
13 | +.materialize-red.lighten-3 { | |
14 | + background-color: #f3989b !important; } | |
15 | + | |
16 | +.materialize-red-text.text-lighten-3 { | |
17 | + color: #f3989b !important; } | |
18 | + | |
19 | +.materialize-red.lighten-2 { | |
20 | + background-color: #ee6e73 !important; } | |
21 | + | |
22 | +.materialize-red-text.text-lighten-2 { | |
23 | + color: #ee6e73 !important; } | |
24 | + | |
25 | +.materialize-red.lighten-1 { | |
26 | + background-color: #ea454b !important; } | |
27 | + | |
28 | +.materialize-red-text.text-lighten-1 { | |
29 | + color: #ea454b !important; } | |
30 | + | |
31 | +.materialize-red { | |
32 | + background-color: #e51c23 !important; } | |
33 | + | |
34 | +.materialize-red-text { | |
35 | + color: #e51c23 !important; } | |
36 | + | |
37 | +.materialize-red.darken-1 { | |
38 | + background-color: #d0181e !important; } | |
39 | + | |
40 | +.materialize-red-text.text-darken-1 { | |
41 | + color: #d0181e !important; } | |
42 | + | |
43 | +.materialize-red.darken-2 { | |
44 | + background-color: #b9151b !important; } | |
45 | + | |
46 | +.materialize-red-text.text-darken-2 { | |
47 | + color: #b9151b !important; } | |
48 | + | |
49 | +.materialize-red.darken-3 { | |
50 | + background-color: #a21318 !important; } | |
51 | + | |
52 | +.materialize-red-text.text-darken-3 { | |
53 | + color: #a21318 !important; } | |
54 | + | |
55 | +.materialize-red.darken-4 { | |
56 | + background-color: #8b1014 !important; } | |
57 | + | |
58 | +.materialize-red-text.text-darken-4 { | |
59 | + color: #8b1014 !important; } | |
60 | + | |
61 | +.red.lighten-5 { | |
62 | + background-color: #FFEBEE !important; } | |
63 | + | |
64 | +.red-text.text-lighten-5 { | |
65 | + color: #FFEBEE !important; } | |
66 | + | |
67 | +.red.lighten-4 { | |
68 | + background-color: #FFCDD2 !important; } | |
69 | + | |
70 | +.red-text.text-lighten-4 { | |
71 | + color: #FFCDD2 !important; } | |
72 | + | |
73 | +.red.lighten-3 { | |
74 | + background-color: #EF9A9A !important; } | |
75 | + | |
76 | +.red-text.text-lighten-3 { | |
77 | + color: #EF9A9A !important; } | |
78 | + | |
79 | +.red.lighten-2 { | |
80 | + background-color: #E57373 !important; } | |
81 | + | |
82 | +.red-text.text-lighten-2 { | |
83 | + color: #E57373 !important; } | |
84 | + | |
85 | +.red.lighten-1 { | |
86 | + background-color: #EF5350 !important; } | |
87 | + | |
88 | +.red-text.text-lighten-1 { | |
89 | + color: #EF5350 !important; } | |
90 | + | |
91 | +.red { | |
92 | + background-color: #F44336 !important; } | |
93 | + | |
94 | +.red-text { | |
95 | + color: #F44336 !important; } | |
96 | + | |
97 | +.red.darken-1 { | |
98 | + background-color: #E53935 !important; } | |
99 | + | |
100 | +.red-text.text-darken-1 { | |
101 | + color: #E53935 !important; } | |
102 | + | |
103 | +.red.darken-2 { | |
104 | + background-color: #D32F2F !important; } | |
105 | + | |
106 | +.red-text.text-darken-2 { | |
107 | + color: #D32F2F !important; } | |
108 | + | |
109 | +.red.darken-3 { | |
110 | + background-color: #C62828 !important; } | |
111 | + | |
112 | +.red-text.text-darken-3 { | |
113 | + color: #C62828 !important; } | |
114 | + | |
115 | +.red.darken-4 { | |
116 | + background-color: #B71C1C !important; } | |
117 | + | |
118 | +.red-text.text-darken-4 { | |
119 | + color: #B71C1C !important; } | |
120 | + | |
121 | +.red.accent-1 { | |
122 | + background-color: #FF8A80 !important; } | |
123 | + | |
124 | +.red-text.text-accent-1 { | |
125 | + color: #FF8A80 !important; } | |
126 | + | |
127 | +.red.accent-2 { | |
128 | + background-color: #FF5252 !important; } | |
129 | + | |
130 | +.red-text.text-accent-2 { | |
131 | + color: #FF5252 !important; } | |
132 | + | |
133 | +.red.accent-3 { | |
134 | + background-color: #FF1744 !important; } | |
135 | + | |
136 | +.red-text.text-accent-3 { | |
137 | + color: #FF1744 !important; } | |
138 | + | |
139 | +.red.accent-4 { | |
140 | + background-color: #D50000 !important; } | |
141 | + | |
142 | +.red-text.text-accent-4 { | |
143 | + color: #D50000 !important; } | |
144 | + | |
145 | +.pink.lighten-5 { | |
146 | + background-color: #fce4ec !important; } | |
147 | + | |
148 | +.pink-text.text-lighten-5 { | |
149 | + color: #fce4ec !important; } | |
150 | + | |
151 | +.pink.lighten-4 { | |
152 | + background-color: #f8bbd0 !important; } | |
153 | + | |
154 | +.pink-text.text-lighten-4 { | |
155 | + color: #f8bbd0 !important; } | |
156 | + | |
157 | +.pink.lighten-3 { | |
158 | + background-color: #f48fb1 !important; } | |
159 | + | |
160 | +.pink-text.text-lighten-3 { | |
161 | + color: #f48fb1 !important; } | |
162 | + | |
163 | +.pink.lighten-2 { | |
164 | + background-color: #f06292 !important; } | |
165 | + | |
166 | +.pink-text.text-lighten-2 { | |
167 | + color: #f06292 !important; } | |
168 | + | |
169 | +.pink.lighten-1 { | |
170 | + background-color: #ec407a !important; } | |
171 | + | |
172 | +.pink-text.text-lighten-1 { | |
173 | + color: #ec407a !important; } | |
174 | + | |
175 | +.pink { | |
176 | + background-color: #e91e63 !important; } | |
177 | + | |
178 | +.pink-text { | |
179 | + color: #e91e63 !important; } | |
180 | + | |
181 | +.pink.darken-1 { | |
182 | + background-color: #d81b60 !important; } | |
183 | + | |
184 | +.pink-text.text-darken-1 { | |
185 | + color: #d81b60 !important; } | |
186 | + | |
187 | +.pink.darken-2 { | |
188 | + background-color: #c2185b !important; } | |
189 | + | |
190 | +.pink-text.text-darken-2 { | |
191 | + color: #c2185b !important; } | |
192 | + | |
193 | +.pink.darken-3 { | |
194 | + background-color: #ad1457 !important; } | |
195 | + | |
196 | +.pink-text.text-darken-3 { | |
197 | + color: #ad1457 !important; } | |
198 | + | |
199 | +.pink.darken-4 { | |
200 | + background-color: #880e4f !important; } | |
201 | + | |
202 | +.pink-text.text-darken-4 { | |
203 | + color: #880e4f !important; } | |
204 | + | |
205 | +.pink.accent-1 { | |
206 | + background-color: #ff80ab !important; } | |
207 | + | |
208 | +.pink-text.text-accent-1 { | |
209 | + color: #ff80ab !important; } | |
210 | + | |
211 | +.pink.accent-2 { | |
212 | + background-color: #ff4081 !important; } | |
213 | + | |
214 | +.pink-text.text-accent-2 { | |
215 | + color: #ff4081 !important; } | |
216 | + | |
217 | +.pink.accent-3 { | |
218 | + background-color: #f50057 !important; } | |
219 | + | |
220 | +.pink-text.text-accent-3 { | |
221 | + color: #f50057 !important; } | |
222 | + | |
223 | +.pink.accent-4 { | |
224 | + background-color: #c51162 !important; } | |
225 | + | |
226 | +.pink-text.text-accent-4 { | |
227 | + color: #c51162 !important; } | |
228 | + | |
229 | +.purple.lighten-5 { | |
230 | + background-color: #f3e5f5 !important; } | |
231 | + | |
232 | +.purple-text.text-lighten-5 { | |
233 | + color: #f3e5f5 !important; } | |
234 | + | |
235 | +.purple.lighten-4 { | |
236 | + background-color: #e1bee7 !important; } | |
237 | + | |
238 | +.purple-text.text-lighten-4 { | |
239 | + color: #e1bee7 !important; } | |
240 | + | |
241 | +.purple.lighten-3 { | |
242 | + background-color: #ce93d8 !important; } | |
243 | + | |
244 | +.purple-text.text-lighten-3 { | |
245 | + color: #ce93d8 !important; } | |
246 | + | |
247 | +.purple.lighten-2 { | |
248 | + background-color: #ba68c8 !important; } | |
249 | + | |
250 | +.purple-text.text-lighten-2 { | |
251 | + color: #ba68c8 !important; } | |
252 | + | |
253 | +.purple.lighten-1 { | |
254 | + background-color: #ab47bc !important; } | |
255 | + | |
256 | +.purple-text.text-lighten-1 { | |
257 | + color: #ab47bc !important; } | |
258 | + | |
259 | +.purple { | |
260 | + background-color: #9c27b0 !important; } | |
261 | + | |
262 | +.purple-text { | |
263 | + color: #9c27b0 !important; } | |
264 | + | |
265 | +.purple.darken-1 { | |
266 | + background-color: #8e24aa !important; } | |
267 | + | |
268 | +.purple-text.text-darken-1 { | |
269 | + color: #8e24aa !important; } | |
270 | + | |
271 | +.purple.darken-2 { | |
272 | + background-color: #7b1fa2 !important; } | |
273 | + | |
274 | +.purple-text.text-darken-2 { | |
275 | + color: #7b1fa2 !important; } | |
276 | + | |
277 | +.purple.darken-3 { | |
278 | + background-color: #6a1b9a !important; } | |
279 | + | |
280 | +.purple-text.text-darken-3 { | |
281 | + color: #6a1b9a !important; } | |
282 | + | |
283 | +.purple.darken-4 { | |
284 | + background-color: #4a148c !important; } | |
285 | + | |
286 | +.purple-text.text-darken-4 { | |
287 | + color: #4a148c !important; } | |
288 | + | |
289 | +.purple.accent-1 { | |
290 | + background-color: #ea80fc !important; } | |
291 | + | |
292 | +.purple-text.text-accent-1 { | |
293 | + color: #ea80fc !important; } | |
294 | + | |
295 | +.purple.accent-2 { | |
296 | + background-color: #e040fb !important; } | |
297 | + | |
298 | +.purple-text.text-accent-2 { | |
299 | + color: #e040fb !important; } | |
300 | + | |
301 | +.purple.accent-3 { | |
302 | + background-color: #d500f9 !important; } | |
303 | + | |
304 | +.purple-text.text-accent-3 { | |
305 | + color: #d500f9 !important; } | |
306 | + | |
307 | +.purple.accent-4 { | |
308 | + background-color: #aa00ff !important; } | |
309 | + | |
310 | +.purple-text.text-accent-4 { | |
311 | + color: #aa00ff !important; } | |
312 | + | |
313 | +.deep-purple.lighten-5 { | |
314 | + background-color: #ede7f6 !important; } | |
315 | + | |
316 | +.deep-purple-text.text-lighten-5 { | |
317 | + color: #ede7f6 !important; } | |
318 | + | |
319 | +.deep-purple.lighten-4 { | |
320 | + background-color: #d1c4e9 !important; } | |
321 | + | |
322 | +.deep-purple-text.text-lighten-4 { | |
323 | + color: #d1c4e9 !important; } | |
324 | + | |
325 | +.deep-purple.lighten-3 { | |
326 | + background-color: #b39ddb !important; } | |
327 | + | |
328 | +.deep-purple-text.text-lighten-3 { | |
329 | + color: #b39ddb !important; } | |
330 | + | |
331 | +.deep-purple.lighten-2 { | |
332 | + background-color: #9575cd !important; } | |
333 | + | |
334 | +.deep-purple-text.text-lighten-2 { | |
335 | + color: #9575cd !important; } | |
336 | + | |
337 | +.deep-purple.lighten-1 { | |
338 | + background-color: #7e57c2 !important; } | |
339 | + | |
340 | +.deep-purple-text.text-lighten-1 { | |
341 | + color: #7e57c2 !important; } | |
342 | + | |
343 | +.deep-purple { | |
344 | + background-color: #673ab7 !important; } | |
345 | + | |
346 | +.deep-purple-text { | |
347 | + color: #673ab7 !important; } | |
348 | + | |
349 | +.deep-purple.darken-1 { | |
350 | + background-color: #5e35b1 !important; } | |
351 | + | |
352 | +.deep-purple-text.text-darken-1 { | |
353 | + color: #5e35b1 !important; } | |
354 | + | |
355 | +.deep-purple.darken-2 { | |
356 | + background-color: #512da8 !important; } | |
357 | + | |
358 | +.deep-purple-text.text-darken-2 { | |
359 | + color: #512da8 !important; } | |
360 | + | |
361 | +.deep-purple.darken-3 { | |
362 | + background-color: #4527a0 !important; } | |
363 | + | |
364 | +.deep-purple-text.text-darken-3 { | |
365 | + color: #4527a0 !important; } | |
366 | + | |
367 | +.deep-purple.darken-4 { | |
368 | + background-color: #311b92 !important; } | |
369 | + | |
370 | +.deep-purple-text.text-darken-4 { | |
371 | + color: #311b92 !important; } | |
372 | + | |
373 | +.deep-purple.accent-1 { | |
374 | + background-color: #b388ff !important; } | |
375 | + | |
376 | +.deep-purple-text.text-accent-1 { | |
377 | + color: #b388ff !important; } | |
378 | + | |
379 | +.deep-purple.accent-2 { | |
380 | + background-color: #7c4dff !important; } | |
381 | + | |
382 | +.deep-purple-text.text-accent-2 { | |
383 | + color: #7c4dff !important; } | |
384 | + | |
385 | +.deep-purple.accent-3 { | |
386 | + background-color: #651fff !important; } | |
387 | + | |
388 | +.deep-purple-text.text-accent-3 { | |
389 | + color: #651fff !important; } | |
390 | + | |
391 | +.deep-purple.accent-4 { | |
392 | + background-color: #6200ea !important; } | |
393 | + | |
394 | +.deep-purple-text.text-accent-4 { | |
395 | + color: #6200ea !important; } | |
396 | + | |
397 | +.indigo.lighten-5 { | |
398 | + background-color: #e8eaf6 !important; } | |
399 | + | |
400 | +.indigo-text.text-lighten-5 { | |
401 | + color: #e8eaf6 !important; } | |
402 | + | |
403 | +.indigo.lighten-4 { | |
404 | + background-color: #c5cae9 !important; } | |
405 | + | |
406 | +.indigo-text.text-lighten-4 { | |
407 | + color: #c5cae9 !important; } | |
408 | + | |
409 | +.indigo.lighten-3 { | |
410 | + background-color: #9fa8da !important; } | |
411 | + | |
412 | +.indigo-text.text-lighten-3 { | |
413 | + color: #9fa8da !important; } | |
414 | + | |
415 | +.indigo.lighten-2 { | |
416 | + background-color: #7986cb !important; } | |
417 | + | |
418 | +.indigo-text.text-lighten-2 { | |
419 | + color: #7986cb !important; } | |
420 | + | |
421 | +.indigo.lighten-1 { | |
422 | + background-color: #5c6bc0 !important; } | |
423 | + | |
424 | +.indigo-text.text-lighten-1 { | |
425 | + color: #5c6bc0 !important; } | |
426 | + | |
427 | +.indigo { | |
428 | + background-color: #3f51b5 !important; } | |
429 | + | |
430 | +.indigo-text { | |
431 | + color: #3f51b5 !important; } | |
432 | + | |
433 | +.indigo.darken-1 { | |
434 | + background-color: #3949ab !important; } | |
435 | + | |
436 | +.indigo-text.text-darken-1 { | |
437 | + color: #3949ab !important; } | |
438 | + | |
439 | +.indigo.darken-2 { | |
440 | + background-color: #303f9f !important; } | |
441 | + | |
442 | +.indigo-text.text-darken-2 { | |
443 | + color: #303f9f !important; } | |
444 | + | |
445 | +.indigo.darken-3 { | |
446 | + background-color: #283593 !important; } | |
447 | + | |
448 | +.indigo-text.text-darken-3 { | |
449 | + color: #283593 !important; } | |
450 | + | |
451 | +.indigo.darken-4 { | |
452 | + background-color: #1a237e !important; } | |
453 | + | |
454 | +.indigo-text.text-darken-4 { | |
455 | + color: #1a237e !important; } | |
456 | + | |
457 | +.indigo.accent-1 { | |
458 | + background-color: #8c9eff !important; } | |
459 | + | |
460 | +.indigo-text.text-accent-1 { | |
461 | + color: #8c9eff !important; } | |
462 | + | |
463 | +.indigo.accent-2 { | |
464 | + background-color: #536dfe !important; } | |
465 | + | |
466 | +.indigo-text.text-accent-2 { | |
467 | + color: #536dfe !important; } | |
468 | + | |
469 | +.indigo.accent-3 { | |
470 | + background-color: #3d5afe !important; } | |
471 | + | |
472 | +.indigo-text.text-accent-3 { | |
473 | + color: #3d5afe !important; } | |
474 | + | |
475 | +.indigo.accent-4 { | |
476 | + background-color: #304ffe !important; } | |
477 | + | |
478 | +.indigo-text.text-accent-4 { | |
479 | + color: #304ffe !important; } | |
480 | + | |
481 | +.blue.lighten-5 { | |
482 | + background-color: #E3F2FD !important; } | |
483 | + | |
484 | +.blue-text.text-lighten-5 { | |
485 | + color: #E3F2FD !important; } | |
486 | + | |
487 | +.blue.lighten-4 { | |
488 | + background-color: #BBDEFB !important; } | |
489 | + | |
490 | +.blue-text.text-lighten-4 { | |
491 | + color: #BBDEFB !important; } | |
492 | + | |
493 | +.blue.lighten-3 { | |
494 | + background-color: #90CAF9 !important; } | |
495 | + | |
496 | +.blue-text.text-lighten-3 { | |
497 | + color: #90CAF9 !important; } | |
498 | + | |
499 | +.blue.lighten-2 { | |
500 | + background-color: #64B5F6 !important; } | |
501 | + | |
502 | +.blue-text.text-lighten-2 { | |
503 | + color: #64B5F6 !important; } | |
504 | + | |
505 | +.blue.lighten-1 { | |
506 | + background-color: #42A5F5 !important; } | |
507 | + | |
508 | +.blue-text.text-lighten-1 { | |
509 | + color: #42A5F5 !important; } | |
510 | + | |
511 | +.blue { | |
512 | + background-color: #2196F3 !important; } | |
513 | + | |
514 | +.blue-text { | |
515 | + color: #2196F3 !important; } | |
516 | + | |
517 | +.blue.darken-1 { | |
518 | + background-color: #1E88E5 !important; } | |
519 | + | |
520 | +.blue-text.text-darken-1 { | |
521 | + color: #1E88E5 !important; } | |
522 | + | |
523 | +.blue.darken-2 { | |
524 | + background-color: #1976D2 !important; } | |
525 | + | |
526 | +.blue-text.text-darken-2 { | |
527 | + color: #1976D2 !important; } | |
528 | + | |
529 | +.blue.darken-3 { | |
530 | + background-color: #1565C0 !important; } | |
531 | + | |
532 | +.blue-text.text-darken-3 { | |
533 | + color: #1565C0 !important; } | |
534 | + | |
535 | +.blue.darken-4 { | |
536 | + background-color: #0D47A1 !important; } | |
537 | + | |
538 | +.blue-text.text-darken-4 { | |
539 | + color: #0D47A1 !important; } | |
540 | + | |
541 | +.blue.accent-1 { | |
542 | + background-color: #82B1FF !important; } | |
543 | + | |
544 | +.blue-text.text-accent-1 { | |
545 | + color: #82B1FF !important; } | |
546 | + | |
547 | +.blue.accent-2 { | |
548 | + background-color: #448AFF !important; } | |
549 | + | |
550 | +.blue-text.text-accent-2 { | |
551 | + color: #448AFF !important; } | |
552 | + | |
553 | +.blue.accent-3 { | |
554 | + background-color: #2979FF !important; } | |
555 | + | |
556 | +.blue-text.text-accent-3 { | |
557 | + color: #2979FF !important; } | |
558 | + | |
559 | +.blue.accent-4 { | |
560 | + background-color: #2962FF !important; } | |
561 | + | |
562 | +.blue-text.text-accent-4 { | |
563 | + color: #2962FF !important; } | |
564 | + | |
565 | +.light-blue.lighten-5 { | |
566 | + background-color: #e1f5fe !important; } | |
567 | + | |
568 | +.light-blue-text.text-lighten-5 { | |
569 | + color: #e1f5fe !important; } | |
570 | + | |
571 | +.light-blue.lighten-4 { | |
572 | + background-color: #b3e5fc !important; } | |
573 | + | |
574 | +.light-blue-text.text-lighten-4 { | |
575 | + color: #b3e5fc !important; } | |
576 | + | |
577 | +.light-blue.lighten-3 { | |
578 | + background-color: #81d4fa !important; } | |
579 | + | |
580 | +.light-blue-text.text-lighten-3 { | |
581 | + color: #81d4fa !important; } | |
582 | + | |
583 | +.light-blue.lighten-2 { | |
584 | + background-color: #4fc3f7 !important; } | |
585 | + | |
586 | +.light-blue-text.text-lighten-2 { | |
587 | + color: #4fc3f7 !important; } | |
588 | + | |
589 | +.light-blue.lighten-1 { | |
590 | + background-color: #29b6f6 !important; } | |
591 | + | |
592 | +.light-blue-text.text-lighten-1 { | |
593 | + color: #29b6f6 !important; } | |
594 | + | |
595 | +.light-blue { | |
596 | + background-color: #03a9f4 !important; } | |
597 | + | |
598 | +.light-blue-text { | |
599 | + color: #03a9f4 !important; } | |
600 | + | |
601 | +.light-blue.darken-1 { | |
602 | + background-color: #039be5 !important; } | |
603 | + | |
604 | +.light-blue-text.text-darken-1 { | |
605 | + color: #039be5 !important; } | |
606 | + | |
607 | +.light-blue.darken-2 { | |
608 | + background-color: #0288d1 !important; } | |
609 | + | |
610 | +.light-blue-text.text-darken-2 { | |
611 | + color: #0288d1 !important; } | |
612 | + | |
613 | +.light-blue.darken-3 { | |
614 | + background-color: #0277bd !important; } | |
615 | + | |
616 | +.light-blue-text.text-darken-3 { | |
617 | + color: #0277bd !important; } | |
618 | + | |
619 | +.light-blue.darken-4 { | |
620 | + background-color: #01579b !important; } | |
621 | + | |
622 | +.light-blue-text.text-darken-4 { | |
623 | + color: #01579b !important; } | |
624 | + | |
625 | +.light-blue.accent-1 { | |
626 | + background-color: #80d8ff !important; } | |
627 | + | |
628 | +.light-blue-text.text-accent-1 { | |
629 | + color: #80d8ff !important; } | |
630 | + | |
631 | +.light-blue.accent-2 { | |
632 | + background-color: #40c4ff !important; } | |
633 | + | |
634 | +.light-blue-text.text-accent-2 { | |
635 | + color: #40c4ff !important; } | |
636 | + | |
637 | +.light-blue.accent-3 { | |
638 | + background-color: #00b0ff !important; } | |
639 | + | |
640 | +.light-blue-text.text-accent-3 { | |
641 | + color: #00b0ff !important; } | |
642 | + | |
643 | +.light-blue.accent-4 { | |
644 | + background-color: #0091ea !important; } | |
645 | + | |
646 | +.light-blue-text.text-accent-4 { | |
647 | + color: #0091ea !important; } | |
648 | + | |
649 | +.cyan.lighten-5 { | |
650 | + background-color: #e0f7fa !important; } | |
651 | + | |
652 | +.cyan-text.text-lighten-5 { | |
653 | + color: #e0f7fa !important; } | |
654 | + | |
655 | +.cyan.lighten-4 { | |
656 | + background-color: #b2ebf2 !important; } | |
657 | + | |
658 | +.cyan-text.text-lighten-4 { | |
659 | + color: #b2ebf2 !important; } | |
660 | + | |
661 | +.cyan.lighten-3 { | |
662 | + background-color: #80deea !important; } | |
663 | + | |
664 | +.cyan-text.text-lighten-3 { | |
665 | + color: #80deea !important; } | |
666 | + | |
667 | +.cyan.lighten-2 { | |
668 | + background-color: #4dd0e1 !important; } | |
669 | + | |
670 | +.cyan-text.text-lighten-2 { | |
671 | + color: #4dd0e1 !important; } | |
672 | + | |
673 | +.cyan.lighten-1 { | |
674 | + background-color: #26c6da !important; } | |
675 | + | |
676 | +.cyan-text.text-lighten-1 { | |
677 | + color: #26c6da !important; } | |
678 | + | |
679 | +.cyan { | |
680 | + background-color: #00bcd4 !important; } | |
681 | + | |
682 | +.cyan-text { | |
683 | + color: #00bcd4 !important; } | |
684 | + | |
685 | +.cyan.darken-1 { | |
686 | + background-color: #00acc1 !important; } | |
687 | + | |
688 | +.cyan-text.text-darken-1 { | |
689 | + color: #00acc1 !important; } | |
690 | + | |
691 | +.cyan.darken-2 { | |
692 | + background-color: #0097a7 !important; } | |
693 | + | |
694 | +.cyan-text.text-darken-2 { | |
695 | + color: #0097a7 !important; } | |
696 | + | |
697 | +.cyan.darken-3 { | |
698 | + background-color: #00838f !important; } | |
699 | + | |
700 | +.cyan-text.text-darken-3 { | |
701 | + color: #00838f !important; } | |
702 | + | |
703 | +.cyan.darken-4 { | |
704 | + background-color: #006064 !important; } | |
705 | + | |
706 | +.cyan-text.text-darken-4 { | |
707 | + color: #006064 !important; } | |
708 | + | |
709 | +.cyan.accent-1 { | |
710 | + background-color: #84ffff !important; } | |
711 | + | |
712 | +.cyan-text.text-accent-1 { | |
713 | + color: #84ffff !important; } | |
714 | + | |
715 | +.cyan.accent-2 { | |
716 | + background-color: #18ffff !important; } | |
717 | + | |
718 | +.cyan-text.text-accent-2 { | |
719 | + color: #18ffff !important; } | |
720 | + | |
721 | +.cyan.accent-3 { | |
722 | + background-color: #00e5ff !important; } | |
723 | + | |
724 | +.cyan-text.text-accent-3 { | |
725 | + color: #00e5ff !important; } | |
726 | + | |
727 | +.cyan.accent-4 { | |
728 | + background-color: #00b8d4 !important; } | |
729 | + | |
730 | +.cyan-text.text-accent-4 { | |
731 | + color: #00b8d4 !important; } | |
732 | + | |
733 | +.teal.lighten-5 { | |
734 | + background-color: #e0f2f1 !important; } | |
735 | + | |
736 | +.teal-text.text-lighten-5 { | |
737 | + color: #e0f2f1 !important; } | |
738 | + | |
739 | +.teal.lighten-4 { | |
740 | + background-color: #b2dfdb !important; } | |
741 | + | |
742 | +.teal-text.text-lighten-4 { | |
743 | + color: #b2dfdb !important; } | |
744 | + | |
745 | +.teal.lighten-3 { | |
746 | + background-color: #80cbc4 !important; } | |
747 | + | |
748 | +.teal-text.text-lighten-3 { | |
749 | + color: #80cbc4 !important; } | |
750 | + | |
751 | +.teal.lighten-2 { | |
752 | + background-color: #4db6ac !important; } | |
753 | + | |
754 | +.teal-text.text-lighten-2 { | |
755 | + color: #4db6ac !important; } | |
756 | + | |
757 | +.teal.lighten-1 { | |
758 | + background-color: #26a69a !important; } | |
759 | + | |
760 | +.teal-text.text-lighten-1 { | |
761 | + color: #26a69a !important; } | |
762 | + | |
763 | +.teal { | |
764 | + background-color: #009688 !important; } | |
765 | + | |
766 | +.teal-text { | |
767 | + color: #009688 !important; } | |
768 | + | |
769 | +.teal.darken-1 { | |
770 | + background-color: #00897b !important; } | |
771 | + | |
772 | +.teal-text.text-darken-1 { | |
773 | + color: #00897b !important; } | |
774 | + | |
775 | +.teal.darken-2 { | |
776 | + background-color: #00796b !important; } | |
777 | + | |
778 | +.teal-text.text-darken-2 { | |
779 | + color: #00796b !important; } | |
780 | + | |
781 | +.teal.darken-3 { | |
782 | + background-color: #00695c !important; } | |
783 | + | |
784 | +.teal-text.text-darken-3 { | |
785 | + color: #00695c !important; } | |
786 | + | |
787 | +.teal.darken-4 { | |
788 | + background-color: #004d40 !important; } | |
789 | + | |
790 | +.teal-text.text-darken-4 { | |
791 | + color: #004d40 !important; } | |
792 | + | |
793 | +.teal.accent-1 { | |
794 | + background-color: #a7ffeb !important; } | |
795 | + | |
796 | +.teal-text.text-accent-1 { | |
797 | + color: #a7ffeb !important; } | |
798 | + | |
799 | +.teal.accent-2 { | |
800 | + background-color: #64ffda !important; } | |
801 | + | |
802 | +.teal-text.text-accent-2 { | |
803 | + color: #64ffda !important; } | |
804 | + | |
805 | +.teal.accent-3 { | |
806 | + background-color: #1de9b6 !important; } | |
807 | + | |
808 | +.teal-text.text-accent-3 { | |
809 | + color: #1de9b6 !important; } | |
810 | + | |
811 | +.teal.accent-4 { | |
812 | + background-color: #00bfa5 !important; } | |
813 | + | |
814 | +.teal-text.text-accent-4 { | |
815 | + color: #00bfa5 !important; } | |
816 | + | |
817 | +.green.lighten-5 { | |
818 | + background-color: #E8F5E9 !important; } | |
819 | + | |
820 | +.green-text.text-lighten-5 { | |
821 | + color: #E8F5E9 !important; } | |
822 | + | |
823 | +.green.lighten-4 { | |
824 | + background-color: #C8E6C9 !important; } | |
825 | + | |
826 | +.green-text.text-lighten-4 { | |
827 | + color: #C8E6C9 !important; } | |
828 | + | |
829 | +.green.lighten-3 { | |
830 | + background-color: #A5D6A7 !important; } | |
831 | + | |
832 | +.green-text.text-lighten-3 { | |
833 | + color: #A5D6A7 !important; } | |
834 | + | |
835 | +.green.lighten-2 { | |
836 | + background-color: #81C784 !important; } | |
837 | + | |
838 | +.green-text.text-lighten-2 { | |
839 | + color: #81C784 !important; } | |
840 | + | |
841 | +.green.lighten-1 { | |
842 | + background-color: #66BB6A !important; } | |
843 | + | |
844 | +.green-text.text-lighten-1 { | |
845 | + color: #66BB6A !important; } | |
846 | + | |
847 | +.green { | |
848 | + background-color: #4CAF50 !important; } | |
849 | + | |
850 | +.green-text { | |
851 | + color: #4CAF50 !important; } | |
852 | + | |
853 | +.green.darken-1 { | |
854 | + background-color: #43A047 !important; } | |
855 | + | |
856 | +.green-text.text-darken-1 { | |
857 | + color: #43A047 !important; } | |
858 | + | |
859 | +.green.darken-2 { | |
860 | + background-color: #388E3C !important; } | |
861 | + | |
862 | +.green-text.text-darken-2 { | |
863 | + color: #388E3C !important; } | |
864 | + | |
865 | +.green.darken-3 { | |
866 | + background-color: #2E7D32 !important; } | |
867 | + | |
868 | +.green-text.text-darken-3 { | |
869 | + color: #2E7D32 !important; } | |
870 | + | |
871 | +.green.darken-4 { | |
872 | + background-color: #1B5E20 !important; } | |
873 | + | |
874 | +.green-text.text-darken-4 { | |
875 | + color: #1B5E20 !important; } | |
876 | + | |
877 | +.green.accent-1 { | |
878 | + background-color: #B9F6CA !important; } | |
879 | + | |
880 | +.green-text.text-accent-1 { | |
881 | + color: #B9F6CA !important; } | |
882 | + | |
883 | +.green.accent-2 { | |
884 | + background-color: #69F0AE !important; } | |
885 | + | |
886 | +.green-text.text-accent-2 { | |
887 | + color: #69F0AE !important; } | |
888 | + | |
889 | +.green.accent-3 { | |
890 | + background-color: #00E676 !important; } | |
891 | + | |
892 | +.green-text.text-accent-3 { | |
893 | + color: #00E676 !important; } | |
894 | + | |
895 | +.green.accent-4 { | |
896 | + background-color: #00C853 !important; } | |
897 | + | |
898 | +.green-text.text-accent-4 { | |
899 | + color: #00C853 !important; } | |
900 | + | |
901 | +.light-green.lighten-5 { | |
902 | + background-color: #f1f8e9 !important; } | |
903 | + | |
904 | +.light-green-text.text-lighten-5 { | |
905 | + color: #f1f8e9 !important; } | |
906 | + | |
907 | +.light-green.lighten-4 { | |
908 | + background-color: #dcedc8 !important; } | |
909 | + | |
910 | +.light-green-text.text-lighten-4 { | |
911 | + color: #dcedc8 !important; } | |
912 | + | |
913 | +.light-green.lighten-3 { | |
914 | + background-color: #c5e1a5 !important; } | |
915 | + | |
916 | +.light-green-text.text-lighten-3 { | |
917 | + color: #c5e1a5 !important; } | |
918 | + | |
919 | +.light-green.lighten-2 { | |
920 | + background-color: #aed581 !important; } | |
921 | + | |
922 | +.light-green-text.text-lighten-2 { | |
923 | + color: #aed581 !important; } | |
924 | + | |
925 | +.light-green.lighten-1 { | |
926 | + background-color: #9ccc65 !important; } | |
927 | + | |
928 | +.light-green-text.text-lighten-1 { | |
929 | + color: #9ccc65 !important; } | |
930 | + | |
931 | +.light-green { | |
932 | + background-color: #8bc34a !important; } | |
933 | + | |
934 | +.light-green-text { | |
935 | + color: #8bc34a !important; } | |
936 | + | |
937 | +.light-green.darken-1 { | |
938 | + background-color: #7cb342 !important; } | |
939 | + | |
940 | +.light-green-text.text-darken-1 { | |
941 | + color: #7cb342 !important; } | |
942 | + | |
943 | +.light-green.darken-2 { | |
944 | + background-color: #689f38 !important; } | |
945 | + | |
946 | +.light-green-text.text-darken-2 { | |
947 | + color: #689f38 !important; } | |
948 | + | |
949 | +.light-green.darken-3 { | |
950 | + background-color: #558b2f !important; } | |
951 | + | |
952 | +.light-green-text.text-darken-3 { | |
953 | + color: #558b2f !important; } | |
954 | + | |
955 | +.light-green.darken-4 { | |
956 | + background-color: #33691e !important; } | |
957 | + | |
958 | +.light-green-text.text-darken-4 { | |
959 | + color: #33691e !important; } | |
960 | + | |
961 | +.light-green.accent-1 { | |
962 | + background-color: #ccff90 !important; } | |
963 | + | |
964 | +.light-green-text.text-accent-1 { | |
965 | + color: #ccff90 !important; } | |
966 | + | |
967 | +.light-green.accent-2 { | |
968 | + background-color: #b2ff59 !important; } | |
969 | + | |
970 | +.light-green-text.text-accent-2 { | |
971 | + color: #b2ff59 !important; } | |
972 | + | |
973 | +.light-green.accent-3 { | |
974 | + background-color: #76ff03 !important; } | |
975 | + | |
976 | +.light-green-text.text-accent-3 { | |
977 | + color: #76ff03 !important; } | |
978 | + | |
979 | +.light-green.accent-4 { | |
980 | + background-color: #64dd17 !important; } | |
981 | + | |
982 | +.light-green-text.text-accent-4 { | |
983 | + color: #64dd17 !important; } | |
984 | + | |
985 | +.lime.lighten-5 { | |
986 | + background-color: #f9fbe7 !important; } | |
987 | + | |
988 | +.lime-text.text-lighten-5 { | |
989 | + color: #f9fbe7 !important; } | |
990 | + | |
991 | +.lime.lighten-4 { | |
992 | + background-color: #f0f4c3 !important; } | |
993 | + | |
994 | +.lime-text.text-lighten-4 { | |
995 | + color: #f0f4c3 !important; } | |
996 | + | |
997 | +.lime.lighten-3 { | |
998 | + background-color: #e6ee9c !important; } | |
999 | + | |
1000 | +.lime-text.text-lighten-3 { | |
1001 | + color: #e6ee9c !important; } | |
1002 | + | |
1003 | +.lime.lighten-2 { | |
1004 | + background-color: #dce775 !important; } | |
1005 | + | |
1006 | +.lime-text.text-lighten-2 { | |
1007 | + color: #dce775 !important; } | |
1008 | + | |
1009 | +.lime.lighten-1 { | |
1010 | + background-color: #d4e157 !important; } | |
1011 | + | |
1012 | +.lime-text.text-lighten-1 { | |
1013 | + color: #d4e157 !important; } | |
1014 | + | |
1015 | +.lime { | |
1016 | + background-color: #cddc39 !important; } | |
1017 | + | |
1018 | +.lime-text { | |
1019 | + color: #cddc39 !important; } | |
1020 | + | |
1021 | +.lime.darken-1 { | |
1022 | + background-color: #c0ca33 !important; } | |
1023 | + | |
1024 | +.lime-text.text-darken-1 { | |
1025 | + color: #c0ca33 !important; } | |
1026 | + | |
1027 | +.lime.darken-2 { | |
1028 | + background-color: #afb42b !important; } | |
1029 | + | |
1030 | +.lime-text.text-darken-2 { | |
1031 | + color: #afb42b !important; } | |
1032 | + | |
1033 | +.lime.darken-3 { | |
1034 | + background-color: #9e9d24 !important; } | |
1035 | + | |
1036 | +.lime-text.text-darken-3 { | |
1037 | + color: #9e9d24 !important; } | |
1038 | + | |
1039 | +.lime.darken-4 { | |
1040 | + background-color: #827717 !important; } | |
1041 | + | |
1042 | +.lime-text.text-darken-4 { | |
1043 | + color: #827717 !important; } | |
1044 | + | |
1045 | +.lime.accent-1 { | |
1046 | + background-color: #f4ff81 !important; } | |
1047 | + | |
1048 | +.lime-text.text-accent-1 { | |
1049 | + color: #f4ff81 !important; } | |
1050 | + | |
1051 | +.lime.accent-2 { | |
1052 | + background-color: #eeff41 !important; } | |
1053 | + | |
1054 | +.lime-text.text-accent-2 { | |
1055 | + color: #eeff41 !important; } | |
1056 | + | |
1057 | +.lime.accent-3 { | |
1058 | + background-color: #c6ff00 !important; } | |
1059 | + | |
1060 | +.lime-text.text-accent-3 { | |
1061 | + color: #c6ff00 !important; } | |
1062 | + | |
1063 | +.lime.accent-4 { | |
1064 | + background-color: #aeea00 !important; } | |
1065 | + | |
1066 | +.lime-text.text-accent-4 { | |
1067 | + color: #aeea00 !important; } | |
1068 | + | |
1069 | +.yellow.lighten-5 { | |
1070 | + background-color: #fffde7 !important; } | |
1071 | + | |
1072 | +.yellow-text.text-lighten-5 { | |
1073 | + color: #fffde7 !important; } | |
1074 | + | |
1075 | +.yellow.lighten-4 { | |
1076 | + background-color: #fff9c4 !important; } | |
1077 | + | |
1078 | +.yellow-text.text-lighten-4 { | |
1079 | + color: #fff9c4 !important; } | |
1080 | + | |
1081 | +.yellow.lighten-3 { | |
1082 | + background-color: #fff59d !important; } | |
1083 | + | |
1084 | +.yellow-text.text-lighten-3 { | |
1085 | + color: #fff59d !important; } | |
1086 | + | |
1087 | +.yellow.lighten-2 { | |
1088 | + background-color: #fff176 !important; } | |
1089 | + | |
1090 | +.yellow-text.text-lighten-2 { | |
1091 | + color: #fff176 !important; } | |
1092 | + | |
1093 | +.yellow.lighten-1 { | |
1094 | + background-color: #ffee58 !important; } | |
1095 | + | |
1096 | +.yellow-text.text-lighten-1 { | |
1097 | + color: #ffee58 !important; } | |
1098 | + | |
1099 | +.yellow { | |
1100 | + background-color: #ffeb3b !important; } | |
1101 | + | |
1102 | +.yellow-text { | |
1103 | + color: #ffeb3b !important; } | |
1104 | + | |
1105 | +.yellow.darken-1 { | |
1106 | + background-color: #fdd835 !important; } | |
1107 | + | |
1108 | +.yellow-text.text-darken-1 { | |
1109 | + color: #fdd835 !important; } | |
1110 | + | |
1111 | +.yellow.darken-2 { | |
1112 | + background-color: #fbc02d !important; } | |
1113 | + | |
1114 | +.yellow-text.text-darken-2 { | |
1115 | + color: #fbc02d !important; } | |
1116 | + | |
1117 | +.yellow.darken-3 { | |
1118 | + background-color: #f9a825 !important; } | |
1119 | + | |
1120 | +.yellow-text.text-darken-3 { | |
1121 | + color: #f9a825 !important; } | |
1122 | + | |
1123 | +.yellow.darken-4 { | |
1124 | + background-color: #f57f17 !important; } | |
1125 | + | |
1126 | +.yellow-text.text-darken-4 { | |
1127 | + color: #f57f17 !important; } | |
1128 | + | |
1129 | +.yellow.accent-1 { | |
1130 | + background-color: #ffff8d !important; } | |
1131 | + | |
1132 | +.yellow-text.text-accent-1 { | |
1133 | + color: #ffff8d !important; } | |
1134 | + | |
1135 | +.yellow.accent-2 { | |
1136 | + background-color: #ffff00 !important; } | |
1137 | + | |
1138 | +.yellow-text.text-accent-2 { | |
1139 | + color: #ffff00 !important; } | |
1140 | + | |
1141 | +.yellow.accent-3 { | |
1142 | + background-color: #ffea00 !important; } | |
1143 | + | |
1144 | +.yellow-text.text-accent-3 { | |
1145 | + color: #ffea00 !important; } | |
1146 | + | |
1147 | +.yellow.accent-4 { | |
1148 | + background-color: #ffd600 !important; } | |
1149 | + | |
1150 | +.yellow-text.text-accent-4 { | |
1151 | + color: #ffd600 !important; } | |
1152 | + | |
1153 | +.amber.lighten-5 { | |
1154 | + background-color: #fff8e1 !important; } | |
1155 | + | |
1156 | +.amber-text.text-lighten-5 { | |
1157 | + color: #fff8e1 !important; } | |
1158 | + | |
1159 | +.amber.lighten-4 { | |
1160 | + background-color: #ffecb3 !important; } | |
1161 | + | |
1162 | +.amber-text.text-lighten-4 { | |
1163 | + color: #ffecb3 !important; } | |
1164 | + | |
1165 | +.amber.lighten-3 { | |
1166 | + background-color: #ffe082 !important; } | |
1167 | + | |
1168 | +.amber-text.text-lighten-3 { | |
1169 | + color: #ffe082 !important; } | |
1170 | + | |
1171 | +.amber.lighten-2 { | |
1172 | + background-color: #ffd54f !important; } | |
1173 | + | |
1174 | +.amber-text.text-lighten-2 { | |
1175 | + color: #ffd54f !important; } | |
1176 | + | |
1177 | +.amber.lighten-1 { | |
1178 | + background-color: #ffca28 !important; } | |
1179 | + | |
1180 | +.amber-text.text-lighten-1 { | |
1181 | + color: #ffca28 !important; } | |
1182 | + | |
1183 | +.amber { | |
1184 | + background-color: #ffc107 !important; } | |
1185 | + | |
1186 | +.amber-text { | |
1187 | + color: #ffc107 !important; } | |
1188 | + | |
1189 | +.amber.darken-1 { | |
1190 | + background-color: #ffb300 !important; } | |
1191 | + | |
1192 | +.amber-text.text-darken-1 { | |
1193 | + color: #ffb300 !important; } | |
1194 | + | |
1195 | +.amber.darken-2 { | |
1196 | + background-color: #ffa000 !important; } | |
1197 | + | |
1198 | +.amber-text.text-darken-2 { | |
1199 | + color: #ffa000 !important; } | |
1200 | + | |
1201 | +.amber.darken-3 { | |
1202 | + background-color: #ff8f00 !important; } | |
1203 | + | |
1204 | +.amber-text.text-darken-3 { | |
1205 | + color: #ff8f00 !important; } | |
1206 | + | |
1207 | +.amber.darken-4 { | |
1208 | + background-color: #ff6f00 !important; } | |
1209 | + | |
1210 | +.amber-text.text-darken-4 { | |
1211 | + color: #ff6f00 !important; } | |
1212 | + | |
1213 | +.amber.accent-1 { | |
1214 | + background-color: #ffe57f !important; } | |
1215 | + | |
1216 | +.amber-text.text-accent-1 { | |
1217 | + color: #ffe57f !important; } | |
1218 | + | |
1219 | +.amber.accent-2 { | |
1220 | + background-color: #ffd740 !important; } | |
1221 | + | |
1222 | +.amber-text.text-accent-2 { | |
1223 | + color: #ffd740 !important; } | |
1224 | + | |
1225 | +.amber.accent-3 { | |
1226 | + background-color: #ffc400 !important; } | |
1227 | + | |
1228 | +.amber-text.text-accent-3 { | |
1229 | + color: #ffc400 !important; } | |
1230 | + | |
1231 | +.amber.accent-4 { | |
1232 | + background-color: #ffab00 !important; } | |
1233 | + | |
1234 | +.amber-text.text-accent-4 { | |
1235 | + color: #ffab00 !important; } | |
1236 | + | |
1237 | +.orange.lighten-5 { | |
1238 | + background-color: #fff3e0 !important; } | |
1239 | + | |
1240 | +.orange-text.text-lighten-5 { | |
1241 | + color: #fff3e0 !important; } | |
1242 | + | |
1243 | +.orange.lighten-4 { | |
1244 | + background-color: #ffe0b2 !important; } | |
1245 | + | |
1246 | +.orange-text.text-lighten-4 { | |
1247 | + color: #ffe0b2 !important; } | |
1248 | + | |
1249 | +.orange.lighten-3 { | |
1250 | + background-color: #ffcc80 !important; } | |
1251 | + | |
1252 | +.orange-text.text-lighten-3 { | |
1253 | + color: #ffcc80 !important; } | |
1254 | + | |
1255 | +.orange.lighten-2 { | |
1256 | + background-color: #ffb74d !important; } | |
1257 | + | |
1258 | +.orange-text.text-lighten-2 { | |
1259 | + color: #ffb74d !important; } | |
1260 | + | |
1261 | +.orange.lighten-1 { | |
1262 | + background-color: #ffa726 !important; } | |
1263 | + | |
1264 | +.orange-text.text-lighten-1 { | |
1265 | + color: #ffa726 !important; } | |
1266 | + | |
1267 | +.orange { | |
1268 | + background-color: #ff9800 !important; } | |
1269 | + | |
1270 | +.orange-text { | |
1271 | + color: #ff9800 !important; } | |
1272 | + | |
1273 | +.orange.darken-1 { | |
1274 | + background-color: #fb8c00 !important; } | |
1275 | + | |
1276 | +.orange-text.text-darken-1 { | |
1277 | + color: #fb8c00 !important; } | |
1278 | + | |
1279 | +.orange.darken-2 { | |
1280 | + background-color: #f57c00 !important; } | |
1281 | + | |
1282 | +.orange-text.text-darken-2 { | |
1283 | + color: #f57c00 !important; } | |
1284 | + | |
1285 | +.orange.darken-3 { | |
1286 | + background-color: #ef6c00 !important; } | |
1287 | + | |
1288 | +.orange-text.text-darken-3 { | |
1289 | + color: #ef6c00 !important; } | |
1290 | + | |
1291 | +.orange.darken-4 { | |
1292 | + background-color: #e65100 !important; } | |
1293 | + | |
1294 | +.orange-text.text-darken-4 { | |
1295 | + color: #e65100 !important; } | |
1296 | + | |
1297 | +.orange.accent-1 { | |
1298 | + background-color: #ffd180 !important; } | |
1299 | + | |
1300 | +.orange-text.text-accent-1 { | |
1301 | + color: #ffd180 !important; } | |
1302 | + | |
1303 | +.orange.accent-2 { | |
1304 | + background-color: #ffab40 !important; } | |
1305 | + | |
1306 | +.orange-text.text-accent-2 { | |
1307 | + color: #ffab40 !important; } | |
1308 | + | |
1309 | +.orange.accent-3 { | |
1310 | + background-color: #ff9100 !important; } | |
1311 | + | |
1312 | +.orange-text.text-accent-3 { | |
1313 | + color: #ff9100 !important; } | |
1314 | + | |
1315 | +.orange.accent-4 { | |
1316 | + background-color: #ff6d00 !important; } | |
1317 | + | |
1318 | +.orange-text.text-accent-4 { | |
1319 | + color: #ff6d00 !important; } | |
1320 | + | |
1321 | +.deep-orange.lighten-5 { | |
1322 | + background-color: #fbe9e7 !important; } | |
1323 | + | |
1324 | +.deep-orange-text.text-lighten-5 { | |
1325 | + color: #fbe9e7 !important; } | |
1326 | + | |
1327 | +.deep-orange.lighten-4 { | |
1328 | + background-color: #ffccbc !important; } | |
1329 | + | |
1330 | +.deep-orange-text.text-lighten-4 { | |
1331 | + color: #ffccbc !important; } | |
1332 | + | |
1333 | +.deep-orange.lighten-3 { | |
1334 | + background-color: #ffab91 !important; } | |
1335 | + | |
1336 | +.deep-orange-text.text-lighten-3 { | |
1337 | + color: #ffab91 !important; } | |
1338 | + | |
1339 | +.deep-orange.lighten-2 { | |
1340 | + background-color: #ff8a65 !important; } | |
1341 | + | |
1342 | +.deep-orange-text.text-lighten-2 { | |
1343 | + color: #ff8a65 !important; } | |
1344 | + | |
1345 | +.deep-orange.lighten-1 { | |
1346 | + background-color: #ff7043 !important; } | |
1347 | + | |
1348 | +.deep-orange-text.text-lighten-1 { | |
1349 | + color: #ff7043 !important; } | |
1350 | + | |
1351 | +.deep-orange { | |
1352 | + background-color: #ff5722 !important; } | |
1353 | + | |
1354 | +.deep-orange-text { | |
1355 | + color: #ff5722 !important; } | |
1356 | + | |
1357 | +.deep-orange.darken-1 { | |
1358 | + background-color: #f4511e !important; } | |
1359 | + | |
1360 | +.deep-orange-text.text-darken-1 { | |
1361 | + color: #f4511e !important; } | |
1362 | + | |
1363 | +.deep-orange.darken-2 { | |
1364 | + background-color: #e64a19 !important; } | |
1365 | + | |
1366 | +.deep-orange-text.text-darken-2 { | |
1367 | + color: #e64a19 !important; } | |
1368 | + | |
1369 | +.deep-orange.darken-3 { | |
1370 | + background-color: #d84315 !important; } | |
1371 | + | |
1372 | +.deep-orange-text.text-darken-3 { | |
1373 | + color: #d84315 !important; } | |
1374 | + | |
1375 | +.deep-orange.darken-4 { | |
1376 | + background-color: #bf360c !important; } | |
1377 | + | |
1378 | +.deep-orange-text.text-darken-4 { | |
1379 | + color: #bf360c !important; } | |
1380 | + | |
1381 | +.deep-orange.accent-1 { | |
1382 | + background-color: #ff9e80 !important; } | |
1383 | + | |
1384 | +.deep-orange-text.text-accent-1 { | |
1385 | + color: #ff9e80 !important; } | |
1386 | + | |
1387 | +.deep-orange.accent-2 { | |
1388 | + background-color: #ff6e40 !important; } | |
1389 | + | |
1390 | +.deep-orange-text.text-accent-2 { | |
1391 | + color: #ff6e40 !important; } | |
1392 | + | |
1393 | +.deep-orange.accent-3 { | |
1394 | + background-color: #ff3d00 !important; } | |
1395 | + | |
1396 | +.deep-orange-text.text-accent-3 { | |
1397 | + color: #ff3d00 !important; } | |
1398 | + | |
1399 | +.deep-orange.accent-4 { | |
1400 | + background-color: #dd2c00 !important; } | |
1401 | + | |
1402 | +.deep-orange-text.text-accent-4 { | |
1403 | + color: #dd2c00 !important; } | |
1404 | + | |
1405 | +.brown.lighten-5 { | |
1406 | + background-color: #efebe9 !important; } | |
1407 | + | |
1408 | +.brown-text.text-lighten-5 { | |
1409 | + color: #efebe9 !important; } | |
1410 | + | |
1411 | +.brown.lighten-4 { | |
1412 | + background-color: #d7ccc8 !important; } | |
1413 | + | |
1414 | +.brown-text.text-lighten-4 { | |
1415 | + color: #d7ccc8 !important; } | |
1416 | + | |
1417 | +.brown.lighten-3 { | |
1418 | + background-color: #bcaaa4 !important; } | |
1419 | + | |
1420 | +.brown-text.text-lighten-3 { | |
1421 | + color: #bcaaa4 !important; } | |
1422 | + | |
1423 | +.brown.lighten-2 { | |
1424 | + background-color: #a1887f !important; } | |
1425 | + | |
1426 | +.brown-text.text-lighten-2 { | |
1427 | + color: #a1887f !important; } | |
1428 | + | |
1429 | +.brown.lighten-1 { | |
1430 | + background-color: #8d6e63 !important; } | |
1431 | + | |
1432 | +.brown-text.text-lighten-1 { | |
1433 | + color: #8d6e63 !important; } | |
1434 | + | |
1435 | +.brown { | |
1436 | + background-color: #795548 !important; } | |
1437 | + | |
1438 | +.brown-text { | |
1439 | + color: #795548 !important; } | |
1440 | + | |
1441 | +.brown.darken-1 { | |
1442 | + background-color: #6d4c41 !important; } | |
1443 | + | |
1444 | +.brown-text.text-darken-1 { | |
1445 | + color: #6d4c41 !important; } | |
1446 | + | |
1447 | +.brown.darken-2 { | |
1448 | + background-color: #5d4037 !important; } | |
1449 | + | |
1450 | +.brown-text.text-darken-2 { | |
1451 | + color: #5d4037 !important; } | |
1452 | + | |
1453 | +.brown.darken-3 { | |
1454 | + background-color: #4e342e !important; } | |
1455 | + | |
1456 | +.brown-text.text-darken-3 { | |
1457 | + color: #4e342e !important; } | |
1458 | + | |
1459 | +.brown.darken-4 { | |
1460 | + background-color: #3e2723 !important; } | |
1461 | + |