viniBaxter-spa_landing 0.6.0 → 0.9

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/lib/viniBaxter/sass/.DS_Store +0 -0
  3. data/lib/viniBaxter/sass/bootstrap/_alert.scss +51 -0
  4. data/lib/viniBaxter/sass/bootstrap/_badge.scss +54 -0
  5. data/lib/viniBaxter/sass/bootstrap/_breadcrumb.scss +44 -0
  6. data/lib/viniBaxter/sass/bootstrap/_button-group.scss +163 -0
  7. data/lib/viniBaxter/sass/bootstrap/_buttons.scss +184 -0
  8. data/lib/viniBaxter/sass/bootstrap/_card.scss +286 -0
  9. data/lib/viniBaxter/sass/bootstrap/_carousel.scss +197 -0
  10. data/lib/viniBaxter/sass/bootstrap/_close.scss +40 -0
  11. data/lib/viniBaxter/sass/bootstrap/_code.scss +48 -0
  12. data/lib/viniBaxter/sass/bootstrap/_custom-forms.scss +523 -0
  13. data/lib/viniBaxter/sass/bootstrap/_dropdown.scss +192 -0
  14. data/lib/viniBaxter/sass/bootstrap/_forms.scss +347 -0
  15. data/lib/viniBaxter/sass/bootstrap/_functions.scss +164 -0
  16. data/lib/viniBaxter/sass/bootstrap/_grid.scss +73 -0
  17. data/lib/viniBaxter/sass/bootstrap/_images.scss +42 -0
  18. data/lib/viniBaxter/sass/bootstrap/_input-group.scss +192 -0
  19. data/lib/viniBaxter/sass/bootstrap/_jumbotron.scss +17 -0
  20. data/lib/viniBaxter/sass/bootstrap/_list-group.scss +154 -0
  21. data/lib/viniBaxter/sass/bootstrap/_media.scss +8 -0
  22. data/lib/viniBaxter/sass/bootstrap/_mixins.scss +47 -0
  23. data/lib/viniBaxter/sass/bootstrap/_modal.scss +240 -0
  24. data/lib/viniBaxter/sass/bootstrap/_nav.scss +123 -0
  25. data/lib/viniBaxter/sass/bootstrap/_navbar.scss +324 -0
  26. data/lib/viniBaxter/sass/bootstrap/_pagination.scss +74 -0
  27. data/lib/viniBaxter/sass/bootstrap/_popover.scss +170 -0
  28. data/lib/viniBaxter/sass/bootstrap/_print.scss +141 -0
  29. data/lib/viniBaxter/sass/bootstrap/_progress.scss +47 -0
  30. data/lib/viniBaxter/sass/bootstrap/_reboot.scss +469 -0
  31. data/lib/viniBaxter/sass/bootstrap/_root.scss +20 -0
  32. data/lib/viniBaxter/sass/bootstrap/_spinners.scss +56 -0
  33. data/lib/viniBaxter/sass/bootstrap/_tables.scss +185 -0
  34. data/lib/viniBaxter/sass/bootstrap/_toasts.scss +46 -0
  35. data/lib/viniBaxter/sass/bootstrap/_tooltip.scss +115 -0
  36. data/lib/viniBaxter/sass/bootstrap/_transitions.scss +20 -0
  37. data/lib/viniBaxter/sass/bootstrap/_type.scss +125 -0
  38. data/lib/viniBaxter/sass/bootstrap/_utilities.scss +18 -0
  39. data/lib/viniBaxter/sass/bootstrap/bootstrap-grid.scss +29 -0
  40. data/lib/viniBaxter/sass/bootstrap/bootstrap-reboot.scss +12 -0
  41. data/lib/viniBaxter/sass/bootstrap/bootstrap.scss +43 -0
  42. data/lib/viniBaxter/sass/bootstrap/mixins/_alert.scss +13 -0
  43. data/lib/viniBaxter/sass/bootstrap/mixins/_background-variant.scss +23 -0
  44. data/lib/viniBaxter/sass/bootstrap/mixins/_badge.scss +17 -0
  45. data/lib/viniBaxter/sass/bootstrap/mixins/_border-radius.scss +76 -0
  46. data/lib/viniBaxter/sass/bootstrap/mixins/_box-shadow.scss +20 -0
  47. data/lib/viniBaxter/sass/bootstrap/mixins/_breakpoints.scss +123 -0
  48. data/lib/viniBaxter/sass/bootstrap/mixins/_buttons.scss +154 -0
  49. data/lib/viniBaxter/sass/bootstrap/mixins/_caret.scss +62 -0
  50. data/lib/viniBaxter/sass/bootstrap/mixins/_clearfix.scss +7 -0
  51. data/lib/viniBaxter/sass/bootstrap/mixins/_deprecate.scss +10 -0
  52. data/lib/viniBaxter/sass/bootstrap/mixins/_float.scss +14 -0
  53. data/lib/viniBaxter/sass/bootstrap/mixins/_forms.scss +178 -0
  54. data/lib/viniBaxter/sass/bootstrap/mixins/_gradients.scss +45 -0
  55. data/lib/viniBaxter/sass/bootstrap/mixins/_grid-framework.scss +80 -0
  56. data/lib/viniBaxter/sass/bootstrap/mixins/_grid.scss +69 -0
  57. data/lib/viniBaxter/sass/bootstrap/mixins/_hover.scss +37 -0
  58. data/lib/viniBaxter/sass/bootstrap/mixins/_image.scss +36 -0
  59. data/lib/viniBaxter/sass/bootstrap/mixins/_list-group.scss +21 -0
  60. data/lib/viniBaxter/sass/bootstrap/mixins/_lists.scss +7 -0
  61. data/lib/viniBaxter/sass/bootstrap/mixins/_nav-divider.scss +11 -0
  62. data/lib/viniBaxter/sass/bootstrap/mixins/_pagination.scss +22 -0
  63. data/lib/viniBaxter/sass/bootstrap/mixins/_reset-text.scss +17 -0
  64. data/lib/viniBaxter/sass/bootstrap/mixins/_resize.scss +6 -0
  65. data/lib/viniBaxter/sass/bootstrap/mixins/_screen-reader.scss +34 -0
  66. data/lib/viniBaxter/sass/bootstrap/mixins/_size.scss +7 -0
  67. data/lib/viniBaxter/sass/bootstrap/mixins/_table-row.scss +39 -0
  68. data/lib/viniBaxter/sass/bootstrap/mixins/_text-emphasis.scss +17 -0
  69. data/lib/viniBaxter/sass/bootstrap/mixins/_text-hide.scss +11 -0
  70. data/lib/viniBaxter/sass/bootstrap/mixins/_text-truncate.scss +8 -0
  71. data/lib/viniBaxter/sass/bootstrap/mixins/_transition.scss +26 -0
  72. data/lib/viniBaxter/sass/bootstrap/mixins/_visibility.scss +8 -0
  73. data/lib/viniBaxter/sass/bootstrap/utilities/_align.scss +8 -0
  74. data/lib/viniBaxter/sass/bootstrap/utilities/_background.scss +19 -0
  75. data/lib/viniBaxter/sass/bootstrap/utilities/_borders.scss +75 -0
  76. data/lib/viniBaxter/sass/bootstrap/utilities/_clearfix.scss +3 -0
  77. data/lib/viniBaxter/sass/bootstrap/utilities/_display.scss +26 -0
  78. data/lib/viniBaxter/sass/bootstrap/utilities/_embed.scss +39 -0
  79. data/lib/viniBaxter/sass/bootstrap/utilities/_flex.scss +51 -0
  80. data/lib/viniBaxter/sass/bootstrap/utilities/_float.scss +11 -0
  81. data/lib/viniBaxter/sass/bootstrap/utilities/_interactions.scss +5 -0
  82. data/lib/viniBaxter/sass/bootstrap/utilities/_overflow.scss +5 -0
  83. data/lib/viniBaxter/sass/bootstrap/utilities/_position.scss +34 -0
  84. data/lib/viniBaxter/sass/bootstrap/utilities/_screenreaders.scss +11 -0
  85. data/lib/viniBaxter/sass/bootstrap/utilities/_shadows.scss +6 -0
  86. data/lib/viniBaxter/sass/bootstrap/utilities/_sizing.scss +20 -0
  87. data/lib/viniBaxter/sass/bootstrap/utilities/_spacing.scss +73 -0
  88. data/lib/viniBaxter/sass/bootstrap/utilities/_stretched-link.scss +19 -0
  89. data/lib/viniBaxter/sass/bootstrap/utilities/_text.scss +72 -0
  90. data/lib/viniBaxter/sass/bootstrap/utilities/_visibility.scss +13 -0
  91. data/lib/viniBaxter/sass/bootstrap/vendor/_rfs.scss +204 -0
  92. data/lib/viniBaxter/sass/spa_landing-basic-nav.scss +8 -0
  93. data/lib/viniBaxter/sass/{spa_landing.scss → spa_landing-nav.scss} +3 -0
  94. data/lib/viniBaxter/sass/spa_landing/.DS_Store +0 -0
  95. data/lib/viniBaxter/sass/spa_landing/theme/_aos.scss +13 -11
  96. data/lib/viniBaxter/sass/spa_landing/theme/_avatar.scss +24 -20
  97. data/lib/viniBaxter/sass/spa_landing/theme/_buttons.scss +65 -5
  98. data/lib/viniBaxter/sass/spa_landing/theme/_card.scss +60 -0
  99. data/lib/viniBaxter/sass/spa_landing/theme/_choices.scss +20 -0
  100. data/lib/viniBaxter/sass/spa_landing/theme/_custom-forms.scss +19 -7
  101. data/lib/viniBaxter/sass/spa_landing/theme/_dropdown-extend.scss +113 -0
  102. data/lib/viniBaxter/sass/spa_landing/theme/_dropdown.scss +18 -19
  103. data/lib/viniBaxter/sass/spa_landing/theme/_dropdown_creative.scss +140 -0
  104. data/lib/viniBaxter/sass/spa_landing/theme/_dropzone.scss +89 -0
  105. data/lib/viniBaxter/sass/spa_landing/theme/_feather.scss +0 -1079
  106. data/lib/viniBaxter/sass/spa_landing/theme/_forms.scss +14 -3
  107. data/lib/viniBaxter/sass/spa_landing/theme/_functions.scss +2 -2
  108. data/lib/viniBaxter/sass/spa_landing/theme/_grid.scss +1 -1
  109. data/lib/viniBaxter/sass/spa_landing/theme/_icon.scss +12 -14
  110. data/lib/viniBaxter/sass/spa_landing/theme/_input-group.scss +16 -0
  111. data/lib/viniBaxter/sass/spa_landing/theme/_mixins.scss +7 -3
  112. data/lib/viniBaxter/sass/spa_landing/theme/_modal.scss +5 -8
  113. data/lib/viniBaxter/sass/spa_landing/theme/_navbar-extend.scss +54 -0
  114. data/lib/viniBaxter/sass/spa_landing/theme/_navbar.scss +267 -272
  115. data/lib/viniBaxter/sass/spa_landing/theme/_navbar_creative.scss +425 -0
  116. data/lib/viniBaxter/sass/spa_landing/theme/_quill.scss +284 -0
  117. data/lib/viniBaxter/sass/spa_landing/theme/_reboot.scss +2 -10
  118. data/lib/viniBaxter/sass/spa_landing/theme/_responsive.scss +307 -0
  119. data/lib/viniBaxter/sass/spa_landing/theme/_shapes.scss +10 -0
  120. data/lib/viniBaxter/sass/spa_landing/theme/_theme-basic-nav.scss +50 -0
  121. data/lib/viniBaxter/sass/spa_landing/theme/_theme.scss +52 -48
  122. data/lib/viniBaxter/sass/spa_landing/theme/_type.scss +2 -7
  123. data/lib/viniBaxter/sass/spa_landing/theme/mixins/_dropdown.scss +29 -0
  124. data/lib/viniBaxter/sass/spa_landing/theme/mixins/_mixins.scss +3 -0
  125. data/lib/viniBaxter/sass/spa_landing/theme/mixins/_navbar.scss +298 -0
  126. data/lib/viniBaxter/sass/spa_landing/theme/mixins/_transparency.scss +8 -0
  127. data/lib/viniBaxter/sass/spa_landing/theme/mixins/_vendor-prefixes.scss +305 -0
  128. data/lib/viniBaxter/sass/spa_landing/theme/now-ui-kit.scss +6 -0
  129. data/lib/viniBaxter/sass/spa_landing/theme/utilities/_borders.scss +10 -2
  130. data/lib/viniBaxter/sass/spa_landing/theme/utilities/_type.scss +8 -4
  131. data/lib/viniBaxter/spa_landing/version.rb +1 -1
  132. metadata +111 -15
  133. data/lib/viniBaxter/sass/spa_landing/theme/_button-group.scss +0 -0
  134. data/lib/viniBaxter/sass/spa_landing/theme/_carousel.scss +0 -0
  135. data/lib/viniBaxter/sass/spa_landing/theme/_code.scss +0 -0
  136. data/lib/viniBaxter/sass/spa_landing/theme/_jumbotron.scss +0 -0
  137. data/lib/viniBaxter/sass/spa_landing/theme/_media.scss +0 -0
  138. data/lib/viniBaxter/sass/spa_landing/theme/_nav.scss +0 -0
  139. data/lib/viniBaxter/sass/spa_landing/theme/_print.scss +0 -0
  140. data/lib/viniBaxter/sass/spa_landing/theme/_progress.scss +0 -0
  141. data/lib/viniBaxter/sass/spa_landing/theme/_root.scss +0 -0
  142. data/lib/viniBaxter/sass/spa_landing/theme/_tooltip.scss +0 -0
  143. data/lib/viniBaxter/sass/spa_landing/theme/_transitions.scss +0 -0
