2014-05-14 13:24:20 +00:00
|
|
|
/* 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-o:before { content: @envelope-o; }
|
|
|
|
|
.icon-heart:before { content: @heart; }
|
|
|
|
|
.icon-star:before { content: @star; }
|
|
|
|
|
.icon-star-o:before { content: @star-o; }
|
|
|
|
|
.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-check:before { content: @check; }
|
2014-10-17 07:47:54 +00:00
|
|
|
.icon-remove:before,
|
|
|
|
|
.icon-close:before,
|
2014-05-14 13:24:20 +00:00
|
|
|
.icon-times:before { content: @times; }
|
|
|
|
|
.icon-search-plus:before { content: @search-plus; }
|
|
|
|
|
.icon-search-minus:before { content: @search-minus; }
|
|
|
|
|
.icon-power-off:before { content: @power-off; }
|
|
|
|
|
.icon-signal:before { content: @signal; }
|
|
|
|
|
.icon-gear:before,
|
|
|
|
|
.icon-cog:before { content: @cog; }
|
|
|
|
|
.icon-trash-o:before { content: @trash-o; }
|
|
|
|
|
.icon-home:before { content: @home; }
|
|
|
|
|
.icon-file-o:before { content: @file-o; }
|
|
|
|
|
.icon-clock-o:before { content: @clock-o; }
|
|
|
|
|
.icon-road:before { content: @road; }
|
|
|
|
|
.icon-download:before { content: @download; }
|
|
|
|
|
.icon-arrow-circle-o-down:before { content: @arrow-circle-o-down; }
|
|
|
|
|
.icon-arrow-circle-o-up:before { content: @arrow-circle-o-up; }
|
|
|
|
|
.icon-inbox:before { content: @inbox; }
|
|
|
|
|
.icon-play-circle-o:before { content: @play-circle-o; }
|
|
|
|
|
.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-dedent:before,
|
|
|
|
|
.icon-outdent:before { content: @outdent; }
|
|
|
|
|
.icon-indent:before { content: @indent; }
|
|
|
|
|
.icon-video-camera:before { content: @video-camera; }
|
2014-05-19 12:10:33 +00:00
|
|
|
.icon-photo:before,
|
|
|
|
|
.icon-image:before,
|
2014-05-14 13:24:20 +00:00
|
|
|
.icon-picture-o:before { content: @picture-o; }
|
|
|
|
|
.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,
|
|
|
|
|
.icon-pencil-square-o:before { content: @pencil-square-o; }
|
|
|
|
|
.icon-share-square-o:before { content: @share-square-o; }
|
|
|
|
|
.icon-check-square-o:before { content: @check-square-o; }
|
|
|
|
|
.icon-arrows:before { content: @arrows; }
|
|
|
|
|
.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-circle:before { content: @plus-circle; }
|
|
|
|
|
.icon-minus-circle:before { content: @minus-circle; }
|
|
|
|
|
.icon-times-circle:before { content: @times-circle; }
|
|
|
|
|
.icon-check-circle:before { content: @check-circle; }
|
|
|
|
|
.icon-question-circle:before { content: @question-circle; }
|
|
|
|
|
.icon-info-circle:before { content: @info-circle; }
|
|
|
|
|
.icon-crosshairs:before { content: @crosshairs; }
|
|
|
|
|
.icon-times-circle-o:before { content: @times-circle-o; }
|
|
|
|
|
.icon-check-circle-o:before { content: @check-circle-o; }
|
|
|
|
|
.icon-ban:before { content: @ban; }
|
|
|
|
|
.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:before { content: @share; }
|
|
|
|
|
.icon-expand:before { content: @expand; }
|
|
|
|
|
.icon-compress:before { content: @compress; }
|
|
|
|
|
.icon-plus:before { content: @plus; }
|
|
|
|
|
.icon-minus:before { content: @minus; }
|
|
|
|
|
.icon-asterisk:before { content: @asterisk; }
|
|
|
|
|
.icon-exclamation-circle:before { content: @exclamation-circle; }
|
|
|
|
|
.icon-gift:before { content: @gift; }
|
|
|
|
|
.icon-leaf:before { content: @leaf; }
|
|
|
|
|
.icon-fire:before { content: @fire; }
|
|
|
|
|
.icon-eye:before { content: @eye; }
|
|
|
|
|
.icon-eye-slash:before { content: @eye-slash; }
|
|
|
|
|
.icon-warning:before,
|
|
|
|
|
.icon-exclamation-triangle:before { content: @exclamation-triangle; }
|
|
|
|
|
.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:before { content: @folder; }
|
|
|
|
|
.icon-folder-open:before { content: @folder-open; }
|
|
|
|
|
.icon-arrows-v:before { content: @arrows-v; }
|
|
|
|
|
.icon-arrows-h:before { content: @arrows-h; }
|
2014-10-17 07:47:54 +00:00
|
|
|
.icon-bar-chart-o:before,
|
|
|
|
|
.icon-bar-chart:before { content: @bar-chart; }
|
2014-05-14 13:24:20 +00:00
|
|
|
.icon-twitter-square:before { content: @twitter-square; }
|
|
|
|
|
.icon-facebook-square:before { content: @facebook-square; }
|
|
|
|
|
.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-o-up:before { content: @thumbs-o-up; }
|
|
|
|
|
.icon-thumbs-o-down:before { content: @thumbs-o-down; }
|
|
|
|
|
.icon-star-half:before { content: @star-half; }
|
|
|
|
|
.icon-heart-o:before { content: @heart-o; }
|
|
|
|
|
.icon-sign-out:before { content: @sign-out; }
|
|
|
|
|
.icon-linkedin-square:before { content: @linkedin-square; }
|
|
|
|
|
.icon-thumb-tack:before { content: @thumb-tack; }
|
|
|
|
|
.icon-external-link:before { content: @external-link; }
|
|
|
|
|
.icon-sign-in:before { content: @sign-in; }
|
|
|
|
|
.icon-trophy:before { content: @trophy; }
|
|
|
|
|
.icon-github-square:before { content: @github-square; }
|
|
|
|
|
.icon-upload:before { content: @upload; }
|
|
|
|
|
.icon-lemon-o:before { content: @lemon-o; }
|
|
|
|
|
.icon-phone:before { content: @phone; }
|
|
|
|
|
.icon-square-o:before { content: @square-o; }
|
|
|
|
|
.icon-bookmark-o:before { content: @bookmark-o; }
|
|
|
|
|
.icon-phone-square:before { content: @phone-square; }
|
|
|
|
|
.icon-twitter:before { content: @twitter; }
|
2015-01-28 07:28:35 +00:00
|
|
|
.icon-facebook-f:before,
|
2014-05-14 13:24:20 +00:00
|
|
|
.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-o:before { content: @hdd-o; }
|
|
|
|
|
.icon-bullhorn:before { content: @bullhorn; }
|
|
|
|
|
.icon-bell:before { content: @bell; }
|
|
|
|
|
.icon-certificate:before { content: @certificate; }
|
|
|
|
|
.icon-hand-o-right:before { content: @hand-o-right; }
|
|
|
|
|
.icon-hand-o-left:before { content: @hand-o-left; }
|
|
|
|
|
.icon-hand-o-up:before { content: @hand-o-up; }
|
|
|
|
|
.icon-hand-o-down:before { content: @hand-o-down; }
|
|
|
|
|
.icon-arrow-circle-left:before { content: @arrow-circle-left; }
|
|
|
|
|
.icon-arrow-circle-right:before { content: @arrow-circle-right; }
|
|
|
|
|
.icon-arrow-circle-up:before { content: @arrow-circle-up; }
|
|
|
|
|
.icon-arrow-circle-down:before { content: @arrow-circle-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-arrows-alt:before { content: @arrows-alt; }
|
|
|
|
|
.icon-group:before,
|
|
|
|
|
.icon-users:before { content: @users; }
|
|
|
|
|
.icon-chain:before,
|
|
|
|
|
.icon-link:before { content: @link; }
|
|
|
|
|
.icon-cloud:before { content: @cloud; }
|
|
|
|
|
.icon-flask:before { content: @flask; }
|
|
|
|
|
.icon-cut:before,
|
|
|
|
|
.icon-scissors:before { content: @scissors; }
|
|
|
|
|
.icon-copy:before,
|
|
|
|
|
.icon-files-o:before { content: @files-o; }
|
|
|
|
|
.icon-paperclip:before { content: @paperclip; }
|
|
|
|
|
.icon-save:before,
|
|
|
|
|
.icon-floppy-o:before { content: @floppy-o; }
|
|
|
|
|
.icon-square:before { content: @square; }
|
2014-05-19 12:10:33 +00:00
|
|
|
.icon-navicon:before,
|
|
|
|
|
.icon-reorder:before,
|
2014-05-14 13:24:20 +00:00
|
|
|
.icon-bars:before { content: @bars; }
|
|
|
|
|
.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-square:before { content: @pinterest-square; }
|
|
|
|
|
.icon-google-plus-square:before { content: @google-plus-square; }
|
|
|
|
|
.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-unsorted:before,
|
|
|
|
|
.icon-sort:before { content: @sort; }
|
|
|
|
|
.icon-sort-down:before,
|
|
|
|
|
.icon-sort-desc:before { content: @sort-desc; }
|
2014-05-19 12:10:33 +00:00
|
|
|
.icon-sort-up:before,
|
|
|
|
|
.icon-sort-asc:before { content: @sort-asc; }
|
2014-05-14 13:24:20 +00:00
|
|
|
.icon-envelope:before { content: @envelope; }
|
|
|
|
|
.icon-linkedin:before { content: @linkedin; }
|
|
|
|
|
.icon-rotate-left:before,
|
|
|
|
|
.icon-undo:before { content: @undo; }
|
|
|
|
|
.icon-legal:before,
|
|
|
|
|
.icon-gavel:before { content: @gavel; }
|
|
|
|
|
.icon-dashboard:before,
|
|
|
|
|
.icon-tachometer:before { content: @tachometer; }
|
|
|
|
|
.icon-comment-o:before { content: @comment-o; }
|
|
|
|
|
.icon-comments-o:before { content: @comments-o; }
|
|
|
|
|
.icon-flash:before,
|
|
|
|
|
.icon-bolt:before { content: @bolt; }
|
|
|
|
|
.icon-sitemap:before { content: @sitemap; }
|
|
|
|
|
.icon-umbrella:before { content: @umbrella; }
|
|
|
|
|
.icon-paste:before,
|
|
|
|
|
.icon-clipboard:before { content: @clipboard; }
|
|
|
|
|
.icon-lightbulb-o:before { content: @lightbulb-o; }
|
|
|
|
|
.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-o:before { content: @bell-o; }
|
|
|
|
|
.icon-coffee:before { content: @coffee; }
|
|
|
|
|
.icon-cutlery:before { content: @cutlery; }
|
|
|
|
|
.icon-file-text-o:before { content: @file-text-o; }
|
|
|
|
|
.icon-building-o:before { content: @building-o; }
|
|
|
|
|
.icon-hospital-o:before { content: @hospital-o; }
|
|
|
|
|
.icon-ambulance:before { content: @ambulance; }
|
|
|
|
|
.icon-medkit:before { content: @medkit; }
|
|
|
|
|
.icon-fighter-jet:before { content: @fighter-jet; }
|
|
|
|
|
.icon-beer:before { content: @beer; }
|
|
|
|
|
.icon-h-square:before { content: @h-square; }
|
|
|
|
|
.icon-plus-square:before { content: @plus-square; }
|
|
|
|
|
.icon-angle-double-left:before { content: @angle-double-left; }
|
|
|
|
|
.icon-angle-double-right:before { content: @angle-double-right; }
|
|
|
|
|
.icon-angle-double-up:before { content: @angle-double-up; }
|
|
|
|
|
.icon-angle-double-down:before { content: @angle-double-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,
|
|
|
|
|
.icon-mobile:before { content: @mobile; }
|
|
|
|
|
.icon-circle-o:before { content: @circle-o; }
|
|
|
|
|
.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-o:before { content: @folder-o; }
|
|
|
|
|
.icon-folder-open-o:before { content: @folder-open-o; }
|
|
|
|
|
.icon-smile-o:before { content: @smile-o; }
|
|
|
|
|
.icon-frown-o:before { content: @frown-o; }
|
|
|
|
|
.icon-meh-o:before { content: @meh-o; }
|
|
|
|
|
.icon-gamepad:before { content: @gamepad; }
|
|
|
|
|
.icon-keyboard-o:before { content: @keyboard-o; }
|
|
|
|
|
.icon-flag-o:before { content: @flag-o; }
|
|
|
|
|
.icon-flag-checkered:before { content: @flag-checkered; }
|
|
|
|
|
.icon-terminal:before { content: @terminal; }
|
|
|
|
|
.icon-code:before { content: @code; }
|
2014-05-19 12:10:33 +00:00
|
|
|
.icon-mail-reply-all:before,
|
2014-05-14 13:24:20 +00:00
|
|
|
.icon-reply-all:before { content: @reply-all; }
|
|
|
|
|
.icon-star-half-empty:before,
|
|
|
|
|
.icon-star-half-full:before,
|
|
|
|
|
.icon-star-half-o:before { content: @star-half-o; }
|
|
|
|
|
.icon-location-arrow:before { content: @location-arrow; }
|
|
|
|
|
.icon-crop:before { content: @crop; }
|
|
|
|
|
.icon-code-fork:before { content: @code-fork; }
|
|
|
|
|
.icon-unlink:before,
|
|
|
|
|
.icon-chain-broken:before { content: @chain-broken; }
|
|
|
|
|
.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-slash:before { content: @microphone-slash; }
|
|
|
|
|
.icon-shield:before { content: @shield; }
|
|
|
|
|
.icon-calendar-o:before { content: @calendar-o; }
|
|
|
|
|
.icon-fire-extinguisher:before { content: @fire-extinguisher; }
|
|
|
|
|
.icon-rocket:before { content: @rocket; }
|
|
|
|
|
.icon-maxcdn:before { content: @maxcdn; }
|
|
|
|
|
.icon-chevron-circle-left:before { content: @chevron-circle-left; }
|
|
|
|
|
.icon-chevron-circle-right:before { content: @chevron-circle-right; }
|
|
|
|
|
.icon-chevron-circle-up:before { content: @chevron-circle-up; }
|
|
|
|
|
.icon-chevron-circle-down:before { content: @chevron-circle-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-h:before { content: @ellipsis-h; }
|
|
|
|
|
.icon-ellipsis-v:before { content: @ellipsis-v; }
|
|
|
|
|
.icon-rss-square:before { content: @rss-square; }
|
|
|
|
|
.icon-play-circle:before { content: @play-circle; }
|
|
|
|
|
.icon-ticket:before { content: @ticket; }
|
|
|
|
|
.icon-minus-square:before { content: @minus-square; }
|
|
|
|
|
.icon-minus-square-o:before { content: @minus-square-o; }
|
|
|
|
|
.icon-level-up:before { content: @level-up; }
|
|
|
|
|
.icon-level-down:before { content: @level-down; }
|
|
|
|
|
.icon-check-square:before { content: @check-square; }
|
|
|
|
|
.icon-pencil-square:before { content: @pencil-square; }
|
|
|
|
|
.icon-external-link-square:before { content: @external-link-square; }
|
|
|
|
|
.icon-share-square:before { content: @share-square; }
|
|
|
|
|
.icon-compass:before { content: @compass; }
|
|
|
|
|
.icon-toggle-down:before,
|
|
|
|
|
.icon-caret-square-o-down:before { content: @caret-square-o-down; }
|
|
|
|
|
.icon-toggle-up:before,
|
|
|
|
|
.icon-caret-square-o-up:before { content: @caret-square-o-up; }
|
|
|
|
|
.icon-toggle-right:before,
|
|
|
|
|
.icon-caret-square-o-right:before { content: @caret-square-o-right; }
|
|
|
|
|
.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-cny:before,
|
|
|
|
|
.icon-rmb:before,
|
|
|
|
|
.icon-yen:before,
|
|
|
|
|
.icon-jpy:before { content: @jpy; }
|
|
|
|
|
.icon-ruble:before,
|
|
|
|
|
.icon-rouble:before,
|
|
|
|
|
.icon-rub:before { content: @rub; }
|
|
|
|
|
.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-alpha-asc:before { content: @sort-alpha-asc; }
|
|
|
|
|
.icon-sort-alpha-desc:before { content: @sort-alpha-desc; }
|
|
|
|
|
.icon-sort-amount-asc:before { content: @sort-amount-asc; }
|
|
|
|
|
.icon-sort-amount-desc:before { content: @sort-amount-desc; }
|
|
|
|
|
.icon-sort-numeric-asc:before { content: @sort-numeric-asc; }
|
|
|
|
|
.icon-sort-numeric-desc:before { content: @sort-numeric-desc; }
|
|
|
|
|
.icon-thumbs-up:before { content: @thumbs-up; }
|
|
|
|
|
.icon-thumbs-down:before { content: @thumbs-down; }
|
|
|
|
|
.icon-youtube-square:before { content: @youtube-square; }
|
|
|
|
|
.icon-youtube:before { content: @youtube; }
|
|
|
|
|
.icon-xing:before { content: @xing; }
|
|
|
|
|
.icon-xing-square:before { content: @xing-square; }
|
|
|
|
|
.icon-youtube-play:before { content: @youtube-play; }
|
|
|
|
|
.icon-dropbox:before { content: @dropbox; }
|
|
|
|
|
.icon-stack-overflow:before { content: @stack-overflow; }
|
|
|
|
|
.icon-instagram:before { content: @instagram; }
|
|
|
|
|
.icon-flickr:before { content: @flickr; }
|
|
|
|
|
.icon-adn:before { content: @adn; }
|
|
|
|
|
.icon-bitbucket:before { content: @bitbucket; }
|
|
|
|
|
.icon-bitbucket-square:before { content: @bitbucket-square; }
|
|
|
|
|
.icon-tumblr:before { content: @tumblr; }
|
|
|
|
|
.icon-tumblr-square:before { content: @tumblr-square; }
|
|
|
|
|
.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; }
|
2015-01-28 07:28:35 +00:00
|
|
|
.icon-gittip:before,
|
|
|
|
|
.icon-gratipay:before { content: @gratipay; }
|
2014-05-14 13:24:20 +00:00
|
|
|
.icon-sun-o:before { content: @sun-o; }
|
|
|
|
|
.icon-moon-o:before { content: @moon-o; }
|
|
|
|
|
.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; }
|
|
|
|
|
.icon-pagelines:before { content: @pagelines; }
|
|
|
|
|
.icon-stack-exchange:before { content: @stack-exchange; }
|
|
|
|
|
.icon-arrow-circle-o-right:before { content: @arrow-circle-o-right; }
|
|
|
|
|
.icon-arrow-circle-o-left:before { content: @arrow-circle-o-left; }
|
|
|
|
|
.icon-toggle-left:before,
|
|
|
|
|
.icon-caret-square-o-left:before { content: @caret-square-o-left; }
|
|
|
|
|
.icon-dot-circle-o:before { content: @dot-circle-o; }
|
|
|
|
|
.icon-wheelchair:before { content: @wheelchair; }
|
|
|
|
|
.icon-vimeo-square:before { content: @vimeo-square; }
|
|
|
|
|
.icon-turkish-lira:before,
|
|
|
|
|
.icon-try:before { content: @try; }
|
|
|
|
|
.icon-plus-square-o:before { content: @plus-square-o; }
|
2014-05-19 12:10:33 +00:00
|
|
|
.icon-space-shuttle:before { content: @space-shuttle; }
|
|
|
|
|
.icon-slack:before { content: @slack; }
|
|
|
|
|
.icon-envelope-square:before { content: @envelope-square; }
|
|
|
|
|
.icon-wordpress:before { content: @wordpress; }
|
|
|
|
|
.icon-openid:before { content: @openid; }
|
|
|
|
|
.icon-institution:before,
|
|
|
|
|
.icon-bank:before,
|
|
|
|
|
.icon-university:before { content: @university; }
|
|
|
|
|
.icon-mortar-board:before,
|
|
|
|
|
.icon-graduation-cap:before { content: @graduation-cap; }
|
|
|
|
|
.icon-yahoo:before { content: @yahoo; }
|
|
|
|
|
.icon-google:before { content: @google; }
|
|
|
|
|
.icon-reddit:before { content: @reddit; }
|
|
|
|
|
.icon-reddit-square:before { content: @reddit-square; }
|
|
|
|
|
.icon-stumbleupon-circle:before { content: @stumbleupon-circle; }
|
|
|
|
|
.icon-stumbleupon:before { content: @stumbleupon; }
|
|
|
|
|
.icon-delicious:before { content: @delicious; }
|
|
|
|
|
.icon-digg:before { content: @digg; }
|
|
|
|
|
.icon-pied-piper:before { content: @pied-piper; }
|
|
|
|
|
.icon-pied-piper-alt:before { content: @pied-piper-alt; }
|
|
|
|
|
.icon-drupal:before { content: @drupal; }
|
|
|
|
|
.icon-joomla:before { content: @joomla; }
|
|
|
|
|
.icon-language:before { content: @language; }
|
|
|
|
|
.icon-fax:before { content: @fax; }
|
|
|
|
|
.icon-building:before { content: @building; }
|
|
|
|
|
.icon-child:before { content: @child; }
|
|
|
|
|
.icon-paw:before { content: @paw; }
|
|
|
|
|
.icon-spoon:before { content: @spoon; }
|
|
|
|
|
.icon-cube:before { content: @cube; }
|
|
|
|
|
.icon-cubes:before { content: @cubes; }
|
|
|
|
|
.icon-behance:before { content: @behance; }
|
|
|
|
|
.icon-behance-square:before { content: @behance-square; }
|
|
|
|
|
.icon-steam:before { content: @steam; }
|
|
|
|
|
.icon-steam-square:before { content: @steam-square; }
|
|
|
|
|
.icon-recycle:before { content: @recycle; }
|
|
|
|
|
.icon-automobile:before,
|
|
|
|
|
.icon-car:before { content: @car; }
|
|
|
|
|
.icon-cab:before,
|
|
|
|
|
.icon-taxi:before { content: @taxi; }
|
|
|
|
|
.icon-tree:before { content: @tree; }
|
|
|
|
|
.icon-spotify:before { content: @spotify; }
|
|
|
|
|
.icon-deviantart:before { content: @deviantart; }
|
|
|
|
|
.icon-soundcloud:before { content: @soundcloud; }
|
|
|
|
|
.icon-database:before { content: @database; }
|
|
|
|
|
.icon-file-pdf-o:before { content: @file-pdf-o; }
|
|
|
|
|
.icon-file-word-o:before { content: @file-word-o; }
|
|
|
|
|
.icon-file-excel-o:before { content: @file-excel-o; }
|
|
|
|
|
.icon-file-powerpoint-o:before { content: @file-powerpoint-o; }
|
|
|
|
|
.icon-file-photo-o:before,
|
|
|
|
|
.icon-file-picture-o:before,
|
|
|
|
|
.icon-file-image-o:before { content: @file-image-o; }
|
|
|
|
|
.icon-file-zip-o:before,
|
|
|
|
|
.icon-file-archive-o:before { content: @file-archive-o; }
|
|
|
|
|
.icon-file-sound-o:before,
|
|
|
|
|
.icon-file-audio-o:before { content: @file-audio-o; }
|
|
|
|
|
.icon-file-movie-o:before,
|
|
|
|
|
.icon-file-video-o:before { content: @file-video-o; }
|
|
|
|
|
.icon-file-code-o:before { content: @file-code-o; }
|
|
|
|
|
.icon-vine:before { content: @vine; }
|
|
|
|
|
.icon-codepen:before { content: @codepen; }
|
|
|
|
|
.icon-jsfiddle:before { content: @jsfiddle; }
|
|
|
|
|
.icon-life-bouy:before,
|
2014-10-17 07:47:54 +00:00
|
|
|
.icon-life-buoy:before,
|
2014-05-19 12:10:33 +00:00
|
|
|
.icon-life-saver:before,
|
|
|
|
|
.icon-support:before,
|
|
|
|
|
.icon-life-ring:before { content: @life-ring; }
|
|
|
|
|
.icon-circle-o-notch:before { content: @circle-o-notch; }
|
|
|
|
|
.icon-ra:before,
|
|
|
|
|
.icon-rebel:before { content: @rebel; }
|
|
|
|
|
.icon-ge:before,
|
|
|
|
|
.icon-empire:before { content: @empire; }
|
|
|
|
|
.icon-git-square:before { content: @git-square; }
|
|
|
|
|
.icon-git:before { content: @git; }
|
|
|
|
|
.icon-hacker-news:before { content: @hacker-news; }
|
|
|
|
|
.icon-tencent-weibo:before { content: @tencent-weibo; }
|
|
|
|
|
.icon-qq:before { content: @qq; }
|
|
|
|
|
.icon-wechat:before,
|
|
|
|
|
.icon-weixin:before { content: @weixin; }
|
|
|
|
|
.icon-send:before,
|
|
|
|
|
.icon-paper-plane:before { content: @paper-plane; }
|
|
|
|
|
.icon-send-o:before,
|
|
|
|
|
.icon-paper-plane-o:before { content: @paper-plane-o; }
|
|
|
|
|
.icon-history:before { content: @history; }
|
2015-01-28 07:28:35 +00:00
|
|
|
.icon-genderless:before,
|
2014-05-19 12:10:33 +00:00
|
|
|
.icon-circle-thin:before { content: @circle-thin; }
|
|
|
|
|
.icon-header:before { content: @header; }
|
|
|
|
|
.icon-paragraph:before { content: @paragraph; }
|
|
|
|
|
.icon-sliders:before { content: @sliders; }
|
|
|
|
|
.icon-share-alt:before { content: @share-alt; }
|
|
|
|
|
.icon-share-alt-square:before { content: @share-alt-square; }
|
|
|
|
|
.icon-bomb:before { content: @bomb; }
|
2014-10-17 07:47:54 +00:00
|
|
|
.icon-soccer-ball-o:before,
|
|
|
|
|
.icon-futbol-o:before { content: @futbol-o; }
|
|
|
|
|
.icon-tty:before { content: @tty; }
|
|
|
|
|
.icon-binoculars:before { content: @binoculars; }
|
|
|
|
|
.icon-plug:before { content: @plug; }
|
|
|
|
|
.icon-slideshare:before { content: @slideshare; }
|
|
|
|
|
.icon-twitch:before { content: @twitch; }
|
|
|
|
|
.icon-yelp:before { content: @yelp; }
|
|
|
|
|
.icon-newspaper-o:before { content: @newspaper-o; }
|
|
|
|
|
.icon-wifi:before { content: @wifi; }
|
|
|
|
|
.icon-calculator:before { content: @calculator; }
|
|
|
|
|
.icon-paypal:before { content: @paypal; }
|
|
|
|
|
.icon-google-wallet:before { content: @google-wallet; }
|
|
|
|
|
.icon-cc-visa:before { content: @cc-visa; }
|
|
|
|
|
.icon-cc-mastercard:before { content: @cc-mastercard; }
|
|
|
|
|
.icon-cc-discover:before { content: @cc-discover; }
|
|
|
|
|
.icon-cc-amex:before { content: @cc-amex; }
|
|
|
|
|
.icon-cc-paypal:before { content: @cc-paypal; }
|
|
|
|
|
.icon-cc-stripe:before { content: @cc-stripe; }
|
|
|
|
|
.icon-bell-slash:before { content: @bell-slash; }
|
|
|
|
|
.icon-bell-slash-o:before { content: @bell-slash-o; }
|
|
|
|
|
.icon-trash:before { content: @trash; }
|
|
|
|
|
.icon-copyright:before { content: @copyright; }
|
|
|
|
|
.icon-at:before { content: @at; }
|
|
|
|
|
.icon-eyedropper:before { content: @eyedropper; }
|
|
|
|
|
.icon-paint-brush:before { content: @paint-brush; }
|
|
|
|
|
.icon-birthday-cake:before { content: @birthday-cake; }
|
|
|
|
|
.icon-area-chart:before { content: @area-chart; }
|
|
|
|
|
.icon-pie-chart:before { content: @pie-chart; }
|
|
|
|
|
.icon-line-chart:before { content: @line-chart; }
|
|
|
|
|
.icon-lastfm:before { content: @lastfm; }
|
|
|
|
|
.icon-lastfm-square:before { content: @lastfm-square; }
|
|
|
|
|
.icon-toggle-off:before { content: @toggle-off; }
|
|
|
|
|
.icon-toggle-on:before { content: @toggle-on; }
|
|
|
|
|
.icon-bicycle:before { content: @bicycle; }
|
|
|
|
|
.icon-bus:before { content: @bus; }
|
|
|
|
|
.icon-ioxhost:before { content: @ioxhost; }
|
|
|
|
|
.icon-angellist:before { content: @angellist; }
|
|
|
|
|
.icon-cc:before { content: @cc; }
|
|
|
|
|
.icon-shekel:before,
|
|
|
|
|
.icon-sheqel:before,
|
|
|
|
|
.icon-ils:before { content: @ils; }
|
|
|
|
|
.icon-meanpath:before { content: @meanpath; }
|
2015-01-28 07:28:35 +00:00
|
|
|
.icon-buysellads:before { content: @buysellads; }
|
|
|
|
|
.icon-connectdevelop:before { content: @connectdevelop; }
|
|
|
|
|
.icon-dashcube:before { content: @dashcube; }
|
|
|
|
|
.icon-forumbee:before { content: @forumbee; }
|
|
|
|
|
.icon-leanpub:before { content: @leanpub; }
|
|
|
|
|
.icon-sellsy:before { content: @sellsy; }
|
|
|
|
|
.icon-shirtsinbulk:before { content: @shirtsinbulk; }
|
|
|
|
|
.icon-simplybuilt:before { content: @simplybuilt; }
|
|
|
|
|
.icon-skyatlas:before { content: @skyatlas; }
|
|
|
|
|
.icon-cart-plus:before { content: @cart-plus; }
|
|
|
|
|
.icon-cart-arrow-down:before { content: @cart-arrow-down; }
|
|
|
|
|
.icon-diamond:before { content: @diamond; }
|
|
|
|
|
.icon-ship:before { content: @ship; }
|
|
|
|
|
.icon-user-secret:before { content: @user-secret; }
|
|
|
|
|
.icon-motorcycle:before { content: @motorcycle; }
|
|
|
|
|
.icon-street-view:before { content: @street-view; }
|
|
|
|
|
.icon-heartbeat:before { content: @heartbeat; }
|
|
|
|
|
.icon-venus:before { content: @venus; }
|
|
|
|
|
.icon-mars:before { content: @mars; }
|
|
|
|
|
.icon-mercury:before { content: @mercury; }
|
|
|
|
|
.icon-transgender:before { content: @transgender; }
|
|
|
|
|
.icon-transgender-alt:before { content: @transgender-alt; }
|
|
|
|
|
.icon-venus-double:before { content: @venus-double; }
|
|
|
|
|
.icon-mars-double:before { content: @mars-double; }
|
|
|
|
|
.icon-venus-mars:before { content: @venus-mars; }
|
|
|
|
|
.icon-mars-stroke:before { content: @mars-stroke; }
|
|
|
|
|
.icon-mars-stroke-v:before { content: @mars-stroke-v; }
|
|
|
|
|
.icon-mars-stroke-h:before { content: @mars-stroke-h; }
|
|
|
|
|
.icon-neuter:before { content: @neuter; }
|
|
|
|
|
.icon-facebook-official:before { content: @facebook-official; }
|
|
|
|
|
.icon-pinterest-p:before { content: @pinterest-p; }
|
|
|
|
|
.icon-whatsapp:before { content: @whatsapp; }
|
|
|
|
|
.icon-server:before { content: @server; }
|
|
|
|
|
.icon-user-plus:before { content: @user-plus; }
|
|
|
|
|
.icon-user-times:before { content: @user-times; }
|
|
|
|
|
.icon-hotel:before,
|
|
|
|
|
.icon-bed:before { content: @bed; }
|
|
|
|
|
.icon-viacoin:before { content: @viacoin; }
|
|
|
|
|
.icon-train:before { content: @train; }
|
|
|
|
|
.icon-subway:before { content: @subway; }
|
|
|
|
|
.icon-medium:before { content: @medium; }
|