v5-compat.less 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. /*!
  2. * Fork Awesome 1.1.1, originaly by Dave Gandy - http://forkawesome.github.io/Fork-Awesome/
  3. * License - http://forkawesome.github.io/Fork-Awesome//license (Font: SIL OFL 1.1, CSS: MIT License)
  4. */
  5. @import "variables.less";
  6. .fas, .fab, .far {
  7. display: inline-block;
  8. font: normal normal normal @fa-font-size-base/@fa-line-height-base @fa-font-family; // shortening font declaration
  9. font-size: inherit; // can't have font-size inherit on line above, so need to override
  10. text-rendering: auto; // optimizelegibility throws things off #1094
  11. -webkit-font-smoothing: antialiased;
  12. -moz-osx-font-smoothing: grayscale;
  13. }
  14. .fas {
  15. &.chart-area:before { content: "\f1fe"; } // area-chart
  16. &.arrows-alt:before { content: "\f047"; } // arrows
  17. &.expand-arrows-alt:before { content: "\f0b2"; } // arrows-alt
  18. &.arrows-alt-h:before { content: "\f07e"; } // arrows-h
  19. &.arrows-alt-v:before { content: "\f07d"; } // arrows-v
  20. &.calendar-alt:before { content: "\f073"; } // calendar
  21. &.circle-notch:before { content: "\f1ce"; } // circle-o-notch
  22. &.cloud-download-alt:before { content: "\f0ed"; } // cloud-download
  23. &.cloud-upload-alt:before { content: "\f0ee"; } // cloud-upload
  24. &.credit-card:before { content: "\f283"; } // credit-card-alt
  25. &.dollar-sign:before { content: "\f155"; } // dollar
  26. &.euro-sign:before { content: "\f153"; } // eur, euro
  27. &.exchange-alt:before { content: "\f0ec"; } // exchange
  28. &.external-link-alt:before { content: "\f08e"; } // external-link
  29. &.external-link-square-alt:before { content: "\f14c"; } // external-link-square
  30. &.eye-dropper:before { content: "\f1fb"; } // eyedropper
  31. &.pound-sign:before { content: "\f154"; } // gbp
  32. &.glass-martini:before { content: "\f000"; } // glass
  33. &.shekel-sign:before { content: "\f20b"; } // shekel
  34. &.rupee-sign:before { content: "\f156"; } // rupee
  35. &.won-sign:before { content: "\f159"; } // krw
  36. &.level-down-alt:before { content: "\f149"; } // level-down
  37. &.level-up-alt:before { content: "\f148"; } // level-up
  38. &.chart-line:before { content: "\f201"; } // line-chart
  39. &.long-arrow-alt-down:before { content: "\f175"; } // long-arrow-down
  40. &.long-arrow-alt-left:before { content: "\f177"; } // long-arrow-left
  41. &.long-arrow-alt-right:before { content: "\f178"; } // long-arrow-right
  42. &.long-arrow-alt-up:before { content: "\f176"; } // long-arrow-up
  43. &.map-marker-alt:before { content: "\f041"; } // map-marker
  44. &.mobile-alt:before { content: "\f10b"; } // mobile
  45. &.pencil-alt:before { content: "\f040"; } // pencil
  46. &.pen-square:before { content: "\f14b"; } // pencil-square
  47. &.chart-pie:before { content: "\f200"; } // pie-chart
  48. &.yen-sign:before { content: "\f157"; } // yen
  49. &.ruble-sign:before { content: "\f158"; } // ruble
  50. &.shield-alt:before { content: "\f132"; } // shield
  51. &.sign-in-alt:before { content: "\f090"; } // sign-in
  52. &.sign-out-alt:before { content: "\f08b"; } // sign-out
  53. &.sliders-h:before { content: "\f1de"; } // sliders
  54. &.tablet-alt:before { content: "\f10a"; } // tablet
  55. &.tachometer-alt:before { content: "\f0e4"; } // tachometer
  56. &.thumbtack:before { content: "\f08d"; } // thumb-tack
  57. &.ticket-alt:before { content: "\f145"; } // ticket
  58. &.trash-alt:before { content: "\f1f8"; } // trash
  59. &.lira-sign:before { content: "\f195"; } // turkish-lira
  60. }
  61. .fab {
  62. &.linkedin-in:before { content: "\fe01"; } // linkedin
  63. &.linkedin:before { content: "\f08c"; } // linkedin-square
  64. }
  65. .far {
  66. &.address-book:before { content: "\f2ba"; } // address-book-o
  67. &.address-card:before { content: "\f2bc"; } // address-card-o
  68. &.arrow-alt-circle-down:before { content: "\f01a"; } // arrow-circle-o-down
  69. &.arrow-alt-circle-left:before { content: "\f190"; } // arrow-circle-o-left
  70. &.arrow-alt-circle-right:before { content: "\f18e"; } // arrow-circle-o-right
  71. &.arrow-alt-circle-up:before { content: "\f01b"; } // arrow-circle-o-up
  72. &.bell:before { content: "\f0f3"; } // bell-o
  73. &.bell-slash:before { content: "\f1f7"; } // bell-slash-o
  74. &.bookmark:before { content: "\f097"; } // bookmark-o
  75. &.building:before { content: "\f0f7"; } // building-o
  76. &.calendar-check:before { content: "\f274"; } // calendar-check-o
  77. &.calendar-minus:before { content: "\f272"; } // calendar-minus-o
  78. &.calendar:before { content: "\f133"; } // calendar-o
  79. &.calendar-plus:before { content: "\f271"; } // calendar-plus-o
  80. &.calendar-times:before { content: "\f273"; } // calendar-times-o
  81. &.caret-square-down:before { content: "\f150"; } // caret-square-o-down
  82. &.caret-square-left:before { content: "\f191"; } // caret-square-o-left
  83. &.caret-square-right:before { content: "\f152"; } // caret-square-o-right
  84. &.caret-square-up:before { content: "\f151"; } // caret-square-o-up
  85. &.check-circle:before { content: "\f05d"; } // check-circle-o
  86. &.check-square:before { content: "\f046"; } // check-square-o
  87. &.circle:before { content: "\f10c"; } // circle-o
  88. &.clock:before { content: "\f017"; } // clock-o
  89. &.comment:before { content: "\f0e5"; } // comment-o
  90. &.comment-dots:before { content: "\f27b"; } // commenting-o
  91. &.comments:before { content: "\f0e6"; } // comments-o
  92. &.dot-circle:before { content: "\f192"; } // dot-circle-o
  93. &.id-card:before { content: "\f2c3"; } // drivers-license-o
  94. &.envelope:before { content: "\f003"; } // envelope-o
  95. &.envelope-open:before { content: "\f2b7"; } // envelope-open-o
  96. &.file-archive:before { content: "\f1c6"; } // file-archive-o
  97. &.file-audio:before { content: "\f1c7"; } // file-audio-o
  98. &.file-code:before { content: "\f1c9"; } // file-code-o
  99. &.file-excel:before { content: "\f1c3"; } // file-excel-o
  100. &.file-image:before { content: "\f1c5"; } // file-image-o
  101. &.file-video:before { content: "\f1c8"; } // file-video-o
  102. &.copy:before,
  103. &.file:before { content: "\f016"; } // file-o
  104. &.file-pdf:before { content: "\f1c1"; } // file-pdf-o
  105. &.file-powerpoint:before { content: "\f1c4"; } // file-powerpoint-o
  106. &.file-alt:before { content: "\f0f6"; } // file-text-o
  107. &.file-word:before { content: "\f1c2"; } // file-word-o
  108. &.flag:before { content: "\f11d"; } // flag-o
  109. &.save:before { content: "\f0c7"; } // foppy-o
  110. &.folder:before { content: "\f114"; } // folder-o
  111. &.folder-open:before { content: "\f115"; } // folder-open-o
  112. &.frown:before { content: "\f119"; } // frown-o
  113. &.futbol:before { content: "\f1e3"; } // futbol-o
  114. &.hand-rock:before { content: "\f255"; } // hand-grab-o
  115. &.hand-lizard:before { content: "\f258"; } // hand-lizard-o
  116. &.hand-point-down:before { content: "\f0a7"; } // hand-o-down
  117. &.hand-point-left:before { content: "\f0a5"; } // hand-o-left
  118. &.hand-point-right:before { content: "\f0a4"; } // hand-o-right
  119. &.hand-point-up:before { content: "\f0a6"; } // hand-o-up
  120. &.hand-paper:before { content: "\256"; } // hand-paper-o
  121. &.hand-pointer:before { content: "\f25a"; } // hand-pointer-o
  122. &.hand-scissors:before { content: "\f257"; } // hand-scissors-o
  123. &.hand-spock:before { content: "\f259"; } // hand-spock-o
  124. &.handshake:before { content: "\f2b5"; } // handshake-o
  125. &.hdd:before { content: "\f0a0"; } // hdd-o
  126. &.heart:before { content: "\f08a"; } // heart-o
  127. &.hospital:before { content: "\f0f8"; } // hospital-o
  128. &.hourglass:before { content: "\f250"; } // hourglass-o
  129. &.id-card:before { content: "\f2c3"; } // id-card-o
  130. &.keyboard:before { content: "\f11c"; } // keyboard-o
  131. &.lemon:before { content: "\f094"; } // lemon-o
  132. &.lightbulb:before { content: "\f0eb"; } // lightbulb-o
  133. &.meh:before { content: "\f11a"; } // meh-o
  134. &.minus-square:before { content: "\f147"; } // minus-square-o
  135. &.money-bill-alt:before { content: "\f0d6"; } // money
  136. &.moon:before { content: "\f186"; } // moon-o
  137. &.newspaper:before { content: "\f1ea"; } // newspaper-o
  138. &.paper-plane:before { content: "\f1d9"; } // paper-plane-o
  139. &.pause-circle:before { content: "\f28c"; } // pause-circle-o
  140. &.edit:before { content: "\f044"; } // pencil-square-o
  141. &.image:before { content: "\f03e"; } // picture-o
  142. &.play-circle:before { content: "\f01d"; } // play-circle-o
  143. &.plus-square:before { content: "\f196"; } // plus-square-o
  144. &.question-circle:before { content: "\f92c"; } // question-circle-o
  145. &.share-square:before { content: "\f045"; } // share-square-o
  146. &.smile:before { content: "\f118"; } // smile-o
  147. &.snowflake:before { content: "\f2dc"; } // snowflake-o
  148. &.futbol:before { content: "\f1e3"; } // soccer-ball-o
  149. &.star-half:before { content: "\f089"; } // star-half-o
  150. &.star:before { content: "\f006"; } // star-o
  151. &.sticky-note:before { content: "\f24a"; } // sticky-note-o
  152. &.stop-circle:before { content: "\f28e"; } // stop-circle-o
  153. &.sun:before { content: "\f185"; } // sun-o
  154. &.thumbs-down:before { content: "\f088"; } // thumbs-o-down
  155. &.thumbs-up:before { content: "\f087"; } // thumbs-o-up
  156. &.times-circle:before { content: "\f05c"; } // times-circle-o
  157. &.window-close:before { content: "\f2d4"; } // times-rectangle-o
  158. &.trash-alt:before { content: "\f014"; } // trash-o
  159. &.user-circle:before { content: "\f2be"; } // user-circle-o
  160. &.user:before { content: "\f2c0"; } // user-o
  161. }