@@ -0,0 +1,89 @@
1
+ //
2
+ // dropzone.scss
3
+ // Dropzone plugin overrides
4
+ //
5
+
6
+ .dropzone {
7
+ position: relative;
8
+ display: flex;
9
+ flex-direction: column;
10
+ }
11
+
12
+ .dz-message {
13
+ padding: 5rem 1rem;
14
+ background-color: $input-bg;
15
+ border: $input-border-width dashed $gray-400;
16
+ border-radius: $border-radius;
17
+ text-align: center;
18
+ color: $text-muted;
19
+ transition: $transition-base;
20
+ order: -1;
21
+ cursor: pointer;
22
+ z-index: 999;
23
+
24
+ &:hover {
25
+ border-color: $text-muted;
26
+ color: $body-color;
27
+ }
28
+ }
29
+
30
+ .dz-button {
31
+ background: none;
32
+ border: 0;
33
+ font-size: inherit;
34
+ color: inherit;
35
+ }
36
+
37
+ .dz-drag-hover .dz-message {
38
+ border-color: $primary;
39
+ color: $primary;
40
+ }
41
+
42
+ .dropzone-multiple .dz-message {
43
+ padding-top: 2rem;
44
+ padding-bottom: 2rem;
45
+ }
46
+
47
+ .dropzone-single.dz-max-files-reached .dz-message {
48
+ background-color: fade-out($black, .1);
49
+ color: white;
50
+ opacity: 0;
51
+
52
+ &:hover {
53
+ opacity: 1;
54
+ }
55
+ }
56
+
57
+ .dz-preview-single {
58
+ position: absolute;
59
+ top: 0;
60
+ right: 0;
61
+ bottom: 0;
62
+ left: 0;
63
+ border-radius: $border-radius;
64
+ }
65
+
66
+ .dz-preview-cover {
67
+ position: absolute;
68
+ top: 0;
69
+ right: 0;
70
+ bottom: 0;
71
+ left: 0;
72
+ border-radius: $border-radius;
73
+ }
74
+
75
+ .dz-preview-img {
76
+ object-fit: cover;
77
+ width: 100%;
78
+ height: 100%;
79
+ border-radius: $border-radius;
80
+ }
81
+
82
+ .dz-preview-multiple .list-group-item:last-child {
83
+ padding-bottom: 0;
84
+ border-bottom: 0;
85
+ }
86
+
87
+ [data-dz-size] strong {
88
+ font-weight: $font-weight-normal;
89
+ }
@@ -11,1083 +11,4 @@
11
11
  @include media-breakpoint-up(md) {
12
12
  font-size: $h3-font-size-md;
13
13
  }
