bootstrap-material-design 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e050d59b10f9e266f92d791194fe08178b9af7f1
4
- data.tar.gz: 46ef06bf9319f1bb11d8f087dcb2efadb32c1a39
3
+ metadata.gz: 4e5feaf602b42c962bce3957fa80c9bfa0c821a5
4
+ data.tar.gz: 667e7789785d3eeafc0686724ea00a3e9e9be5d0
5
5
  SHA512:
6
- metadata.gz: 040447111c651c8c4a419fc8ad4a40364c49a8bc00d6448ad9b2dbe014a0ba298d6c3caf3c064553deabb0415a549053184eea9bae53ad598aaaf83f63534ffa
7
- data.tar.gz: d9463a3bf7f581a07a8194715e7763524de0cb65795af0c28772e8508ca94f7ed380593eb53e4b05506bc898e83b339e6ed98925bf9468effec6de896c5a03d4
6
+ metadata.gz: feb82373c2910e42393bacf5413994b663ffedc2cc7d1aa0db04686ffcede045e73017d03c3be2fb550f0ca4d8b4aad238799b9bd800aeb0e0038b8677ed0b68
7
+ data.tar.gz: 95c790759d0d470b751fc880f314dc4c5adb3428d77fa039a6f1087374abd46482b2ada670b4d07cbc2edb05a99d34ad9ffd80d8f2c812ad07a1774a27f6f681
@@ -2,5 +2,4 @@
2
2
  *= require ./material
3
3
  *= require ./ripples
4
4
  *= require ./snackbar
5
- *= require ./material-wfont
6
5
  */
@@ -4,8 +4,8 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = 'bootstrap-material-design'
7
- s.version = '0.1.5'
8
- s.date = '2015-02-20'
7
+ s.version = '0.1.6'
8
+ s.date = '2015-02-26'
9
9
  s.summary = "Material Design for Bootstrap"
10
10
  s.authors = ["Paul King"]
11
11
  s.email = 'freedomlijinfa@gmail.com'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap-material-design
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul King
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-20 00:00:00.000000000 Z
11
+ date: 2015-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bootstrap-sass
@@ -45,9 +45,7 @@ files:
45
45
  - app/assets/javascripts/bootstrap-material-design/material.js
46
46
  - app/assets/javascripts/bootstrap-material-design/ripples.js
47
47
  - app/assets/javascripts/bootstrap-material-design/snackbar.js
48
- - app/assets/stylesheets/bootstrap-material-design/icons-material-design.css.scss.erb
49
48
  - app/assets/stylesheets/bootstrap-material-design/index.css
50
- - app/assets/stylesheets/bootstrap-material-design/material-wfont.css.erb
51
49
  - app/assets/stylesheets/bootstrap-material-design/material.css.erb
52
50
  - app/assets/stylesheets/bootstrap-material-design/material.css.map
53
51
  - app/assets/stylesheets/bootstrap-material-design/ripples.css
