|
|
|
@ -1,381 +1,596 @@
|
|
|
|
|
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
|
|
|
|
|
readers do not read off random characters that represent icons */
|
|
|
|
|
|
|
|
|
|
.icon-glass:before { content: @glass; }
|
|
|
|
|
.icon-music:before { content: @music; }
|
|
|
|
|
.icon-search:before { content: @search; }
|
|
|
|
|
.icon-envelope-alt:before { content: @envelope-alt; }
|
|
|
|
|
.icon-heart:before { content: @heart; }
|
|
|
|
|
.icon-star:before { content: @star; }
|
|
|
|
|
.icon-star-empty:before { content: @star-empty; }
|
|
|
|
|
.icon-user:before { content: @user; }
|
|
|
|
|
.icon-film:before { content: @film; }
|
|
|
|
|
.icon-th-large:before { content: @th-large; }
|
|
|
|
|
.icon-th:before { content: @th; }
|
|
|
|
|
.icon-th-list:before { content: @th-list; }
|
|
|
|
|
.icon-ok:before { content: @ok; }
|
|
|
|
|
.icon-remove:before { content: @remove; }
|
|
|
|
|
.icon-zoom-in:before { content: @zoom-in; }
|
|
|
|
|
.icon-zoom-out:before { content: @zoom-out; }
|
|
|
|
|
.icon-power-off:before,
|
|
|
|
|
.icon-off:before { content: @off; }
|
|
|
|
|
.icon-signal:before { content: @signal; }
|
|
|
|
|
.icon-gear:before,
|
|
|
|
|
.icon-cog:before { content: @cog; }
|
|
|
|
|
.icon-trash:before { content: @trash; }
|
|
|
|
|
.icon-home:before { content: @home; }
|
|
|
|
|
.icon-file-alt:before { content: @file-alt; }
|
|
|
|
|
.icon-time:before { content: @time; }
|
|
|
|
|
.icon-road:before { content: @road; }
|
|
|
|
|
.icon-download-alt:before { content: @download-alt; }
|
|
|
|
|
.icon-download:before { content: @download; }
|
|
|
|
|
.icon-upload:before { content: @upload; }
|
|
|
|
|
.icon-inbox:before { content: @inbox; }
|
|
|
|
|
.icon-play-circle:before { content: @play-circle; }
|
|
|
|
|
.icon-rotate-right:before,
|
|
|
|
|
.icon-repeat:before { content: @repeat; }
|
|
|
|
|
.icon-refresh:before { content: @refresh; }
|
|
|
|
|
.icon-list-alt:before { content: @list-alt; }
|
|
|
|
|
.icon-lock:before { content: @lock; }
|
|
|
|
|
.icon-flag:before { content: @flag; }
|
|
|
|
|
.icon-headphones:before { content: @headphones; }
|
|
|
|
|
.icon-volume-off:before { content: @volume-off; }
|
|
|
|
|
.icon-volume-down:before { content: @volume-down; }
|
|
|
|
|
.icon-volume-up:before { content: @volume-up; }
|
|
|
|
|
.icon-qrcode:before { content: @qrcode; }
|
|
|
|
|
.icon-barcode:before { content: @barcode; }
|
|
|
|
|
.icon-tag:before { content: @tag; }
|
|
|
|
|
.icon-tags:before { content: @tags; }
|
|
|
|
|
.icon-book:before { content: @book; }
|
|
|
|
|
.icon-bookmark:before { content: @bookmark; }
|
|
|
|
|
.icon-print:before { content: @print; }
|
|
|
|
|
.icon-camera:before { content: @camera; }
|
|
|
|
|
.icon-font:before { content: @font; }
|
|
|
|
|
.icon-bold:before { content: @bold; }
|
|
|
|
|
.icon-italic:before { content: @italic; }
|
|
|
|
|
.icon-text-height:before { content: @text-height; }
|
|
|
|
|
.icon-text-width:before { content: @text-width; }
|
|
|
|
|
.icon-align-left:before { content: @align-left; }
|
|
|
|
|
.icon-align-center:before { content: @align-center; }
|
|
|
|
|
.icon-align-right:before { content: @align-right; }
|
|
|
|
|
.icon-align-justify:before { content: @align-justify; }
|
|
|
|
|
.icon-list:before { content: @list; }
|
|
|
|
|
.icon-indent-left:before { content: @indent-left; }
|
|
|
|
|
.icon-indent-right:before { content: @indent-right; }
|
|
|
|
|
.icon-facetime-video:before { content: @facetime-video; }
|
|
|
|
|
.icon-picture:before { content: @picture; }
|
|
|
|
|
.icon-pencil:before { content: @pencil; }
|
|
|
|
|
.icon-map-marker:before { content: @map-marker; }
|
|
|
|
|
.icon-adjust:before { content: @adjust; }
|
|
|
|
|
.icon-tint:before { content: @tint; }
|
|
|
|
|
.icon-edit:before { content: @edit; }
|
|
|
|
|
.icon-share:before { content: @share; }
|
|
|
|
|
.icon-check:before { content: @check; }
|
|
|
|
|
.icon-move:before { content: @move; }
|
|
|
|
|
.icon-step-backward:before { content: @step-backward; }
|
|
|
|
|
.icon-fast-backward:before { content: @fast-backward; }
|
|
|
|
|
.icon-backward:before { content: @backward; }
|
|
|
|
|
.icon-play:before { content: @play; }
|
|
|
|
|
.icon-pause:before { content: @pause; }
|
|
|
|
|
.icon-stop:before { content: @stop; }
|
|
|
|
|
.icon-forward:before { content: @forward; }
|
|
|
|
|
.icon-fast-forward:before { content: @fast-forward; }
|
|
|
|
|
.icon-step-forward:before { content: @step-forward; }
|
|
|
|
|
.icon-eject:before { content: @eject; }
|
|
|
|
|
.icon-chevron-left:before { content: @chevron-left; }
|
|
|
|
|
.icon-chevron-right:before { content: @chevron-right; }
|
|
|
|
|
.icon-plus-sign:before { content: @plus-sign; }
|
|
|
|
|
.icon-minus-sign:before { content: @minus-sign; }
|
|
|
|
|
.icon-remove-sign:before { content: @remove-sign; }
|
|
|
|
|
.icon-ok-sign:before { content: @ok-sign; }
|
|
|
|
|
.icon-question-sign:before { content: @question-sign; }
|
|
|
|
|
.icon-info-sign:before { content: @info-sign; }
|
|
|
|
|
.icon-screenshot:before { content: @screenshot; }
|
|
|
|
|
.icon-remove-circle:before { content: @remove-circle; }
|
|
|
|
|
.icon-ok-circle:before { content: @ok-circle; }
|
|
|
|
|
.icon-ban-circle:before { content: @ban-circle; }
|
|
|
|
|
.icon-arrow-left:before { content: @arrow-left; }
|
|
|
|
|
.icon-arrow-right:before { content: @arrow-right; }
|
|
|
|
|
.icon-arrow-up:before { content: @arrow-up; }
|
|
|
|
|
.icon-arrow-down:before { content: @arrow-down; }
|
|
|
|
|
.icon-mail-forward:before,
|
|
|
|
|
.icon-share-alt:before { content: @share-alt; }
|
|
|
|
|
.icon-resize-full:before { content: @resize-full; }
|
|
|
|
|
.icon-resize-small:before { content: @resize-small; }
|
|
|
|
|
.icon-plus:before { content: @plus; }
|
|
|
|
|
.icon-minus:before { content: @minus; }
|
|
|
|
|
.icon-asterisk:before { content: @asterisk; }
|
|
|
|
|
.icon-exclamation-sign:before { content: @exclamation-sign; }
|
|
|
|
|
.icon-gift:before { content: @gift; }
|
|
|
|
|
.icon-leaf:before { content: @leaf; }
|
|
|
|
|
.icon-fire:before { content: @fire; }
|
|
|
|
|
.icon-eye-open:before { content: @eye-open; }
|
|
|
|
|
.icon-eye-close:before { content: @eye-close; }
|
|
|
|
|
.icon-warning-sign:before { content: @warning-sign; }
|
|
|
|
|
.icon-plane:before { content: @plane; }
|
|
|
|
|
.icon-calendar:before { content: @calendar; }
|
|
|
|
|
.icon-random:before { content: @random; }
|
|
|
|
|
.icon-comment:before { content: @comment; }
|
|
|
|
|
.icon-magnet:before { content: @magnet; }
|
|
|
|
|
.icon-chevron-up:before { content: @chevron-up; }
|
|
|
|
|
.icon-chevron-down:before { content: @chevron-down; }
|
|
|
|
|
.icon-retweet:before { content: @retweet; }
|
|
|
|
|
.icon-shopping-cart:before { content: @shopping-cart; }
|
|
|
|
|
.icon-folder-close:before { content: @folder-close; }
|
|
|
|
|
.icon-folder-open:before { content: @folder-open; }
|
|
|
|
|
.icon-resize-vertical:before { content: @resize-vertical; }
|
|
|
|
|
.icon-resize-horizontal:before { content: @resize-horizontal; }
|
|
|
|
|
.icon-bar-chart:before { content: @bar-chart; }
|
|
|
|
|
.icon-twitter-sign:before { content: @twitter-sign; }
|
|
|
|
|
.icon-facebook-sign:before { content: @facebook-sign; }
|
|
|
|
|
.icon-camera-retro:before { content: @camera-retro; }
|
|
|
|
|
.icon-key:before { content: @key; }
|
|
|
|
|
.icon-gears:before,
|
|
|
|
|
.icon-cogs:before { content: @cogs; }
|
|
|
|
|
.icon-comments:before { content: @comments; }
|
|
|
|
|
.icon-thumbs-up-alt:before { content: @thumbs-up-alt; }
|
|
|
|
|
.icon-thumbs-down-alt:before { content: @thumbs-down-alt; }
|
|
|
|
|
.icon-star-half:before { content: @star-half; }
|
|
|
|
|
.icon-heart-empty:before { content: @heart-empty; }
|
|
|
|
|
.icon-signout:before { content: @signout; }
|
|
|
|
|
.icon-linkedin-sign:before { content: @linkedin-sign; }
|
|
|
|
|
.icon-pushpin:before { content: @pushpin; }
|
|
|
|
|
.icon-external-link:before { content: @external-link; }
|
|
|
|
|
.icon-signin:before { content: @signin; }
|
|
|
|
|
.icon-trophy:before { content: @trophy; }
|
|
|
|
|
.icon-github-sign:before { content: @github-sign; }
|
|
|
|
|
.icon-upload-alt:before { content: @upload-alt; }
|
|
|
|
|
.icon-lemon:before { content: @lemon; }
|
|
|
|
|
.icon-phone:before { content: @phone; }
|
|
|
|
|
.icon-unchecked:before,
|
|
|
|
|
.icon-check-empty:before { content: @check-empty; }
|
|
|
|
|
.icon-bookmark-empty:before { content: @bookmark-empty; }
|
|
|
|
|
.icon-phone-sign:before { content: @phone-sign; }
|
|
|
|
|
.icon-twitter:before { content: @twitter; }
|
|
|
|
|
.icon-facebook:before { content: @facebook; }
|
|
|
|
|
.icon-github:before { content: @github; }
|
|
|
|
|
.icon-unlock:before { content: @unlock; }
|
|
|
|
|
.icon-credit-card:before { content: @credit-card; }
|
|
|
|
|
.icon-rss:before { content: @rss; }
|
|
|
|
|
.icon-hdd:before { content: @hdd; }
|
|
|
|
|
.icon-bullhorn:before { content: @bullhorn; }
|
|
|
|
|
.icon-bell:before { content: @bell; }
|
|
|
|
|
.icon-certificate:before { content: @certificate; }
|
|
|
|
|
.icon-hand-right:before { content: @hand-right; }
|
|
|
|
|
.icon-hand-left:before { content: @hand-left; }
|
|
|
|
|
.icon-hand-up:before { content: @hand-up; }
|
|
|
|
|
.icon-hand-down:before { content: @hand-down; }
|
|
|
|
|
.icon-circle-arrow-left:before { content: @circle-arrow-left; }
|
|
|
|
|
.icon-circle-arrow-right:before { content: @circle-arrow-right; }
|
|
|
|
|
.icon-circle-arrow-up:before { content: @circle-arrow-up; }
|
|
|
|
|
.icon-circle-arrow-down:before { content: @circle-arrow-down; }
|
|
|
|
|
.icon-globe:before { content: @globe; }
|
|
|
|
|
.icon-wrench:before { content: @wrench; }
|
|
|
|
|
.icon-tasks:before { content: @tasks; }
|
|
|
|
|
.icon-filter:before { content: @filter; }
|
|
|
|
|
.icon-briefcase:before { content: @briefcase; }
|
|
|
|
|
.icon-fullscreen:before { content: @fullscreen; }
|
|
|
|
|
.icon-group:before { content: @group; }
|
|
|
|
|
.icon-link:before { content: @link; }
|
|
|
|
|
.icon-cloud:before { content: @cloud; }
|
|
|
|
|
.icon-beaker:before { content: @beaker; }
|
|
|
|
|
.icon-cut:before { content: @cut; }
|
|
|
|
|
.icon-copy:before { content: @copy; }
|
|
|
|
|
.icon-paperclip:before,
|
|
|
|
|
.icon-paper-clip:before { content: @paper-clip; }
|
|
|
|
|
.icon-save:before { content: @save; }
|
|
|
|
|
.icon-sign-blank:before { content: @sign-blank; }
|
|
|
|
|
.icon-reorder:before { content: @reorder; }
|
|
|
|
|
.icon-list-ul:before { content: @list-ul; }
|
|
|
|
|
.icon-list-ol:before { content: @list-ol; }
|
|
|
|
|
.icon-strikethrough:before { content: @strikethrough; }
|
|
|
|
|
.icon-underline:before { content: @underline; }
|
|
|
|
|
.icon-table:before { content: @table; }
|
|
|
|
|
.icon-magic:before { content: @magic; }
|
|
|
|
|
.icon-truck:before { content: @truck; }
|
|
|
|
|
.icon-pinterest:before { content: @pinterest; }
|
|
|
|
|
.icon-pinterest-sign:before { content: @pinterest-sign; }
|
|
|
|
|
.icon-google-plus-sign:before { content: @google-plus-sign; }
|
|
|
|
|
.icon-google-plus:before { content: @google-plus; }
|
|
|
|
|
.icon-money:before { content: @money; }
|
|
|
|
|
.icon-caret-down:before { content: @caret-down; }
|
|
|
|
|
.icon-caret-up:before { content: @caret-up; }
|
|
|
|
|
.icon-caret-left:before { content: @caret-left; }
|
|
|
|
|
.icon-caret-right:before { content: @caret-right; }
|
|
|
|
|
.icon-columns:before { content: @columns; }
|
|
|
|
|
.icon-sort:before { content: @sort; }
|
|
|
|
|
.icon-sort-down:before { content: @sort-down; }
|
|
|
|
|
.icon-sort-up:before { content: @sort-up; }
|
|
|
|
|
.icon-envelope:before { content: @envelope; }
|
|
|
|
|
.icon-linkedin:before { content: @linkedin; }
|
|
|
|
|
.icon-rotate-left:before,
|
|
|
|
|
.icon-undo:before { content: @undo; }
|
|
|
|
|
.icon-legal:before { content: @legal; }
|
|
|
|
|
.icon-dashboard:before { content: @dashboard; }
|
|
|
|
|
.icon-comment-alt:before { content: @comment-alt; }
|
|
|
|
|
.icon-comments-alt:before { content: @comments-alt; }
|
|
|
|
|
.icon-bolt:before { content: @bolt; }
|
|
|
|
|
.icon-sitemap:before { content: @sitemap; }
|
|
|
|
|
.icon-umbrella:before { content: @umbrella; }
|
|
|
|
|
.icon-paste:before { content: @paste; }
|
|
|
|
|
.icon-lightbulb:before { content: @lightbulb; }
|
|
|
|
|
.icon-exchange:before { content: @exchange; }
|
|
|
|
|
.icon-cloud-download:before { content: @cloud-download; }
|
|
|
|
|
.icon-cloud-upload:before { content: @cloud-upload; }
|
|
|
|
|
.icon-user-md:before { content: @user-md; }
|
|
|
|
|
.icon-stethoscope:before { content: @stethoscope; }
|
|
|
|
|
.icon-suitcase:before { content: @suitcase; }
|
|
|
|
|
.icon-bell-alt:before { content: @bell-alt; }
|
|
|
|
|
.icon-coffee:before { content: @coffee; }
|
|
|
|
|
.icon-food:before { content: @food; }
|
|
|
|
|
.icon-file-text-alt:before { content: @file-text-alt; }
|
|
|
|
|
.icon-building:before { content: @building; }
|
|
|
|
|
.icon-hospital:before { content: @hospital; }
|
|
|
|
|
.icon-ambulance:before { content: @ambulance; }
|
|
|
|
|
.icon-medkit:before { content: @medkit; }
|
|
|
|
|
.icon-fighter-jet:before { content: @fighter-jet; }
|
|
|
|
|
.icon-beer:before { content: @beer; }
|
|
|
|
|
.icon-h-sign:before { content: @h-sign; }
|
|
|
|
|
.icon-plus-sign-alt:before { content: @plus-sign-alt; }
|
|
|
|
|
.icon-double-angle-left:before { content: @double-angle-left; }
|
|
|
|
|
.icon-double-angle-right:before { content: @double-angle-right; }
|
|
|
|
|
.icon-double-angle-up:before { content: @double-angle-up; }
|
|
|
|
|
.icon-double-angle-down:before { content: @double-angle-down; }
|
|
|
|
|
.icon-angle-left:before { content: @angle-left; }
|
|
|
|
|
.icon-angle-right:before { content: @angle-right; }
|
|
|
|
|
.icon-angle-up:before { content: @angle-up; }
|
|
|
|
|
.icon-angle-down:before { content: @angle-down; }
|
|
|
|
|
.icon-desktop:before { content: @desktop; }
|
|
|
|
|
.icon-laptop:before { content: @laptop; }
|
|
|
|
|
.icon-tablet:before { content: @tablet; }
|
|
|
|
|
.icon-mobile-phone:before { content: @mobile-phone; }
|
|
|
|
|
.icon-circle-blank:before { content: @circle-blank; }
|
|
|
|
|
.icon-quote-left:before { content: @quote-left; }
|
|
|
|
|
.icon-quote-right:before { content: @quote-right; }
|
|
|
|
|
.icon-spinner:before { content: @spinner; }
|
|
|
|
|
.icon-circle:before { content: @circle; }
|
|
|
|
|
.icon-mail-reply:before,
|
|
|
|
|
.icon-reply:before { content: @reply; }
|
|
|
|
|
.icon-github-alt:before { content: @github-alt; }
|
|
|
|
|
.icon-folder-close-alt:before { content: @folder-close-alt; }
|
|
|
|
|
.icon-folder-open-alt:before { content: @folder-open-alt; }
|
|
|
|
|
.icon-expand-alt:before { content: @expand-alt; }
|
|
|
|
|
.icon-collapse-alt:before { content: @collapse-alt; }
|
|
|
|
|
.icon-smile:before { content: @smile; }
|
|
|
|
|
.icon-frown:before { content: @frown; }
|
|
|
|
|
.icon-meh:before { content: @meh; }
|
|
|
|
|
.icon-gamepad:before { content: @gamepad; }
|
|
|
|
|
.icon-keyboard:before { content: @keyboard; }
|
|
|
|
|
.icon-flag-alt:before { content: @flag-alt; }
|
|
|
|
|
.icon-flag-checkered:before { content: @flag-checkered; }
|
|
|
|
|
.icon-terminal:before { content: @terminal; }
|
|
|
|
|
.icon-code:before { content: @code; }
|
|
|
|
|
.icon-reply-all:before { content: @reply-all; }
|
|
|
|
|
.icon-mail-reply-all:before { content: @mail-reply-all; }
|
|
|
|
|
.icon-star-half-full:before,
|
|
|
|
|
.icon-star-half-empty:before { content: @star-half-empty; }
|
|
|
|
|
.icon-location-arrow:before { content: @location-arrow; }
|
|
|
|
|
.icon-crop:before { content: @crop; }
|
|
|
|
|
.icon-code-fork:before { content: @code-fork; }
|
|
|
|
|
.icon-unlink:before { content: @unlink; }
|
|
|
|
|
.icon-question:before { content: @question; }
|
|
|
|
|
.icon-info:before { content: @info; }
|
|
|
|
|
.icon-exclamation:before { content: @exclamation; }
|
|
|
|
|
.icon-superscript:before { content: @superscript; }
|
|
|
|
|
.icon-subscript:before { content: @subscript; }
|
|
|
|
|
.icon-eraser:before { content: @eraser; }
|
|
|
|
|
.icon-puzzle-piece:before { content: @puzzle-piece; }
|
|
|
|
|
.icon-microphone:before { content: @microphone; }
|
|
|
|
|
.icon-microphone-off:before { content: @microphone-off; }
|
|
|
|
|
.icon-shield:before { content: @shield; }
|
|
|
|
|
.icon-calendar-empty:before { content: @calendar-empty; }
|
|
|
|
|
.icon-fire-extinguisher:before { content: @fire-extinguisher; }
|
|
|
|
|
.icon-rocket:before { content: @rocket; }
|
|
|
|
|
.icon-maxcdn:before { content: @maxcdn; }
|
|
|
|
|
.icon-chevron-sign-left:before { content: @chevron-sign-left; }
|
|
|
|
|
.icon-chevron-sign-right:before { content: @chevron-sign-right; }
|
|
|
|
|
.icon-chevron-sign-up:before { content: @chevron-sign-up; }
|
|
|
|
|
.icon-chevron-sign-down:before { content: @chevron-sign-down; }
|
|
|
|
|
.icon-html5:before { content: @html5; }
|
|
|
|
|
.icon-css3:before { content: @css3; }
|
|
|
|
|
.icon-anchor:before { content: @anchor; }
|
|
|
|
|
.icon-unlock-alt:before { content: @unlock-alt; }
|
|
|
|
|
.icon-bullseye:before { content: @bullseye; }
|
|
|
|
|
.icon-ellipsis-horizontal:before { content: @ellipsis-horizontal; }
|
|
|
|
|
.icon-ellipsis-vertical:before { content: @ellipsis-vertical; }
|
|
|
|
|
.icon-rss-sign:before { content: @rss-sign; }
|
|
|
|
|
.icon-play-sign:before { content: @play-sign; }
|
|
|
|
|
.icon-ticket:before { content: @ticket; }
|
|
|
|
|
.icon-minus-sign-alt:before { content: @minus-sign-alt; }
|
|
|
|
|
.icon-check-minus:before { content: @check-minus; }
|
|
|
|
|
.icon-level-up:before { content: @level-up; }
|
|
|
|
|
.icon-level-down:before { content: @level-down; }
|
|
|
|
|
.icon-check-sign:before { content: @check-sign; }
|
|
|
|
|
.icon-edit-sign:before { content: @edit-sign; }
|
|
|
|
|
.icon-external-link-sign:before { content: @external-link-sign; }
|
|
|
|
|
.icon-share-sign:before { content: @share-sign; }
|
|
|
|
|
.icon-compass:before { content: @compass; }
|
|
|
|
|
.icon-collapse:before { content: @collapse; }
|
|
|
|
|
.icon-collapse-top:before { content: @collapse-top; }
|
|
|
|
|
.icon-expand:before { content: @expand; }
|
|
|
|
|
.icon-euro:before,
|
|
|
|
|
.icon-eur:before { content: @eur; }
|
|
|
|
|
.icon-gbp:before { content: @gbp; }
|
|
|
|
|
.icon-dollar:before,
|
|
|
|
|
.icon-usd:before { content: @usd; }
|
|
|
|
|
.icon-rupee:before,
|
|
|
|
|
.icon-inr:before { content: @inr; }
|
|
|
|
|
.icon-yen:before,
|
|
|
|
|
.icon-jpy:before { content: @jpy; }
|
|
|
|
|
.icon-renminbi:before,
|
|
|
|
|
.icon-cny:before { content: @cny; }
|
|
|
|
|
.icon-won:before,
|
|
|
|
|
.icon-krw:before { content: @krw; }
|
|
|
|
|
.icon-bitcoin:before,
|
|
|
|
|
.icon-btc:before { content: @btc; }
|
|
|
|
|
.icon-file:before { content: @file; }
|
|
|
|
|
.icon-file-text:before { content: @file-text; }
|
|
|
|
|
.icon-sort-by-alphabet:before { content: @sort-by-alphabet; }
|
|
|
|
|
.icon-sort-by-alphabet-alt:before { content: @sort-by-alphabet-alt; }
|
|
|
|
|
.icon-sort-by-attributes:before { content: @sort-by-attributes; }
|
|
|
|
|
.icon-sort-by-attributes-alt:before { content: @sort-by-attributes-alt; }
|
|
|
|
|
.icon-sort-by-order:before { content: @sort-by-order; }
|
|
|
|
|
.icon-sort-by-order-alt:before { content: @sort-by-order-alt; }
|
|
|
|
|
.icon-thumbs-up:before { content: @thumbs-up; }
|
|
|
|
|
.icon-thumbs-down:before { content: @thumbs-down; }
|
|
|
|
|
.icon-youtube-sign:before { content: @youtube-sign; }
|
|
|
|
|
.icon-youtube:before { content: @youtube; }
|
|
|
|
|
.icon-xing:before { content: @xing; }
|
|
|
|
|
.icon-xing-sign:before { content: @xing-sign; }
|
|
|
|
|
.icon-youtube-play:before { content: @youtube-play; }
|
|
|
|
|
.icon-dropbox:before { content: @dropbox; }
|
|
|
|
|
.icon-stackexchange:before { content: @stackexchange; }
|
|
|
|
|
.icon-instagram:before { content: @instagram; }
|
|
|
|
|
.icon-flickr:before { content: @flickr; }
|
|
|
|
|
.icon-adn:before { content: @adn; }
|
|
|
|
|
.icon-bitbucket:before { content: @bitbucket; }
|
|
|
|
|
.icon-bitbucket-sign:before { content: @bitbucket-sign; }
|
|
|
|
|
.icon-tumblr:before { content: @tumblr; }
|
|
|
|
|
.icon-tumblr-sign:before { content: @tumblr-sign; }
|
|
|
|
|
.icon-long-arrow-down:before { content: @long-arrow-down; }
|
|
|
|
|
.icon-long-arrow-up:before { content: @long-arrow-up; }
|
|
|
|
|
.icon-long-arrow-left:before { content: @long-arrow-left; }
|
|
|
|
|
.icon-long-arrow-right:before { content: @long-arrow-right; }
|
|
|
|
|
.icon-apple:before { content: @apple; }
|
|
|
|
|
.icon-windows:before { content: @windows; }
|
|
|
|
|
.icon-android:before { content: @android; }
|
|
|
|
|
.icon-linux:before { content: @linux; }
|
|
|
|
|
.icon-dribbble:before { content: @dribbble; }
|
|
|
|
|
.icon-skype:before { content: @skype; }
|
|
|
|
|
.icon-foursquare:before { content: @foursquare; }
|
|
|
|
|
.icon-trello:before { content: @trello; }
|
|
|
|
|
.icon-female:before { content: @female; }
|
|
|
|
|
.icon-male:before { content: @male; }
|
|
|
|
|
.icon-gittip:before { content: @gittip; }
|
|
|
|
|
.icon-sun:before { content: @sun; }
|
|
|
|
|
.icon-moon:before { content: @moon; }
|
|
|
|
|
.icon-archive:before { content: @archive; }
|
|
|
|
|
.icon-bug:before { content: @bug; }
|
|
|
|
|
.icon-vk:before { content: @vk; }
|
|
|
|
|
.icon-weibo:before { content: @weibo; }
|
|
|
|
|
.icon-renren:before { content: @renren; }
|
|
|
|
|
.@{fa-css-prefix}-glass:before { content: @fa-var-glass; }
|
|
|
|
|
.@{fa-css-prefix}-music:before { content: @fa-var-music; }
|
|
|
|
|
.@{fa-css-prefix}-search:before { content: @fa-var-search; }
|
|
|
|
|
.@{fa-css-prefix}-envelope-o:before { content: @fa-var-envelope-o; }
|
|
|
|
|
.@{fa-css-prefix}-heart:before { content: @fa-var-heart; }
|
|
|
|
|
.@{fa-css-prefix}-star:before { content: @fa-var-star; }
|
|
|
|
|
.@{fa-css-prefix}-star-o:before { content: @fa-var-star-o; }
|
|
|
|
|
.@{fa-css-prefix}-user:before { content: @fa-var-user; }
|
|
|
|
|
.@{fa-css-prefix}-film:before { content: @fa-var-film; }
|
|
|
|
|
.@{fa-css-prefix}-th-large:before { content: @fa-var-th-large; }
|
|
|
|
|
.@{fa-css-prefix}-th:before { content: @fa-var-th; }
|
|
|
|
|
.@{fa-css-prefix}-th-list:before { content: @fa-var-th-list; }
|
|
|
|
|
.@{fa-css-prefix}-check:before { content: @fa-var-check; }
|
|
|
|
|
.@{fa-css-prefix}-remove:before,
|
|
|
|
|
.@{fa-css-prefix}-close:before,
|
|
|
|
|
.@{fa-css-prefix}-times:before { content: @fa-var-times; }
|
|
|
|
|
.@{fa-css-prefix}-search-plus:before { content: @fa-var-search-plus; }
|
|
|
|
|
.@{fa-css-prefix}-search-minus:before { content: @fa-var-search-minus; }
|
|
|
|
|
.@{fa-css-prefix}-power-off:before { content: @fa-var-power-off; }
|
|
|
|
|
.@{fa-css-prefix}-signal:before { content: @fa-var-signal; }
|
|
|
|
|
.@{fa-css-prefix}-gear:before,
|
|
|
|
|
.@{fa-css-prefix}-cog:before { content: @fa-var-cog; }
|
|
|
|
|
.@{fa-css-prefix}-trash-o:before { content: @fa-var-trash-o; }
|
|
|
|
|
.@{fa-css-prefix}-home:before { content: @fa-var-home; }
|
|
|
|
|
.@{fa-css-prefix}-file-o:before { content: @fa-var-file-o; }
|
|
|
|
|
.@{fa-css-prefix}-clock-o:before { content: @fa-var-clock-o; }
|
|
|
|
|
.@{fa-css-prefix}-road:before { content: @fa-var-road; }
|
|
|
|
|
.@{fa-css-prefix}-download:before { content: @fa-var-download; }
|
|
|
|
|
.@{fa-css-prefix}-arrow-circle-o-down:before { content: @fa-var-arrow-circle-o-down; }
|
|
|
|
|
.@{fa-css-prefix}-arrow-circle-o-up:before { content: @fa-var-arrow-circle-o-up; }
|
|
|
|
|
.@{fa-css-prefix}-inbox:before { content: @fa-var-inbox; }
|
|
|
|
|
.@{fa-css-prefix}-play-circle-o:before { content: @fa-var-play-circle-o; }
|
|
|
|
|
.@{fa-css-prefix}-rotate-right:before,
|
|
|
|
|
.@{fa-css-prefix}-repeat:before { content: @fa-var-repeat; }
|
|
|
|
|
.@{fa-css-prefix}-refresh:before { content: @fa-var-refresh; }
|
|
|
|
|
.@{fa-css-prefix}-list-alt:before { content: @fa-var-list-alt; }
|
|
|
|
|
.@{fa-css-prefix}-lock:before { content: @fa-var-lock; }
|
|
|
|
|
.@{fa-css-prefix}-flag:before { content: @fa-var-flag; }
|
|
|
|
|
.@{fa-css-prefix}-headphones:before { content: @fa-var-headphones; }
|
|
|
|
|
.@{fa-css-prefix}-volume-off:before { content: @fa-var-volume-off; }
|
|
|
|
|
.@{fa-css-prefix}-volume-down:before { content: @fa-var-volume-down; }
|
|
|
|
|
.@{fa-css-prefix}-volume-up:before { content: @fa-var-volume-up; }
|
|
|
|
|
.@{fa-css-prefix}-qrcode:before { content: @fa-var-qrcode; }
|
|
|
|
|
.@{fa-css-prefix}-barcode:before { content: @fa-var-barcode; }
|
|
|
|
|
.@{fa-css-prefix}-tag:before { content: @fa-var-tag; }
|
|
|
|
|
.@{fa-css-prefix}-tags:before { content: @fa-var-tags; }
|
|
|
|
|
.@{fa-css-prefix}-book:before { content: @fa-var-book; }
|
|
|
|
|
.@{fa-css-prefix}-bookmark:before { content: @fa-var-bookmark; }
|
|
|
|
|
.@{fa-css-prefix}-print:before { content: @fa-var-print; }
|
|
|
|
|
.@{fa-css-prefix}-camera:before { content: @fa-var-camera; }
|
|
|
|
|
.@{fa-css-prefix}-font:before { content: @fa-var-font; }
|
|
|
|
|
.@{fa-css-prefix}-bold:before { content: @fa-var-bold; }
|
|
|
|
|
.@{fa-css-prefix}-italic:before { content: @fa-var-italic; }
|
|
|
|
|
.@{fa-css-prefix}-text-height:before { content: @fa-var-text-height; }
|
|
|
|
|
.@{fa-css-prefix}-text-width:before { content: @fa-var-text-width; }
|
|
|
|
|
.@{fa-css-prefix}-align-left:before { content: @fa-var-align-left; }
|
|
|
|
|
.@{fa-css-prefix}-align-center:before { content: @fa-var-align-center; }
|
|
|
|
|
.@{fa-css-prefix}-align-right:before { content: @fa-var-align-right; }
|
|
|
|
|
.@{fa-css-prefix}-align-justify:before { content: @fa-var-align-justify; }
|
|
|
|
|
.@{fa-css-prefix}-list:before { content: @fa-var-list; }
|
|
|
|
|
.@{fa-css-prefix}-dedent:before,
|
|
|
|
|
.@{fa-css-prefix}-outdent:before { content: @fa-var-outdent; }
|
|
|
|
|
.@{fa-css-prefix}-indent:before { content: @fa-var-indent; }
|
|
|
|
|
.@{fa-css-prefix}-video-camera:before { content: @fa-var-video-camera; }
|
|
|
|
|
.@{fa-css-prefix}-photo:before,
|
|
|
|
|
.@{fa-css-prefix}-image:before,
|
|
|
|
|
.@{fa-css-prefix}-picture-o:before { content: @fa-var-picture-o; }
|
|
|
|
|
.@{fa-css-prefix}-pencil:before { content: @fa-var-pencil; }
|
|
|
|
|
.@{fa-css-prefix}-map-marker:before { content: @fa-var-map-marker; }
|
|
|
|
|
.@{fa-css-prefix}-adjust:before { content: @fa-var-adjust; }
|
|
|
|
|
.@{fa-css-prefix}-tint:before { content: @fa-var-tint; }
|
|
|
|
|
.@{fa-css-prefix}-edit:before,
|
|
|
|
|
.@{fa-css-prefix}-pencil-square-o:before { content: @fa-var-pencil-square-o; }
|
|
|
|
|
.@{fa-css-prefix}-share-square-o:before { content: @fa-var-share-square-o; }
|
|
|
|
|
.@{fa-css-prefix}-check-square-o:before { content: @fa-var-check-square-o; }
|
|
|
|
|
.@{fa-css-prefix}-arrows:before { content: @fa-var-arrows; }
|
|
|
|
|
.@{fa-css-prefix}-step-backward:before { content: @fa-var-step-backward; }
|
|
|
|
|
.@{fa-css-prefix}-fast-backward:before { content: @fa-var-fast-backward; }
|
|
|
|
|
.@{fa-css-prefix}-backward:before { content: @fa-var-backward; }
|
|
|
|
|
.@{fa-css-prefix}-play:before { content: @fa-var-play; }
|
|
|
|
|
.@{fa-css-prefix}-pause:before { content: @fa-var-pause; }
|
|
|
|
|
.@{fa-css-prefix}-stop:before { content: @fa-var-stop; }
|
|
|
|
|
.@{fa-css-prefix}-forward:before { content: @fa-var-forward; }
|
|
|
|
|
.@{fa-css-prefix}-fast-forward:before { content: @fa-var-fast-forward; }
|
|
|
|
|
.@{fa-css-prefix}-step-forward:before { content: @fa-var-step-forward; }
|
|
|
|
|
.@{fa-css-prefix}-eject:before { content: @fa-var-eject; }
|
|
|
|
|
.@{fa-css-prefix}-chevron-left:before { content: @fa-var-chevron-left; }
|
|
|
|
|
.@{fa-css-prefix}-chevron-right:before { content: @fa-var-chevron-right; }
|
|
|
|
|
.@{fa-css-prefix}-plus-circle:before { content: @fa-var-plus-circle; }
|
|
|
|
|
.@{fa-css-prefix}-minus-circle:before { content: @fa-var-minus-circle; }
|
|
|
|
|
.@{fa-css-prefix}-times-circle:before { content: @fa-var-times-circle; }
|
|
|
|
|
.@{fa-css-prefix}-check-circle:before { content: @fa-var-check-circle; }
|
|
|
|
|
.@{fa-css-prefix}-question-circle:before { content: @fa-var-question-circle; }
|
|
|
|
|
.@{fa-css-prefix}-info-circle:before { content: @fa-var-info-circle; }
|
|
|
|
|
.@{fa-css-prefix}-crosshairs:before { content: @fa-var-crosshairs; }
|
|
|
|
|
.@{fa-css-prefix}-times-circle-o:before { content: @fa-var-times-circle-o; }
|
|
|
|
|
.@{fa-css-prefix}-check-circle-o:before { content: @fa-var-check-circle-o; }
|
|
|
|
|
.@{fa-css-prefix}-ban:before { content: @fa-var-ban; }
|
|
|
|
|
.@{fa-css-prefix}-arrow-left:before { content: @fa-var-arrow-left; }
|
|
|
|
|
.@{fa-css-prefix}-arrow-right:before { content: @fa-var-arrow-right; }
|
|
|
|
|
.@{fa-css-prefix}-arrow-up:before { content: @fa-var-arrow-up; }
|
|
|
|
|
.@{fa-css-prefix}-arrow-down:before { content: @fa-var-arrow-down; }
|
|
|
|
|
.@{fa-css-prefix}-mail-forward:before,
|
|
|
|
|
.@{fa-css-prefix}-share:before { content: @fa-var-share; }
|
|
|
|
|
.@{fa-css-prefix}-expand:before { content: @fa-var-expand; }
|
|
|
|
|
.@{fa-css-prefix}-compress:before { content: @fa-var-compress; }
|
|
|
|
|
.@{fa-css-prefix}-plus:before { content: @fa-var-plus; }
|
|
|
|
|
.@{fa-css-prefix}-minus:before { content: @fa-var-minus; }
|
|
|
|
|
.@{fa-css-prefix}-asterisk:before { content: @fa-var-asterisk; }
|
|
|
|
|
.@{fa-css-prefix}-exclamation-circle:before { content: @fa-var-exclamation-circle; }
|
|
|
|
|
.@{fa-css-prefix}-gift:before { content: @fa-var-gift; }
|
|
|
|
|
.@{fa-css-prefix}-leaf:before { content: @fa-var-leaf; }
|
|
|
|
|
.@{fa-css-prefix}-fire:before { content: @fa-var-fire; }
|
|
|
|
|
.@{fa-css-prefix}-eye:before { content: @fa-var-eye; }
|
|
|
|
|
.@{fa-css-prefix}-eye-slash:before { content: @fa-var-eye-slash; }
|
|
|
|
|
.@{fa-css-prefix}-warning:before,
|
|
|
|
|
.@{fa-css-prefix}-exclamation-triangle:before { content: @fa-var-exclamation-triangle; }
|
|
|
|
|
.@{fa-css-prefix}-plane:before { content: @fa-var-plane; }
|
|
|
|
|
.@{fa-css-prefix}-calendar:before { content: @fa-var-calendar; }
|
|
|
|
|
.@{fa-css-prefix}-random:before { content: @fa-var-random; }
|
|
|
|
|
.@{fa-css-prefix}-comment:before { content: @fa-var-comment; }
|
|
|
|
|
.@{fa-css-prefix}-magnet:before { content: @fa-var-magnet; }
|
|
|
|
|
.@{fa-css-prefix}-chevron-up:before { content: @fa-var-chevron-up; }
|
|
|
|
|
.@{fa-css-prefix}-chevron-down:before { content: @fa-var-chevron-down; }
|
|
|
|
|
.@{fa-css-prefix}-retweet:before { content: @fa-var-retweet; }
|
|
|
|
|
.@{fa-css-prefix}-shopping-cart:before { content: @fa-var-shopping-cart; }
|
|
|
|
|
.@{fa-css-prefix}-folder:before { content: @fa-var-folder; }
|
|
|
|
|
.@{fa-css-prefix}-folder-open:before { content: @fa-var-folder-open; }
|
|
|
|
|
.@{fa-css-prefix}-arrows-v:before { content: @fa-var-arrows-v; }
|
|
|
|
|
.@{fa-css-prefix}-arrows-h:before { content: @fa-var-arrows-h; }
|
|
|
|
|
.@{fa-css-prefix}-bar-chart-o:before,
|
|
|
|
|
.@{fa-css-prefix}-bar-chart:before { content: @fa-var-bar-chart; }
|
|
|
|
|
.@{fa-css-prefix}-twitter-square:before { content: @fa-var-twitter-square; }
|
|
|
|
|
.@{fa-css-prefix}-facebook-square:before { content: @fa-var-facebook-square; }
|
|
|
|
|
.@{fa-css-prefix}-camera-retro:before { content: @fa-var-camera-retro; }
|
|
|
|
|
.@{fa-css-prefix}-key:before { content: @fa-var-key; }
|
|
|
|
|
.@{fa-css-prefix}-gears:before,
|
|
|
|
|
.@{fa-css-prefix}-cogs:before { content: @fa-var-cogs; }
|
|
|
|
|
.@{fa-css-prefix}-comments:before { content: @fa-var-comments; }
|
|
|
|
|
.@{fa-css-prefix}-thumbs-o-up:before { content: @fa-var-thumbs-o-up; }
|
|
|
|
|
.@{fa-css-prefix}-thumbs-o-down:before { content: @fa-var-thumbs-o-down; }
|
|
|
|
|
.@{fa-css-prefix}-star-half:before { content: @fa-var-star-half; }
|
|
|
|
|
.@{fa-css-prefix}-heart-o:before { content: @fa-var-heart-o; }
|
|
|
|
|
.@{fa-css-prefix}-sign-out:before { content: @fa-var-sign-out; }
|
|
|
|
|
.@{fa-css-prefix}-linkedin-square:before { content: @fa-var-linkedin-square; }
|
|
|
|
|
.@{fa-css-prefix}-thumb-tack:before { content: @fa-var-thumb-tack; }
|
|
|
|
|
.@{fa-css-prefix}-external-link:before { content: @fa-var-external-link; }
|
|
|
|
|
.@{fa-css-prefix}-sign-in:before { content: @fa-var-sign-in; }
|
|
|
|
|
.@{fa-css-prefix}-trophy:before { content: @fa-var-trophy; }
|
|
|
|
|
.@{fa-css-prefix}-github-square:before { content: @fa-var-github-square; }
|
|
|
|
|
.@{fa-css-prefix}-upload:before { content: @fa-var-upload; }
|
|
|
|
|
.@{fa-css-prefix}-lemon-o:before { content: @fa-var-lemon-o; }
|
|
|
|
|
.@{fa-css-prefix}-phone:before { content: @fa-var-phone; }
|
|
|
|
|
.@{fa-css-prefix}-square-o:before { content: @fa-var-square-o; }
|
|
|
|
|
.@{fa-css-prefix}-bookmark-o:before { content: @fa-var-bookmark-o; }
|
|
|
|
|
.@{fa-css-prefix}-phone-square:before { content: @fa-var-phone-square; }
|
|
|
|
|
.@{fa-css-prefix}-twitter:before { content: @fa-var-twitter; }
|
|
|
|
|
.@{fa-css-prefix}-facebook-f:before,
|
|
|
|
|
.@{fa-css-prefix}-facebook:before { content: @fa-var-facebook; }
|
|
|
|
|
.@{fa-css-prefix}-github:before { content: @fa-var-github; }
|
|
|
|
|
.@{fa-css-prefix}-unlock:before { content: @fa-var-unlock; }
|
|
|
|
|
.@{fa-css-prefix}-credit-card:before { content: @fa-var-credit-card; }
|
|
|
|
|
.@{fa-css-prefix}-rss:before { content: @fa-var-rss; }
|
|
|
|
|
.@{fa-css-prefix}-hdd-o:before { content: @fa-var-hdd-o; }
|
|
|
|
|
.@{fa-css-prefix}-bullhorn:before { content: @fa-var-bullhorn; }
|
|
|
|
|
.@{fa-css-prefix}-bell:before { content: @fa-var-bell; }
|
|
|
|
|
.@{fa-css-prefix}-certificate:before { content: @fa-var-certificate; }
|
|
|
|
|
.@{fa-css-prefix}-hand-o-right:before { content: @fa-var-hand-o-right; }
|
|
|
|
|
.@{fa-css-prefix}-hand-o-left:before { content: @fa-var-hand-o-left; }
|
|
|
|
|
.@{fa-css-prefix}-hand-o-up:before { content: @fa-var-hand-o-up; }
|
|
|
|
|
.@{fa-css-prefix}-hand-o-down:before { content: @fa-var-hand-o-down; }
|
|
|
|
|
.@{fa-css-prefix}-arrow-circle-left:before { content: @fa-var-arrow-circle-left; }
|
|
|
|
|
.@{fa-css-prefix}-arrow-circle-right:before { content: @fa-var-arrow-circle-right; }
|
|
|
|
|
.@{fa-css-prefix}-arrow-circle-up:before { content: @fa-var-arrow-circle-up; }
|
|
|
|
|
.@{fa-css-prefix}-arrow-circle-down:before { content: @fa-var-arrow-circle-down; }
|
|
|
|
|
.@{fa-css-prefix}-globe:before { content: @fa-var-globe; }
|
|
|
|
|
.@{fa-css-prefix}-wrench:before { content: @fa-var-wrench; }
|
|
|
|
|
.@{fa-css-prefix}-tasks:before { content: @fa-var-tasks; }
|
|
|
|
|
.@{fa-css-prefix}-filter:before { content: @fa-var-filter; }
|
|
|
|
|
.@{fa-css-prefix}-briefcase:before { content: @fa-var-briefcase; }
|
|
|
|
|
.@{fa-css-prefix}-arrows-alt:before { content: @fa-var-arrows-alt; }
|
|
|
|
|
.@{fa-css-prefix}-group:before,
|
|
|
|
|
.@{fa-css-prefix}-users:before { content: @fa-var-users; }
|
|
|
|
|
.@{fa-css-prefix}-chain:before,
|
|
|
|
|
.@{fa-css-prefix}-link:before { content: @fa-var-link; }
|
|
|
|
|
.@{fa-css-prefix}-cloud:before { content: @fa-var-cloud; }
|
|
|
|
|
.@{fa-css-prefix}-flask:before { content: @fa-var-flask; }
|
|
|
|
|
.@{fa-css-prefix}-cut:before,
|
|
|
|
|
.@{fa-css-prefix}-scissors:before { content: @fa-var-scissors; }
|
|
|
|
|
.@{fa-css-prefix}-copy:before,
|
|
|
|
|
.@{fa-css-prefix}-files-o:before { content: @fa-var-files-o; }
|
|
|
|
|
.@{fa-css-prefix}-paperclip:before { content: @fa-var-paperclip; }
|
|
|
|
|
.@{fa-css-prefix}-save:before,
|
|
|
|
|
.@{fa-css-prefix}-floppy-o:before { content: @fa-var-floppy-o; }
|
|
|
|
|
.@{fa-css-prefix}-square:before { content: @fa-var-square; }
|
|
|
|
|
.@{fa-css-prefix}-navicon:before,
|
|
|
|
|
.@{fa-css-prefix}-reorder:before,
|
|
|
|
|
.@{fa-css-prefix}-bars:before { content: @fa-var-bars; }
|
|
|
|
|
.@{fa-css-prefix}-list-ul:before { content: @fa-var-list-ul; }
|
|
|
|
|
.@{fa-css-prefix}-list-ol:before { content: @fa-var-list-ol; }
|
|
|
|
|
.@{fa-css-prefix}-strikethrough:before { content: @fa-var-strikethrough; }
|
|
|
|
|
.@{fa-css-prefix}-underline:before { content: @fa-var-underline; }
|
|
|
|
|
.@{fa-css-prefix}-table:before { content: @fa-var-table; }
|
|
|
|
|
.@{fa-css-prefix}-magic:before { content: @fa-var-magic; }
|
|
|
|
|
.@{fa-css-prefix}-truck:before { content: @fa-var-truck; }
|
|
|
|
|
.@{fa-css-prefix}-pinterest:before { content: @fa-var-pinterest; }
|
|
|
|
|
.@{fa-css-prefix}-pinterest-square:before { content: @fa-var-pinterest-square; }
|
|
|
|
|
.@{fa-css-prefix}-google-plus-square:before { content: @fa-var-google-plus-square; }
|
|
|
|
|
.@{fa-css-prefix}-google-plus:before { content: @fa-var-google-plus; }
|
|
|
|
|
.@{fa-css-prefix}-money:before { content: @fa-var-money; }
|
|
|
|
|
.@{fa-css-prefix}-caret-down:before { content: @fa-var-caret-down; }
|
|
|
|
|
.@{fa-css-prefix}-caret-up:before { content: @fa-var-caret-up; }
|
|
|
|
|
.@{fa-css-prefix}-caret-left:before { content: @fa-var-caret-left; }
|
|
|
|
|
.@{fa-css-prefix}-caret-right:before { content: @fa-var-caret-right; }
|
|
|
|
|
.@{fa-css-prefix}-columns:before { content: @fa-var-columns; }
|
|
|
|
|
.@{fa-css-prefix}-unsorted:before,
|
|
|
|
|
.@{fa-css-prefix}-sort:before { content: @fa-var-sort; }
|
|
|
|
|
.@{fa-css-prefix}-sort-down:before,
|
|
|
|
|
.@{fa-css-prefix}-sort-desc:before { content: @fa-var-sort-desc; }
|
|
|
|
|
.@{fa-css-prefix}-sort-up:before,
|
|
|
|
|
.@{fa-css-prefix}-sort-asc:before { content: @fa-var-sort-asc; }
|
|
|
|
|
.@{fa-css-prefix}-envelope:before { content: @fa-var-envelope; }
|
|
|
|
|
.@{fa-css-prefix}-linkedin:before { content: @fa-var-linkedin; }
|
|
|
|
|
.@{fa-css-prefix}-rotate-left:before,
|
|
|
|
|
.@{fa-css-prefix}-undo:before { content: @fa-var-undo; }
|
|
|
|
|
.@{fa-css-prefix}-legal:before,
|
|
|
|
|
.@{fa-css-prefix}-gavel:before { content: @fa-var-gavel; }
|
|
|
|
|
.@{fa-css-prefix}-dashboard:before,
|
|
|
|
|
.@{fa-css-prefix}-tachometer:before { content: @fa-var-tachometer; }
|
|
|
|
|
.@{fa-css-prefix}-comment-o:before { content: @fa-var-comment-o; }
|
|
|
|
|
.@{fa-css-prefix}-comments-o:before { content: @fa-var-comments-o; }
|
|
|
|
|
.@{fa-css-prefix}-flash:before,
|
|
|
|
|
.@{fa-css-prefix}-bolt:before { content: @fa-var-bolt; }
|
|
|
|
|
.@{fa-css-prefix}-sitemap:before { content: @fa-var-sitemap; }
|
|
|
|
|
.@{fa-css-prefix}-umbrella:before { content: @fa-var-umbrella; }
|
|
|
|
|
.@{fa-css-prefix}-paste:before,
|
|
|
|
|
.@{fa-css-prefix}-clipboard:before { content: @fa-var-clipboard; }
|
|
|
|
|
.@{fa-css-prefix}-lightbulb-o:before { content: @fa-var-lightbulb-o; }
|
|
|
|
|
.@{fa-css-prefix}-exchange:before { content: @fa-var-exchange; }
|
|
|
|
|
.@{fa-css-prefix}-cloud-download:before { content: @fa-var-cloud-download; }
|
|
|
|
|
.@{fa-css-prefix}-cloud-upload:before { content: @fa-var-cloud-upload; }
|
|
|
|
|
.@{fa-css-prefix}-user-md:before { content: @fa-var-user-md; }
|
|
|
|
|
.@{fa-css-prefix}-stethoscope:before { content: @fa-var-stethoscope; }
|
|
|
|
|
.@{fa-css-prefix}-suitcase:before { content: @fa-var-suitcase; }
|
|
|
|
|
.@{fa-css-prefix}-bell-o:before { content: @fa-var-bell-o; }
|
|
|
|
|
.@{fa-css-prefix}-coffee:before { content: @fa-var-coffee; }
|
|
|
|
|
.@{fa-css-prefix}-cutlery:before { content: @fa-var-cutlery; }
|
|
|
|
|
.@{fa-css-prefix}-file-text-o:before { content: @fa-var-file-text-o; }
|
|
|
|
|
.@{fa-css-prefix}-building-o:before { content: @fa-var-building-o; }
|
|
|
|
|
.@{fa-css-prefix}-hospital-o:before { content: @fa-var-hospital-o; }
|
|
|
|
|
.@{fa-css-prefix}-ambulance:before { content: @fa-var-ambulance; }
|
|
|
|
|
.@{fa-css-prefix}-medkit:before { content: @fa-var-medkit; }
|
|
|
|
|
.@{fa-css-prefix}-fighter-jet:before { content: @fa-var-fighter-jet; }
|
|
|
|
|
.@{fa-css-prefix}-beer:before { content: @fa-var-beer; }
|
|
|
|
|
.@{fa-css-prefix}-h-square:before { content: @fa-var-h-square; }
|
|
|
|
|
.@{fa-css-prefix}-plus-square:before { content: @fa-var-plus-square; }
|
|
|
|
|
.@{fa-css-prefix}-angle-double-left:before { content: @fa-var-angle-double-left; }
|
|
|
|
|
.@{fa-css-prefix}-angle-double-right:before { content: @fa-var-angle-double-right; }
|
|
|
|
|
.@{fa-css-prefix}-angle-double-up:before { content: @fa-var-angle-double-up; }
|
|
|
|
|
.@{fa-css-prefix}-angle-double-down:before { content: @fa-var-angle-double-down; }
|
|
|
|
|
.@{fa-css-prefix}-angle-left:before { content: @fa-var-angle-left; }
|
|
|
|
|
.@{fa-css-prefix}-angle-right:before { content: @fa-var-angle-right; }
|
|
|
|
|
.@{fa-css-prefix}-angle-up:before { content: @fa-var-angle-up; }
|
|
|
|
|
.@{fa-css-prefix}-angle-down:before { content: @fa-var-angle-down; }
|
|
|
|
|
.@{fa-css-prefix}-desktop:before { content: @fa-var-desktop; }
|
|
|
|
|
.@{fa-css-prefix}-laptop:before { content: @fa-var-laptop; }
|
|
|
|
|
.@{fa-css-prefix}-tablet:before { content: @fa-var-tablet; }
|
|
|
|
|
.@{fa-css-prefix}-mobile-phone:before,
|
|
|
|
|
.@{fa-css-prefix}-mobile:before { content: @fa-var-mobile; }
|
|
|
|
|
.@{fa-css-prefix}-circle-o:before { content: @fa-var-circle-o; }
|
|
|
|
|
.@{fa-css-prefix}-quote-left:before { content: @fa-var-quote-left; }
|
|
|
|
|
.@{fa-css-prefix}-quote-right:before { content: @fa-var-quote-right; }
|
|
|
|
|
.@{fa-css-prefix}-spinner:before { content: @fa-var-spinner; }
|
|
|
|
|
.@{fa-css-prefix}-circle:before { content: @fa-var-circle; }
|
|
|
|
|
.@{fa-css-prefix}-mail-reply:before,
|
|
|
|
|
.@{fa-css-prefix}-reply:before { content: @fa-var-reply; }
|
|
|
|
|
.@{fa-css-prefix}-github-alt:before { content: @fa-var-github-alt; }
|
|
|
|
|
.@{fa-css-prefix}-folder-o:before { content: @fa-var-folder-o; }
|
|
|
|
|
.@{fa-css-prefix}-folder-open-o:before { content: @fa-var-folder-open-o; }
|
|
|
|
|
.@{fa-css-prefix}-smile-o:before { content: @fa-var-smile-o; }
|
|
|
|
|
.@{fa-css-prefix}-frown-o:before { content: @fa-var-frown-o; }
|
|
|
|
|
.@{fa-css-prefix}-meh-o:before { content: @fa-var-meh-o; }
|
|
|
|
|
.@{fa-css-prefix}-gamepad:before { content: @fa-var-gamepad; }
|
|
|
|
|
.@{fa-css-prefix}-keyboard-o:before { content: @fa-var-keyboard-o; }
|
|
|
|
|
.@{fa-css-prefix}-flag-o:before { content: @fa-var-flag-o; }
|
|
|
|
|
.@{fa-css-prefix}-flag-checkered:before { content: @fa-var-flag-checkered; }
|
|
|
|
|
.@{fa-css-prefix}-terminal:before { content: @fa-var-terminal; }
|
|
|
|
|
.@{fa-css-prefix}-code:before { content: @fa-var-code; }
|
|
|
|
|
.@{fa-css-prefix}-mail-reply-all:before,
|
|
|
|
|
.@{fa-css-prefix}-reply-all:before { content: @fa-var-reply-all; }
|
|
|
|
|
.@{fa-css-prefix}-star-half-empty:before,
|
|
|
|
|
.@{fa-css-prefix}-star-half-full:before,
|
|
|
|
|
.@{fa-css-prefix}-star-half-o:before { content: @fa-var-star-half-o; }
|
|
|
|
|
.@{fa-css-prefix}-location-arrow:before { content: @fa-var-location-arrow; }
|
|
|
|
|
.@{fa-css-prefix}-crop:before { content: @fa-var-crop; }
|
|
|
|
|
.@{fa-css-prefix}-code-fork:before { content: @fa-var-code-fork; }
|
|
|
|
|
.@{fa-css-prefix}-unlink:before,
|
|
|
|
|
.@{fa-css-prefix}-chain-broken:before { content: @fa-var-chain-broken; }
|
|
|
|
|
.@{fa-css-prefix}-question:before { content: @fa-var-question; }
|
|
|
|
|
.@{fa-css-prefix}-info:before { content: @fa-var-info; }
|
|
|
|
|
.@{fa-css-prefix}-exclamation:before { content: @fa-var-exclamation; }
|
|
|
|
|
.@{fa-css-prefix}-superscript:before { content: @fa-var-superscript; }
|
|
|
|
|
.@{fa-css-prefix}-subscript:before { content: @fa-var-subscript; }
|
|
|
|
|
.@{fa-css-prefix}-eraser:before { content: @fa-var-eraser; }
|
|
|
|
|
.@{fa-css-prefix}-puzzle-piece:before { content: @fa-var-puzzle-piece; }
|
|
|
|
|
.@{fa-css-prefix}-microphone:before { content: @fa-var-microphone; }
|
|
|
|
|
.@{fa-css-prefix}-microphone-slash:before { content: @fa-var-microphone-slash; }
|
|
|
|
|
.@{fa-css-prefix}-shield:before { content: @fa-var-shield; }
|
|
|
|
|
.@{fa-css-prefix}-calendar-o:before { content: @fa-var-calendar-o; }
|
|
|
|
|
.@{fa-css-prefix}-fire-extinguisher:before { content: @fa-var-fire-extinguisher; }
|
|
|
|
|
.@{fa-css-prefix}-rocket:before { content: @fa-var-rocket; }
|
|
|
|
|
.@{fa-css-prefix}-maxcdn:before { content: @fa-var-maxcdn; }
|
|
|
|
|
.@{fa-css-prefix}-chevron-circle-left:before { content: @fa-var-chevron-circle-left; }
|
|
|
|
|
.@{fa-css-prefix}-chevron-circle-right:before { content: @fa-var-chevron-circle-right; }
|
|
|
|
|
.@{fa-css-prefix}-chevron-circle-up:before { content: @fa-var-chevron-circle-up; }
|
|
|
|
|
.@{fa-css-prefix}-chevron-circle-down:before { content: @fa-var-chevron-circle-down; }
|
|
|
|
|
.@{fa-css-prefix}-html5:before { content: @fa-var-html5; }
|
|
|
|
|
.@{fa-css-prefix}-css3:before { content: @fa-var-css3; }
|
|
|
|
|
.@{fa-css-prefix}-anchor:before { content: @fa-var-anchor; }
|
|
|
|
|
.@{fa-css-prefix}-unlock-alt:before { content: @fa-var-unlock-alt; }
|
|
|
|
|
.@{fa-css-prefix}-bullseye:before { content: @fa-var-bullseye; }
|
|
|
|
|
.@{fa-css-prefix}-ellipsis-h:before { content: @fa-var-ellipsis-h; }
|
|
|
|
|
.@{fa-css-prefix}-ellipsis-v:before { content: @fa-var-ellipsis-v; }
|
|
|
|
|
.@{fa-css-prefix}-rss-square:before { content: @fa-var-rss-square; }
|
|
|
|
|
.@{fa-css-prefix}-play-circle:before { content: @fa-var-play-circle; }
|
|
|
|
|
.@{fa-css-prefix}-ticket:before { content: @fa-var-ticket; }
|
|
|
|
|
.@{fa-css-prefix}-minus-square:before { content: @fa-var-minus-square; }
|
|
|
|
|
.@{fa-css-prefix}-minus-square-o:before { content: @fa-var-minus-square-o; }
|
|
|
|
|
.@{fa-css-prefix}-level-up:before { content: @fa-var-level-up; }
|
|
|
|
|
.@{fa-css-prefix}-level-down:before { content: @fa-var-level-down; }
|
|
|
|
|
.@{fa-css-prefix}-check-square:before { content: @fa-var-check-square; }
|
|
|
|
|
.@{fa-css-prefix}-pencil-square:before { content: @fa-var-pencil-square; }
|
|
|
|
|
.@{fa-css-prefix}-external-link-square:before { content: @fa-var-external-link-square; }
|
|
|
|
|
.@{fa-css-prefix}-share-square:before { content: @fa-var-share-square; }
|
|
|
|
|
.@{fa-css-prefix}-compass:before { content: @fa-var-compass; }
|
|
|
|
|
.@{fa-css-prefix}-toggle-down:before,
|
|
|
|
|
.@{fa-css-prefix}-caret-square-o-down:before { content: @fa-var-caret-square-o-down; }
|
|
|
|
|
.@{fa-css-prefix}-toggle-up:before,
|
|
|
|
|
.@{fa-css-prefix}-caret-square-o-up:before { content: @fa-var-caret-square-o-up; }
|
|
|
|
|
.@{fa-css-prefix}-toggle-right:before,
|
|
|
|
|
.@{fa-css-prefix}-caret-square-o-right:before { content: @fa-var-caret-square-o-right; }
|
|
|
|
|
.@{fa-css-prefix}-euro:before,
|
|
|
|
|
.@{fa-css-prefix}-eur:before { content: @fa-var-eur; }
|
|
|
|
|
.@{fa-css-prefix}-gbp:before { content: @fa-var-gbp; }
|
|
|
|
|
.@{fa-css-prefix}-dollar:before,
|
|
|
|
|
.@{fa-css-prefix}-usd:before { content: @fa-var-usd; }
|
|
|
|
|
.@{fa-css-prefix}-rupee:before,
|
|
|
|
|
.@{fa-css-prefix}-inr:before { content: @fa-var-inr; }
|
|
|
|
|
.@{fa-css-prefix}-cny:before,
|
|
|
|
|
.@{fa-css-prefix}-rmb:before,
|
|
|
|
|
.@{fa-css-prefix}-yen:before,
|
|
|
|
|
.@{fa-css-prefix}-jpy:before { content: @fa-var-jpy; }
|
|
|
|
|
.@{fa-css-prefix}-ruble:before,
|
|
|
|
|
.@{fa-css-prefix}-rouble:before,
|
|
|
|
|
.@{fa-css-prefix}-rub:before { content: @fa-var-rub; }
|
|
|
|
|
.@{fa-css-prefix}-won:before,
|
|
|
|
|
.@{fa-css-prefix}-krw:before { content: @fa-var-krw; }
|
|
|
|
|
.@{fa-css-prefix}-bitcoin:before,
|
|
|
|
|
.@{fa-css-prefix}-btc:before { content: @fa-var-btc; }
|
|
|
|
|
.@{fa-css-prefix}-file:before { content: @fa-var-file; }
|
|
|
|
|
.@{fa-css-prefix}-file-text:before { content: @fa-var-file-text; }
|
|
|
|
|
.@{fa-css-prefix}-sort-alpha-asc:before { content: @fa-var-sort-alpha-asc; }
|
|
|
|
|
.@{fa-css-prefix}-sort-alpha-desc:before { content: @fa-var-sort-alpha-desc; }
|
|
|
|
|
.@{fa-css-prefix}-sort-amount-asc:before { content: @fa-var-sort-amount-asc; }
|
|
|
|
|
.@{fa-css-prefix}-sort-amount-desc:before { content: @fa-var-sort-amount-desc; }
|
|
|
|
|
.@{fa-css-prefix}-sort-numeric-asc:before { content: @fa-var-sort-numeric-asc; }
|
|
|
|
|
.@{fa-css-prefix}-sort-numeric-desc:before { content: @fa-var-sort-numeric-desc; }
|
|
|
|
|
.@{fa-css-prefix}-thumbs-up:before { content: @fa-var-thumbs-up; }
|
|
|
|
|
.@{fa-css-prefix}-thumbs-down:before { content: @fa-var-thumbs-down; }
|
|
|
|
|
.@{fa-css-prefix}-youtube-square:before { content: @fa-var-youtube-square; }
|
|
|
|
|
.@{fa-css-prefix}-youtube:before { content: @fa-var-youtube; }
|
|
|
|
|
.@{fa-css-prefix}-xing:before { content: @fa-var-xing; }
|
|
|
|
|
.@{fa-css-prefix}-xing-square:before { content: @fa-var-xing-square; }
|
|
|
|
|
.@{fa-css-prefix}-youtube-play:before { content: @fa-var-youtube-play; }
|
|
|
|
|
.@{fa-css-prefix}-dropbox:before { content: @fa-var-dropbox; }
|
|
|
|
|
.@{fa-css-prefix}-stack-overflow:before { content: @fa-var-stack-overflow; }
|
|
|
|
|
.@{fa-css-prefix}-instagram:before { content: @fa-var-instagram; }
|
|
|
|
|
.@{fa-css-prefix}-flickr:before { content: @fa-var-flickr; }
|
|
|
|
|
.@{fa-css-prefix}-adn:before { content: @fa-var-adn; }
|
|
|
|
|
.@{fa-css-prefix}-bitbucket:before { content: @fa-var-bitbucket; }
|
|
|
|
|
.@{fa-css-prefix}-bitbucket-square:before { content: @fa-var-bitbucket-square; }
|
|
|
|
|
.@{fa-css-prefix}-tumblr:before { content: @fa-var-tumblr; }
|
|
|
|
|
.@{fa-css-prefix}-tumblr-square:before { content: @fa-var-tumblr-square; }
|
|
|
|
|
.@{fa-css-prefix}-long-arrow-down:before { content: @fa-var-long-arrow-down; }
|
|
|
|
|
.@{fa-css-prefix}-long-arrow-up:before { content: @fa-var-long-arrow-up; }
|
|
|
|
|
.@{fa-css-prefix}-long-arrow-left:before { content: @fa-var-long-arrow-left; }
|
|
|
|
|
.@{fa-css-prefix}-long-arrow-right:before { content: @fa-var-long-arrow-right; }
|
|
|
|
|
.@{fa-css-prefix}-apple:before { content: @fa-var-apple; }
|
|
|
|
|
.@{fa-css-prefix}-windows:before { content: @fa-var-windows; }
|
|
|
|
|
.@{fa-css-prefix}-android:before { content: @fa-var-android; }
|
|
|
|
|
.@{fa-css-prefix}-linux:before { content: @fa-var-linux; }
|
|
|
|
|
.@{fa-css-prefix}-dribbble:before { content: @fa-var-dribbble; }
|
|
|
|
|
.@{fa-css-prefix}-skype:before { content: @fa-var-skype; }
|
|
|
|
|
.@{fa-css-prefix}-foursquare:before { content: @fa-var-foursquare; }
|
|
|
|
|
.@{fa-css-prefix}-trello:before { content: @fa-var-trello; }
|
|
|
|
|
.@{fa-css-prefix}-female:before { content: @fa-var-female; }
|
|
|
|
|
.@{fa-css-prefix}-male:before { content: @fa-var-male; }
|
|
|
|
|
.@{fa-css-prefix}-gittip:before,
|
|
|
|
|
.@{fa-css-prefix}-gratipay:before { content: @fa-var-gratipay; }
|
|
|
|
|
.@{fa-css-prefix}-sun-o:before { content: @fa-var-sun-o; }
|
|
|
|
|
.@{fa-css-prefix}-moon-o:before { content: @fa-var-moon-o; }
|
|
|
|
|
.@{fa-css-prefix}-archive:before { content: @fa-var-archive; }
|
|
|
|
|
.@{fa-css-prefix}-bug:before { content: @fa-var-bug; }
|
|
|
|
|
.@{fa-css-prefix}-vk:before { content: @fa-var-vk; }
|
|
|
|
|
.@{fa-css-prefix}-weibo:before { content: @fa-var-weibo; }
|
|
|
|
|
.@{fa-css-prefix}-renren:before { content: @fa-var-renren; }
|
|
|
|
|
.@{fa-css-prefix}-pagelines:before { content: @fa-var-pagelines; }
|
|
|
|
|
.@{fa-css-prefix}-stack-exchange:before { content: @fa-var-stack-exchange; }
|
|
|
|
|
.@{fa-css-prefix}-arrow-circle-o-right:before { content: @fa-var-arrow-circle-o-right; }
|
|
|
|
|
.@{fa-css-prefix}-arrow-circle-o-left:before { content: @fa-var-arrow-circle-o-left; }
|
|
|
|
|
.@{fa-css-prefix}-toggle-left:before,
|
|
|
|
|
.@{fa-css-prefix}-caret-square-o-left:before { content: @fa-var-caret-square-o-left; }
|
|
|
|
|
.@{fa-css-prefix}-dot-circle-o:before { content: @fa-var-dot-circle-o; }
|
|
|
|
|
.@{fa-css-prefix}-wheelchair:before { content: @fa-var-wheelchair; }
|
|
|
|
|
.@{fa-css-prefix}-vimeo-square:before { content: @fa-var-vimeo-square; }
|
|
|
|
|
.@{fa-css-prefix}-turkish-lira:before,
|
|
|
|
|
.@{fa-css-prefix}-try:before { content: @fa-var-try; }
|
|
|
|
|
.@{fa-css-prefix}-plus-square-o:before { content: @fa-var-plus-square-o; }
|
|
|
|
|
.@{fa-css-prefix}-space-shuttle:before { content: @fa-var-space-shuttle; }
|
|
|
|
|
.@{fa-css-prefix}-slack:before { content: @fa-var-slack; }
|
|
|
|
|
.@{fa-css-prefix}-envelope-square:before { content: @fa-var-envelope-square; }
|
|
|
|
|
.@{fa-css-prefix}-wordpress:before { content: @fa-var-wordpress; }
|
|
|
|
|
.@{fa-css-prefix}-openid:before { content: @fa-var-openid; }
|
|
|
|
|
.@{fa-css-prefix}-institution:before,
|
|
|
|
|
.@{fa-css-prefix}-bank:before,
|
|
|
|
|
.@{fa-css-prefix}-university:before { content: @fa-var-university; }
|
|
|
|
|
.@{fa-css-prefix}-mortar-board:before,
|
|
|
|
|
.@{fa-css-prefix}-graduation-cap:before { content: @fa-var-graduation-cap; }
|
|
|
|
|
.@{fa-css-prefix}-yahoo:before { content: @fa-var-yahoo; }
|
|
|
|
|
.@{fa-css-prefix}-google:before { content: @fa-var-google; }
|
|
|
|
|
.@{fa-css-prefix}-reddit:before { content: @fa-var-reddit; }
|
|
|
|
|
.@{fa-css-prefix}-reddit-square:before { content: @fa-var-reddit-square; }
|
|
|
|
|
.@{fa-css-prefix}-stumbleupon-circle:before { content: @fa-var-stumbleupon-circle; }
|
|
|
|
|
.@{fa-css-prefix}-stumbleupon:before { content: @fa-var-stumbleupon; }
|
|
|
|
|
.@{fa-css-prefix}-delicious:before { content: @fa-var-delicious; }
|
|
|
|
|
.@{fa-css-prefix}-digg:before { content: @fa-var-digg; }
|
|
|
|
|
.@{fa-css-prefix}-pied-piper:before { content: @fa-var-pied-piper; }
|
|
|
|
|
.@{fa-css-prefix}-pied-piper-alt:before { content: @fa-var-pied-piper-alt; }
|
|
|
|
|
.@{fa-css-prefix}-drupal:before { content: @fa-var-drupal; }
|
|
|
|
|
.@{fa-css-prefix}-joomla:before { content: @fa-var-joomla; }
|
|
|
|
|
.@{fa-css-prefix}-language:before { content: @fa-var-language; }
|
|
|
|
|
.@{fa-css-prefix}-fax:before { content: @fa-var-fax; }
|
|
|
|
|
.@{fa-css-prefix}-building:before { content: @fa-var-building; }
|
|
|
|
|
.@{fa-css-prefix}-child:before { content: @fa-var-child; }
|
|
|
|
|
.@{fa-css-prefix}-paw:before { content: @fa-var-paw; }
|
|
|
|
|
.@{fa-css-prefix}-spoon:before { content: @fa-var-spoon; }
|
|
|
|
|
.@{fa-css-prefix}-cube:before { content: @fa-var-cube; }
|
|
|
|
|
.@{fa-css-prefix}-cubes:before { content: @fa-var-cubes; }
|
|
|
|
|
.@{fa-css-prefix}-behance:before { content: @fa-var-behance; }
|
|
|
|
|
.@{fa-css-prefix}-behance-square:before { content: @fa-var-behance-square; }
|
|
|
|
|
.@{fa-css-prefix}-steam:before { content: @fa-var-steam; }
|
|
|
|
|
.@{fa-css-prefix}-steam-square:before { content: @fa-var-steam-square; }
|
|
|
|
|
.@{fa-css-prefix}-recycle:before { content: @fa-var-recycle; }
|
|
|
|
|
.@{fa-css-prefix}-automobile:before,
|
|
|
|
|
.@{fa-css-prefix}-car:before { content: @fa-var-car; }
|
|
|
|
|
.@{fa-css-prefix}-cab:before,
|
|
|
|
|
.@{fa-css-prefix}-taxi:before { content: @fa-var-taxi; }
|
|
|
|
|
.@{fa-css-prefix}-tree:before { content: @fa-var-tree; }
|
|
|
|
|
.@{fa-css-prefix}-spotify:before { content: @fa-var-spotify; }
|
|
|
|
|
.@{fa-css-prefix}-deviantart:before { content: @fa-var-deviantart; }
|
|
|
|
|
.@{fa-css-prefix}-soundcloud:before { content: @fa-var-soundcloud; }
|
|
|
|
|
.@{fa-css-prefix}-database:before { content: @fa-var-database; }
|
|
|
|
|
.@{fa-css-prefix}-file-pdf-o:before { content: @fa-var-file-pdf-o; }
|
|
|
|
|
.@{fa-css-prefix}-file-word-o:before { content: @fa-var-file-word-o; }
|
|
|
|
|
.@{fa-css-prefix}-file-excel-o:before { content: @fa-var-file-excel-o; }
|
|
|
|
|
.@{fa-css-prefix}-file-powerpoint-o:before { content: @fa-var-file-powerpoint-o; }
|
|
|
|
|
.@{fa-css-prefix}-file-photo-o:before,
|
|
|
|
|
.@{fa-css-prefix}-file-picture-o:before,
|
|
|
|
|
.@{fa-css-prefix}-file-image-o:before { content: @fa-var-file-image-o; }
|
|
|
|
|
.@{fa-css-prefix}-file-zip-o:before,
|
|
|
|
|
.@{fa-css-prefix}-file-archive-o:before { content: @fa-var-file-archive-o; }
|
|
|
|
|
.@{fa-css-prefix}-file-sound-o:before,
|
|
|
|
|
.@{fa-css-prefix}-file-audio-o:before { content: @fa-var-file-audio-o; }
|
|
|
|
|
.@{fa-css-prefix}-file-movie-o:before,
|
|
|
|
|
.@{fa-css-prefix}-file-video-o:before { content: @fa-var-file-video-o; }
|
|
|
|
|
.@{fa-css-prefix}-file-code-o:before { content: @fa-var-file-code-o; }
|
|
|
|
|
.@{fa-css-prefix}-vine:before { content: @fa-var-vine; }
|
|
|
|
|
.@{fa-css-prefix}-codepen:before { content: @fa-var-codepen; }
|
|
|
|
|
.@{fa-css-prefix}-jsfiddle:before { content: @fa-var-jsfiddle; }
|
|
|
|
|
.@{fa-css-prefix}-life-bouy:before,
|
|
|
|
|
.@{fa-css-prefix}-life-buoy:before,
|
|
|
|
|
.@{fa-css-prefix}-life-saver:before,
|
|
|
|
|
.@{fa-css-prefix}-support:before,
|
|
|
|
|
.@{fa-css-prefix}-life-ring:before { content: @fa-var-life-ring; }
|
|
|
|
|
.@{fa-css-prefix}-circle-o-notch:before { content: @fa-var-circle-o-notch; }
|
|
|
|
|
.@{fa-css-prefix}-ra:before,
|
|
|
|
|
.@{fa-css-prefix}-rebel:before { content: @fa-var-rebel; }
|
|
|
|
|
.@{fa-css-prefix}-ge:before,
|
|
|
|
|
.@{fa-css-prefix}-empire:before { content: @fa-var-empire; }
|
|
|
|
|
.@{fa-css-prefix}-git-square:before { content: @fa-var-git-square; }
|
|
|
|
|
.@{fa-css-prefix}-git:before { content: @fa-var-git; }
|
|
|
|
|
.@{fa-css-prefix}-hacker-news:before { content: @fa-var-hacker-news; }
|
|
|
|
|
.@{fa-css-prefix}-tencent-weibo:before { content: @fa-var-tencent-weibo; }
|
|
|
|
|
.@{fa-css-prefix}-qq:before { content: @fa-var-qq; }
|
|
|
|
|
.@{fa-css-prefix}-wechat:before,
|
|
|
|
|
.@{fa-css-prefix}-weixin:before { content: @fa-var-weixin; }
|
|
|
|
|
.@{fa-css-prefix}-send:before,
|
|
|
|
|
.@{fa-css-prefix}-paper-plane:before { content: @fa-var-paper-plane; }
|
|
|
|
|
.@{fa-css-prefix}-send-o:before,
|
|
|
|
|
.@{fa-css-prefix}-paper-plane-o:before { content: @fa-var-paper-plane-o; }
|
|
|
|
|
.@{fa-css-prefix}-history:before { content: @fa-var-history; }
|
|
|
|
|
.@{fa-css-prefix}-genderless:before,
|
|
|
|
|
.@{fa-css-prefix}-circle-thin:before { content: @fa-var-circle-thin; }
|
|
|
|
|
.@{fa-css-prefix}-header:before { content: @fa-var-header; }
|
|
|
|
|
.@{fa-css-prefix}-paragraph:before { content: @fa-var-paragraph; }
|
|
|
|
|
.@{fa-css-prefix}-sliders:before { content: @fa-var-sliders; }
|
|
|
|
|
.@{fa-css-prefix}-share-alt:before { content: @fa-var-share-alt; }
|
|
|
|
|
.@{fa-css-prefix}-share-alt-square:before { content: @fa-var-share-alt-square; }
|
|
|
|
|
.@{fa-css-prefix}-bomb:before { content: @fa-var-bomb; }
|
|
|
|
|
.@{fa-css-prefix}-soccer-ball-o:before,
|
|
|
|
|
.@{fa-css-prefix}-futbol-o:before { content: @fa-var-futbol-o; }
|
|
|
|
|
.@{fa-css-prefix}-tty:before { content: @fa-var-tty; }
|
|
|
|
|
.@{fa-css-prefix}-binoculars:before { content: @fa-var-binoculars; }
|
|
|
|
|
.@{fa-css-prefix}-plug:before { content: @fa-var-plug; }
|
|
|
|
|
.@{fa-css-prefix}-slideshare:before { content: @fa-var-slideshare; }
|
|
|
|
|
.@{fa-css-prefix}-twitch:before { content: @fa-var-twitch; }
|
|
|
|
|
.@{fa-css-prefix}-yelp:before { content: @fa-var-yelp; }
|
|
|
|
|
.@{fa-css-prefix}-newspaper-o:before { content: @fa-var-newspaper-o; }
|
|
|
|
|
.@{fa-css-prefix}-wifi:before { content: @fa-var-wifi; }
|
|
|
|
|
.@{fa-css-prefix}-calculator:before { content: @fa-var-calculator; }
|
|
|
|
|
.@{fa-css-prefix}-paypal:before { content: @fa-var-paypal; }
|
|
|
|
|
.@{fa-css-prefix}-google-wallet:before { content: @fa-var-google-wallet; }
|
|
|
|
|
.@{fa-css-prefix}-cc-visa:before { content: @fa-var-cc-visa; }
|
|
|
|
|
.@{fa-css-prefix}-cc-mastercard:before { content: @fa-var-cc-mastercard; }
|
|
|
|
|
.@{fa-css-prefix}-cc-discover:before { content: @fa-var-cc-discover; }
|
|
|
|
|
.@{fa-css-prefix}-cc-amex:before { content: @fa-var-cc-amex; }
|
|
|
|
|
.@{fa-css-prefix}-cc-paypal:before { content: @fa-var-cc-paypal; }
|
|
|
|
|
.@{fa-css-prefix}-cc-stripe:before { content: @fa-var-cc-stripe; }
|
|
|
|
|
.@{fa-css-prefix}-bell-slash:before { content: @fa-var-bell-slash; }
|
|
|
|
|
.@{fa-css-prefix}-bell-slash-o:before { content: @fa-var-bell-slash-o; }
|
|
|
|
|
.@{fa-css-prefix}-trash:before { content: @fa-var-trash; }
|
|
|
|
|
.@{fa-css-prefix}-copyright:before { content: @fa-var-copyright; }
|
|
|
|
|
.@{fa-css-prefix}-at:before { content: @fa-var-at; }
|
|
|
|
|
.@{fa-css-prefix}-eyedropper:before { content: @fa-var-eyedropper; }
|
|
|
|
|
.@{fa-css-prefix}-paint-brush:before { content: @fa-var-paint-brush; }
|
|
|
|
|
.@{fa-css-prefix}-birthday-cake:before { content: @fa-var-birthday-cake; }
|
|
|
|
|
.@{fa-css-prefix}-area-chart:before { content: @fa-var-area-chart; }
|
|
|
|
|
.@{fa-css-prefix}-pie-chart:before { content: @fa-var-pie-chart; }
|
|
|
|
|
.@{fa-css-prefix}-line-chart:before { content: @fa-var-line-chart; }
|
|
|
|
|
.@{fa-css-prefix}-lastfm:before { content: @fa-var-lastfm; }
|
|
|
|
|
.@{fa-css-prefix}-lastfm-square:before { content: @fa-var-lastfm-square; }
|
|
|
|
|
.@{fa-css-prefix}-toggle-off:before { content: @fa-var-toggle-off; }
|
|
|
|
|
.@{fa-css-prefix}-toggle-on:before { content: @fa-var-toggle-on; }
|
|
|
|
|
.@{fa-css-prefix}-bicycle:before { content: @fa-var-bicycle; }
|
|
|
|
|
.@{fa-css-prefix}-bus:before { content: @fa-var-bus; }
|
|
|
|
|
.@{fa-css-prefix}-ioxhost:before { content: @fa-var-ioxhost; }
|
|
|
|
|
.@{fa-css-prefix}-angellist:before { content: @fa-var-angellist; }
|
|
|
|
|
.@{fa-css-prefix}-cc:before { content: @fa-var-cc; }
|
|
|
|
|
.@{fa-css-prefix}-shekel:before,
|
|
|
|
|
.@{fa-css-prefix}-sheqel:before,
|
|
|
|
|
.@{fa-css-prefix}-ils:before { content: @fa-var-ils; }
|
|
|
|
|
.@{fa-css-prefix}-meanpath:before { content: @fa-var-meanpath; }
|
|
|
|
|
.@{fa-css-prefix}-buysellads:before { content: @fa-var-buysellads; }
|
|
|
|
|
.@{fa-css-prefix}-connectdevelop:before { content: @fa-var-connectdevelop; }
|
|
|
|
|
.@{fa-css-prefix}-dashcube:before { content: @fa-var-dashcube; }
|
|
|
|
|
.@{fa-css-prefix}-forumbee:before { content: @fa-var-forumbee; }
|
|
|
|
|
.@{fa-css-prefix}-leanpub:before { content: @fa-var-leanpub; }
|
|
|
|
|
.@{fa-css-prefix}-sellsy:before { content: @fa-var-sellsy; }
|
|
|
|
|
.@{fa-css-prefix}-shirtsinbulk:before { content: @fa-var-shirtsinbulk; }
|
|
|
|
|
.@{fa-css-prefix}-simplybuilt:before { content: @fa-var-simplybuilt; }
|
|
|
|
|
.@{fa-css-prefix}-skyatlas:before { content: @fa-var-skyatlas; }
|
|
|
|
|
.@{fa-css-prefix}-cart-plus:before { content: @fa-var-cart-plus; }
|
|
|
|
|
.@{fa-css-prefix}-cart-arrow-down:before { content: @fa-var-cart-arrow-down; }
|
|
|
|
|
.@{fa-css-prefix}-diamond:before { content: @fa-var-diamond; }
|
|
|
|
|
.@{fa-css-prefix}-ship:before { content: @fa-var-ship; }
|
|
|
|
|
.@{fa-css-prefix}-user-secret:before { content: @fa-var-user-secret; }
|
|
|
|
|
.@{fa-css-prefix}-motorcycle:before { content: @fa-var-motorcycle; }
|
|
|
|
|
.@{fa-css-prefix}-street-view:before { content: @fa-var-street-view; }
|
|
|
|
|
.@{fa-css-prefix}-heartbeat:before { content: @fa-var-heartbeat; }
|
|
|
|
|
.@{fa-css-prefix}-venus:before { content: @fa-var-venus; }
|
|
|
|
|
.@{fa-css-prefix}-mars:before { content: @fa-var-mars; }
|
|
|
|
|
.@{fa-css-prefix}-mercury:before { content: @fa-var-mercury; }
|
|
|
|
|
.@{fa-css-prefix}-transgender:before { content: @fa-var-transgender; }
|
|
|
|
|
.@{fa-css-prefix}-transgender-alt:before { content: @fa-var-transgender-alt; }
|
|
|
|
|
.@{fa-css-prefix}-venus-double:before { content: @fa-var-venus-double; }
|
|
|
|
|
.@{fa-css-prefix}-mars-double:before { content: @fa-var-mars-double; }
|
|
|
|
|
.@{fa-css-prefix}-venus-mars:before { content: @fa-var-venus-mars; }
|
|
|
|
|
.@{fa-css-prefix}-mars-stroke:before { content: @fa-var-mars-stroke; }
|
|
|
|
|
.@{fa-css-prefix}-mars-stroke-v:before { content: @fa-var-mars-stroke-v; }
|
|
|
|
|
.@{fa-css-prefix}-mars-stroke-h:before { content: @fa-var-mars-stroke-h; }
|
|
|
|
|
.@{fa-css-prefix}-neuter:before { content: @fa-var-neuter; }
|
|
|
|
|
.@{fa-css-prefix}-facebook-official:before { content: @fa-var-facebook-official; }
|
|
|
|
|
.@{fa-css-prefix}-pinterest-p:before { content: @fa-var-pinterest-p; }
|
|
|
|
|
.@{fa-css-prefix}-whatsapp:before { content: @fa-var-whatsapp; }
|
|
|
|
|
.@{fa-css-prefix}-server:before { content: @fa-var-server; }
|
|
|
|
|
.@{fa-css-prefix}-user-plus:before { content: @fa-var-user-plus; }
|
|
|
|
|
.@{fa-css-prefix}-user-times:before { content: @fa-var-user-times; }
|
|
|
|
|
.@{fa-css-prefix}-hotel:before,
|
|
|
|
|
.@{fa-css-prefix}-bed:before { content: @fa-var-bed; }
|
|
|
|
|
.@{fa-css-prefix}-viacoin:before { content: @fa-var-viacoin; }
|
|
|
|
|
.@{fa-css-prefix}-train:before { content: @fa-var-train; }
|
|
|
|
|
.@{fa-css-prefix}-subway:before { content: @fa-var-subway; }
|
|
|
|
|
.@{fa-css-prefix}-medium:before { content: @fa-var-medium; }
|
|
|
|
|