14
- }
15
-
16
- .fe {
17
- /* use !important to prevent issues with browser extensions that change fonts */
18
- font-family: 'Feather' !important;
19
- speak: none;
20
- font-style: normal;
21
- font-weight: normal;
22
- font-variant: normal;
23
- text-transform: none;
24
- line-height: 1;
25
-
26
- /* Better Font Rendering =========== */
27
- -webkit-font-smoothing: antialiased;
28
- -moz-osx-font-smoothing: grayscale;
29
- }
30
-
31
- .fe-activity:before {
32
- content: "\e900";
33
- }
34
-
35
- .fe-airplay:before {
36
- content: "\e901";
37
- }
38
-
39
- .fe-alert-circle:before {
40
- content: "\e902";
41
- }
42
-
43
- .fe-alert-octagon:before {
44
- content: "\e903";
45
- }
46
-
47
- .fe-alert-triangle:before {
48
- content: "\e904";
49
- }
50
-
51
- .fe-align-center:before {
52
- content: "\e905";
53
- }
54
-
55
- .fe-align-justify:before {
56
- content: "\e906";
57
- }
58
-
59
- .fe-align-left:before {
60
- content: "\e907";
61
- }
62
-
63
- .fe-align-right:before {
64
- content: "\e908";
65
- }
66
-
67
- .fe-anchor:before {
68
- content: "\e909";
69
- }
70
-
71
- .fe-aperture:before {
72
- content: "\e90a";
73
- }
74
-
75
- .fe-archive:before {
76
- content: "\e90b";
77
- }
78
-
79
- .fe-arrow-down:before {
80
- content: "\e90c";
81
- }
82
-
83
- .fe-arrow-down-circle:before {
84
- content: "\e90d";
85
- }
86
-
87
- .fe-arrow-down-left:before {
88
- content: "\e90e";
89
- }
90
-
91
- .fe-arrow-down-right:before {
92
- content: "\e90f";
93
- }
94
-
95
- .fe-arrow-left:before {
96
- content: "\e910";
97
- }
98
-
99
- .fe-arrow-left-circle:before {
100
- content: "\e911";
101
- }
102
-
103
- .fe-arrow-right:before {
104
- content: "\e912";
105
- }
106
-
107
- .fe-arrow-right-circle:before {
108
- content: "\e913";
109
- }
110
-
111
- .fe-arrow-up:before {
112
- content: "\e914";
113
- }
114
-
115
- .fe-arrow-up-circle:before {
116
- content: "\e915";
117
- }
118
-
119
- .fe-arrow-up-left:before {
120
- content: "\e916";
121
- }
122
-
123
- .fe-arrow-up-right:before {
124
- content: "\e917";
125
- }
126
-
127
- .fe-at-sign:before {
128
- content: "\e918";
129
- }
130
-
131
- .fe-award:before {
132
- content: "\e919";
133
- }
134
-
135
- .fe-bar-chart:before {
136
- content: "\e91a";
137
- }
138
-
139
- .fe-bar-chart-2:before {
140
- content: "\e91b";
141
- }
142
-
143
- .fe-battery:before {
144
- content: "\e91c";
145
- }
146
-
147
- .fe-battery-charging:before {
148
- content: "\e91d";
149
- }
150
-
151
- .fe-bell:before {
152
- content: "\e91e";
153
- }
154
-
155
- .fe-bell-off:before {
156
- content: "\e91f";
157
- }
158
-
159
- .fe-bluetooth:before {
160
- content: "\e920";
161
- }
162
-
163
- .fe-bold:before {
164
- content: "\e921";
165
- }
166
-
167
- .fe-book:before {
168
- content: "\e922";
169
- }
170
-
171
- .fe-book-open:before {
172
- content: "\e923";
173
- }
174
-
175
- .fe-bookmark:before {
176
- content: "\e924";
177
- }
178
-
179
- .fe-box:before {
180
- content: "\e925";
181
- }
182
-
183
- .fe-briefcase:before {
184
- content: "\e926";
185
- }
186
-
187
- .fe-calendar:before {
188
- content: "\e927";
189
- }
190
-
191
- .fe-camera:before {
192
- content: "\e928";
193
- }
194
-
195
- .fe-camera-off:before {
196
- content: "\e929";
197
- }
198
-
199
- .fe-cast:before {
200
- content: "\e92a";
201
- }
202
-
203
- .fe-check:before {
204
- content: "\e92b";
205
- }
206
-
207
- .fe-check-circle:before {
208
- content: "\e92c";
209
- }
210
-
211
- .fe-check-square:before {
212
- content: "\e92d";
213
- }
214
-
215
- .fe-chevron-down:before {
216
- content: "\e92e";
217
- }
218
-
219
- .fe-chevron-left:before {
220
- content: "\e92f";
221
- }
222
-
223
- .fe-chevron-right:before {
224
- content: "\e930";
225
- }
226
-
227
- .fe-chevron-up:before {
228
- content: "\e931";
229
- }
230
-
231
- .fe-chevrons-down:before {
232
- content: "\e932";
233
- }
234
-
235
- .fe-chevrons-left:before {
236
- content: "\e933";
237
- }
238
-
239
- .fe-chevrons-right:before {
240
- content: "\e934";
241
- }
242
-
243
- .fe-chevrons-up:before {
244
- content: "\e935";
245
- }
246
-
247
- .fe-chrome:before {
248
- content: "\e936";
249
- }
250
-
251
- .fe-circle:before {
252
- content: "\e937";
253
- }
254
-
255
- .fe-clipboard:before {
256
- content: "\e938";
257
- }
258
-
259
- .fe-clock:before {
260
- content: "\e939";
261
- }
262
-
263
- .fe-cloud:before {
264
- content: "\e93a";
265
- }
266
-
267
- .fe-cloud-drizzle:before {
268
- content: "\e93b";
269
- }
270
-
271
- .fe-cloud-lightning:before {
272
- content: "\e93c";
273
- }
274
-
275
- .fe-cloud-off:before {
276
- content: "\e93d";
277
- }
278
-
279
- .fe-cloud-rain:before {
280
- content: "\e93e";
281
- }
282
-
283
- .fe-cloud-snow:before {
284
- content: "\e93f";
285
- }
286
-
287
- .fe-code:before {
288
- content: "\e940";
289
- }
290
-
291
- .fe-codepen:before {
292
- content: "\e941";
293
- }
294
-
295
- .fe-command:before {
296
- content: "\e942";
297
- }
298
-
299
- .fe-compass:before {
300
- content: "\e943";
301
- }
302
-
303
- .fe-copy:before {
304
- content: "\e944";
305
- }
306
-
307
- .fe-corner-down-left:before {
308
- content: "\e945";
309
- }
310
-
311
- .fe-corner-down-right:before {
312
- content: "\e946";
313
- }
314
-
315
- .fe-corner-left-down:before {
316
- content: "\e947";
317
- }
318
-
319
- .fe-corner-left-up:before {
320
- content: "\e948";
321
- }
322
-
323
- .fe-corner-right-down:before {
324
- content: "\e949";
325
- }
326
-
327
- .fe-corner-right-up:before {
328
- content: "\e94a";
329
- }
330
-
331
- .fe-corner-up-left:before {
332
- content: "\e94b";
333
- }
334
-
335
- .fe-corner-up-right:before {
336
- content: "\e94c";
337
- }
338
-
339
- .fe-cpu:before {
340
- content: "\e94d";
341
- }
342
-
343
- .fe-credit-card:before {
344
- content: "\e94e";
345
- }
346
-
347
- .fe-crop:before {
348
- content: "\e94f";
349
- }
350
-
351
- .fe-crosshair:before {
352
- content: "\e950";
353
- }
354
-
355
- .fe-database:before {
356
- content: "\e951";
357
- }
358
-
359
- .fe-delete:before {
360
- content: "\e952";
361
- }
362
-
363
- .fe-disc:before {
364
- content: "\e953";
365
- }
366
-
367
- .fe-dollar-sign:before {
368
- content: "\e954";
369
- }
370
-
371
- .fe-download:before {
372
- content: "\e955";
373
- }
374
-
375
- .fe-download-cloud:before {
376
- content: "\e956";
377
- }
378
-
379
- .fe-droplet:before {
380
- content: "\e957";
381
- }
382
-
383
- .fe-edit:before {
384
- content: "\e958";
385
- }
386
-
387
- .fe-edit-2:before {
388
- content: "\e959";
389
- }
390
-
391
- .fe-edit-3:before {
392
- content: "\e95a";
393
- }
394
-
395
- .fe-external-link:before {
396
- content: "\e95b";
397
- }
398
-
399
- .fe-eye:before {
400
- content: "\e95c";
401
- }
402
-
403
- .fe-eye-off:before {
404
- content: "\e95d";
405
- }
406
-
407
- .fe-facebook:before {
408
- content: "\e95e";
409
- }
410
-
411
- .fe-fast-forward:before {
412
- content: "\e95f";
413
- }
414
-
415
- .fe-feather:before {
416
- content: "\e960";
417
- }
418
-
419
- .fe-file:before {
420
- content: "\e961";
421
- }
422
-
423
- .fe-file-minus:before {
424
- content: "\e962";
425
- }
426
-
427
- .fe-file-plus:before {
428
- content: "\e963";
429
- }
430
-
431
- .fe-file-text:before {
432
- content: "\e964";
433
- }
434
-
435
- .fe-film:before {
436
- content: "\e965";
437
- }
438
-
439
- .fe-filter:before {
440
- content: "\e966";
441
- }
442
-
443
- .fe-flag:before {
444
- content: "\e967";
445
- }
446
-
447
- .fe-folder:before {
448
- content: "\e968";
449
- }
450
-
451
- .fe-folder-minus:before {
452
- content: "\e969";
453
- }
454
-
455
- .fe-folder-plus:before {
456
- content: "\e96a";
457
- }
458
-
459
- .fe-gift:before {
460
- content: "\e96b";
461
- }
462
-
463
- .fe-git-branch:before {
464
- content: "\e96c";
465
- }
466
-
467
- .fe-git-commit:before {
468
- content: "\e96d";
469
- }
470
-
471
- .fe-git-merge:before {
472
- content: "\e96e";
473
- }
474
-
475
- .fe-git-pull-request:before {
476
- content: "\e96f";
477
- }
478
-
479
- .fe-github:before {
480
- content: "\e970";
481
- }
482
-
483
- .fe-gitlab:before {
484
- content: "\e971";
485
- }
486
-
487
- .fe-globe:before {
488
- content: "\e972";
489
- }
490
-
491
- .fe-grid:before {
492
- content: "\e973";
493
- }
494
-
495
- .fe-hard-drive:before {
496
- content: "\e974";
497
- }
498
-
499
- .fe-hash:before {
500
- content: "\e975";
501
- }
502
-
503
- .fe-headphones:before {
504
- content: "\e976";
505
- }
506
-
507
- .fe-heart:before {
508
- content: "\e977";
509
- }
510
-
511
- .fe-help-circle:before {
512
- content: "\e978";
513
- }
514
-
515
- .fe-home:before {
516
- content: "\e979";
517
- }
518
-
519
- .fe-image:before {
520
- content: "\e97a";
521
- }
522
-
523
- .fe-inbox:before {
524
- content: "\e97b";
525
- }
526
-
527
- .fe-info:before {
528
- content: "\e97c";
529
- }
530
-
531
- .fe-instagram:before {
532
- content: "\e97d";
533
- }
534
-
535
- .fe-italic:before {
536
- content: "\e97e";
537
- }
538
-
539
- .fe-layers:before {
540
- content: "\e97f";
541
- }
542
-
543
- .fe-layout:before {
544
- content: "\e980";
545
- }
546
-
547
- .fe-life-buoy:before {
548
- content: "\e981";
549
- }
550
-
551
- .fe-link:before {
552
- content: "\e982";
553
- }
554
-
555
- .fe-link-2:before {
556
- content: "\e983";
557
- }
558
-
559
- .fe-linkedin:before {
560
- content: "\e984";
561
- }
562
-
563
- .fe-list:before {
564
- content: "\e985";
565
- }
566
-
567
- .fe-loader:before {
568
- content: "\e986";
569
- }
570
-
571
- .fe-lock:before {
572
- content: "\e987";
573
- }
574
-
575
- .fe-log-in:before {
576
- content: "\e988";
577
- }
578
-
579
- .fe-log-out:before {
580
- content: "\e989";
581
- }
582
-
583
- .fe-mail:before {
584
- content: "\e98a";
585
- }
586
-
587
- .fe-map:before {
588
- content: "\e98b";
589
- }
590
-
591
- .fe-map-pin:before {
592
- content: "\e98c";
593
- }
594
-
595
- .fe-maximize:before {
596
- content: "\e98d";
597
- }
598
-
599
- .fe-maximize-2:before {
600
- content: "\e98e";
601
- }
602
-
603
- .fe-menu:before {
604
- content: "\e98f";
605
- }
606
-
607
- .fe-message-circle:before {
608
- content: "\e990";
609
- }
610
-
611
- .fe-message-square:before {
612
- content: "\e991";
613
- }
614
-
615
- .fe-mic:before {
616
- content: "\e992";
617
- }
618
-
619
- .fe-mic-off:before {
620
- content: "\e993";
621
- }
622
-
623
- .fe-minimize:before {
624
- content: "\e994";
625
- }
626
-
627
- .fe-minimize-2:before {
628
- content: "\e995";
629
- }
630
-
631
- .fe-minus:before {
632
- content: "\e996";
633
- }
634
-
635
- .fe-minus-circle:before {
636
- content: "\e997";
637
- }
638
-
639
- .fe-minus-square:before {
640
- content: "\e998";
641
- }
642
-
643
- .fe-monitor:before {
644
- content: "\e999";
645
- }
646
-
647
- .fe-moon:before {
648
- content: "\e99a";
649
- }
650
-
651
- .fe-more-horizontal:before {
652
- content: "\e99b";
653
- }
654
-
655
- .fe-more-vertical:before {
656
- content: "\e99c";
657
- }
658
-
659
- .fe-move:before {
660
- content: "\e99d";
661
- }
662
-
663
- .fe-music:before {
664
- content: "\e99e";
665
- }
666
-
667
- .fe-navigation:before {
668
- content: "\e99f";
669
- }
670
-
671
- .fe-navigation-2:before {
672
- content: "\e9a0";
673
- }
674
-
675
- .fe-octagon:before {
676
- content: "\e9a1";
677
- }
678
-
679
- .fe-package:before {
680
- content: "\e9a2";
681
- }
682
-
683
- .fe-paperclip:before {
684
- content: "\e9a3";
685
- }
686
-
687
- .fe-pause:before {
688
- content: "\e9a4";
689
- }
690
-
691
- .fe-pause-circle:before {
692
- content: "\e9a5";
693
- }
694
-
695
- .fe-percent:before {
696
- content: "\e9a6";
697
- }
698
-
699
- .fe-phone:before {
700
- content: "\e9a7";
701
- }
702
-
703
- .fe-phone-call:before {
704
- content: "\e9a8";
705
- }
706
-
707
- .fe-phone-forwarded:before {
708
- content: "\e9a9";
709
- }
710
-
711
- .fe-phone-incoming:before {
712
- content: "\e9aa";
713
- }
714
-
715
- .fe-phone-missed:before {
716
- content: "\e9ab";
717
- }
718
-
719
- .fe-phone-off:before {
720
- content: "\e9ac";
721
- }
722
-
723
- .fe-phone-outgoing:before {
724
- content: "\e9ad";
725
- }
726
-
727
- .fe-pie-chart:before {
728
- content: "\e9ae";
729
- }
730
-
731
- .fe-play:before {
732
- content: "\e9af";
733
- }
734
-
735
- .fe-play-circle:before {
736
- content: "\e9b0";
737
- }
738
-
739
- .fe-plus:before {
740
- content: "\e9b1";
741
- }
742
-
743
- .fe-plus-circle:before {
744
- content: "\e9b2";
745
- }
746
-
747
- .fe-plus-square:before {
748
- content: "\e9b3";
749
- }
750
-
751
- .fe-pocket:before {
752
- content: "\e9b4";
753
- }
754
-
755
- .fe-power:before {
756
- content: "\e9b5";
757
- }
758
-
759
- .fe-printer:before {
760
- content: "\e9b6";
761
- }
762
-
763
- .fe-radio:before {
764
- content: "\e9b7";
765
- }
766
-
767
- .fe-refresh-ccw:before {
768
- content: "\e9b8";
769
- }
770
-
771
- .fe-refresh-cw:before {
772
- content: "\e9b9";
773
- }
774
-
775
- .fe-repeat:before {
776
- content: "\e9ba";
777
- }
778
-
779
- .fe-rewind:before {
780
- content: "\e9bb";
781
- }
782
-
783
- .fe-rotate-ccw:before {
784
- content: "\e9bc";
785
- }
786
-
787
- .fe-rotate-cw:before {
788
- content: "\e9bd";
789
- }
790
-
791
- .fe-rss:before {
792
- content: "\e9be";
793
- }
794
-
795
- .fe-save:before {
796
- content: "\e9bf";
797
- }
798
-
799
- .fe-scissors:before {
800
- content: "\e9c0";
801
- }
802
-
803
- .fe-search:before {
804
- content: "\e9c1";
805
- }
806
-
807
- .fe-send:before {
808
- content: "\e9c2";
809
- }
810
-
811
- .fe-server:before {
812
- content: "\e9c3";
813
- }
814
-
815
- .fe-settings:before {
816
- content: "\e9c4";
817
- }
818
-
819
- .fe-share:before {
820
- content: "\e9c5";
821
- }
822
-
823
- .fe-share-2:before {
824
- content: "\e9c6";
825
- }
826
-
827
- .fe-shield:before {
828
- content: "\e9c7";
829
- }
830
-
831
- .fe-shield-off:before {
832
- content: "\e9c8";
833
- }
834
-
835
- .fe-shopping-bag:before {
836
- content: "\e9c9";
837
- }
838
-
839
- .fe-shopping-cart:before {
840
- content: "\e9ca";
841
- }
842
-
843
- .fe-shuffle:before {
844
- content: "\e9cb";
845
- }
846
-
847
- .fe-sidebar:before {
848
- content: "\e9cc";
849
- }
850
-
851
- .fe-skip-back:before {
852
- content: "\e9cd";
853
- }
854
-
855
- .fe-skip-forward:before {
856
- content: "\e9ce";
857
- }
858
-
859
- .fe-slack:before {
860
- content: "\e9cf";
861
- }
862
-
863
- .fe-slash:before {
864
- content: "\e9d0";
865
- }
866
-
867
- .fe-sliders:before {
868
- content: "\e9d1";
869
- }
870
-
871
- .fe-smartphone:before {
872
- content: "\e9d2";
873
- }
874
-
875
- .fe-speaker:before {
876
- content: "\e9d3";
877
- }
878
-
879
- .fe-square:before {
880
- content: "\e9d4";
881
- }
882
-
883
- .fe-star:before {
884
- content: "\e9d5";
885
- }
886
-
887
- .fe-stop-circle:before {
888
- content: "\e9d6";
889
- }
890
-
891
- .fe-sun:before {
892
- content: "\e9d7";
893
- }
894
-
895
- .fe-sunrise:before {
896
- content: "\e9d8";
897
- }
898
-
899
- .fe-sunset:before {
900
- content: "\e9d9";
901
- }
902
-
903
- .fe-tablet:before {
904
- content: "\e9da";
905
- }
906
-
907
- .fe-tag:before {
908
- content: "\e9db";
909
- }
910
-
911
- .fe-target:before {
912
- content: "\e9dc";
913
- }
914
-
915
- .fe-terminal:before {
916
- content: "\e9dd";
917
- }
918
-
919
- .fe-thermometer:before {
920
- content: "\e9de";
921
- }
922
-
923
- .fe-thumbs-down:before {
924
- content: "\e9df";
925
- }
926
-
927
- .fe-thumbs-up:before {
928
- content: "\e9e0";
929
- }
930
-
931
- .fe-toggle-left:before {
932
- content: "\e9e1";
933
- }
934
-
935
- .fe-toggle-right:before {
936
- content: "\e9e2";
937
- }
938
-
939
- .fe-trash:before {
940
- content: "\e9e3";
941
- }
942
-
943
- .fe-trash-2:before {
944
- content: "\e9e4";
945
- }
946
-
947
- .fe-trending-down:before {
948
- content: "\e9e5";
949
- }
950
-
951
- .fe-trending-up:before {
952
- content: "\e9e6";
953
- }
954
-
955
- .fe-triangle:before {
956
- content: "\e9e7";
957
- }
958
-
959
- .fe-truck:before {
960
- content: "\e9e8";
961
- }
962
-
963
- .fe-tv:before {
964
- content: "\e9e9";
965
- }
966
-
967
- .fe-twitter:before {
968
- content: "\e9ea";
969
- }
970
-
971
- .fe-type:before {
972
- content: "\e9eb";
973
- }
974
-
975
- .fe-umbrella:before {
976
- content: "\e9ec";
977
- }
978
-
979
- .fe-underline:before {
980
- content: "\e9ed";
981
- }
982
-
983
- .fe-unlock:before {
984
- content: "\e9ee";
985
- }
986
-
987
- .fe-upload:before {
988
- content: "\e9ef";
989
- }
990
-
991
- .fe-upload-cloud:before {
992
- content: "\e9f0";
993
- }
994
-
995
- .fe-user:before {
996
- content: "\e9f1";
997
- }
998
-
999
- .fe-user-check:before {
1000
- content: "\e9f2";
1001
- }
1002
-
1003
- .fe-user-minus:before {
1004
- content: "\e9f3";
1005
- }
1006
-
1007
- .fe-user-plus:before {
1008
- content: "\e9f4";
1009
- }
1010
-
1011
- .fe-user-x:before {
1012
- content: "\e9f5";
1013
- }
1014
-
1015
- .fe-users:before {
1016
- content: "\e9f6";
1017
- }
1018
-
1019
- .fe-video:before {
1020
- content: "\e9f7";
1021
- }
1022
-
1023
- .fe-video-off:before {
1024
- content: "\e9f8";
1025
- }
1026
-
1027
- .fe-voicemail:before {
1028
- content: "\e9f9";
1029
- }
1030
-
1031
- .fe-volume:before {
1032
- content: "\e9fa";
1033
- }
1034
-
1035
- .fe-volume-1:before {
1036
- content: "\e9fb";
1037
- }
1038
-
1039
- .fe-volume-2:before {
1040
- content: "\e9fc";
1041
- }
1042
-
1043
- .fe-volume-x:before {
1044
- content: "\e9fd";
1045
- }
1046
-
1047
- .fe-watch:before {
1048
- content: "\e9fe";
1049
- }
1050
-
1051
- .fe-wifi:before {
1052
- content: "\e9ff";
1053
- }
1054
-
1055
- .fe-wifi-off:before {
1056
- content: "\ea00";
1057
- }
1058
-
1059
- .fe-wind:before {
1060
- content: "\ea01";
1061
- }
1062
-
1063
- .fe-x:before {
1064
- content: "\ea02";
1065
- }
1066
-
1067
- .fe-x-circle:before {
1068
- content: "\ea03";
1069
- }
1070
-
1071
- .fe-x-square:before {
1072
- content: "\ea04";
1073
- }
1074
-
1075
- .fe-youtube:before {
1076
- content: "\ea05";
1077
- }
1078
-
1079
- .fe-zap:before {
1080
- content: "\ea06";
1081
- }
1082
-
1083
- .fe-zap-off:before {
1084
- content: "\ea07";
1085
- }
1086
-
1087
- .fe-zoom-in:before {
1088
- content: "\ea08";
1089
- }
1090
-
1091
- .fe-zoom-out:before {
1092
- content: "\ea09";
1093
14
  }