flatstrap-sass 2.3.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (70) hide show
  1. data/LICENSE +14 -0
  2. data/README.md +52 -0
  3. data/lib/flatstrap-sass.rb +51 -0
  4. data/lib/flatstrap-sass/compass_functions.rb +19 -0
  5. data/lib/flatstrap-sass/engine.rb +7 -0
  6. data/lib/flatstrap-sass/sass_functions.rb +14 -0
  7. data/templates/project/manifest.rb +13 -0
  8. data/templates/project/styles.scss +5 -0
  9. data/vendor/assets/javascripts/application.js +154 -0
  10. data/vendor/assets/javascripts/bootstrap-affix.js +117 -0
  11. data/vendor/assets/javascripts/bootstrap-alert.js +99 -0
  12. data/vendor/assets/javascripts/bootstrap-button.js +105 -0
  13. data/vendor/assets/javascripts/bootstrap-carousel.js +207 -0
  14. data/vendor/assets/javascripts/bootstrap-collapse.js +167 -0
  15. data/vendor/assets/javascripts/bootstrap-dropdown.js +165 -0
  16. data/vendor/assets/javascripts/bootstrap-modal.js +247 -0
  17. data/vendor/assets/javascripts/bootstrap-popover.js +114 -0
  18. data/vendor/assets/javascripts/bootstrap-scrollspy.js +162 -0
  19. data/vendor/assets/javascripts/bootstrap-tab.js +144 -0
  20. data/vendor/assets/javascripts/bootstrap-tooltip.js +361 -0
  21. data/vendor/assets/javascripts/bootstrap-transition.js +60 -0
  22. data/vendor/assets/javascripts/bootstrap-typeahead.js +335 -0
  23. data/vendor/assets/javascripts/bootstrap.js +2159 -0
  24. data/vendor/assets/javascripts/bootstrap.min.js +6 -0
  25. data/vendor/assets/javascripts/google-code-prettify/prettify.js +28 -0
  26. data/vendor/assets/javascripts/jquery.js +2 -0
  27. data/vendor/assets/stylesheets/flatstrap-responsive.scss +1 -0
  28. data/vendor/assets/stylesheets/flatstrap.scss +1 -0
  29. data/vendor/assets/stylesheets/flatstrap/_accordion.scss +33 -0
  30. data/vendor/assets/stylesheets/flatstrap/_alerts.scss +78 -0
  31. data/vendor/assets/stylesheets/flatstrap/_breadcrumbs.scss +23 -0
  32. data/vendor/assets/stylesheets/flatstrap/_button-groups.scss +211 -0
  33. data/vendor/assets/stylesheets/flatstrap/_buttons.scss +215 -0
  34. data/vendor/assets/stylesheets/flatstrap/_carousel.scss +156 -0
  35. data/vendor/assets/stylesheets/flatstrap/_close.scss +32 -0
  36. data/vendor/assets/stylesheets/flatstrap/_code.scss +59 -0
  37. data/vendor/assets/stylesheets/flatstrap/_component-animations.scss +22 -0
  38. data/vendor/assets/stylesheets/flatstrap/_dropdowns.scss +231 -0
  39. data/vendor/assets/stylesheets/flatstrap/_font-awesome.scss +534 -0
  40. data/vendor/assets/stylesheets/flatstrap/_forms.scss +646 -0
  41. data/vendor/assets/stylesheets/flatstrap/_grid.scss +21 -0
  42. data/vendor/assets/stylesheets/flatstrap/_hero-unit.scss +24 -0
  43. data/vendor/assets/stylesheets/flatstrap/_labels-badges.scss +79 -0
  44. data/vendor/assets/stylesheets/flatstrap/_layouts.scss +16 -0
  45. data/vendor/assets/stylesheets/flatstrap/_media.scss +55 -0
  46. data/vendor/assets/stylesheets/flatstrap/_mixins.scss +654 -0
  47. data/vendor/assets/stylesheets/flatstrap/_modals.scss +91 -0
  48. data/vendor/assets/stylesheets/flatstrap/_navbar.scss +481 -0
  49. data/vendor/assets/stylesheets/flatstrap/_navs.scss +388 -0
  50. data/vendor/assets/stylesheets/flatstrap/_pager.scss +42 -0
  51. data/vendor/assets/stylesheets/flatstrap/_pagination.scss +94 -0
  52. data/vendor/assets/stylesheets/flatstrap/_popovers.scss +130 -0
  53. data/vendor/assets/stylesheets/flatstrap/_progress-bars.scss +118 -0
  54. data/vendor/assets/stylesheets/flatstrap/_reset.scss +216 -0
  55. data/vendor/assets/stylesheets/flatstrap/_responsive-1200px-min.scss +28 -0
  56. data/vendor/assets/stylesheets/flatstrap/_responsive-767px-max.scss +193 -0
  57. data/vendor/assets/stylesheets/flatstrap/_responsive-768px-979px.scss +19 -0
  58. data/vendor/assets/stylesheets/flatstrap/_responsive-navbar.scss +184 -0
  59. data/vendor/assets/stylesheets/flatstrap/_responsive-utilities.scss +74 -0
  60. data/vendor/assets/stylesheets/flatstrap/_scaffolding.scss +42 -0
  61. data/vendor/assets/stylesheets/flatstrap/_tables.scss +183 -0
  62. data/vendor/assets/stylesheets/flatstrap/_thumbnails.scss +50 -0
  63. data/vendor/assets/stylesheets/flatstrap/_tooltip.scss +69 -0
  64. data/vendor/assets/stylesheets/flatstrap/_type.scss +247 -0
  65. data/vendor/assets/stylesheets/flatstrap/_utilities.scss +45 -0
  66. data/vendor/assets/stylesheets/flatstrap/_variables.scss +296 -0
  67. data/vendor/assets/stylesheets/flatstrap/_wells.scss +25 -0
  68. data/vendor/assets/stylesheets/flatstrap/bootstrap-responsive.scss +48 -0
  69. data/vendor/assets/stylesheets/flatstrap/bootstrap.scss +63 -0
  70. metadata +180 -0
