tabler_ui_rails 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (143) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +15 -3
  3. data/assets/javascripts/tabler_ui.js +0 -1
  4. data/assets/javascripts/vendors/bootstrap.bundle.min.js +7 -0
  5. data/assets/javascripts/vendors/chart.bundle.min.js +10 -0
  6. data/assets/javascripts/vendors/circle-progress.min.js +10 -0
  7. data/assets/javascripts/vendors/jquery-3.2.1.min.js +4 -0
  8. data/assets/javascripts/vendors/jquery-3.2.1.slim.min.js +4 -0
  9. data/assets/javascripts/vendors/jquery-jvectormap-2.0.3.min.js +2 -0
  10. data/assets/javascripts/vendors/jquery-jvectormap-de-merc.js +1 -0
  11. data/assets/javascripts/vendors/jquery-jvectormap-world-mill.js +1 -0
  12. data/assets/javascripts/vendors/jquery.sparkline.min.js +2 -0
  13. data/assets/javascripts/vendors/jquery.tablesorter.min.js +4 -0
  14. data/assets/javascripts/vendors/selectize.min.js +3829 -0
  15. data/assets/plugins/charts-c3/js/c3.min.js +1 -0
  16. data/assets/plugins/charts-c3/js/d3.v3.min.js +5 -0
  17. data/assets/plugins/charts-c3/plugin.js +10 -0
  18. data/assets/plugins/charts-c3/plugin.scss +2 -0
  19. data/assets/plugins/charts-c3/scss/_c3.scss +244 -0
  20. data/assets/plugins/fullcalendar/js/fullcalendar.min.js +7 -0
  21. data/assets/plugins/fullcalendar/js/moment.min.js +1 -0
  22. data/assets/plugins/fullcalendar/plugin.js +9 -0
  23. data/assets/plugins/fullcalendar/plugin.scss +2 -0
  24. data/assets/plugins/fullcalendar/scss/_fullcalendar.scss +1118 -0
  25. data/assets/plugins/iconfonts/fonts/materialdesignicons/materialdesignicons-webfont.eot +0 -0
  26. data/assets/plugins/iconfonts/fonts/materialdesignicons/materialdesignicons-webfont.svg +6150 -0
  27. data/assets/plugins/iconfonts/fonts/materialdesignicons/materialdesignicons-webfont.ttf +0 -0
  28. data/assets/plugins/iconfonts/fonts/materialdesignicons/materialdesignicons-webfont.woff +0 -0
  29. data/assets/plugins/iconfonts/fonts/materialdesignicons/materialdesignicons-webfont.woff2 +0 -0
  30. data/assets/plugins/iconfonts/fonts/simple-line-icons/Simple-Line-Icons.eot +0 -0
  31. data/assets/plugins/iconfonts/fonts/simple-line-icons/Simple-Line-Icons.svg +1 -0
  32. data/assets/plugins/iconfonts/fonts/simple-line-icons/Simple-Line-Icons.ttf +0 -0
  33. data/assets/plugins/iconfonts/fonts/simple-line-icons/Simple-Line-Icons.woff +0 -0
  34. data/assets/plugins/iconfonts/fonts/simple-line-icons/Simple-Line-Icons.woff2 +0 -0
  35. data/assets/plugins/iconfonts/fonts/themify/themify.eot +0 -0
  36. data/assets/plugins/iconfonts/fonts/themify/themify.svg +362 -0
  37. data/assets/plugins/iconfonts/fonts/themify/themify.ttf +0 -0
  38. data/assets/plugins/iconfonts/fonts/themify/themify.woff +0 -0
  39. data/assets/plugins/iconfonts/fonts/weathericons/weathericons-regular-webfont.eot +0 -0
  40. data/assets/plugins/iconfonts/fonts/weathericons/weathericons-regular-webfont.svg +1 -0
  41. data/assets/plugins/iconfonts/fonts/weathericons/weathericons-regular-webfont.ttf +0 -0
  42. data/assets/plugins/iconfonts/fonts/weathericons/weathericons-regular-webfont.woff +0 -0
  43. data/assets/plugins/iconfonts/fonts/weathericons/weathericons-regular-webfont.woff2 +0 -0
  44. data/assets/plugins/iconfonts/plugin.scss +4 -0
  45. data/assets/plugins/iconfonts/scss/_materialdesignicons.scss +8445 -0
  46. data/assets/plugins/iconfonts/scss/_simple-line-icons.scss +779 -0
  47. data/assets/plugins/iconfonts/scss/_themify.scss +1081 -0
  48. data/assets/plugins/iconfonts/scss/_weathericons.scss +1823 -0
  49. data/assets/plugins/input-mask/js/jquery.mask.min.js +19 -0
  50. data/assets/plugins/input-mask/plugin.js +8 -0
  51. data/assets/plugins/maps-google/plugin.js +0 -0
  52. data/assets/plugins/maps-google/plugin.scss +0 -0
  53. data/assets/plugins/prismjs/js/prism.pack.js +30 -0
  54. data/assets/plugins/prismjs/plugin.js +18 -0
  55. data/assets/plugins/prismjs/plugin.scss +227 -0
  56. data/assets/stylesheets/dashboard/_progress.scss +2 -2
  57. data/assets/stylesheets/dashboard/forms/_custom-selectgroup.scss +2 -3
  58. data/lib/tabler_ui_rails/engine.rb +1 -1
  59. data/lib/tabler_ui_rails/version.rb +2 -2
  60. metadata +72 -89
  61. data/assets/stylesheets/dashboard/bootstrap/_alert.scss +0 -51
  62. data/assets/stylesheets/dashboard/bootstrap/_badge.scss +0 -47
  63. data/assets/stylesheets/dashboard/bootstrap/_breadcrumb.scss +0 -38
  64. data/assets/stylesheets/dashboard/bootstrap/_button-group.scss +0 -166
  65. data/assets/stylesheets/dashboard/bootstrap/_buttons.scss +0 -143
  66. data/assets/stylesheets/dashboard/bootstrap/_card.scss +0 -299
  67. data/assets/stylesheets/dashboard/bootstrap/_carousel.scss +0 -235
  68. data/assets/stylesheets/dashboard/bootstrap/_close.scss +0 -34
  69. data/assets/stylesheets/dashboard/bootstrap/_code.scss +0 -56
  70. data/assets/stylesheets/dashboard/bootstrap/_custom-forms.scss +0 -420
  71. data/assets/stylesheets/dashboard/bootstrap/_dropdown.scss +0 -138
  72. data/assets/stylesheets/dashboard/bootstrap/_forms.scss +0 -335
  73. data/assets/stylesheets/dashboard/bootstrap/_functions.scss +0 -86
  74. data/assets/stylesheets/dashboard/bootstrap/_grid.scss +0 -52
  75. data/assets/stylesheets/dashboard/bootstrap/_images.scss +0 -42
  76. data/assets/stylesheets/dashboard/bootstrap/_input-group.scss +0 -159
  77. data/assets/stylesheets/dashboard/bootstrap/_jumbotron.scss +0 -16
  78. data/assets/stylesheets/dashboard/bootstrap/_list-group.scss +0 -115
  79. data/assets/stylesheets/dashboard/bootstrap/_media.scss +0 -8
  80. data/assets/stylesheets/dashboard/bootstrap/_mixins.scss +0 -42
  81. data/assets/stylesheets/dashboard/bootstrap/_modal.scss +0 -168
  82. data/assets/stylesheets/dashboard/bootstrap/_nav.scss +0 -118
  83. data/assets/stylesheets/dashboard/bootstrap/_navbar.scss +0 -311
  84. data/assets/stylesheets/dashboard/bootstrap/_pagination.scss +0 -78
  85. data/assets/stylesheets/dashboard/bootstrap/_popover.scss +0 -183
  86. data/assets/stylesheets/dashboard/bootstrap/_print.scss +0 -124
  87. data/assets/stylesheets/dashboard/bootstrap/_progress.scss +0 -34
  88. data/assets/stylesheets/dashboard/bootstrap/_reboot.scss +0 -482
  89. data/assets/stylesheets/dashboard/bootstrap/_root.scss +0 -19
  90. data/assets/stylesheets/dashboard/bootstrap/_tables.scss +0 -188
  91. data/assets/stylesheets/dashboard/bootstrap/_tooltip.scss +0 -115
  92. data/assets/stylesheets/dashboard/bootstrap/_transitions.scss +0 -36
  93. data/assets/stylesheets/dashboard/bootstrap/_type.scss +0 -125
  94. data/assets/stylesheets/dashboard/bootstrap/_utilities.scss +0 -14
  95. data/assets/stylesheets/dashboard/bootstrap/_variables.scss +0 -919
  96. data/assets/stylesheets/dashboard/bootstrap/bootstrap-grid.scss +0 -32
  97. data/assets/stylesheets/dashboard/bootstrap/bootstrap-reboot.scss +0 -12
  98. data/assets/stylesheets/dashboard/bootstrap/bootstrap.scss +0 -42
  99. data/assets/stylesheets/dashboard/bootstrap/mixins/_alert.scss +0 -13
  100. data/assets/stylesheets/dashboard/bootstrap/mixins/_background-variant.scss +0 -21
  101. data/assets/stylesheets/dashboard/bootstrap/mixins/_badge.scss +0 -12
  102. data/assets/stylesheets/dashboard/bootstrap/mixins/_border-radius.scss +0 -35
  103. data/assets/stylesheets/dashboard/bootstrap/mixins/_box-shadow.scss +0 -5
  104. data/assets/stylesheets/dashboard/bootstrap/mixins/_breakpoints.scss +0 -123
  105. data/assets/stylesheets/dashboard/bootstrap/mixins/_buttons.scss +0 -109
  106. data/assets/stylesheets/dashboard/bootstrap/mixins/_caret.scss +0 -65
  107. data/assets/stylesheets/dashboard/bootstrap/mixins/_clearfix.scss +0 -7
  108. data/assets/stylesheets/dashboard/bootstrap/mixins/_float.scss +0 -11
  109. data/assets/stylesheets/dashboard/bootstrap/mixins/_forms.scss +0 -137
  110. data/assets/stylesheets/dashboard/bootstrap/mixins/_gradients.scss +0 -45
  111. data/assets/stylesheets/dashboard/bootstrap/mixins/_grid-framework.scss +0 -67
  112. data/assets/stylesheets/dashboard/bootstrap/mixins/_grid.scss +0 -52
  113. data/assets/stylesheets/dashboard/bootstrap/mixins/_hover.scss +0 -37
  114. data/assets/stylesheets/dashboard/bootstrap/mixins/_image.scss +0 -36
  115. data/assets/stylesheets/dashboard/bootstrap/mixins/_list-group.scss +0 -21
  116. data/assets/stylesheets/dashboard/bootstrap/mixins/_lists.scss +0 -7
  117. data/assets/stylesheets/dashboard/bootstrap/mixins/_nav-divider.scss +0 -10
  118. data/assets/stylesheets/dashboard/bootstrap/mixins/_navbar-align.scss +0 -10
  119. data/assets/stylesheets/dashboard/bootstrap/mixins/_pagination.scss +0 -22
  120. data/assets/stylesheets/dashboard/bootstrap/mixins/_reset-text.scss +0 -17
  121. data/assets/stylesheets/dashboard/bootstrap/mixins/_resize.scss +0 -6
  122. data/assets/stylesheets/dashboard/bootstrap/mixins/_screen-reader.scss +0 -33
  123. data/assets/stylesheets/dashboard/bootstrap/mixins/_size.scss +0 -6
  124. data/assets/stylesheets/dashboard/bootstrap/mixins/_table-row.scss +0 -30
  125. data/assets/stylesheets/dashboard/bootstrap/mixins/_text-emphasis.scss +0 -14
  126. data/assets/stylesheets/dashboard/bootstrap/mixins/_text-hide.scss +0 -9
  127. data/assets/stylesheets/dashboard/bootstrap/mixins/_text-truncate.scss +0 -8
  128. data/assets/stylesheets/dashboard/bootstrap/mixins/_transition.scss +0 -9
  129. data/assets/stylesheets/dashboard/bootstrap/mixins/_visibility.scss +0 -7
  130. data/assets/stylesheets/dashboard/bootstrap/utilities/_align.scss +0 -8
  131. data/assets/stylesheets/dashboard/bootstrap/utilities/_background.scss +0 -19
  132. data/assets/stylesheets/dashboard/bootstrap/utilities/_borders.scss +0 -59
  133. data/assets/stylesheets/dashboard/bootstrap/utilities/_clearfix.scss +0 -3
  134. data/assets/stylesheets/dashboard/bootstrap/utilities/_display.scss +0 -38
  135. data/assets/stylesheets/dashboard/bootstrap/utilities/_embed.scss +0 -52
  136. data/assets/stylesheets/dashboard/bootstrap/utilities/_flex.scss +0 -47
  137. data/assets/stylesheets/dashboard/bootstrap/utilities/_float.scss +0 -9
  138. data/assets/stylesheets/dashboard/bootstrap/utilities/_position.scss +0 -37
  139. data/assets/stylesheets/dashboard/bootstrap/utilities/_screenreaders.scss +0 -11
  140. data/assets/stylesheets/dashboard/bootstrap/utilities/_sizing.scss +0 -12
  141. data/assets/stylesheets/dashboard/bootstrap/utilities/_spacing.scss +0 -51
  142. data/assets/stylesheets/dashboard/bootstrap/utilities/_text.scss +0 -52
  143. data/assets/stylesheets/dashboard/bootstrap/utilities/_visibility.scss +0 -11
