creative_tim 1.0.13 → 1.0.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (86) hide show
  1. checksums.yaml +4 -4
  2. data/lib/creative_tim/version.rb +1 -1
  3. data/vendor/assets/javascripts/creative-tim/{awesome-landing-page.js → awesome_landing_page/awesome-landing-page.js} +0 -0
  4. data/vendor/assets/javascripts/creative-tim/{gaia.js → gaia/gaia.js} +0 -0
  5. data/vendor/assets/javascripts/creative-tim/light_dashboard/bootstrap-checkbox-radio-switch.js +502 -0
  6. data/vendor/assets/javascripts/creative-tim/light_dashboard/bootstrap-notify.js +404 -0
  7. data/vendor/assets/javascripts/creative-tim/light_dashboard/bootstrap-select.js +438 -0
  8. data/vendor/assets/javascripts/creative-tim/light_dashboard/chartist.min.js +9 -0
  9. data/vendor/assets/javascripts/creative-tim/light_dashboard/demo.js +152 -0
  10. data/vendor/assets/javascripts/creative-tim/light_dashboard/light-bootstrap-dashboard.js +159 -0
  11. data/vendor/assets/javascripts/creative-tim/paper_dashboard/bootstrap-checkbox-radio.js +179 -179
  12. data/vendor/assets/javascripts/creative-tim/paper_kit/bootstrap-datepicker.js +492 -0
  13. data/vendor/assets/javascripts/creative-tim/paper_kit/bootstrap-select.js +438 -0
  14. data/vendor/assets/javascripts/creative-tim/paper_kit/ct-paper-checkbox.js +109 -0
  15. data/vendor/assets/javascripts/creative-tim/paper_kit/ct-paper-radio.js +140 -0
  16. data/vendor/assets/javascripts/creative-tim/paper_kit/ct-paper.js +378 -0
  17. data/vendor/assets/javascripts/creative-tim/shit_done/custom.js +9 -0
  18. data/vendor/assets/javascripts/creative-tim/shit_done/get-shit-done.js +108 -0
  19. data/vendor/assets/javascripts/creative-tim/shit_done/gsdk-bootstrapswitch.js +249 -0
  20. data/vendor/assets/javascripts/creative-tim/shit_done/gsdk-checkbox.js +109 -0
  21. data/vendor/assets/javascripts/creative-tim/shit_done/gsdk-radio.js +140 -0
  22. data/vendor/assets/stylesheets/creative-tim/{awesome_landing → awesome_landing_page}/landing-page.css +41 -41
  23. data/vendor/assets/stylesheets/creative-tim/awesome_landing_page/pe-icon-7-stroke.css +632 -0
  24. data/vendor/assets/stylesheets/creative-tim/light_dashboard/animate.min.css +6 -0
  25. data/vendor/assets/stylesheets/creative-tim/light_dashboard/demo.css +61 -0
  26. data/vendor/assets/stylesheets/creative-tim/light_dashboard/light-bootstrap-dashboard.css +3393 -0
  27. data/vendor/assets/stylesheets/creative-tim/light_dashboard/pe-icon-7-stroke.css +632 -0
  28. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/paper-dashboard.css +2 -2
  29. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_alerts.scss +0 -23
  30. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_buttons.scss +7 -1
  31. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_carousel.scss +59 -0
  32. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_checkbox-radio.scss +10 -13
  33. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_collapse.scss +30 -0
  34. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_datepicker.scss +221 -0
  35. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_dropdown.scss +2 -0
  36. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_images.scss +28 -0
  37. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_inputs.scss +5 -38
  38. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_labels.scss +26 -0
  39. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_misc.scss +127 -0
  40. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_mixins.scss +1 -4
  41. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_modal.scss +54 -0
  42. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_navbars.scss +117 -13
  43. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_progress-bars.scss +27 -0
  44. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_responsive.scss +124 -218
  45. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_sections.scss +38 -0
  46. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_sliders.scss +222 -0
  47. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_tabs-navs-pagination.scss +353 -0
  48. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_tooltips-and-popovers.scss +171 -0
  49. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_typography.scss +7 -41
  50. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_variables.scss +55 -79
  51. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/mixins/_buttons.scss +1 -0
  52. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/mixins/_inputs.scss +0 -0
  53. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/mixins/_labels.scss +0 -0
  54. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/mixins/_navbars.scss +0 -0
  55. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/mixins/_tabs.scss +0 -0
  56. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/mixins/_transparency.scss +0 -0
  57. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/mixins/_vendor-prefixes.scss +0 -12
  58. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper.css +3323 -0
  59. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper.scss +34 -0
  60. data/vendor/assets/stylesheets/creative-tim/paper_kit/demo.css +994 -0
  61. data/vendor/assets/stylesheets/creative-tim/paper_kit/examples.css +179 -0
  62. data/vendor/assets/stylesheets/creative-tim/paper_kit/examples.scss +150 -0
  63. data/vendor/assets/stylesheets/creative-tim/shit_done/demo.css +324 -0
  64. data/vendor/assets/stylesheets/creative-tim/shit_done/get-shit-done.css +7 -0
  65. data/vendor/assets/stylesheets/creative-tim/shit_done/gsdk-base.css +1187 -0
  66. data/vendor/assets/stylesheets/creative-tim/shit_done/gsdk-checkbox-radio-switch.css +257 -0
  67. data/vendor/assets/stylesheets/creative-tim/shit_done/gsdk-sliders.css +220 -0
  68. metadata +64 -39
  69. data/vendor/assets/javascripts/creative-tim/paper_dashboard/bootstrap.min.js +0 -7
  70. data/vendor/assets/javascripts/creative-tim/paper_dashboard/jquery-1.10.2.js +0 -9789
  71. data/vendor/assets/stylesheets/creative-tim/awesome_landing/bootstrap.css +0 -6358
  72. data/vendor/assets/stylesheets/creative-tim/awesome_landing/fixes.scss +0 -39
  73. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/bootstrap.min.css +0 -5
  74. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/fixes.scss +0 -45
  75. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/_cards.scss +0 -243
  76. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/_chartist.scss +0 -230
  77. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/_footers.scss +0 -43
  78. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/_misc.scss +0 -69
  79. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/_sidebar-and-main-panel.scss +0 -195
  80. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/_tables.scss +0 -77
  81. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/mixins/_cards.scss +0 -8
  82. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/mixins/_chartist.scss +0 -104
  83. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/mixins/_icons.scss +0 -13
  84. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/mixins/_sidebar.scss +0 -42
  85. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper-dashboard.scss +0 -28
  86. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/themify-icons.css +0 -1081
