_variables.scss 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733
  1. // Variables
  2. $FontAwesomePath: "../font" !default;
  3. $FontAwesomeVersion: "3.2.0" !default;
  4. $borderColor: #eeeeee !default;
  5. $iconMuted: #eeeeee !default;
  6. $iconLight: white !default;
  7. $iconDark: #333333 !default;
  8. $icons-li-width: (30em/14);
  9. $glass: "\f000";
  10. $music: "\f001";
  11. $search: "\f002";
  12. $envelope-alt: "\f003";
  13. $heart: "\f004";
  14. $star: "\f005";
  15. $star-empty: "\f006";
  16. $user: "\f007";
  17. $film: "\f008";
  18. $th-large: "\f009";
  19. $th: "\f00a";
  20. $th-list: "\f00b";
  21. $ok: "\f00c";
  22. $remove: "\f00d";
  23. $zoom-in: "\f00e";
  24. $zoom-out: "\f010";
  25. $off: "\f011";
  26. $signal: "\f012";
  27. $cog: "\f013";
  28. $trash: "\f014";
  29. $home: "\f015";
  30. $file-alt: "\f016";
  31. $time: "\f017";
  32. $road: "\f018";
  33. $download-alt: "\f019";
  34. $download: "\f01a";
  35. $upload: "\f01b";
  36. $inbox: "\f01c";
  37. $play-circle: "\f01d";
  38. $repeat: "\f01e";
  39. $refresh: "\f021";
  40. $list-alt: "\f022";
  41. $lock: "\f023";
  42. $flag: "\f024";
  43. $headphones: "\f025";
  44. $volume-off: "\f026";
  45. $volume-down: "\f027";
  46. $volume-up: "\f028";
  47. $qrcode: "\f029";
  48. $barcode: "\f02a";
  49. $tag: "\f02b";
  50. $tags: "\f02c";
  51. $book: "\f02d";
  52. $bookmark: "\f02e";
  53. $print: "\f02f";
  54. $camera: "\f030";
  55. $font: "\f031";
  56. $bold: "\f032";
  57. $italic: "\f033";
  58. $text-height: "\f034";
  59. $text-width: "\f035";
  60. $align-left: "\f036";
  61. $align-center: "\f037";
  62. $align-right: "\f038";
  63. $align-justify: "\f039";
  64. $list: "\f03a";
  65. $indent-left: "\f03b";
  66. $indent-right: "\f03c";
  67. $facetime-video: "\f03d";
  68. $picture: "\f03e";
  69. $pencil: "\f040";
  70. $map-marker: "\f041";
  71. $adjust: "\f042";
  72. $tint: "\f043";
  73. $edit: "\f044";
  74. $share: "\f045";
  75. $check: "\f046";
  76. $move: "\f047";
  77. $step-backward: "\f048";
  78. $fast-backward: "\f049";
  79. $backward: "\f04a";
  80. $play: "\f04b";
  81. $pause: "\f04c";
  82. $stop: "\f04d";
  83. $forward: "\f04e";
  84. $fast-forward: "\f050";
  85. $step-forward: "\f051";
  86. $eject: "\f052";
  87. $chevron-left: "\f053";
  88. $chevron-right: "\f054";
  89. $plus-sign: "\f055";
  90. $minus-sign: "\f056";
  91. $remove-sign: "\f057";
  92. $ok-sign: "\f058";
  93. $question-sign: "\f059";
  94. $info-sign: "\f05a";
  95. $screenshot: "\f05b";
  96. $remove-circle: "\f05c";
  97. $ok-circle: "\f05d";
  98. $ban-circle: "\f05e";
  99. $arrow-left: "\f060";
  100. $arrow-right: "\f061";
  101. $arrow-up: "\f062";
  102. $arrow-down: "\f063";
  103. $share-alt: "\f064";
  104. $resize-full: "\f065";
  105. $resize-small: "\f066";
  106. $plus: "\f067";
  107. $minus: "\f068";
  108. $asterisk: "\f069";
  109. $exclamation-sign: "\f06a";
  110. $gift: "\f06b";
  111. $leaf: "\f06c";
  112. $fire: "\f06d";
  113. $eye-open: "\f06e";
  114. $eye-close: "\f070";
  115. $warning-sign: "\f071";
  116. $plane: "\f072";
  117. $calendar: "\f073";
  118. $random: "\f074";
  119. $comment: "\f075";
  120. $magnet: "\f076";
  121. $chevron-up: "\f077";
  122. $chevron-down: "\f078";
  123. $retweet: "\f079";
  124. $shopping-cart: "\f07a";
  125. $folder-close: "\f07b";
  126. $folder-open: "\f07c";
  127. $resize-vertical: "\f07d";
  128. $resize-horizontal: "\f07e";
  129. $bar-chart: "\f080";
  130. $twitter-sign: "\f081";
  131. $facebook-sign: "\f082";
  132. $camera-retro: "\f083";
  133. $key: "\f084";
  134. $cogs: "\f085";
  135. $comments: "\f086";
  136. $thumbs-up-alt: "\f087";
  137. $thumbs-down-alt: "\f088";
  138. $star-half: "\f089";
  139. $heart-empty: "\f08a";
  140. $signout: "\f08b";
  141. $linkedin-sign: "\f08c";
  142. $pushpin: "\f08d";
  143. $external-link: "\f08e";
  144. $signin: "\f090";
  145. $trophy: "\f091";
  146. $github-sign: "\f092";
  147. $upload-alt: "\f093";
  148. $lemon: "\f094";
  149. $phone: "\f095";
  150. $check-empty: "\f096";
  151. $bookmark-empty: "\f097";
  152. $phone-sign: "\f098";
  153. $twitter: "\f099";
  154. $facebook: "\f09a";
  155. $github: "\f09b";
  156. $unlock: "\f09c";
  157. $credit-card: "\f09d";
  158. $rss: "\f09e";
  159. $hdd: "\f0a0";
  160. $bullhorn: "\f0a1";
  161. $bell: "\f0a2";
  162. $certificate: "\f0a3";
  163. $hand-right: "\f0a4";
  164. $hand-left: "\f0a5";
  165. $hand-up: "\f0a6";
  166. $hand-down: "\f0a7";
  167. $circle-arrow-left: "\f0a8";
  168. $circle-arrow-right: "\f0a9";
  169. $circle-arrow-up: "\f0aa";
  170. $circle-arrow-down: "\f0ab";
  171. $globe: "\f0ac";
  172. $wrench: "\f0ad";
  173. $tasks: "\f0ae";
  174. $filter: "\f0b0";
  175. $briefcase: "\f0b1";
  176. $fullscreen: "\f0b2";
  177. $group: "\f0c0";
  178. $link: "\f0c1";
  179. $cloud: "\f0c2";
  180. $beaker: "\f0c3";
  181. $cut: "\f0c4";
  182. $copy: "\f0c5";
  183. $paper-clip: "\f0c6";
  184. $save: "\f0c7";
  185. $sign-blank: "\f0c8";
  186. $reorder: "\f0c9";
  187. $list-ul: "\f0ca";
  188. $list-ol: "\f0cb";
  189. $strikethrough: "\f0cc";
  190. $underline: "\f0cd";
  191. $table: "\f0ce";
  192. $magic: "\f0d0";
  193. $truck: "\f0d1";
  194. $pinterest: "\f0d2";
  195. $pinterest-sign: "\f0d3";
  196. $google-plus-sign: "\f0d4";
  197. $google-plus: "\f0d5";
  198. $money: "\f0d6";
  199. $caret-down: "\f0d7";
  200. $caret-up: "\f0d8";
  201. $caret-left: "\f0d9";
  202. $caret-right: "\f0da";
  203. $columns: "\f0db";
  204. $sort: "\f0dc";
  205. $sort-down: "\f0dd";
  206. $sort-up: "\f0de";
  207. $envelope: "\f0e0";
  208. $linkedin: "\f0e1";
  209. $undo: "\f0e2";
  210. $legal: "\f0e3";
  211. $dashboard: "\f0e4";
  212. $comment-alt: "\f0e5";
  213. $comments-alt: "\f0e6";
  214. $bolt: "\f0e7";
  215. $sitemap: "\f0e8";
  216. $umbrella: "\f0e9";
  217. $paste: "\f0ea";
  218. $lightbulb: "\f0eb";
  219. $exchange: "\f0ec";
  220. $cloud-download: "\f0ed";
  221. $cloud-upload: "\f0ee";
  222. $user-md: "\f0f0";
  223. $stethoscope: "\f0f1";
  224. $suitcase: "\f0f2";
  225. $bell-alt: "\f0f3";
  226. $coffee: "\f0f4";
  227. $food: "\f0f5";
  228. $file-text-alt: "\f0f6";
  229. $building: "\f0f7";
  230. $hospital: "\f0f8";
  231. $ambulance: "\f0f9";
  232. $medkit: "\f0fa";
  233. $fighter-jet: "\f0fb";
  234. $beer: "\f0fc";
  235. $h-sign: "\f0fd";
  236. $plus-sign-alt: "\f0fe";
  237. $double-angle-left: "\f100";
  238. $double-angle-right: "\f101";
  239. $double-angle-up: "\f102";
  240. $double-angle-down: "\f103";
  241. $angle-left: "\f104";
  242. $angle-right: "\f105";
  243. $angle-up: "\f106";
  244. $angle-down: "\f107";
  245. $desktop: "\f108";
  246. $laptop: "\f109";
  247. $tablet: "\f10a";
  248. $mobile-phone: "\f10b";
  249. $circle-blank: "\f10c";
  250. $quote-left: "\f10d";
  251. $quote-right: "\f10e";
  252. $spinner: "\f110";
  253. $circle: "\f111";
  254. $reply: "\f112";
  255. $github-alt: "\f113";
  256. $folder-close-alt: "\f114";
  257. $folder-open-alt: "\f115";
  258. $expand-alt: "\f116";
  259. $collapse-alt: "\f117";
  260. $smile: "\f118";
  261. $frown: "\f119";
  262. $meh: "\f11a";
  263. $gamepad: "\f11b";
  264. $keyboard: "\f11c";
  265. $flag-alt: "\f11d";
  266. $flag-checkered: "\f11e";
  267. $terminal: "\f120";
  268. $code: "\f121";
  269. $reply-all: "\f122";
  270. $mail-reply-all: "\f122";
  271. $star-half-empty: "\f123";
  272. $location-arrow: "\f124";
  273. $crop: "\f125";
  274. $code-fork: "\f126";
  275. $unlink: "\f127";
  276. $question: "\f128";
  277. $info: "\f129";
  278. $exclamation: "\f12a";
  279. $superscript: "\f12b";
  280. $subscript: "\f12c";
  281. $eraser: "\f12d";
  282. $puzzle-piece: "\f12e";
  283. $microphone: "\f130";
  284. $microphone-off: "\f131";
  285. $shield: "\f132";
  286. $calendar-empty: "\f133";
  287. $fire-extinguisher: "\f134";
  288. $rocket: "\f135";
  289. $maxcdn: "\f136";
  290. $chevron-sign-left: "\f137";
  291. $chevron-sign-right: "\f138";
  292. $chevron-sign-up: "\f139";
  293. $chevron-sign-down: "\f13a";
  294. $html5: "\f13b";
  295. $css3: "\f13c";
  296. $anchor: "\f13d";
  297. $unlock-alt: "\f13e";
  298. $bullseye: "\f140";
  299. $ellipsis-horizontal: "\f141";
  300. $ellipsis-vertical: "\f142";
  301. $rss-sign: "\f143";
  302. $play-sign: "\f144";
  303. $ticket: "\f145";
  304. $minus-sign-alt: "\f146";
  305. $check-minus: "\f147";
  306. $level-up: "\f148";
  307. $level-down: "\f149";
  308. $check-sign: "\f14a";
  309. $edit-sign: "\f14b";
  310. $external-link-sign: "\f14c";
  311. $share-sign: "\f14d";
  312. $compass: "\f14e";
  313. $collapse: "\f150";
  314. $collapse-top: "\f151";
  315. $expand: "\f152";
  316. $eur: "\f153";
  317. $gbp: "\f154";
  318. $usd: "\f155";
  319. $inr: "\f156";
  320. $jpy: "\f157";
  321. $cny: "\f158";
  322. $krw: "\f159";
  323. $btc: "\f15a";
  324. $file: "\f15b";
  325. $file-text: "\f15c";
  326. $sort-by-alphabet: "\f15d";
  327. $sort-by-alphabet-alt: "\f15e";
  328. $sort-by-attributes: "\f160";
  329. $sort-by-attributes-alt: "\f161";
  330. $sort-by-order: "\f162";
  331. $sort-by-order-alt: "\f163";
  332. $thumbs-up: "\f164";
  333. $thumbs-down: "\f165";
  334. $youtube-sign: "\f166";
  335. $youtube: "\f167";
  336. $xing: "\f168";
  337. $xing-sign: "\f169";
  338. $youtube-play: "\f16a";
  339. $dropbox: "\f16b";
  340. $stackexchange: "\f16c";
  341. $instagram: "\f16d";
  342. $flickr: "\f16e";
  343. $adn: "\f170";
  344. $bitbucket: "\f171";
  345. $bitbucket-sign: "\f172";
  346. $tumblr: "\f173";
  347. $tumblr-sign: "\f174";
  348. $long-arrow-down: "\f175";
  349. $long-arrow-up: "\f176";
  350. $long-arrow-left: "\f177";
  351. $long-arrow-right: "\f178";
  352. $apple: "\f179";
  353. $windows: "\f17a";
  354. $android: "\f17b";
  355. $linux: "\f17c";
  356. $dribble: "\f17d";
  357. $skype: "\f17e";
  358. $foursquare: "\f180";
  359. $trello: "\f181";
  360. $female: "\f182";
  361. $male: "\f183";
  362. $gittip: "\f184";
  363. $sun: "\f185";
  364. $moon: "\f186";
  365. $archive: "\f187";
  366. $bug: "\f188";
  367. $vk: "\f189";
  368. $weibo: "\f18a";
  369. $renren: "\f18b";