@@ -0,0 +1,779 @@
1
+ @font-face {
2
+ font-family: 'simple-line-icons';
3
+ src: url('fonts/simple-line-icons/Simple-Line-Icons.eot?v=2.4.0');
4
+ src: url('fonts/simple-line-icons/Simple-Line-Icons.eot?v=2.4.0#iefix') format('embedded-opentype'),
5
+ url('fonts/simple-line-icons/Simple-Line-Icons.woff2?v=2.4.0') format('woff2'),
6
+ url('fonts/simple-line-icons/Simple-Line-Icons.ttf?v=2.4.0') format('truetype'),
7
+ url('fonts/simple-line-icons/Simple-Line-Icons.woff?v=2.4.0') format('woff'),
8
+ url('fonts/simple-line-icons/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons') format('svg');
9
+ font-weight: normal;
10
+ font-style: normal;
11
+ }
12
+
13
+ .si {
14
+ font-family: 'simple-line-icons';
15
+ speak: none;
16
+ font-style: normal;
17
+ font-weight: normal;
18
+ font-variant: normal;
19
+ text-transform: none;
20
+ line-height: 1;
21
+ -webkit-font-smoothing: antialiased;
22
+ -moz-osx-font-smoothing: grayscale;
23
+ }
24
+
25
+ .si-user:before {
26
+ content: "\e005";
27
+ }
28
+
29
+ .si-people:before {
30
+ content: "\e001";
31
+ }
32
+
33
+ .si-user-female:before {
34
+ content: "\e000";
35
+ }
36
+
37
+ .si-user-follow:before {
38
+ content: "\e002";
39
+ }
40
+
41
+ .si-user-following:before {
42
+ content: "\e003";
43
+ }
44
+
45
+ .si-user-unfollow:before {
46
+ content: "\e004";
47
+ }
48
+
49
+ .si-login:before {
50
+ content: "\e066";
51
+ }
52
+
53
+ .si-logout:before {
54
+ content: "\e065";
55
+ }
56
+
57
+ .si-emotsmile:before {
58
+ content: "\e021";
59
+ }
60
+
61
+ .si-phone:before {
62
+ content: "\e600";
63
+ }
64
+
65
+ .si-call-end:before {
66
+ content: "\e048";
67
+ }
68
+
69
+ .si-call-in:before {
70
+ content: "\e047";
71
+ }
72
+
73
+ .si-call-out:before {
74
+ content: "\e046";
75
+ }
76
+
77
+ .si-map:before {
78
+ content: "\e033";
79
+ }
80
+
81
+ .si-location-pin:before {
82
+ content: "\e096";
83
+ }
84
+
85
+ .si-direction:before {
86
+ content: "\e042";
87
+ }
88
+
89
+ .si-directions:before {
90
+ content: "\e041";
91
+ }
92
+
93
+ .si-compass:before {
94
+ content: "\e045";
95
+ }
96
+
97
+ .si-layers:before {
98
+ content: "\e034";
99
+ }
100
+
101
+ .si-menu:before {
102
+ content: "\e601";
103
+ }
104
+
105
+ .si-list:before {
106
+ content: "\e067";
107
+ }
108
+
109
+ .si-options-vertical:before {
110
+ content: "\e602";
111
+ }
112
+
113
+ .si-options:before {
114
+ content: "\e603";
115
+ }
116
+
117
+ .si-arrow-down:before {
118
+ content: "\e604";
119
+ }
120
+
121
+ .si-arrow-left:before {
122
+ content: "\e605";
123
+ }
124
+
125
+ .si-arrow-right:before {
126
+ content: "\e606";
127
+ }
128
+
129
+ .si-arrow-up:before {
130
+ content: "\e607";
131
+ }
132
+
133
+ .si-arrow-up-circle:before {
134
+ content: "\e078";
135
+ }
136
+
137
+ .si-arrow-left-circle:before {
138
+ content: "\e07a";
139
+ }
140
+
141
+ .si-arrow-right-circle:before {
142
+ content: "\e079";
143
+ }
144
+
145
+ .si-arrow-down-circle:before {
146
+ content: "\e07b";
147
+ }
148
+
149
+ .si-check:before {
150
+ content: "\e080";
151
+ }
152
+
153
+ .si-clock:before {
154
+ content: "\e081";
155
+ }
156
+
157
+ .si-plus:before {
158
+ content: "\e095";
159
+ }
160
+
161
+ .si-minus:before {
162
+ content: "\e615";
163
+ }
164
+
165
+ .si-close:before {
166
+ content: "\e082";
167
+ }
168
+
169
+ .si-event:before {
170
+ content: "\e619";
171
+ }
172
+
173
+ .si-exclamation:before {
174
+ content: "\e617";
175
+ }
176
+
177
+ .si-organization:before {
178
+ content: "\e616";
179
+ }
180
+
181
+ .si-trophy:before {
182
+ content: "\e006";
183
+ }
184
+
185
+ .si-screen-smartphone:before {
186
+ content: "\e010";
187
+ }
188
+
189
+ .si-screen-desktop:before {
190
+ content: "\e011";
191
+ }
192
+
193
+ .si-plane:before {
194
+ content: "\e012";
195
+ }
196
+
197
+ .si-notebook:before {
198
+ content: "\e013";
199
+ }
200
+
201
+ .si-mustache:before {
202
+ content: "\e014";
203
+ }
204
+
205
+ .si-mouse:before {
206
+ content: "\e015";
207
+ }
208
+
209
+ .si-magnet:before {
210
+ content: "\e016";
211
+ }
212
+
213
+ .si-energy:before {
214
+ content: "\e020";
215
+ }
216
+
217
+ .si-disc:before {
218
+ content: "\e022";
219
+ }
220
+
221
+ .si-cursor:before {
222
+ content: "\e06e";
223
+ }
224
+
225
+ .si-cursor-move:before {
226
+ content: "\e023";
227
+ }
228
+
229
+ .si-crop:before {
230
+ content: "\e024";
231
+ }
232
+
233
+ .si-chemistry:before {
234
+ content: "\e026";
235
+ }
236
+
237
+ .si-speedometer:before {
238
+ content: "\e007";
239
+ }
240
+
241
+ .si-shield:before {
242
+ content: "\e00e";
243
+ }
244
+
245
+ .si-screen-tablet:before {
246
+ content: "\e00f";
247
+ }
248
+
249
+ .si-magic-wand:before {
250
+ content: "\e017";
251
+ }
252
+
253
+ .si-hourglass:before {
254
+ content: "\e018";
255
+ }
256
+
257
+ .si-graduation:before {
258
+ content: "\e019";
259
+ }
260
+
261
+ .si-ghost:before {
262
+ content: "\e01a";
263
+ }
264
+
265
+ .si-game-controller:before {
266
+ content: "\e01b";
267
+ }
268
+
269
+ .si-fire:before {
270
+ content: "\e01c";
271
+ }
272
+
273
+ .si-eyeglass:before {
274
+ content: "\e01d";
275
+ }
276
+
277
+ .si-envelope-open:before {
278
+ content: "\e01e";
279
+ }
280
+
281
+ .si-envelope-letter:before {
282
+ content: "\e01f";
283
+ }
284
+
285
+ .si-bell:before {
286
+ content: "\e027";
287
+ }
288
+
289
+ .si-badge:before {
290
+ content: "\e028";
291
+ }
292
+
293
+ .si-anchor:before {
294
+ content: "\e029";
295
+ }
296
+
297
+ .si-wallet:before {
298
+ content: "\e02a";
299
+ }
300
+
301
+ .si-vector:before {
302
+ content: "\e02b";
303
+ }
304
+
305
+ .si-speech:before {
306
+ content: "\e02c";
307
+ }
308
+
309
+ .si-puzzle:before {
310
+ content: "\e02d";
311
+ }
312
+
313
+ .si-printer:before {
314
+ content: "\e02e";
315
+ }
316
+
317
+ .si-present:before {
318
+ content: "\e02f";
319
+ }
320
+
321
+ .si-playlist:before {
322
+ content: "\e030";
323
+ }
324
+
325
+ .si-pin:before {
326
+ content: "\e031";
327
+ }
328
+
329
+ .si-picture:before {
330
+ content: "\e032";
331
+ }
332
+
333
+ .si-handbag:before {
334
+ content: "\e035";
335
+ }
336
+
337
+ .si-globe-alt:before {
338
+ content: "\e036";
339
+ }
340
+
341
+ .si-globe:before {
342
+ content: "\e037";
343
+ }
344
+
345
+ .si-folder-alt:before {
346
+ content: "\e039";
347
+ }
348
+
349
+ .si-folder:before {
350
+ content: "\e089";
351
+ }
352
+
353
+ .si-film:before {
354
+ content: "\e03a";
355
+ }
356
+
357
+ .si-feed:before {
358
+ content: "\e03b";
359
+ }
360
+
361
+ .si-drop:before {
362
+ content: "\e03e";
363
+ }
364
+
365
+ .si-drawer:before {
366
+ content: "\e03f";
367
+ }
368
+
369
+ .si-docs:before {
370
+ content: "\e040";
371
+ }
372
+
373
+ .si-doc:before {
374
+ content: "\e085";
375
+ }
376
+
377
+ .si-diamond:before {
378
+ content: "\e043";
379
+ }
380
+
381
+ .si-cup:before {
382
+ content: "\e044";
383
+ }
384
+
385
+ .si-calculator:before {
386
+ content: "\e049";
387
+ }
388
+
389
+ .si-bubbles:before {
390
+ content: "\e04a";
391
+ }
392
+
393
+ .si-briefcase:before {
394
+ content: "\e04b";
395
+ }
396
+
397
+ .si-book-open:before {
398
+ content: "\e04c";
399
+ }
400
+
401
+ .si-basket-loaded:before {
402
+ content: "\e04d";
403
+ }
404
+
405
+ .si-basket:before {
406
+ content: "\e04e";
407
+ }
408
+
409
+ .si-bag:before {
410
+ content: "\e04f";
411
+ }
412
+
413
+ .si-action-undo:before {
414
+ content: "\e050";
415
+ }
416
+
417
+ .si-action-redo:before {
418
+ content: "\e051";
419
+ }
420
+
421
+ .si-wrench:before {
422
+ content: "\e052";
423
+ }
424
+
425
+ .si-umbrella:before {
426
+ content: "\e053";
427
+ }
428
+
429
+ .si-trash:before {
430
+ content: "\e054";
431
+ }
432
+
433
+ .si-tag:before {
434
+ content: "\e055";
435
+ }
436
+
437
+ .si-support:before {
438
+ content: "\e056";
439
+ }
440
+
441
+ .si-frame:before {
442
+ content: "\e038";
443
+ }
444
+
445
+ .si-size-fullscreen:before {
446
+ content: "\e057";
447
+ }
448
+
449
+ .si-size-actual:before {
450
+ content: "\e058";
451
+ }
452
+
453
+ .si-shuffle:before {
454
+ content: "\e059";
455
+ }
456
+
457
+ .si-share-alt:before {
458
+ content: "\e05a";
459
+ }
460
+
461
+ .si-share:before {
462
+ content: "\e05b";
463
+ }
464
+
465
+ .si-rocket:before {
466
+ content: "\e05c";
467
+ }
468
+
469
+ .si-question:before {
470
+ content: "\e05d";
471
+ }
472
+
473
+ .si-pie-chart:before {
474
+ content: "\e05e";
475
+ }
476
+
477
+ .si-pencil:before {
478
+ content: "\e05f";
479
+ }
480
+
481
+ .si-note:before {
482
+ content: "\e060";
483
+ }
484
+
485
+ .si-loop:before {
486
+ content: "\e064";
487
+ }
488
+
489
+ .si-home:before {
490
+ content: "\e069";
491
+ }
492
+
493
+ .si-grid:before {
494
+ content: "\e06a";
495
+ }
496
+
497
+ .si-graph:before {
498
+ content: "\e06b";
499
+ }
500
+
501
+ .si-microphone:before {
502
+ content: "\e063";
503
+ }
504
+
505
+ .si-music-tone-alt:before {
506
+ content: "\e061";
507
+ }
508
+
509
+ .si-music-tone:before {
510
+ content: "\e062";
511
+ }
512
+
513
+ .si-earphones-alt:before {
514
+ content: "\e03c";
515
+ }
516
+
517
+ .si-earphones:before {
518
+ content: "\e03d";
519
+ }
520
+
521
+ .si-equalizer:before {
522
+ content: "\e06c";
523
+ }
524
+
525
+ .si-like:before {
526
+ content: "\e068";
527
+ }
528
+
529
+ .si-dislike:before {
530
+ content: "\e06d";
531
+ }
532
+
533
+ .si-control-start:before {
534
+ content: "\e06f";
535
+ }
536
+
537
+ .si-control-rewind:before {
538
+ content: "\e070";
539
+ }
540
+
541
+ .si-control-play:before {
542
+ content: "\e071";
543
+ }
544
+
545
+ .si-control-pause:before {
546
+ content: "\e072";
547
+ }
548
+
549
+ .si-control-forward:before {
550
+ content: "\e073";
551
+ }
552
+
553
+ .si-control-end:before {
554
+ content: "\e074";
555
+ }
556
+
557
+ .si-volume-1:before {
558
+ content: "\e09f";
559
+ }
560
+
561
+ .si-volume-2:before {
562
+ content: "\e0a0";
563
+ }
564
+
565
+ .si-volume-off:before {
566
+ content: "\e0a1";
567
+ }
568
+
569
+ .si-calendar:before {
570
+ content: "\e075";
571
+ }
572
+
573
+ .si-bulb:before {
574
+ content: "\e076";
575
+ }
576
+
577
+ .si-chart:before {
578
+ content: "\e077";
579
+ }
580
+
581
+ .si-ban:before {
582
+ content: "\e07c";
583
+ }
584
+
585
+ .si-bubble:before {
586
+ content: "\e07d";
587
+ }
588
+
589
+ .si-camrecorder:before {
590
+ content: "\e07e";
591
+ }
592
+
593
+ .si-camera:before {
594
+ content: "\e07f";
595
+ }
596
+
597
+ .si-cloud-download:before {
598
+ content: "\e083";
599
+ }
600
+
601
+ .si-cloud-upload:before {
602
+ content: "\e084";
603
+ }
604
+
605
+ .si-envelope:before {
606
+ content: "\e086";
607
+ }
608
+
609
+ .si-eye:before {
610
+ content: "\e087";
611
+ }
612
+
613
+ .si-flag:before {
614
+ content: "\e088";
615
+ }
616
+
617
+ .si-heart:before {
618
+ content: "\e08a";
619
+ }
620
+
621
+ .si-info:before {
622
+ content: "\e08b";
623
+ }
624
+
625
+ .si-key:before {
626
+ content: "\e08c";
627
+ }
628
+
629
+ .si-link:before {
630
+ content: "\e08d";
631
+ }
632
+
633
+ .si-lock:before {
634
+ content: "\e08e";
635
+ }
636
+
637
+ .si-lock-open:before {
638
+ content: "\e08f";
639
+ }
640
+
641
+ .si-magnifier:before {
642
+ content: "\e090";
643
+ }
644
+
645
+ .si-magnifier-add:before {
646
+ content: "\e091";
647
+ }
648
+
649
+ .si-magnifier-remove:before {
650
+ content: "\e092";
651
+ }
652
+
653
+ .si-paper-clip:before {
654
+ content: "\e093";
655
+ }
656
+
657
+ .si-paper-plane:before {
658
+ content: "\e094";
659
+ }
660
+
661
+ .si-power:before {
662
+ content: "\e097";
663
+ }
664
+
665
+ .si-refresh:before {
666
+ content: "\e098";
667
+ }
668
+
669
+ .si-reload:before {
670
+ content: "\e099";
671
+ }
672
+
673
+ .si-settings:before {
674
+ content: "\e09a";
675
+ }
676
+
677
+ .si-star:before {
678
+ content: "\e09b";
679
+ }
680
+
681
+ .si-symbol-female:before {
682
+ content: "\e09c";
683
+ }
684
+
685
+ .si-symbol-male:before {
686
+ content: "\e09d";
687
+ }
688
+
689
+ .si-target:before {
690
+ content: "\e09e";
691
+ }
692
+
693
+ .si-credit-card:before {
694
+ content: "\e025";
695
+ }
696
+
697
+ .si-paypal:before {
698
+ content: "\e608";
699
+ }
700
+
701
+ .si-social-tumblr:before {
702
+ content: "\e00a";
703
+ }
704
+
705
+ .si-social-twitter:before {
706
+ content: "\e009";
707
+ }
708
+
709
+ .si-social-facebook:before {
710
+ content: "\e00b";
711
+ }
712
+
713
+ .si-social-instagram:before {
714
+ content: "\e609";
715
+ }
716
+
717
+ .si-social-linkedin:before {
718
+ content: "\e60a";
719
+ }
720
+
721
+ .si-social-pinterest:before {
722
+ content: "\e60b";
723
+ }
724
+
725
+ .si-social-github:before {
726
+ content: "\e60c";
727
+ }
728
+
729
+ .si-social-google:before {
730
+ content: "\e60d";
731
+ }
732
+
733
+ .si-social-reddit:before {
734
+ content: "\e60e";
735
+ }
736
+
737
+ .si-social-skype:before {
738
+ content: "\e60f";
739
+ }
740
+
741
+ .si-social-dribbble:before {
742
+ content: "\e00d";
743
+ }
744
+
745
+ .si-social-behance:before {
746
+ content: "\e610";
747
+ }
748
+
749
+ .si-social-foursqare:before {
750
+ content: "\e611";
751
+ }
752
+
753
+ .si-social-soundcloud:before {
754
+ content: "\e612";
755
+ }
756
+
757
+ .si-social-spotify:before {
758
+ content: "\e613";
759
+ }
760
+
761
+ .si-social-stumbleupon:before {
762
+ content: "\e614";
763
+ }
764
+
765
+ .si-social-youtube:before {
766
+ content: "\e008";
767
+ }
768
+
769
+ .si-social-dropbox:before {
770
+ content: "\e00c";
771
+ }
772
+
773
+ .si-social-vkontakte:before {
774
+ content: "\e618";
775
+ }
776
+
777
+ .si-social-steam:before {
778
+ content: "\e620";
779
+ }