@vixcom/ui 1.1.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (170) hide show
  1. package/{js → dist/js}/bootstrap.min.js +6 -6
  2. package/{js → dist/js}/jquery.min.js +3 -3
  3. package/{js → dist/js}/lodash.min.js +138 -138
  4. package/{js → dist/js}/mdb.min.js +15410 -15410
  5. package/{js → dist/js}/owl.carousel.min.js +6 -6
  6. package/firebase.json +54 -54
  7. package/http-server.sh +3 -3
  8. package/package.json +6 -5
  9. package/src/assets/img/default.png +0 -0
  10. package/src/assets/img/favicon.png +0 -0
  11. package/src/assets/img/icon.png +0 -0
  12. package/src/assets/img/logo.dark.png +0 -0
  13. package/src/assets/img/logo.png +0 -0
  14. package/src/assets/img/logo.white.png +0 -0
  15. package/{css → src/css}/animations.css +2 -3
  16. package/src/css/animations.css.map +1 -0
  17. package/{css → src/css}/app.css +22 -30
  18. package/src/css/app.css.map +1 -0
  19. package/{css → src/css}/colors.css +495 -491
  20. package/src/css/colors.css.map +1 -0
  21. package/src/css/external/bootstrap-grid.css +4055 -0
  22. package/src/css/external/bootstrap-grid.css.map +1 -0
  23. package/src/css/external/bootstrap.css +9582 -0
  24. package/src/css/external/bootstrap.css.map +1 -0
  25. package/src/css/external/mdb.css +8811 -0
  26. package/src/css/external/mdb.css.map +1 -0
  27. package/src/css/external/owl-carousel.css +218 -0
  28. package/src/css/external/owl-carousel.css.map +1 -0
  29. package/src/css/external/tailwindcss.css +3 -0
  30. package/src/css/external/tailwindcss.css.map +1 -0
  31. package/{css → src/css}/helper/primefaces.css +0 -1
  32. package/{css → src/css}/helper/primefaces.css.map +1 -1
  33. package/src/css/icons/external/bootstrap.icons.css +5502 -0
  34. package/src/css/icons/external/bootstrap.icons.css.map +1 -0
  35. package/src/css/icons/external/fontawesome.icons.css +6122 -0
  36. package/src/css/icons/external/fontawesome.icons.css.map +1 -0
  37. package/src/css/icons/external/material-design.icons.css +5727 -0
  38. package/src/css/icons/external/material-design.icons.css.map +1 -0
  39. package/src/css/icons/external/themify.icons.css +1428 -0
  40. package/src/css/icons/external/themify.icons.css.map +1 -0
  41. package/{css → src/css}/index.css +2 -3
  42. package/src/css/index.css.map +1 -0
  43. package/src/css/main.css.map +1 -0
  44. package/src/css/menu.css +573 -0
  45. package/src/css/menu.css.map +1 -0
  46. package/{css → src/css}/polyfills.css +0 -1
  47. package/src/css/polyfills.css.map +1 -0
  48. package/{css → src/css}/sizes.css +0 -1436
  49. package/src/css/sizes.css.map +1 -0
  50. package/{css → src/css}/variables.css +39 -39
  51. package/src/fonts/MontessoriScript.ttf +0 -0
  52. package/src/fonts/Montserrat-Bold.ttf +0 -0
  53. package/src/fonts/Montserrat-Regular.ttf +0 -0
  54. package/src/fonts/NotoSans-Bold.ttf +0 -0
  55. package/src/fonts/Roboto-Bold.ttf +0 -0
  56. package/src/fonts/Roboto-Regular.ttf +0 -0
  57. package/src/fonts/bootstrap-icons.woff +0 -0
  58. package/src/fonts/fa-brands.woff +0 -0
  59. package/src/fonts/fa-regular.woff +0 -0
  60. package/src/fonts/fa-solid.woff +0 -0
  61. package/src/fonts/material-design-icons.ttf +0 -0
  62. package/{index.html → src/index.html} +205 -205
  63. package/src/js/axios.min.js +3 -0
  64. package/src/js/bootstrap.min.js +7 -0
  65. package/{pages/tier-1/scripts → src/js}/jquery.min.js +3 -3
  66. package/src/js/lodash.min.js +139 -0
  67. package/src/js/mdb.min.js +15411 -0
  68. package/src/js/owl.carousel.min.js +7 -0
  69. package/src/js/rapidoc-min.js +4 -0
  70. package/{pages/tier-1/scripts → src/js}/sidebar.min.js +49 -49
  71. package/{pages/error/index.html → src/pages/404.html} +31 -31
  72. package/{pages/sidemenu/index.html → src/pages/sidemenu/flex.html} +35 -35
  73. package/src/pages/sidemenu/grid.html +58 -0
  74. package/{pages/tier-2 → src/pages/tier-1}/LICENSE +201 -201
  75. package/{pages → src/pages}/tier-1/index.html +73 -73
  76. package/{pages/tier-2 → src/pages/tier-1}/scripts/jquery.min.js +3 -3
  77. package/src/pages/tier-1/scripts/sidebar.min.js +50 -0
  78. package/{pages/tier-2 → src/pages/tier-1}/styles/bootstrap.css +9494 -9494
  79. package/{pages/tier-2 → src/pages/tier-1}/styles/color.css +27 -27
  80. package/{pages → src/pages}/tier-1/styles/layout.css +32 -32
  81. package/{pages/tier-2 → src/pages/tier-1}/styles/mdb.css +9656 -9656
  82. package/{pages → src/pages}/tier-1/styles/page.css +25 -25
  83. package/{pages → src/pages}/tier-1/styles/sidebar.css +192 -192
  84. package/{pages/tier-2 → src/pages/tier-1}/styles/themify.css +1427 -1427
  85. package/{pages/tier-1 → src/pages/tier-2}/LICENSE +201 -201
  86. package/{pages → src/pages}/tier-2/index.html +64 -64
  87. package/src/pages/tier-2/scripts/jquery.min.js +4 -0
  88. package/{pages → src/pages}/tier-2/scripts/sidebar.min.js +49 -49
  89. package/{pages/tier-1 → src/pages/tier-2}/styles/bootstrap.css +9494 -9494
  90. package/{pages/tier-1 → src/pages/tier-2}/styles/color.css +27 -27
  91. package/{pages → src/pages}/tier-2/styles/layout.css +42 -42
  92. package/{pages/tier-1 → src/pages/tier-2}/styles/mdb.css +9656 -9656
  93. package/{pages → src/pages}/tier-2/styles/page.css +25 -25
  94. package/{pages → src/pages}/tier-2/styles/sidebar.css +192 -192
  95. package/{pages/tier-1 → src/pages/tier-2}/styles/themify.css +1427 -1427
  96. package/src/styles/_mixins.scss +445 -0
  97. package/{styles → src/styles}/animations.scss +190 -190
  98. package/{styles → src/styles}/app.scss +2015 -2020
  99. package/{styles → src/styles}/colors.scss +118 -117
  100. package/{css → src/styles}/external/bootstrap.css +10307 -10307
  101. package/{css → src/styles}/external/mdb.css +9444 -9444
  102. package/{css → src/styles}/external/owl-carousel.css +217 -217
  103. package/src/styles/external/tailwindcss.css +0 -0
  104. package/{styles → src/styles}/fonts.scss +16 -16
  105. package/{styles → src/styles}/grid.scss +3 -3
  106. package/{styles → src/styles}/helper/owl.carousel.scss +91 -91
  107. package/{styles → src/styles}/helper/primefaces.scss +373 -373
  108. package/{styles → src/styles}/helper/tailwindcss.scss +3 -3
  109. package/{styles → src/styles}/index.scss +25 -25
  110. package/{styles → src/styles}/menu.scss +621 -566
  111. package/{styles → src/styles}/polyfills.scss +8 -8
  112. package/{styles → src/styles}/sizes.scss +195 -191
  113. package/{styles → src/styles}/variables.scss +30 -30
  114. package/tailwind.config.js +23 -0
  115. package/.firebaserc +0 -17
  116. package/.github/release-please.yml +0 -2
  117. package/.github/workflows/deploy-prod.yml +0 -26
  118. package/.pnpm-debug.log +0 -19
  119. package/css/animations.css.map +0 -1
  120. package/css/app.css.map +0 -1
  121. package/css/colors.css.map +0 -1
  122. package/css/helper/primefaces.org.css.map +0 -1
  123. package/css/index.css.map +0 -1
  124. package/css/menu.css +0 -556
  125. package/css/menu.css.map +0 -1
  126. package/css/polyfills.css.map +0 -1
  127. package/css/sidebar.css.map +0 -1
  128. package/css/sizes.css.map +0 -1
  129. package/styles/_mixins.scss +0 -309
  130. package/test.http +0 -14
  131. /package/{assets → dist/assets}/img/favicon.png +0 -0
  132. /package/{assets → dist/assets}/img/icon.png +0 -0
  133. /package/{fonts → dist/fonts}/MontessoriScript.ttf +0 -0
  134. /package/{fonts → dist/fonts}/Montserrat-Bold.ttf +0 -0
  135. /package/{fonts → dist/fonts}/Montserrat-Regular.ttf +0 -0
  136. /package/{fonts → dist/fonts}/NotoSans-Bold.ttf +0 -0
  137. /package/{fonts → dist/fonts}/Roboto-Bold.ttf +0 -0
  138. /package/{fonts → dist/fonts}/Roboto-Regular.ttf +0 -0
  139. /package/{fonts → dist/fonts}/bootstrap-icons.woff +0 -0
  140. /package/{fonts → dist/fonts}/fa-brands.woff +0 -0
  141. /package/{fonts → dist/fonts}/fa-regular.woff +0 -0
  142. /package/{fonts → dist/fonts}/fa-solid.woff +0 -0
  143. /package/{fonts → dist/fonts}/material-design-icons.ttf +0 -0
  144. /package/{js → dist/js}/axios.min.js +0 -0
  145. /package/{js → dist/js}/rapidoc-min.js +0 -0
  146. /package/{js → dist/js}/sidebar.min.js +0 -0
  147. /package/{css → src/css}/fonts.css +0 -0
  148. /package/{css → src/css}/fonts.css.map +0 -0
  149. /package/{css → src/css}/grid.css +0 -0
  150. /package/{css → src/css}/grid.css.map +0 -0
  151. /package/{css → src/css}/helper/owl.carousel.css +0 -0
  152. /package/{css → src/css}/helper/owl.carousel.css.map +0 -0
  153. /package/{css → src/css}/helper/tailwindcss.css +0 -0
  154. /package/{css → src/css}/helper/tailwindcss.css.map +0 -0
  155. /package/{css → src/css}/variables.css.map +0 -0
  156. /package/{pages → src/pages}/tier-1/fonts/krub/Krub-Bold.ttf +0 -0
  157. /package/{pages → src/pages}/tier-1/fonts/krub/Krub-Light.ttf +0 -0
  158. /package/{pages → src/pages}/tier-1/fonts/krub/Krub-Regular.ttf +0 -0
  159. /package/{pages → src/pages}/tier-1/fonts/themify.woff +0 -0
  160. /package/{pages → src/pages}/tier-1/preview.png +0 -0
  161. /package/{pages → src/pages}/tier-2/fonts/krub/Krub-Bold.ttf +0 -0
  162. /package/{pages → src/pages}/tier-2/fonts/krub/Krub-Light.ttf +0 -0
  163. /package/{pages → src/pages}/tier-2/fonts/krub/Krub-Regular.ttf +0 -0
  164. /package/{pages → src/pages}/tier-2/fonts/themify.woff +0 -0
  165. /package/{pages → src/pages}/tier-2/preview.png +0 -0
  166. /package/{css → src/styles}/external/bootstrap-grid.css +0 -0
  167. /package/{css → src/styles}/icons/external/bootstrap.icons.css +0 -0
  168. /package/{css → src/styles}/icons/external/fontawesome.icons.css +0 -0
  169. /package/{css → src/styles}/icons/external/material-design.icons.css +0 -0
  170. /package/{css → src/styles}/icons/external/themify.icons.css +0 -0