@@ -1,13 +0,0 @@
1
- @mixin icon-background ($icon-url){
2
- background-image : url($icon-url);
3
-
4
- }
5
-
6
- @mixin icon-shape ($size, $padding, $border-radius) {
7
- height: $size;
8
- width: $size;
9
- padding: $padding;
10
- border-radius: $border-radius;
11
- display: inline-table;
12
-
13
- }
@@ -1,42 +0,0 @@
1
- @mixin sidebar-background-color($background-color, $font-color){
2
- &:after,
3
- &:before{
4
- background-color: $background-color;
5
- }
6
-
7
- .logo{
8
- border-bottom: 1px solid rgba($font-color,.3);
9
-
10
- p{
11
- color: $font-color;
12
- }
13
-
14
- .simple-text{
15
- color: $font-color;
16
- }
17
- }
18
-
19
- .nav{
20
- li:not(.active){
21
- > a{
22
- color: $font-color;
23
- }
24
- }
25
- .divider{
26
- background-color: rgba($font-color,.2);
27
- }
28
-
29
- }
30
-
31
- }
32
-
33
- @mixin sidebar-active-color($font-color){
34
- .nav{
35
- li{
36
- &.active > a{
37
- color: $font-color;
38
- opacity: 1;
39
- }
40
- }
41
- }
42
- }
@@ -1,28 +0,0 @@
1
- @import "paper/variables";
2
- @import "paper/mixins";
3
-
4
- @import "paper/typography";
5
-
6
- // Core CSS
7
- @import "paper/misc";
8
- @import "paper/sidebar-and-main-panel";
9
- @import "paper/buttons";
10
- @import "paper/inputs";
11
-
12
- @import "paper/alerts";
13
- @import "paper/tables";
14
-
15
- @import "paper/checkbox-radio";
16
- @import "paper/navbars";
17
- @import "paper/footers";
18
-
19
- // Fancy Stuff
20
- @import "paper/dropdown";
21
- @import "paper/cards";
22
- @import "paper/chartist";
23
- @import "paper/responsive";
24
-
25
- // My Base Fixes
26
- @import "fixes.scss";
27
-
28
-
@@ -1,1081 +0,0 @@
1
- @font-face {
2
- font-family: 'themify';
3
- src:url('../fonts/themify.eot?-fvbane');
4
- src:url('../fonts/themify.eot?#iefix-fvbane') format('embedded-opentype'),
5
- url('../fonts/themify.woff?-fvbane') format('woff'),
6
- url('../fonts/themify.ttf?-fvbane') format('truetype'),
7
- url('../fonts/themify.svg?-fvbane#themify') format('svg');
8
- font-weight: normal;
9
- font-style: normal;
10
- }
11
-
12
- [class^="ti-"], [class*=" ti-"] {
13
- font-family: 'themify';
14
- speak: none;
15
- font-style: normal;
16
- font-weight: bold;
17
- font-variant: normal;
18
- text-transform: none;
19
- line-height: 1.42857;
20
-
21
- /* Better Font Rendering =========== */
22
- -webkit-font-smoothing: antialiased;
23
- -moz-osx-font-smoothing: grayscale;
24
- }
25
-
26
- .ti-wand:before {
27
- content: "\e600";
28
- }
29
- .ti-volume:before {
30
- content: "\e601";
31
- }
32
- .ti-user:before {
33
- content: "\e602";
34
- }
35
- .ti-unlock:before {
36
- content: "\e603";
37
- }
38
- .ti-unlink:before {
39
- content: "\e604";
40
- }
41
- .ti-trash:before {
42
- content: "\e605";
43
- }
44
- .ti-thought:before {
45
- content: "\e606";
46
- }
47
- .ti-target:before {
48
- content: "\e607";
49
- }
50
- .ti-tag:before {
51
- content: "\e608";
52
- }
53
- .ti-tablet:before {
54
- content: "\e609";
55
- }
56
- .ti-star:before {
57
- content: "\e60a";
58
- }
59
- .ti-spray:before {
60
- content: "\e60b";
61
- }
62
- .ti-signal:before {
63
- content: "\e60c";
64
- }
65
- .ti-shopping-cart:before {
66
- content: "\e60d";
67
- }
68
- .ti-shopping-cart-full:before {
69
- content: "\e60e";
70
- }
71
- .ti-settings:before {
72
- content: "\e60f";
73
- }
74
- .ti-search:before {
75
- content: "\e610";
76
- }
77
- .ti-zoom-in:before {
78
- content: "\e611";
79
- }
80
- .ti-zoom-out:before {
81
- content: "\e612";
82
- }
83
- .ti-cut:before {
84
- content: "\e613";
85
- }
86
- .ti-ruler:before {
87
- content: "\e614";
88
- }
89
- .ti-ruler-pencil:before {
90
- content: "\e615";
91
- }
92
- .ti-ruler-alt:before {
93
- content: "\e616";
94
- }
95
- .ti-bookmark:before {
96
- content: "\e617";
97
- }
98
- .ti-bookmark-alt:before {
99
- content: "\e618";
100
- }
101
- .ti-reload:before {
102
- content: "\e619";
103
- }
104
- .ti-plus:before {
105
- content: "\e61a";
106
- }
107
- .ti-pin:before {
108
- content: "\e61b";
109
- }
110
- .ti-pencil:before {
111
- content: "\e61c";
112
- }
113
- .ti-pencil-alt:before {
114
- content: "\e61d";
115
- }
116
- .ti-paint-roller:before {
117
- content: "\e61e";
118
- }
119
- .ti-paint-bucket:before {
120
- content: "\e61f";
121
- }
122
- .ti-na:before {
123
- content: "\e620";
124
- }
125
- .ti-mobile:before {
126
- content: "\e621";
127
- }
128
- .ti-minus:before {
129
- content: "\e622";
130
- }
131
- .ti-medall:before {
132
- content: "\e623";
133
- }
134
- .ti-medall-alt:before {
135
- content: "\e624";
136
- }
137
- .ti-marker:before {
138
- content: "\e625";
139
- }
140
- .ti-marker-alt:before {
141
- content: "\e626";
142
- }
143
- .ti-arrow-up:before {
144
- content: "\e627";
145
- }
146
- .ti-arrow-right:before {
147
- content: "\e628";
148
- }
149
- .ti-arrow-left:before {
150
- content: "\e629";
151
- }
152
- .ti-arrow-down:before {
153
- content: "\e62a";
154
- }
155
- .ti-lock:before {
156
- content: "\e62b";
157
- }
158
- .ti-location-arrow:before {
159
- content: "\e62c";
160
- }
161
- .ti-link:before {
162
- content: "\e62d";
163
- }
164
- .ti-layout:before {
165
- content: "\e62e";
166
- }
167
- .ti-layers:before {
168
- content: "\e62f";
169
- }
170
- .ti-layers-alt:before {
171
- content: "\e630";
172
- }
173
- .ti-key:before {
174
- content: "\e631";
175
- }
176
- .ti-import:before {
177
- content: "\e632";
178
- }
179
- .ti-image:before {
180
- content: "\e633";
181
- }
182
- .ti-heart:before {
183
- content: "\e634";
184
- }
185
- .ti-heart-broken:before {
186
- content: "\e635";
187
- }
188
- .ti-hand-stop:before {
189
- content: "\e636";
190
- }
191
- .ti-hand-open:before {
192
- content: "\e637";
193
- }
194
- .ti-hand-drag:before {
195
- content: "\e638";
196
- }
197
- .ti-folder:before {
198
- content: "\e639";
199
- }
200
- .ti-flag:before {
201
- content: "\e63a";
202
- }
203
- .ti-flag-alt:before {
204
- content: "\e63b";
205
- }
206
- .ti-flag-alt-2:before {
207
- content: "\e63c";
208
- }
209
- .ti-eye:before {
210
- content: "\e63d";
211
- }
212
- .ti-export:before {
213
- content: "\e63e";
214
- }
215
- .ti-exchange-vertical:before {
216
- content: "\e63f";
217
- }
218
- .ti-desktop:before {
219
- content: "\e640";
220
- }
221
- .ti-cup:before {
222
- content: "\e641";
223
- }
224
- .ti-crown:before {
225
- content: "\e642";
226
- }
227
- .ti-comments:before {
228
- content: "\e643";
229
- }
230
- .ti-comment:before {
231
- content: "\e644";
232
- }
233
- .ti-comment-alt:before {
234
- content: "\e645";
235
- }
236
- .ti-close:before {
237
- content: "\e646";
238
- }
239
- .ti-clip:before {
240
- content: "\e647";
241
- }
242
- .ti-angle-up:before {
243
- content: "\e648";
244
- }
245
- .ti-angle-right:before {
246
- content: "\e649";
247
- }
248
- .ti-angle-left:before {
249
- content: "\e64a";
250
- }
251
- .ti-angle-down:before {
252
- content: "\e64b";
253
- }
254
- .ti-check:before {
255
- content: "\e64c";
256
- }
257
- .ti-check-box:before {
258
- content: "\e64d";
259
- }
260
- .ti-camera:before {
261
- content: "\e64e";
262
- }
263
- .ti-announcement:before {
264
- content: "\e64f";
265
- }
266
- .ti-brush:before {
267
- content: "\e650";
268
- }
269
- .ti-briefcase:before {
270
- content: "\e651";
271
- }
272
- .ti-bolt:before {
273
- content: "\e652";
274
- }
275
- .ti-bolt-alt:before {
276
- content: "\e653";
277
- }
278
- .ti-blackboard:before {
279
- content: "\e654";
280
- }
281
- .ti-bag:before {
282
- content: "\e655";
283
- }
284
- .ti-move:before {
285
- content: "\e656";
286
- }
287
- .ti-arrows-vertical:before {
288
- content: "\e657";
289
- }
290
- .ti-arrows-horizontal:before {
291
- content: "\e658";
292
- }
293
- .ti-fullscreen:before {
294
- content: "\e659";
295
- }
296
- .ti-arrow-top-right:before {
297
- content: "\e65a";
298
- }
299
- .ti-arrow-top-left:before {
300
- content: "\e65b";
301
- }
302
- .ti-arrow-circle-up:before {
303
- content: "\e65c";
304
- }
305
- .ti-arrow-circle-right:before {
306
- content: "\e65d";
307
- }
308
- .ti-arrow-circle-left:before {
309
- content: "\e65e";
310
- }
311
- .ti-arrow-circle-down:before {
312
- content: "\e65f";
313
- }
314
- .ti-angle-double-up:before {
315
- content: "\e660";
316
- }
317
- .ti-angle-double-right:before {
318
- content: "\e661";
319
- }
320
- .ti-angle-double-left:before {
321
- content: "\e662";
322
- }
323
- .ti-angle-double-down:before {
324
- content: "\e663";
325
- }
326
- .ti-zip:before {
327
- content: "\e664";
328
- }
329
- .ti-world:before {
330
- content: "\e665";
331
- }
332
- .ti-wheelchair:before {
333
- content: "\e666";
334
- }
335
- .ti-view-list:before {
336
- content: "\e667";
337
- }
338
- .ti-view-list-alt:before {
339
- content: "\e668";
340
- }
341
- .ti-view-grid:before {
342
- content: "\e669";
343
- }
344
- .ti-uppercase:before {
345
- content: "\e66a";
346
- }
347
- .ti-upload:before {
348
- content: "\e66b";
349
- }
350
- .ti-underline:before {
351
- content: "\e66c";
352
- }
353
- .ti-truck:before {
354
- content: "\e66d";
355
- }
356
- .ti-timer:before {
357
- content: "\e66e";
358
- }
359
- .ti-ticket:before {
360
- content: "\e66f";
361
- }
362
- .ti-thumb-up:before {
363
- content: "\e670";
364
- }
365
- .ti-thumb-down:before {
366
- content: "\e671";
367
- }
368
- .ti-text:before {
369
- content: "\e672";
370
- }
371
- .ti-stats-up:before {
372
- content: "\e673";
373
- }
374
- .ti-stats-down:before {
375
- content: "\e674";
376
- }
377
- .ti-split-v:before {
378
- content: "\e675";
379
- }
380
- .ti-split-h:before {
381
- content: "\e676";
382
- }
383
- .ti-smallcap:before {
384
- content: "\e677";
385
- }
386
- .ti-shine:before {
387
- content: "\e678";
388
- }
389
- .ti-shift-right:before {
390
- content: "\e679";
391
- }
392
- .ti-shift-left:before {
393
- content: "\e67a";
394
- }
395
- .ti-shield:before {
396
- content: "\e67b";
397
- }
398
- .ti-notepad:before {
399
- content: "\e67c";
400
- }
401
- .ti-server:before {
402
- content: "\e67d";
403
- }
404
- .ti-quote-right:before {
405
- content: "\e67e";
406
- }
407
- .ti-quote-left:before {
408
- content: "\e67f";
409
- }
410
- .ti-pulse:before {
411
- content: "\e680";
412
- }
413
- .ti-printer:before {
414
- content: "\e681";
415
- }
416
- .ti-power-off:before {
417
- content: "\e682";
418
- }
419
- .ti-plug:before {
420
- content: "\e683";
421
- }
422
- .ti-pie-chart:before {
423
- content: "\e684";
424
- }
425
- .ti-paragraph:before {
426
- content: "\e685";
427
- }
428
- .ti-panel:before {
429
- content: "\e686";
430
- }
431
- .ti-package:before {
432
- content: "\e687";
433
- }
434
- .ti-music:before {
435
- content: "\e688";
436
- }
437
- .ti-music-alt:before {
438
- content: "\e689";
439
- }
440
- .ti-mouse:before {
441
- content: "\e68a";
442
- }
443
- .ti-mouse-alt:before {
444
- content: "\e68b";
445
- }
446
- .ti-money:before {
447
- content: "\e68c";
448
- }
449
- .ti-microphone:before {
450
- content: "\e68d";
451
- }
452
- .ti-menu:before {
453
- content: "\e68e";
454
- }
455
- .ti-menu-alt:before {
456
- content: "\e68f";
457
- }
458
- .ti-map:before {
459
- content: "\e690";
460
- }
461
- .ti-map-alt:before {
462
- content: "\e691";
463
- }
464
- .ti-loop:before {
465
- content: "\e692";
466
- }
467
- .ti-location-pin:before {
468
- content: "\e693";
469
- }
470
- .ti-list:before {
471
- content: "\e694";
472
- }
473
- .ti-light-bulb:before {
474
- content: "\e695";
475
- }
476
- .ti-Italic:before {
477
- content: "\e696";
478
- }
479
- .ti-info:before {
480
- content: "\e697";
481
- }
482
- .ti-infinite:before {
483
- content: "\e698";
484
- }
485
- .ti-id-badge:before {
486
- content: "\e699";
487
- }
488
- .ti-hummer:before {
489
- content: "\e69a";
490
- }
491
- .ti-home:before {
492
- content: "\e69b";
493
- }
494
- .ti-help:before {
495
- content: "\e69c";
496
- }
497
- .ti-headphone:before {
498
- content: "\e69d";
499
- }
500
- .ti-harddrives:before {
501
- content: "\e69e";
502
- }
503
- .ti-harddrive:before {
504
- content: "\e69f";
505
- }
506
- .ti-gift:before {
507
- content: "\e6a0";
508
- }
509
- .ti-game:before {
510
- content: "\e6a1";
511
- }
512
- .ti-filter:before {
513
- content: "\e6a2";
514
- }
515
- .ti-files:before {
516
- content: "\e6a3";
517
- }
518
- .ti-file:before {
519
- content: "\e6a4";
520
- }
521
- .ti-eraser:before {
522
- content: "\e6a5";
523
- }
524
- .ti-envelope:before {
525
- content: "\e6a6";
526
- }
527
- .ti-download:before {
528
- content: "\e6a7";
529
- }
530
- .ti-direction:before {
531
- content: "\e6a8";
532
- }
533
- .ti-direction-alt:before {
534
- content: "\e6a9";
535
- }
536
- .ti-dashboard:before {
537
- content: "\e6aa";
538
- }
539
- .ti-control-stop:before {
540
- content: "\e6ab";
541
- }
542
- .ti-control-shuffle:before {
543
- content: "\e6ac";
544
- }
545
- .ti-control-play:before {
546
- content: "\e6ad";
547
- }
548
- .ti-control-pause:before {
549
- content: "\e6ae";
550
- }
551
- .ti-control-forward:before {
552
- content: "\e6af";
553
- }
554
- .ti-control-backward:before {
555
- content: "\e6b0";
556
- }
557
- .ti-cloud:before {
558
- content: "\e6b1";
559
- }
560
- .ti-cloud-up:before {
561
- content: "\e6b2";
562
- }
563
- .ti-cloud-down:before {
564
- content: "\e6b3";
565
- }
566
- .ti-clipboard:before {
567
- content: "\e6b4";
568
- }
569
- .ti-car:before {
570
- content: "\e6b5";
571
- }
572
- .ti-calendar:before {
573
- content: "\e6b6";
574
- }
575
- .ti-book:before {
576
- content: "\e6b7";
577
- }
578
- .ti-bell:before {
579
- content: "\e6b8";
580
- }
581
- .ti-basketball:before {
582
- content: "\e6b9";
583
- }
584
- .ti-bar-chart:before {
585
- content: "\e6ba";
586
- }
587
- .ti-bar-chart-alt:before {
588
- content: "\e6bb";
589
- }
590
- .ti-back-right:before {
591
- content: "\e6bc";
592
- }
593
- .ti-back-left:before {
594
- content: "\e6bd";
595
- }
596
- .ti-arrows-corner:before {
597
- content: "\e6be";
598
- }
599
- .ti-archive:before {
600
- content: "\e6bf";
601
- }
602
- .ti-anchor:before {
603
- content: "\e6c0";
604
- }
605
- .ti-align-right:before {
606
- content: "\e6c1";
607
- }
608
- .ti-align-left:before {
609
- content: "\e6c2";
610
- }
611
- .ti-align-justify:before {
612
- content: "\e6c3";
613
- }
614
- .ti-align-center:before {
615
- content: "\e6c4";
616
- }
617
- .ti-alert:before {
618
- content: "\e6c5";
619
- }
620
- .ti-alarm-clock:before {
621
- content: "\e6c6";
622
- }
623
- .ti-agenda:before {
624
- content: "\e6c7";
625
- }
626
- .ti-write:before {
627
- content: "\e6c8";
628
- }
629
- .ti-window:before {
630
- content: "\e6c9";
631
- }
632
- .ti-widgetized:before {
633
- content: "\e6ca";
634
- }
635
- .ti-widget:before {
636
- content: "\e6cb";
637
- }
638
- .ti-widget-alt:before {
639
- content: "\e6cc";
640
- }
641
- .ti-wallet:before {
642
- content: "\e6cd";
643
- }
644
- .ti-video-clapper:before {
645
- content: "\e6ce";
646
- }
647
- .ti-video-camera:before {
648
- content: "\e6cf";
649
- }
650
- .ti-vector:before {
651
- content: "\e6d0";
652
- }
653
- .ti-themify-logo:before {
654
- content: "\e6d1";
655
- }
656
- .ti-themify-favicon:before {
657
- content: "\e6d2";
658
- }
659
- .ti-themify-favicon-alt:before {
660
- content: "\e6d3";
661
- }
662
- .ti-support:before {
663
- content: "\e6d4";
664
- }
665
- .ti-stamp:before {
666
- content: "\e6d5";
667
- }
668
- .ti-split-v-alt:before {
669
- content: "\e6d6";
670
- }
671
- .ti-slice:before {
672
- content: "\e6d7";
673
- }
674
- .ti-shortcode:before {
675
- content: "\e6d8";
676
- }
677
- .ti-shift-right-alt:before {
678
- content: "\e6d9";
679
- }
680
- .ti-shift-left-alt:before {
681
- content: "\e6da";
682
- }
683
- .ti-ruler-alt-2:before {
684
- content: "\e6db";
685
- }
686
- .ti-receipt:before {
687
- content: "\e6dc";
688
- }
689
- .ti-pin2:before {
690
- content: "\e6dd";
691
- }
692
- .ti-pin-alt:before {
693
- content: "\e6de";
694
- }
695
- .ti-pencil-alt2:before {
696
- content: "\e6df";
697
- }
698
- .ti-palette:before {
699
- content: "\e6e0";
700
- }
701
- .ti-more:before {
702
- content: "\e6e1";
703
- }
704
- .ti-more-alt:before {
705
- content: "\e6e2";
706
- }
707
- .ti-microphone-alt:before {
708
- content: "\e6e3";
709
- }
710
- .ti-magnet:before {
711
- content: "\e6e4";
712
- }
713
- .ti-line-double:before {
714
- content: "\e6e5";
715
- }
716
- .ti-line-dotted:before {
717
- content: "\e6e6";
718
- }
719
- .ti-line-dashed:before {
720
- content: "\e6e7";
721
- }
722
- .ti-layout-width-full:before {
723
- content: "\e6e8";
724
- }
725
- .ti-layout-width-default:before {
726
- content: "\e6e9";
727
- }
728
- .ti-layout-width-default-alt:before {
729
- content: "\e6ea";
730
- }
731
- .ti-layout-tab:before {
732
- content: "\e6eb";
733
- }
734
- .ti-layout-tab-window:before {
735
- content: "\e6ec";
736
- }
737
- .ti-layout-tab-v:before {
738
- content: "\e6ed";
739
- }
740
- .ti-layout-tab-min:before {
741
- content: "\e6ee";
742
- }
743
- .ti-layout-slider:before {
744
- content: "\e6ef";
745
- }
746
- .ti-layout-slider-alt:before {
747
- content: "\e6f0";
748
- }
749
- .ti-layout-sidebar-right:before {
750
- content: "\e6f1";
751
- }
752
- .ti-layout-sidebar-none:before {
753
- content: "\e6f2";
754
- }
755
- .ti-layout-sidebar-left:before {
756
- content: "\e6f3";
757
- }
758
- .ti-layout-placeholder:before {
759
- content: "\e6f4";
760
- }
761
- .ti-layout-menu:before {
762
- content: "\e6f5";
763
- }
764
- .ti-layout-menu-v:before {
765
- content: "\e6f6";
766
- }
767
- .ti-layout-menu-separated:before {
768
- content: "\e6f7";
769
- }
770
- .ti-layout-menu-full:before {
771
- content: "\e6f8";
772
- }
773
- .ti-layout-media-right-alt:before {
774
- content: "\e6f9";
775
- }
776
- .ti-layout-media-right:before {
777
- content: "\e6fa";
778
- }
779
- .ti-layout-media-overlay:before {
780
- content: "\e6fb";
781
- }
782
- .ti-layout-media-overlay-alt:before {
783
- content: "\e6fc";
784
- }
785
- .ti-layout-media-overlay-alt-2:before {
786
- content: "\e6fd";
787
- }
788
- .ti-layout-media-left-alt:before {
789
- content: "\e6fe";
790
- }
791
- .ti-layout-media-left:before {
792
- content: "\e6ff";
793
- }
794
- .ti-layout-media-center-alt:before {
795
- content: "\e700";
796
- }
797
- .ti-layout-media-center:before {
798
- content: "\e701";
799
- }
800
- .ti-layout-list-thumb:before {
801
- content: "\e702";
802
- }
803
- .ti-layout-list-thumb-alt:before {
804
- content: "\e703";
805
- }
806
- .ti-layout-list-post:before {
807
- content: "\e704";
808
- }
809
- .ti-layout-list-large-image:before {
810
- content: "\e705";
811
- }
812
- .ti-layout-line-solid:before {
813
- content: "\e706";
814
- }
815
- .ti-layout-grid4:before {
816
- content: "\e707";
817
- }
818
- .ti-layout-grid3:before {
819
- content: "\e708";
820
- }
821
- .ti-layout-grid2:before {
822
- content: "\e709";
823
- }
824
- .ti-layout-grid2-thumb:before {
825
- content: "\e70a";
826
- }
827
- .ti-layout-cta-right:before {
828
- content: "\e70b";
829
- }
830
- .ti-layout-cta-left:before {
831
- content: "\e70c";
832
- }
833
- .ti-layout-cta-center:before {
834
- content: "\e70d";
835
- }
836
- .ti-layout-cta-btn-right:before {
837
- content: "\e70e";
838
- }
839
- .ti-layout-cta-btn-left:before {
840
- content: "\e70f";
841
- }
842
- .ti-layout-column4:before {
843
- content: "\e710";
844
- }
845
- .ti-layout-column3:before {
846
- content: "\e711";
847
- }
848
- .ti-layout-column2:before {
849
- content: "\e712";
850
- }
851
- .ti-layout-accordion-separated:before {
852
- content: "\e713";
853
- }
854
- .ti-layout-accordion-merged:before {
855
- content: "\e714";
856
- }
857
- .ti-layout-accordion-list:before {
858
- content: "\e715";
859
- }
860
- .ti-ink-pen:before {
861
- content: "\e716";
862
- }
863
- .ti-info-alt:before {
864
- content: "\e717";
865
- }
866
- .ti-help-alt:before {
867
- content: "\e718";
868
- }
869
- .ti-headphone-alt:before {
870
- content: "\e719";
871
- }
872
- .ti-hand-point-up:before {
873
- content: "\e71a";
874
- }
875
- .ti-hand-point-right:before {
876
- content: "\e71b";
877
- }
878
- .ti-hand-point-left:before {
879
- content: "\e71c";
880
- }
881
- .ti-hand-point-down:before {
882
- content: "\e71d";
883
- }
884
- .ti-gallery:before {
885
- content: "\e71e";
886
- }
887
- .ti-face-smile:before {
888
- content: "\e71f";
889
- }
890
- .ti-face-sad:before {
891
- content: "\e720";
892
- }
893
- .ti-credit-card:before {
894
- content: "\e721";
895
- }
896
- .ti-control-skip-forward:before {
897
- content: "\e722";
898
- }
899
- .ti-control-skip-backward:before {
900
- content: "\e723";
901
- }
902
- .ti-control-record:before {
903
- content: "\e724";
904
- }
905
- .ti-control-eject:before {
906
- content: "\e725";
907
- }
908
- .ti-comments-smiley:before {
909
- content: "\e726";
910
- }
911
- .ti-brush-alt:before {
912
- content: "\e727";
913
- }
914
- .ti-youtube:before {
915
- content: "\e728";
916
- }
917
- .ti-vimeo:before {
918
- content: "\e729";
919
- }
920
- .ti-twitter:before {
921
- content: "\e72a";
922
- }
923
- .ti-time:before {
924
- content: "\e72b";
925
- }
926
- .ti-tumblr:before {
927
- content: "\e72c";
928
- }
929
- .ti-skype:before {
930
- content: "\e72d";
931
- }
932
- .ti-share:before {
933
- content: "\e72e";
934
- }
935
- .ti-share-alt:before {
936
- content: "\e72f";
937
- }
938
- .ti-rocket:before {
939
- content: "\e730";
940
- }
941
- .ti-pinterest:before {
942
- content: "\e731";
943
- }
944
- .ti-new-window:before {
945
- content: "\e732";
946
- }
947
- .ti-microsoft:before {
948
- content: "\e733";
949
- }
950
- .ti-list-ol:before {
951
- content: "\e734";
952
- }
953
- .ti-linkedin:before {
954
- content: "\e735";
955
- }
956
- .ti-layout-sidebar-2:before {
957
- content: "\e736";
958
- }
959
- .ti-layout-grid4-alt:before {
960
- content: "\e737";
961
- }
962
- .ti-layout-grid3-alt:before {
963
- content: "\e738";
964
- }
965
- .ti-layout-grid2-alt:before {
966
- content: "\e739";
967
- }
968
- .ti-layout-column4-alt:before {
969
- content: "\e73a";
970
- }
971
- .ti-layout-column3-alt:before {
972
- content: "\e73b";
973
- }
974
- .ti-layout-column2-alt:before {
975
- content: "\e73c";
976
- }
977
- .ti-instagram:before {
978
- content: "\e73d";
979
- }
980
- .ti-google:before {
981
- content: "\e73e";
982
- }
983
- .ti-github:before {
984
- content: "\e73f";
985
- }
986
- .ti-flickr:before {
987
- content: "\e740";
988
- }
989
- .ti-facebook:before {
990
- content: "\e741";
991
- }
992
- .ti-dropbox:before {
993
- content: "\e742";
994
- }
995
- .ti-dribbble:before {
996
- content: "\e743";
997
- }
998
- .ti-apple:before {
999
- content: "\e744";
1000
- }
1001
- .ti-android:before {
1002
- content: "\e745";
1003
- }
1004
- .ti-save:before {
1005
- content: "\e746";
1006
- }
1007
- .ti-save-alt:before {
1008
- content: "\e747";
1009
- }
1010
- .ti-yahoo:before {
1011
- content: "\e748";
1012
- }
1013
- .ti-wordpress:before {
1014
- content: "\e749";
1015
- }
1016
- .ti-vimeo-alt:before {
1017
- content: "\e74a";
1018
- }
1019
- .ti-twitter-alt:before {
1020
- content: "\e74b";
1021
- }
1022
- .ti-tumblr-alt:before {
1023
- content: "\e74c";
1024
- }
1025
- .ti-trello:before {
1026
- content: "\e74d";
1027
- }
1028
- .ti-stack-overflow:before {
1029
- content: "\e74e";
1030
- }
1031
- .ti-soundcloud:before {
1032
- content: "\e74f";
1033
- }
1034
- .ti-sharethis:before {
1035
- content: "\e750";
1036
- }
1037
- .ti-sharethis-alt:before {
1038
- content: "\e751";
1039
- }
1040
- .ti-reddit:before {
1041
- content: "\e752";
1042
- }
1043
- .ti-pinterest-alt:before {
1044
- content: "\e753";
1045
- }
1046
- .ti-microsoft-alt:before {
1047
- content: "\e754";
1048
- }
1049
- .ti-linux:before {
1050
- content: "\e755";
1051
- }
1052
- .ti-jsfiddle:before {
1053
- content: "\e756";
1054
- }
1055
- .ti-joomla:before {
1056
- content: "\e757";
1057
- }
1058
- .ti-html5:before {
1059
- content: "\e758";
1060
- }
1061
- .ti-flickr-alt:before {
1062
- content: "\e759";
1063
- }
1064
- .ti-email:before {
1065
- content: "\e75a";
1066
- }
1067
- .ti-drupal:before {
1068
- content: "\e75b";
1069
- }
1070
- .ti-dropbox-alt:before {
1071
- content: "\e75c";
1072
- }
1073
- .ti-css3:before {
1074
- content: "\e75d";
1075
- }
1076
- .ti-rss:before {
1077
- content: "\e75e";
1078
- }
1079
- .ti-rss-alt:before {
1080
- content: "\e75f";
1081
- }