active_frontend 12.4.32 → 13.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (118) hide show
  1. checksums.yaml +4 -4
  2. data/.coveralls.yml +1 -1
  3. data/.gitignore +1 -1
  4. data/.rspec +1 -1
  5. data/.travis.yml +1 -1
  6. data/CODE_OF_CONDUCT.md +1 -1
  7. data/Gemfile +1 -1
  8. data/LICENSE.txt +1 -1
  9. data/README.md +1 -1
  10. data/Rakefile +1 -1
  11. data/active_frontend.gemspec +1 -1
  12. data/app/assets/fonts/dripicons/dripicons-weather.woff +0 -0
  13. data/app/assets/fonts/dripicons/dripicons.woff +0 -0
  14. data/app/assets/images/placeholders/camera-large.png +0 -0
  15. data/app/assets/images/placeholders/camera-small.png +0 -0
  16. data/app/assets/images/placeholders/camera.png +0 -0
  17. data/app/assets/images/placeholders/picture-large.png +0 -0
  18. data/app/assets/images/placeholders/picture-small.png +0 -0
  19. data/app/assets/images/placeholders/picture.png +0 -0
  20. data/app/assets/images/placeholders/store-large.png +0 -0
  21. data/app/assets/images/placeholders/store-small.png +0 -0
  22. data/app/assets/images/placeholders/store.png +0 -0
  23. data/app/assets/images/placeholders/user-large.png +0 -0
  24. data/app/assets/images/placeholders/user-small.png +0 -0
  25. data/app/assets/images/placeholders/user.png +0 -0
  26. data/app/helpers/active_frontend_helper.rb +2 -2
  27. data/lib/active_frontend/version.rb +2 -2
  28. data/lib/active_frontend.rb +1 -1
  29. data/lib/generators/active_frontend/install_generator.rb +1 -1
  30. data/lib/generators/active_frontend/templates/install.js +1 -1
  31. data/lib/generators/active_frontend/templates/install.scss +1 -1
  32. data/vendor/assets/javascripts/_affix.js +1 -1
  33. data/vendor/assets/javascripts/_alert.js +1 -1
  34. data/vendor/assets/javascripts/_animation.js +1 -1
  35. data/vendor/assets/javascripts/_button.js +1 -1
  36. data/vendor/assets/javascripts/_carousel.js +1 -1
  37. data/vendor/assets/javascripts/_chart.js +8 -8
  38. data/vendor/assets/javascripts/_collapse.js +1 -1
  39. data/vendor/assets/javascripts/_color_picker.js +1 -1
  40. data/vendor/assets/javascripts/_date_picker.js +1 -1
  41. data/vendor/assets/javascripts/_dropdown.js +1 -1
  42. data/vendor/assets/javascripts/_file_input.js +1 -1
  43. data/vendor/assets/javascripts/_hoverdown.js +1 -1
  44. data/vendor/assets/javascripts/_inputmask.js +1 -1
  45. data/vendor/assets/javascripts/_loader.js +1 -1
  46. data/vendor/assets/javascripts/_map.js +149 -10
  47. data/vendor/assets/javascripts/_modal.js +1 -1
  48. data/vendor/assets/javascripts/_popover.js +1 -1
  49. data/vendor/assets/javascripts/_scrollspy.js +1 -1
  50. data/vendor/assets/javascripts/_slider.js +1 -1
  51. data/vendor/assets/javascripts/_sort.js +1 -1
  52. data/vendor/assets/javascripts/_swoggle.js +1 -1
  53. data/vendor/assets/javascripts/_tab.js +1 -1
  54. data/vendor/assets/javascripts/_tablespy.js +1 -1
  55. data/vendor/assets/javascripts/_time_ago.js +1 -1
  56. data/vendor/assets/javascripts/_time_picker.js +1 -1
  57. data/vendor/assets/javascripts/_tooltip.js +1 -1
  58. data/vendor/assets/javascripts/_transition.js +1 -1
  59. data/vendor/assets/javascripts/_typeahead.js +1 -1
  60. data/vendor/assets/javascripts/active_frontend.js +1 -1
  61. data/vendor/assets/stylesheets/_ad.scss +2 -2
  62. data/vendor/assets/stylesheets/_affix.scss +1 -1
  63. data/vendor/assets/stylesheets/_alert.scss +3 -16
  64. data/vendor/assets/stylesheets/_animation.scss +1 -1
  65. data/vendor/assets/stylesheets/_breadcrumb.scss +3 -18
  66. data/vendor/assets/stylesheets/_button.scss +33 -39
  67. data/vendor/assets/stylesheets/_canvas.scss +1 -1
  68. data/vendor/assets/stylesheets/_carousel.scss +2 -2
  69. data/vendor/assets/stylesheets/_chart.scss +1 -1
  70. data/vendor/assets/stylesheets/_code.scss +3 -3
  71. data/vendor/assets/stylesheets/_collapse.scss +2 -2
  72. data/vendor/assets/stylesheets/_color.scss +2 -2
  73. data/vendor/assets/stylesheets/_colorpicker.scss +20 -5
  74. data/vendor/assets/stylesheets/_datepicker.scss +7 -5
  75. data/vendor/assets/stylesheets/_dropdown.scss +12 -9
  76. data/vendor/assets/stylesheets/_footer.scss +4 -5
  77. data/vendor/assets/stylesheets/_form.scss +51 -50
  78. data/vendor/assets/stylesheets/_grid.scss +1 -1
  79. data/vendor/assets/stylesheets/_header.scss +53 -497
  80. data/vendor/assets/stylesheets/_icon.scss +321 -1489
  81. data/vendor/assets/stylesheets/_image.scss +1 -1
  82. data/vendor/assets/stylesheets/_label_and_badge.scss +1 -1
  83. data/vendor/assets/stylesheets/_link.scss +41 -2
  84. data/vendor/assets/stylesheets/_list.scss +3 -3
  85. data/vendor/assets/stylesheets/_loader.scss +1 -1
  86. data/vendor/assets/stylesheets/_map.scss +1 -1
  87. data/vendor/assets/stylesheets/_missive.scss +1 -1
  88. data/vendor/assets/stylesheets/_mixin.scss +1 -1
  89. data/vendor/assets/stylesheets/_modal.scss +1 -1
  90. data/vendor/assets/stylesheets/_nav_and_tab.scss +1 -1
  91. data/vendor/assets/stylesheets/_navbar.scss +8 -16
  92. data/vendor/assets/stylesheets/_pagination.scss +9 -5
  93. data/vendor/assets/stylesheets/_panel.scss +4 -4
  94. data/vendor/assets/stylesheets/_placeholder.scss +3 -4
  95. data/vendor/assets/stylesheets/_popover.scss +2 -2
  96. data/vendor/assets/stylesheets/_progress.scss +1 -1
  97. data/vendor/assets/stylesheets/_reset.scss +6 -4
  98. data/vendor/assets/stylesheets/_sidebar.scss +9 -141
  99. data/vendor/assets/stylesheets/_slider.scss +9 -9
  100. data/vendor/assets/stylesheets/_spinner.scss +6 -4
  101. data/vendor/assets/stylesheets/_subheader.scss +19 -180
  102. data/vendor/assets/stylesheets/_swoggle.scss +3 -3
  103. data/vendor/assets/stylesheets/_table.scss +20 -11
  104. data/vendor/assets/stylesheets/_timepicker.scss +7 -10
  105. data/vendor/assets/stylesheets/_toolbar.scss +8 -21
  106. data/vendor/assets/stylesheets/_tooltip.scss +4 -3
  107. data/vendor/assets/stylesheets/_transition.scss +1 -1
  108. data/vendor/assets/stylesheets/_trunk.scss +16 -24
  109. data/vendor/assets/stylesheets/_typeahead.scss +2 -7
  110. data/vendor/assets/stylesheets/_typography.scss +1 -1
  111. data/vendor/assets/stylesheets/_variable.scss +1 -1
  112. data/vendor/assets/stylesheets/active_frontend.scss +1 -1
  113. metadata +15 -8
  114. data/app/assets/fonts/ionicons/ionicons.eot +0 -0
  115. data/app/assets/fonts/ionicons/ionicons.svg +0 -2232
  116. data/app/assets/fonts/ionicons/ionicons.ttf +0 -0
  117. data/app/assets/fonts/ionicons/ionicons.woff +0 -0
  118. data/app/assets/images/placeholders/person.png +0 -0
@@ -20,1511 +20,343 @@
20
20
  /* # Font-face
21
21
  ================================================== */
22
22
  @font-face {
23
- font-family: "Ionicons";
23
+ font-family: "dripicons";
24
24
  font-style: normal;
25
25
  font-weight: normal;
26
- src: url(font_path("ionicons/ionicons.eot?v=2.0.1"));
27
- src: url(font_path("ionicons/ionicons.eot?v=2.0.1#iefix")) format("embedded-opentype"),
28
- url(font_path("ionicons/ionicons.ttf?v=2.0.1")) format("truetype"),
29
- url(font_path("ionicons/ionicons.woff?v=2.0.1")) format("woff"),
30
- url(font_path("ionicons/ionicons.svg?v=2.0.1#Ionicons")) format("svg");
26
+ src: url(font_path("dripicons/dripicons.woff")) format("woff");
27
+ }
28
+ @font-face {
29
+ font-family: "dripicons-weather";
30
+ font-style: normal;
31
+ font-weight: normal;
32
+ src: url(font_path("dripicons/dripicons-weather.woff")) format("woff");
31
33
  }
32
34
 
33
35
  /* # Icon
34
36
  ================================================== */