@@ -1,1499 +0,0 @@
1
- @font-face {
2
- font-family: 'Material-Design';
3
- src:url('<%= font_path("Material-Design.eot") + "?2u7a7w" %>');
4
- src:url('<%= font_path("Material-Design.eot") + "?#iefix2u7a7w" %>') format('embedded-opentype'),
5
- url('<%= font_path("Material-Design.woff") + "?2u7a7w" %>') format('woff'),
6
- url('<%= font_path("Material-Design.ttf") + "?2u7a7w" %>') format('truetype'),
7
- url('<%= font_path("Material-Design.svg") + "?2u7a7w#Material-Design" %>') format('svg');
8
- font-weight: normal;
9
- font-style: normal;
10
- }
11
-
12
- [class^="icon-material-"], [class*=" icon-material-"] {
13
- font-family: 'Material-Design';
14
- speak: none;
15
- font-style: normal;
16
- font-weight: normal;
17
- font-variant: normal;
18
- text-transform: none;
19
- line-height: 1;
20
-
21
- /* Better Font Rendering =========== */
22
- -webkit-font-smoothing: antialiased;
23
- -moz-osx-font-smoothing: grayscale;
24
- }
25
-
26
- .icon-material-access-alarms:before {
27
- content: "\e600";
28
- }
29
- .icon-material-accessibility:before {
30
- content: "\e601";
31
- }
32
- .icon-material-access-time:before {
33
- content: "\e602";
34
- }
35
- .icon-material-account-box:before {
36
- content: "\e603";
37
- }
38
- .icon-material-account-circle:before {
39
- content: "\e604";
40
- }
41
- .icon-material-adb:before {
42
- content: "\e605";
43
- }
44
- .icon-material-add:before {
45
- content: "\e606";
46
- }
47
- .icon-material-add-alarm:before {
48
- content: "\e607";
49
- }
50
- .icon-material-add-box:before {
51
- content: "\e608";
52
- }
53
- .icon-material-add-circle:before {
54
- content: "\e609";
55
- }
56
- .icon-material-add-circle-outline:before {
57
- content: "\e60a";
58
- }
59
- .icon-material-airplanemode-off:before {
60
- content: "\e60b";
61
- }
62
- .icon-material-airplanemode-on:before {
63
- content: "\e60c";
64
- }
65
- .icon-material-android:before {
66
- content: "\e60d";
67
- }
68
- .icon-material-apps:before {
69
- content: "\e60e";
70
- }
71
- .icon-material-archive:before {
72
- content: "\e60f";
73
- }
74
- .icon-material-arrow-back:before {
75
- content: "\e610";
76
- }
77
- .icon-material-arrow-drop-down:before {
78
- content: "\e611";
79
- }
80
- .icon-material-arrow-drop-down-circle:before {
81
- content: "\e612";
82
- }
83
- .icon-material-arrow-drop-up:before {
84
- content: "\e613";
85
- }
86
- .icon-material-arrow-forward:before {
87
- content: "\e614";
88
- }
89
- .icon-material-attachment:before {
90
- content: "\e615";
91
- }
92
- .icon-material-auto-fix:before {
93
- content: "\e616";
94
- }
95
- .icon-material-backspace:before {
96
- content: "\e617";
97
- }
98
- .icon-material-backup:before {
99
- content: "\e618";
100
- }
101
- .icon-material-beenhere:before {
102
- content: "\e619";
103
- }
104
- .icon-material-block:before {
105
- content: "\e61a";
106
- }
107
- .icon-material-bluetooth2:before {
108
- content: "\e61b";
109
- }
110
- .icon-material-bluetooth:before {
111
- content: "\e61c";
112
- }
113
- .icon-material-bluetooth-audio:before {
114
- content: "\e61d";
115
- }
116
- .icon-material-bluetooth-connected2:before {
117
- content: "\e61e";
118
- }
119
- .icon-material-bluetooth-connected:before {
120
- content: "\e61f";
121
- }
122
- .icon-material-bluetooth-disabled:before {
123
- content: "\e620";
124
- }
125
- .icon-material-bluetooth-searching:before {
126
- content: "\e621";
127
- }
128
- .icon-material-book:before {
129
- content: "\e622";
130
- }
131
- .icon-material-bookmark:before {
132
- content: "\e623";
133
- }
134
- .icon-material-bookmark-outline:before {
135
- content: "\e624";
136
- }
137
- .icon-material-brightness-auto:before {
138
- content: "\e625";
139
- }
140
- .icon-material-brightness-high:before {
141
- content: "\e626";
142
- }
143
- .icon-material-brightness-low:before {
144
- content: "\e627";
145
- }
146
- .icon-material-brightness-medium:before {
147
- content: "\e628";
148
- }
149
- .icon-material-bug-report:before {
150
- content: "\e629";
151
- }
152
- .icon-material-cake:before {
153
- content: "\e62a";
154
- }
155
- .icon-material-call:before {
156
- content: "\e62b";
157
- }
158
- .icon-material-call-end:before {
159
- content: "\e62c";
160
- font-size: 60%;
161
- }
162
- .icon-material-call-made:before {
163
- content: "\e62d";
164
- }
165
- .icon-material-call-merge:before {
166
- content: "\e62e";
167
- }
168
- .icon-material-call-missed:before {
169
- content: "\e62f";
170
- }
171
- .icon-material-call-received:before {
172
- content: "\e630";
173
- }
174
- .icon-material-call-split:before {
175
- content: "\e631";
176
- }
177
- .icon-material-camera:before {
178
- content: "\e632";
179
- }
180
- .icon-material-camera-alt:before {
181
- content: "\e633";
182
- }
183
- .icon-material-camera-roll:before {
184
- content: "\e634";
185
- }
186
- .icon-material-cancel:before {
187
- content: "\e635";
188
- }
189
- .icon-material-cast:before {
190
- content: "\e636";
191
- }
192
- .icon-material-cast-connected:before {
193
- content: "\e637";
194
- }
195
- .icon-material-chat:before {
196
- content: "\e638";
197
- }
198
- .icon-material-check:before {
199
- content: "\e639";
200
- }
201
- .icon-material-check-box:before {
202
- content: "\e63a";
203
- }
204
- .icon-material-check-box-blank:before {
205
- content: "\e63b";
206
- }
207
- .icon-material-check-box-outline:before {
208
- content: "\e63c";
209
- }
210
- .icon-material-check-box-outline-blank:before {
211
- content: "\e63d";
212
- }
213
- .icon-material-check-circle:before {
214
- content: "\e63e";
215
- }
216
- .icon-material-check-circle-blank:before {
217
- content: "\e63f";
218
- }
219
- .icon-material-check-circle-outline:before {
220
- content: "\e640";
221
- }
222
- .icon-material-check-circle-outline-blank:before {
223
- content: "\e641";
224
- }
225
- .icon-material-chevron-left:before {
226
- content: "\e642";
227
- }
228
- .icon-material-chevron-right:before {
229
- content: "\e643";
230
- }
231
- .icon-material-chromecast:before {
232
- content: "\e644";
233
- }
234
- .icon-material-circles:before {
235
- content: "\e645";
236
- }
237
- .icon-material-circles-add:before {
238
- content: "\e646";
239
- }
240
- .icon-material-circles-extended:before {
241
- content: "\e647";
242
- }
243
- .icon-material-clear:before {
244
- content: "\e648";
245
- }
246
- .icon-material-close:before {
247
- content: "\e649";
248
- }
249
- .icon-material-closed-caption:before {
250
- content: "\e64a";
251
- }
252
- .icon-material-cloud:before {
253
- content: "\e64b";
254
- }
255
- .icon-material-cloud-circle:before {
256
- content: "\e64c";
257
- }
258
- .icon-material-cloud-done:before {
259
- content: "\e64d";
260
- }
261
- .icon-material-cloud-download:before {
262
- content: "\e64e";
263
- }
264
- .icon-material-cloud-off:before {
265
- content: "\e64f";
266
- }
267
- .icon-material-cloud-queue:before {
268
- content: "\e650";
269
- }
270
- .icon-material-cloud-upload:before {
271
- content: "\e651";
272
- }
273
- .icon-material-comment:before {
274
- content: "\e652";
275
- }
276
- .icon-material-communities:before {
277
- content: "\e653";
278
- }
279
- .icon-material-content-copy:before {
280
- content: "\e654";
281
- }
282
- .icon-material-content-cut:before {
283
- content: "\e655";
284
- }
285
- .icon-material-content-paste:before {
286
- content: "\e656";
287
- }
288
- .icon-material-create:before {
289
- content: "\e657";
290
- }
291
- .icon-material-credit-card:before {
292
- content: "\e658";
293
- }
294
- .icon-material-crop:before {
295
- content: "\e659";
296
- }
297
- .icon-material-crop-free:before {
298
- content: "\e65a";
299
- }
300
- .icon-material-crop-landscape:before {
301
- content: "\e65b";
302
- }
303
- .icon-material-crop-portrait:before {
304
- content: "\e65c";
305
- }
306
- .icon-material-crop-square:before {
307
- content: "\e65d";
308
- }
309
- .icon-material-data-usage:before {
310
- content: "\e65e";
311
- }
312
- .icon-material-delete:before {
313
- content: "\e65f";
314
- }
315
- .icon-material-developer-mode:before {
316
- content: "\e660";
317
- }
318
- .icon-material-dialpad:before {
319
- content: "\e661";
320
- }
321
- .icon-material-directions:before {
322
- content: "\e662";
323
- }
324
- .icon-material-directions-bike:before {
325
- content: "\e663";
326
- }
327
- .icon-material-directions-bus:before {
328
- content: "\e664";
329
- }
330
- .icon-material-directions-car:before {
331
- content: "\e665";
332
- }
333
- .icon-material-directions-subway:before {
334
- content: "\e666";
335
- }
336
- .icon-material-directions-train:before {
337
- content: "\e667";
338
- }
339
- .icon-material-directions-transit:before {
340
- content: "\e668";
341
- }
342
- .icon-material-directionswalk:before {
343
- content: "\e669";
344
- }
345
- .icon-material-disc-full:before {
346
- content: "\e66a";
347
- }
348
- .icon-material-dock:before {
349
- content: "\e66b";
350
- }
351
- .icon-material-domain:before {
352
- content: "\e66c";
353
- }
354
- .icon-material-done:before {
355
- content: "\e66d";
356
- }
357
- .icon-material-done-all:before {
358
- content: "\e66e";
359
- }
360
- .icon-material-do-not-disturb:before {
361
- content: "\e66f";
362
- }
363
- .icon-material-drafts:before {
364
- content: "\e670";
365
- }
366
- .icon-material-drawer:before {
367
- content: "\e671";
368
- }
369
- .icon-material-drive:before {
370
- content: "\e672";
371
- }
372
- .icon-material-drive-document:before {
373
- content: "\e673";
374
- }
375
- .icon-material-drive-drawing:before {
376
- content: "\e674";
377
- }
378
- .icon-material-drive-eta:before {
379
- content: "\e675";
380
- }
381
- .icon-material-drive-file:before {
382
- content: "\e676";
383
- }
384
- .icon-material-drive-form:before {
385
- content: "\e677";
386
- }
387
- .icon-material-drive-fusiontable:before {
388
- content: "\e678";
389
- }
390
- .icon-material-drive-image:before {
391
- content: "\e679";
392
- }
393
- .icon-material-drive-ms-excel:before {
394
- content: "\e67a";
395
- }
396
- .icon-material-drive-ms-powerpoint:before {
397
- content: "\e67b";
398
- }
399
- .icon-material-drive-ms-word:before {
400
- content: "\e67c";
401
- }
402
- .icon-material-drive-pdf:before {
403
- content: "\e67d";
404
- }
405
- .icon-material-drive-presentation:before {
406
- content: "\e67e";
407
- }
408
- .icon-material-drive-script:before {
409
- content: "\e67f";
410
- }
411
- .icon-material-drive-site:before {
412
- content: "\e680";
413
- }
414
- .icon-material-drive-spreadsheet:before {
415
- content: "\e681";
416
- }
417
- .icon-material-drive-video:before {
418
- content: "\e682";
419
- }
420
- .icon-material-earth:before {
421
- content: "\e683";
422
- }
423
- .icon-material-email2:before {
424
- content: "\e684";
425
- }
426
- .icon-material-email:before {
427
- content: "\e685";
428
- }
429
- .icon-material-error:before {
430
- content: "\e686";
431
- }
432
- .icon-material-event2:before {
433
- content: "\e687";
434
- }
435
- .icon-material-event:before {
436
- content: "\e688";
437
- }
438
- .icon-material-exit-to-app:before {
439
- content: "\e689";
440
- }
441
- .icon-material-expand-less:before {
442
- content: "\e68a";
443
- }
444
- .icon-material-expand-more:before {
445
- content: "\e68b";
446
- }
447
- .icon-material-explore:before {
448
- content: "\e68c";
449
- }
450
- .icon-material-extension:before {
451
- content: "\e68d";
452
- }
453
- .icon-material-fast-forward:before {
454
- content: "\e68e";
455
- }
456
- .icon-material-fast-rewind:before {
457
- content: "\e68f";
458
- }
459
- .icon-material-favorite:before {
460
- content: "\e690";
461
- }
462
- .icon-material-favorite-outline:before {
463
- content: "\e691";
464
- }
465
- .icon-material-file-download:before {
466
- content: "\e692";
467
- }
468
- .icon-material-file-upload:before {
469
- content: "\e693";
470
- }
471
- .icon-material-filter:before {
472
- content: "\e694";
473
- }
474
- .icon-material-flag:before {
475
- content: "\e695";
476
- }
477
- .icon-material-flash-auto:before {
478
- content: "\e696";
479
- }
480
- .icon-material-flash-off:before {
481
- content: "\e697";
482
- }
483
- .icon-material-flash-on:before {
484
- content: "\e698";
485
- }
486
- .icon-material-flights:before {
487
- content: "\e699";
488
- }
489
- .icon-material-flip-to-back:before {
490
- content: "\e69a";
491
- }
492
- .icon-material-flip-to-front:before {
493
- content: "\e69b";
494
- }
495
- .icon-material-folder:before {
496
- content: "\e69c";
497
- }
498
- .icon-material-folder-mydrive:before {
499
- content: "\e69d";
500
- }
501
- .icon-material-folder-shared:before {
502
- content: "\e69e";
503
- }
504
- .icon-material-forum:before {
505
- content: "\e69f";
506
- }
507
- .icon-material-forward:before {
508
- content: "\e6a0";
509
- }
510
- .icon-material-fullscreen:before {
511
- content: "\e6a1";
512
- }
513
- .icon-material-fullscreen-exit:before {
514
- content: "\e6a2";
515
- }
516
- .icon-material-gamepad:before {
517
- content: "\e6a3";
518
- }
519
- .icon-material-games:before {
520
- content: "\e6a4";
521
- }
522
- .icon-material-gesture:before {
523
- content: "\e6a5";
524
- }
525
- .icon-material-glass:before {
526
- content: "\e6a6";
527
- }
528
- .icon-material-gmail2:before {
529
- content: "\e6a7";
530
- }
531
- .icon-material-gmail:before {
532
- content: "\e6a8";
533
- }
534
- .icon-material-google:before {
535
- content: "\e6a9";
536
- }
537
- .icon-material-google-plus:before {
538
- content: "\e6aa";
539
- }
540
- .icon-material-gps-fixed:before {
541
- content: "\e6ab";
542
- }
543
- .icon-material-gps-not-fixed:before {
544
- content: "\e6ac";
545
- }
546
- .icon-material-gps-off:before {
547
- content: "\e6ad";
548
- }
549
- .icon-material-group:before {
550
- content: "\e6ae";
551
- }
552
- .icon-material-group-add:before {
553
- content: "\e6af";
554
- }
555
- .icon-material-hangout2:before {
556
- content: "\e6b0";
557
- }
558
- .icon-material-hangout:before {
559
- content: "\e6b1";
560
- }
561
- .icon-material-hangout-video:before {
562
- content: "\e6b2";
563
- }
564
- .icon-material-hangout-video-off:before {
565
- content: "\e6b3";
566
- }
567
- .icon-material-headset:before {
568
- content: "\e6b4";
569
- }
570
- .icon-material-headset-mic:before {
571
- content: "\e6b5";
572
- }
573
- .icon-material-help:before {
574
- content: "\e6b6";
575
- }
576
- .icon-material-high-quality:before {
577
- content: "\e6b7";
578
- }
579
- .icon-material-history:before {
580
- content: "\e6b8";
581
- }
582
- .icon-material-home:before {
583
- content: "\e6b9";
584
- }
585
- .icon-material-hotel:before {
586
- content: "\e6ba";
587
- }
588
- .icon-material-https:before {
589
- content: "\e6bb";
590
- }
591
- .icon-material-image:before {
592
- content: "\e6bc";
593
- }
594
- .icon-material-import-export:before {
595
- content: "\e6bd";
596
- }
597
- .icon-material-inbox:before {
598
- content: "\e6be";
599
- }
600
- .icon-material-info:before {
601
- content: "\e6bf";
602
- }
603
- .icon-material-info-outline:before {
604
- content: "\e6c0";
605
- }
606
- .icon-material-invert-colors:before {
607
- content: "\e6c1";
608
- }
609
- .icon-material-keep2:before {
610
- content: "\e6c2";
611
- }
612
- .icon-material-keep:before {
613
- content: "\e6c3";
614
- }
615
- .icon-material-keyboard:before {
616
- content: "\e6c4";
617
- }
618
- .icon-material-keyboard-alt:before {
619
- content: "\e6c5";
620
- }
621
- .icon-material-keyboard-arrow-down:before {
622
- content: "\e6c6";
623
- }
624
- .icon-material-keyboard-arrow-left:before {
625
- content: "\e6c7";
626
- }
627
- .icon-material-keyboard-arrow-right:before {
628
- content: "\e6c8";
629
- }
630
- .icon-material-keyboard-arrow-up:before {
631
- content: "\e6c9";
632
- }
633
- .icon-material-keyboard-backspace:before {
634
- content: "\e6ca";
635
- }
636
- .icon-material-keyboard-capslock:before {
637
- content: "\e6cb";
638
- }
639
- .icon-material-keyboard-control:before {
640
- content: "\e6cc";
641
- font-size: 36%;
642
- }
643
- .icon-material-keyboard-hide:before {
644
- content: "\e6cd";
645
- }
646
- .icon-material-keyboard-return:before {
647
- content: "\e6ce";
648
- }
649
- .icon-material-keyboard-tab:before {
650
- content: "\e6cf";
651
- }
652
- .icon-material-keyboard-voice:before {
653
- content: "\e6d0";
654
- }
655
- .icon-material-label:before {
656
- content: "\e6d1";
657
- }
658
- .icon-material-label-outline:before {
659
- content: "\e6d2";
660
- }
661
- .icon-material-landscape:before {
662
- content: "\e6d3";
663
- }
664
- .icon-material-language:before {
665
- content: "\e6d4";
666
- }
667
- .icon-material-laptop:before {
668
- content: "\e6d5";
669
- }
670
- .icon-material-launch:before {
671
- content: "\e6d6";
672
- }
673
- .icon-material-link:before {
674
- content: "\e6d7";
675
- }
676
- .icon-material-list:before {
677
- content: "\e6d8";
678
- }
679
- .icon-material-live-help:before {
680
- content: "\e6d9";
681
- }
682
- .icon-material-location:before {
683
- content: "\e6da";
684
- }
685
- .icon-material-location-city:before {
686
- content: "\e6db";
687
- }
688
- .icon-material-location-disabled:before {
689
- content: "\e6dc";
690
- }
691
- .icon-material-location-searching:before {
692
- content: "\e6dd";
693
- }
694
- .icon-material-lock:before {
695
- content: "\e6de";
696
- }
697
- .icon-material-lock-open:before {
698
- content: "\e6df";
699
- }
700
- .icon-material-lock-outline:before {
701
- content: "\e6e0";
702
- }
703
- .icon-material-loop:before {
704
- content: "\e6e1";
705
- }
706
- .icon-material-mail:before {
707
- content: "\e6e2";
708
- }
709
- .icon-material-map:before {
710
- content: "\e6e3";
711
- }
712
- .icon-material-markunread:before {
713
- content: "\e6e4";
714
- }
715
- .icon-material-memory:before {
716
- content: "\e6e5";
717
- }
718
- .icon-material-menu:before {
719
- content: "\e6e6";
720
- }
721
- .icon-material-message:before {
722
- content: "\e6e7";
723
- }
724
- .icon-material-messenger:before {
725
- content: "\e6e8";
726
- }
727
- .icon-material-mic:before {
728
- content: "\e6e9";
729
- }
730
- .icon-material-mic-none:before {
731
- content: "\e6ea";
732
- }
733
- .icon-material-mic-off:before {
734
- content: "\e6eb";
735
- }
736
- .icon-material-mms:before {
737
- content: "\e6ec";
738
- }
739
- .icon-material-mood:before {
740
- content: "\e6ed";
741
- }
742
- .icon-material-more:before {
743
- content: "\e6ee";
744
- }
745
- .icon-material-more-horiz:before {
746
- content: "\e6ef";
747
- font-size: 25%;
748
- }
749
- .icon-material-more-vert:before {
750
- content: "\e6f0";
751
- }
752
- .icon-material-mouse:before {
753
- content: "\e6f1";
754
- }
755
- .icon-material-movie:before {
756
- content: "\e6f2";
757
- }
758
- .icon-material-nest-protect:before {
759
- content: "\e6f3";
760
- }
761
- .icon-material-nest-thermostat:before {
762
- content: "\e6f4";
763
- }
764
- .icon-material-network-cell:before {
765
- content: "\e6f5";
766
- }
767
- .icon-material-network-wifi:before {
768
- content: "\e6f6";
769
- }
770
- .icon-material-news:before {
771
- content: "\e6f7";
772
- }
773
- .icon-material-nfc:before {
774
- content: "\e6f8";
775
- }
776
- .icon-material-notifications:before {
777
- content: "\e6f9";
778
- }
779
- .icon-material-notifications-none:before {
780
- content: "\e6fa";
781
- }
782
- .icon-material-notifications-off:before {
783
- content: "\e6fb";
784
- }
785
- .icon-material-notifications-on:before {
786
- content: "\e6fc";
787
- }
788
- .icon-material-notifications-paused:before {
789
- content: "\e6fd";
790
- }
791
- .icon-material-pages:before {
792
- content: "\e6fe";
793
- }
794
- .icon-material-palette:before {
795
- content: "\e6ff";
796
- }
797
- .icon-material-panorama:before {
798
- content: "\e700";
799
- }
800
- .icon-material-party-mode:before {
801
- content: "\e701";
802
- }
803
- .icon-material-pause:before {
804
- content: "\e702";
805
- }
806
- .icon-material-pause-circle-fill:before {
807
- content: "\e703";
808
- }
809
- .icon-material-pause-circle-outline:before {
810
- content: "\e704";
811
- }
812
- .icon-material-people:before {
813
- content: "\e705";
814
- }
815
- .icon-material-person:before {
816
- content: "\e706";
817
- }
818
- .icon-material-person-add:before {
819
- content: "\e707";
820
- }
821
- .icon-material-person-location:before {
822
- content: "\e708";
823
- }
824
- .icon-material-person-outline:before {
825
- content: "\e709";
826
- }
827
- .icon-material-phone2:before {
828
- content: "\e70a";
829
- }
830
- .icon-material-phone:before {
831
- content: "\e70b";
832
- }
833
- .icon-material-phone-bluetooth-speaker:before {
834
- content: "\e70c";
835
- }
836
- .icon-material-phone-forwarded:before {
837
- content: "\e70d";
838
- }
839
- .icon-material-phone-in-talk:before {
840
- content: "\e70e";
841
- }
842
- .icon-material-phone-locked:before {
843
- content: "\e70f";
844
- }
845
- .icon-material-phone-missed:before {
846
- content: "\e710";
847
- }
848
- .icon-material-phone-paused:before {
849
- content: "\e711";
850
- }
851
- .icon-material-photo:before {
852
- content: "\e712";
853
- }
854
- .icon-material-photo-album:before {
855
- content: "\e713";
856
- }
857
- .icon-material-photo-library:before {
858
- content: "\e714";
859
- }
860
- .icon-material-place:before {
861
- content: "\e715";
862
- }
863
- .icon-material-play-arrow:before {
864
- content: "\e716";
865
- }
866
- .icon-material-play-circle-fill:before {
867
- content: "\e717";
868
- }
869
- .icon-material-play-circle-outline:before {
870
- content: "\e718";
871
- }
872
- .icon-material-play-download:before {
873
- content: "\e719";
874
- }
875
- .icon-material-play-install:before {
876
- content: "\e71a";
877
- }
878
- .icon-material-plus-one:before {
879
- content: "\e71b";
880
- }
881
- .icon-material-poll:before {
882
- content: "\e71c";
883
- }
884
- .icon-material-polymer:before {
885
- content: "\e71d";
886
- }
887
- .icon-material-portrait:before {
888
- content: "\e71e";
889
- }
890
- .icon-material-post-blogger:before {
891
- content: "\e71f";
892
- }
893
- .icon-material-post-facebook:before {
894
- content: "\e720";
895
- }
896
- .icon-material-post-gplus:before {
897
- content: "\e721";
898
- }
899
- .icon-material-post-instagram:before {
900
- content: "\e722";
901
- }
902
- .icon-material-post-linkedin:before {
903
- content: "\e723";
904
- }
905
- .icon-material-post-pinterest:before {
906
- content: "\e724";
907
- }
908
- .icon-material-post-tumblr:before {
909
- content: "\e725";
910
- }
911
- .icon-material-post-twitter:before {
912
- content: "\e726";
913
- }
914
- .icon-material-print:before {
915
- content: "\e727";
916
- }
917
- .icon-material-public:before {
918
- content: "\e728";
919
- }
920
- .icon-material-queue:before {
921
- content: "\e729";
922
- }
923
- .icon-material-radio-button-off:before {
924
- content: "\e72a";
925
- }
926
- .icon-material-radio-button-on:before {
927
- content: "\e72b";
928
- }
929
- .icon-material-receipt:before {
930
- content: "\e72c";
931
- }
932
- .icon-material-refresh:before {
933
- content: "\e72d";
934
- }
935
- .icon-material-reminder:before {
936
- content: "\e72e";
937
- }
938
- .icon-material-remove:before {
939
- content: "\e72f";
940
- font-size: 16%;
941
- }
942
- .icon-material-remove-circle:before {
943
- content: "\e730";
944
- }
945
- .icon-material-remove-circle-outline:before {
946
- content: "\e731";
947
- }
948
- .icon-material-replay:before {
949
- content: "\e732";
950
- }
951
- .icon-material-reply:before {
952
- content: "\e733";
953
- }
954
- .icon-material-reply-all:before {
955
- content: "\e734";
956
- }
957
- .icon-material-report:before {
958
- content: "\e735";
959
- }
960
- .icon-material-ring-volume:before {
961
- content: "\e736";
962
- }
963
- .icon-material-rotate-left:before {
964
- content: "\e737";
965
- }
966
- .icon-material-rotate-right:before {
967
- content: "\e738";
968
- }
969
- .icon-material-satellite:before {
970
- content: "\e739";
971
- }
972
- .icon-material-save:before {
973
- content: "\e73a";
974
- }
975
- .icon-material-schedule:before {
976
- content: "\e73b";
977
- }
978
- .icon-material-school:before {
979
- content: "\e73c";
980
- }
981
- .icon-material-screen-lock-landscape:before {
982
- content: "\e73d";
983
- }
984
- .icon-material-screen-lock-portrait:before {
985
- content: "\e73e";
986
- }
987
- .icon-material-screen-lock-rotation:before {
988
- content: "\e73f";
989
- }
990
- .icon-material-screen-rotation:before {
991
- content: "\e740";
992
- }
993
- .icon-material-sd-card:before {
994
- content: "\e741";
995
- }
996
- .icon-material-sd-storage:before {
997
- content: "\e742";
998
- }
999
- .icon-material-search:before {
1000
- content: "\e743";
1001
- }
1002
- .icon-material-select-all:before {
1003
- content: "\e744";
1004
- }
1005
- .icon-material-send:before {
1006
- content: "\e745";
1007
- }
1008
- .icon-material-settings:before {
1009
- content: "\e746";
1010
- }
1011
- .icon-material-settings-applications:before {
1012
- content: "\e747";
1013
- }
1014
- .icon-material-settings-bluetooth:before {
1015
- content: "\e748";
1016
- }
1017
- .icon-material-settings-cell:before {
1018
- content: "\e749";
1019
- }
1020
- .icon-material-settings-phone:before {
1021
- content: "\e74a";
1022
- }
1023
- .icon-material-settings-power:before {
1024
- content: "\e74b";
1025
- }
1026
- .icon-material-settings-voice:before {
1027
- content: "\e74c";
1028
- }
1029
- .icon-material-share:before {
1030
- content: "\e74d";
1031
- }
1032
- .icon-material-share-alt:before {
1033
- content: "\e74e";
1034
- }
1035
- .icon-material-shopping-basket:before {
1036
- content: "\e74f";
1037
- }
1038
- .icon-material-shopping-cart:before {
1039
- content: "\e750";
1040
- }
1041
- .icon-material-shuffle:before {
1042
- content: "\e751";
1043
- }
1044
- .icon-material-signal-cellular-1-bar:before {
1045
- content: "\e752";
1046
- }
1047
- .icon-material-signal-cellular-2-bar:before {
1048
- content: "\e753";
1049
- }
1050
- .icon-material-signal-cellular-3-bar:before {
1051
- content: "\e754";
1052
- }
1053
- .icon-material-signal-cellular-4-bar:before {
1054
- content: "\e755";
1055
- }
1056
- .icon-material-signal-wifi-1-bar:before {
1057
- content: "\e756";
1058
- }
1059
- .icon-material-signal-wifi-2-bar:before {
1060
- content: "\e757";
1061
- }
1062
- .icon-material-signal-wifi-3-bar:before {
1063
- content: "\e758";
1064
- }
1065
- .icon-material-signal-wifi-4-bar:before {
1066
- content: "\e759";
1067
- }
1068
- .icon-material-sim-card-alert:before {
1069
- content: "\e75a";
1070
- }
1071
- .icon-material-skip-next:before {
1072
- content: "\e75b";
1073
- }
1074
- .icon-material-skip-previous:before {
1075
- content: "\e75c";
1076
- }
1077
- .icon-material-slideshow:before {
1078
- content: "\e75d";
1079
- }
1080
- .icon-material-sms:before {
1081
- content: "\e75e";
1082
- }
1083
- .icon-material-sms-failed:before {
1084
- content: "\e75f";
1085
- }
1086
- .icon-material-sort:before {
1087
- content: "\e760";
1088
- }
1089
- .icon-material-speaker:before {
1090
- content: "\e761";
1091
- }
1092
- .icon-material-star:before {
1093
- content: "\e762";
1094
- }
1095
- .icon-material-star-half:before {
1096
- content: "\e763";
1097
- }
1098
- .icon-material-star-outline:before {
1099
- content: "\e764";
1100
- }
1101
- .icon-material-star-rate:before {
1102
- content: "\e765";
1103
- }
1104
- .icon-material-stop:before {
1105
- content: "\e766";
1106
- }
1107
- .icon-material-storage:before {
1108
- content: "\e767";
1109
- }
1110
- .icon-material-store:before {
1111
- content: "\e768";
1112
- }
1113
- .icon-material-swap-driving-apps:before {
1114
- content: "\e769";
1115
- }
1116
- .icon-material-swap-horiz:before {
1117
- content: "\e76a";
1118
- }
1119
- .icon-material-swap-vert:before {
1120
- content: "\e76b";
1121
- }
1122
- .icon-material-swap-vert-circle:before {
1123
- content: "\e76c";
1124
- }
1125
- .icon-material-switch-camera:before {
1126
- content: "\e76d";
1127
- }
1128
- .icon-material-switch-video:before {
1129
- content: "\e76e";
1130
- }
1131
- .icon-material-sync:before {
1132
- content: "\e76f";
1133
- }
1134
- .icon-material-sync-disabled:before {
1135
- content: "\e770";
1136
- }
1137
- .icon-material-sync-green:before {
1138
- content: "\e771";
1139
- }
1140
- .icon-material-sync-problem:before {
1141
- content: "\e772";
1142
- }
1143
- .icon-material-sync-problem-red:before {
1144
- content: "\e773";
1145
- }
1146
- .icon-material-system-update:before {
1147
- content: "\e774";
1148
- }
1149
- .icon-material-tab:before {
1150
- content: "\e775";
1151
- }
1152
- .icon-material-tablet:before {
1153
- content: "\e776";
1154
- }
1155
- .icon-material-tab-unselected:before {
1156
- content: "\e777";
1157
- }
1158
- .icon-material-tag-faces:before {
1159
- content: "\e778";
1160
- }
1161
- .icon-material-tap-and-play:before {
1162
- content: "\e779";
1163
- }
1164
- .icon-material-terrain:before {
1165
- content: "\e77a";
1166
- }
1167
- .icon-material-text-format:before {
1168
- content: "\e77b";
1169
- }
1170
- .icon-material-textsms:before {
1171
- content: "\e77c";
1172
- }
1173
- .icon-material-theaters:before {
1174
- content: "\e77d";
1175
- }
1176
- .icon-material-thumb-down:before {
1177
- content: "\e77e";
1178
- }
1179
- .icon-material-thumb-up:before {
1180
- content: "\e77f";
1181
- }
1182
- .icon-material-timelapse:before {
1183
- content: "\e780";
1184
- }
1185
- .icon-material-timer:before {
1186
- content: "\e781";
1187
- }
1188
- .icon-material-time-to-leave:before {
1189
- content: "\e782";
1190
- }
1191
- .icon-material-today:before {
1192
- content: "\e783";
1193
- }
1194
- .icon-material-traffic4:before {
1195
- content: "\e784";
1196
- }
1197
- .icon-material-translate:before {
1198
- content: "\e785";
1199
- }
1200
- .icon-material-tv:before {
1201
- content: "\e786";
1202
- }
1203
- .icon-material-undo:before {
1204
- content: "\e787";
1205
- }
1206
- .icon-material-unfold-less:before {
1207
- content: "\e788";
1208
- }
1209
- .icon-material-unfold-more:before {
1210
- content: "\e789";
1211
- }
1212
- .icon-material-unknown-1:before {
1213
- content: "\e78a";
1214
- }
1215
- .icon-material-unknown-2:before {
1216
- content: "\e78b";
1217
- }
1218
- .icon-material-unknown-3:before {
1219
- content: "\e78c";
1220
- }
1221
- .icon-material-unknown-4:before {
1222
- content: "\e78d";
1223
- }
1224
- .icon-material-unknown-5:before {
1225
- content: "\e78e";
1226
- }
1227
- .icon-material-unknown-6:before {
1228
- content: "\e78f";
1229
- }
1230
- .icon-material-unknown-7:before {
1231
- content: "\e790";
1232
- }
1233
- .icon-material-usb2:before {
1234
- content: "\e791";
1235
- }
1236
- .icon-material-usb:before {
1237
- content: "\e792";
1238
- }
1239
- .icon-material-vibration:before {
1240
- content: "\e793";
1241
- }
1242
- .icon-material-videocam:before {
1243
- content: "\e794";
1244
- }
1245
- .icon-material-videocam-off:before {
1246
- content: "\e795";
1247
- }
1248
- .icon-material-video-youtube:before {
1249
- content: "\e796";
1250
- }
1251
- .icon-material-view-array:before {
1252
- content: "\e797";
1253
- }
1254
- .icon-material-view-column:before {
1255
- content: "\e798";
1256
- }
1257
- .icon-material-view-headline:before {
1258
- content: "\e799";
1259
- }
1260
- .icon-material-view-list:before {
1261
- content: "\e79a";
1262
- }
1263
- .icon-material-view-module:before {
1264
- content: "\e79b";
1265
- }
1266
- .icon-material-view-quilt:before {
1267
- content: "\e79c";
1268
- }
1269
- .icon-material-view-stream:before {
1270
- content: "\e79d";
1271
- }
1272
- .icon-material-visibility:before {
1273
- content: "\e79e";
1274
- }
1275
- .icon-material-visibility-off:before {
1276
- content: "\e79f";
1277
- }
1278
- .icon-material-voice:before {
1279
- content: "\e7a0";
1280
- }
1281
- .icon-material-voicemail:before {
1282
- content: "\e7a1";
1283
- }
1284
- .icon-material-volume-down:before {
1285
- content: "\e7a2";
1286
- }
1287
- .icon-material-volume-mute:before {
1288
- content: "\e7a3";
1289
- }
1290
- .icon-material-volume-off:before {
1291
- content: "\e7a4";
1292
- }
1293
- .icon-material-volume-up:before {
1294
- content: "\e7a5";
1295
- }
1296
- .icon-material-vpn:before {
1297
- content: "\e7a6";
1298
- }
1299
- .icon-material-warning:before {
1300
- content: "\e7a7";
1301
- }
1302
- .icon-material-watch2:before {
1303
- content: "\e7a8";
1304
- }
1305
- .icon-material-wb-auto:before {
1306
- content: "\e7a9";
1307
- }
1308
- .icon-material-wb-cloudy:before {
1309
- content: "\e7aa";
1310
- }
1311
- .icon-material-wb-incandescent:before {
1312
- content: "\e7ab";
1313
- }
1314
- .icon-material-wb-irradescent:before {
1315
- content: "\e7ac";
1316
- }
1317
- .icon-material-wb-sunny2:before {
1318
- content: "\e7ad";
1319
- }
1320
- .icon-material-web2:before {
1321
- content: "\e7ae";
1322
- }
1323
- .icon-material-whatshot:before {
1324
- content: "\e7af";
1325
- }
1326
- .icon-material-wifi-tethering2:before {
1327
- content: "\e7b0";
1328
- }
1329
- .icon-material-wifi-tethering3:before {
1330
- content: "\e7b1";
1331
- }
1332
- .icon-material-work2:before {
1333
- content: "\e7b2";
1334
- }
1335
- .icon-material-call2:before {
1336
- content: "\e7b3";
1337
- }
1338
- .icon-material-call-end2:before {
1339
- content: "\e7b4";
1340
- }
1341
- .icon-material-call-made2:before {
1342
- content: "\e7b5";
1343
- }
1344
- .icon-material-call-merge2:before {
1345
- content: "\e7b6";
1346
- }
1347
- .icon-material-call-missed2:before {
1348
- content: "\e7b7";
1349
- }
1350
- .icon-material-call-received2:before {
1351
- content: "\e7b8";
1352
- }
1353
- .icon-material-call-split2:before {
1354
- content: "\e7b9";
1355
- }
1356
- .icon-material-chat2:before {
1357
- content: "\e7ba";
1358
- }
1359
- .icon-material-comment2:before {
1360
- content: "\e7bb";
1361
- }
1362
- .icon-material-dialpad2:before {
1363
- content: "\e7bc";
1364
- }
1365
- .icon-material-email3:before {
1366
- content: "\e7bd";
1367
- }
1368
- .icon-material-forum2:before {
1369
- content: "\e7be";
1370
- }
1371
- .icon-material-gmail3:before {
1372
- content: "\e7bf";
1373
- }
1374
- .icon-material-hangout3:before {
1375
- content: "\e7c0";
1376
- }
1377
- .icon-material-hangout-video2:before {
1378
- content: "\e7c1";
1379
- }
1380
- .icon-material-hangout-video-off2:before {
1381
- content: "\e7c2";
1382
- }
1383
- .icon-material-import-export2:before {
1384
- content: "\e7c3";
1385
- }
1386
- .icon-material-live-help2:before {
1387
- content: "\e7c4";
1388
- }
1389
- .icon-material-message2:before {
1390
- content: "\e7c5";
1391
- }
1392
- .icon-material-messenger2:before {
1393
- content: "\e7c6";
1394
- }
1395
- .icon-material-phone3:before {
1396
- content: "\e7c7";
1397
- }
1398
- .icon-material-ring-volume2:before {
1399
- content: "\e7c8";
1400
- }
1401
- .icon-material-textsms2:before {
1402
- content: "\e7c9";
1403
- }
1404
- .icon-material-voicemail2:before {
1405
- content: "\e7ca";
1406
- }
1407
- .icon-material-closed-caption2:before {
1408
- content: "\e7cb";
1409
- }
1410
- .icon-material-fast-forward2:before {
1411
- content: "\e7cc";
1412
- }
1413
- .icon-material-fast-rewind2:before {
1414
- content: "\e7cd";
1415
- }
1416
- .icon-material-games2:before {
1417
- content: "\e7ce";
1418
- }
1419
- .icon-material-high-quality2:before {
1420
- content: "\e7cf";
1421
- }
1422
- .icon-material-loop2:before {
1423
- content: "\e7d0";
1424
- }
1425
- .icon-material-mic2:before {
1426
- content: "\e7d1";
1427
- }
1428
- .icon-material-mic-none2:before {
1429
- content: "\e7d2";
1430
- }
1431
- .icon-material-mic-off2:before {
1432
- content: "\e7d3";
1433
- }
1434
- .icon-material-movie2:before {
1435
- content: "\e7d4";
1436
- }
1437
- .icon-material-news2:before {
1438
- content: "\e7d5";
1439
- }
1440
- .icon-material-pause2:before {
1441
- content: "\e7d6";
1442
- }
1443
- .icon-material-pause-circle-fill2:before {
1444
- content: "\e7d7";
1445
- }
1446
- .icon-material-pause-circle-outline2:before {
1447
- content: "\e7d8";
1448
- }
1449
- .icon-material-play-arrow2:before {
1450
- content: "\e7d9";
1451
- }
1452
- .icon-material-play-circle-fill2:before {
1453
- content: "\e7da";
1454
- }
1455
- .icon-material-play-circle-outline2:before {
1456
- content: "\e7db";
1457
- }
1458
- .icon-material-queue2:before {
1459
- content: "\e7dc";
1460
- }
1461
- .icon-material-replay2:before {
1462
- content: "\e7dd";
1463
- }
1464
- .icon-material-shuffle2:before {
1465
- content: "\e7de";
1466
- }
1467
- .icon-material-skip-next2:before {
1468
- content: "\e7df";
1469
- }
1470
- .icon-material-skip-previous2:before {
1471
- content: "\e7e0";
1472
- }
1473
- .icon-material-stop2:before {
1474
- content: "\e7e1";
1475
- }
1476
- .icon-material-videocam2:before {
1477
- content: "\e7e2";
1478
- }
1479
- .icon-material-videocam-off2:before {
1480
- content: "\e7e3";
1481
- }
1482
- .icon-material-video-youtube2:before {
1483
- content: "\e7e4";
1484
- }
1485
- .icon-material-volume-down2:before {
1486
- content: "\e7e5";
1487
- }
1488
- .icon-material-volume-mute2:before {
1489
- content: "\e7e6";
1490
- }
1491
- .icon-material-volume-off2:before {
1492
- content: "\e7e7";
1493
- }
1494
- .icon-material-volume-up2:before {
1495
- content: "\e7e8";
1496
- }
1497
- .icon-material-web22:before {
1498
- content: "\e7e9";
1499
- }