@@ -0,0 +1,534 @@
1
+ /*!
2
+ * Font Awesome 3.0.2
3
+ * the iconic font designed for use with Twitter Bootstrap
4
+ * -------------------------------------------------------
5
+ * The full suite of pictographic icons, examples, and documentation
6
+ * can be found at: http://fortawesome.github.com/Font-Awesome/
7
+ *
8
+ * License
9
+ * -------------------------------------------------------
10
+ * - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
11
+ * - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
12
+ * http://opensource.org/licenses/mit-license.html
13
+ * - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
14
+ * - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
15
+ * "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"
16
+ *
17
+ * Contact
18
+ * -------------------------------------------------------
19
+ * Email: dave@davegandy.com
20
+ * Twitter: http://twitter.com/fortaweso_me
21
+ * Work: Lead Product Designer @ http://kyruus.com
22
+ */
23
+
24
+ $fontAwesomePath: "/assets" !default;
25
+ $borderColor: #eee;
26
+ $iconMuted: #eee;
27
+ @mixin border-radius($radius) { -webkit-border-radius: $radius; -moz-border-radius: $radius; border-radius: $radius; }
28
+
29
+
30
+ @font-face {
31
+ font-family: 'FontAwesome';
32
+ src: url('#{$fontAwesomePath}/fontawesome-webfont.eot?v=3.0.1');
33
+ src: url('#{$fontAwesomePath}/fontawesome-webfont.eot?#iefix&v=3.0.1') format("embedded-opentype"),
34
+ url('#{$fontAwesomePath}/fontawesome-webfont.woff?v=3.0.1') format("woff"),
35
+ url('#{$fontAwesomePath}/fontawesome-webfont.ttf?v=3.0.1') format("truetype");
36
+ font-weight: normal;
37
+ font-style: normal;
38
+ }
39
+
40
+ /* Font Awesome styles
41
+ ------------------------------------------------------- */
42
+ [class^="icon-"],
43
+ [class*=" icon-"] {
44
+ font-family: FontAwesome;
45
+ font-weight: normal;
46
+ font-style: normal;
47
+ text-decoration: inherit;
48
+ -webkit-font-smoothing: antialiased;
49
+
50
+ /* sprites.less reset */
51
+ display: inline;
52
+ width: auto;
53
+ height: auto;
54
+ line-height: normal;
55
+ vertical-align: baseline;
56
+ background-image: none;
57
+ background-position: 0% 0%;
58
+ background-repeat: repeat;
59
+ margin-top: 0;
60
+ }
61
+
62
+ /* more sprites.less reset */
63
+ .icon-white,
64
+ .nav-pills > .active > a > [class^="icon-"],
65
+ .nav-pills > .active > a > [class*=" icon-"],
66
+ .nav-list > .active > a > [class^="icon-"],
67
+ .nav-list > .active > a > [class*=" icon-"],
68
+ .navbar-inverse .nav > .active > a > [class^="icon-"],
69
+ .navbar-inverse .nav > .active > a > [class*=" icon-"],
70
+ .dropdown-menu > li > a:hover > [class^="icon-"],
71
+ .dropdown-menu > li > a:hover > [class*=" icon-"],
72
+ .dropdown-menu > .active > a > [class^="icon-"],
73
+ .dropdown-menu > .active > a > [class*=" icon-"],
74
+ .dropdown-submenu:hover > a > [class^="icon-"],
75
+ .dropdown-submenu:hover > a > [class*=" icon-"] {
76
+ background-image: none;
77
+ }
78
+
79
+ [class^="icon-"]:before,
80
+ [class*=" icon-"]:before {
81
+ text-decoration: inherit;
82
+ display: inline-block;
83
+ speak: none;
84
+ }
85
+
86
+ /* makes sure icons active on rollover in links */
87
+ a {
88
+ [class^="icon-"],
89
+ [class*=" icon-"] {
90
+ display: inline-block;
91
+ }
92
+ }
93
+
94
+ /* makes the font 33% larger relative to the icon container */
95
+ .icon-large:before {
96
+ vertical-align: -10%;
97
+ font-size: 1.3333333333333333em;
98
+ }
99
+
100
+ .btn, .nav {
101
+ [class^="icon-"],
102
+ [class*=" icon-"] {
103
+ display: inline;
104
+ /* keeps button heights with and without icons the same */
105
+ &.icon-large { line-height: .9em; }
106
+ &.icon-spin { display: inline-block; }
107
+ }
108
+ }
109
+
110
+ .nav-tabs, .nav-pills {
111
+ [class^="icon-"],
112
+ [class*=" icon-"] {
113
+ /* keeps button heights with and without icons the same */
114
+ &, &.icon-large { line-height: .9em; }
115
+ }
116
+ }
117
+
118
+ li, .nav li {
119
+ [class^="icon-"],
120
+ [class*=" icon-"] {
121
+ display: inline-block;
122
+ width: 1.25em;
123
+ text-align: center;
124
+ &.icon-large {
125
+ /* increased font size for icon-large */
126
+ width: 1.5625em;
127
+ }
128
+ }
129
+ }
130
+
131
+ ul.icons {
132
+ list-style-type: none;
133
+ text-indent: -.75em;
134
+
135
+ li {
136
+ [class^="icon-"],
137
+ [class*=" icon-"] {
138
+ width: .75em;
139
+ }
140
+ }
141
+ }
142
+
143
+ .icon-muted {
144
+ color: $iconMuted;
145
+ }
146
+
147
+ // Icon Borders
148
+ // -------------------------
149
+
150
+ .icon-border {
151
+ border: solid 1px $borderColor;
152
+ padding: .2em .25em .15em;
153
+ @include border-radius(3px);
154
+ }
155
+
156
+ // Icon Sizes
157
+ // -------------------------
158
+
159
+ .icon-2x {
160
+ font-size: 2em;
161
+ &.icon-border {
162
+ border-width: 2px;
163
+ @include border-radius(4px);
164
+ }
165
+ }
166
+ .icon-3x {
167
+ font-size: 3em;
168
+ &.icon-border {
169
+ border-width: 3px;
170
+ @include border-radius(5px);
171
+ }
172
+ }
173
+ .icon-4x {
174
+ font-size: 4em;
175
+ &.icon-border {
176
+ border-width: 4px;
177
+ @include border-radius(6px);
178
+ }
179
+ }
180
+
181
+ // Floats
182
+ // -------------------------
183
+
184
+ // Quick floats
185
+ .pull-right { float: right; }
186
+ .pull-left { float: left; }
187
+
188
+ [class^="icon-"],
189
+ [class*=" icon-"] {
190
+ &.pull-left {
191
+ margin-right: .3em;
192
+ }
193
+ &.pull-right {
194
+ margin-left: .3em;
195
+ }
196
+ }
197
+
198
+ .btn {
199
+ [class^="icon-"],
200
+ [class*=" icon-"] {
201
+ &.pull-left, &.pull-right {
202
+ &.icon-2x { margin-top: .18em; }
203
+ }
204
+ &.icon-spin.icon-large { line-height: .8em; }
205
+ }
206
+ }
207
+
208
+ .btn.btn-small {
209
+ [class^="icon-"],
210
+ [class*=" icon-"] {
211
+ &.pull-left, &.pull-right {
212
+ &.icon-2x { margin-top: .25em; }
213
+ }
214
+ }
215
+ }
216
+
217
+ .btn.btn-large {
218
+ [class^="icon-"],
219
+ [class*=" icon-"] {
220
+ margin-top: 0; // overrides bootstrap default
221
+ &.pull-left, &.pull-right {
222
+ &.icon-2x { margin-top: .05em; }
223
+ }
224
+ &.pull-left.icon-2x { margin-right: .2em; }
225
+ &.pull-right.icon-2x { margin-left: .2em; }
226
+ }
227
+ }
228
+
229
+
230
+ .icon-spin {
231
+ display: inline-block;
232
+ -moz-animation: spin 2s infinite linear;
233
+ -o-animation: spin 2s infinite linear;
234
+ -webkit-animation: spin 2s infinite linear;
235
+ animation: spin 2s infinite linear;
236
+ }
237
+
238
+ @-moz-keyframes spin {
239
+ 0% { -moz-transform: rotate(0deg); }
240
+ 100% { -moz-transform: rotate(359deg); }
241
+ }
242
+ @-webkit-keyframes spin {
243
+ 0% { -webkit-transform: rotate(0deg); }
244
+ 100% { -webkit-transform: rotate(359deg); }
245
+ }
246
+ @-o-keyframes spin {
247
+ 0% { -o-transform: rotate(0deg); }
248
+ 100% { -o-transform: rotate(359deg); }
249
+ }
250
+ @-ms-keyframes spin {
251
+ 0% { -ms-transform: rotate(0deg); }
252
+ 100% { -ms-transform: rotate(359deg); }
253
+ }
254
+ @keyframes spin {
255
+ 0% { transform: rotate(0deg); }
256
+ 100% { transform: rotate(359deg); }
257
+ }
258
+
259
+ @-moz-document url-prefix() {
260
+ .icon-spin { height: .9em; }
261
+ .btn .icon-spin { height: auto; }
262
+ .icon-spin.icon-large { height: 1.25em; }
263
+ .btn .icon-spin.icon-large { height: .75em; }
264
+ }
265
+
266
+ /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
267
+ readers do not read off random characters that represent icons */
268
+ .icon-glass:before { content: "\f000"; }
269
+ .icon-music:before { content: "\f001"; }
270
+ .icon-search:before { content: "\f002"; }
271
+ .icon-envelope:before { content: "\f003"; }
272
+ .icon-heart:before { content: "\f004"; }
273
+ .icon-star:before { content: "\f005"; }
274
+ .icon-star-empty:before { content: "\f006"; }
275
+ .icon-user:before { content: "\f007"; }
276
+ .icon-film:before { content: "\f008"; }
277
+ .icon-th-large:before { content: "\f009"; }
278
+ .icon-th:before { content: "\f00a"; }
279
+ .icon-th-list:before { content: "\f00b"; }
280
+ .icon-ok:before { content: "\f00c"; }
281
+ .icon-remove:before { content: "\f00d"; }
282
+ .icon-zoom-in:before { content: "\f00e"; }
283
+
284
+ .icon-zoom-out:before { content: "\f010"; }
285
+ .icon-off:before { content: "\f011"; }
286
+ .icon-signal:before { content: "\f012"; }
287
+ .icon-cog:before { content: "\f013"; }
288
+ .icon-trash:before { content: "\f014"; }
289
+ .icon-home:before { content: "\f015"; }
290
+ .icon-file:before { content: "\f016"; }
291
+ .icon-time:before { content: "\f017"; }
292
+ .icon-road:before { content: "\f018"; }
293
+ .icon-download-alt:before { content: "\f019"; }
294
+ .icon-download:before { content: "\f01a"; }
295
+ .icon-upload:before { content: "\f01b"; }
296
+ .icon-inbox:before { content: "\f01c"; }
297
+ .icon-play-circle:before { content: "\f01d"; }
298
+ .icon-repeat:before { content: "\f01e"; }
299
+
300
+ /* \f020 doesn't work in Safari. all shifted one down */
301
+ .icon-refresh:before { content: "\f021"; }
302
+ .icon-list-alt:before { content: "\f022"; }
303
+ .icon-lock:before { content: "\f023"; }
304
+ .icon-flag:before { content: "\f024"; }
305
+ .icon-headphones:before { content: "\f025"; }
306
+ .icon-volume-off:before { content: "\f026"; }
307
+ .icon-volume-down:before { content: "\f027"; }
308
+ .icon-volume-up:before { content: "\f028"; }
309
+ .icon-qrcode:before { content: "\f029"; }
310
+ .icon-barcode:before { content: "\f02a"; }
311
+ .icon-tag:before { content: "\f02b"; }
312
+ .icon-tags:before { content: "\f02c"; }
313
+ .icon-book:before { content: "\f02d"; }
314
+ .icon-bookmark:before { content: "\f02e"; }
315
+ .icon-print:before { content: "\f02f"; }
316
+
317
+ .icon-camera:before { content: "\f030"; }
318
+ .icon-font:before { content: "\f031"; }
319
+ .icon-bold:before { content: "\f032"; }
320
+ .icon-italic:before { content: "\f033"; }
321
+ .icon-text-height:before { content: "\f034"; }
322
+ .icon-text-width:before { content: "\f035"; }
323
+ .icon-align-left:before { content: "\f036"; }
324
+ .icon-align-center:before { content: "\f037"; }
325
+ .icon-align-right:before { content: "\f038"; }
326
+ .icon-align-justify:before { content: "\f039"; }
327
+ .icon-list:before { content: "\f03a"; }
328
+ .icon-indent-left:before { content: "\f03b"; }
329
+ .icon-indent-right:before { content: "\f03c"; }
330
+ .icon-facetime-video:before { content: "\f03d"; }
331
+ .icon-picture:before { content: "\f03e"; }
332
+
333
+ .icon-pencil:before { content: "\f040"; }
334
+ .icon-map-marker:before { content: "\f041"; }
335
+ .icon-adjust:before { content: "\f042"; }
336
+ .icon-tint:before { content: "\f043"; }
337
+ .icon-edit:before { content: "\f044"; }
338
+ .icon-share:before { content: "\f045"; }
339
+ .icon-check:before { content: "\f046"; }
340
+ .icon-move:before { content: "\f047"; }
341
+ .icon-step-backward:before { content: "\f048"; }
342
+ .icon-fast-backward:before { content: "\f049"; }
343
+ .icon-backward:before { content: "\f04a"; }
344
+ .icon-play:before { content: "\f04b"; }
345
+ .icon-pause:before { content: "\f04c"; }
346
+ .icon-stop:before { content: "\f04d"; }
347
+ .icon-forward:before { content: "\f04e"; }
348
+
349
+ .icon-fast-forward:before { content: "\f050"; }
350
+ .icon-step-forward:before { content: "\f051"; }
351
+ .icon-eject:before { content: "\f052"; }
352
+ .icon-chevron-left:before { content: "\f053"; }
353
+ .icon-chevron-right:before { content: "\f054"; }
354
+ .icon-plus-sign:before { content: "\f055"; }
355
+ .icon-minus-sign:before { content: "\f056"; }
356
+ .icon-remove-sign:before { content: "\f057"; }
357
+ .icon-ok-sign:before { content: "\f058"; }
358
+ .icon-question-sign:before { content: "\f059"; }
359
+ .icon-info-sign:before { content: "\f05a"; }
360
+ .icon-screenshot:before { content: "\f05b"; }
361
+ .icon-remove-circle:before { content: "\f05c"; }
362
+ .icon-ok-circle:before { content: "\f05d"; }
363
+ .icon-ban-circle:before { content: "\f05e"; }
364
+
365
+ .icon-arrow-left:before { content: "\f060"; }
366
+ .icon-arrow-right:before { content: "\f061"; }
367
+ .icon-arrow-up:before { content: "\f062"; }
368
+ .icon-arrow-down:before { content: "\f063"; }
369
+ .icon-share-alt:before { content: "\f064"; }
370
+ .icon-resize-full:before { content: "\f065"; }
371
+ .icon-resize-small:before { content: "\f066"; }
372
+ .icon-plus:before { content: "\f067"; }
373
+ .icon-minus:before { content: "\f068"; }
374
+ .icon-asterisk:before { content: "\f069"; }
375
+ .icon-exclamation-sign:before { content: "\f06a"; }
376
+ .icon-gift:before { content: "\f06b"; }
377
+ .icon-leaf:before { content: "\f06c"; }
378
+ .icon-fire:before { content: "\f06d"; }
379
+ .icon-eye-open:before { content: "\f06e"; }
380
+
381
+ .icon-eye-close:before { content: "\f070"; }
382
+ .icon-warning-sign:before { content: "\f071"; }
383
+ .icon-plane:before { content: "\f072"; }
384
+ .icon-calendar:before { content: "\f073"; }
385
+ .icon-random:before { content: "\f074"; }
386
+ .icon-comment:before { content: "\f075"; }
387
+ .icon-magnet:before { content: "\f076"; }
388
+ .icon-chevron-up:before { content: "\f077"; }
389
+ .icon-chevron-down:before { content: "\f078"; }
390
+ .icon-retweet:before { content: "\f079"; }
391
+ .icon-shopping-cart:before { content: "\f07a"; }
392
+ .icon-folder-close:before { content: "\f07b"; }
393
+ .icon-folder-open:before { content: "\f07c"; }
394
+ .icon-resize-vertical:before { content: "\f07d"; }
395
+ .icon-resize-horizontal:before { content: "\f07e"; }
396
+
397
+ .icon-bar-chart:before { content: "\f080"; }
398
+ .icon-twitter-sign:before { content: "\f081"; }
399
+ .icon-facebook-sign:before { content: "\f082"; }
400
+ .icon-camera-retro:before { content: "\f083"; }
401
+ .icon-key:before { content: "\f084"; }
402
+ .icon-cogs:before { content: "\f085"; }
403
+ .icon-comments:before { content: "\f086"; }
404
+ .icon-thumbs-up:before { content: "\f087"; }
405
+ .icon-thumbs-down:before { content: "\f088"; }
406
+ .icon-star-half:before { content: "\f089"; }
407
+ .icon-heart-empty:before { content: "\f08a"; }
408
+ .icon-signout:before { content: "\f08b"; }
409
+ .icon-linkedin-sign:before { content: "\f08c"; }
410
+ .icon-pushpin:before { content: "\f08d"; }
411
+ .icon-external-link:before { content: "\f08e"; }
412
+
413
+ .icon-signin:before { content: "\f090"; }
414
+ .icon-trophy:before { content: "\f091"; }
415
+ .icon-github-sign:before { content: "\f092"; }
416
+ .icon-upload-alt:before { content: "\f093"; }
417
+ .icon-lemon:before { content: "\f094"; }
418
+ .icon-phone:before { content: "\f095"; }
419
+ .icon-check-empty:before { content: "\f096"; }
420
+ .icon-bookmark-empty:before { content: "\f097"; }
421
+ .icon-phone-sign:before { content: "\f098"; }
422
+ .icon-twitter:before { content: "\f099"; }
423
+ .icon-facebook:before { content: "\f09a"; }
424
+ .icon-github:before { content: "\f09b"; }
425
+ .icon-unlock:before { content: "\f09c"; }
426
+ .icon-credit-card:before { content: "\f09d"; }
427
+ .icon-rss:before { content: "\f09e"; }
428
+
429
+ .icon-hdd:before { content: "\f0a0"; }
430
+ .icon-bullhorn:before { content: "\f0a1"; }
431
+ .icon-bell:before { content: "\f0a2"; }
432
+ .icon-certificate:before { content: "\f0a3"; }
433
+ .icon-hand-right:before { content: "\f0a4"; }
434
+ .icon-hand-left:before { content: "\f0a5"; }
435
+ .icon-hand-up:before { content: "\f0a6"; }
436
+ .icon-hand-down:before { content: "\f0a7"; }
437
+ .icon-circle-arrow-left:before { content: "\f0a8"; }
438
+ .icon-circle-arrow-right:before { content: "\f0a9"; }
439
+ .icon-circle-arrow-up:before { content: "\f0aa"; }
440
+ .icon-circle-arrow-down:before { content: "\f0ab"; }
441
+ .icon-globe:before { content: "\f0ac"; }
442
+ .icon-wrench:before { content: "\f0ad"; }
443
+ .icon-tasks:before { content: "\f0ae"; }
444
+
445
+ .icon-filter:before { content: "\f0b0"; }
446
+ .icon-briefcase:before { content: "\f0b1"; }
447
+ .icon-fullscreen:before { content: "\f0b2"; }
448
+
449
+ .icon-group:before { content: "\f0c0"; }
450
+ .icon-link:before { content: "\f0c1"; }
451
+ .icon-cloud:before { content: "\f0c2"; }
452
+ .icon-beaker:before { content: "\f0c3"; }
453
+ .icon-cut:before { content: "\f0c4"; }
454
+ .icon-copy:before { content: "\f0c5"; }
455
+ .icon-paper-clip:before { content: "\f0c6"; }
456
+ .icon-save:before { content: "\f0c7"; }
457
+ .icon-sign-blank:before { content: "\f0c8"; }
458
+ .icon-reorder:before { content: "\f0c9"; }
459
+ .icon-list-ul:before { content: "\f0ca"; }
460
+ .icon-list-ol:before { content: "\f0cb"; }
461
+ .icon-strikethrough:before { content: "\f0cc"; }
462
+ .icon-underline:before { content: "\f0cd"; }
463
+ .icon-table:before { content: "\f0ce"; }
464
+
465
+ .icon-magic:before { content: "\f0d0"; }
466
+ .icon-truck:before { content: "\f0d1"; }
467
+ .icon-pinterest:before { content: "\f0d2"; }
468
+ .icon-pinterest-sign:before { content: "\f0d3"; }
469
+ .icon-google-plus-sign:before { content: "\f0d4"; }
470
+ .icon-google-plus:before { content: "\f0d5"; }
471
+ .icon-money:before { content: "\f0d6"; }
472
+ .icon-caret-down:before { content: "\f0d7"; }
473
+ .icon-caret-up:before { content: "\f0d8"; }
474
+ .icon-caret-left:before { content: "\f0d9"; }
475
+ .icon-caret-right:before { content: "\f0da"; }
476
+ .icon-columns:before { content: "\f0db"; }
477
+ .icon-sort:before { content: "\f0dc"; }
478
+ .icon-sort-down:before { content: "\f0dd"; }
479
+ .icon-sort-up:before { content: "\f0de"; }
480
+
481
+ .icon-envelope-alt:before { content: "\f0e0"; }
482
+ .icon-linkedin:before { content: "\f0e1"; }
483
+ .icon-undo:before { content: "\f0e2"; }
484
+ .icon-legal:before { content: "\f0e3"; }
485
+ .icon-dashboard:before { content: "\f0e4"; }
486
+ .icon-comment-alt:before { content: "\f0e5"; }
487
+ .icon-comments-alt:before { content: "\f0e6"; }
488
+ .icon-bolt:before { content: "\f0e7"; }
489
+ .icon-sitemap:before { content: "\f0e8"; }
490
+ .icon-umbrella:before { content: "\f0e9"; }
491
+ .icon-paste:before { content: "\f0ea"; }
492
+ .icon-lightbulb:before { content: "\f0eb"; }
493
+ .icon-exchange:before { content: "\f0ec"; }
494
+ .icon-cloud-download:before { content: "\f0ed"; }
495
+ .icon-cloud-upload:before { content: "\f0ee"; }
496
+
497
+ .icon-user-md:before { content: "\f0f0"; }
498
+ .icon-stethoscope:before { content: "\f0f1"; }
499
+ .icon-suitcase:before { content: "\f0f2"; }
500
+ .icon-bell-alt:before { content: "\f0f3"; }
501
+ .icon-coffee:before { content: "\f0f4"; }
502
+ .icon-food:before { content: "\f0f5"; }
503
+ .icon-file-alt:before { content: "\f0f6"; }
504
+ .icon-building:before { content: "\f0f7"; }
505
+ .icon-hospital:before { content: "\f0f8"; }
506
+ .icon-ambulance:before { content: "\f0f9"; }
507
+ .icon-medkit:before { content: "\f0fa"; }
508
+ .icon-fighter-jet:before { content: "\f0fb"; }
509
+ .icon-beer:before { content: "\f0fc"; }
510
+ .icon-h-sign:before { content: "\f0fd"; }
511
+ .icon-plus-sign-alt:before { content: "\f0fe"; }
512
+
513
+ .icon-double-angle-left:before { content: "\f100"; }
514
+ .icon-double-angle-right:before { content: "\f101"; }
515
+ .icon-double-angle-up:before { content: "\f102"; }
516
+ .icon-double-angle-down:before { content: "\f103"; }
517
+ .icon-angle-left:before { content: "\f104"; }
518
+ .icon-angle-right:before { content: "\f105"; }
519
+ .icon-angle-up:before { content: "\f106"; }
520
+ .icon-angle-down:before { content: "\f107"; }
521
+ .icon-desktop:before { content: "\f108"; }
522
+ .icon-laptop:before { content: "\f109"; }
523
+ .icon-tablet:before { content: "\f10a"; }
524
+ .icon-mobile-phone:before { content: "\f10b"; }
525
+ .icon-circle-blank:before { content: "\f10c"; }
526
+ .icon-quote-left:before { content: "\f10d"; }
527
+ .icon-quote-right:before { content: "\f10e"; }
528
+
529
+ .icon-spinner:before { content: "\f110"; }
530
+ .icon-circle:before { content: "\f111"; }
531
+ .icon-reply:before { content: "\f112"; }
532
+ .icon-github-alt:before { content: "\f113"; }
533
+ .icon-folder-close-alt:before { content: "\f114"; }
534
+ .icon-folder-open-alt:before { content: "\f115"; }