1 | /*! |
---|
2 | * Font Awesome 3.2.1 |
---|
3 | * the iconic font designed for Bootstrap |
---|
4 | * ------------------------------------------------------------------------------ |
---|
5 | * The full suite of pictographic icons, examples, and documentation can be |
---|
6 | * found at http://fontawesome.io. Stay up to date on Twitter at |
---|
7 | * http://twitter.com/fontawesome. |
---|
8 | * |
---|
9 | * License |
---|
10 | * ------------------------------------------------------------------------------ |
---|
11 | * - The Font Awesome font is licensed under SIL OFL 1.1 - |
---|
12 | * http://scripts.sil.org/OFL |
---|
13 | * - Font Awesome CSS, LESS, and SASS files are licensed under MIT License - |
---|
14 | * http://opensource.org/licenses/mit-license.html |
---|
15 | * - Font Awesome documentation licensed under CC BY 3.0 - |
---|
16 | * http://creativecommons.org/licenses/by/3.0/ |
---|
17 | * - Attribution is no longer required in Font Awesome 3.0, but much appreciated: |
---|
18 | * "Font Awesome by Dave Gandy - http://fontawesome.io" |
---|
19 | * |
---|
20 | * Author - Dave Gandy |
---|
21 | * ------------------------------------------------------------------------------ |
---|
22 | * Email: dave@fontawesome.io |
---|
23 | * Twitter: http://twitter.com/davegandy |
---|
24 | * Work: Lead Product Designer @ Kyruus - http://kyruus.com |
---|
25 | */ |
---|
26 | /* FONT PATH |
---|
27 | * -------------------------- */ |
---|
28 | @font-face { |
---|
29 | font-family: 'FontAwesome'; |
---|
30 | src: url('../font/fontawesome-webfont.eot?v=3.2.1'); |
---|
31 | src: url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg'); |
---|
32 | font-weight: normal; |
---|
33 | font-style: normal; |
---|
34 | } |
---|
35 | /* FONT AWESOME CORE |
---|
36 | * -------------------------- */ |
---|
37 | [class^="icon-"], |
---|
38 | [class*=" icon-"] { |
---|
39 | font-family: FontAwesome; |
---|
40 | font-weight: normal; |
---|
41 | font-style: normal; |
---|
42 | text-decoration: inherit; |
---|
43 | -webkit-font-smoothing: antialiased; |
---|
44 | -moz-osx-font-smoothing: grayscale; |
---|
45 | *margin-right: .3em; |
---|
46 | } |
---|
47 | [class^="icon-"]:before, |
---|
48 | [class*=" icon-"]:before { |
---|
49 | text-decoration: inherit; |
---|
50 | display: inline-block; |
---|
51 | speak: none; |
---|
52 | } |
---|
53 | /* makes the font 33% larger relative to the icon container */ |
---|
54 | .icon-large:before { |
---|
55 | vertical-align: -10%; |
---|
56 | font-size: 1.3333333333333333em; |
---|
57 | } |
---|
58 | /* makes sure icons active on rollover in links */ |
---|
59 | a [class^="icon-"], |
---|
60 | a [class*=" icon-"] { |
---|
61 | display: inline; |
---|
62 | } |
---|
63 | /* increased font size for icon-large */ |
---|
64 | [class^="icon-"].icon-fixed-width, |
---|
65 | [class*=" icon-"].icon-fixed-width { |
---|
66 | display: inline-block; |
---|
67 | width: 1.1428571428571428em; |
---|
68 | text-align: right; |
---|
69 | padding-right: 0.2857142857142857em; |
---|
70 | } |
---|
71 | [class^="icon-"].icon-fixed-width.icon-large, |
---|
72 | [class*=" icon-"].icon-fixed-width.icon-large { |
---|
73 | width: 1.4285714285714286em; |
---|
74 | } |
---|
75 | .icons-ul { |
---|
76 | margin-left: 2.142857142857143em; |
---|
77 | list-style-type: none; |
---|
78 | } |
---|
79 | .icons-ul > li { |
---|
80 | position: relative; |
---|
81 | } |
---|
82 | .icons-ul .icon-li { |
---|
83 | position: absolute; |
---|
84 | left: -2.142857142857143em; |
---|
85 | width: 2.142857142857143em; |
---|
86 | text-align: center; |
---|
87 | line-height: inherit; |
---|
88 | } |
---|
89 | [class^="icon-"].hide, |
---|
90 | [class*=" icon-"].hide { |
---|
91 | display: none; |
---|
92 | } |
---|
93 | .icon-muted { |
---|
94 | color: #eeeeee; |
---|
95 | } |
---|
96 | .icon-light { |
---|
97 | color: #ffffff; |
---|
98 | } |
---|
99 | .icon-dark { |
---|
100 | color: #333333; |
---|
101 | } |
---|
102 | .icon-border { |
---|
103 | border: solid 1px #eeeeee; |
---|
104 | padding: .2em .25em .15em; |
---|
105 | -webkit-border-radius: 3px; |
---|
106 | -moz-border-radius: 3px; |
---|
107 | border-radius: 3px; |
---|
108 | } |
---|
109 | .icon-2x { |
---|
110 | font-size: 2em; |
---|
111 | } |
---|
112 | .icon-2x.icon-border { |
---|
113 | border-width: 2px; |
---|
114 | -webkit-border-radius: 4px; |
---|
115 | -moz-border-radius: 4px; |
---|
116 | border-radius: 4px; |
---|
117 | } |
---|
118 | .icon-3x { |
---|
119 | font-size: 3em; |
---|
120 | } |
---|
121 | .icon-3x.icon-border { |
---|
122 | border-width: 3px; |
---|
123 | -webkit-border-radius: 5px; |
---|
124 | -moz-border-radius: 5px; |
---|
125 | border-radius: 5px; |
---|
126 | } |
---|
127 | .icon-4x { |
---|
128 | font-size: 4em; |
---|
129 | } |
---|
130 | .icon-4x.icon-border { |
---|
131 | border-width: 4px; |
---|
132 | -webkit-border-radius: 6px; |
---|
133 | -moz-border-radius: 6px; |
---|
134 | border-radius: 6px; |
---|
135 | } |
---|
136 | .icon-5x { |
---|
137 | font-size: 5em; |
---|
138 | } |
---|
139 | .icon-5x.icon-border { |
---|
140 | border-width: 5px; |
---|
141 | -webkit-border-radius: 7px; |
---|
142 | -moz-border-radius: 7px; |
---|
143 | border-radius: 7px; |
---|
144 | } |
---|
145 | .pull-right { |
---|
146 | float: right; |
---|
147 | } |
---|
148 | .pull-left { |
---|
149 | float: left; |
---|
150 | } |
---|
151 | [class^="icon-"].pull-left, |
---|
152 | [class*=" icon-"].pull-left { |
---|
153 | margin-right: .3em; |
---|
154 | } |
---|
155 | [class^="icon-"].pull-right, |
---|
156 | [class*=" icon-"].pull-right { |
---|
157 | margin-left: .3em; |
---|
158 | } |
---|
159 | /* BOOTSTRAP SPECIFIC CLASSES |
---|
160 | * -------------------------- */ |
---|
161 | /* Bootstrap 2.0 sprites.less reset */ |
---|
162 | [class^="icon-"], |
---|
163 | [class*=" icon-"] { |
---|
164 | display: inline; |
---|
165 | width: auto; |
---|
166 | height: auto; |
---|
167 | line-height: normal; |
---|
168 | vertical-align: baseline; |
---|
169 | background-image: none; |
---|
170 | background-position: 0% 0%; |
---|
171 | background-repeat: repeat; |
---|
172 | margin-top: 0; |
---|
173 | } |
---|
174 | /* more sprites.less reset */ |
---|
175 | .icon-white, |
---|
176 | .nav-pills > .active > a > [class^="icon-"], |
---|
177 | .nav-pills > .active > a > [class*=" icon-"], |
---|
178 | .nav-list > .active > a > [class^="icon-"], |
---|
179 | .nav-list > .active > a > [class*=" icon-"], |
---|
180 | .navbar-inverse .nav > .active > a > [class^="icon-"], |
---|
181 | .navbar-inverse .nav > .active > a > [class*=" icon-"], |
---|
182 | .dropdown-menu > li > a:hover > [class^="icon-"], |
---|
183 | .dropdown-menu > li > a:hover > [class*=" icon-"], |
---|
184 | .dropdown-menu > .active > a > [class^="icon-"], |
---|
185 | .dropdown-menu > .active > a > [class*=" icon-"], |
---|
186 | .dropdown-submenu:hover > a > [class^="icon-"], |
---|
187 | .dropdown-submenu:hover > a > [class*=" icon-"] { |
---|
188 | background-image: none; |
---|
189 | } |
---|
190 | /* keeps Bootstrap styles with and without icons the same */ |
---|
191 | .btn [class^="icon-"].icon-large, |
---|
192 | .nav [class^="icon-"].icon-large, |
---|
193 | .btn [class*=" icon-"].icon-large, |
---|
194 | .nav [class*=" icon-"].icon-large { |
---|
195 | line-height: .9em; |
---|
196 | } |
---|
197 | .btn [class^="icon-"].icon-spin, |
---|
198 | .nav [class^="icon-"].icon-spin, |
---|
199 | .btn [class*=" icon-"].icon-spin, |
---|
200 | .nav [class*=" icon-"].icon-spin { |
---|
201 | display: inline-block; |
---|
202 | } |
---|
203 | .nav-tabs [class^="icon-"], |
---|
204 | .nav-pills [class^="icon-"], |
---|
205 | .nav-tabs [class*=" icon-"], |
---|
206 | .nav-pills [class*=" icon-"], |
---|
207 | .nav-tabs [class^="icon-"].icon-large, |
---|
208 | .nav-pills [class^="icon-"].icon-large, |
---|
209 | .nav-tabs [class*=" icon-"].icon-large, |
---|
210 | .nav-pills [class*=" icon-"].icon-large { |
---|
211 | line-height: .9em; |
---|
212 | } |
---|
213 | .btn [class^="icon-"].pull-left.icon-2x, |
---|
214 | .btn [class*=" icon-"].pull-left.icon-2x, |
---|
215 | .btn [class^="icon-"].pull-right.icon-2x, |
---|
216 | .btn [class*=" icon-"].pull-right.icon-2x { |
---|
217 | margin-top: .18em; |
---|
218 | } |
---|
219 | .btn [class^="icon-"].icon-spin.icon-large, |
---|
220 | .btn [class*=" icon-"].icon-spin.icon-large { |
---|
221 | line-height: .8em; |
---|
222 | } |
---|
223 | .btn.btn-small [class^="icon-"].pull-left.icon-2x, |
---|
224 | .btn.btn-small [class*=" icon-"].pull-left.icon-2x, |
---|
225 | .btn.btn-small [class^="icon-"].pull-right.icon-2x, |
---|
226 | .btn.btn-small [class*=" icon-"].pull-right.icon-2x { |
---|
227 | margin-top: .25em; |
---|
228 | } |
---|
229 | .btn.btn-large [class^="icon-"], |
---|
230 | .btn.btn-large [class*=" icon-"] { |
---|
231 | margin-top: 0; |
---|
232 | } |
---|
233 | .btn.btn-large [class^="icon-"].pull-left.icon-2x, |
---|
234 | .btn.btn-large [class*=" icon-"].pull-left.icon-2x, |
---|
235 | .btn.btn-large [class^="icon-"].pull-right.icon-2x, |
---|
236 | .btn.btn-large [class*=" icon-"].pull-right.icon-2x { |
---|
237 | margin-top: .05em; |
---|
238 | } |
---|
239 | .btn.btn-large [class^="icon-"].pull-left.icon-2x, |
---|
240 | .btn.btn-large [class*=" icon-"].pull-left.icon-2x { |
---|
241 | margin-right: .2em; |
---|
242 | } |
---|
243 | .btn.btn-large [class^="icon-"].pull-right.icon-2x, |
---|
244 | .btn.btn-large [class*=" icon-"].pull-right.icon-2x { |
---|
245 | margin-left: .2em; |
---|
246 | } |
---|
247 | /* Fixes alignment in nav lists */ |
---|
248 | .nav-list [class^="icon-"], |
---|
249 | .nav-list [class*=" icon-"] { |
---|
250 | line-height: inherit; |
---|
251 | } |
---|
252 | /* EXTRAS |
---|
253 | * -------------------------- */ |
---|
254 | /* Stacked and layered icon */ |
---|
255 | .icon-stack { |
---|
256 | position: relative; |
---|
257 | display: inline-block; |
---|
258 | width: 2em; |
---|
259 | height: 2em; |
---|
260 | line-height: 2em; |
---|
261 | vertical-align: -35%; |
---|
262 | } |
---|
263 | .icon-stack [class^="icon-"], |
---|
264 | .icon-stack [class*=" icon-"] { |
---|
265 | display: block; |
---|
266 | text-align: center; |
---|
267 | position: absolute; |
---|
268 | width: 100%; |
---|
269 | height: 100%; |
---|
270 | font-size: 1em; |
---|
271 | line-height: inherit; |
---|
272 | *line-height: 2em; |
---|
273 | } |
---|
274 | .icon-stack .icon-stack-base { |
---|
275 | font-size: 2em; |
---|
276 | *line-height: 1em; |
---|
277 | } |
---|
278 | /* Animated rotating icon */ |
---|
279 | .icon-spin { |
---|
280 | display: inline-block; |
---|
281 | -moz-animation: spin 2s infinite linear; |
---|
282 | -o-animation: spin 2s infinite linear; |
---|
283 | -webkit-animation: spin 2s infinite linear; |
---|
284 | animation: spin 2s infinite linear; |
---|
285 | } |
---|
286 | /* Prevent stack and spinners from being taken inline when inside a link */ |
---|
287 | a .icon-stack, |
---|
288 | a .icon-spin { |
---|
289 | display: inline-block; |
---|
290 | text-decoration: none; |
---|
291 | } |
---|
292 | @-moz-keyframes spin { |
---|
293 | 0% { |
---|
294 | -moz-transform: rotate(0deg); |
---|
295 | } |
---|
296 | 100% { |
---|
297 | -moz-transform: rotate(359deg); |
---|
298 | } |
---|
299 | } |
---|
300 | @-webkit-keyframes spin { |
---|
301 | 0% { |
---|
302 | -webkit-transform: rotate(0deg); |
---|
303 | } |
---|
304 | 100% { |
---|
305 | -webkit-transform: rotate(359deg); |
---|
306 | } |
---|
307 | } |
---|
308 | @-o-keyframes spin { |
---|
309 | 0% { |
---|
310 | -o-transform: rotate(0deg); |
---|
311 | } |
---|
312 | 100% { |
---|
313 | -o-transform: rotate(359deg); |
---|
314 | } |
---|
315 | } |
---|
316 | @-ms-keyframes spin { |
---|
317 | 0% { |
---|
318 | -ms-transform: rotate(0deg); |
---|
319 | } |
---|
320 | 100% { |
---|
321 | -ms-transform: rotate(359deg); |
---|
322 | } |
---|
323 | } |
---|
324 | @keyframes spin { |
---|
325 | 0% { |
---|
326 | transform: rotate(0deg); |
---|
327 | } |
---|
328 | 100% { |
---|
329 | transform: rotate(359deg); |
---|
330 | } |
---|
331 | } |
---|
332 | /* Icon rotations and mirroring */ |
---|
333 | .icon-rotate-90:before { |
---|
334 | -webkit-transform: rotate(90deg); |
---|
335 | -moz-transform: rotate(90deg); |
---|
336 | -ms-transform: rotate(90deg); |
---|
337 | -o-transform: rotate(90deg); |
---|
338 | transform: rotate(90deg); |
---|
339 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); |
---|
340 | } |
---|
341 | .icon-rotate-180:before { |
---|
342 | -webkit-transform: rotate(180deg); |
---|
343 | -moz-transform: rotate(180deg); |
---|
344 | -ms-transform: rotate(180deg); |
---|
345 | -o-transform: rotate(180deg); |
---|
346 | transform: rotate(180deg); |
---|
347 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); |
---|
348 | } |
---|
349 | .icon-rotate-270:before { |
---|
350 | -webkit-transform: rotate(270deg); |
---|
351 | -moz-transform: rotate(270deg); |
---|
352 | -ms-transform: rotate(270deg); |
---|
353 | -o-transform: rotate(270deg); |
---|
354 | transform: rotate(270deg); |
---|
355 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); |
---|
356 | } |
---|
357 | .icon-flip-horizontal:before { |
---|
358 | -webkit-transform: scale(-1, 1); |
---|
359 | -moz-transform: scale(-1, 1); |
---|
360 | -ms-transform: scale(-1, 1); |
---|
361 | -o-transform: scale(-1, 1); |
---|
362 | transform: scale(-1, 1); |
---|
363 | } |
---|
364 | .icon-flip-vertical:before { |
---|
365 | -webkit-transform: scale(1, -1); |
---|
366 | -moz-transform: scale(1, -1); |
---|
367 | -ms-transform: scale(1, -1); |
---|
368 | -o-transform: scale(1, -1); |
---|
369 | transform: scale(1, -1); |
---|
370 | } |
---|
371 | /* ensure rotation occurs inside anchor tags */ |
---|
372 | a .icon-rotate-90:before, |
---|
373 | a .icon-rotate-180:before, |
---|
374 | a .icon-rotate-270:before, |
---|
375 | a .icon-flip-horizontal:before, |
---|
376 | a .icon-flip-vertical:before { |
---|
377 | display: inline-block; |
---|
378 | } |
---|
379 | /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen |
---|
380 | readers do not read off random characters that represent icons */ |
---|
381 | .icon-glass:before { |
---|
382 | content: "\f000"; |
---|
383 | } |
---|
384 | .icon-music:before { |
---|
385 | content: "\f001"; |
---|
386 | } |
---|
387 | .icon-search:before { |
---|
388 | content: "\f002"; |
---|
389 | } |
---|
390 | .icon-envelope-alt:before { |
---|
391 | content: "\f003"; |
---|
392 | } |
---|
393 | .icon-heart:before { |
---|
394 | content: "\f004"; |
---|
395 | } |
---|
396 | .icon-star:before { |
---|
397 | content: "\f005"; |
---|
398 | } |
---|
399 | .icon-star-empty:before { |
---|
400 | content: "\f006"; |
---|
401 | } |
---|
402 | .icon-user:before { |
---|
403 | content: "\f007"; |
---|
404 | } |
---|
405 | .icon-film:before { |
---|
406 | content: "\f008"; |
---|
407 | } |
---|
408 | .icon-th-large:before { |
---|
409 | content: "\f009"; |
---|
410 | } |
---|
411 | .icon-th:before { |
---|
412 | content: "\f00a"; |
---|
413 | } |
---|
414 | .icon-th-list:before { |
---|
415 | content: "\f00b"; |
---|
416 | } |
---|
417 | .icon-ok:before { |
---|
418 | content: "\f00c"; |
---|
419 | } |
---|
420 | .icon-remove:before { |
---|
421 | content: "\f00d"; |
---|
422 | } |
---|
423 | .icon-zoom-in:before { |
---|
424 | content: "\f00e"; |
---|
425 | } |
---|
426 | .icon-zoom-out:before { |
---|
427 | content: "\f010"; |
---|
428 | } |
---|
429 | .icon-power-off:before, |
---|
430 | .icon-off:before { |
---|
431 | content: "\f011"; |
---|
432 | } |
---|
433 | .icon-signal:before { |
---|
434 | content: "\f012"; |
---|
435 | } |
---|
436 | .icon-gear:before, |
---|
437 | .icon-cog:before { |
---|
438 | content: "\f013"; |
---|
439 | } |
---|
440 | .icon-trash:before { |
---|
441 | content: "\f014"; |
---|
442 | } |
---|
443 | .icon-home:before { |
---|
444 | content: "\f015"; |
---|
445 | } |
---|
446 | .icon-file-alt:before { |
---|
447 | content: "\f016"; |
---|
448 | } |
---|
449 | .icon-time:before { |
---|
450 | content: "\f017"; |
---|
451 | } |
---|
452 | .icon-road:before { |
---|
453 | content: "\f018"; |
---|
454 | } |
---|
455 | .icon-download-alt:before { |
---|
456 | content: "\f019"; |
---|
457 | } |
---|
458 | .icon-download:before { |
---|
459 | content: "\f01a"; |
---|
460 | } |
---|
461 | .icon-upload:before { |
---|
462 | content: "\f01b"; |
---|
463 | } |
---|
464 | .icon-inbox:before { |
---|
465 | content: "\f01c"; |
---|
466 | } |
---|
467 | .icon-play-circle:before { |
---|
468 | content: "\f01d"; |
---|
469 | } |
---|
470 | .icon-rotate-right:before, |
---|
471 | .icon-repeat:before { |
---|
472 | content: "\f01e"; |
---|
473 | } |
---|
474 | .icon-refresh:before { |
---|
475 | content: "\f021"; |
---|
476 | } |
---|
477 | .icon-list-alt:before { |
---|
478 | content: "\f022"; |
---|
479 | } |
---|
480 | .icon-lock:before { |
---|
481 | content: "\f023"; |
---|
482 | } |
---|
483 | .icon-flag:before { |
---|
484 | content: "\f024"; |
---|
485 | } |
---|
486 | .icon-headphones:before { |
---|
487 | content: "\f025"; |
---|
488 | } |
---|
489 | .icon-volume-off:before { |
---|
490 | content: "\f026"; |
---|
491 | } |
---|
492 | .icon-volume-down:before { |
---|
493 | content: "\f027"; |
---|
494 | } |
---|
495 | .icon-volume-up:before { |
---|
496 | content: "\f028"; |
---|
497 | } |
---|
498 | .icon-qrcode:before { |
---|
499 | content: "\f029"; |
---|
500 | } |
---|
501 | .icon-barcode:before { |
---|
502 | content: "\f02a"; |
---|
503 | } |
---|
504 | .icon-tag:before { |
---|
505 | content: "\f02b"; |
---|
506 | } |
---|
507 | .icon-tags:before { |
---|
508 | content: "\f02c"; |
---|
509 | } |
---|
510 | .icon-book:before { |
---|
511 | content: "\f02d"; |
---|
512 | } |
---|
513 | .icon-bookmark:before { |
---|
514 | content: "\f02e"; |
---|
515 | } |
---|
516 | .icon-print:before { |
---|
517 | content: "\f02f"; |
---|
518 | } |
---|
519 | .icon-camera:before { |
---|
520 | content: "\f030"; |
---|
521 | } |
---|
522 | .icon-font:before { |
---|
523 | content: "\f031"; |
---|
524 | } |
---|
525 | .icon-bold:before { |
---|
526 | content: "\f032"; |
---|
527 | } |
---|
528 | .icon-italic:before { |
---|
529 | content: "\f033"; |
---|
530 | } |
---|
531 | .icon-text-height:before { |
---|
532 | content: "\f034"; |
---|
533 | } |
---|
534 | .icon-text-width:before { |
---|
535 | content: "\f035"; |
---|
536 | } |
---|
537 | .icon-align-left:before { |
---|
538 | content: "\f036"; |
---|
539 | } |
---|
540 | .icon-align-center:before { |
---|
541 | content: "\f037"; |
---|
542 | } |
---|
543 | .icon-align-right:before { |
---|
544 | content: "\f038"; |
---|
545 | } |
---|
546 | .icon-align-justify:before { |
---|
547 | content: "\f039"; |
---|
548 | } |
---|
549 | .icon-list:before { |
---|
550 | content: "\f03a"; |
---|
551 | } |
---|
552 | .icon-indent-left:before { |
---|
553 | content: "\f03b"; |
---|
554 | } |
---|
555 | .icon-indent-right:before { |
---|
556 | content: "\f03c"; |
---|
557 | } |
---|
558 | .icon-facetime-video:before { |
---|
559 | content: "\f03d"; |
---|
560 | } |
---|
561 | .icon-picture:before { |
---|
562 | content: "\f03e"; |
---|
563 | } |
---|
564 | .icon-pencil:before { |
---|
565 | content: "\f040"; |
---|
566 | } |
---|
567 | .icon-map-marker:before { |
---|
568 | content: "\f041"; |
---|
569 | } |
---|
570 | .icon-adjust:before { |
---|
571 | content: "\f042"; |
---|
572 | } |
---|
573 | .icon-tint:before { |
---|
574 | content: "\f043"; |
---|
575 | } |
---|
576 | .icon-edit:before { |
---|
577 | content: "\f044"; |
---|
578 | } |
---|
579 | .icon-share:before { |
---|
580 | content: "\f045"; |
---|
581 | } |
---|
582 | .icon-check:before { |
---|
583 | content: "\f046"; |
---|
584 | } |
---|
585 | .icon-move:before { |
---|
586 | content: "\f047"; |
---|
587 | } |
---|
588 | .icon-step-backward:before { |
---|
589 | content: "\f048"; |
---|
590 | } |
---|
591 | .icon-fast-backward:before { |
---|
592 | content: "\f049"; |
---|
593 | } |
---|
594 | .icon-backward:before { |
---|
595 | content: "\f04a"; |
---|
596 | } |
---|
597 | .icon-play:before { |
---|
598 | content: "\f04b"; |
---|
599 | } |
---|
600 | .icon-pause:before { |
---|
601 | content: "\f04c"; |
---|
602 | } |
---|
603 | .icon-stop:before { |
---|
604 | content: "\f04d"; |
---|
605 | } |
---|
606 | .icon-forward:before { |
---|
607 | content: "\f04e"; |
---|
608 | } |
---|
609 | .icon-fast-forward:before { |
---|
610 | content: "\f050"; |
---|
611 | } |
---|
612 | .icon-step-forward:before { |
---|
613 | content: "\f051"; |
---|
614 | } |
---|
615 | .icon-eject:before { |
---|
616 | content: "\f052"; |
---|
617 | } |
---|
618 | .icon-chevron-left:before { |
---|
619 | content: "\f053"; |
---|
620 | } |
---|
621 | .icon-chevron-right:before { |
---|
622 | content: "\f054"; |
---|
623 | } |
---|
624 | .icon-plus-sign:before { |
---|
625 | content: "\f055"; |
---|
626 | } |
---|
627 | .icon-minus-sign:before { |
---|
628 | content: "\f056"; |
---|
629 | } |
---|
630 | .icon-remove-sign:before { |
---|
631 | content: "\f057"; |
---|
632 | } |
---|
633 | .icon-ok-sign:before { |
---|
634 | content: "\f058"; |
---|
635 | } |
---|
636 | .icon-question-sign:before { |
---|
637 | content: "\f059"; |
---|
638 | } |
---|
639 | .icon-info-sign:before { |
---|
640 | content: "\f05a"; |
---|
641 | } |
---|
642 | .icon-screenshot:before { |
---|
643 | content: "\f05b"; |
---|
644 | } |
---|
645 | .icon-remove-circle:before { |
---|
646 | content: "\f05c"; |
---|
647 | } |
---|
648 | .icon-ok-circle:before { |
---|
649 | content: "\f05d"; |
---|
650 | } |
---|
651 | .icon-ban-circle:before { |
---|
652 | content: "\f05e"; |
---|
653 | } |
---|
654 | .icon-arrow-left:before { |
---|
655 | content: "\f060"; |
---|
656 | } |
---|
657 | .icon-arrow-right:before { |
---|
658 | content: "\f061"; |
---|
659 | } |
---|
660 | .icon-arrow-up:before { |
---|
661 | content: "\f062"; |
---|
662 | } |
---|
663 | .icon-arrow-down:before { |
---|
664 | content: "\f063"; |
---|
665 | } |
---|
666 | .icon-mail-forward:before, |
---|
667 | .icon-share-alt:before { |
---|
668 | content: "\f064"; |
---|
669 | } |
---|
670 | .icon-resize-full:before { |
---|
671 | content: "\f065"; |
---|
672 | } |
---|
673 | .icon-resize-small:before { |
---|
674 | content: "\f066"; |
---|
675 | } |
---|
676 | .icon-plus:before { |
---|
677 | content: "\f067"; |
---|
678 | } |
---|
679 | .icon-minus:before { |
---|
680 | content: "\f068"; |
---|
681 | } |
---|
682 | .icon-asterisk:before { |
---|
683 | content: "\f069"; |
---|
684 | } |
---|
685 | .icon-exclamation-sign:before { |
---|
686 | content: "\f06a"; |
---|
687 | } |
---|
688 | .icon-gift:before { |
---|
689 | content: "\f06b"; |
---|
690 | } |
---|
691 | .icon-leaf:before { |
---|
692 | content: "\f06c"; |
---|
693 | } |
---|
694 | .icon-fire:before { |
---|
695 | content: "\f06d"; |
---|
696 | } |
---|
697 | .icon-eye-open:before { |
---|
698 | content: "\f06e"; |
---|
699 | } |
---|
700 | .icon-eye-close:before { |
---|
701 | content: "\f070"; |
---|
702 | } |
---|
703 | .icon-warning-sign:before { |
---|
704 | content: "\f071"; |
---|
705 | } |
---|
706 | .icon-plane:before { |
---|
707 | content: "\f072"; |
---|
708 | } |
---|
709 | .icon-calendar:before { |
---|
710 | content: "\f073"; |
---|
711 | } |
---|
712 | .icon-random:before { |
---|
713 | content: "\f074"; |
---|
714 | } |
---|
715 | .icon-comment:before { |
---|
716 | content: "\f075"; |
---|
717 | } |
---|
718 | .icon-magnet:before { |
---|
719 | content: "\f076"; |
---|
720 | } |
---|
721 | .icon-chevron-up:before { |
---|
722 | content: "\f077"; |
---|
723 | } |
---|
724 | .icon-chevron-down:before { |
---|
725 | content: "\f078"; |
---|
726 | } |
---|
727 | .icon-retweet:before { |
---|
728 | content: "\f079"; |
---|
729 | } |
---|
730 | .icon-shopping-cart:before { |
---|
731 | content: "\f07a"; |
---|
732 | } |
---|
733 | .icon-folder-close:before { |
---|
734 | content: "\f07b"; |
---|
735 | } |
---|
736 | .icon-folder-open:before { |
---|
737 | content: "\f07c"; |
---|
738 | } |
---|
739 | .icon-resize-vertical:before { |
---|
740 | content: "\f07d"; |
---|
741 | } |
---|
742 | .icon-resize-horizontal:before { |
---|
743 | content: "\f07e"; |
---|
744 | } |
---|
745 | .icon-bar-chart:before { |
---|
746 | content: "\f080"; |
---|
747 | } |
---|
748 | .icon-twitter-sign:before { |
---|
749 | content: "\f081"; |
---|
750 | } |
---|
751 | .icon-facebook-sign:before { |
---|
752 | content: "\f082"; |
---|
753 | } |
---|
754 | .icon-camera-retro:before { |
---|
755 | content: "\f083"; |
---|
756 | } |
---|
757 | .icon-key:before { |
---|
758 | content: "\f084"; |
---|
759 | } |
---|
760 | .icon-gears:before, |
---|
761 | .icon-cogs:before { |
---|
762 | content: "\f085"; |
---|
763 | } |
---|
764 | .icon-comments:before { |
---|
765 | content: "\f086"; |
---|
766 | } |
---|
767 | .icon-thumbs-up-alt:before { |
---|
768 | content: "\f087"; |
---|
769 | } |
---|
770 | .icon-thumbs-down-alt:before { |
---|
771 | content: "\f088"; |
---|
772 | } |
---|
773 | .icon-star-half:before { |
---|
774 | content: "\f089"; |
---|
775 | } |
---|
776 | .icon-heart-empty:before { |
---|
777 | content: "\f08a"; |
---|
778 | } |
---|
779 | .icon-signout:before { |
---|
780 | content: "\f08b"; |
---|
781 | } |
---|
782 | .icon-linkedin-sign:before { |
---|
783 | content: "\f08c"; |
---|
784 | } |
---|
785 | .icon-pushpin:before { |
---|
786 | content: "\f08d"; |
---|
787 | } |
---|
788 | .icon-external-link:before { |
---|
789 | content: "\f08e"; |
---|
790 | } |
---|
791 | .icon-signin:before { |
---|
792 | content: "\f090"; |
---|
793 | } |
---|
794 | .icon-trophy:before { |
---|
795 | content: "\f091"; |
---|
796 | } |
---|
797 | .icon-github-sign:before { |
---|
798 | content: "\f092"; |
---|
799 | } |
---|
800 | .icon-upload-alt:before { |
---|
801 | content: "\f093"; |
---|
802 | } |
---|
803 | .icon-lemon:before { |
---|
804 | content: "\f094"; |
---|
805 | } |
---|
806 | .icon-phone:before { |
---|
807 | content: "\f095"; |
---|
808 | } |
---|
809 | .icon-unchecked:before, |
---|
810 | .icon-check-empty:before { |
---|
811 | content: "\f096"; |
---|
812 | } |
---|
813 | .icon-bookmark-empty:before { |
---|
814 | content: "\f097"; |
---|
815 | } |
---|
816 | .icon-phone-sign:before { |
---|
817 | content: "\f098"; |
---|
818 | } |
---|
819 | .icon-twitter:before { |
---|
820 | content: "\f099"; |
---|
821 | } |
---|
822 | .icon-facebook:before { |
---|
823 | content: "\f09a"; |
---|
824 | } |
---|
825 | .icon-github:before { |
---|
826 | content: "\f09b"; |
---|
827 | } |
---|
828 | .icon-unlock:before { |
---|
829 | content: "\f09c"; |
---|
830 | } |
---|
831 | .icon-credit-card:before { |
---|
832 | content: "\f09d"; |
---|
833 | } |
---|
834 | .icon-rss:before { |
---|
835 | content: "\f09e"; |
---|
836 | } |
---|
837 | .icon-hdd:before { |
---|
838 | content: "\f0a0"; |
---|
839 | } |
---|
840 | .icon-bullhorn:before { |
---|
841 | content: "\f0a1"; |
---|
842 | } |
---|
843 | .icon-bell:before { |
---|
844 | content: "\f0a2"; |
---|
845 | } |
---|
846 | .icon-certificate:before { |
---|
847 | content: "\f0a3"; |
---|
848 | } |
---|
849 | .icon-hand-right:before { |
---|
850 | content: "\f0a4"; |
---|
851 | } |
---|
852 | .icon-hand-left:before { |
---|
853 | content: "\f0a5"; |
---|
854 | } |
---|
855 | .icon-hand-up:before { |
---|
856 | content: "\f0a6"; |
---|
857 | } |
---|
858 | .icon-hand-down:before { |
---|
859 | content: "\f0a7"; |
---|
860 | } |
---|
861 | .icon-circle-arrow-left:before { |
---|
862 | content: "\f0a8"; |
---|
863 | } |
---|
864 | .icon-circle-arrow-right:before { |
---|
865 | content: "\f0a9"; |
---|
866 | } |
---|
867 | .icon-circle-arrow-up:before { |
---|
868 | content: "\f0aa"; |
---|
869 | } |
---|
870 | .icon-circle-arrow-down:before { |
---|
871 | content: "\f0ab"; |
---|
872 | } |
---|
873 | .icon-globe:before { |
---|
874 | content: "\f0ac"; |
---|
875 | } |
---|
876 | .icon-wrench:before { |
---|
877 | content: "\f0ad"; |
---|
878 | } |
---|
879 | .icon-tasks:before { |
---|
880 | content: "\f0ae"; |
---|
881 | } |
---|
882 | .icon-filter:before { |
---|
883 | content: "\f0b0"; |
---|
884 | } |
---|
885 | .icon-briefcase:before { |
---|
886 | content: "\f0b1"; |
---|
887 | } |
---|
888 | .icon-fullscreen:before { |
---|
889 | content: "\f0b2"; |
---|
890 | } |
---|
891 | .icon-group:before { |
---|
892 | content: "\f0c0"; |
---|
893 | } |
---|
894 | .icon-link:before { |
---|
895 | content: "\f0c1"; |
---|
896 | } |
---|
897 | .icon-cloud:before { |
---|
898 | content: "\f0c2"; |
---|
899 | } |
---|
900 | .icon-beaker:before { |
---|
901 | content: "\f0c3"; |
---|
902 | } |
---|
903 | .icon-cut:before { |
---|
904 | content: "\f0c4"; |
---|
905 | } |
---|
906 | .icon-copy:before { |
---|
907 | content: "\f0c5"; |
---|
908 | } |
---|
909 | .icon-paperclip:before, |
---|
910 | .icon-paper-clip:before { |
---|
911 | content: "\f0c6"; |
---|
912 | } |
---|
913 | .icon-save:before { |
---|
914 | content: "\f0c7"; |
---|
915 | } |
---|
916 | .icon-sign-blank:before { |
---|
917 | content: "\f0c8"; |
---|
918 | } |
---|
919 | .icon-reorder:before { |
---|
920 | content: "\f0c9"; |
---|
921 | } |
---|
922 | .icon-list-ul:before { |
---|
923 | content: "\f0ca"; |
---|
924 | } |
---|
925 | .icon-list-ol:before { |
---|
926 | content: "\f0cb"; |
---|
927 | } |
---|
928 | .icon-strikethrough:before { |
---|
929 | content: "\f0cc"; |
---|
930 | } |
---|
931 | .icon-underline:before { |
---|
932 | content: "\f0cd"; |
---|
933 | } |
---|
934 | .icon-table:before { |
---|
935 | content: "\f0ce"; |
---|
936 | } |
---|
937 | .icon-magic:before { |
---|
938 | content: "\f0d0"; |
---|
939 | } |
---|
940 | .icon-truck:before { |
---|
941 | content: "\f0d1"; |
---|
942 | } |
---|
943 | .icon-pinterest:before { |
---|
944 | content: "\f0d2"; |
---|
945 | } |
---|
946 | .icon-pinterest-sign:before { |
---|
947 | content: "\f0d3"; |
---|
948 | } |
---|
949 | .icon-google-plus-sign:before { |
---|
950 | content: "\f0d4"; |
---|
951 | } |
---|
952 | .icon-google-plus:before { |
---|
953 | content: "\f0d5"; |
---|
954 | } |
---|
955 | .icon-money:before { |
---|
956 | content: "\f0d6"; |
---|
957 | } |
---|
958 | .icon-caret-down:before { |
---|
959 | content: "\f0d7"; |
---|
960 | } |
---|
961 | .icon-caret-up:before { |
---|
962 | content: "\f0d8"; |
---|
963 | } |
---|
964 | .icon-caret-left:before { |
---|
965 | content: "\f0d9"; |
---|
966 | } |
---|
967 | .icon-caret-right:before { |
---|
968 | content: "\f0da"; |
---|
969 | } |
---|
970 | .icon-columns:before { |
---|
971 | content: "\f0db"; |
---|
972 | } |
---|
973 | .icon-sort:before { |
---|
974 | content: "\f0dc"; |
---|
975 | } |
---|
976 | .icon-sort-down:before { |
---|
977 | content: "\f0dd"; |
---|
978 | } |
---|
979 | .icon-sort-up:before { |
---|
980 | content: "\f0de"; |
---|
981 | } |
---|
982 | .icon-envelope:before { |
---|
983 | content: "\f0e0"; |
---|
984 | } |
---|
985 | .icon-linkedin:before { |
---|
986 | content: "\f0e1"; |
---|
987 | } |
---|
988 | .icon-rotate-left:before, |
---|
989 | .icon-undo:before { |
---|
990 | content: "\f0e2"; |
---|
991 | } |
---|
992 | .icon-legal:before { |
---|
993 | content: "\f0e3"; |
---|
994 | } |
---|
995 | .icon-dashboard:before { |
---|
996 | content: "\f0e4"; |
---|
997 | } |
---|
998 | .icon-comment-alt:before { |
---|
999 | content: "\f0e5"; |
---|
1000 | } |
---|
1001 | .icon-comments-alt:before { |
---|
1002 | content: "\f0e6"; |
---|
1003 | } |
---|
1004 | .icon-bolt:before { |
---|
1005 | content: "\f0e7"; |
---|
1006 | } |
---|
1007 | .icon-sitemap:before { |
---|
1008 | content: "\f0e8"; |
---|
1009 | } |
---|
1010 | .icon-umbrella:before { |
---|
1011 | content: "\f0e9"; |
---|
1012 | } |
---|
1013 | .icon-paste:before { |
---|
1014 | content: "\f0ea"; |
---|
1015 | } |
---|
1016 | .icon-lightbulb:before { |
---|
1017 | content: "\f0eb"; |
---|
1018 | } |
---|
1019 | .icon-exchange:before { |
---|
1020 | content: "\f0ec"; |
---|
1021 | } |
---|
1022 | .icon-cloud-download:before { |
---|
1023 | content: "\f0ed"; |
---|
1024 | } |
---|
1025 | .icon-cloud-upload:before { |
---|
1026 | content: "\f0ee"; |
---|
1027 | } |
---|
1028 | .icon-user-md:before { |
---|
1029 | content: "\f0f0"; |
---|
1030 | } |
---|
1031 | .icon-stethoscope:before { |
---|
1032 | content: "\f0f1"; |
---|
1033 | } |
---|
1034 | .icon-suitcase:before { |
---|
1035 | content: "\f0f2"; |
---|
1036 | } |
---|
1037 | .icon-bell-alt:before { |
---|
1038 | content: "\f0f3"; |
---|
1039 | } |
---|
1040 | .icon-coffee:before { |
---|
1041 | content: "\f0f4"; |
---|
1042 | } |
---|
1043 | .icon-food:before { |
---|
1044 | content: "\f0f5"; |
---|
1045 | } |
---|
1046 | .icon-file-text-alt:before { |
---|
1047 | content: "\f0f6"; |
---|
1048 | } |
---|
1049 | .icon-building:before { |
---|
1050 | content: "\f0f7"; |
---|
1051 | } |
---|
1052 | .icon-hospital:before { |
---|
1053 | content: "\f0f8"; |
---|
1054 | } |
---|
1055 | .icon-ambulance:before { |
---|
1056 | content: "\f0f9"; |
---|
1057 | } |
---|
1058 | .icon-medkit:before { |
---|
1059 | content: "\f0fa"; |
---|
1060 | } |
---|
1061 | .icon-fighter-jet:before { |
---|
1062 | content: "\f0fb"; |
---|
1063 | } |
---|
1064 | .icon-beer:before { |
---|
1065 | content: "\f0fc"; |
---|
1066 | } |
---|
1067 | .icon-h-sign:before { |
---|
1068 | content: "\f0fd"; |
---|
1069 | } |
---|
1070 | .icon-plus-sign-alt:before { |
---|
1071 | content: "\f0fe"; |
---|
1072 | } |
---|
1073 | .icon-double-angle-left:before { |
---|
1074 | content: "\f100"; |
---|
1075 | } |
---|
1076 | .icon-double-angle-right:before { |
---|
1077 | content: "\f101"; |
---|
1078 | } |
---|
1079 | .icon-double-angle-up:before { |
---|
1080 | content: "\f102"; |
---|
1081 | } |
---|
1082 | .icon-double-angle-down:before { |
---|
1083 | content: "\f103"; |
---|
1084 | } |
---|
1085 | .icon-angle-left:before { |
---|
1086 | content: "\f104"; |
---|
1087 | } |
---|
1088 | .icon-angle-right:before { |
---|
1089 | content: "\f105"; |
---|
1090 | } |
---|
1091 | .icon-angle-up:before { |
---|
1092 | content: "\f106"; |
---|
1093 | } |
---|
1094 | .icon-angle-down:before { |
---|
1095 | content: "\f107"; |
---|
1096 | } |
---|
1097 | .icon-desktop:before { |
---|
1098 | content: "\f108"; |
---|
1099 | } |
---|
1100 | .icon-laptop:before { |
---|
1101 | content: "\f109"; |
---|
1102 | } |
---|
1103 | .icon-tablet:before { |
---|
1104 | content: "\f10a"; |
---|
1105 | } |
---|
1106 | .icon-mobile-phone:before { |
---|
1107 | content: "\f10b"; |
---|
1108 | } |
---|
1109 | .icon-circle-blank:before { |
---|
1110 | content: "\f10c"; |
---|
1111 | } |
---|
1112 | .icon-quote-left:before { |
---|
1113 | content: "\f10d"; |
---|
1114 | } |
---|
1115 | .icon-quote-right:before { |
---|
1116 | content: "\f10e"; |
---|
1117 | } |
---|
1118 | .icon-spinner:before { |
---|
1119 | content: "\f110"; |
---|
1120 | } |
---|
1121 | .icon-circle:before { |
---|
1122 | content: "\f111"; |
---|
1123 | } |
---|
1124 | .icon-mail-reply:before, |
---|
1125 | .icon-reply:before { |
---|
1126 | content: "\f112"; |
---|
1127 | } |
---|
1128 | .icon-github-alt:before { |
---|
1129 | content: "\f113"; |
---|
1130 | } |
---|
1131 | .icon-folder-close-alt:before { |
---|
1132 | content: "\f114"; |
---|
1133 | } |
---|
1134 | .icon-folder-open-alt:before { |
---|
1135 | content: "\f115"; |
---|
1136 | } |
---|
1137 | .icon-expand-alt:before { |
---|
1138 | content: "\f116"; |
---|
1139 | } |
---|
1140 | .icon-collapse-alt:before { |
---|
1141 | content: "\f117"; |
---|
1142 | } |
---|
1143 | .icon-smile:before { |
---|
1144 | content: "\f118"; |
---|
1145 | } |
---|
1146 | .icon-frown:before { |
---|
1147 | content: "\f119"; |
---|
1148 | } |
---|
1149 | .icon-meh:before { |
---|
1150 | content: "\f11a"; |
---|
1151 | } |
---|
1152 | .icon-gamepad:before { |
---|
1153 | content: "\f11b"; |
---|
1154 | } |
---|
1155 | .icon-keyboard:before { |
---|
1156 | content: "\f11c"; |
---|
1157 | } |
---|
1158 | .icon-flag-alt:before { |
---|
1159 | content: "\f11d"; |
---|
1160 | } |
---|
1161 | .icon-flag-checkered:before { |
---|
1162 | content: "\f11e"; |
---|
1163 | } |
---|
1164 | .icon-terminal:before { |
---|
1165 | content: "\f120"; |
---|
1166 | } |
---|
1167 | .icon-code:before { |
---|
1168 | content: "\f121"; |
---|
1169 | } |
---|
1170 | .icon-reply-all:before { |
---|
1171 | content: "\f122"; |
---|
1172 | } |
---|
1173 | .icon-mail-reply-all:before { |
---|
1174 | content: "\f122"; |
---|
1175 | } |
---|
1176 | .icon-star-half-full:before, |
---|
1177 | .icon-star-half-empty:before { |
---|
1178 | content: "\f123"; |
---|
1179 | } |
---|
1180 | .icon-location-arrow:before { |
---|
1181 | content: "\f124"; |
---|
1182 | } |
---|
1183 | .icon-crop:before { |
---|
1184 | content: "\f125"; |
---|
1185 | } |
---|
1186 | .icon-code-fork:before { |
---|
1187 | content: "\f126"; |
---|
1188 | } |
---|
1189 | .icon-unlink:before { |
---|
1190 | content: "\f127"; |
---|
1191 | } |
---|
1192 | .icon-question:before { |
---|
1193 | content: "\f128"; |
---|
1194 | } |
---|
1195 | .icon-info:before { |
---|
1196 | content: "\f129"; |
---|
1197 | } |
---|
1198 | .icon-exclamation:before { |
---|
1199 | content: "\f12a"; |
---|
1200 | } |
---|
1201 | .icon-superscript:before { |
---|
1202 | content: "\f12b"; |
---|
1203 | } |
---|
1204 | .icon-subscript:before { |
---|
1205 | content: "\f12c"; |
---|
1206 | } |
---|
1207 | .icon-eraser:before { |
---|
1208 | content: "\f12d"; |
---|
1209 | } |
---|
1210 | .icon-puzzle-piece:before { |
---|
1211 | content: "\f12e"; |
---|
1212 | } |
---|
1213 | .icon-microphone:before { |
---|
1214 | content: "\f130"; |
---|
1215 | } |
---|
1216 | .icon-microphone-off:before { |
---|
1217 | content: "\f131"; |
---|
1218 | } |
---|
1219 | .icon-shield:before { |
---|
1220 | content: "\f132"; |
---|
1221 | } |
---|
1222 | .icon-calendar-empty:before { |
---|
1223 | content: "\f133"; |
---|
1224 | } |
---|
1225 | .icon-fire-extinguisher:before { |
---|
1226 | content: "\f134"; |
---|
1227 | } |
---|
1228 | .icon-rocket:before { |
---|
1229 | content: "\f135"; |
---|
1230 | } |
---|
1231 | .icon-maxcdn:before { |
---|
1232 | content: "\f136"; |
---|
1233 | } |
---|
1234 | .icon-chevron-sign-left:before { |
---|
1235 | content: "\f137"; |
---|
1236 | } |
---|
1237 | .icon-chevron-sign-right:before { |
---|
1238 | content: "\f138"; |
---|
1239 | } |
---|
1240 | .icon-chevron-sign-up:before { |
---|
1241 | content: "\f139"; |
---|
1242 | } |
---|
1243 | .icon-chevron-sign-down:before { |
---|
1244 | content: "\f13a"; |
---|
1245 | } |
---|
1246 | .icon-html5:before { |
---|
1247 | content: "\f13b"; |
---|
1248 | } |
---|
1249 | .icon-css3:before { |
---|
1250 | content: "\f13c"; |
---|
1251 | } |
---|
1252 | .icon-anchor:before { |
---|
1253 | content: "\f13d"; |
---|
1254 | } |
---|
1255 | .icon-unlock-alt:before { |
---|
1256 | content: "\f13e"; |
---|
1257 | } |
---|
1258 | .icon-bullseye:before { |
---|
1259 | content: "\f140"; |
---|
1260 | } |
---|
1261 | .icon-ellipsis-horizontal:before { |
---|
1262 | content: "\f141"; |
---|
1263 | } |
---|
1264 | .icon-ellipsis-vertical:before { |
---|
1265 | content: "\f142"; |
---|
1266 | } |
---|
1267 | .icon-rss-sign:before { |
---|
1268 | content: "\f143"; |
---|
1269 | } |
---|
1270 | .icon-play-sign:before { |
---|
1271 | content: "\f144"; |
---|
1272 | } |
---|
1273 | .icon-ticket:before { |
---|
1274 | content: "\f145"; |
---|
1275 | } |
---|
1276 | .icon-minus-sign-alt:before { |
---|
1277 | content: "\f146"; |
---|
1278 | } |
---|
1279 | .icon-check-minus:before { |
---|
1280 | content: "\f147"; |
---|
1281 | } |
---|
1282 | .icon-level-up:before { |
---|
1283 | content: "\f148"; |
---|
1284 | } |
---|
1285 | .icon-level-down:before { |
---|
1286 | content: "\f149"; |
---|
1287 | } |
---|
1288 | .icon-check-sign:before { |
---|
1289 | content: "\f14a"; |
---|
1290 | } |
---|
1291 | .icon-edit-sign:before { |
---|
1292 | content: "\f14b"; |
---|
1293 | } |
---|
1294 | .icon-external-link-sign:before { |
---|
1295 | content: "\f14c"; |
---|
1296 | } |
---|
1297 | .icon-share-sign:before { |
---|
1298 | content: "\f14d"; |
---|
1299 | } |
---|
1300 | .icon-compass:before { |
---|
1301 | content: "\f14e"; |
---|
1302 | } |
---|
1303 | .icon-collapse:before { |
---|
1304 | content: "\f150"; |
---|
1305 | } |
---|
1306 | .icon-collapse-top:before { |
---|
1307 | content: "\f151"; |
---|
1308 | } |
---|
1309 | .icon-expand:before { |
---|
1310 | content: "\f152"; |
---|
1311 | } |
---|
1312 | .icon-euro:before, |
---|
1313 | .icon-eur:before { |
---|
1314 | content: "\f153"; |
---|
1315 | } |
---|
1316 | .icon-gbp:before { |
---|
1317 | content: "\f154"; |
---|
1318 | } |
---|
1319 | .icon-dollar:before, |
---|
1320 | .icon-usd:before { |
---|
1321 | content: "\f155"; |
---|
1322 | } |
---|
1323 | .icon-rupee:before, |
---|
1324 | .icon-inr:before { |
---|
1325 | content: "\f156"; |
---|
1326 | } |
---|
1327 | .icon-yen:before, |
---|
1328 | .icon-jpy:before { |
---|
1329 | content: "\f157"; |
---|
1330 | } |
---|
1331 | .icon-renminbi:before, |
---|
1332 | .icon-cny:before { |
---|
1333 | content: "\f158"; |
---|
1334 | } |
---|
1335 | .icon-won:before, |
---|
1336 | .icon-krw:before { |
---|
1337 | content: "\f159"; |
---|
1338 | } |
---|
1339 | .icon-bitcoin:before, |
---|
1340 | .icon-btc:before { |
---|
1341 | content: "\f15a"; |
---|
1342 | } |
---|
1343 | .icon-file:before { |
---|
1344 | content: "\f15b"; |
---|
1345 | } |
---|
1346 | .icon-file-text:before { |
---|
1347 | content: "\f15c"; |
---|
1348 | } |
---|
1349 | .icon-sort-by-alphabet:before { |
---|
1350 | content: "\f15d"; |
---|
1351 | } |
---|
1352 | .icon-sort-by-alphabet-alt:before { |
---|
1353 | content: "\f15e"; |
---|
1354 | } |
---|
1355 | .icon-sort-by-attributes:before { |
---|
1356 | content: "\f160"; |
---|
1357 | } |
---|
1358 | .icon-sort-by-attributes-alt:before { |
---|
1359 | content: "\f161"; |
---|
1360 | } |
---|
1361 | .icon-sort-by-order:before { |
---|
1362 | content: "\f162"; |
---|
1363 | } |
---|
1364 | .icon-sort-by-order-alt:before { |
---|
1365 | content: "\f163"; |
---|
1366 | } |
---|
1367 | .icon-thumbs-up:before { |
---|
1368 | content: "\f164"; |
---|
1369 | } |
---|
1370 | .icon-thumbs-down:before { |
---|
1371 | content: "\f165"; |
---|
1372 | } |
---|
1373 | .icon-youtube-sign:before { |
---|
1374 | content: "\f166"; |
---|
1375 | } |
---|
1376 | .icon-youtube:before { |
---|
1377 | content: "\f167"; |
---|
1378 | } |
---|
1379 | .icon-xing:before { |
---|
1380 | content: "\f168"; |
---|
1381 | } |
---|
1382 | .icon-xing-sign:before { |
---|
1383 | content: "\f169"; |
---|
1384 | } |
---|
1385 | .icon-youtube-play:before { |
---|
1386 | content: "\f16a"; |
---|
1387 | } |
---|
1388 | .icon-dropbox:before { |
---|
1389 | content: "\f16b"; |
---|
1390 | } |
---|
1391 | .icon-stackexchange:before { |
---|
1392 | content: "\f16c"; |
---|
1393 | } |
---|
1394 | .icon-instagram:before { |
---|
1395 | content: "\f16d"; |
---|
1396 | } |
---|
1397 | .icon-flickr:before { |
---|
1398 | content: "\f16e"; |
---|
1399 | } |
---|
1400 | .icon-adn:before { |
---|
1401 | content: "\f170"; |
---|
1402 | } |
---|
1403 | .icon-bitbucket:before { |
---|
1404 | content: "\f171"; |
---|
1405 | } |
---|
1406 | .icon-bitbucket-sign:before { |
---|
1407 | content: "\f172"; |
---|
1408 | } |
---|
1409 | .icon-tumblr:before { |
---|
1410 | content: "\f173"; |
---|
1411 | } |
---|
1412 | .icon-tumblr-sign:before { |
---|
1413 | content: "\f174"; |
---|
1414 | } |
---|
1415 | .icon-long-arrow-down:before { |
---|
1416 | content: "\f175"; |
---|
1417 | } |
---|
1418 | .icon-long-arrow-up:before { |
---|
1419 | content: "\f176"; |
---|
1420 | } |
---|
1421 | .icon-long-arrow-left:before { |
---|
1422 | content: "\f177"; |
---|
1423 | } |
---|
1424 | .icon-long-arrow-right:before { |
---|
1425 | content: "\f178"; |
---|
1426 | } |
---|
1427 | .icon-apple:before { |
---|
1428 | content: "\f179"; |
---|
1429 | } |
---|
1430 | .icon-windows:before { |
---|
1431 | content: "\f17a"; |
---|
1432 | } |
---|
1433 | .icon-android:before { |
---|
1434 | content: "\f17b"; |
---|
1435 | } |
---|
1436 | .icon-linux:before { |
---|
1437 | content: "\f17c"; |
---|
1438 | } |
---|
1439 | .icon-dribbble:before { |
---|
1440 | content: "\f17d"; |
---|
1441 | } |
---|
1442 | .icon-skype:before { |
---|
1443 | content: "\f17e"; |
---|
1444 | } |
---|
1445 | .icon-foursquare:before { |
---|
1446 | content: "\f180"; |
---|
1447 | } |
---|
1448 | .icon-trello:before { |
---|
1449 | content: "\f181"; |
---|
1450 | } |
---|
1451 | .icon-female:before { |
---|
1452 | content: "\f182"; |
---|
1453 | } |
---|
1454 | .icon-male:before { |
---|
1455 | content: "\f183"; |
---|
1456 | } |
---|
1457 | .icon-gittip:before { |
---|
1458 | content: "\f184"; |
---|
1459 | } |
---|
1460 | .icon-sun:before { |
---|
1461 | content: "\f185"; |
---|
1462 | } |
---|
1463 | .icon-moon:before { |
---|
1464 | content: "\f186"; |
---|
1465 | } |
---|
1466 | .icon-archive:before { |
---|
1467 | content: "\f187"; |
---|
1468 | } |
---|
1469 | .icon-bug:before { |
---|
1470 | content: "\f188"; |
---|
1471 | } |
---|
1472 | .icon-vk:before { |
---|
1473 | content: "\f189"; |
---|
1474 | } |
---|
1475 | .icon-weibo:before { |
---|
1476 | content: "\f18a"; |
---|
1477 | } |
---|
1478 | .icon-renren:before { |
---|
1479 | content: "\f18b"; |
---|
1480 | } |
---|