font-awesome.sass 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712
  1. /* Font Awesome
  2. * the iconic font designed for use with Twitter Bootstrap
  3. * -------------------------------------------------------
  4. * The full suite of pictographic icons, examples, and documentation
  5. * can be found at: http://fortawesome.github.com/Font-Awesome/
  6. *
  7. * License
  8. * -------------------------------------------------------
  9. * The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
  10. * http://creativecommons.org/licenses/by/3.0/ A mention of
  11. * 'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
  12. * source code is considered acceptable attribution (most common on the web).
  13. * If human readable source code is not available to the end user, a mention in
  14. * an 'About' or 'Credits' screen is considered acceptable (most common in desktop
  15. * or mobile software).
  16. *
  17. * Contact
  18. * -------------------------------------------------------
  19. * Email: dave@davegandy.com
  20. * Twitter: http://twitter.com/fortaweso_me
  21. * Work: Lead Product Designer @ http://kyruus.com
  22. @import compass/css3/font-face
  23. $fontAwesomePath: "../font/fontawesome-webfont" !default
  24. +font-face("FontAwesome", font-files("#{$fontAwesomePath}.woff", woff, "#{$fontAwesomePath}.ttf", truetype, "#{$fontAwesomePath}.svg#FontAwesomeRegular", svg), "#{$fontAwesomePath}.eot", normal, normal)
  25. /* Font Awesome styles
  26. * -------------------------------------------------------
  27. [class^="icon-"]:before,
  28. [class*=" icon-"]:before
  29. font-family: FontAwesome
  30. font-weight: normal
  31. font-style: normal
  32. display: inline-block
  33. text-decoration: inherit
  34. a [class^="icon-"],
  35. a [class*=" icon-"]
  36. display: inline-block
  37. text-decoration: inherit
  38. /* makes the font 33% larger relative to the icon container
  39. .icon-large:before
  40. vertical-align: middle
  41. font-size: 4 / 3em
  42. .btn, .nav-tabs
  43. [class^="icon-"],
  44. [class*=" icon-"]
  45. /* keeps button heights with and without icons the same
  46. line-height: .9em
  47. li
  48. [class^="icon-"],
  49. [class*=" icon-"]
  50. display: inline-block
  51. width: 1.25em
  52. text-align: center
  53. .icon-large:before,
  54. .icon-large:before
  55. /* 1.5 increased font size for icon-large * 1.25 width
  56. width: 1.5 * 1.25em
  57. ul.icons
  58. list-style-type: none
  59. margin-left: 2em
  60. text-indent: -0.8em
  61. li
  62. [class^="icon-"],
  63. [class*=" icon-"]
  64. width: .8em
  65. .icon-large:before,
  66. .icon-large:before
  67. /* 1.5 increased font size for icon-large * 1.25 width
  68. vertical-align: initial
  69. // width: 1.5*1.25em;
  70. /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
  71. * readers do not read off random characters that represent icons
  72. .icon-glass:before
  73. content: "\f000"
  74. .icon-music:before
  75. content: "\f001"
  76. .icon-search:before
  77. content: "\f002"
  78. .icon-envelope:before
  79. content: "\f003"
  80. .icon-heart:before
  81. content: "\f004"
  82. .icon-star:before
  83. content: "\f005"
  84. .icon-star-empty:before
  85. content: "\f006"
  86. .icon-user:before
  87. content: "\f007"
  88. .icon-film:before
  89. content: "\f008"
  90. .icon-th-large:before
  91. content: "\f009"
  92. .icon-th:before
  93. content: "\f00a"
  94. .icon-th-list:before
  95. content: "\f00b"
  96. .icon-ok:before
  97. content: "\f00c"
  98. .icon-remove:before
  99. content: "\f00d"
  100. .icon-zoom-in:before
  101. content: "\f00e"
  102. .icon-zoom-out:before
  103. content: "\f010"
  104. .icon-off:before
  105. content: "\f011"
  106. .icon-signal:before
  107. content: "\f012"
  108. .icon-cog:before
  109. content: "\f013"
  110. .icon-trash:before
  111. content: "\f014"
  112. .icon-home:before
  113. content: "\f015"
  114. .icon-file:before
  115. content: "\f016"
  116. .icon-time:before
  117. content: "\f017"
  118. .icon-road:before
  119. content: "\f018"
  120. .icon-download-alt:before
  121. content: "\f019"
  122. .icon-download:before
  123. content: "\f01a"
  124. .icon-upload:before
  125. content: "\f01b"
  126. .icon-inbox:before
  127. content: "\f01c"
  128. .icon-play-circle:before
  129. content: "\f01d"
  130. .icon-repeat:before
  131. content: "\f01e"
  132. /* \f020 doesn't work in Safari. all shifted one down
  133. .icon-refresh:before
  134. content: "\f021"
  135. .icon-list-alt:before
  136. content: "\f022"
  137. .icon-lock:before
  138. content: "\f023"
  139. .icon-flag:before
  140. content: "\f024"
  141. .icon-headphones:before
  142. content: "\f025"
  143. .icon-volume-off:before
  144. content: "\f026"
  145. .icon-volume-down:before
  146. content: "\f027"
  147. .icon-volume-up:before
  148. content: "\f028"
  149. .icon-qrcode:before
  150. content: "\f029"
  151. .icon-barcode:before
  152. content: "\f02a"
  153. .icon-tag:before
  154. content: "\f02b"
  155. .icon-tags:before
  156. content: "\f02c"
  157. .icon-book:before
  158. content: "\f02d"
  159. .icon-bookmark:before
  160. content: "\f02e"
  161. .icon-print:before
  162. content: "\f02f"
  163. .icon-camera:before
  164. content: "\f030"
  165. .icon-font:before
  166. content: "\f031"
  167. .icon-bold:before
  168. content: "\f032"
  169. .icon-italic:before
  170. content: "\f033"
  171. .icon-text-height:before
  172. content: "\f034"
  173. .icon-text-width:before
  174. content: "\f035"
  175. .icon-align-left:before
  176. content: "\f036"
  177. .icon-align-center:before
  178. content: "\f037"
  179. .icon-align-right:before
  180. content: "\f038"
  181. .icon-align-justify:before
  182. content: "\f039"
  183. .icon-list:before
  184. content: "\f03a"
  185. .icon-indent-left:before
  186. content: "\f03b"
  187. .icon-indent-right:before
  188. content: "\f03c"
  189. .icon-facetime-video:before
  190. content: "\f03d"
  191. .icon-picture:before
  192. content: "\f03e"
  193. .icon-pencil:before
  194. content: "\f040"
  195. .icon-map-marker:before
  196. content: "\f041"
  197. .icon-adjust:before
  198. content: "\f042"
  199. .icon-tint:before
  200. content: "\f043"
  201. .icon-edit:before
  202. content: "\f044"
  203. .icon-share:before
  204. content: "\f045"
  205. .icon-check:before
  206. content: "\f046"
  207. .icon-move:before
  208. content: "\f047"
  209. .icon-step-backward:before
  210. content: "\f048"
  211. .icon-fast-backward:before
  212. content: "\f049"
  213. .icon-backward:before
  214. content: "\f04a"
  215. .icon-play:before
  216. content: "\f04b"
  217. .icon-pause:before
  218. content: "\f04c"
  219. .icon-stop:before
  220. content: "\f04d"
  221. .icon-forward:before
  222. content: "\f04e"
  223. .icon-fast-forward:before
  224. content: "\f050"
  225. .icon-step-forward:before
  226. content: "\f051"
  227. .icon-eject:before
  228. content: "\f052"
  229. .icon-chevron-left:before
  230. content: "\f053"
  231. .icon-chevron-right:before
  232. content: "\f054"
  233. .icon-plus-sign:before
  234. content: "\f055"
  235. .icon-minus-sign:before
  236. content: "\f056"
  237. .icon-remove-sign:before
  238. content: "\f057"
  239. .icon-ok-sign:before
  240. content: "\f058"
  241. .icon-question-sign:before
  242. content: "\f059"
  243. .icon-info-sign:before
  244. content: "\f05a"
  245. .icon-screenshot:before
  246. content: "\f05b"
  247. .icon-remove-circle:before
  248. content: "\f05c"
  249. .icon-ok-circle:before
  250. content: "\f05d"
  251. .icon-ban-circle:before
  252. content: "\f05e"
  253. .icon-arrow-left:before
  254. content: "\f060"
  255. .icon-arrow-right:before
  256. content: "\f061"
  257. .icon-arrow-up:before
  258. content: "\f062"
  259. .icon-arrow-down:before
  260. content: "\f063"
  261. .icon-share-alt:before
  262. content: "\f064"
  263. .icon-resize-full:before
  264. content: "\f065"
  265. .icon-resize-small:before
  266. content: "\f066"
  267. .icon-plus:before
  268. content: "\f067"
  269. .icon-minus:before
  270. content: "\f068"
  271. .icon-asterisk:before
  272. content: "\f069"
  273. .icon-exclamation-sign:before
  274. content: "\f06a"
  275. .icon-gift:before
  276. content: "\f06b"
  277. .icon-leaf:before
  278. content: "\f06c"
  279. .icon-fire:before
  280. content: "\f06d"
  281. .icon-eye-open:before
  282. content: "\f06e"
  283. .icon-eye-close:before
  284. content: "\f070"
  285. .icon-warning-sign:before
  286. content: "\f071"
  287. .icon-plane:before
  288. content: "\f072"
  289. .icon-calendar:before
  290. content: "\f073"
  291. .icon-random:before
  292. content: "\f074"
  293. .icon-comment:before
  294. content: "\f075"
  295. .icon-magnet:before
  296. content: "\f076"
  297. .icon-chevron-up:before
  298. content: "\f077"
  299. .icon-chevron-down:before
  300. content: "\f078"
  301. .icon-retweet:before
  302. content: "\f079"
  303. .icon-shopping-cart:before
  304. content: "\f07a"
  305. .icon-folder-close:before
  306. content: "\f07b"
  307. .icon-folder-open:before
  308. content: "\f07c"
  309. .icon-resize-vertical:before
  310. content: "\f07d"
  311. .icon-resize-horizontal:before
  312. content: "\f07e"
  313. .icon-bar-chart:before
  314. content: "\f080"
  315. .icon-twitter-sign:before
  316. content: "\f081"
  317. .icon-facebook-sign:before
  318. content: "\f082"
  319. .icon-camera-retro:before
  320. content: "\f083"
  321. .icon-key:before
  322. content: "\f084"
  323. .icon-cogs:before
  324. content: "\f085"
  325. .icon-comments:before
  326. content: "\f086"
  327. .icon-thumbs-up:before
  328. content: "\f087"
  329. .icon-thumbs-down:before
  330. content: "\f088"
  331. .icon-star-half:before
  332. content: "\f089"
  333. .icon-heart-empty:before
  334. content: "\f08a"
  335. .icon-signout:before
  336. content: "\f08b"
  337. .icon-linkedin-sign:before
  338. content: "\f08c"
  339. .icon-pushpin:before
  340. content: "\f08d"
  341. .icon-external-link:before
  342. content: "\f08e"
  343. .icon-signin:before
  344. content: "\f090"
  345. .icon-trophy:before
  346. content: "\f091"
  347. .icon-github-sign:before
  348. content: "\f092"
  349. .icon-upload-alt:before
  350. content: "\f093"
  351. .icon-lemon:before
  352. content: "\f094"
  353. .icon-phone:before
  354. content: "\f095"
  355. .icon-check-empty:before
  356. content: "\f096"
  357. .icon-bookmark-empty:before
  358. content: "\f097"
  359. .icon-phone-sign:before
  360. content: "\f098"
  361. .icon-twitter:before
  362. content: "\f099"
  363. .icon-facebook:before
  364. content: "\f09a"
  365. .icon-github:before
  366. content: "\f09b"
  367. .icon-unlock:before
  368. content: "\f09c"
  369. .icon-credit-card:before
  370. content: "\f09d"
  371. .icon-rss:before
  372. content: "\f09e"
  373. .icon-hdd:before
  374. content: "\f0a0"
  375. .icon-bullhorn:before
  376. content: "\f0a1"
  377. .icon-bell:before
  378. content: "\f0a2"
  379. .icon-certificate:before
  380. content: "\f0a3"
  381. .icon-hand-right:before
  382. content: "\f0a4"
  383. .icon-hand-left:before
  384. content: "\f0a5"
  385. .icon-hand-up:before
  386. content: "\f0a6"
  387. .icon-hand-down:before
  388. content: "\f0a7"
  389. .icon-circle-arrow-left:before
  390. content: "\f0a8"
  391. .icon-circle-arrow-right:before
  392. content: "\f0a9"
  393. .icon-circle-arrow-up:before
  394. content: "\f0aa"
  395. .icon-circle-arrow-down:before
  396. content: "\f0ab"
  397. .icon-globe:before
  398. content: "\f0ac"
  399. .icon-wrench:before
  400. content: "\f0ad"
  401. .icon-tasks:before
  402. content: "\f0ae"
  403. .icon-filter:before
  404. content: "\f0b0"
  405. .icon-briefcase:before
  406. content: "\f0b1"
  407. .icon-fullscreen:before
  408. content: "\f0b2"
  409. .icon-group:before
  410. content: "\f0c0"
  411. .icon-link:before
  412. content: "\f0c1"
  413. .icon-cloud:before
  414. content: "\f0c2"
  415. .icon-beaker:before
  416. content: "\f0c3"
  417. .icon-cut:before
  418. content: "\f0c4"
  419. .icon-copy:before
  420. content: "\f0c5"
  421. .icon-paper-clip:before
  422. content: "\f0c6"
  423. .icon-save:before
  424. content: "\f0c7"
  425. .icon-sign-blank:before
  426. content: "\f0c8"
  427. .icon-reorder:before
  428. content: "\f0c9"
  429. .icon-list-ul:before
  430. content: "\f0ca"
  431. .icon-list-ol:before
  432. content: "\f0cb"
  433. .icon-strikethrough:before
  434. content: "\f0cc"
  435. .icon-underline:before
  436. content: "\f0cd"
  437. .icon-table:before
  438. content: "\f0ce"
  439. .icon-magic:before
  440. content: "\f0d0"
  441. .icon-truck:before
  442. content: "\f0d1"
  443. .icon-pinterest:before
  444. content: "\f0d2"
  445. .icon-pinterest-sign:before
  446. content: "\f0d3"
  447. .icon-google-plus-sign:before
  448. content: "\f0d4"
  449. .icon-google-plus:before
  450. content: "\f0d5"
  451. .icon-money:before
  452. content: "\f0d6"
  453. .icon-caret-down:before
  454. content: "\f0d7"
  455. .icon-caret-up:before
  456. content: "\f0d8"
  457. .icon-caret-left:before
  458. content: "\f0d9"
  459. .icon-caret-right:before
  460. content: "\f0da"
  461. .icon-columns:before
  462. content: "\f0db"
  463. .icon-sort:before
  464. content: "\f0dc"
  465. .icon-sort-down:before
  466. content: "\f0dd"
  467. .icon-sort-up:before
  468. content: "\f0de"
  469. .icon-envelope-alt:before
  470. content: "\f0e0"
  471. .icon-linkedin:before
  472. content: "\f0e1"
  473. .icon-undo:before
  474. content: "\f0e2"
  475. .icon-legal:before
  476. content: "\f0e3"
  477. .icon-dashboard:before
  478. content: "\f0e4"
  479. .icon-comment-alt:before
  480. content: "\f0e5"
  481. .icon-comments-alt:before
  482. content: "\f0e6"
  483. .icon-bolt:before
  484. content: "\f0e7"
  485. .icon-sitemap:before
  486. content: "\f0e8"
  487. .icon-umbrella:before
  488. content: "\f0e9"
  489. .icon-paste:before
  490. content: "\f0ea"
  491. .icon-user-md:before
  492. content: "\f200"