v5-compat.less 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. /*!
  2. Fork Awesome 1.1.7
  3. License - https://forkaweso.me/Fork-Awesome/license
  4. Copyright 2018 Dave Gandy & Fork Awesome
  5. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  6. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  7. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  8. */
  9. @import "variables.less";
  10. .fas, .fab, .far {
  11. display: inline-block;
  12. font: normal normal normal @fa-font-size-base/@fa-line-height-base @fa-font-family; // shortening font declaration
  13. font-size: inherit; // can't have font-size inherit on line above, so need to override
  14. text-rendering: auto; // optimizelegibility throws things off #1094
  15. -webkit-font-smoothing: antialiased;
  16. -moz-osx-font-smoothing: grayscale;
  17. }
  18. .fas {
  19. &.fa-chart-area:before { content: "\f1fe"; } // area-chart
  20. &.fa-arrows-alt:before { content: "\f047"; } // arrows
  21. &.fa-expand-arrows-alt:before { content: "\f0b2"; } // arrows-alt
  22. &.fa-arrows-alt-h:before { content: "\f07e"; } // arrows-h
  23. &.fa-arrows-alt-v:before { content: "\f07d"; } // arrows-v
  24. &.fa-calendar-alt:before { content: "\f073"; } // calendar
  25. &.fa-circle-notch:before { content: "\f1ce"; } // circle-o-notch
  26. &.fa-cloud-download-alt:before { content: "\f0ed"; } // cloud-download
  27. &.fa-cloud-upload-alt:before { content: "\f0ee"; } // cloud-upload
  28. &.fa-credit-card:before { content: "\f283"; } // credit-card-alt
  29. &.fa-dollar-sign:before { content: "\f155"; } // dollar
  30. &.fa-euro-sign:before { content: "\f153"; } // eur, euro
  31. &.fa-exchange-alt:before { content: "\f0ec"; } // exchange
  32. &.fa-external-link-alt:before { content: "\f08e"; } // external-link
  33. &.fa-external-link-square-alt:before { content: "\f14c"; } // external-link-square
  34. &.fa-eye-dropper:before { content: "\f1fb"; } // eyedropper
  35. &.fa-pound-sign:before { content: "\f154"; } // gbp
  36. &.fa-glass-martini:before { content: "\f000"; } // glass
  37. &.fa-shekel-sign:before { content: "\f20b"; } // shekel
  38. &.fa-rupee-sign:before { content: "\f156"; } // rupee
  39. &.fa-won-sign:before { content: "\f159"; } // krw
  40. &.fa-level-down-alt:before { content: "\f149"; } // level-down
  41. &.fa-level-up-alt:before { content: "\f148"; } // level-up
  42. &.fa-chart-line:before { content: "\f201"; } // line-chart
  43. &.fa-long-arrow-alt-down:before { content: "\f175"; } // long-arrow-down
  44. &.fa-long-arrow-alt-left:before { content: "\f177"; } // long-arrow-left
  45. &.fa-long-arrow-alt-right:before { content: "\f178"; } // long-arrow-right
  46. &.fa-long-arrow-alt-up:before { content: "\f176"; } // long-arrow-up
  47. &.fa-map-marker-alt:before { content: "\f041"; } // map-marker
  48. &.fa-mobile-alt:before { content: "\f10b"; } // mobile
  49. &.fa-pencil-alt:before { content: "\f040"; } // pencil
  50. &.fa-pen-square:before { content: "\f14b"; } // pencil-square
  51. &.fa-chart-pie:before { content: "\f200"; } // pie-chart
  52. &.fa-yen-sign:before { content: "\f157"; } // yen
  53. &.fa-ruble-sign:before { content: "\f158"; } // ruble
  54. &.fa-shield-alt:before { content: "\f132"; } // shield
  55. &.fa-sign-in-alt:before { content: "\f090"; } // sign-in
  56. &.fa-sign-out-alt:before { content: "\f08b"; } // sign-out
  57. &.fa-sliders-h:before { content: "\f1de"; } // sliders
  58. &.fa-tablet-alt:before { content: "\f10a"; } // tablet
  59. &.fa-tachometer-alt:before { content: "\f0e4"; } // tachometer
  60. &.fa-thumbtack:before { content: "\f08d"; } // thumb-tack
  61. &.fa-ticket-alt:before { content: "\f145"; } // ticket
  62. &.fa-trash-alt:before { content: "\f1f8"; } // trash
  63. &.fa-lira-sign:before { content: "\f195"; } // turkish-lira
  64. }
  65. .fab {
  66. &.fa-linkedin-in:before { content: "\fe01"; } // linkedin
  67. &.fa-linkedin:before { content: "\f08c"; } // linkedin-square
  68. }
  69. .far {
  70. &.fa-address-book:before { content: "\f2ba"; } // address-book-o
  71. &.fa-address-card:before { content: "\f2bc"; } // address-card-o
  72. &.fa-arrow-alt-circle-down:before { content: "\f01a"; } // arrow-circle-o-down
  73. &.fa-arrow-alt-circle-left:before { content: "\f190"; } // arrow-circle-o-left
  74. &.fa-arrow-alt-circle-right:before { content: "\f18e"; } // arrow-circle-o-right
  75. &.fa-arrow-alt-circle-up:before { content: "\f01b"; } // arrow-circle-o-up
  76. &.fa-bell:before { content: "\f0f3"; } // bell-o
  77. &.fa-bell-slash:before { content: "\f1f7"; } // bell-slash-o
  78. &.fa-bookmark:before { content: "\f097"; } // bookmark-o
  79. &.fa-building:before { content: "\f0f7"; } // building-o
  80. &.fa-calendar-check:before { content: "\f274"; } // calendar-check-o
  81. &.fa-calendar-minus:before { content: "\f272"; } // calendar-minus-o
  82. &.fa-calendar:before { content: "\f133"; } // calendar-o
  83. &.fa-calendar-plus:before { content: "\f271"; } // calendar-plus-o
  84. &.fa-calendar-times:before { content: "\f273"; } // calendar-times-o
  85. &.fa-caret-square-down:before { content: "\f150"; } // caret-square-o-down
  86. &.fa-caret-square-left:before { content: "\f191"; } // caret-square-o-left
  87. &.fa-caret-square-right:before { content: "\f152"; } // caret-square-o-right
  88. &.fa-caret-square-up:before { content: "\f151"; } // caret-square-o-up
  89. &.fa-check-circle:before { content: "\f05d"; } // check-circle-o
  90. &.fa-check-square:before { content: "\f046"; } // check-square-o
  91. &.fa-circle:before { content: "\f10c"; } // circle-o
  92. &.fa-clock:before { content: "\f017"; } // clock-o
  93. &.fa-comment:before { content: "\f0e5"; } // comment-o
  94. &.fa-comment-dots:before { content: "\f27b"; } // commenting-o
  95. &.fa-comments:before { content: "\f0e6"; } // comments-o
  96. &.fa-dot-circle:before { content: "\f192"; } // dot-circle-o
  97. &.fa-id-card:before { content: "\f2c3"; } // drivers-license-o
  98. &.fa-envelope:before { content: "\f003"; } // envelope-o
  99. &.fa-envelope-open:before { content: "\f2b7"; } // envelope-open-o
  100. &.fa-file-archive:before { content: "\f1c6"; } // file-archive-o
  101. &.fa-file-audio:before { content: "\f1c7"; } // file-audio-o
  102. &.fa-file-code:before { content: "\f1c9"; } // file-code-o
  103. &.fa-file-excel:before { content: "\f1c3"; } // file-excel-o
  104. &.fa-file-image:before { content: "\f1c5"; } // file-image-o
  105. &.fa-file-video:before { content: "\f1c8"; } // file-video-o
  106. &.fa-copy:before,
  107. &.fa-file:before { content: "\f016"; } // file-o
  108. &.fa-file-pdf:before { content: "\f1c1"; } // file-pdf-o
  109. &.fa-file-powerpoint:before { content: "\f1c4"; } // file-powerpoint-o
  110. &.fa-file-alt:before { content: "\f0f6"; } // file-text-o
  111. &.fa-file-word:before { content: "\f1c2"; } // file-word-o
  112. &.fa-flag:before { content: "\f11d"; } // flag-o
  113. &.fa-save:before { content: "\f0c7"; } // foppy-o
  114. &.fa-folder:before { content: "\f114"; } // folder-o
  115. &.fa-folder-open:before { content: "\f115"; } // folder-open-o
  116. &.fa-frown:before { content: "\f119"; } // frown-o
  117. &.fa-futbol:before { content: "\f1e3"; } // futbol-o
  118. &.fa-hand-rock:before { content: "\f255"; } // hand-grab-o
  119. &.fa-hand-lizard:before { content: "\f258"; } // hand-lizard-o
  120. &.fa-hand-point-down:before { content: "\f0a7"; } // hand-o-down
  121. &.fa-hand-point-left:before { content: "\f0a5"; } // hand-o-left
  122. &.fa-hand-point-right:before { content: "\f0a4"; } // hand-o-right
  123. &.fa-hand-point-up:before { content: "\f0a6"; } // hand-o-up
  124. &.fa-hand-paper:before { content: "\256"; } // hand-paper-o
  125. &.fa-hand-pointer:before { content: "\f25a"; } // hand-pointer-o
  126. &.fa-hand-scissors:before { content: "\f257"; } // hand-scissors-o
  127. &.fa-hand-spock:before { content: "\f259"; } // hand-spock-o
  128. &.fa-handshake:before { content: "\f2b5"; } // handshake-o
  129. &.fa-hdd:before { content: "\f0a0"; } // hdd-o
  130. &.fa-heart:before { content: "\f08a"; } // heart-o
  131. &.fa-hospital:before { content: "\f0f8"; } // hospital-o
  132. &.fa-hourglass:before { content: "\f250"; } // hourglass-o
  133. &.fa-id-card:before { content: "\f2c3"; } // id-card-o
  134. &.fa-keyboard:before { content: "\f11c"; } // keyboard-o
  135. &.fa-lemon:before { content: "\f094"; } // lemon-o
  136. &.fa-lightbulb:before { content: "\f0eb"; } // lightbulb-o
  137. &.fa-meh:before { content: "\f11a"; } // meh-o
  138. &.fa-minus-square:before { content: "\f147"; } // minus-square-o
  139. &.fa-money-bill-alt:before { content: "\f0d6"; } // money
  140. &.fa-moon:before { content: "\f186"; } // moon-o
  141. &.fa-newspaper:before { content: "\f1ea"; } // newspaper-o
  142. &.fa-paper-plane:before { content: "\f1d9"; } // paper-plane-o
  143. &.fa-pause-circle:before { content: "\f28c"; } // pause-circle-o
  144. &.fa-edit:before { content: "\f044"; } // pencil-square-o
  145. &.fa-image:before { content: "\f03e"; } // picture-o
  146. &.fa-play-circle:before { content: "\f01d"; } // play-circle-o
  147. &.fa-plus-square:before { content: "\f196"; } // plus-square-o
  148. &.fa-question-circle:before { content: "\f92c"; } // question-circle-o
  149. &.fa-share-square:before { content: "\f045"; } // share-square-o
  150. &.fa-smile:before { content: "\f118"; } // smile-o
  151. &.fa-snowflake:before { content: "\f2dc"; } // snowflake-o
  152. &.fa-futbol:before { content: "\f1e3"; } // soccer-ball-o
  153. &.fa-star-half:before { content: "\f089"; } // star-half-o
  154. &.fa-star:before { content: "\f006"; } // star-o
  155. &.fa-sticky-note:before { content: "\f24a"; } // sticky-note-o
  156. &.fa-stop-circle:before { content: "\f28e"; } // stop-circle-o
  157. &.fa-sun:before { content: "\f185"; } // sun-o
  158. &.fa-thumbs-down:before { content: "\f088"; } // thumbs-o-down
  159. &.fa-thumbs-up:before { content: "\f087"; } // thumbs-o-up
  160. &.fa-times-circle:before { content: "\f05c"; } // times-circle-o
  161. &.fa-window-close:before { content: "\f2d4"; } // times-rectangle-o
  162. &.fa-trash-alt:before { content: "\f014"; } // trash-o
  163. &.fa-user-circle:before { content: "\f2be"; } // user-circle-o
  164. &.fa-user:before { content: "\f2c0"; } // user-o
  165. }