@@ -0,0 +1,1428 @@
1
+ @font-face {
2
+ font-family: "themify-icons";
3
+ src: url("/fonts/themify-icons.woff?-fvbane") format("woff");
4
+ font-weight: 400;
5
+ font-style: normal;
6
+ }
7
+ .ti {
8
+ font-family: "themify-icons";
9
+ speak: none;
10
+ font-style: normal;
11
+ font-weight: normal;
12
+ font-variant: normal;
13
+ text-transform: none;
14
+ line-height: 1;
15
+ /* Better Font Rendering */
16
+ -webkit-font-smoothing: antialiased;
17
+ -moz-osx-font-smoothing: grayscale;
18
+ }
19
+
20
+ .ti-wand:before {
21
+ content: "\e600";
22
+ }
23
+
24
+ .ti-volume:before {
25
+ content: "\e601";
26
+ }
27
+
28
+ .ti-user:before {
29
+ content: "\e602";
30
+ }
31
+
32
+ .ti-unlock:before {
33
+ content: "\e603";
34
+ }
35
+
36
+ .ti-unlink:before {
37
+ content: "\e604";
38
+ }
39
+
40
+ .ti-trash:before {
41
+ content: "\e605";
42
+ }
43
+
44
+ .ti-thought:before {
45
+ content: "\e606";
46
+ }
47
+
48
+ .ti-target:before {
49
+ content: "\e607";
50
+ }
51
+
52
+ .ti-tag:before {
53
+ content: "\e608";
54
+ }
55
+
56
+ .ti-tablet:before {
57
+ content: "\e609";
58
+ }
59
+
60
+ .ti-star:before {
61
+ content: "\e60a";
62
+ }
63
+
64
+ .ti-spray:before {
65
+ content: "\e60b";
66
+ }
67
+
68
+ .ti-signal:before {
69
+ content: "\e60c";
70
+ }
71
+
72
+ .ti-shopping-cart:before {
73
+ content: "\e60d";
74
+ }
75
+
76
+ .ti-shopping-cart-full:before {
77
+ content: "\e60e";
78
+ }
79
+
80
+ .ti-settings:before {
81
+ content: "\e60f";
82
+ }
83
+
84
+ .ti-search:before {
85
+ content: "\e610";
86
+ }
87
+
88
+ .ti-zoom-in:before {
89
+ content: "\e611";
90
+ }
91
+
92
+ .ti-zoom-out:before {
93
+ content: "\e612";
94
+ }
95
+
96
+ .ti-cut:before {
97
+ content: "\e613";
98
+ }
99
+
100
+ .ti-ruler:before {
101
+ content: "\e614";
102
+ }
103
+
104
+ .ti-ruler-pencil:before {
105
+ content: "\e615";
106
+ }
107
+
108
+ .ti-ruler-alt:before {
109
+ content: "\e616";
110
+ }
111
+
112
+ .ti-bookmark:before {
113
+ content: "\e617";
114
+ }
115
+
116
+ .ti-bookmark-alt:before {
117
+ content: "\e618";
118
+ }
119
+
120
+ .ti-reload:before {
121
+ content: "\e619";
122
+ }
123
+
124
+ .ti-plus:before {
125
+ content: "\e61a";
126
+ }
127
+
128
+ .ti-pin:before {
129
+ content: "\e61b";
130
+ }
131
+
132
+ .ti-pencil:before {
133
+ content: "\e61c";
134
+ }
135
+
136
+ .ti-pencil-alt:before {
137
+ content: "\e61d";
138
+ }
139
+
140
+ .ti-paint-roller:before {
141
+ content: "\e61e";
142
+ }
143
+
144
+ .ti-paint-bucket:before {
145
+ content: "\e61f";
146
+ }
147
+
148
+ .ti-na:before {
149
+ content: "\e620";
150
+ }
151
+
152
+ .ti-mobile:before {
153
+ content: "\e621";
154
+ }
155
+
156
+ .ti-minus:before {
157
+ content: "\e622";
158
+ }
159
+
160
+ .ti-medall:before {
161
+ content: "\e623";
162
+ }
163
+
164
+ .ti-medall-alt:before {
165
+ content: "\e624";
166
+ }
167
+
168
+ .ti-marker:before {
169
+ content: "\e625";
170
+ }
171
+
172
+ .ti-marker-alt:before {
173
+ content: "\e626";
174
+ }
175
+
176
+ .ti-arrow-up:before {
177
+ content: "\e627";
178
+ }
179
+
180
+ .ti-arrow-right:before {
181
+ content: "\e628";
182
+ }
183
+
184
+ .ti-arrow-left:before {
185
+ content: "\e629";
186
+ }
187
+
188
+ .ti-arrow-down:before {
189
+ content: "\e62a";
190
+ }
191
+
192
+ .ti-lock:before {
193
+ content: "\e62b";
194
+ }
195
+
196
+ .ti-location-arrow:before {
197
+ content: "\e62c";
198
+ }
199
+
200
+ .ti-link:before {
201
+ content: "\e62d";
202
+ }
203
+
204
+ .ti-layout:before {
205
+ content: "\e62e";
206
+ }
207
+
208
+ .ti-layers:before {
209
+ content: "\e62f";
210
+ }
211
+
212
+ .ti-layers-alt:before {
213
+ content: "\e630";
214
+ }
215
+
216
+ .ti-key:before {
217
+ content: "\e631";
218
+ }
219
+
220
+ .ti-import:before {
221
+ content: "\e632";
222
+ }
223
+
224
+ .ti-image:before {
225
+ content: "\e633";
226
+ }
227
+
228
+ .ti-heart:before {
229
+ content: "\e634";
230
+ }
231
+
232
+ .ti-heart-broken:before {
233
+ content: "\e635";
234
+ }
235
+
236
+ .ti-hand-stop:before {
237
+ content: "\e636";
238
+ }
239
+
240
+ .ti-hand-open:before {
241
+ content: "\e637";
242
+ }
243
+
244
+ .ti-hand-drag:before {
245
+ content: "\e638";
246
+ }
247
+
248
+ .ti-folder:before {
249
+ content: "\e639";
250
+ }
251
+
252
+ .ti-flag:before {
253
+ content: "\e63a";
254
+ }
255
+
256
+ .ti-flag-alt:before {
257
+ content: "\e63b";
258
+ }
259
+
260
+ .ti-flag-alt-2:before {
261
+ content: "\e63c";
262
+ }
263
+
264
+ .ti-eye:before {
265
+ content: "\e63d";
266
+ }
267
+
268
+ .ti-export:before {
269
+ content: "\e63e";
270
+ }
271
+
272
+ .ti-exchange-vertical:before {
273
+ content: "\e63f";
274
+ }
275
+
276
+ .ti-desktop:before {
277
+ content: "\e640";
278
+ }
279
+
280
+ .ti-cup:before {
281
+ content: "\e641";
282
+ }
283
+
284
+ .ti-crown:before {
285
+ content: "\e642";
286
+ }
287
+
288
+ .ti-comments:before {
289
+ content: "\e643";
290
+ }
291
+
292
+ .ti-comment:before {
293
+ content: "\e644";
294
+ }
295
+
296
+ .ti-comment-alt:before {
297
+ content: "\e645";
298
+ }
299
+
300
+ .ti-close:before {
301
+ content: "\e646";
302
+ }
303
+
304
+ .ti-clip:before {
305
+ content: "\e647";
306
+ }
307
+
308
+ .ti-angle-up:before {
309
+ content: "\e648";
310
+ }
311
+
312
+ .ti-angle-right:before {
313
+ content: "\e649";
314
+ }
315
+
316
+ .ti-angle-left:before {
317
+ content: "\e64a";
318
+ }
319
+
320
+ .ti-angle-down:before {
321
+ content: "\e64b";
322
+ }
323
+
324
+ .ti-check:before {
325
+ content: "\e64c";
326
+ }
327
+
328
+ .ti-check-box:before {
329
+ content: "\e64d";
330
+ }
331
+
332
+ .ti-camera:before {
333
+ content: "\e64e";
334
+ }
335
+
336
+ .ti-announcement:before {
337
+ content: "\e64f";
338
+ }
339
+
340
+ .ti-brush:before {
341
+ content: "\e650";
342
+ }
343
+
344
+ .ti-briefcase:before {
345
+ content: "\e651";
346
+ }
347
+
348
+ .ti-bolt:before {
349
+ content: "\e652";
350
+ }
351
+
352
+ .ti-bolt-alt:before {
353
+ content: "\e653";
354
+ }
355
+
356
+ .ti-blackboard:before {
357
+ content: "\e654";
358
+ }
359
+
360
+ .ti-bag:before {
361
+ content: "\e655";
362
+ }
363
+
364
+ .ti-move:before {
365
+ content: "\e656";
366
+ }
367
+
368
+ .ti-arrows-vertical:before {
369
+ content: "\e657";
370
+ }
371
+
372
+ .ti-arrows-horizontal:before {
373
+ content: "\e658";
374
+ }
375
+
376
+ .ti-fullscreen:before {
377
+ content: "\e659";
378
+ }
379
+
380
+ .ti-arrow-top-right:before {
381
+ content: "\e65a";
382
+ }
383
+
384
+ .ti-arrow-top-left:before {
385
+ content: "\e65b";
386
+ }
387
+
388
+ .ti-arrow-circle-up:before {
389
+ content: "\e65c";
390
+ }
391
+
392
+ .ti-arrow-circle-right:before {
393
+ content: "\e65d";
394
+ }
395
+
396
+ .ti-arrow-circle-left:before {
397
+ content: "\e65e";
398
+ }
399
+
400
+ .ti-arrow-circle-down:before {
401
+ content: "\e65f";
402
+ }
403
+
404
+ .ti-angle-double-up:before {
405
+ content: "\e660";
406
+ }
407
+
408
+ .ti-angle-double-right:before {
409
+ content: "\e661";
410
+ }
411
+
412
+ .ti-angle-double-left:before {
413
+ content: "\e662";
414
+ }
415
+
416
+ .ti-angle-double-down:before {
417
+ content: "\e663";
418
+ }
419
+
420
+ .ti-zip:before {
421
+ content: "\e664";
422
+ }
423
+
424
+ .ti-world:before {
425
+ content: "\e665";
426
+ }
427
+
428
+ .ti-wheelchair:before {
429
+ content: "\e666";
430
+ }
431
+
432
+ .ti-view-list:before {
433
+ content: "\e667";
434
+ }
435
+
436
+ .ti-view-list-alt:before {
437
+ content: "\e668";
438
+ }
439
+
440
+ .ti-view-grid:before {
441
+ content: "\e669";
442
+ }
443
+
444
+ .ti-uppercase:before {
445
+ content: "\e66a";
446
+ }
447
+
448
+ .ti-upload:before {
449
+ content: "\e66b";
450
+ }
451
+
452
+ .ti-underline:before {
453
+ content: "\e66c";
454
+ }
455
+
456
+ .ti-truck:before {
457
+ content: "\e66d";
458
+ }
459
+
460
+ .ti-timer:before {
461
+ content: "\e66e";
462
+ }
463
+
464
+ .ti-ticket:before {
465
+ content: "\e66f";
466
+ }
467
+
468
+ .ti-thumb-up:before {
469
+ content: "\e670";
470
+ }
471
+
472
+ .ti-thumb-down:before {
473
+ content: "\e671";
474
+ }
475
+
476
+ .ti-text:before {
477
+ content: "\e672";
478
+ }
479
+
480
+ .ti-stats-up:before {
481
+ content: "\e673";
482
+ }
483
+
484
+ .ti-stats-down:before {
485
+ content: "\e674";
486
+ }
487
+
488
+ .ti-split-v:before {
489
+ content: "\e675";
490
+ }
491
+
492
+ .ti-split-h:before {
493
+ content: "\e676";
494
+ }
495
+
496
+ .ti-smallcap:before {
497
+ content: "\e677";
498
+ }
499
+
500
+ .ti-shine:before {
501
+ content: "\e678";
502
+ }
503
+
504
+ .ti-shift-right:before {
505
+ content: "\e679";
506
+ }
507
+
508
+ .ti-shift-left:before {
509
+ content: "\e67a";
510
+ }
511
+
512
+ .ti-shield:before {
513
+ content: "\e67b";
514
+ }
515
+
516
+ .ti-notepad:before {
517
+ content: "\e67c";
518
+ }
519
+
520
+ .ti-server:before {
521
+ content: "\e67d";
522
+ }
523
+
524
+ .ti-quote-right:before {
525
+ content: "\e67e";
526
+ }
527
+
528
+ .ti-quote-left:before {
529
+ content: "\e67f";
530
+ }
531
+
532
+ .ti-pulse:before {
533
+ content: "\e680";
534
+ }
535
+
536
+ .ti-printer:before {
537
+ content: "\e681";
538
+ }
539
+
540
+ .ti-power-off:before {
541
+ content: "\e682";
542
+ }
543
+
544
+ .ti-plug:before {
545
+ content: "\e683";
546
+ }
547
+
548
+ .ti-pie-chart:before {
549
+ content: "\e684";
550
+ }
551
+
552
+ .ti-paragraph:before {
553
+ content: "\e685";
554
+ }
555
+
556
+ .ti-panel:before {
557
+ content: "\e686";
558
+ }
559
+
560
+ .ti-package:before {
561
+ content: "\e687";
562
+ }
563
+
564
+ .ti-music:before {
565
+ content: "\e688";
566
+ }
567
+
568
+ .ti-music-alt:before {
569
+ content: "\e689";
570
+ }
571
+
572
+ .ti-mouse:before {
573
+ content: "\e68a";
574
+ }
575
+
576
+ .ti-mouse-alt:before {
577
+ content: "\e68b";
578
+ }
579
+
580
+ .ti-money:before {
581
+ content: "\e68c";
582
+ }
583
+
584
+ .ti-microphone:before {
585
+ content: "\e68d";
586
+ }
587
+
588
+ .ti-menu:before {
589
+ content: "\e68e";
590
+ }
591
+
592
+ .ti-menu-alt:before {
593
+ content: "\e68f";
594
+ }
595
+
596
+ .ti-map:before {
597
+ content: "\e690";
598
+ }
599
+
600
+ .ti-map-alt:before {
601
+ content: "\e691";
602
+ }
603
+
604
+ .ti-loop:before {
605
+ content: "\e692";
606
+ }
607
+
608
+ .ti-location-pin:before {
609
+ content: "\e693";
610
+ }
611
+
612
+ .ti-list:before {
613
+ content: "\e694";
614
+ }
615
+
616
+ .ti-light-bulb:before {
617
+ content: "\e695";
618
+ }
619
+
620
+ .ti-Italic:before {
621
+ content: "\e696";
622
+ }
623
+
624
+ .ti-info:before {
625
+ content: "\e697";
626
+ }
627
+
628
+ .ti-infinite:before {
629
+ content: "\e698";
630
+ }
631
+
632
+ .ti-id-badge:before {
633
+ content: "\e699";
634
+ }
635
+
636
+ .ti-hummer:before {
637
+ content: "\e69a";
638
+ }
639
+
640
+ .ti-home:before {
641
+ content: "\e69b";
642
+ }
643
+
644
+ .ti-help:before {
645
+ content: "\e69c";
646
+ }
647
+
648
+ .ti-headphone:before {
649
+ content: "\e69d";
650
+ }
651
+
652
+ .ti-harddrives:before {
653
+ content: "\e69e";
654
+ }
655
+
656
+ .ti-harddrive:before {
657
+ content: "\e69f";
658
+ }
659
+
660
+ .ti-gift:before {
661
+ content: "\e6a0";
662
+ }
663
+
664
+ .ti-game:before {
665
+ content: "\e6a1";
666
+ }
667
+
668
+ .ti-filter:before {
669
+ content: "\e6a2";
670
+ }
671
+
672
+ .ti-files:before {
673
+ content: "\e6a3";
674
+ }
675
+
676
+ .ti-file:before {
677
+ content: "\e6a4";
678
+ }
679
+
680
+ .ti-eraser:before {
681
+ content: "\e6a5";
682
+ }
683
+
684
+ .ti-envelope:before {
685
+ content: "\e6a6";
686
+ }
687
+
688
+ .ti-download:before {
689
+ content: "\e6a7";
690
+ }
691
+
692
+ .ti-direction:before {
693
+ content: "\e6a8";
694
+ }
695
+
696
+ .ti-direction-alt:before {
697
+ content: "\e6a9";
698
+ }
699
+
700
+ .ti-dashboard:before {
701
+ content: "\e6aa";
702
+ }
703
+
704
+ .ti-control-stop:before {
705
+ content: "\e6ab";
706
+ }
707
+
708
+ .ti-control-shuffle:before {
709
+ content: "\e6ac";
710
+ }
711
+
712
+ .ti-control-play:before {
713
+ content: "\e6ad";
714
+ }
715
+
716
+ .ti-control-pause:before {
717
+ content: "\e6ae";
718
+ }
719
+
720
+ .ti-control-forward:before {
721
+ content: "\e6af";
722
+ }
723
+
724
+ .ti-control-backward:before {
725
+ content: "\e6b0";
726
+ }
727
+
728
+ .ti-cloud:before {
729
+ content: "\e6b1";
730
+ }
731
+
732
+ .ti-cloud-up:before {
733
+ content: "\e6b2";
734
+ }
735
+
736
+ .ti-cloud-down:before {
737
+ content: "\e6b3";
738
+ }
739
+
740
+ .ti-clipboard:before {
741
+ content: "\e6b4";
742
+ }
743
+
744
+ .ti-car:before {
745
+ content: "\e6b5";
746
+ }
747
+
748
+ .ti-calendar:before {
749
+ content: "\e6b6";
750
+ }
751
+
752
+ .ti-book:before {
753
+ content: "\e6b7";
754
+ }
755
+
756
+ .ti-bell:before {
757
+ content: "\e6b8";
758
+ }
759
+
760
+ .ti-basketball:before {
761
+ content: "\e6b9";
762
+ }
763
+
764
+ .ti-bar-chart:before {
765
+ content: "\e6ba";
766
+ }
767
+
768
+ .ti-bar-chart-alt:before {
769
+ content: "\e6bb";
770
+ }
771
+
772
+ .ti-back-right:before {
773
+ content: "\e6bc";
774
+ }
775
+
776
+ .ti-back-left:before {
777
+ content: "\e6bd";
778
+ }
779
+
780
+ .ti-arrows-corner:before {
781
+ content: "\e6be";
782
+ }
783
+
784
+ .ti-archive:before {
785
+ content: "\e6bf";
786
+ }
787
+
788
+ .ti-anchor:before {
789
+ content: "\e6c0";
790
+ }
791
+
792
+ .ti-align-right:before {
793
+ content: "\e6c1";
794
+ }
795
+
796
+ .ti-align-left:before {
797
+ content: "\e6c2";
798
+ }
799
+
800
+ .ti-align-justify:before {
801
+ content: "\e6c3";
802
+ }
803
+
804
+ .ti-align-center:before {
805
+ content: "\e6c4";
806
+ }
807
+
808
+ .ti-alert:before {
809
+ content: "\e6c5";
810
+ }
811
+
812
+ .ti-alarm-clock:before {
813
+ content: "\e6c6";
814
+ }
815
+
816
+ .ti-agenda:before {
817
+ content: "\e6c7";
818
+ }
819
+
820
+ .ti-write:before {
821
+ content: "\e6c8";
822
+ }
823
+
824
+ .ti-window:before {
825
+ content: "\e6c9";
826
+ }
827
+
828
+ .ti-widgetized:before {
829
+ content: "\e6ca";
830
+ }
831
+
832
+ .ti-widget:before {
833
+ content: "\e6cb";
834
+ }
835
+
836
+ .ti-widget-alt:before {
837
+ content: "\e6cc";
838
+ }
839
+
840
+ .ti-wallet:before {
841
+ content: "\e6cd";
842
+ }
843
+
844
+ .ti-video-clapper:before {
845
+ content: "\e6ce";
846
+ }
847
+
848
+ .ti-video-camera:before {
849
+ content: "\e6cf";
850
+ }
851
+
852
+ .ti-vector:before {
853
+ content: "\e6d0";
854
+ }
855
+
856
+ .ti-themify-logo:before {
857
+ content: "\e6d1";
858
+ }
859
+
860
+ .ti-themify-favicon:before {
861
+ content: "\e6d2";
862
+ }
863
+
864
+ .ti-themify-favicon-alt:before {
865
+ content: "\e6d3";
866
+ }
867
+
868
+ .ti-support:before {
869
+ content: "\e6d4";
870
+ }
871
+
872
+ .ti-stamp:before {
873
+ content: "\e6d5";
874
+ }
875
+
876
+ .ti-split-v-alt:before {
877
+ content: "\e6d6";
878
+ }
879
+
880
+ .ti-slice:before {
881
+ content: "\e6d7";
882
+ }
883
+
884
+ .ti-shortcode:before {
885
+ content: "\e6d8";
886
+ }
887
+
888
+ .ti-shift-right-alt:before {
889
+ content: "\e6d9";
890
+ }
891
+
892
+ .ti-shift-left-alt:before {
893
+ content: "\e6da";
894
+ }
895
+
896
+ .ti-ruler-alt-2:before {
897
+ content: "\e6db";
898
+ }
899
+
900
+ .ti-receipt:before {
901
+ content: "\e6dc";
902
+ }
903
+
904
+ .ti-pin2:before {
905
+ content: "\e6dd";
906
+ }
907
+
908
+ .ti-pin-alt:before {
909
+ content: "\e6de";
910
+ }
911
+
912
+ .ti-pencil-alt2:before {
913
+ content: "\e6df";
914
+ }
915
+
916
+ .ti-palette:before {
917
+ content: "\e6e0";
918
+ }
919
+
920
+ .ti-more:before {
921
+ content: "\e6e1";
922
+ }
923
+
924
+ .ti-more-alt:before {
925
+ content: "\e6e2";
926
+ }
927
+
928
+ .ti-microphone-alt:before {
929
+ content: "\e6e3";
930
+ }
931
+
932
+ .ti-magnet:before {
933
+ content: "\e6e4";
934
+ }
935
+
936
+ .ti-line-double:before {
937
+ content: "\e6e5";
938
+ }
939
+
940
+ .ti-line-dotted:before {
941
+ content: "\e6e6";
942
+ }
943
+
944
+ .ti-line-dashed:before {
945
+ content: "\e6e7";
946
+ }
947
+
948
+ .ti-layout-width-full:before {
949
+ content: "\e6e8";
950
+ }
951
+
952
+ .ti-layout-width-default:before {
953
+ content: "\e6e9";
954
+ }
955
+
956
+ .ti-layout-width-default-alt:before {
957
+ content: "\e6ea";
958
+ }
959
+
960
+ .ti-layout-tab:before {
961
+ content: "\e6eb";
962
+ }
963
+
964
+ .ti-layout-tab-window:before {
965
+ content: "\e6ec";
966
+ }
967
+
968
+ .ti-layout-tab-v:before {
969
+ content: "\e6ed";
970
+ }
971
+
972
+ .ti-layout-tab-min:before {
973
+ content: "\e6ee";
974
+ }
975
+
976
+ .ti-layout-slider:before {
977
+ content: "\e6ef";
978
+ }
979
+
980
+ .ti-layout-slider-alt:before {
981
+ content: "\e6f0";
982
+ }
983
+
984
+ .ti-layout-sidebar-right:before {
985
+ content: "\e6f1";
986
+ }
987
+
988
+ .ti-layout-sidebar-none:before {
989
+ content: "\e6f2";
990
+ }
991
+
992
+ .ti-layout-sidebar-left:before {
993
+ content: "\e6f3";
994
+ }
995
+
996
+ .ti-layout-placeholder:before {
997
+ content: "\e6f4";
998
+ }
999
+
1000
+ .ti-layout-menu:before {
1001
+ content: "\e6f5";
1002
+ }
1003
+
1004
+ .ti-layout-menu-v:before {
1005
+ content: "\e6f6";
1006
+ }
1007
+
1008
+ .ti-layout-menu-separated:before {
1009
+ content: "\e6f7";
1010
+ }
1011
+
1012
+ .ti-layout-menu-full:before {
1013
+ content: "\e6f8";
1014
+ }
1015
+
1016
+ .ti-layout-media-right-alt:before {
1017
+ content: "\e6f9";
1018
+ }
1019
+
1020
+ .ti-layout-media-right:before {
1021
+ content: "\e6fa";
1022
+ }
1023
+
1024
+ .ti-layout-media-overlay:before {
1025
+ content: "\e6fb";
1026
+ }
1027
+
1028
+ .ti-layout-media-overlay-alt:before {
1029
+ content: "\e6fc";
1030
+ }
1031
+
1032
+ .ti-layout-media-overlay-alt-2:before {
1033
+ content: "\e6fd";
1034
+ }
1035
+
1036
+ .ti-layout-media-left-alt:before {
1037
+ content: "\e6fe";
1038
+ }
1039
+
1040
+ .ti-layout-media-left:before {
1041
+ content: "\e6ff";
1042
+ }
1043
+
1044
+ .ti-layout-media-center-alt:before {
1045
+ content: "\e700";
1046
+ }
1047
+
1048
+ .ti-layout-media-center:before {
1049
+ content: "\e701";
1050
+ }
1051
+
1052
+ .ti-layout-list-thumb:before {
1053
+ content: "\e702";
1054
+ }
1055
+
1056
+ .ti-layout-list-thumb-alt:before {
1057
+ content: "\e703";
1058
+ }
1059
+
1060
+ .ti-layout-list-post:before {
1061
+ content: "\e704";
1062
+ }
1063
+
1064
+ .ti-layout-list-large-image:before {
1065
+ content: "\e705";
1066
+ }
1067
+
1068
+ .ti-layout-line-solid:before {
1069
+ content: "\e706";
1070
+ }
1071
+
1072
+ .ti-layout-grid4:before {
1073
+ content: "\e707";
1074
+ }
1075
+
1076
+ .ti-layout-grid3:before {
1077
+ content: "\e708";
1078
+ }
1079
+
1080
+ .ti-layout-grid2:before {
1081
+ content: "\e709";
1082
+ }
1083
+
1084
+ .ti-layout-grid2-thumb:before {
1085
+ content: "\e70a";
1086
+ }
1087
+
1088
+ .ti-layout-cta-right:before {
1089
+ content: "\e70b";
1090
+ }
1091
+
1092
+ .ti-layout-cta-left:before {
1093
+ content: "\e70c";
1094
+ }
1095
+
1096
+ .ti-layout-cta-center:before {
1097
+ content: "\e70d";
1098
+ }
1099
+
1100
+ .ti-layout-cta-btn-right:before {
1101
+ content: "\e70e";
1102
+ }
1103
+
1104
+ .ti-layout-cta-btn-left:before {
1105
+ content: "\e70f";
1106
+ }
1107
+
1108
+ .ti-layout-column4:before {
1109
+ content: "\e710";
1110
+ }
1111
+
1112
+ .ti-layout-column3:before {
1113
+ content: "\e711";
1114
+ }
1115
+
1116
+ .ti-layout-column2:before {
1117
+ content: "\e712";
1118
+ }
1119
+
1120
+ .ti-layout-accordion-separated:before {
1121
+ content: "\e713";
1122
+ }
1123
+
1124
+ .ti-layout-accordion-merged:before {
1125
+ content: "\e714";
1126
+ }
1127
+
1128
+ .ti-layout-accordion-list:before {
1129
+ content: "\e715";
1130
+ }
1131
+
1132
+ .ti-ink-pen:before {
1133
+ content: "\e716";
1134
+ }
1135
+
1136
+ .ti-info-alt:before {
1137
+ content: "\e717";
1138
+ }
1139
+
1140
+ .ti-help-alt:before {
1141
+ content: "\e718";
1142
+ }
1143
+
1144
+ .ti-headphone-alt:before {
1145
+ content: "\e719";
1146
+ }
1147
+
1148
+ .ti-hand-point-up:before {
1149
+ content: "\e71a";
1150
+ }
1151
+
1152
+ .ti-hand-point-right:before {
1153
+ content: "\e71b";
1154
+ }
1155
+
1156
+ .ti-hand-point-left:before {
1157
+ content: "\e71c";
1158
+ }
1159
+
1160
+ .ti-hand-point-down:before {
1161
+ content: "\e71d";
1162
+ }
1163
+
1164
+ .ti-gallery:before {
1165
+ content: "\e71e";
1166
+ }
1167
+
1168
+ .ti-face-smile:before {
1169
+ content: "\e71f";
1170
+ }
1171
+
1172
+ .ti-face-sad:before {
1173
+ content: "\e720";
1174
+ }
1175
+
1176
+ .ti-credit-card:before {
1177
+ content: "\e721";
1178
+ }
1179
+
1180
+ .ti-control-skip-forward:before {
1181
+ content: "\e722";
1182
+ }
1183
+
1184
+ .ti-control-skip-backward:before {
1185
+ content: "\e723";
1186
+ }
1187
+
1188
+ .ti-control-record:before {
1189
+ content: "\e724";
1190
+ }
1191
+
1192
+ .ti-control-eject:before {
1193
+ content: "\e725";
1194
+ }
1195
+
1196
+ .ti-comments-smiley:before {
1197
+ content: "\e726";
1198
+ }
1199
+
1200
+ .ti-brush-alt:before {
1201
+ content: "\e727";
1202
+ }
1203
+
1204
+ .ti-youtube:before {
1205
+ content: "\e728";
1206
+ }
1207
+
1208
+ .ti-vimeo:before {
1209
+ content: "\e729";
1210
+ }
1211
+
1212
+ .ti-twitter:before {
1213
+ content: "\e72a";
1214
+ }
1215
+
1216
+ .ti-time:before {
1217
+ content: "\e72b";
1218
+ }
1219
+
1220
+ .ti-tumblr:before {
1221
+ content: "\e72c";
1222
+ }
1223
+
1224
+ .ti-skype:before {
1225
+ content: "\e72d";
1226
+ }
1227
+
1228
+ .ti-share:before {
1229
+ content: "\e72e";
1230
+ }
1231
+
1232
+ .ti-share-alt:before {
1233
+ content: "\e72f";
1234
+ }
1235
+
1236
+ .ti-rocket:before {
1237
+ content: "\e730";
1238
+ }
1239
+
1240
+ .ti-pinterest:before {
1241
+ content: "\e731";
1242
+ }
1243
+
1244
+ .ti-new-window:before {
1245
+ content: "\e732";
1246
+ }
1247
+
1248
+ .ti-microsoft:before {
1249
+ content: "\e733";
1250
+ }
1251
+
1252
+ .ti-list-ol:before {
1253
+ content: "\e734";
1254
+ }
1255
+
1256
+ .ti-linkedin:before {
1257
+ content: "\e735";
1258
+ }
1259
+
1260
+ .ti-layout-sidebar-2:before {
1261
+ content: "\e736";
1262
+ }
1263
+
1264
+ .ti-layout-grid4-alt:before {
1265
+ content: "\e737";
1266
+ }
1267
+
1268
+ .ti-layout-grid3-alt:before {
1269
+ content: "\e738";
1270
+ }
1271
+
1272
+ .ti-layout-grid2-alt:before {
1273
+ content: "\e739";
1274
+ }
1275
+
1276
+ .ti-layout-column4-alt:before {
1277
+ content: "\e73a";
1278
+ }
1279
+
1280
+ .ti-layout-column3-alt:before {
1281
+ content: "\e73b";
1282
+ }
1283
+
1284
+ .ti-layout-column2-alt:before {
1285
+ content: "\e73c";
1286
+ }
1287
+
1288
+ .ti-instagram:before {
1289
+ content: "\e73d";
1290
+ }
1291
+
1292
+ .ti-google:before {
1293
+ content: "\e73e";
1294
+ }
1295
+
1296
+ .ti-github:before {
1297
+ content: "\e73f";
1298
+ }
1299
+
1300
+ .ti-flickr:before {
1301
+ content: "\e740";
1302
+ }
1303
+
1304
+ .ti-facebook:before {
1305
+ content: "\e741";
1306
+ }
1307
+
1308
+ .ti-dropbox:before {
1309
+ content: "\e742";
1310
+ }
1311
+
1312
+ .ti-dribbble:before {
1313
+ content: "\e743";
1314
+ }
1315
+
1316
+ .ti-apple:before {
1317
+ content: "\e744";
1318
+ }
1319
+
1320
+ .ti-android:before {
1321
+ content: "\e745";
1322
+ }
1323
+
1324
+ .ti-save:before {
1325
+ content: "\e746";
1326
+ }
1327
+
1328
+ .ti-save-alt:before {
1329
+ content: "\e747";
1330
+ }
1331
+
1332
+ .ti-yahoo:before {
1333
+ content: "\e748";
1334
+ }
1335
+
1336
+ .ti-wordpress:before {
1337
+ content: "\e749";
1338
+ }
1339
+
1340
+ .ti-vimeo-alt:before {
1341
+ content: "\e74a";
1342
+ }
1343
+
1344
+ .ti-twitter-alt:before {
1345
+ content: "\e74b";
1346
+ }
1347
+
1348
+ .ti-tumblr-alt:before {
1349
+ content: "\e74c";
1350
+ }
1351
+
1352
+ .ti-trello:before {
1353
+ content: "\e74d";
1354
+ }
1355
+
1356
+ .ti-stack-overflow:before {
1357
+ content: "\e74e";
1358
+ }
1359
+
1360
+ .ti-soundcloud:before {
1361
+ content: "\e74f";
1362
+ }
1363
+
1364
+ .ti-sharethis:before {
1365
+ content: "\e750";
1366
+ }
1367
+
1368
+ .ti-sharethis-alt:before {
1369
+ content: "\e751";
1370
+ }
1371
+
1372
+ .ti-reddit:before {
1373
+ content: "\e752";
1374
+ }
1375
+
1376
+ .ti-pinterest-alt:before {
1377
+ content: "\e753";
1378
+ }
1379
+
1380
+ .ti-microsoft-alt:before {
1381
+ content: "\e754";
1382
+ }
1383
+
1384
+ .ti-linux:before {
1385
+ content: "\e755";
1386
+ }
1387
+
1388
+ .ti-jsfiddle:before {
1389
+ content: "\e756";
1390
+ }
1391
+
1392
+ .ti-joomla:before {
1393
+ content: "\e757";
1394
+ }
1395
+
1396
+ .ti-html5:before {
1397
+ content: "\e758";
1398
+ }
1399
+
1400
+ .ti-flickr-alt:before {
1401
+ content: "\e759";
1402
+ }
1403
+
1404
+ .ti-email:before {
1405
+ content: "\e75a";
1406
+ }
1407
+
1408
+ .ti-drupal:before {
1409
+ content: "\e75b";
1410
+ }
1411
+
1412
+ .ti-dropbox-alt:before {
1413
+ content: "\e75c";
1414
+ }
1415
+
1416
+ .ti-css3:before {
1417
+ content: "\e75d";
1418
+ }
1419
+
1420
+ .ti-rss:before {
1421
+ content: "\e75e";
1422
+ }
1423
+
1424
+ .ti-rss-alt:before {
1425
+ content: "\e75f";
1426
+ }
1427
+
1428
+ /*# sourceMappingURL=themify.icons.css.map */