35
- .icon,
36
- .icon-alert:before,
37
- .icon-alert-circled:before,
38
- .icon-android-add:before,
39
- .icon-android-add-circle:before,
40
- .icon-android-alarm-clock:before,
41
- .icon-android-alert:before,
42
- .icon-android-apps:before,
43
- .icon-android-archive:before,
44
- .icon-android-arrow-back:before,
45
- .icon-android-arrow-down:before,
46
- .icon-android-arrow-dropdown:before,
47
- .icon-android-arrow-dropdown-circle:before,
48
- .icon-android-arrow-dropleft:before,
49
- .icon-android-arrow-dropleft-circle:before,
50
- .icon-android-arrow-dropright:before,
51
- .icon-android-arrow-dropright-circle:before,
52
- .icon-android-arrow-dropup:before,
53
- .icon-android-arrow-dropup-circle:before,
54
- .icon-android-arrow-forward:before,
55
- .icon-android-arrow-up:before,
56
- .icon-android-attach:before,
57
- .icon-android-bar:before,
58
- .icon-android-bicycle:before,
59
- .icon-android-boat:before,
60
- .icon-android-bookmark:before,
61
- .icon-android-bulb:before,
62
- .icon-android-bus:before,
63
- .icon-android-calendar:before,
64
- .icon-android-call:before,
65
- .icon-android-camera:before,
66
- .icon-android-cancel:before,
67
- .icon-android-car:before,
68
- .icon-android-cart:before,
69
- .icon-android-chat:before,
70
- .icon-android-checkbox:before,
71
- .icon-android-checkbox-blank:before,
72
- .icon-android-checkbox-outline:before,
73
- .icon-android-checkbox-outline-blank:before,
74
- .icon-android-checkmark-circle:before,
75
- .icon-android-clipboard:before,
76
- .icon-android-close:before,
77
- .icon-android-cloud:before,
78
- .icon-android-cloud-circle:before,
79
- .icon-android-cloud-done:before,
80
- .icon-android-cloud-outline:before,
81
- .icon-android-color-palette:before,
82
- .icon-android-compass:before,
83
- .icon-android-contact:before,
84
- .icon-android-contacts:before,
85
- .icon-android-contract:before,
86
- .icon-android-create:before,
87
- .icon-android-delete:before,
88
- .icon-android-desktop:before,
89
- .icon-android-document:before,
90
- .icon-android-done:before,
91
- .icon-android-done-all:before,
92
- .icon-android-download:before,
93
- .icon-android-drafts:before,
94
- .icon-android-exit:before,
95
- .icon-android-expand:before,
96
- .icon-android-favorite:before,
97
- .icon-android-favorite-outline:before,
98
- .icon-android-film:before,
99
- .icon-android-folder:before,
100
- .icon-android-folder-open:before,
101
- .icon-android-funnel:before,
102
- .icon-android-globe:before,
103
- .icon-android-hand:before,
104
- .icon-android-hangout:before,
105
- .icon-android-happy:before,
106
- .icon-android-home:before,
107
- .icon-android-image:before,
108
- .icon-android-laptop:before,
109
- .icon-android-list:before,
110
- .icon-android-locate:before,
111
- .icon-android-lock:before,
112
- .icon-android-mail:before,
113
- .icon-android-map:before,
114
- .icon-android-menu:before,
115
- .icon-android-microphone:before,
116
- .icon-android-microphone-off:before,
117
- .icon-android-more-horizontal:before,
118
- .icon-android-more-vertical:before,
119
- .icon-android-navigate:before,
120
- .icon-android-notifications:before,
121
- .icon-android-notifications-none:before,
122
- .icon-android-notifications-off:before,
123
- .icon-android-open:before,
124
- .icon-android-options:before,
125
- .icon-android-people:before,
126
- .icon-android-person:before,
127
- .icon-android-person-add:before,
128
- .icon-android-phone-landscape:before,
129
- .icon-android-phone-portrait:before,
130
- .icon-android-pin:before,
131
- .icon-android-plane:before,
132
- .icon-android-playstore:before,
133
- .icon-android-print:before,
134
- .icon-android-radio-button-off:before,
135
- .icon-android-radio-button-on:before,
136
- .icon-android-refresh:before,
137
- .icon-android-remove:before,
138
- .icon-android-remove-circle:before,
139
- .icon-android-restaurant:before,
140
- .icon-android-sad:before,
141
- .icon-android-search:before,
142
- .icon-android-send:before,
143
- .icon-android-settings:before,
144
- .icon-android-share:before,
145
- .icon-android-share-alt:before,
146
- .icon-android-star:before,
147
- .icon-android-star-half:before,
148
- .icon-android-star-outline:before,
149
- .icon-android-stopwatch:before,
150
- .icon-android-subway:before,
151
- .icon-android-sunny:before,
152
- .icon-android-sync:before,
153
- .icon-android-textsms:before,
154
- .icon-android-time:before,
155
- .icon-android-train:before,
156
- .icon-android-unlock:before,
157
- .icon-android-upload:before,
158
- .icon-android-volume-down:before,
159
- .icon-android-volume-mute:before,
160
- .icon-android-volume-off:before,
161
- .icon-android-volume-up:before,
162
- .icon-android-walk:before,
163
- .icon-android-warning:before,
164
- .icon-android-watch:before,
165
- .icon-android-wifi:before,
166
- .icon-aperture:before,
167
- .icon-archive:before,
168
- .icon-arrow-down-a:before,
169
- .icon-arrow-down-b:before,
170
- .icon-arrow-down-c:before,
171
- .icon-arrow-expand:before,
172
- .icon-arrow-graph-down-left:before,
173
- .icon-arrow-graph-down-right:before,
174
- .icon-arrow-graph-up-left:before,
175
- .icon-arrow-graph-up-right:before,
176
- .icon-arrow-left-a:before,
177
- .icon-arrow-left-b:before,
178
- .icon-arrow-left-c:before,
179
- .icon-arrow-move:before,
180
- .icon-arrow-resize:before,
181
- .icon-arrow-return-left:before,
182
- .icon-arrow-return-right:before,
183
- .icon-arrow-right-a:before,
184
- .icon-arrow-right-b:before,
185
- .icon-arrow-right-c:before,
186
- .icon-arrow-shrink:before,
187
- .icon-arrow-swap:before,
188
- .icon-arrow-up-a:before,
189
- .icon-arrow-up-b:before,
190
- .icon-arrow-up-c:before,
191
- .icon-asterisk:before,
192
- .icon-at:before,
193
- .icon-backspace:before,
194
- .icon-backspace-outline:before,
195
- .icon-bag:before,
196
- .icon-battery-charging:before,
197
- .icon-battery-empty:before,
198
- .icon-battery-full:before,
199
- .icon-battery-half:before,
200
- .icon-battery-low:before,
201
- .icon-beaker:before,
202
- .icon-beer:before,
203
- .icon-bluetooth:before,
204
- .icon-bonfire:before,
205
- .icon-bookmark:before,
206
- .icon-bowtie:before,
207
- .icon-briefcase:before,
208
- .icon-bug:before,
209
- .icon-calculator:before,
210
- .icon-calendar:before,
211
- .icon-camera:before,
212
- .icon-card:before,
213
- .icon-cash:before,
214
- .icon-chatbox:before,
215
- .icon-chatbox-working:before,
216
- .icon-chatboxes:before,
217
- .icon-chatbubble:before,
218
- .icon-chatbubble-working:before,
219
- .icon-chatbubbles:before,
220
- .icon-checkmark:before,
221
- .icon-checkmark-circled:before,
222
- .icon-checkmark-round:before,
223
- .icon-chevron-down:before,
224
- .icon-chevron-left:before,
225
- .icon-chevron-right:before,
226
- .icon-chevron-up:before,
227
- .icon-clipboard:before,
228
- .icon-clock:before,
229
- .icon-close:before,
230
- .icon-close-circled:before,
231
- .icon-close-round:before,
232
- .icon-closed-captioning:before,
233
- .icon-cloud:before,
234
- .icon-code:before,
235
- .icon-code-download:before,
236
- .icon-code-working:before,
237
- .icon-coffee:before,
238
- .icon-compass:before,
239
- .icon-compose:before,
240
- .icon-connection-bars:before,
241
- .icon-contrast:before,
242
- .icon-crop:before,
243
- .icon-cube:before,
244
- .icon-disc:before,
245
- .icon-document:before,
246
- .icon-document-text:before,
247
- .icon-drag:before,
248
- .icon-earth:before,
249
- .icon-easel:before,
250
- .icon-edit:before,
251
- .icon-egg:before,
252
- .icon-eject:before,
253
- .icon-email:before,
254
- .icon-email-unread:before,
255
- .icon-erlenmeyer-flask:before,
256
- .icon-erlenmeyer-flask-bubbles:before,
257
- .icon-eye:before,
258
- .icon-eye-disabled:before,
259
- .icon-female:before,
260
- .icon-filing:before,
261
- .icon-film-marker:before,
262
- .icon-fireball:before,
263
- .icon-flag:before,
264
- .icon-flame:before,
265
- .icon-flash:before,
266
- .icon-flash-off:before,
267
- .icon-folder:before,
268
- .icon-fork:before,
269
- .icon-fork-repo:before,
270
- .icon-forward:before,
271
- .icon-funnel:before,
272
- .icon-gear-a:before,
273
- .icon-gear-b:before,
274
- .icon-grid:before,
275
- .icon-hammer:before,
276
- .icon-happy:before,
277
- .icon-happy-outline:before,
278
- .icon-headphone:before,
279
- .icon-heart:before,
280
- .icon-heart-broken:before,
281
- .icon-help:before,
282
- .icon-help-buoy:before,
283
- .icon-help-circled:before,
284
- .icon-home:before,
285
- .icon-icecream:before,
286
- .icon-image:before,
287
- .icon-images:before,
288
- .icon-information:before,
289
- .icon-information-circled:before,
290
- .icon-ionic:before,
291
- .icon-ios-alarm:before,
292
- .icon-ios-alarm-outline:before,
293
- .icon-ios-albums:before,
294
- .icon-ios-albums-outline:before,
295
- .icon-ios-americanfootball:before,
296
- .icon-ios-americanfootball-outline:before,
297
- .icon-ios-analytics:before,
298
- .icon-ios-analytics-outline:before,
299
- .icon-ios-arrow-back:before,
300
- .icon-ios-arrow-down:before,
301
- .icon-ios-arrow-forward:before,
302
- .icon-ios-arrow-left:before,
303
- .icon-ios-arrow-right:before,
304
- .icon-ios-arrow-thin-down:before,
305
- .icon-ios-arrow-thin-left:before,
306
- .icon-ios-arrow-thin-right:before,
307
- .icon-ios-arrow-thin-up:before,
308
- .icon-ios-arrow-up:before,
309
- .icon-ios-at:before,
310
- .icon-ios-at-outline:before,
311
- .icon-ios-barcode:before,
312
- .icon-ios-barcode-outline:before,
313
- .icon-ios-baseball:before,
314
- .icon-ios-baseball-outline:before,
315
- .icon-ios-basketball:before,
316
- .icon-ios-basketball-outline:before,
317
- .icon-ios-bell:before,
318
- .icon-ios-bell-outline:before,
319
- .icon-ios-body:before,
320
- .icon-ios-body-outline:before,
321
- .icon-ios-bolt:before,
322
- .icon-ios-bolt-outline:before,
323
- .icon-ios-book:before,
324
- .icon-ios-book-outline:before,
325
- .icon-ios-bookmarks:before,
326
- .icon-ios-bookmarks-outline:before,
327
- .icon-ios-box:before,
328
- .icon-ios-box-outline:before,
329
- .icon-ios-briefcase:before,
330
- .icon-ios-briefcase-outline:before,
331
- .icon-ios-browsers:before,
332
- .icon-ios-browsers-outline:before,
333
- .icon-ios-calculator:before,
334
- .icon-ios-calculator-outline:before,
335
- .icon-ios-calendar:before,
336
- .icon-ios-calendar-outline:before,
337
- .icon-ios-camera:before,
338
- .icon-ios-camera-outline:before,
339
- .icon-ios-cart:before,
340
- .icon-ios-cart-outline:before,
341
- .icon-ios-chatboxes:before,
342
- .icon-ios-chatboxes-outline:before,
343
- .icon-ios-chatbubble:before,
344
- .icon-ios-chatbubble-outline:before,
345
- .icon-ios-checkmark:before,
346
- .icon-ios-checkmark-empty:before,
347
- .icon-ios-checkmark-outline:before,
348
- .icon-ios-circle-filled:before,
349
- .icon-ios-circle-outline:before,
350
- .icon-ios-clock:before,
351
- .icon-ios-clock-outline:before,
352
- .icon-ios-close:before,
353
- .icon-ios-close-empty:before,
354
- .icon-ios-close-outline:before,
355
- .icon-ios-cloud:before,
356
- .icon-ios-cloud-download:before,
357
- .icon-ios-cloud-download-outline:before,
358
- .icon-ios-cloud-outline:before,
359
- .icon-ios-cloud-upload:before,
360
- .icon-ios-cloud-upload-outline:before,
361
- .icon-ios-cloudy:before,
362
- .icon-ios-cloudy-night:before,
363
- .icon-ios-cloudy-night-outline:before,
364
- .icon-ios-cloudy-outline:before,
365
- .icon-ios-cog:before,
366
- .icon-ios-cog-outline:before,
367
- .icon-ios-color-filter:before,
368
- .icon-ios-color-filter-outline:before,
369
- .icon-ios-color-wand:before,
370
- .icon-ios-color-wand-outline:before,
371
- .icon-ios-compose:before,
372
- .icon-ios-compose-outline:before,
373
- .icon-ios-contact:before,
374
- .icon-ios-contact-outline:before,
375
- .icon-ios-copy:before,
376
- .icon-ios-copy-outline:before,
377
- .icon-ios-crop:before,
378
- .icon-ios-crop-strong:before,
379
- .icon-ios-download:before,
380
- .icon-ios-download-outline:before,
381
- .icon-ios-drag:before,
382
- .icon-ios-email:before,
383
- .icon-ios-email-outline:before,
384
- .icon-ios-eye:before,
385
- .icon-ios-eye-outline:before,
386
- .icon-ios-fastforward:before,
387
- .icon-ios-fastforward-outline:before,
388
- .icon-ios-filing:before,
389
- .icon-ios-filing-outline:before,
390
- .icon-ios-film:before,
391
- .icon-ios-film-outline:before,
392
- .icon-ios-flag:before,
393
- .icon-ios-flag-outline:before,
394
- .icon-ios-flame:before,
395
- .icon-ios-flame-outline:before,
396
- .icon-ios-flask:before,
397
- .icon-ios-flask-outline:before,
398
- .icon-ios-flower:before,
399
- .icon-ios-flower-outline:before,
400
- .icon-ios-folder:before,
401
- .icon-ios-folder-outline:before,
402
- .icon-ios-football:before,
403
- .icon-ios-football-outline:before,
404
- .icon-ios-game-controller-a:before,
405
- .icon-ios-game-controller-a-outline:before,
406
- .icon-ios-game-controller-b:before,
407
- .icon-ios-game-controller-b-outline:before,
408
- .icon-ios-gear:before,
409
- .icon-ios-gear-outline:before,
410
- .icon-ios-glasses:before,
411
- .icon-ios-glasses-outline:before,
412
- .icon-ios-grid-view:before,
413
- .icon-ios-grid-view-outline:before,
414
- .icon-ios-heart:before,
415
- .icon-ios-heart-outline:before,
416
- .icon-ios-help:before,
417
- .icon-ios-help-empty:before,
418
- .icon-ios-help-outline:before,
419
- .icon-ios-home:before,
420
- .icon-ios-home-outline:before,
421
- .icon-ios-infinite:before,
422
- .icon-ios-infinite-outline:before,
423
- .icon-ios-information:before,
424
- .icon-ios-information-empty:before,
425
- .icon-ios-information-outline:before,
426
- .icon-ios-ionic-outline:before,
427
- .icon-ios-keypad:before,
428
- .icon-ios-keypad-outline:before,
429
- .icon-ios-lightbulb:before,
430
- .icon-ios-lightbulb-outline:before,
431
- .icon-ios-list:before,
432
- .icon-ios-list-outline:before,
433
- .icon-ios-location:before,
434
- .icon-ios-location-outline:before,
435
- .icon-ios-locked:before,
436
- .icon-ios-locked-outline:before,
437
- .icon-ios-loop:before,
438
- .icon-ios-loop-strong:before,
439
- .icon-ios-medical:before,
440
- .icon-ios-medical-outline:before,
441
- .icon-ios-medkit:before,
442
- .icon-ios-medkit-outline:before,
443
- .icon-ios-mic:before,
444
- .icon-ios-mic-off:before,
445
- .icon-ios-mic-outline:before,
446
- .icon-ios-minus:before,
447
- .icon-ios-minus-empty:before,
448
- .icon-ios-minus-outline:before,
449
- .icon-ios-monitor:before,
450
- .icon-ios-monitor-outline:before,
451
- .icon-ios-moon:before,
452
- .icon-ios-moon-outline:before,
453
- .icon-ios-more:before,
454
- .icon-ios-more-outline:before,
455
- .icon-ios-musical-note:before,
456
- .icon-ios-musical-notes:before,
457
- .icon-ios-navigate:before,
458
- .icon-ios-navigate-outline:before,
459
- .icon-ios-nutrition:before,
460
- .icon-ios-nutrition-outline:before,
461
- .icon-ios-paper:before,
462
- .icon-ios-paper-outline:before,
463
- .icon-ios-paperplane:before,
464
- .icon-ios-paperplane-outline:before,
465
- .icon-ios-partlysunny:before,
466
- .icon-ios-partlysunny-outline:before,
467
- .icon-ios-pause:before,
468
- .icon-ios-pause-outline:before,
469
- .icon-ios-paw:before,
470
- .icon-ios-paw-outline:before,
471
- .icon-ios-people:before,
472
- .icon-ios-people-outline:before,
473
- .icon-ios-person:before,
474
- .icon-ios-person-outline:before,
475
- .icon-ios-personadd:before,
476
- .icon-ios-personadd-outline:before,
477
- .icon-ios-photos:before,
478
- .icon-ios-photos-outline:before,
479
- .icon-ios-pie:before,
480
- .icon-ios-pie-outline:before,
481
- .icon-ios-pint:before,
482
- .icon-ios-pint-outline:before,
483
- .icon-ios-play:before,
484
- .icon-ios-play-outline:before,
485
- .icon-ios-plus:before,
486
- .icon-ios-plus-empty:before,
487
- .icon-ios-plus-outline:before,
488
- .icon-ios-pricetag:before,
489
- .icon-ios-pricetag-outline:before,
490
- .icon-ios-pricetags:before,
491
- .icon-ios-pricetags-outline:before,
492
- .icon-ios-printer:before,
493
- .icon-ios-printer-outline:before,
494
- .icon-ios-pulse:before,
495
- .icon-ios-pulse-strong:before,
496
- .icon-ios-rainy:before,
497
- .icon-ios-rainy-outline:before,
498
- .icon-ios-recording:before,
499
- .icon-ios-recording-outline:before,
500
- .icon-ios-redo:before,
501
- .icon-ios-redo-outline:before,
502
- .icon-ios-refresh:before,
503
- .icon-ios-refresh-empty:before,
504
- .icon-ios-refresh-outline:before,
505
- .icon-ios-reload:before,
506
- .icon-ios-reverse-camera:before,
507
- .icon-ios-reverse-camera-outline:before,
508
- .icon-ios-rewind:before,
509
- .icon-ios-rewind-outline:before,
510
- .icon-ios-rose:before,
511
- .icon-ios-rose-outline:before,
512
- .icon-ios-search:before,
513
- .icon-ios-search-strong:before,
514
- .icon-ios-settings:before,
515
- .icon-ios-settings-strong:before,
516
- .icon-ios-shuffle:before,
517
- .icon-ios-shuffle-strong:before,
518
- .icon-ios-skipbackward:before,
519
- .icon-ios-skipbackward-outline:before,
520
- .icon-ios-skipforward:before,
521
- .icon-ios-skipforward-outline:before,
522
- .icon-ios-snowy:before,
523
- .icon-ios-speedometer:before,
524
- .icon-ios-speedometer-outline:before,
525
- .icon-ios-star:before,
526
- .icon-ios-star-half:before,
527
- .icon-ios-star-outline:before,
528
- .icon-ios-stopwatch:before,
529
- .icon-ios-stopwatch-outline:before,
530
- .icon-ios-sunny:before,
531
- .icon-ios-sunny-outline:before,
532
- .icon-ios-telephone:before,
533
- .icon-ios-telephone-outline:before,
534
- .icon-ios-tennisball:before,
535
- .icon-ios-tennisball-outline:before,
536
- .icon-ios-thunderstorm:before,
537
- .icon-ios-thunderstorm-outline:before,
538
- .icon-ios-time:before,
539
- .icon-ios-time-outline:before,
540
- .icon-ios-timer:before,
541
- .icon-ios-timer-outline:before,
542
- .icon-ios-toggle:before,
543
- .icon-ios-toggle-outline:before,
544
- .icon-ios-trash:before,
545
- .icon-ios-trash-outline:before,
546
- .icon-ios-undo:before,
547
- .icon-ios-undo-outline:before,
548
- .icon-ios-unlocked:before,
549
- .icon-ios-unlocked-outline:before,
550
- .icon-ios-upload:before,
551
- .icon-ios-upload-outline:before,
552
- .icon-ios-videocam:before,
553
- .icon-ios-videocam-outline:before,
554
- .icon-ios-volume-high:before,
555
- .icon-ios-volume-low:before,
556
- .icon-ios-wineglass:before,
557
- .icon-ios-wineglass-outline:before,
558
- .icon-ios-world:before,
559
- .icon-ios-world-outline:before,
560
- .icon-ipad:before,
561
- .icon-iphone:before,
562
- .icon-ipod:before,
563
- .icon-jet:before,
564
- .icon-key:before,
565
- .icon-knife:before,
566
- .icon-laptop:before,
567
- .icon-leaf:before,
568
- .icon-levels:before,
569
- .icon-lightbulb:before,
570
- .icon-link:before,
571
- .icon-load-a:before,
572
- .icon-load-b:before,
573
- .icon-load-c:before,
574
- .icon-load-d:before,
575
- .icon-location:before,
576
- .icon-lock-combination:before,
577
- .icon-locked:before,
578
- .icon-log-in:before,
579
- .icon-log-out:before,
580
- .icon-loop:before,
581
- .icon-magnet:before,
582
- .icon-male:before,
583
- .icon-man:before,
584
- .icon-map:before,
585
- .icon-medkit:before,
586
- .icon-merge:before,
587
- .icon-mic-a:before,
588
- .icon-mic-b:before,
589
- .icon-mic-c:before,
590
- .icon-minus:before,
591
- .icon-minus-circled:before,
592
- .icon-minus-round:before,
593
- .icon-model-s:before,
594
- .icon-monitor:before,
595
- .icon-more:before,
596
- .icon-mouse:before,
597
- .icon-music-note:before,
598
- .icon-navicon:before,
599
- .icon-navicon-round:before,
600
- .icon-navigate:before,
601
- .icon-network:before,
602
- .icon-no-smoking:before,
603
- .icon-nuclear:before,
604
- .icon-outlet:before,
605
- .icon-paintbrush:before,
606
- .icon-paintbucket:before,
607
- .icon-paper-airplane:before,
608
- .icon-paperclip:before,
609
- .icon-pause:before,
610
- .icon-person:before,
611
- .icon-person-add:before,
612
- .icon-person-stalker:before,
613
- .icon-pie-graph:before,
614
- .icon-pin:before,
615
- .icon-pinpoint:before,
616
- .icon-pizza:before,
617
- .icon-plane:before,
618
- .icon-planet:before,
619
- .icon-play:before,
620
- .icon-playstation:before,
621
- .icon-plus:before,
622
- .icon-plus-circled:before,
623
- .icon-plus-round:before,
624
- .icon-podium:before,
625
- .icon-pound:before,
626
- .icon-power:before,
627
- .icon-pricetag:before,
628
- .icon-pricetags:before,
629
- .icon-printer:before,
630
- .icon-pull-request:before,
631
- .icon-qr-scanner:before,
632
- .icon-quote:before,
633
- .icon-radio-waves:before,
634
- .icon-record:before,
635
- .icon-refresh:before,
636
- .icon-reply:before,
637
- .icon-reply-all:before,
638
- .icon-ribbon-a:before,
639
- .icon-ribbon-b:before,
640
- .icon-sad:before,
641
- .icon-sad-outline:before,
642
- .icon-scissors:before,
643
- .icon-search:before,
644
- .icon-settings:before,
645
- .icon-share:before,
646
- .icon-shuffle:before,
647
- .icon-skip-backward:before,
648
- .icon-skip-forward:before,
649
- .icon-social-android:before,
650
- .icon-social-android-outline:before,
651
- .icon-social-angular:before,
652
- .icon-social-angular-outline:before,
653
- .icon-social-apple:before,
654
- .icon-social-apple-outline:before,
655
- .icon-social-bitcoin:before,
656
- .icon-social-bitcoin-outline:before,
657
- .icon-social-buffer:before,
658
- .icon-social-buffer-outline:before,
659
- .icon-social-chrome:before,
660
- .icon-social-chrome-outline:before,
661
- .icon-social-codepen:before,
662
- .icon-social-codepen-outline:before,
663
- .icon-social-css3:before,
664
- .icon-social-css3-outline:before,
665
- .icon-social-designernews:before,
666
- .icon-social-designernews-outline:before,
667
- .icon-social-dribbble:before,
668
- .icon-social-dribbble-outline:before,
669
- .icon-social-dropbox:before,
670
- .icon-social-dropbox-outline:before,
671
- .icon-social-euro:before,
672
- .icon-social-euro-outline:before,
673
- .icon-social-facebook:before,
674
- .icon-social-facebook-outline:before,
675
- .icon-social-foursquare:before,
676
- .icon-social-foursquare-outline:before,
677
- .icon-social-freebsd-devil:before,
678
- .icon-social-github:before,
679
- .icon-social-github-outline:before,
680
- .icon-social-google:before,
681
- .icon-social-google-outline:before,
682
- .icon-social-googleplus:before,
683
- .icon-social-googleplus-outline:before,
684
- .icon-social-hackernews:before,
685
- .icon-social-hackernews-outline:before,
686
- .icon-social-html5:before,
687
- .icon-social-html5-outline:before,
688
- .icon-social-instagram:before,
689
- .icon-social-instagram-outline:before,
690
- .icon-social-javascript:before,
691
- .icon-social-javascript-outline:before,
692
- .icon-social-linkedin:before,
693
- .icon-social-linkedin-outline:before,
694
- .icon-social-markdown:before,
695
- .icon-social-nodejs:before,
696
- .icon-social-octocat:before,
697
- .icon-social-pinterest:before,
698
- .icon-social-pinterest-outline:before,
699
- .icon-social-python:before,
700
- .icon-social-reddit:before,
701
- .icon-social-reddit-outline:before,
702
- .icon-social-rss:before,
703
- .icon-social-rss-outline:before,
704
- .icon-social-sass:before,
705
- .icon-social-skype:before,
706
- .icon-social-skype-outline:before,
707
- .icon-social-snapchat:before,
708
- .icon-social-snapchat-outline:before,
709
- .icon-social-tumblr:before,
710
- .icon-social-tumblr-outline:before,
711
- .icon-social-tux:before,
712
- .icon-social-twitch:before,
713
- .icon-social-twitch-outline:before,
714
- .icon-social-twitter:before,
715
- .icon-social-twitter-outline:before,
716
- .icon-social-usd:before,
717
- .icon-social-usd-outline:before,
718
- .icon-social-vimeo:before,
719
- .icon-social-vimeo-outline:before,
720
- .icon-social-whatsapp:before,
721
- .icon-social-whatsapp-outline:before,
722
- .icon-social-windows:before,
723
- .icon-social-windows-outline:before,
724
- .icon-social-wordpress:before,
725
- .icon-social-wordpress-outline:before,
726
- .icon-social-yahoo:before,
727
- .icon-social-yahoo-outline:before,
728
- .icon-social-yen:before,
729
- .icon-social-yen-outline:before,
730
- .icon-social-youtube:before,
731
- .icon-social-youtube-outline:before,
732
- .icon-soup-can:before,
733
- .icon-soup-can-outline:before,
734
- .icon-speakerphone:before,
735
- .icon-speedometer:before,
736
- .icon-spoon:before,
737
- .icon-star:before,
738
- .icon-stats-bars:before,
739
- .icon-steam:before,
740
- .icon-stop:before,
741
- .icon-thermometer:before,
742
- .icon-thumbsdown:before,
743
- .icon-thumbsup:before,
744
- .icon-toggle:before,
745
- .icon-toggle-filled:before,
746
- .icon-transgender:before,
747
- .icon-trash-a:before,
748
- .icon-trash-b:before,
749
- .icon-trophy:before,
750
- .icon-tshirt:before,
751
- .icon-tshirt-outline:before,
752
- .icon-umbrella:before,
753
- .icon-university:before,
754
- .icon-unlocked:before,
755
- .icon-upload:before,
756
- .icon-usb:before,
757
- .icon-videocamera:before,
758
- .icon-volume-high:before,
759
- .icon-volume-low:before,
760
- .icon-volume-medium:before,
761
- .icon-volume-mute:before,
762
- .icon-wand:before,
763
- .icon-waterdrop:before,
764
- .icon-wifi:before,
765
- .icon-wineglass:before,
766
- .icon-woman:before,
767
- .icon-wrench:before,
768
- .icon-xbox:before {
769
- box-sizing: border-box;
37
+ [class^="icon-"]:before,
38
+ [class*=" icon-"]:before,
39
+ [class^="icon-weather-"]:before,
40
+ [class*=" icon-weather-"]:before {
770
41
  display: inline-block;
771
42
  -webkit-font-smoothing: antialiased;
772
43
  -moz-osx-font-smoothing: grayscale;
773
- font-family: "Ionicons";
774
- font-style: normal;
775
- font-weight: normal;
776
- font-variant: normal;
44
+ font-style: normal !important;
45
+ font-weight: normal !important;
46
+ font-variant: normal !important;
777
47
  line-height: 1;
778
- margin: 0;
48
+ margin: -2px 0 0 0;
779
49
  padding: 0;
780
50
  speak: none;
781
- text-transform: none;
782
- text-rendering: auto;
51
+ text-transform: none !important;
52
+ vertical-align: middle;
783
53
  }
784
- .icon-alert:before { content: "\f101" }
785
- .icon-alert-circled:before { content: "\f100" }
786
- .icon-android-add:before { content: "\f2c7" }
787
- .icon-android-add-circle:before { content: "\f359" }
788
- .icon-android-alarm-clock:before { content: "\f35a" }
789
- .icon-android-alert:before { content: "\f35b" }
790
- .icon-android-apps:before { content: "\f35c" }
791
- .icon-android-archive:before { content: "\f2c9" }
792
- .icon-android-arrow-back:before { content: "\f2ca" }
793
- .icon-android-arrow-down:before { content: "\f35d" }
794
- .icon-android-arrow-dropdown:before { content: "\f35f" }
795
- .icon-android-arrow-dropdown-circle:before { content: "\f35e" }
796
- .icon-android-arrow-dropleft:before { content: "\f361" }
797
- .icon-android-arrow-dropleft-circle:before { content: "\f360" }
798
- .icon-android-arrow-dropright:before { content: "\f363" }
799
- .icon-android-arrow-dropright-circle:before { content: "\f362" }
800
- .icon-android-arrow-dropup:before { content: "\f365" }
801
- .icon-android-arrow-dropup-circle:before { content: "\f364" }
802
- .icon-android-arrow-forward:before { content: "\f30f" }
803
- .icon-android-arrow-up:before { content: "\f366" }
804
- .icon-android-attach:before { content: "\f367" }
805
- .icon-android-bar:before { content: "\f368" }
806
- .icon-android-bicycle:before { content: "\f369" }
807
- .icon-android-boat:before { content: "\f36a" }
808
- .icon-android-bookmark:before { content: "\f36b" }
809
- .icon-android-bulb:before { content: "\f36c" }
810
- .icon-android-bus:before { content: "\f36d" }
811
- .icon-android-calendar:before { content: "\f2d1" }
812
- .icon-android-call:before { content: "\f2d2" }
813
- .icon-android-camera:before { content: "\f2d3" }
814
- .icon-android-cancel:before { content: "\f36e" }
815
- .icon-android-car:before { content: "\f36f" }
816
- .icon-android-cart:before { content: "\f370" }
817
- .icon-android-chat:before { content: "\f2d4" }
818
- .icon-android-checkbox:before { content: "\f374" }
819
- .icon-android-checkbox-blank:before { content: "\f371" }
820
- .icon-android-checkbox-outline:before { content: "\f373" }
821
- .icon-android-checkbox-outline-blank:before { content: "\f372" }
822
- .icon-android-checkmark-circle:before { content: "\f375" }
823
- .icon-android-clipboard:before { content: "\f376" }
824
- .icon-android-close:before { content: "\f2d7" }
825
- .icon-android-cloud:before { content: "\f37a" }
826
- .icon-android-cloud-circle:before { content: "\f377" }
827
- .icon-android-cloud-done:before { content: "\f378" }
828
- .icon-android-cloud-outline:before { content: "\f379" }
829
- .icon-android-color-palette:before { content: "\f37b" }
830
- .icon-android-compass:before { content: "\f37c" }
831
- .icon-android-contact:before { content: "\f2d8" }
832
- .icon-android-contacts:before { content: "\f2d9" }
833
- .icon-android-contract:before { content: "\f37d" }
834
- .icon-android-create:before { content: "\f37e" }
835
- .icon-android-delete:before { content: "\f37f" }
836
- .icon-android-desktop:before { content: "\f380" }
837
- .icon-android-document:before { content: "\f381" }
838
- .icon-android-done:before { content: "\f383" }
839
- .icon-android-done-all:before { content: "\f382" }
840
- .icon-android-download:before { content: "\f2dd" }
841
- .icon-android-drafts:before { content: "\f384" }
842
- .icon-android-exit:before { content: "\f385" }
843
- .icon-android-expand:before { content: "\f386" }
844
- .icon-android-favorite:before { content: "\f388" }
845
- .icon-android-favorite-outline:before { content: "\f387" }
846
- .icon-android-film:before { content: "\f389" }
847
- .icon-android-folder:before { content: "\f2e0" }
848
- .icon-android-folder-open:before { content: "\f38a" }
849
- .icon-android-funnel:before { content: "\f38b" }
850
- .icon-android-globe:before { content: "\f38c" }
851
- .icon-android-hand:before { content: "\f2e3" }
852
- .icon-android-hangout:before { content: "\f38d" }
853
- .icon-android-happy:before { content: "\f38e" }
854
- .icon-android-home:before { content: "\f38f" }
855
- .icon-android-image:before { content: "\f2e4" }
856
- .icon-android-laptop:before { content: "\f390" }
857
- .icon-android-list:before { content: "\f391" }
858
- .icon-android-locate:before { content: "\f2e9" }
859
- .icon-android-lock:before { content: "\f392" }
860
- .icon-android-mail:before { content: "\f2eb" }
861
- .icon-android-map:before { content: "\f393" }
862
- .icon-android-menu:before { content: "\f394" }
863
- .icon-android-microphone:before { content: "\f2ec" }
864
- .icon-android-microphone-off:before { content: "\f395" }
865
- .icon-android-more-horizontal:before { content: "\f396" }
866
- .icon-android-more-vertical:before { content: "\f397" }
867
- .icon-android-navigate:before { content: "\f398" }
868
- .icon-android-notifications:before { content: "\f39b" }
869
- .icon-android-notifications-none:before { content: "\f399" }
870
- .icon-android-notifications-off:before { content: "\f39a" }
871
- .icon-android-open:before { content: "\f39c" }
872
- .icon-android-options:before { content: "\f39d" }
873
- .icon-android-people:before { content: "\f39e" }
874
- .icon-android-person:before { content: "\f3a0" }
875
- .icon-android-person-add:before { content: "\f39f" }
876
- .icon-android-phone-landscape:before { content: "\f3a1" }
877
- .icon-android-phone-portrait:before { content: "\f3a2" }
878
- .icon-android-pin:before { content: "\f3a3" }
879
- .icon-android-plane:before { content: "\f3a4" }
880
- .icon-android-playstore:before { content: "\f2f0" }
881
- .icon-android-print:before { content: "\f3a5" }
882
- .icon-android-radio-button-off:before { content: "\f3a6" }
883
- .icon-android-radio-button-on:before { content: "\f3a7" }
884
- .icon-android-refresh:before { content: "\f3a8" }
885
- .icon-android-remove:before { content: "\f2f4" }
886
- .icon-android-remove-circle:before { content: "\f3a9" }
887
- .icon-android-restaurant:before { content: "\f3aa" }
888
- .icon-android-sad:before { content: "\f3ab" }
889
- .icon-android-search:before { content: "\f2f5" }
890
- .icon-android-send:before { content: "\f2f6" }
891
- .icon-android-settings:before { content: "\f2f7" }
892
- .icon-android-share:before { content: "\f2f8" }
893
- .icon-android-share-alt:before { content: "\f3ac" }
894
- .icon-android-star:before { content: "\f2fc" }
895
- .icon-android-star-half:before { content: "\f3ad" }
896
- .icon-android-star-outline:before { content: "\f3ae" }
897
- .icon-android-stopwatch:before { content: "\f2fd" }
898
- .icon-android-subway:before { content: "\f3af" }
899
- .icon-android-sunny:before { content: "\f3b0" }
900
- .icon-android-sync:before { content: "\f3b1" }
901
- .icon-android-textsms:before { content: "\f3b2" }
902
- .icon-android-time:before { content: "\f3b3" }
903
- .icon-android-train:before { content: "\f3b4" }
904
- .icon-android-unlock:before { content: "\f3b5" }
905
- .icon-android-upload:before { content: "\f3b6" }
906
- .icon-android-volume-down:before { content: "\f3b7" }
907
- .icon-android-volume-mute:before { content: "\f3b8" }
908
- .icon-android-volume-off:before { content: "\f3b9" }
909
- .icon-android-volume-up:before { content: "\f3ba" }
910
- .icon-android-walk:before { content: "\f3bb" }
911
- .icon-android-warning:before { content: "\f3bc" }
912
- .icon-android-watch:before { content: "\f3bd" }
913
- .icon-android-wifi:before { content: "\f305" }
914
- .icon-aperture:before { content: "\f313" }
915
- .icon-archive:before { content: "\f102" }
916
- .icon-arrow-down-a:before { content: "\f103" }
917
- .icon-arrow-down-b:before { content: "\f104" }
918
- .icon-arrow-down-c:before { content: "\f105" }
919
- .icon-arrow-expand:before { content: "\f25e" }
920
- .icon-arrow-graph-down-left:before { content: "\f25f" }
921
- .icon-arrow-graph-down-right:before { content: "\f260" }
922
- .icon-arrow-graph-up-left:before { content: "\f261" }
923
- .icon-arrow-graph-up-right:before { content: "\f262" }
924
- .icon-arrow-left-a:before { content: "\f106" }
925
- .icon-arrow-left-b:before { content: "\f107" }
926
- .icon-arrow-left-c:before { content: "\f108" }
927
- .icon-arrow-move:before { content: "\f263" }
928
- .icon-arrow-resize:before { content: "\f264" }
929
- .icon-arrow-return-left:before { content: "\f265" }
930
- .icon-arrow-return-right:before { content: "\f266" }
931
- .icon-arrow-right-a:before { content: "\f109" }
932
- .icon-arrow-right-b:before { content: "\f10a" }
933
- .icon-arrow-right-c:before { content: "\f10b" }
934
- .icon-arrow-shrink:before { content: "\f267" }
935
- .icon-arrow-swap:before { content: "\f268" }
936
- .icon-arrow-up-a:before { content: "\f10c" }
937
- .icon-arrow-up-b:before { content: "\f10d" }
938
- .icon-arrow-up-c:before { content: "\f10e" }
939
- .icon-asterisk:before { content: "\f314" }
940
- .icon-at:before { content: "\f10f" }
941
- .icon-backspace:before { content: "\f3bf" }
942
- .icon-backspace-outline:before { content: "\f3be" }
943
- .icon-bag:before { content: "\f110" }
944
- .icon-battery-charging:before { content: "\f111" }
945
- .icon-battery-empty:before { content: "\f112" }
946
- .icon-battery-full:before { content: "\f113" }
947
- .icon-battery-half:before { content: "\f114" }
948
- .icon-battery-low:before { content: "\f115" }
949
- .icon-beaker:before { content: "\f269" }
950
- .icon-beer:before { content: "\f26a" }
951
- .icon-bluetooth:before { content: "\f116" }
952
- .icon-bonfire:before { content: "\f315" }
953
- .icon-bookmark:before { content: "\f26b" }
954
- .icon-bowtie:before { content: "\f3c0" }
955
- .icon-briefcase:before { content: "\f26c" }
956
- .icon-bug:before { content: "\f2be" }
957
- .icon-calculator:before { content: "\f26d" }
958
- .icon-calendar:before { content: "\f117" }
959
- .icon-camera:before { content: "\f118" }
960
- .icon-card:before { content: "\f119" }
961
- .icon-cash:before { content: "\f316" }
962
- .icon-chatbox:before { content: "\f11b" }
963
- .icon-chatbox-working:before { content: "\f11a" }
964
- .icon-chatboxes:before { content: "\f11c" }
965
- .icon-chatbubble:before { content: "\f11e" }
966
- .icon-chatbubble-working:before { content: "\f11d" }
967
- .icon-chatbubbles:before { content: "\f11f" }
968
- .icon-checkmark:before { content: "\f122" }
969
- .icon-checkmark-circled:before { content: "\f120" }
970
- .icon-checkmark-round:before { content: "\f121" }
971
- .icon-chevron-down:before { content: "\f123" }
972
- .icon-chevron-left:before { content: "\f124" }
973
- .icon-chevron-right:before { content: "\f125" }
974
- .icon-chevron-up:before { content: "\f126" }
975
- .icon-clipboard:before { content: "\f127" }
976
- .icon-clock:before { content: "\f26e" }
977
- .icon-close:before { content: "\f12a" }
978
- .icon-close-circled:before { content: "\f128" }
979
- .icon-close-round:before { content: "\f129" }
980
- .icon-closed-captioning:before { content: "\f317" }
981
- .icon-cloud:before { content: "\f12b" }
982
- .icon-code:before { content: "\f271" }
983
- .icon-code-download:before { content: "\f26f" }
984
- .icon-code-working:before { content: "\f270" }
985
- .icon-coffee:before { content: "\f272" }
986
- .icon-compass:before { content: "\f273" }
987
- .icon-compose:before { content: "\f12c" }
988
- .icon-connection-bars:before { content: "\f274" }
989
- .icon-contrast:before { content: "\f275" }
990
- .icon-crop:before { content: "\f3c1" }
991
- .icon-cube:before { content: "\f318" }
992
- .icon-disc:before { content: "\f12d" }
993
- .icon-document:before { content: "\f12f" }
994
- .icon-document-text:before { content: "\f12e" }
995
- .icon-drag:before { content: "\f130" }
996
- .icon-earth:before { content: "\f276" }
997
- .icon-easel:before { content: "\f3c2" }
998
- .icon-edit:before { content: "\f2bf" }
999
- .icon-egg:before { content: "\f277" }
1000
- .icon-eject:before { content: "\f131" }
1001
- .icon-email:before { content: "\f132" }
1002
- .icon-email-unread:before { content: "\f3c3" }
1003
- .icon-erlenmeyer-flask:before { content: "\f3c5" }
1004
- .icon-erlenmeyer-flask-bubbles:before { content: "\f3c4" }
1005
- .icon-eye:before { content: "\f133" }
1006
- .icon-eye-disabled:before { content: "\f306" }
1007
- .icon-female:before { content: "\f278" }
1008
- .icon-filing:before { content: "\f134" }
1009
- .icon-film-marker:before { content: "\f135" }
1010
- .icon-fireball:before { content: "\f319" }
1011
- .icon-flag:before { content: "\f279" }
1012
- .icon-flame:before { content: "\f31a" }
1013
- .icon-flash:before { content: "\f137" }
1014
- .icon-flash-off:before { content: "\f136" }
1015
- .icon-folder:before { content: "\f139" }
1016
- .icon-fork:before { content: "\f27a" }
1017
- .icon-fork-repo:before { content: "\f2c0" }
1018
- .icon-forward:before { content: "\f13a" }
1019
- .icon-funnel:before { content: "\f31b" }
1020
- .icon-gear-a:before { content: "\f13d" }
1021
- .icon-gear-b:before { content: "\f13e" }
1022
- .icon-grid:before { content: "\f13f" }
1023
- .icon-hammer:before { content: "\f27b" }
1024
- .icon-happy:before { content: "\f31c" }
1025
- .icon-happy-outline:before { content: "\f3c6" }
1026
- .icon-headphone:before { content: "\f140" }
1027
- .icon-heart:before { content: "\f141" }
1028
- .icon-heart-broken:before { content: "\f31d" }
1029
- .icon-help:before { content: "\f143" }
1030
- .icon-help-buoy:before { content: "\f27c" }
1031
- .icon-help-circled:before { content: "\f142" }
1032
- .icon-home:before { content: "\f144" }
1033
- .icon-icecream:before { content: "\f27d" }
1034
- .icon-image:before { content: "\f147" }
1035
- .icon-images:before { content: "\f148" }
1036
- .icon-information:before { content: "\f14a" }
1037
- .icon-information-circled:before { content: "\f149" }
1038
- .icon-ionic:before { content: "\f14b" }
1039
- .icon-ios-alarm:before { content: "\f3c8" }
1040
- .icon-ios-alarm-outline:before { content: "\f3c7" }
1041
- .icon-ios-albums:before { content: "\f3ca" }
1042
- .icon-ios-albums-outline:before { content: "\f3c9" }
1043
- .icon-ios-americanfootball:before { content: "\f3cc" }
1044
- .icon-ios-americanfootball-outline:before { content: "\f3cb" }
1045
- .icon-ios-analytics:before { content: "\f3ce" }
1046
- .icon-ios-analytics-outline:before { content: "\f3cd" }
1047
- .icon-ios-arrow-back:before { content: "\f3cf" }
1048
- .icon-ios-arrow-down:before { content: "\f3d0" }
1049
- .icon-ios-arrow-forward:before { content: "\f3d1" }
1050
- .icon-ios-arrow-left:before { content: "\f3d2" }
1051
- .icon-ios-arrow-right:before { content: "\f3d3" }
1052
- .icon-ios-arrow-thin-down:before { content: "\f3d4" }
1053
- .icon-ios-arrow-thin-left:before { content: "\f3d5" }
1054
- .icon-ios-arrow-thin-right:before { content: "\f3d6" }
1055
- .icon-ios-arrow-thin-up:before { content: "\f3d7" }
1056
- .icon-ios-arrow-up:before { content: "\f3d8" }
1057
- .icon-ios-at:before { content: "\f3da" }
1058
- .icon-ios-at-outline:before { content: "\f3d9" }
1059
- .icon-ios-barcode:before { content: "\f3dc" }
1060
- .icon-ios-barcode-outline:before { content: "\f3db" }
1061
- .icon-ios-baseball:before { content: "\f3de" }
1062
- .icon-ios-baseball-outline:before { content: "\f3dd" }
1063
- .icon-ios-basketball:before { content: "\f3e0" }
1064
- .icon-ios-basketball-outline:before { content: "\f3df" }
1065
- .icon-ios-bell:before { content: "\f3e2" }
1066
- .icon-ios-bell-outline:before { content: "\f3e1" }
1067
- .icon-ios-body:before { content: "\f3e4" }
1068
- .icon-ios-body-outline:before { content: "\f3e3" }
1069
- .icon-ios-bolt:before { content: "\f3e6" }
1070
- .icon-ios-bolt-outline:before { content: "\f3e5" }
1071
- .icon-ios-book:before { content: "\f3e8" }
1072
- .icon-ios-book-outline:before { content: "\f3e7" }
1073
- .icon-ios-bookmarks:before { content: "\f3ea" }
1074
- .icon-ios-bookmarks-outline:before { content: "\f3e9" }
1075
- .icon-ios-box:before { content: "\f3ec" }
1076
- .icon-ios-box-outline:before { content: "\f3eb" }
1077
- .icon-ios-briefcase:before { content: "\f3ee" }
1078
- .icon-ios-briefcase-outline:before { content: "\f3ed" }
1079
- .icon-ios-browsers:before { content: "\f3f0" }
1080
- .icon-ios-browsers-outline:before { content: "\f3ef" }
1081
- .icon-ios-calculator:before { content: "\f3f2" }
1082
- .icon-ios-calculator-outline:before { content: "\f3f1" }
1083
- .icon-ios-calendar:before { content: "\f3f4" }
1084
- .icon-ios-calendar-outline:before { content: "\f3f3" }
1085
- .icon-ios-camera:before { content: "\f3f6" }
1086
- .icon-ios-camera-outline:before { content: "\f3f5" }
1087
- .icon-ios-cart:before { content: "\f3f8" }
1088
- .icon-ios-cart-outline:before { content: "\f3f7" }
1089
- .icon-ios-chatboxes:before { content: "\f3fa" }
1090
- .icon-ios-chatboxes-outline:before { content: "\f3f9" }
1091
- .icon-ios-chatbubble:before { content: "\f3fc" }
1092
- .icon-ios-chatbubble-outline:before { content: "\f3fb" }
1093
- .icon-ios-checkmark:before { content: "\f3ff" }
1094
- .icon-ios-checkmark-empty:before { content: "\f3fd" }
1095
- .icon-ios-checkmark-outline:before { content: "\f3fe" }
1096
- .icon-ios-circle-filled:before { content: "\f400" }
1097
- .icon-ios-circle-outline:before { content: "\f401" }
1098
- .icon-ios-clock:before { content: "\f403" }
1099
- .icon-ios-clock-outline:before { content: "\f402" }
1100
- .icon-ios-close:before { content: "\f406" }
1101
- .icon-ios-close-empty:before { content: "\f404" }
1102
- .icon-ios-close-outline:before { content: "\f405" }
1103
- .icon-ios-cloud:before { content: "\f40c" }
1104
- .icon-ios-cloud-download:before { content: "\f408" }
1105
- .icon-ios-cloud-download-outline:before { content: "\f407" }
1106
- .icon-ios-cloud-outline:before { content: "\f409" }
1107
- .icon-ios-cloud-upload:before { content: "\f40b" }
1108
- .icon-ios-cloud-upload-outline:before { content: "\f40a" }
1109
- .icon-ios-cloudy:before { content: "\f410" }
1110
- .icon-ios-cloudy-night:before { content: "\f40e" }
1111
- .icon-ios-cloudy-night-outline:before { content: "\f40d" }
1112
- .icon-ios-cloudy-outline:before { content: "\f40f" }
1113
- .icon-ios-cog:before { content: "\f412" }
1114
- .icon-ios-cog-outline:before { content: "\f411" }
1115
- .icon-ios-color-filter:before { content: "\f414" }
1116
- .icon-ios-color-filter-outline:before { content: "\f413" }
1117
- .icon-ios-color-wand:before { content: "\f416" }
1118
- .icon-ios-color-wand-outline:before { content: "\f415" }
1119
- .icon-ios-compose:before { content: "\f418" }
1120
- .icon-ios-compose-outline:before { content: "\f417" }
1121
- .icon-ios-contact:before { content: "\f41a" }
1122
- .icon-ios-contact-outline:before { content: "\f419" }
1123
- .icon-ios-copy:before { content: "\f41c" }
1124
- .icon-ios-copy-outline:before { content: "\f41b" }
1125
- .icon-ios-crop:before { content: "\f41e" }
1126
- .icon-ios-crop-strong:before { content: "\f41d" }
1127
- .icon-ios-download:before { content: "\f420" }
1128
- .icon-ios-download-outline:before { content: "\f41f" }
1129
- .icon-ios-drag:before { content: "\f421" }
1130
- .icon-ios-email:before { content: "\f423" }
1131
- .icon-ios-email-outline:before { content: "\f422" }
1132
- .icon-ios-eye:before { content: "\f425" }
1133
- .icon-ios-eye-outline:before { content: "\f424" }
1134
- .icon-ios-fastforward:before { content: "\f427" }
1135
- .icon-ios-fastforward-outline:before { content: "\f426" }
1136
- .icon-ios-filing:before { content: "\f429" }
1137
- .icon-ios-filing-outline:before { content: "\f428" }
1138
- .icon-ios-film:before { content: "\f42b" }
1139
- .icon-ios-film-outline:before { content: "\f42a" }
1140
- .icon-ios-flag:before { content: "\f42d" }
1141
- .icon-ios-flag-outline:before { content: "\f42c" }
1142
- .icon-ios-flame:before { content: "\f42f" }
1143
- .icon-ios-flame-outline:before { content: "\f42e" }
1144
- .icon-ios-flask:before { content: "\f431" }
1145
- .icon-ios-flask-outline:before { content: "\f430" }
1146
- .icon-ios-flower:before { content: "\f433" }
1147
- .icon-ios-flower-outline:before { content: "\f432" }
1148
- .icon-ios-folder:before { content: "\f435" }
1149
- .icon-ios-folder-outline:before { content: "\f434" }
1150
- .icon-ios-football:before { content: "\f437" }
1151
- .icon-ios-football-outline:before { content: "\f436" }
1152
- .icon-ios-game-controller-a:before { content: "\f439" }
1153
- .icon-ios-game-controller-a-outline:before { content: "\f438" }
1154
- .icon-ios-game-controller-b:before { content: "\f43b" }
1155
- .icon-ios-game-controller-b-outline:before { content: "\f43a" }
1156
- .icon-ios-gear:before { content: "\f43d" }
1157
- .icon-ios-gear-outline:before { content: "\f43c" }
1158
- .icon-ios-glasses:before { content: "\f43f" }
1159
- .icon-ios-glasses-outline:before { content: "\f43e" }
1160
- .icon-ios-grid-view:before { content: "\f441" }
1161
- .icon-ios-grid-view-outline:before { content: "\f440" }
1162
- .icon-ios-heart:before { content: "\f443" }
1163
- .icon-ios-heart-outline:before { content: "\f442" }
1164
- .icon-ios-help:before { content: "\f446" }
1165
- .icon-ios-help-empty:before { content: "\f444" }
1166
- .icon-ios-help-outline:before { content: "\f445" }
1167
- .icon-ios-home:before { content: "\f448" }
1168
- .icon-ios-home-outline:before { content: "\f447" }
1169
- .icon-ios-infinite:before { content: "\f44a" }
1170
- .icon-ios-infinite-outline:before { content: "\f449" }
1171
- .icon-ios-information:before { content: "\f44d" }
1172
- .icon-ios-information-empty:before { content: "\f44b" }
1173
- .icon-ios-information-outline:before { content: "\f44c" }
1174
- .icon-ios-ionic-outline:before { content: "\f44e" }
1175
- .icon-ios-keypad:before { content: "\f450" }
1176
- .icon-ios-keypad-outline:before { content: "\f44f" }
1177
- .icon-ios-lightbulb:before { content: "\f452" }
1178
- .icon-ios-lightbulb-outline:before { content: "\f451" }
1179
- .icon-ios-list:before { content: "\f454" }
1180
- .icon-ios-list-outline:before { content: "\f453" }
1181
- .icon-ios-location:before { content: "\f456" }
1182
- .icon-ios-location-outline:before { content: "\f455" }
1183
- .icon-ios-locked:before { content: "\f458" }
1184
- .icon-ios-locked-outline:before { content: "\f457" }
1185
- .icon-ios-loop:before { content: "\f45a" }
1186
- .icon-ios-loop-strong:before { content: "\f459" }
1187
- .icon-ios-medical:before { content: "\f45c" }
1188
- .icon-ios-medical-outline:before { content: "\f45b" }
1189
- .icon-ios-medkit:before { content: "\f45e" }
1190
- .icon-ios-medkit-outline:before { content: "\f45d" }
1191
- .icon-ios-mic:before { content: "\f461" }
1192
- .icon-ios-mic-off:before { content: "\f45f" }
1193
- .icon-ios-mic-outline:before { content: "\f460" }
1194
- .icon-ios-minus:before { content: "\f464" }
1195
- .icon-ios-minus-empty:before { content: "\f462" }
1196
- .icon-ios-minus-outline:before { content: "\f463" }
1197
- .icon-ios-monitor:before { content: "\f466" }
1198
- .icon-ios-monitor-outline:before { content: "\f465" }
1199
- .icon-ios-moon:before { content: "\f468" }
1200
- .icon-ios-moon-outline:before { content: "\f467" }
1201
- .icon-ios-more:before { content: "\f46a" }
1202
- .icon-ios-more-outline:before { content: "\f469" }
1203
- .icon-ios-musical-note:before { content: "\f46b" }
1204
- .icon-ios-musical-notes:before { content: "\f46c" }
1205
- .icon-ios-navigate:before { content: "\f46e" }
1206
- .icon-ios-navigate-outline:before { content: "\f46d" }
1207
- .icon-ios-nutrition:before { content: "\f470" }
1208
- .icon-ios-nutrition-outline:before { content: "\f46f" }
1209
- .icon-ios-paper:before { content: "\f472" }
1210
- .icon-ios-paper-outline:before { content: "\f471" }
1211
- .icon-ios-paperplane:before { content: "\f474" }
1212
- .icon-ios-paperplane-outline:before { content: "\f473" }
1213
- .icon-ios-partlysunny:before { content: "\f476" }
1214
- .icon-ios-partlysunny-outline:before { content: "\f475" }
1215
- .icon-ios-pause:before { content: "\f478" }
1216
- .icon-ios-pause-outline:before { content: "\f477" }
1217
- .icon-ios-paw:before { content: "\f47a" }
1218
- .icon-ios-paw-outline:before { content: "\f479" }
1219
- .icon-ios-people:before { content: "\f47c" }
1220
- .icon-ios-people-outline:before { content: "\f47b" }
1221
- .icon-ios-person:before { content: "\f47e" }
1222
- .icon-ios-person-outline:before { content: "\f47d" }
1223
- .icon-ios-personadd:before { content: "\f480" }
1224
- .icon-ios-personadd-outline:before { content: "\f47f" }
1225
- .icon-ios-photos:before { content: "\f482" }
1226
- .icon-ios-photos-outline:before { content: "\f481" }
1227
- .icon-ios-pie:before { content: "\f484" }
1228
- .icon-ios-pie-outline:before { content: "\f483" }
1229
- .icon-ios-pint:before { content: "\f486" }
1230
- .icon-ios-pint-outline:before { content: "\f485" }
1231
- .icon-ios-play:before { content: "\f488" }
1232
- .icon-ios-play-outline:before { content: "\f487" }
1233
- .icon-ios-plus:before { content: "\f48b" }
1234
- .icon-ios-plus-empty:before { content: "\f489" }
1235
- .icon-ios-plus-outline:before { content: "\f48a" }
1236
- .icon-ios-pricetag:before { content: "\f48d" }
1237
- .icon-ios-pricetag-outline:before { content: "\f48c" }
1238
- .icon-ios-pricetags:before { content: "\f48f" }
1239
- .icon-ios-pricetags-outline:before { content: "\f48e" }
1240
- .icon-ios-printer:before { content: "\f491" }
1241
- .icon-ios-printer-outline:before { content: "\f490" }
1242
- .icon-ios-pulse:before { content: "\f493" }
1243
- .icon-ios-pulse-strong:before { content: "\f492" }
1244
- .icon-ios-rainy:before { content: "\f495" }
1245
- .icon-ios-rainy-outline:before { content: "\f494" }
1246
- .icon-ios-recording:before { content: "\f497" }
1247
- .icon-ios-recording-outline:before { content: "\f496" }
1248
- .icon-ios-redo:before { content: "\f499" }
1249
- .icon-ios-redo-outline:before { content: "\f498" }
1250
- .icon-ios-refresh:before { content: "\f49c" }
1251
- .icon-ios-refresh-empty:before { content: "\f49a" }
1252
- .icon-ios-refresh-outline:before { content: "\f49b" }
1253
- .icon-ios-reload:before { content: "\f49d" }
1254
- .icon-ios-reverse-camera:before { content: "\f49f" }
1255
- .icon-ios-reverse-camera-outline:before { content: "\f49e" }
1256
- .icon-ios-rewind:before { content: "\f4a1" }
1257
- .icon-ios-rewind-outline:before { content: "\f4a0" }
1258
- .icon-ios-rose:before { content: "\f4a3" }
1259
- .icon-ios-rose-outline:before { content: "\f4a2" }
1260
- .icon-ios-search:before { content: "\f4a5" }
1261
- .icon-ios-search-strong:before { content: "\f4a4" }
1262
- .icon-ios-settings:before { content: "\f4a7" }
1263
- .icon-ios-settings-strong:before { content: "\f4a6" }
1264
- .icon-ios-shuffle:before { content: "\f4a9" }
1265
- .icon-ios-shuffle-strong:before { content: "\f4a8" }
1266
- .icon-ios-skipbackward:before { content: "\f4ab" }
1267
- .icon-ios-skipbackward-outline:before { content: "\f4aa" }
1268
- .icon-ios-skipforward:before { content: "\f4ad" }
1269
- .icon-ios-skipforward-outline:before { content: "\f4ac" }
1270
- .icon-ios-snowy:before { content: "\f4ae" }
1271
- .icon-ios-speedometer:before { content: "\f4b0" }
1272
- .icon-ios-speedometer-outline:before { content: "\f4af" }
1273
- .icon-ios-star:before { content: "\f4b3" }
1274
- .icon-ios-star-half:before { content: "\f4b1" }
1275
- .icon-ios-star-outline:before { content: "\f4b2" }
1276
- .icon-ios-stopwatch:before { content: "\f4b5" }
1277
- .icon-ios-stopwatch-outline:before { content: "\f4b4" }
1278
- .icon-ios-sunny:before { content: "\f4b7" }
1279
- .icon-ios-sunny-outline:before { content: "\f4b6" }
1280
- .icon-ios-telephone:before { content: "\f4b9" }
1281
- .icon-ios-telephone-outline:before { content: "\f4b8" }
1282
- .icon-ios-tennisball:before { content: "\f4bb" }
1283
- .icon-ios-tennisball-outline:before { content: "\f4ba" }
1284
- .icon-ios-thunderstorm:before { content: "\f4bd" }
1285
- .icon-ios-thunderstorm-outline:before { content: "\f4bc" }
1286
- .icon-ios-time:before { content: "\f4bf" }
1287
- .icon-ios-time-outline:before { content: "\f4be" }
1288
- .icon-ios-timer:before { content: "\f4c1" }
1289
- .icon-ios-timer-outline:before { content: "\f4c0" }
1290
- .icon-ios-toggle:before { content: "\f4c3" }
1291
- .icon-ios-toggle-outline:before { content: "\f4c2" }
1292
- .icon-ios-trash:before { content: "\f4c5" }
1293
- .icon-ios-trash-outline:before { content: "\f4c4" }
1294
- .icon-ios-undo:before { content: "\f4c7" }
1295
- .icon-ios-undo-outline:before { content: "\f4c6" }
1296
- .icon-ios-unlocked:before { content: "\f4c9" }
1297
- .icon-ios-unlocked-outline:before { content: "\f4c8" }
1298
- .icon-ios-upload:before { content: "\f4cb" }
1299
- .icon-ios-upload-outline:before { content: "\f4ca" }
1300
- .icon-ios-videocam:before { content: "\f4cd" }
1301
- .icon-ios-videocam-outline:before { content: "\f4cc" }
1302
- .icon-ios-volume-high:before { content: "\f4ce" }
1303
- .icon-ios-volume-low:before { content: "\f4cf" }
1304
- .icon-ios-wineglass:before { content: "\f4d1" }
1305
- .icon-ios-wineglass-outline:before { content: "\f4d0" }
1306
- .icon-ios-world:before { content: "\f4d3" }
1307
- .icon-ios-world-outline:before { content: "\f4d2" }
1308
- .icon-ipad:before { content: "\f1f9" }
1309
- .icon-iphone:before { content: "\f1fa" }
1310
- .icon-ipod:before { content: "\f1fb" }
1311
- .icon-jet:before { content: "\f295" }
1312
- .icon-key:before { content: "\f296" }
1313
- .icon-knife:before { content: "\f297" }
1314
- .icon-laptop:before { content: "\f1fc" }
1315
- .icon-leaf:before { content: "\f1fd" }
1316
- .icon-levels:before { content: "\f298" }
1317
- .icon-lightbulb:before { content: "\f299" }
1318
- .icon-link:before { content: "\f1fe" }
1319
- .icon-load-a:before { content: "\f29a" }
1320
- .icon-load-b:before { content: "\f29b" }
1321
- .icon-load-c:before { content: "\f29c" }
1322
- .icon-load-d:before { content: "\f29d" }
1323
- .icon-location:before { content: "\f1ff" }
1324
- .icon-lock-combination:before { content: "\f4d4" }
1325
- .icon-locked:before { content: "\f200" }
1326
- .icon-log-in:before { content: "\f29e" }
1327
- .icon-log-out:before { content: "\f29f" }
1328
- .icon-loop:before { content: "\f201" }
1329
- .icon-magnet:before { content: "\f2a0" }
1330
- .icon-male:before { content: "\f2a1" }
1331
- .icon-man:before { content: "\f202" }
1332
- .icon-map:before { content: "\f203" }
1333
- .icon-medkit:before { content: "\f2a2" }
1334
- .icon-merge:before { content: "\f33f" }
1335
- .icon-mic-a:before { content: "\f204" }
1336
- .icon-mic-b:before { content: "\f205" }
1337
- .icon-mic-c:before { content: "\f206" }
1338
- .icon-minus:before { content: "\f209" }
1339
- .icon-minus-circled:before { content: "\f207" }
1340
- .icon-minus-round:before { content: "\f208" }
1341
- .icon-model-s:before { content: "\f2c1" }
1342
- .icon-monitor:before { content: "\f20a" }
1343
- .icon-more:before { content: "\f20b" }
1344
- .icon-mouse:before { content: "\f340" }
1345
- .icon-music-note:before { content: "\f20c" }
1346
- .icon-navicon:before { content: "\f20e" }
1347
- .icon-navicon-round:before { content: "\f20d" }
1348
- .icon-navigate:before { content: "\f2a3" }
1349
- .icon-network:before { content: "\f341" }
1350
- .icon-no-smoking:before { content: "\f2c2" }
1351
- .icon-nuclear:before { content: "\f2a4" }
1352
- .icon-outlet:before { content: "\f342" }
1353
- .icon-paintbrush:before { content: "\f4d5" }
1354
- .icon-paintbucket:before { content: "\f4d6" }
1355
- .icon-paper-airplane:before { content: "\f2c3" }
1356
- .icon-paperclip:before { content: "\f20f" }
1357
- .icon-pause:before { content: "\f210" }
1358
- .icon-person:before { content: "\f213" }
1359
- .icon-person-add:before { content: "\f211" }
1360
- .icon-person-stalker:before { content: "\f212" }
1361
- .icon-pie-graph:before { content: "\f2a5" }
1362
- .icon-pin:before { content: "\f2a6" }
1363
- .icon-pinpoint:before { content: "\f2a7" }
1364
- .icon-pizza:before { content: "\f2a8" }
1365
- .icon-plane:before { content: "\f214" }
1366
- .icon-planet:before { content: "\f343" }
1367
- .icon-play:before { content: "\f215" }
1368
- .icon-playstation:before { content: "\f30a" }
1369
- .icon-plus:before { content: "\f218" }
1370
- .icon-plus-circled:before { content: "\f216" }
1371
- .icon-plus-round:before { content: "\f217" }
1372
- .icon-podium:before { content: "\f344" }
1373
- .icon-pound:before { content: "\f219" }
1374
- .icon-power:before { content: "\f2a9" }
1375
- .icon-pricetag:before { content: "\f2aa" }
1376
- .icon-pricetags:before { content: "\f2ab" }
1377
- .icon-printer:before { content: "\f21a" }
1378
- .icon-pull-request:before { content: "\f345" }
1379
- .icon-qr-scanner:before { content: "\f346" }
1380
- .icon-quote:before { content: "\f347" }
1381
- .icon-radio-waves:before { content: "\f2ac" }
1382
- .icon-record:before { content: "\f21b" }
1383
- .icon-refresh:before { content: "\f21c" }
1384
- .icon-reply:before { content: "\f21e" }
1385
- .icon-reply-all:before { content: "\f21d" }
1386
- .icon-ribbon-a:before { content: "\f348" }
1387
- .icon-ribbon-b:before { content: "\f349" }
1388
- .icon-sad:before { content: "\f34a" }
1389
- .icon-sad-outline:before { content: "\f4d7" }
1390
- .icon-scissors:before { content: "\f34b" }
1391
- .icon-search:before { content: "\f21f" }
1392
- .icon-settings:before { content: "\f2ad" }
1393
- .icon-share:before { content: "\f220" }
1394
- .icon-shuffle:before { content: "\f221" }
1395
- .icon-skip-backward:before { content: "\f222" }
1396
- .icon-skip-forward:before { content: "\f223" }
1397
- .icon-social-android:before { content: "\f225" }
1398
- .icon-social-android-outline:before { content: "\f224" }
1399
- .icon-social-angular:before { content: "\f4d9" }
1400
- .icon-social-angular-outline:before { content: "\f4d8" }
1401
- .icon-social-apple:before { content: "\f227" }
1402
- .icon-social-apple-outline:before { content: "\f226" }
1403
- .icon-social-bitcoin:before { content: "\f2af" }
1404
- .icon-social-bitcoin-outline:before { content: "\f2ae" }
1405
- .icon-social-buffer:before { content: "\f229" }
1406
- .icon-social-buffer-outline:before { content: "\f228" }
1407
- .icon-social-chrome:before { content: "\f4db" }
1408
- .icon-social-chrome-outline:before { content: "\f4da" }
1409
- .icon-social-codepen:before { content: "\f4dd" }
1410
- .icon-social-codepen-outline:before { content: "\f4dc" }
1411
- .icon-social-css3:before { content: "\f4df" }
1412
- .icon-social-css3-outline:before { content: "\f4de" }
1413
- .icon-social-designernews:before { content: "\f22b" }
1414
- .icon-social-designernews-outline:before { content: "\f22a" }
1415
- .icon-social-dribbble:before { content: "\f22d" }
1416
- .icon-social-dribbble-outline:before { content: "\f22c" }
1417
- .icon-social-dropbox:before { content: "\f22f" }
1418
- .icon-social-dropbox-outline:before { content: "\f22e" }
1419
- .icon-social-euro:before { content: "\f4e1" }
1420
- .icon-social-euro-outline:before { content: "\f4e0" }
1421
- .icon-social-facebook:before { content: "\f231" }
1422
- .icon-social-facebook-outline:before { content: "\f230" }
1423
- .icon-social-foursquare:before { content: "\f34d" }
1424
- .icon-social-foursquare-outline:before { content: "\f34c" }
1425
- .icon-social-freebsd-devil:before { content: "\f2c4" }
1426
- .icon-social-github:before { content: "\f233" }
1427
- .icon-social-github-outline:before { content: "\f232" }
1428
- .icon-social-google:before { content: "\f34f" }
1429
- .icon-social-google-outline:before { content: "\f34e" }
1430
- .icon-social-googleplus:before { content: "\f235" }
1431
- .icon-social-googleplus-outline:before { content: "\f234" }
1432
- .icon-social-hackernews:before { content: "\f237" }
1433
- .icon-social-hackernews-outline:before { content: "\f236" }
1434
- .icon-social-html5:before { content: "\f4e3" }
1435
- .icon-social-html5-outline:before { content: "\f4e2" }
1436
- .icon-social-instagram:before { content: "\f351" }
1437
- .icon-social-instagram-outline:before { content: "\f350" }
1438
- .icon-social-javascript:before { content: "\f4e5" }
1439
- .icon-social-javascript-outline:before { content: "\f4e4" }
1440
- .icon-social-linkedin:before { content: "\f239" }
1441
- .icon-social-linkedin-outline:before { content: "\f238" }
1442
- .icon-social-markdown:before { content: "\f4e6" }
1443
- .icon-social-nodejs:before { content: "\f4e7" }
1444
- .icon-social-octocat:before { content: "\f4e8" }
1445
- .icon-social-pinterest:before { content: "\f2b1" }
1446
- .icon-social-pinterest-outline:before { content: "\f2b0" }
1447
- .icon-social-python:before { content: "\f4e9" }
1448
- .icon-social-reddit:before { content: "\f23b" }
1449
- .icon-social-reddit-outline:before { content: "\f23a" }
1450
- .icon-social-rss:before { content: "\f23d" }
1451
- .icon-social-rss-outline:before { content: "\f23c" }
1452
- .icon-social-sass:before { content: "\f4ea" }
1453
- .icon-social-skype:before { content: "\f23f" }
1454
- .icon-social-skype-outline:before { content: "\f23e" }
1455
- .icon-social-snapchat:before { content: "\f4ec" }
1456
- .icon-social-snapchat-outline:before { content: "\f4eb" }
1457
- .icon-social-tumblr:before { content: "\f241" }
1458
- .icon-social-tumblr-outline:before { content: "\f240" }
1459
- .icon-social-tux:before { content: "\f2c5" }
1460
- .icon-social-twitch:before { content: "\f4ee" }
1461
- .icon-social-twitch-outline:before { content: "\f4ed" }
1462
- .icon-social-twitter:before { content: "\f243" }
1463
- .icon-social-twitter-outline:before { content: "\f242" }
1464
- .icon-social-usd:before { content: "\f353" }
1465
- .icon-social-usd-outline:before { content: "\f352" }
1466
- .icon-social-vimeo:before { content: "\f245" }
1467
- .icon-social-vimeo-outline:before { content: "\f244" }
1468
- .icon-social-whatsapp:before { content: "\f4f0" }
1469
- .icon-social-whatsapp-outline:before { content: "\f4ef" }
1470
- .icon-social-windows:before { content: "\f247" }
1471
- .icon-social-windows-outline:before { content: "\f246" }
1472
- .icon-social-wordpress:before { content: "\f249" }
1473
- .icon-social-wordpress-outline:before { content: "\f248" }
1474
- .icon-social-yahoo:before { content: "\f24b" }
1475
- .icon-social-yahoo-outline:before { content: "\f24a" }
1476
- .icon-social-yen:before { content: "\f4f2" }
1477
- .icon-social-yen-outline:before { content: "\f4f1" }
1478
- .icon-social-youtube:before { content: "\f24d" }
1479
- .icon-social-youtube-outline:before { content: "\f24c" }
1480
- .icon-soup-can:before { content: "\f4f4" }
1481
- .icon-soup-can-outline:before { content: "\f4f3" }
1482
- .icon-speakerphone:before { content: "\f2b2" }
1483
- .icon-speedometer:before { content: "\f2b3" }
1484
- .icon-spoon:before { content: "\f2b4" }
1485
- .icon-star:before { content: "\f24e" }
1486
- .icon-stats-bars:before { content: "\f2b5" }
1487
- .icon-steam:before { content: "\f30b" }
1488
- .icon-stop:before { content: "\f24f" }
1489
- .icon-thermometer:before { content: "\f2b6" }
1490
- .icon-thumbsdown:before { content: "\f250" }
1491
- .icon-thumbsup:before { content: "\f251" }
1492
- .icon-toggle:before { content: "\f355" }
1493
- .icon-toggle-filled:before { content: "\f354" }
1494
- .icon-transgender:before { content: "\f4f5" }
1495
- .icon-trash-a:before { content: "\f252" }
1496
- .icon-trash-b:before { content: "\f253" }
1497
- .icon-trophy:before { content: "\f356" }
1498
- .icon-tshirt:before { content: "\f4f7" }
1499
- .icon-tshirt-outline:before { content: "\f4f6" }
1500
- .icon-umbrella:before { content: "\f2b7" }
1501
- .icon-university:before { content: "\f357" }
1502
- .icon-unlocked:before { content: "\f254" }
1503
- .icon-upload:before { content: "\f255" }
1504
- .icon-usb:before { content: "\f2b8" }
1505
- .icon-videocamera:before { content: "\f256" }
1506
- .icon-volume-high:before { content: "\f257" }
1507
- .icon-volume-low:before { content: "\f258" }
1508
- .icon-volume-medium:before { content: "\f259" }
1509
- .icon-volume-mute:before { content: "\f25a" }
1510
- .icon-wand:before { content: "\f358" }
1511
- .icon-waterdrop:before { content: "\f25b" }
1512
- .icon-wifi:before { content: "\f25c" }
1513
- .icon-wineglass:before { content: "\f2b9" }
1514
- .icon-woman:before { content: "\f25d" }
1515
- .icon-wrench:before { content: "\f2ba" }
1516
- .icon-xbox:before { content: "\f30c" }
54
+ [class^="icon-"]:before,
55
+ [class*=" icon-"]:before { font-family: "dripicons" !important; }
56
+ [class^="icon-weather-"]:before,
57
+ [class*=" icon-weather-"]:before { font-family: "dripicons-weather" !important; }
58
+ .icon-alarm:before { content: "\61"; }
59
+ .icon-align-center:before { content: "\62"; }
60
+ .icon-align-justify:before { content: "\63"; }
61
+ .icon-align-left:before { content: "\64"; }
62
+ .icon-align-right:before { content: "\65"; }
63
+ .icon-anchor:before { content: "\66"; }
64
+ .icon-archive:before { content: "\67"; }
65
+ .icon-arrow-down:before { content: "\68"; }
66
+ .icon-arrow-left:before { content: "\69"; }
67
+ .icon-arrow-right:before { content: "\6a"; }
68
+ .icon-arrow-thin-down:before { content: "\6b"; }
69
+ .icon-arrow-thin-left:before { content: "\6c"; }
70
+ .icon-arrow-thin-right:before { content: "\6d"; }
71
+ .icon-arrow-thin-up:before { content: "\6e"; }
72
+ .icon-arrow-up:before { content: "\6f"; }
73
+ .icon-article:before { content: "\70"; }
74
+ .icon-backspace:before { content: "\71"; }
75
+ .icon-basket:before { content: "\72"; }
76
+ .icon-basketball:before { content: "\73"; }
77
+ .icon-battery-empty:before { content: "\74"; }
78
+ .icon-battery-full:before { content: "\75"; }
79
+ .icon-battery-low:before { content: "\76"; }
80
+ .icon-battery-medium:before { content: "\77"; }
81
+ .icon-bell:before { content: "\78"; }
82
+ .icon-blog:before { content: "\79"; }
83
+ .icon-bluetooth:before { content: "\7a"; }
84
+ .icon-bold:before { content: "\41"; }
85
+ .icon-bookmark:before { content: "\42"; }
86
+ .icon-bookmarks:before { content: "\43"; }
87
+ .icon-box:before { content: "\44"; }
88
+ .icon-briefcase:before { content: "\45"; }
89
+ .icon-brightness-low:before { content: "\46"; }
90
+ .icon-brightness-max:before { content: "\47"; }
91
+ .icon-brightness-medium:before { content: "\48"; }
92
+ .icon-broadcast:before { content: "\49"; }
93
+ .icon-browser:before { content: "\4a"; }
94
+ .icon-browser-upload:before { content: "\4b"; }
95
+ .icon-brush:before { content: "\4c"; }
96
+ .icon-calendar:before { content: "\4d"; }
97
+ .icon-camcorder:before { content: "\4e"; }
98
+ .icon-camera:before { content: "\4f"; }
99
+ .icon-card:before { content: "\50"; }
100
+ .icon-cart:before { content: "\51"; }
101
+ .icon-checklist:before { content: "\52"; }
102
+ .icon-checkmark:before { content: "\53"; }
103
+ .icon-chevron-down:before { content: "\54"; }
104
+ .icon-chevron-left:before { content: "\55"; }
105
+ .icon-chevron-right:before { content: "\56"; }
106
+ .icon-chevron-up:before { content: "\57"; }
107
+ .icon-clipboard:before { content: "\58"; }
108
+ .icon-clock:before { content: "\59"; }
109
+ .icon-clockwise:before { content: "\5a"; }
110
+ .icon-cloud:before { content: "\30"; }
111
+ .icon-cloud-download:before { content: "\31"; }
112
+ .icon-cloud-upload:before { content: "\32"; }
113
+ .icon-code:before { content: "\33"; }
114
+ .icon-contract:before { content: "\34"; }
115
+ .icon-contract-2:before { content: "\35"; }
116
+ .icon-conversation:before { content: "\36"; }
117
+ .icon-copy:before { content: "\37"; }
118
+ .icon-crop:before { content: "\38"; }
119
+ .icon-cross:before { content: "\39"; }
120
+ .icon-crosshair:before { content: "\21"; }
121
+ .icon-cutlery:before { content: "\22"; }
122
+ .icon-device-desktop:before { content: "\23"; }
123
+ .icon-device-mobile:before { content: "\24"; }
124
+ .icon-device-tablet:before { content: "\25"; }
125
+ .icon-direction:before { content: "\26"; }
126
+ .icon-disc:before { content: "\27"; }
127
+ .icon-document:before { content: "\28"; }
128
+ .icon-document-delete:before { content: "\29"; }
129
+ .icon-document-edit:before { content: "\2a"; }
130
+ .icon-document-new:before { content: "\2b"; }
131
+ .icon-document-remove:before { content: "\2c"; }
132
+ .icon-dot:before { content: "\2d"; }
133
+ .icon-dots-2:before { content: "\2e"; }
134
+ .icon-dots-3:before { content: "\2f"; }
135
+ .icon-download:before { content: "\3a"; }
136
+ .icon-duplicate:before { content: "\3b"; }
137
+ .icon-enter:before { content: "\3c"; }
138
+ .icon-exit:before { content: "\3d"; }
139
+ .icon-expand:before { content: "\3e"; }
140
+ .icon-expand-2:before { content: "\3f"; }
141
+ .icon-experiment:before { content: "\40"; }
142
+ .icon-export:before { content: "\5b"; }
143
+ .icon-feed:before { content: "\5d"; }
144
+ .icon-flag:before { content: "\5e"; }
145
+ .icon-flashlight:before { content: "\5f"; }
146
+ .icon-folder:before { content: "\60"; }
147
+ .icon-folder-open:before { content: "\7b"; }
148
+ .icon-forward:before { content: "\7c"; }
149
+ .icon-gaming:before { content: "\7d"; }
150
+ .icon-gear:before { content: "\7e"; }
151
+ .icon-graduation:before { content: "\5c"; }
152
+ .icon-graph-bar:before { content: "\e000"; }
153
+ .icon-graph-line:before { content: "\e001"; }
154
+ .icon-graph-pie:before { content: "\e002"; }
155
+ .icon-headset:before { content: "\e003"; }
156
+ .icon-heart:before { content: "\e004"; }
157
+ .icon-help:before { content: "\e005"; }
158
+ .icon-home:before { content: "\e006"; }
159
+ .icon-hourglass:before { content: "\e007"; }
160
+ .icon-inbox:before { content: "\e008"; }
161
+ .icon-information:before { content: "\e009"; }
162
+ .icon-italic:before { content: "\e00a"; }
163
+ .icon-jewel:before { content: "\e00b"; }
164
+ .icon-lifting:before { content: "\e00c"; }
165
+ .icon-lightbulb:before { content: "\e00d"; }
166
+ .icon-link:before { content: "\e00e"; }
167
+ .icon-link-broken:before { content: "\e00f"; }
168
+ .icon-list:before { content: "\e010"; }
169
+ .icon-loading:before { content: "\e011"; }
170
+ .icon-location:before { content: "\e012"; }
171
+ .icon-lock:before { content: "\e013"; }
172
+ .icon-lock-open:before { content: "\e014"; }
173
+ .icon-mail:before { content: "\e015"; }
174
+ .icon-map:before { content: "\e016"; }
175
+ .icon-media-loop:before { content: "\e017"; }
176
+ .icon-media-next:before { content: "\e018"; }
177
+ .icon-media-pause:before { content: "\e019"; }
178
+ .icon-media-play:before { content: "\e01a"; }
179
+ .icon-media-previous:before { content: "\e01b"; }
180
+ .icon-media-record:before { content: "\e01c"; }
181
+ .icon-media-shuffle:before { content: "\e01d"; }
182
+ .icon-media-stop:before { content: "\e01e"; }
183
+ .icon-medical:before { content: "\e01f"; }
184
+ .icon-menu:before { content: "\e020"; }
185
+ .icon-message:before { content: "\e021"; }
186
+ .icon-meter:before { content: "\e022"; }
187
+ .icon-microphone:before { content: "\e023"; }
188
+ .icon-minus:before { content: "\e024"; }
189
+ .icon-monitor:before { content: "\e025"; }
190
+ .icon-move:before { content: "\e026"; }
191
+ .icon-music:before { content: "\e027"; }
192
+ .icon-network-1:before { content: "\e028"; }
193
+ .icon-network-2:before { content: "\e029"; }
194
+ .icon-network-3:before { content: "\e02a"; }
195
+ .icon-network-4:before { content: "\e02b"; }
196
+ .icon-network-5:before { content: "\e02c"; }
197
+ .icon-pamphlet:before { content: "\e02d"; }
198
+ .icon-paperclip:before { content: "\e02e"; }
199
+ .icon-pencil:before { content: "\e02f"; }
200
+ .icon-phone:before { content: "\e030"; }
201
+ .icon-photo:before { content: "\e031"; }
202
+ .icon-photo-group:before { content: "\e032"; }
203
+ .icon-pill:before { content: "\e033"; }
204
+ .icon-pin:before { content: "\e034"; }
205
+ .icon-plus:before { content: "\e035"; }
206
+ .icon-power:before { content: "\e036"; }
207
+ .icon-preview:before { content: "\e037"; }
208
+ .icon-print:before { content: "\e038"; }
209
+ .icon-pulse:before { content: "\e039"; }
210
+ .icon-question:before { content: "\e03a"; }
211
+ .icon-reply:before { content: "\e03b"; }
212
+ .icon-reply-all:before { content: "\e03c"; }
213
+ .icon-return:before { content: "\e03d"; }
214
+ .icon-retweet:before { content: "\e03e"; }
215
+ .icon-rocket:before { content: "\e03f"; }
216
+ .icon-scale:before { content: "\e040"; }
217
+ .icon-search:before { content: "\e041"; }
218
+ .icon-shopping-bag:before { content: "\e042"; }
219
+ .icon-skip:before { content: "\e043"; }
220
+ .icon-stack:before { content: "\e044"; }
221
+ .icon-star:before { content: "\e045"; }
222
+ .icon-stopwatch:before { content: "\e046"; }
223
+ .icon-store:before { content: "\e047"; }
224
+ .icon-suitcase:before { content: "\e048"; }
225
+ .icon-swap:before { content: "\e049"; }
226
+ .icon-tag:before { content: "\e04a"; }
227
+ .icon-tag-delete:before { content: "\e04b"; }
228
+ .icon-tags:before { content: "\e04c"; }
229
+ .icon-thumbs-down:before { content: "\e04d"; }
230
+ .icon-thumbs-up:before { content: "\e04e"; }
231
+ .icon-ticket:before { content: "\e04f"; }
232
+ .icon-time-reverse:before { content: "\e050"; }
233
+ .icon-to-do:before { content: "\e051"; }
234
+ .icon-toggles:before { content: "\e052"; }
235
+ .icon-trash:before { content: "\e053"; }
236
+ .icon-trophy:before { content: "\e054"; }
237
+ .icon-upload:before { content: "\e055"; }
238
+ .icon-user:before { content: "\e056"; }
239
+ .icon-user-group:before { content: "\e057"; }
240
+ .icon-user-id:before { content: "\e058"; }
241
+ .icon-vibrate:before { content: "\e059"; }
242
+ .icon-view-apps:before { content: "\e05a"; }
243
+ .icon-view-list:before { content: "\e05b"; }
244
+ .icon-view-list-large:before { content: "\e05c"; }
245
+ .icon-view-thumb:before { content: "\e05d"; }
246
+ .icon-volume-full:before { content: "\e05e"; }
247
+ .icon-volume-low:before { content: "\e05f"; }
248
+ .icon-volume-medium:before { content: "\e060"; }
249
+ .icon-volume-off:before { content: "\e061"; }
250
+ .icon-wallet:before { content: "\e062"; }
251
+ .icon-warning:before { content: "\e063"; }
252
+ .icon-web:before { content: "\e064"; }
253
+ .icon-weight:before { content: "\e065"; }
254
+ .icon-wifi:before { content: "\e066"; }
255
+ .icon-wrong:before { content: "\e067"; }
256
+ .icon-zoom-in:before { content: "\e068"; }
257
+ .icon-zoom-out:before { content: "\e069"; }
258
+ .icon-weather-cloud:before { content: "a"; }
259
+ .icon-weather-cloud-drizzle:before { content: "b"; }
260
+ .icon-weather-cloud-drizzle-lightning:before { content: "c"; }
261
+ .icon-weather-cloud-drizzle-lightning-moon:before { content: "d"; }
262
+ .icon-weather-cloud-drizzle-lightning-sun:before { content: "e"; }
263
+ .icon-weather-cloud-drizzle-lightning-sun-2:before { content: "f"; }
264
+ .icon-weather-cloud-drizzle-moon:before { content: "g"; }
265
+ .icon-weather-cloud-drizzle-sun:before { content: "h"; }
266
+ .icon-weather-cloud-drizzle-sun-2:before { content: "i"; }
267
+ .icon-weather-cloud-fog:before { content: "j"; }
268
+ .icon-weather-cloud-fog-2:before { content: "k"; }
269
+ .icon-weather-cloud-fog-moon:before { content: "l"; }
270
+ .icon-weather-cloud-fog-sun:before { content: "m"; }
271
+ .icon-weather-cloud-fog-sun-2:before { content: "n"; }
272
+ .icon-weather-cloud-hail:before { content: "o"; }
273
+ .icon-weather-cloud-hail-lightning:before { content: "p"; }
274
+ .icon-weather-cloud-hail-lightning-moon:before { content: "q"; }
275
+ .icon-weather-cloud-hail-lightning-sun:before { content: "r"; }
276
+ .icon-weather-cloud-hail-lightning-sun-2:before { content: "s"; }
277
+ .icon-weather-cloud-hail-moon:before { content: "t"; }
278
+ .icon-weather-cloud-hail-sun:before { content: "u"; }
279
+ .icon-weather-cloud-hail-sun-2:before { content: "v"; }
280
+ .icon-weather-cloud-lightning:before { content: "w"; }
281
+ .icon-weather-cloud-lightning-moon:before { content: "x"; }
282
+ .icon-weather-cloud-lightning-sun:before { content: "y"; }
283
+ .icon-weather-cloud-lightning-sun-2:before { content: "z"; }
284
+ .icon-weather-cloud-moon:before { content: "A"; }
285
+ .icon-weather-cloud-rain:before { content: "B"; }
286
+ .icon-weather-cloud-rain-2:before { content: "C"; }
287
+ .icon-weather-cloud-rain-2-moon:before { content: "D"; }
288
+ .icon-weather-cloud-rain-2-sun:before { content: "E"; }
289
+ .icon-weather-cloud-rain-2-sun-2:before { content: "F"; }
290
+ .icon-weather-cloud-rain-lightning:before { content: "G"; }
291
+ .icon-weather-cloud-rain-lightning-moon:before { content: "H"; }
292
+ .icon-weather-cloud-rain-lightning-sun:before { content: "I"; }
293
+ .icon-weather-cloud-rain-lightning-sun-2:before { content: "J"; }
294
+ .icon-weather-cloud-rain-moon:before { content: "K"; }
295
+ .icon-weather-cloud-rain-sun:before { content: "L"; }
296
+ .icon-weather-cloud-rain-sun-2:before { content: "M"; }
297
+ .icon-weather-cloud-snow:before { content: "N"; }
298
+ .icon-weather-cloud-snow-moon:before { content: "O"; }
299
+ .icon-weather-cloud-snow-sun:before { content: "P"; }
300
+ .icon-weather-cloud-snow-sun-2:before { content: "Q"; }
301
+ .icon-weather-cloud-sun:before { content: "R"; }
302
+ .icon-weather-cloud-sun-2:before { content: "S"; }
303
+ .icon-weather-cloud-wind:before { content: "T"; }
304
+ .icon-weather-cloud-wind-2:before { content: "U"; }
305
+ .icon-weather-cloud-wind-2-moon:before { content: "V"; }
306
+ .icon-weather-cloud-wind-2-sun:before { content: "W"; }
307
+ .icon-weather-cloud-wind-2-sun-2:before { content: "X"; }
308
+ .icon-weather-cloud-wind-moon:before { content: "Y"; }
309
+ .icon-weather-cloud-wind-sun:before { content: "Z"; }
310
+ .icon-weather-cloud-wind-sun-2:before { content: "0"; }
311
+ .icon-weather-clouds:before { content: "1"; }
312
+ .icon-weather-clouds-moon:before { content: "2"; }
313
+ .icon-weather-clouds-sun:before { content: "3"; }
314
+ .icon-weather-clouds-sun-2:before { content: "4"; }
315
+ .icon-weather-compass-east:before { content: "5"; }
316
+ .icon-weather-compass-north:before { content: "6"; }
317
+ .icon-weather-compass-south:before { content: "7"; }
318
+ .icon-weather-compass-west:before { content: "8"; }
319
+ .icon-weather-degrees-celcius:before { content: "9"; }
320
+ .icon-weather-degrees-fahrenheit:before { content: "!"; }
321
+ .icon-weather-drizzle:before { content: "\""; }
322
+ .icon-weather-flag:before { content: "#"; }
323
+ .icon-weather-fog:before { content: "$"; }
324
+ .icon-weather-hail:before { content: "%"; }
325
+ .icon-weather-lightning:before { content: "&"; }
326
+ .icon-weather-moon-25:before { content: "'"; }
327
+ .icon-weather-moon-50:before { content: "("; }
328
+ .icon-weather-moon-75:before { content: ")"; }
329
+ .icon-weather-moon-100:before { content: "*"; }
330
+ .icon-weather-moon-stars:before { content: "+"; }
331
+ .icon-weather-rain:before { content: ","; }
332
+ .icon-weather-raindrop:before { content: "-"; }
333
+ .icon-weather-snow:before { content: "."; }
334
+ .icon-weather-sun:before { content: "/"; }
335
+ .icon-weather-sun-eclipse:before { content: ":"; }
336
+ .icon-weather-sun-low:before { content: ";"; }
337
+ .icon-weather-sun-lower:before { content: "<"; }
338
+ .icon-weather-sun-rise:before { content: "="; }
339
+ .icon-weather-sun-set:before { content: ">"; }
340
+ .icon-weather-thermometer-25:before { content: "?"; }
341
+ .icon-weather-thermometer-50:before { content: "@"; }
342
+ .icon-weather-thermometer-75:before { content: "["; }
343
+ .icon-weather-thermometer-100:before { content: "]"; }
344
+ .icon-weather-tornado:before { content: "^"; }
345
+ .icon-weather-umbrella:before { content: "_"; }
346
+ .icon-weather-umbrella-drizzle:before { content: "`"; }
347
+ .icon-weather-wet:before { content: "{"; }
348
+ .icon-weather-wind:before { content: "|"; }
1517
349
 
1518
350
  /* # Animation
1519
351
  ================================================== */
1520
352
  .icon-spin:before { @include animation(icon-spin 2s infinite linear); }
1521
353
 
1522
- /* # Durations
354
+ /* # Duration
1523
355
  ================================================== */
1524
- .icon-spin.icon-spin-duration-fastest:before { @include animation-duration(0.5s); }
1525
- .icon-spin.icon-spin-duration-faster:before { @include animation-duration(1s); }
1526
- .icon-spin.icon-spin-duration-fast:before { @include animation-duration(1.5s); }
1527
- .icon-spin.icon-spin-duration-default:before { @include animation-duration(2s); }
1528
- .icon-spin.icon-spin-duration-slow:before { @include animation-duration(2.5s); }
1529
- .icon-spin.icon-spin-duration-slower:before { @include animation-duration(3s); }
1530
- .icon-spin.icon-spin-duration-slowest:before { @include animation-duration(3.5s); }
356
+ .icon-spin-duration-fastest:before { @include animation-duration(0.5s); }
357
+ .icon-spin-duration-faster:before { @include animation-duration(1s); }
358
+ .icon-spin-duration-fast:before { @include animation-duration(1.5s); }
359
+ .icon-spin-duration-default:before { @include animation-duration(2s); }
360
+ .icon-spin-duration-slow:before { @include animation-duration(2.5s); }
361
+ .icon-spin-duration-slower:before { @include animation-duration(3s); }
362
+ .icon-spin-duration-slowest:before { @include animation-duration(3.5s); }