font-awesome.sass 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472
  1. @import compass/css3/font-face
  2. $font_path: "../font/fontawesome-webfont" !default
  3. +font-face("FontAwesome", font-files("#{$font_path}.woff", woff, "#{$font_path}.ttf", truetype, "#{$font_path}.otf", opentype, "#{$font_path}.svgz#FontAwesomeRegular", svg, "#{$font_path}.svg#FontAwesomeRegular", svg), "#{$font_path}.eot", normal, normal)
  4. // ICONS
  5. // Glyphs and icons for buttons, nav, and more
  6. // -------------------------------------------
  7. // Font Awesome courtesy of Dave Gandy at fortaweso.me/font-awesome
  8. [class^="icon-"]:before,
  9. [class*=" icon-"]:before
  10. font-family: FontAwesome
  11. font-weight: normal
  12. font-style: normal
  13. display: inline-block
  14. // makes the font 33% larger relative to the icon container
  15. .icon-large:before
  16. // display: inline-block;
  17. font-size: 4 / 3em
  18. .btn
  19. [class^="icon-"],
  20. [class*=" icon-"]
  21. line-height: .9em
  22. // keeps button heights with and without icons the same
  23. li
  24. [class^="icon-"],
  25. [class*=" icon-"]
  26. display: inline-block
  27. width: 1.25em
  28. text-align: center
  29. .icon-large[class^="icon-"],
  30. .icon-large[class*=" icon-"]
  31. width: 1.5 * 1.25em
  32. // 1.5 increased font size for icon-large * 1.25 width
  33. li[class^="icon-"],
  34. li[class*=" icon-"]
  35. margin-left: 0
  36. list-style-type: none
  37. &:before
  38. text-indent: -2em
  39. text-align: center
  40. &.icon-large:before
  41. text-indent: -4 / 3em
  42. // Uses Unicode Private Use Area (PUA) to ensure screen readers do not read off
  43. // random characters that represent icons
  44. .icon-glass:before
  45. content: "\f000"
  46. .icon-music:before
  47. content: "\f001"
  48. .icon-search:before
  49. content: "\f002"
  50. .icon-envelope:before
  51. content: "\f003"
  52. .icon-heart:before
  53. content: "\f004"
  54. .icon-star:before
  55. content: "\f005"
  56. .icon-star-empty:before
  57. content: "\f006"
  58. .icon-user:before
  59. content: "\f007"
  60. .icon-film:before
  61. content: "\f008"
  62. .icon-th-large:before
  63. content: "\f009"
  64. .icon-th:before
  65. content: "\f00a"
  66. .icon-th-list:before
  67. content: "\f00b"
  68. .icon-ok:before
  69. content: "\f00c"
  70. .icon-remove:before
  71. content: "\f00d"
  72. .icon-zoom-in:before
  73. content: "\f00e"
  74. .icon-zoom-out:before
  75. content: "\f010"
  76. .icon-off:before
  77. content: "\f011"
  78. .icon-signal:before
  79. content: "\f012"
  80. .icon-cog:before
  81. content: "\f013"
  82. .icon-trash:before
  83. content: "\f014"
  84. .icon-home:before
  85. content: "\f015"
  86. .icon-file:before
  87. content: "\f016"
  88. .icon-time:before
  89. content: "\f017"
  90. .icon-road:before
  91. content: "\f018"
  92. .icon-download-alt:before
  93. content: "\f019"
  94. .icon-download:before
  95. content: "\f01a"
  96. .icon-upload:before
  97. content: "\f01b"
  98. .icon-inbox:before
  99. content: "\f01c"
  100. .icon-play-circle:before
  101. content: "\f01d"
  102. .icon-repeat:before
  103. content: "\f01e"
  104. // \f020 is not a valid unicode character. all shifted one down
  105. .icon-refresh:before
  106. content: "\f021"
  107. .icon-list-alt:before
  108. content: "\f022"
  109. .icon-lock:before
  110. content: "\f023"
  111. .icon-flag:before
  112. content: "\f024"
  113. .icon-headphones:before
  114. content: "\f025"
  115. .icon-volume-off:before
  116. content: "\f026"
  117. .icon-volume-down:before
  118. content: "\f027"
  119. .icon-volume-up:before
  120. content: "\f028"
  121. .icon-qrcode:before
  122. content: "\f029"
  123. .icon-barcode:before
  124. content: "\f02a"
  125. .icon-tag:before
  126. content: "\f02b"
  127. .icon-tags:before
  128. content: "\f02c"
  129. .icon-book:before
  130. content: "\f02d"
  131. .icon-bookmark:before
  132. content: "\f02e"
  133. .icon-print:before
  134. content: "\f02f"
  135. .icon-camera:before
  136. content: "\f030"
  137. .icon-font:before
  138. content: "\f031"
  139. .icon-bold:before
  140. content: "\f032"
  141. .icon-italic:before
  142. content: "\f033"
  143. .icon-text-height:before
  144. content: "\f034"
  145. .icon-text-width:before
  146. content: "\f035"
  147. .icon-align-left:before
  148. content: "\f036"
  149. .icon-align-center:before
  150. content: "\f037"
  151. .icon-align-right:before
  152. content: "\f038"
  153. .icon-align-justify:before
  154. content: "\f039"
  155. .icon-list:before
  156. content: "\f03a"
  157. .icon-indent-left:before
  158. content: "\f03b"
  159. .icon-indent-right:before
  160. content: "\f03c"
  161. .icon-facetime-video:before
  162. content: "\f03d"
  163. .icon-picture:before
  164. content: "\f03e"
  165. .icon-pencil:before
  166. content: "\f040"
  167. .icon-map-marker:before
  168. content: "\f041"
  169. .icon-adjust:before
  170. content: "\f042"
  171. .icon-tint:before
  172. content: "\f043"
  173. .icon-edit:before
  174. content: "\f044"
  175. .icon-share:before
  176. content: "\f045"
  177. .icon-check:before
  178. content: "\f046"
  179. .icon-move:before
  180. content: "\f047"
  181. .icon-step-backward:before
  182. content: "\f048"
  183. .icon-fast-backward:before
  184. content: "\f049"
  185. .icon-backward:before
  186. content: "\f04a"
  187. .icon-play:before
  188. content: "\f04b"
  189. .icon-pause:before
  190. content: "\f04c"
  191. .icon-stop:before
  192. content: "\f04d"
  193. .icon-forward:before
  194. content: "\f04e"
  195. .icon-fast-forward:before
  196. content: "\f050"
  197. .icon-step-forward:before
  198. content: "\f051"
  199. .icon-eject:before
  200. content: "\f052"
  201. .icon-chevron-left:before
  202. content: "\f053"
  203. .icon-chevron-right:before
  204. content: "\f054"
  205. .icon-plus-sign:before
  206. content: "\f055"
  207. .icon-minus-sign:before
  208. content: "\f056"
  209. .icon-remove-sign:before
  210. content: "\f057"
  211. .icon-ok-sign:before
  212. content: "\f058"
  213. .icon-question-sign:before
  214. content: "\f059"
  215. .icon-info-sign:before
  216. content: "\f05a"
  217. .icon-screenshot:before
  218. content: "\f05b"
  219. .icon-remove-circle:before
  220. content: "\f05c"
  221. .icon-ok-circle:before
  222. content: "\f05d"
  223. .icon-ban-circle:before
  224. content: "\f05e"
  225. .icon-arrow-left:before
  226. content: "\f060"
  227. .icon-arrow-right:before
  228. content: "\f061"
  229. .icon-arrow-up:before
  230. content: "\f062"
  231. .icon-arrow-down:before
  232. content: "\f063"
  233. .icon-share-alt:before
  234. content: "\f064"
  235. .icon-resize-full:before
  236. content: "\f065"
  237. .icon-resize-small:before
  238. content: "\f066"
  239. .icon-plus:before
  240. content: "\f067"
  241. .icon-minus:before
  242. content: "\f068"
  243. .icon-asterisk:before
  244. content: "\f069"
  245. .icon-exclamation-sign:before
  246. content: "\f06a"
  247. .icon-gift:before
  248. content: "\f06b"
  249. .icon-leaf:before
  250. content: "\f06c"
  251. .icon-fire:before
  252. content: "\f06d"
  253. .icon-eye-open:before
  254. content: "\f06e"
  255. .icon-eye-close:before
  256. content: "\f070"
  257. .icon-warning-sign:before
  258. content: "\f071"
  259. .icon-plane:before
  260. content: "\f072"
  261. .icon-calendar:before
  262. content: "\f073"
  263. .icon-random:before
  264. content: "\f074"
  265. .icon-comment:before
  266. content: "\f075"
  267. .icon-magnet:before
  268. content: "\f076"
  269. .icon-chevron-up:before
  270. content: "\f077"
  271. .icon-chevron-down:before
  272. content: "\f078"
  273. .icon-retweet:before
  274. content: "\f079"
  275. .icon-shopping-cart:before
  276. content: "\f07a"
  277. .icon-folder-close:before
  278. content: "\f07b"
  279. .icon-folder-open:before
  280. content: "\f07c"
  281. .icon-resize-vertical:before
  282. content: "\f07d"
  283. .icon-resize-horizontal:before
  284. content: "\f07e"
  285. .icon-bar-chart:before
  286. content: "\f080"
  287. .icon-twitter-sign:before
  288. content: "\f081"
  289. .icon-facebook-sign:before
  290. content: "\f082"
  291. .icon-camera-retro:before
  292. content: "\f083"
  293. .icon-key:before
  294. content: "\f084"
  295. .icon-cogs:before
  296. content: "\f085"
  297. .icon-comments:before
  298. content: "\f086"
  299. .icon-thumbs-up:before
  300. content: "\f087"
  301. .icon-thumbs-down:before
  302. content: "\f088"
  303. .icon-star-half:before
  304. content: "\f089"
  305. .icon-heart-empty:before
  306. content: "\f08a"
  307. .icon-signout:before
  308. content: "\f08b"
  309. .icon-linkedin-sign:before
  310. content: "\f08c"
  311. .icon-pushpin:before
  312. content: "\f08d"
  313. .icon-external-link:before
  314. content: "\f08e"
  315. .icon-signin:before
  316. content: "\f090"
  317. .icon-trophy:before
  318. content: "\f091"
  319. .icon-github-sign:before
  320. content: "\f092"
  321. .icon-upload-alt:before
  322. content: "\f093"
  323. .icon-lemon:before
  324. content: "\f094"