fomantic-ui 2.9.1-beta.8 → 2.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (521) hide show
  1. package/.eslint/eqeqeq-rule.js +18 -0
  2. package/.eslint/index.js +29 -0
  3. package/.eslint/no-extra-parens-rule.js +17 -0
  4. package/.eslint/package.json +11 -0
  5. package/.eslintrc.js +123 -0
  6. package/.github/auto_assign.yml +0 -1
  7. package/.github/workflows/ci.yml +37 -4
  8. package/.github/workflows/nightly.yml +1 -1
  9. package/.github/workflows/release.yml +1 -1
  10. package/.prettierrc.js +12 -0
  11. package/.stylelintrc.js +48 -0
  12. package/CHANGELOG.md +112 -0
  13. package/README.md +1 -1
  14. package/dist/components/accordion.css +35 -53
  15. package/dist/components/accordion.js +568 -595
  16. package/dist/components/accordion.min.css +2 -2
  17. package/dist/components/accordion.min.js +3 -3
  18. package/dist/components/ad.css +34 -45
  19. package/dist/components/ad.min.css +2 -2
  20. package/dist/components/api.js +1157 -1179
  21. package/dist/components/api.min.js +3 -3
  22. package/dist/components/breadcrumb.css +5 -5
  23. package/dist/components/breadcrumb.min.css +2 -2
  24. package/dist/components/button.css +709 -1111
  25. package/dist/components/button.min.css +2 -2
  26. package/dist/components/calendar.css +24 -27
  27. package/dist/components/calendar.js +1934 -1809
  28. package/dist/components/calendar.min.css +2 -2
  29. package/dist/components/calendar.min.js +3 -3
  30. package/dist/components/card.css +219 -365
  31. package/dist/components/card.min.css +2 -2
  32. package/dist/components/checkbox.css +120 -191
  33. package/dist/components/checkbox.js +842 -841
  34. package/dist/components/checkbox.min.css +2 -2
  35. package/dist/components/checkbox.min.js +3 -3
  36. package/dist/components/comment.css +41 -59
  37. package/dist/components/comment.min.css +2 -2
  38. package/dist/components/container.css +7 -6
  39. package/dist/components/container.min.css +2 -2
  40. package/dist/components/dimmer.css +53 -172
  41. package/dist/components/dimmer.js +706 -737
  42. package/dist/components/dimmer.min.css +2 -2
  43. package/dist/components/dimmer.min.js +3 -3
  44. package/dist/components/divider.css +43 -61
  45. package/dist/components/divider.min.css +2 -2
  46. package/dist/components/dropdown.css +252 -386
  47. package/dist/components/dropdown.js +4195 -4236
  48. package/dist/components/dropdown.min.css +2 -2
  49. package/dist/components/dropdown.min.js +3 -3
  50. package/dist/components/embed.css +18 -29
  51. package/dist/components/embed.js +645 -675
  52. package/dist/components/embed.min.css +2 -2
  53. package/dist/components/embed.min.js +3 -3
  54. package/dist/components/emoji.css +3556 -3556
  55. package/dist/components/emoji.min.css +1 -1
  56. package/dist/components/feed.css +35 -57
  57. package/dist/components/feed.min.css +2 -2
  58. package/dist/components/flag.css +270 -268
  59. package/dist/components/flag.min.css +2 -2
  60. package/dist/components/flyout.css +95 -141
  61. package/dist/components/flyout.js +1514 -1465
  62. package/dist/components/flyout.min.css +2 -2
  63. package/dist/components/flyout.min.js +3 -3
  64. package/dist/components/form.css +244 -339
  65. package/dist/components/form.js +2022 -2004
  66. package/dist/components/form.min.css +2 -2
  67. package/dist/components/form.min.js +3 -3
  68. package/dist/components/grid.css +183 -329
  69. package/dist/components/grid.min.css +2 -2
  70. package/dist/components/header.css +118 -142
  71. package/dist/components/header.min.css +2 -2
  72. package/dist/components/icon.css +662 -745
  73. package/dist/components/icon.min.css +2 -2
  74. package/dist/components/image.css +39 -63
  75. package/dist/components/image.min.css +2 -2
  76. package/dist/components/input.css +356 -274
  77. package/dist/components/input.min.css +2 -2
  78. package/dist/components/item.css +84 -131
  79. package/dist/components/item.min.css +2 -2
  80. package/dist/components/label.css +359 -410
  81. package/dist/components/label.min.css +2 -2
  82. package/dist/components/list.css +49 -70
  83. package/dist/components/list.min.css +2 -2
  84. package/dist/components/loader.css +67 -155
  85. package/dist/components/loader.min.css +2 -2
  86. package/dist/components/menu.css +270 -431
  87. package/dist/components/menu.min.css +1 -1
  88. package/dist/components/message.css +125 -197
  89. package/dist/components/message.min.css +2 -2
  90. package/dist/components/modal.css +120 -154
  91. package/dist/components/modal.js +1544 -1486
  92. package/dist/components/modal.min.css +2 -2
  93. package/dist/components/modal.min.js +3 -3
  94. package/dist/components/nag.css +53 -63
  95. package/dist/components/nag.js +520 -526
  96. package/dist/components/nag.min.css +2 -2
  97. package/dist/components/nag.min.js +3 -3
  98. package/dist/components/placeholder.css +22 -42
  99. package/dist/components/placeholder.min.css +2 -2
  100. package/dist/components/popup.css +424 -202
  101. package/dist/components/popup.js +1456 -1456
  102. package/dist/components/popup.min.css +2 -2
  103. package/dist/components/popup.min.js +3 -3
  104. package/dist/components/progress.css +106 -211
  105. package/dist/components/progress.js +969 -997
  106. package/dist/components/progress.min.css +2 -2
  107. package/dist/components/progress.min.js +3 -3
  108. package/dist/components/rail.css +15 -20
  109. package/dist/components/rail.min.css +1 -1
  110. package/dist/components/rating.css +80 -121
  111. package/dist/components/rating.js +507 -523
  112. package/dist/components/rating.min.css +2 -2
  113. package/dist/components/rating.min.js +3 -3
  114. package/dist/components/reset.css +8 -13
  115. package/dist/components/reset.min.css +2 -2
  116. package/dist/components/reveal.css +44 -83
  117. package/dist/components/reveal.min.css +2 -2
  118. package/dist/components/search.css +69 -98
  119. package/dist/components/search.js +1520 -1534
  120. package/dist/components/search.min.css +2 -2
  121. package/dist/components/search.min.js +3 -3
  122. package/dist/components/segment.css +148 -224
  123. package/dist/components/segment.min.css +2 -2
  124. package/dist/components/shape.css +14 -30
  125. package/dist/components/shape.js +783 -810
  126. package/dist/components/shape.min.css +2 -2
  127. package/dist/components/shape.min.js +3 -3
  128. package/dist/components/sidebar.css +103 -206
  129. package/dist/components/sidebar.js +1061 -1099
  130. package/dist/components/sidebar.min.css +2 -2
  131. package/dist/components/sidebar.min.js +3 -3
  132. package/dist/components/site.css +28 -41
  133. package/dist/components/site.js +436 -476
  134. package/dist/components/site.min.css +2 -2
  135. package/dist/components/site.min.js +3 -3
  136. package/dist/components/slider.css +93 -121
  137. package/dist/components/slider.js +1310 -1311
  138. package/dist/components/slider.min.css +1 -1
  139. package/dist/components/slider.min.js +3 -3
  140. package/dist/components/state.js +638 -657
  141. package/dist/components/state.min.js +3 -3
  142. package/dist/components/statistic.css +75 -116
  143. package/dist/components/statistic.min.css +2 -2
  144. package/dist/components/step.css +77 -150
  145. package/dist/components/step.min.css +2 -2
  146. package/dist/components/sticky.css +1 -5
  147. package/dist/components/sticky.js +847 -901
  148. package/dist/components/sticky.min.css +2 -2
  149. package/dist/components/sticky.min.js +3 -3
  150. package/dist/components/tab.css +10 -14
  151. package/dist/components/tab.js +902 -966
  152. package/dist/components/tab.min.css +2 -2
  153. package/dist/components/tab.min.js +3 -3
  154. package/dist/components/table.css +547 -774
  155. package/dist/components/table.min.css +2 -2
  156. package/dist/components/text.css +32 -32
  157. package/dist/components/text.min.css +1 -1
  158. package/dist/components/toast.css +69 -147
  159. package/dist/components/toast.js +910 -884
  160. package/dist/components/toast.min.css +2 -2
  161. package/dist/components/toast.min.js +3 -3
  162. package/dist/components/transition.css +299 -1356
  163. package/dist/components/transition.js +1048 -1077
  164. package/dist/components/transition.min.css +2 -2
  165. package/dist/components/transition.min.js +3 -3
  166. package/dist/components/visibility.js +1213 -1245
  167. package/dist/components/visibility.min.js +3 -3
  168. package/dist/semantic.css +9344 -12298
  169. package/dist/semantic.js +29181 -29423
  170. package/dist/semantic.min.css +3 -3
  171. package/dist/semantic.min.js +3 -3
  172. package/dist/themes/basic/assets/fonts/icons.woff2 +0 -0
  173. package/dist/themes/github/assets/fonts/octicons.woff2 +0 -0
  174. package/examples/.eslintrc.js +6 -0
  175. package/examples/assets/library/jquery.min.js +2 -4
  176. package/examples/assets/show-examples.js +13 -13
  177. package/examples/attached.html +1 -1
  178. package/examples/bootstrap.html +1 -1
  179. package/examples/components/button.html +1 -1
  180. package/examples/components/card.html +6 -6
  181. package/examples/components/input.html +1 -1
  182. package/examples/components/menu.html +1 -1
  183. package/examples/components/site.html +1 -1
  184. package/examples/components/sticky-context.html +2 -2
  185. package/examples/components/table.html +1 -1
  186. package/examples/fixed.html +3 -3
  187. package/examples/grid.html +5 -5
  188. package/examples/homepage.html +1 -1
  189. package/examples/login.html +2 -2
  190. package/examples/responsive.html +2 -2
  191. package/examples/sticky.html +4 -4
  192. package/examples/theming.html +1 -1
  193. package/gulpfile.js +13 -11
  194. package/package.json +17 -8
  195. package/scripts/nightly-version.js +83 -75
  196. package/src/_site/collections/menu.overrides +1 -1
  197. package/src/_site/elements/flag.variables +2 -2
  198. package/src/_site/globals/site.variables +1 -1
  199. package/src/_site/modules/embed.variables +3 -0
  200. package/src/definitions/behaviors/api.js +1158 -1180
  201. package/src/definitions/behaviors/form.js +2021 -2003
  202. package/src/definitions/behaviors/state.js +644 -663
  203. package/src/definitions/behaviors/visibility.js +1212 -1244
  204. package/src/definitions/collections/breadcrumb.less +43 -47
  205. package/src/definitions/collections/form.less +866 -884
  206. package/src/definitions/collections/grid.less +1681 -1699
  207. package/src/definitions/collections/menu.less +1522 -1544
  208. package/src/definitions/collections/message.less +294 -298
  209. package/src/definitions/collections/table.less +1657 -1661
  210. package/src/definitions/elements/button.less +1716 -1750
  211. package/src/definitions/elements/container.less +211 -211
  212. package/src/definitions/elements/divider.less +198 -211
  213. package/src/definitions/elements/emoji.less +41 -48
  214. package/src/definitions/elements/flag.less +46 -48
  215. package/src/definitions/elements/header.less +351 -359
  216. package/src/definitions/elements/icon.less +541 -484
  217. package/src/definitions/elements/image.less +216 -227
  218. package/src/definitions/elements/input.less +692 -699
  219. package/src/definitions/elements/label.less +784 -806
  220. package/src/definitions/elements/list.less +810 -814
  221. package/src/definitions/elements/loader.less +273 -268
  222. package/src/definitions/elements/placeholder.less +173 -170
  223. package/src/definitions/elements/rail.less +93 -93
  224. package/src/definitions/elements/reveal.less +192 -198
  225. package/src/definitions/elements/segment.less +742 -749
  226. package/src/definitions/elements/step.less +423 -437
  227. package/src/definitions/elements/text.less +34 -36
  228. package/src/definitions/globals/reset.less +11 -8
  229. package/src/definitions/globals/site.js +435 -475
  230. package/src/definitions/globals/site.less +108 -110
  231. package/src/definitions/modules/accordion.js +567 -594
  232. package/src/definitions/modules/accordion.less +244 -248
  233. package/src/definitions/modules/calendar.js +1933 -1808
  234. package/src/definitions/modules/calendar.less +100 -97
  235. package/src/definitions/modules/checkbox.js +841 -840
  236. package/src/definitions/modules/checkbox.less +531 -552
  237. package/src/definitions/modules/dimmer.js +705 -736
  238. package/src/definitions/modules/dimmer.less +294 -305
  239. package/src/definitions/modules/dropdown.js +4194 -4235
  240. package/src/definitions/modules/dropdown.less +1568 -1598
  241. package/src/definitions/modules/embed.js +644 -674
  242. package/src/definitions/modules/embed.less +82 -84
  243. package/src/definitions/modules/flyout.js +1513 -1464
  244. package/src/definitions/modules/flyout.less +453 -455
  245. package/src/definitions/modules/modal.js +1543 -1485
  246. package/src/definitions/modules/modal.less +459 -467
  247. package/src/definitions/modules/nag.js +519 -525
  248. package/src/definitions/modules/nag.less +136 -149
  249. package/src/definitions/modules/popup.js +1455 -1455
  250. package/src/definitions/modules/popup.less +738 -693
  251. package/src/definitions/modules/progress.js +968 -996
  252. package/src/definitions/modules/progress.less +523 -499
  253. package/src/definitions/modules/rating.js +506 -522
  254. package/src/definitions/modules/rating.less +98 -103
  255. package/src/definitions/modules/search.js +1519 -1533
  256. package/src/definitions/modules/search.less +374 -394
  257. package/src/definitions/modules/shape.js +782 -809
  258. package/src/definitions/modules/shape.less +70 -79
  259. package/src/definitions/modules/sidebar.js +1060 -1098
  260. package/src/definitions/modules/sidebar.less +463 -476
  261. package/src/definitions/modules/slider.js +1309 -1310
  262. package/src/definitions/modules/slider.less +309 -310
  263. package/src/definitions/modules/sticky.js +863 -917
  264. package/src/definitions/modules/sticky.less +17 -25
  265. package/src/definitions/modules/tab.js +901 -965
  266. package/src/definitions/modules/tab.less +48 -54
  267. package/src/definitions/modules/toast.js +909 -883
  268. package/src/definitions/modules/toast.less +589 -589
  269. package/src/definitions/modules/transition.js +1047 -1076
  270. package/src/definitions/modules/transition.less +58 -59
  271. package/src/definitions/views/ad.less +207 -208
  272. package/src/definitions/views/card.less +955 -973
  273. package/src/definitions/views/comment.less +192 -200
  274. package/src/definitions/views/feed.less +222 -226
  275. package/src/definitions/views/item.less +437 -448
  276. package/src/definitions/views/statistic.less +273 -279
  277. package/src/semantic.less +8 -6
  278. package/src/theme.config.example +53 -53
  279. package/src/theme.less +44 -35
  280. package/src/themes/amazon/elements/button.overrides +23 -24
  281. package/src/themes/amazon/elements/button.variables +18 -23
  282. package/src/themes/amazon/globals/site.variables +16 -17
  283. package/src/themes/basic/assets/fonts/icons.woff2 +0 -0
  284. package/src/themes/basic/collections/table.overrides +0 -1
  285. package/src/themes/basic/collections/table.variables +3 -3
  286. package/src/themes/basic/elements/button.overrides +0 -1
  287. package/src/themes/basic/elements/button.variables +9 -9
  288. package/src/themes/basic/elements/icon.overrides +9 -169
  289. package/src/themes/basic/elements/icon.variables +161 -18
  290. package/src/themes/basic/elements/step.overrides +2 -2
  291. package/src/themes/basic/elements/step.variables +2 -2
  292. package/src/themes/basic/globals/reset.overrides +1 -1
  293. package/src/themes/basic/globals/reset.variables +1 -1
  294. package/src/themes/basic/modules/progress.variables +2 -2
  295. package/src/themes/basic/views/card.overrides +0 -1
  296. package/src/themes/basic/views/card.variables +6 -6
  297. package/src/themes/bookish/elements/header.overrides +4 -4
  298. package/src/themes/bookish/elements/header.variables +5 -5
  299. package/src/themes/bootstrap3/elements/button.overrides +3 -0
  300. package/src/themes/bootstrap3/elements/button.variables +20 -25
  301. package/src/themes/chubby/collections/form.overrides +9 -9
  302. package/src/themes/chubby/collections/form.variables +3 -3
  303. package/src/themes/chubby/collections/menu.overrides +3 -0
  304. package/src/themes/chubby/collections/menu.variables +3 -3
  305. package/src/themes/chubby/elements/button.overrides +8 -10
  306. package/src/themes/chubby/elements/button.variables +10 -10
  307. package/src/themes/chubby/elements/header.overrides +1 -1
  308. package/src/themes/chubby/elements/header.variables +4 -4
  309. package/src/themes/chubby/modules/accordion.overrides +2 -2
  310. package/src/themes/chubby/modules/accordion.variables +4 -4
  311. package/src/themes/chubby/views/comment.overrides +5 -5
  312. package/src/themes/chubby/views/comment.variables +11 -11
  313. package/src/themes/classic/collections/table.variables +3 -3
  314. package/src/themes/classic/elements/button.variables +36 -43
  315. package/src/themes/classic/elements/header.variables +4 -4
  316. package/src/themes/classic/modules/progress.variables +3 -3
  317. package/src/themes/classic/views/card.overrides +25 -27
  318. package/src/themes/classic/views/card.variables +7 -7
  319. package/src/themes/colored/modules/checkbox.overrides +3 -0
  320. package/src/themes/colored/modules/checkbox.variables +1 -3
  321. package/src/themes/default/collections/breadcrumb.variables +4 -4
  322. package/src/themes/default/collections/form.variables +15 -16
  323. package/src/themes/default/collections/grid.overrides +0 -1
  324. package/src/themes/default/collections/grid.variables +15 -16
  325. package/src/themes/default/collections/menu.variables +31 -45
  326. package/src/themes/default/collections/message.variables +84 -123
  327. package/src/themes/default/collections/table.overrides +3 -0
  328. package/src/themes/default/collections/table.variables +30 -34
  329. package/src/themes/default/elements/button.variables +44 -53
  330. package/src/themes/default/elements/container.variables +8 -16
  331. package/src/themes/default/elements/divider.overrides +8 -9
  332. package/src/themes/default/elements/divider.variables +5 -6
  333. package/src/themes/default/elements/emoji.overrides +0 -1
  334. package/src/themes/default/elements/emoji.variables +3556 -3556
  335. package/src/themes/default/elements/flag.variables +1595 -1595
  336. package/src/themes/default/elements/header.overrides +0 -1
  337. package/src/themes/default/elements/header.variables +21 -21
  338. package/src/themes/default/elements/icon.variables +2016 -2012
  339. package/src/themes/default/elements/image.variables +6 -7
  340. package/src/themes/default/elements/input.variables +11 -12
  341. package/src/themes/default/elements/label.variables +25 -26
  342. package/src/themes/default/elements/list.variables +17 -21
  343. package/src/themes/default/elements/loader.variables +16 -17
  344. package/src/themes/default/elements/placeholder.variables +12 -9
  345. package/src/themes/default/elements/rail.variables +4 -5
  346. package/src/themes/default/elements/reveal.variables +1 -1
  347. package/src/themes/default/elements/segment.variables +24 -36
  348. package/src/themes/default/elements/step.overrides +4 -4
  349. package/src/themes/default/elements/step.variables +19 -22
  350. package/src/themes/default/elements/text.variables +2 -3
  351. package/src/themes/default/globals/colors.less +588 -588
  352. package/src/themes/default/globals/reset.overrides +63 -59
  353. package/src/themes/default/globals/reset.variables +1 -1
  354. package/src/themes/default/globals/site.variables +1074 -1123
  355. package/src/themes/default/globals/variation.variables +6 -4
  356. package/src/themes/default/modules/accordion.overrides +11 -11
  357. package/src/themes/default/modules/accordion.variables +15 -20
  358. package/src/themes/default/modules/calendar.variables +2 -0
  359. package/src/themes/default/modules/chatroom.variables +1 -1
  360. package/src/themes/default/modules/checkbox.overrides +9 -13
  361. package/src/themes/default/modules/checkbox.variables +24 -33
  362. package/src/themes/default/modules/dimmer.variables +14 -17
  363. package/src/themes/default/modules/dropdown.overrides +17 -17
  364. package/src/themes/default/modules/dropdown.variables +29 -31
  365. package/src/themes/default/modules/embed.variables +9 -13
  366. package/src/themes/default/modules/flyout.variables +10 -8
  367. package/src/themes/default/modules/modal.variables +64 -67
  368. package/src/themes/default/modules/nag.variables +11 -14
  369. package/src/themes/default/modules/popup.variables +14 -13
  370. package/src/themes/default/modules/progress.variables +17 -19
  371. package/src/themes/default/modules/rating.variables +10 -12
  372. package/src/themes/default/modules/search.variables +12 -17
  373. package/src/themes/default/modules/shape.variables +7 -8
  374. package/src/themes/default/modules/sidebar.variables +4 -4
  375. package/src/themes/default/modules/slider.variables +55 -54
  376. package/src/themes/default/modules/sticky.variables +1 -1
  377. package/src/themes/default/modules/toast.variables +8 -8
  378. package/src/themes/default/modules/transition.overrides +936 -915
  379. package/src/themes/default/modules/transition.variables +1 -1
  380. package/src/themes/default/views/ad.variables +1 -1
  381. package/src/themes/default/views/card.variables +33 -45
  382. package/src/themes/default/views/comment.variables +7 -9
  383. package/src/themes/default/views/feed.variables +10 -10
  384. package/src/themes/default/views/item.variables +20 -23
  385. package/src/themes/default/views/statistic.variables +8 -8
  386. package/src/themes/duo/elements/loader.variables +1 -1
  387. package/src/themes/famfamfam/elements/flag.overrides +263 -268
  388. package/src/themes/famfamfam/elements/flag.variables +4 -4
  389. package/src/themes/fixed-width/collections/grid.variables +4 -4
  390. package/src/themes/fixed-width/modules/modal.variables +11 -13
  391. package/src/themes/flat/collections/form.overrides +9 -9
  392. package/src/themes/flat/collections/form.variables +16 -17
  393. package/src/themes/flat/globals/site.variables +69 -74
  394. package/src/themes/github/assets/fonts/octicons.woff2 +0 -0
  395. package/src/themes/github/collections/breadcrumb.variables +0 -1
  396. package/src/themes/github/collections/form.overrides +7 -8
  397. package/src/themes/github/collections/form.variables +16 -18
  398. package/src/themes/github/collections/grid.variables +1 -2
  399. package/src/themes/github/collections/menu.overrides +2 -2
  400. package/src/themes/github/collections/menu.variables +24 -26
  401. package/src/themes/github/collections/message.overrides +3 -3
  402. package/src/themes/github/collections/message.variables +12 -14
  403. package/src/themes/github/collections/table.variables +2 -2
  404. package/src/themes/github/elements/button.overrides +0 -1
  405. package/src/themes/github/elements/button.variables +26 -30
  406. package/src/themes/github/elements/header.variables +2 -2
  407. package/src/themes/github/elements/icon.overrides +3 -208
  408. package/src/themes/github/elements/icon.variables +234 -19
  409. package/src/themes/github/elements/image.variables +1 -1
  410. package/src/themes/github/elements/input.overrides +16 -16
  411. package/src/themes/github/elements/input.variables +4 -5
  412. package/src/themes/github/elements/label.overrides +3 -3
  413. package/src/themes/github/elements/label.variables +0 -1
  414. package/src/themes/github/elements/segment.variables +9 -10
  415. package/src/themes/github/elements/step.overrides +13 -13
  416. package/src/themes/github/elements/step.variables +6 -6
  417. package/src/themes/github/globals/site.variables +16 -16
  418. package/src/themes/github/modules/dropdown.overrides +18 -19
  419. package/src/themes/github/modules/dropdown.variables +8 -10
  420. package/src/themes/github/modules/popup.variables +0 -2
  421. package/src/themes/gmail/collections/message.overrides +3 -0
  422. package/src/themes/gmail/collections/message.variables +4 -4
  423. package/src/themes/instagram/views/card.overrides +4 -5
  424. package/src/themes/instagram/views/card.variables +7 -8
  425. package/src/themes/joypixels/elements/emoji.overrides +0 -2
  426. package/src/themes/joypixels/elements/emoji.variables +3554 -3554
  427. package/src/themes/material/collections/menu.overrides +1 -1
  428. package/src/themes/material/collections/menu.variables +4 -4
  429. package/src/themes/material/elements/button.overrides +7 -9
  430. package/src/themes/material/elements/button.variables +44 -46
  431. package/src/themes/material/elements/header.overrides +3 -3
  432. package/src/themes/material/elements/header.variables +8 -10
  433. package/src/themes/material/elements/icon.overrides +3 -934
  434. package/src/themes/material/elements/icon.variables +958 -18
  435. package/src/themes/material/globals/site.overrides +3 -0
  436. package/src/themes/material/globals/site.variables +83 -84
  437. package/src/themes/material/modules/dropdown.overrides +2 -2
  438. package/src/themes/material/modules/dropdown.variables +5 -5
  439. package/src/themes/material/modules/modal.overrides +3 -3
  440. package/src/themes/material/modules/modal.variables +4 -5
  441. package/src/themes/pulsar/elements/loader.overrides +23 -61
  442. package/src/themes/raised/elements/button.variables +8 -9
  443. package/src/themes/resetcss/globals/reset.overrides +115 -33
  444. package/src/themes/resetcss/globals/reset.variables +1 -1
  445. package/src/themes/round/elements/button.overrides +3 -0
  446. package/src/themes/round/elements/button.variables +33 -38
  447. package/src/themes/rtl/globals/site.overrides +1 -1
  448. package/src/themes/rtl/globals/site.variables +5 -6
  449. package/src/themes/striped/modules/progress.overrides +20 -16
  450. package/src/themes/systemfont/globals/reset.overrides +1 -1
  451. package/src/themes/systemfont/globals/site.variables +6 -6
  452. package/src/themes/timeline/views/feed.overrides +12 -12
  453. package/src/themes/timeline/views/feed.variables +8 -8
  454. package/src/themes/twitter/elements/button.overrides +4 -5
  455. package/src/themes/twitter/elements/button.variables +17 -18
  456. package/src/themes/twitter/elements/emoji.variables +3556 -3556
  457. package/tasks/.eslintrc.js +9 -0
  458. package/tasks/README.md +2 -4
  459. package/tasks/admin/components/create.js +268 -277
  460. package/tasks/admin/components/init.js +123 -129
  461. package/tasks/admin/components/update.js +151 -158
  462. package/tasks/admin/distributions/create.js +183 -189
  463. package/tasks/admin/distributions/init.js +125 -131
  464. package/tasks/admin/distributions/update.js +147 -153
  465. package/tasks/admin/publish.js +5 -9
  466. package/tasks/admin/register.js +37 -39
  467. package/tasks/admin/release.js +8 -12
  468. package/tasks/build/assets.js +43 -40
  469. package/tasks/build/css.js +230 -217
  470. package/tasks/build/javascript.js +120 -114
  471. package/tasks/build.js +11 -11
  472. package/tasks/check-install.js +15 -17
  473. package/tasks/clean.js +6 -6
  474. package/tasks/collections/README.md +3 -5
  475. package/tasks/collections/admin.js +34 -36
  476. package/tasks/collections/build.js +19 -21
  477. package/tasks/collections/docs.js +11 -13
  478. package/tasks/collections/install.js +11 -13
  479. package/tasks/collections/rtl.js +9 -12
  480. package/tasks/collections/various.js +10 -12
  481. package/tasks/config/admin/github.js +17 -19
  482. package/tasks/config/admin/oauth.example.js +4 -4
  483. package/tasks/config/admin/release.js +98 -98
  484. package/tasks/config/admin/templates/README.md +8 -8
  485. package/tasks/config/admin/templates/bower.json +3 -2
  486. package/tasks/config/admin/templates/component-package.js +9 -10
  487. package/tasks/config/admin/templates/css-package.js +19 -21
  488. package/tasks/config/admin/templates/less-package.js +12 -14
  489. package/tasks/config/admin/templates/package.json +6 -6
  490. package/tasks/config/defaults.js +116 -116
  491. package/tasks/config/docs.js +23 -23
  492. package/tasks/config/npm/gulpfile.js +15 -14
  493. package/tasks/config/project/config.js +124 -136
  494. package/tasks/config/project/install.js +722 -719
  495. package/tasks/config/project/release.js +34 -41
  496. package/tasks/config/tasks.js +168 -167
  497. package/tasks/config/user.js +28 -32
  498. package/tasks/docs/build.js +100 -96
  499. package/tasks/docs/metadata.js +91 -98
  500. package/tasks/docs/serve.js +84 -82
  501. package/tasks/install.js +373 -382
  502. package/tasks/rtl/build.js +4 -3
  503. package/tasks/rtl/watch.js +4 -3
  504. package/tasks/version.js +4 -6
  505. package/tasks/watch.js +29 -31
  506. package/test/.eslintrc.js +23 -0
  507. package/test/meteor/assets.js +11 -14
  508. package/test/meteor/fonts.js +12 -13
  509. package/test/modules/accordion.spec.js +6 -8
  510. package/test/modules/checkbox.spec.js +5 -7
  511. package/test/modules/dropdown.spec.js +5 -7
  512. package/test/modules/modal.spec.js +6 -8
  513. package/test/modules/module.spec.js +158 -178
  514. package/test/modules/popup.spec.js +5 -7
  515. package/test/modules/search.spec.js +5 -7
  516. package/test/modules/shape.spec.js +5 -7
  517. package/test/modules/sidebar.spec.js +5 -7
  518. package/test/modules/tab.spec.js +6 -8
  519. package/test/modules/transition.spec.js +5 -7
  520. package/test/modules/video.spec.js +5 -7
  521. package/.github/workflows/codeql.yml +0 -68
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1-beta.8+edc5e7e - Icon
2
+ * # Fomantic-UI 2.9.1 - Icon
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -14,8 +14,8 @@
14
14
  *******************************/
15
15
 
16
16
  @font-face {
17
- font-family: 'icons';
18
- src: url("./../themes/default/assets/fonts/icons.woff2") format('woff2') , url("./../themes/default/assets/fonts/icons.woff") format('woff');
17
+ font-family: "icons";
18
+ src: url("./../themes/default/assets/fonts/icons.woff2") format("woff2") , url("./../themes/default/assets/fonts/icons.woff") format("woff");
19
19
  font-style: normal;
20
20
  font-weight: normal;
21
21
  font-display: block;
@@ -24,8 +24,8 @@
24
24
  text-transform: none;
25
25
  }
26
26
  @font-face {
27
- font-family: 'outline-icons';
28
- src: url("./../themes/default/assets/fonts/outline-icons.woff2") format('woff2') , url("./../themes/default/assets/fonts/outline-icons.woff") format('woff');
27
+ font-family: "outline-icons";
28
+ src: url("./../themes/default/assets/fonts/outline-icons.woff2") format("woff2") , url("./../themes/default/assets/fonts/outline-icons.woff") format("woff");
29
29
  font-style: normal;
30
30
  font-weight: normal;
31
31
  font-display: block;
@@ -34,8 +34,8 @@
34
34
  text-transform: none;
35
35
  }
36
36
  @font-face {
37
- font-family: 'brand-icons';
38
- src: url("./../themes/default/assets/fonts/brand-icons.woff2") format('woff2') , url("./../themes/default/assets/fonts/brand-icons.woff") format('woff');
37
+ font-family: "brand-icons";
38
+ src: url("./../themes/default/assets/fonts/brand-icons.woff2") format("woff2") , url("./../themes/default/assets/fonts/brand-icons.woff") format("woff");
39
39
  font-style: normal;
40
40
  font-weight: normal;
41
41
  font-display: block;
@@ -49,7 +49,7 @@ i.icon {
49
49
  margin: 0 0.25rem 0 0;
50
50
  width: 1.18em;
51
51
  height: 1em;
52
- font-family: 'icons';
52
+ font-family: "icons";
53
53
  font-style: normal;
54
54
  font-weight: normal;
55
55
  text-decoration: inherit;
@@ -70,18 +70,16 @@ i.icon::before {
70
70
  *******************************/
71
71
 
72
72
 
73
- /*--------------
74
- Loading
75
- ---------------*/
76
-
73
+ /* --------------
74
+ Loading
75
+ --------------- */
77
76
  i.loading.icon {
78
77
  height: 1em;
79
78
  line-height: 1;
80
79
  }
81
80
  i.loading.icon,
82
81
  i.loading.icons {
83
- -webkit-animation: loader 2s linear infinite;
84
- animation: loader 2s linear infinite;
82
+ animation: loader 2s linear infinite;
85
83
  }
86
84
 
87
85
 
@@ -110,25 +108,22 @@ i.disabled.icons {
110
108
  *******************************/
111
109
 
112
110
 
113
- /*-------------------
114
- Fitted
115
- --------------------*/
116
-
111
+ /* -------------------
112
+ Fitted
113
+ -------------------- */
117
114
  i.fitted.icons,
118
115
  i.fitted.icon {
119
116
  width: auto;
120
117
  margin: 0 !important;
121
118
  }
122
119
 
123
- /*-------------------
124
- Link
125
- --------------------*/
126
-
120
+ /* -------------------
121
+ Link
122
+ -------------------- */
127
123
  i.link.icon:not(.disabled),
128
124
  i.link.icons:not(.disabled) {
129
125
  cursor: pointer;
130
126
  opacity: 0.8;
131
- -webkit-transition: opacity 0.1s ease;
132
127
  transition: opacity 0.1s ease;
133
128
  }
134
129
  i.link.icon:hover,
@@ -136,209 +131,174 @@ i.link.icons:hover {
136
131
  opacity: 1;
137
132
  }
138
133
 
139
- /*-------------------
140
- Circular
141
- --------------------*/
142
-
134
+ /* -------------------
135
+ Circular
136
+ -------------------- */
143
137
  i.circular.icon {
144
138
  border-radius: 500em !important;
145
139
  line-height: 1 !important;
146
140
  padding: 0.5em 0 !important;
147
- -webkit-box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
148
- box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
141
+ box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
149
142
  width: 2em !important;
150
143
  height: 2em !important;
151
144
  }
152
145
  i.circular.icon.colored {
153
- -webkit-box-shadow: 0 0 0 0.1em currentColor inset;
154
- box-shadow: 0 0 0 0.1em currentColor inset;
146
+ box-shadow: 0 0 0 0.1em currentColor inset;
155
147
  }
156
148
  i.circular.inverted.icon {
157
149
  border: none;
158
- -webkit-box-shadow: none;
159
- box-shadow: none;
150
+ box-shadow: none;
160
151
  }
161
152
 
162
- /*-------------------
163
- Flipped
164
- --------------------*/
165
-
153
+ /* -------------------
154
+ Flipped
155
+ -------------------- */
166
156
  i.flipped.icon,
167
157
  i.horizontally.flipped.icon {
168
- -webkit-transform: scale(-1, 1);
169
- transform: scale(-1, 1);
158
+ transform: scale(-1, 1);
170
159
  }
171
160
  i.vertically.flipped.icon {
172
- -webkit-transform: scale(1, -1);
173
- transform: scale(1, -1);
161
+ transform: scale(1, -1);
174
162
  }
175
163
  .icons i.flipped.icon:not(.corner):not(:first-child),
176
164
  .icons i.horizontally.flipped.icon:not(.corner):not(:first-child) {
177
- -webkit-transform: translateX(-50%) translateY(-50%) scale(-1, 1);
178
- transform: translateX(-50%) translateY(-50%) scale(-1, 1);
165
+ transform: translateX(-50%) translateY(-50%) scale(-1, 1);
179
166
  }
180
167
  .icons i.vertically.flipped.icon:not(.corner):not(:first-child) {
181
- -webkit-transform: translateX(-50%) translateY(-50%) scale(1, -1);
182
- transform: translateX(-50%) translateY(-50%) scale(1, -1);
168
+ transform: translateX(-50%) translateY(-50%) scale(1, -1);
183
169
  }
184
170
 
185
- /*-------------------
186
- Rotated
187
- --------------------*/
188
-
171
+ /* -------------------
172
+ Rotated
173
+ -------------------- */
189
174
  i.rotated.icon,
190
175
  i.right.rotated.icon,
191
176
  i.clockwise.rotated.icon {
192
- -webkit-transform: rotate(90deg);
193
- transform: rotate(90deg);
177
+ transform: rotate(90deg);
194
178
  }
195
179
  i.left.rotated.icon,
196
180
  i.counterclockwise.rotated.icon {
197
- -webkit-transform: rotate(-90deg);
198
- transform: rotate(-90deg);
181
+ transform: rotate(-90deg);
199
182
  }
200
183
  i.halfway.rotated.icon {
201
- -webkit-transform: rotate(180deg);
202
- transform: rotate(180deg);
184
+ transform: rotate(180deg);
203
185
  }
204
186
  .icons i.rotated.rotated.icon:not(.corner):not(:first-child),
205
187
  .icons i.right.rotated.icon:not(.corner):not(:first-child),
206
188
  .icons i.clockwise.rotated.icon:not(.corner):not(:first-child) {
207
- -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
208
- transform: translateX(-50%) translateY(-50%) rotate(90deg);
189
+ transform: translateX(-50%) translateY(-50%) rotate(90deg);
209
190
  }
210
191
  .icons i.left.rotated.icon:not(.corner):not(:first-child),
211
192
  .icons i.counterclockwise.rotated.icon:not(.corner):not(:first-child) {
212
- -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
213
- transform: translateX(-50%) translateY(-50%) rotate(-90deg);
193
+ transform: translateX(-50%) translateY(-50%) rotate(-90deg);
214
194
  }
215
195
  .icons i.halfway.rotated.icon:not(.corner):not(:first-child) {
216
- -webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
217
- transform: translateX(-50%) translateY(-50%) rotate(180deg);
196
+ transform: translateX(-50%) translateY(-50%) rotate(180deg);
218
197
  }
219
198
 
220
- /*--------------------------
221
- Flipped & Rotated
222
- ---------------------------*/
223
-
199
+ /* --------------------------
200
+ Flipped & Rotated
201
+ --------------------------- */
224
202
  i.rotated.flipped.icon,
225
203
  i.right.rotated.flipped.icon,
226
204
  i.clockwise.rotated.flipped.icon {
227
- -webkit-transform: scale(-1, 1) rotate(90deg);
228
- transform: scale(-1, 1) rotate(90deg);
205
+ transform: scale(-1, 1) rotate(90deg);
229
206
  }
230
207
  i.left.rotated.flipped.icon,
231
208
  i.counterclockwise.rotated.flipped.icon {
232
- -webkit-transform: scale(-1, 1) rotate(-90deg);
233
- transform: scale(-1, 1) rotate(-90deg);
209
+ transform: scale(-1, 1) rotate(-90deg);
234
210
  }
235
211
  i.halfway.rotated.flipped.icon {
236
- -webkit-transform: scale(-1, 1) rotate(180deg);
237
- transform: scale(-1, 1) rotate(180deg);
212
+ transform: scale(-1, 1) rotate(180deg);
238
213
  }
239
214
  i.rotated.vertically.flipped.icon,
240
215
  i.right.rotated.vertically.flipped.icon,
241
216
  i.clockwise.rotated.vertically.flipped.icon {
242
- -webkit-transform: scale(1, -1) rotate(90deg);
243
- transform: scale(1, -1) rotate(90deg);
217
+ transform: scale(1, -1) rotate(90deg);
244
218
  }
245
219
  i.left.rotated.vertically.flipped.icon,
246
220
  i.counterclockwise.rotated.vertically.flipped.icon {
247
- -webkit-transform: scale(1, -1) rotate(-90deg);
248
- transform: scale(1, -1) rotate(-90deg);
221
+ transform: scale(1, -1) rotate(-90deg);
249
222
  }
250
223
  i.halfway.rotated.vertically.flipped.icon {
251
- -webkit-transform: scale(1, -1) rotate(180deg);
252
- transform: scale(1, -1) rotate(180deg);
224
+ transform: scale(1, -1) rotate(180deg);
253
225
  }
254
226
  .icons i.rotated.flipped.icon:not(.corner):not(:first-child),
255
227
  .icons i.right.rotated.flipped.icon:not(.corner):not(:first-child),
256
228
  .icons i.clockwise.rotated.flipped.icon:not(.corner):not(:first-child) {
257
- -webkit-transform: translateX(-50%) translateY(-50%) scale(-1, 1) rotate(90deg);
258
- transform: translateX(-50%) translateY(-50%) scale(-1, 1) rotate(90deg);
229
+ transform: translateX(-50%) translateY(-50%) scale(-1, 1) rotate(90deg);
259
230
  }
260
231
  .icons i.left.rotated.flipped.icon:not(.corner):not(:first-child),
261
232
  .icons i.counterclockwise.rotated.flipped.icon:not(.corner):not(:first-child) {
262
- -webkit-transform: translateX(-50%) translateY(-50%) scale(-1, 1) rotate(-90deg);
263
- transform: translateX(-50%) translateY(-50%) scale(-1, 1) rotate(-90deg);
233
+ transform: translateX(-50%) translateY(-50%) scale(-1, 1) rotate(-90deg);
264
234
  }
265
235
  .icons i.halfway.rotated.flipped.icon:not(.corner):not(:first-child) {
266
- -webkit-transform: translateX(-50%) translateY(-50%) scale(-1, 1) rotate(180deg);
267
- transform: translateX(-50%) translateY(-50%) scale(-1, 1) rotate(180deg);
236
+ transform: translateX(-50%) translateY(-50%) scale(-1, 1) rotate(180deg);
268
237
  }
269
238
  .icons i.rotated.vertically.flipped.icon:not(.corner):not(:first-child),
270
239
  .icons i.right.rotated.vertically.flipped.icon:not(.corner):not(:first-child),
271
240
  .icons i.clockwise.rotated.vertically.flipped.icon:not(.corner):not(:first-child) {
272
- -webkit-transform: translateX(-50%) translateY(-50%) scale(1, -1) rotate(90deg);
273
- transform: translateX(-50%) translateY(-50%) scale(1, -1) rotate(90deg);
241
+ transform: translateX(-50%) translateY(-50%) scale(1, -1) rotate(90deg);
274
242
  }
275
243
  .icons i.left.rotated.vertically.flipped.icon:not(.corner):not(:first-child),
276
244
  .icons i.counterclockwise.rotated.vertically.flipped.icon:not(.corner):not(:first-child) {
277
- -webkit-transform: translateX(-50%) translateY(-50%) scale(1, -1) rotate(-90deg);
278
- transform: translateX(-50%) translateY(-50%) scale(1, -1) rotate(-90deg);
245
+ transform: translateX(-50%) translateY(-50%) scale(1, -1) rotate(-90deg);
279
246
  }
280
247
  .icons i.halfway.rotated.vertically.flipped.icon:not(.corner):not(:first-child) {
281
- -webkit-transform: translateX(-50%) translateY(-50%) scale(1, -1) rotate(180deg);
282
- transform: translateX(-50%) translateY(-50%) scale(1, -1) rotate(180deg);
248
+ transform: translateX(-50%) translateY(-50%) scale(1, -1) rotate(180deg);
283
249
  }
284
250
 
285
- /*-------------------
286
- Bordered
287
- --------------------*/
288
-
251
+ /* -------------------
252
+ Bordered
253
+ -------------------- */
289
254
  i.bordered.icon {
290
255
  line-height: 1;
291
256
  vertical-align: baseline;
292
257
  width: 2em;
293
258
  height: 2em;
294
259
  padding: 0.5em 0 !important;
295
- -webkit-box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
296
- box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
260
+ box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
297
261
  }
298
262
  i.bordered.icon.colored {
299
- -webkit-box-shadow: 0 0 0 0.1em currentColor inset;
300
- box-shadow: 0 0 0 0.1em currentColor inset;
263
+ box-shadow: 0 0 0 0.1em currentColor inset;
301
264
  }
302
265
  i.bordered.inverted.icon {
303
266
  border: none;
304
- -webkit-box-shadow: none;
305
- box-shadow: none;
267
+ box-shadow: none;
306
268
  }
307
269
 
308
- /*-------------------
309
- Inverted
310
- --------------------*/
311
-
270
+ /* -------------------
271
+ Inverted
272
+ -------------------- */
312
273
 
313
274
  /* Inverted Shapes */
314
275
  i.inverted.bordered.icon,
315
276
  i.inverted.circular.icon {
316
- background-color: #1B1C1D;
317
- color: #FFFFFF;
277
+ background-color: #1b1c1d;
278
+ color: #fff;
318
279
  }
319
280
  i.inverted.icon {
320
- color: #FFFFFF;
281
+ color: #fff;
321
282
  }
322
283
 
323
- /*-------------------
284
+ /* -------------------
324
285
  Colors
325
- --------------------*/
326
-
286
+ -------------------- */
327
287
  i.primary.icon.icon.icon.icon.icon {
328
- color: #2185D0;
288
+ color: #2185d0;
329
289
  }
330
290
  i.inverted.primary.icon.icon.icon.icon.icon {
331
- color: #54C8FF;
291
+ color: #54c8ff;
332
292
  }
333
293
  i.inverted.bordered.primary.icon.icon.icon.icon.icon,
334
294
  i.inverted.circular.primary.icon.icon.icon.icon.icon,
335
295
  i.inverted.bordered.primary.icons,
336
296
  i.inverted.circular.primary.icons {
337
- background-color: #2185D0;
338
- color: #FFFFFF;
297
+ background-color: #2185d0;
298
+ color: #fff;
339
299
  }
340
300
  i.secondary.icon.icon.icon.icon.icon {
341
- color: #1B1C1D;
301
+ color: #1b1c1d;
342
302
  }
343
303
  i.inverted.secondary.icon.icon.icon.icon.icon {
344
304
  color: #545454;
@@ -347,167 +307,167 @@ i.inverted.bordered.secondary.icon.icon.icon.icon.icon,
347
307
  i.inverted.circular.secondary.icon.icon.icon.icon.icon,
348
308
  i.inverted.bordered.secondary.icons,
349
309
  i.inverted.circular.secondary.icons {
350
- background-color: #1B1C1D;
351
- color: #FFFFFF;
310
+ background-color: #1b1c1d;
311
+ color: #fff;
352
312
  }
353
313
  i.red.icon.icon.icon.icon.icon {
354
- color: #DB2828;
314
+ color: #db2828;
355
315
  }
356
316
  i.inverted.red.icon.icon.icon.icon.icon {
357
- color: #FF695E;
317
+ color: #ff695e;
358
318
  }
359
319
  i.inverted.bordered.red.icon.icon.icon.icon.icon,
360
320
  i.inverted.circular.red.icon.icon.icon.icon.icon,
361
321
  i.inverted.bordered.red.icons,
362
322
  i.inverted.circular.red.icons {
363
- background-color: #DB2828;
364
- color: #FFFFFF;
323
+ background-color: #db2828;
324
+ color: #fff;
365
325
  }
366
326
  i.orange.icon.icon.icon.icon.icon {
367
- color: #F2711C;
327
+ color: #f2711c;
368
328
  }
369
329
  i.inverted.orange.icon.icon.icon.icon.icon {
370
- color: #FF851B;
330
+ color: #ff851b;
371
331
  }
372
332
  i.inverted.bordered.orange.icon.icon.icon.icon.icon,
373
333
  i.inverted.circular.orange.icon.icon.icon.icon.icon,
374
334
  i.inverted.bordered.orange.icons,
375
335
  i.inverted.circular.orange.icons {
376
- background-color: #F2711C;
377
- color: #FFFFFF;
336
+ background-color: #f2711c;
337
+ color: #fff;
378
338
  }
379
339
  i.yellow.icon.icon.icon.icon.icon {
380
- color: #FBBD08;
340
+ color: #fbbd08;
381
341
  }
382
342
  i.inverted.yellow.icon.icon.icon.icon.icon {
383
- color: #FFE21F;
343
+ color: #ffe21f;
384
344
  }
385
345
  i.inverted.bordered.yellow.icon.icon.icon.icon.icon,
386
346
  i.inverted.circular.yellow.icon.icon.icon.icon.icon,
387
347
  i.inverted.bordered.yellow.icons,
388
348
  i.inverted.circular.yellow.icons {
389
- background-color: #FBBD08;
390
- color: #FFFFFF;
349
+ background-color: #fbbd08;
350
+ color: #fff;
391
351
  }
392
352
  i.olive.icon.icon.icon.icon.icon {
393
- color: #B5CC18;
353
+ color: #b5cc18;
394
354
  }
395
355
  i.inverted.olive.icon.icon.icon.icon.icon {
396
- color: #D9E778;
356
+ color: #d9e778;
397
357
  }
398
358
  i.inverted.bordered.olive.icon.icon.icon.icon.icon,
399
359
  i.inverted.circular.olive.icon.icon.icon.icon.icon,
400
360
  i.inverted.bordered.olive.icons,
401
361
  i.inverted.circular.olive.icons {
402
- background-color: #B5CC18;
403
- color: #FFFFFF;
362
+ background-color: #b5cc18;
363
+ color: #fff;
404
364
  }
405
365
  i.green.icon.icon.icon.icon.icon {
406
- color: #21BA45;
366
+ color: #21ba45;
407
367
  }
408
368
  i.inverted.green.icon.icon.icon.icon.icon {
409
- color: #2ECC40;
369
+ color: #2ecc40;
410
370
  }
411
371
  i.inverted.bordered.green.icon.icon.icon.icon.icon,
412
372
  i.inverted.circular.green.icon.icon.icon.icon.icon,
413
373
  i.inverted.bordered.green.icons,
414
374
  i.inverted.circular.green.icons {
415
- background-color: #21BA45;
416
- color: #FFFFFF;
375
+ background-color: #21ba45;
376
+ color: #fff;
417
377
  }
418
378
  i.teal.icon.icon.icon.icon.icon {
419
- color: #00B5AD;
379
+ color: #00b5ad;
420
380
  }
421
381
  i.inverted.teal.icon.icon.icon.icon.icon {
422
- color: #6DFFFF;
382
+ color: #6dffff;
423
383
  }
424
384
  i.inverted.bordered.teal.icon.icon.icon.icon.icon,
425
385
  i.inverted.circular.teal.icon.icon.icon.icon.icon,
426
386
  i.inverted.bordered.teal.icons,
427
387
  i.inverted.circular.teal.icons {
428
- background-color: #00B5AD;
429
- color: #FFFFFF;
388
+ background-color: #00b5ad;
389
+ color: #fff;
430
390
  }
431
391
  i.blue.icon.icon.icon.icon.icon {
432
- color: #2185D0;
392
+ color: #2185d0;
433
393
  }
434
394
  i.inverted.blue.icon.icon.icon.icon.icon {
435
- color: #54C8FF;
395
+ color: #54c8ff;
436
396
  }
437
397
  i.inverted.bordered.blue.icon.icon.icon.icon.icon,
438
398
  i.inverted.circular.blue.icon.icon.icon.icon.icon,
439
399
  i.inverted.bordered.blue.icons,
440
400
  i.inverted.circular.blue.icons {
441
- background-color: #2185D0;
442
- color: #FFFFFF;
401
+ background-color: #2185d0;
402
+ color: #fff;
443
403
  }
444
404
  i.violet.icon.icon.icon.icon.icon {
445
- color: #6435C9;
405
+ color: #6435c9;
446
406
  }
447
407
  i.inverted.violet.icon.icon.icon.icon.icon {
448
- color: #A291FB;
408
+ color: #a291fb;
449
409
  }
450
410
  i.inverted.bordered.violet.icon.icon.icon.icon.icon,
451
411
  i.inverted.circular.violet.icon.icon.icon.icon.icon,
452
412
  i.inverted.bordered.violet.icons,
453
413
  i.inverted.circular.violet.icons {
454
- background-color: #6435C9;
455
- color: #FFFFFF;
414
+ background-color: #6435c9;
415
+ color: #fff;
456
416
  }
457
417
  i.purple.icon.icon.icon.icon.icon {
458
- color: #A333C8;
418
+ color: #a333c8;
459
419
  }
460
420
  i.inverted.purple.icon.icon.icon.icon.icon {
461
- color: #DC73FF;
421
+ color: #dc73ff;
462
422
  }
463
423
  i.inverted.bordered.purple.icon.icon.icon.icon.icon,
464
424
  i.inverted.circular.purple.icon.icon.icon.icon.icon,
465
425
  i.inverted.bordered.purple.icons,
466
426
  i.inverted.circular.purple.icons {
467
- background-color: #A333C8;
468
- color: #FFFFFF;
427
+ background-color: #a333c8;
428
+ color: #fff;
469
429
  }
470
430
  i.pink.icon.icon.icon.icon.icon {
471
- color: #E03997;
431
+ color: #e03997;
472
432
  }
473
433
  i.inverted.pink.icon.icon.icon.icon.icon {
474
- color: #FF8EDF;
434
+ color: #ff8edf;
475
435
  }
476
436
  i.inverted.bordered.pink.icon.icon.icon.icon.icon,
477
437
  i.inverted.circular.pink.icon.icon.icon.icon.icon,
478
438
  i.inverted.bordered.pink.icons,
479
439
  i.inverted.circular.pink.icons {
480
- background-color: #E03997;
481
- color: #FFFFFF;
440
+ background-color: #e03997;
441
+ color: #fff;
482
442
  }
483
443
  i.brown.icon.icon.icon.icon.icon {
484
- color: #A5673F;
444
+ color: #a5673f;
485
445
  }
486
446
  i.inverted.brown.icon.icon.icon.icon.icon {
487
- color: #D67C1C;
447
+ color: #d67c1c;
488
448
  }
489
449
  i.inverted.bordered.brown.icon.icon.icon.icon.icon,
490
450
  i.inverted.circular.brown.icon.icon.icon.icon.icon,
491
451
  i.inverted.bordered.brown.icons,
492
452
  i.inverted.circular.brown.icons {
493
- background-color: #A5673F;
494
- color: #FFFFFF;
453
+ background-color: #a5673f;
454
+ color: #fff;
495
455
  }
496
456
  i.grey.icon.icon.icon.icon.icon {
497
457
  color: #767676;
498
458
  }
499
459
  i.inverted.grey.icon.icon.icon.icon.icon {
500
- color: #DCDDDE;
460
+ color: #dcddde;
501
461
  }
502
462
  i.inverted.bordered.grey.icon.icon.icon.icon.icon,
503
463
  i.inverted.circular.grey.icon.icon.icon.icon.icon,
504
464
  i.inverted.bordered.grey.icons,
505
465
  i.inverted.circular.grey.icons {
506
466
  background-color: #767676;
507
- color: #FFFFFF;
467
+ color: #fff;
508
468
  }
509
469
  i.black.icon.icon.icon.icon.icon {
510
- color: #1B1C1D;
470
+ color: #1b1c1d;
511
471
  }
512
472
  i.inverted.black.icon.icon.icon.icon.icon {
513
473
  color: #545454;
@@ -516,14 +476,13 @@ i.inverted.bordered.black.icon.icon.icon.icon.icon,
516
476
  i.inverted.circular.black.icon.icon.icon.icon.icon,
517
477
  i.inverted.bordered.black.icons,
518
478
  i.inverted.circular.black.icons {
519
- background-color: #1B1C1D;
520
- color: #FFFFFF;
479
+ background-color: #1b1c1d;
480
+ color: #fff;
521
481
  }
522
482
 
523
- /*-------------------
483
+ /* -------------------
524
484
  Sizes
525
- --------------------*/
526
-
485
+ -------------------- */
527
486
  i.icon,
528
487
  i.icons {
529
488
  font-size: 1em;
@@ -568,8 +527,8 @@ i.massive.massive.massive.icons {
568
527
 
569
528
 
570
529
  /*******************************
571
- Groups
572
- *******************************/
530
+ Groups
531
+ *******************************/
573
532
 
574
533
  i.icons {
575
534
  display: inline-block;
@@ -587,8 +546,7 @@ i.icons .icon {
587
546
  margin: 0;
588
547
  }
589
548
  i.icons .icon:not(.corner):not(.rotated):not(.flipped) {
590
- -webkit-transform: translateX(-50%) translateY(-50%);
591
- transform: translateX(-50%) translateY(-50%);
549
+ transform: translateX(-50%) translateY(-50%);
592
550
  }
593
551
  i.icons .icon:first-child {
594
552
  position: static;
@@ -597,8 +555,7 @@ i.icons .icon:first-child {
597
555
  vertical-align: top;
598
556
  }
599
557
  i.icons:not(.bordered):not(.circular) .icon:first-child:not(.rotated):not(.flipped) {
600
- -webkit-transform: none;
601
- transform: none;
558
+ transform: none;
602
559
  }
603
560
 
604
561
  /* Corner Icon */
@@ -608,11 +565,10 @@ i.icons .corner.icon {
608
565
  right: 0;
609
566
  bottom: 0;
610
567
  font-size: 0.45em;
611
- text-shadow: -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px 1px 0 #FFFFFF;
568
+ text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
612
569
  }
613
570
  i.icons .corner.icon:not(.rotated):not(.flipped) {
614
- -webkit-transform: none;
615
- transform: none;
571
+ transform: none;
616
572
  }
617
573
  i.icons .icon.corner[class*="top right"] {
618
574
  top: 0;
@@ -639,26 +595,24 @@ i.icons .icon.corner[class*="bottom right"] {
639
595
  bottom: 0;
640
596
  }
641
597
  i.icons .inverted.corner.icon {
642
- text-shadow: -1px -1px 0 #1B1C1D, 1px -1px 0 #1B1C1D, -1px 1px 0 #1B1C1D, 1px 1px 0 #1B1C1D;
598
+ text-shadow: -1px -1px 0 #1b1c1d, 1px -1px 0 #1b1c1d, -1px 1px 0 #1b1c1d, 1px 1px 0 #1b1c1d;
643
599
  }
644
600
 
645
601
 
646
602
  /*************************************************
647
- Bordered/circular with corner or group icons
648
- *************************************************/
603
+ Bordered/circular with corner or group icons
604
+ *************************************************/
649
605
 
650
606
  i.bordered.icons,
651
607
  i.circular.icons {
652
608
  width: 2em;
653
609
  height: 2em;
654
- -webkit-box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
655
- box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
610
+ box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
656
611
  vertical-align: middle;
657
612
  }
658
613
  i.bordered.icons.colored,
659
614
  i.circular.icons.colored {
660
- -webkit-box-shadow: 0 0 0 0.1em currentColor inset;
661
- box-shadow: 0 0 0 0.1em currentColor inset;
615
+ box-shadow: 0 0 0 0.1em currentColor inset;
662
616
  }
663
617
  i.circular.icons {
664
618
  border-radius: 500em;
@@ -666,18 +620,16 @@ i.circular.icons {
666
620
  i.bordered.icons i.icon:first-child,
667
621
  i.circular.icons i.icon:first-child {
668
622
  position: absolute;
669
- -webkit-transform: translateX(-50%) translateY(-50%);
670
- transform: translateX(-50%) translateY(-50%);
623
+ transform: translateX(-50%) translateY(-50%);
671
624
  }
672
625
 
673
626
  /* Inverted Icon */
674
627
  i.bordered.inverted.icons,
675
628
  i.circular.inverted.icons {
676
629
  border: none;
677
- -webkit-box-shadow: none;
678
- box-shadow: none;
679
- background-color: #1B1C1D;
680
- color: #FFFFFF;
630
+ box-shadow: none;
631
+ background-color: #1b1c1d;
632
+ color: #fff;
681
633
  }
682
634
 
683
635
  /* Corner Icon */
@@ -734,11 +686,17 @@ i.icon.log.out::before {
734
686
  i.icon.sign.out::before {
735
687
  content: "\f2f5";
736
688
  }
689
+ i.icon.sign.in.alternate::before {
690
+ content: "\f2f6";
691
+ }
692
+ i.icon.sign.out.alternate::before {
693
+ content: "\f2f5";
694
+ }
737
695
 
738
696
 
739
697
  /*******************************
740
- Solid Icons
741
- *******************************/
698
+ Solid Icons
699
+ *******************************/
742
700
 
743
701
 
744
702
  /* Icons */
@@ -3007,15 +2965,9 @@ i.icon.shuttle.van::before {
3007
2965
  i.icon.sign::before {
3008
2966
  content: "\f4d9";
3009
2967
  }
3010
- i.icon.sign.in.alternate::before {
3011
- content: "\f2f6";
3012
- }
3013
2968
  i.icon.sign.language::before {
3014
2969
  content: "\f2a7";
3015
2970
  }
3016
- i.icon.sign.out.alternate::before {
3017
- content: "\f2f5";
3018
- }
3019
2971
  i.icon.signal::before {
3020
2972
  content: "\f012";
3021
2973
  }
@@ -4104,9 +4056,6 @@ i.icon.idea::before {
4104
4056
  i.icon.ils::before {
4105
4057
  content: "\f20b";
4106
4058
  }
4107
- i.icon.in.cart::before {
4108
- content: "\f218";
4109
- }
4110
4059
  i.icon.inr::before {
4111
4060
  content: "\f156";
4112
4061
  }
@@ -4158,9 +4107,6 @@ i.icon.lira::before {
4158
4107
  i.icon.list.layout::before {
4159
4108
  content: "\f00b";
4160
4109
  }
4161
- i.icon.log.out::before {
4162
- content: "\f2f5";
4163
- }
4164
4110
  i.icon.magnify::before {
4165
4111
  content: "\f00e";
4166
4112
  }
@@ -4380,12 +4326,6 @@ i.icon.shutdown::before {
4380
4326
  i.icon.sidebar::before {
4381
4327
  content: "\f0c9";
4382
4328
  }
4383
- i.icon.sign.in::before {
4384
- content: "\f2f6";
4385
- }
4386
- i.icon.sign.out::before {
4387
- content: "\f2f5";
4388
- }
4389
4329
  i.icon.signing::before {
4390
4330
  content: "\f2a7";
4391
4331
  }
@@ -4608,20 +4548,14 @@ i.icon.zip::before {
4608
4548
  i.icon.zoom::before {
4609
4549
  content: "\f00e";
4610
4550
  }
4611
- i.icon.zoom.in::before {
4612
- content: "\f00e";
4613
- }
4614
- i.icon.zoom.out::before {
4615
- content: "\f010";
4616
- }
4617
4551
 
4618
4552
 
4619
4553
  /*******************************
4620
- Outline Icons
4621
- *******************************/
4554
+ Outline Icons
4555
+ *******************************/
4622
4556
 
4623
4557
  i.icon.outline {
4624
- font-family: 'outline-icons';
4558
+ font-family: "outline-icons";
4625
4559
  }
4626
4560
 
4627
4561
  /* Icons */
@@ -5083,2057 +5017,2040 @@ i.icon.window.restore.outline::before {
5083
5017
 
5084
5018
 
5085
5019
  /*******************************
5086
- Thin Icons
5087
- *******************************/
5088
-
5089
-
5090
- /* Icons */
5091
- i.icon.thin {
5092
- font-family: 'thin-icons';
5093
- }
5094
-
5095
- /* Aliases */
5096
-
5097
-
5098
- /*******************************
5099
- Brand Icons
5100
- *******************************/
5020
+ Brand Icons
5021
+ *******************************/
5101
5022
 
5102
5023
 
5103
5024
  /* Icons */
5104
5025
  i.icon.\35 00px::before {
5105
5026
  content: "\f26e";
5106
- font-family: 'brand-icons';
5027
+ font-family: "brand-icons";
5107
5028
  }
5108
5029
  i.icon.accessible::before {
5109
5030
  content: "\f368";
5110
- font-family: 'brand-icons';
5031
+ font-family: "brand-icons";
5111
5032
  }
5112
5033
  i.icon.accusoft::before {
5113
5034
  content: "\f369";
5114
- font-family: 'brand-icons';
5035
+ font-family: "brand-icons";
5115
5036
  }
5116
5037
  i.icon.acquisitions.incorporated::before {
5117
5038
  content: "\f6af";
5118
- font-family: 'brand-icons';
5039
+ font-family: "brand-icons";
5119
5040
  }
5120
5041
  i.icon.adn::before {
5121
5042
  content: "\f170";
5122
- font-family: 'brand-icons';
5043
+ font-family: "brand-icons";
5123
5044
  }
5124
5045
  i.icon.adversal::before {
5125
5046
  content: "\f36a";
5126
- font-family: 'brand-icons';
5047
+ font-family: "brand-icons";
5127
5048
  }
5128
5049
  i.icon.affiliatetheme::before {
5129
5050
  content: "\f36b";
5130
- font-family: 'brand-icons';
5051
+ font-family: "brand-icons";
5131
5052
  }
5132
5053
  i.icon.airbnb::before {
5133
5054
  content: "\f834";
5134
- font-family: 'brand-icons';
5055
+ font-family: "brand-icons";
5135
5056
  }
5136
5057
  i.icon.algolia::before {
5137
5058
  content: "\f36c";
5138
- font-family: 'brand-icons';
5059
+ font-family: "brand-icons";
5139
5060
  }
5140
5061
  i.icon.alipay::before {
5141
5062
  content: "\f642";
5142
- font-family: 'brand-icons';
5063
+ font-family: "brand-icons";
5143
5064
  }
5144
5065
  i.icon.amazon::before {
5145
5066
  content: "\f270";
5146
- font-family: 'brand-icons';
5067
+ font-family: "brand-icons";
5147
5068
  }
5148
5069
  i.icon.amazon.pay::before {
5149
5070
  content: "\f42c";
5150
- font-family: 'brand-icons';
5071
+ font-family: "brand-icons";
5151
5072
  }
5152
5073
  i.icon.amilia::before {
5153
5074
  content: "\f36d";
5154
- font-family: 'brand-icons';
5075
+ font-family: "brand-icons";
5155
5076
  }
5156
5077
  i.icon.android::before {
5157
5078
  content: "\f17b";
5158
- font-family: 'brand-icons';
5079
+ font-family: "brand-icons";
5159
5080
  }
5160
5081
  i.icon.angellist::before {
5161
5082
  content: "\f209";
5162
- font-family: 'brand-icons';
5083
+ font-family: "brand-icons";
5163
5084
  }
5164
5085
  i.icon.angrycreative::before {
5165
5086
  content: "\f36e";
5166
- font-family: 'brand-icons';
5087
+ font-family: "brand-icons";
5167
5088
  }
5168
5089
  i.icon.angular::before {
5169
5090
  content: "\f420";
5170
- font-family: 'brand-icons';
5091
+ font-family: "brand-icons";
5171
5092
  }
5172
5093
  i.icon.app.store::before {
5173
5094
  content: "\f36f";
5174
- font-family: 'brand-icons';
5095
+ font-family: "brand-icons";
5175
5096
  }
5176
5097
  i.icon.app.store.ios::before {
5177
5098
  content: "\f370";
5178
- font-family: 'brand-icons';
5099
+ font-family: "brand-icons";
5179
5100
  }
5180
5101
  i.icon.apper::before {
5181
5102
  content: "\f371";
5182
- font-family: 'brand-icons';
5103
+ font-family: "brand-icons";
5183
5104
  }
5184
5105
  i.icon.apple::before {
5185
5106
  content: "\f179";
5186
- font-family: 'brand-icons';
5107
+ font-family: "brand-icons";
5187
5108
  }
5188
5109
  i.icon.apple.pay::before {
5189
5110
  content: "\f415";
5190
- font-family: 'brand-icons';
5111
+ font-family: "brand-icons";
5191
5112
  }
5192
5113
  i.icon.artstation::before {
5193
5114
  content: "\f77a";
5194
- font-family: 'brand-icons';
5115
+ font-family: "brand-icons";
5195
5116
  }
5196
5117
  i.icon.asymmetrik::before {
5197
5118
  content: "\f372";
5198
- font-family: 'brand-icons';
5119
+ font-family: "brand-icons";
5199
5120
  }
5200
5121
  i.icon.atlassian::before {
5201
5122
  content: "\f77b";
5202
- font-family: 'brand-icons';
5123
+ font-family: "brand-icons";
5203
5124
  }
5204
5125
  i.icon.audible::before {
5205
5126
  content: "\f373";
5206
- font-family: 'brand-icons';
5127
+ font-family: "brand-icons";
5207
5128
  }
5208
5129
  i.icon.autoprefixer::before {
5209
5130
  content: "\f41c";
5210
- font-family: 'brand-icons';
5131
+ font-family: "brand-icons";
5211
5132
  }
5212
5133
  i.icon.avianex::before {
5213
5134
  content: "\f374";
5214
- font-family: 'brand-icons';
5135
+ font-family: "brand-icons";
5215
5136
  }
5216
5137
  i.icon.aviato::before {
5217
5138
  content: "\f421";
5218
- font-family: 'brand-icons';
5139
+ font-family: "brand-icons";
5219
5140
  }
5220
5141
  i.icon.aws::before {
5221
5142
  content: "\f375";
5222
- font-family: 'brand-icons';
5143
+ font-family: "brand-icons";
5223
5144
  }
5224
5145
  i.icon.bandcamp::before {
5225
5146
  content: "\f2d5";
5226
- font-family: 'brand-icons';
5147
+ font-family: "brand-icons";
5227
5148
  }
5228
5149
  i.icon.battle.net::before {
5229
5150
  content: "\f835";
5230
- font-family: 'brand-icons';
5151
+ font-family: "brand-icons";
5231
5152
  }
5232
5153
  i.icon.behance::before {
5233
5154
  content: "\f1b4";
5234
- font-family: 'brand-icons';
5155
+ font-family: "brand-icons";
5235
5156
  }
5236
5157
  i.icon.behance.square::before {
5237
5158
  content: "\f1b5";
5238
- font-family: 'brand-icons';
5159
+ font-family: "brand-icons";
5239
5160
  }
5240
5161
  i.icon.bimobject::before {
5241
5162
  content: "\f378";
5242
- font-family: 'brand-icons';
5163
+ font-family: "brand-icons";
5243
5164
  }
5244
5165
  i.icon.bitbucket::before {
5245
5166
  content: "\f171";
5246
- font-family: 'brand-icons';
5167
+ font-family: "brand-icons";
5247
5168
  }
5248
5169
  i.icon.bitcoin::before {
5249
5170
  content: "\f379";
5250
- font-family: 'brand-icons';
5171
+ font-family: "brand-icons";
5251
5172
  }
5252
5173
  i.icon.bity::before {
5253
5174
  content: "\f37a";
5254
- font-family: 'brand-icons';
5175
+ font-family: "brand-icons";
5255
5176
  }
5256
5177
  i.icon.black.tie::before {
5257
5178
  content: "\f27e";
5258
- font-family: 'brand-icons';
5179
+ font-family: "brand-icons";
5259
5180
  }
5260
5181
  i.icon.blackberry::before {
5261
5182
  content: "\f37b";
5262
- font-family: 'brand-icons';
5183
+ font-family: "brand-icons";
5263
5184
  }
5264
5185
  i.icon.blogger::before {
5265
5186
  content: "\f37c";
5266
- font-family: 'brand-icons';
5187
+ font-family: "brand-icons";
5267
5188
  }
5268
5189
  i.icon.blogger.b::before {
5269
5190
  content: "\f37d";
5270
- font-family: 'brand-icons';
5191
+ font-family: "brand-icons";
5271
5192
  }
5272
5193
  i.icon.bluetooth::before {
5273
5194
  content: "\f293";
5274
- font-family: 'brand-icons';
5195
+ font-family: "brand-icons";
5275
5196
  }
5276
5197
  i.icon.bluetooth.b::before {
5277
5198
  content: "\f294";
5278
- font-family: 'brand-icons';
5199
+ font-family: "brand-icons";
5279
5200
  }
5280
5201
  i.icon.bootstrap::before {
5281
5202
  content: "\f836";
5282
- font-family: 'brand-icons';
5203
+ font-family: "brand-icons";
5283
5204
  }
5284
5205
  i.icon.btc::before {
5285
5206
  content: "\f15a";
5286
- font-family: 'brand-icons';
5207
+ font-family: "brand-icons";
5287
5208
  }
5288
5209
  i.icon.buffer::before {
5289
5210
  content: "\f837";
5290
- font-family: 'brand-icons';
5211
+ font-family: "brand-icons";
5291
5212
  }
5292
5213
  i.icon.buromobelexperte::before {
5293
5214
  content: "\f37f";
5294
- font-family: 'brand-icons';
5215
+ font-family: "brand-icons";
5295
5216
  }
5296
5217
  i.icon.buy.n.large::before {
5297
5218
  content: "\f8a6";
5298
- font-family: 'brand-icons';
5219
+ font-family: "brand-icons";
5299
5220
  }
5300
5221
  i.icon.buysellads::before {
5301
5222
  content: "\f20d";
5302
- font-family: 'brand-icons';
5223
+ font-family: "brand-icons";
5303
5224
  }
5304
5225
  i.icon.canadian.maple.leaf::before {
5305
5226
  content: "\f785";
5306
- font-family: 'brand-icons';
5227
+ font-family: "brand-icons";
5307
5228
  }
5308
5229
  i.icon.cc.amazon.pay::before {
5309
5230
  content: "\f42d";
5310
- font-family: 'brand-icons';
5231
+ font-family: "brand-icons";
5311
5232
  }
5312
5233
  i.icon.cc.amex::before {
5313
5234
  content: "\f1f3";
5314
- font-family: 'brand-icons';
5235
+ font-family: "brand-icons";
5315
5236
  }
5316
5237
  i.icon.cc.apple.pay::before {
5317
5238
  content: "\f416";
5318
- font-family: 'brand-icons';
5239
+ font-family: "brand-icons";
5319
5240
  }
5320
5241
  i.icon.cc.diners.club::before {
5321
5242
  content: "\f24c";
5322
- font-family: 'brand-icons';
5243
+ font-family: "brand-icons";
5323
5244
  }
5324
5245
  i.icon.cc.discover::before {
5325
5246
  content: "\f1f2";
5326
- font-family: 'brand-icons';
5247
+ font-family: "brand-icons";
5327
5248
  }
5328
5249
  i.icon.cc.jcb::before {
5329
5250
  content: "\f24b";
5330
- font-family: 'brand-icons';
5251
+ font-family: "brand-icons";
5331
5252
  }
5332
5253
  i.icon.cc.mastercard::before {
5333
5254
  content: "\f1f1";
5334
- font-family: 'brand-icons';
5255
+ font-family: "brand-icons";
5335
5256
  }
5336
5257
  i.icon.cc.paypal::before {
5337
5258
  content: "\f1f4";
5338
- font-family: 'brand-icons';
5259
+ font-family: "brand-icons";
5339
5260
  }
5340
5261
  i.icon.cc.stripe::before {
5341
5262
  content: "\f1f5";
5342
- font-family: 'brand-icons';
5263
+ font-family: "brand-icons";
5343
5264
  }
5344
5265
  i.icon.cc.visa::before {
5345
5266
  content: "\f1f0";
5346
- font-family: 'brand-icons';
5267
+ font-family: "brand-icons";
5347
5268
  }
5348
5269
  i.icon.centercode::before {
5349
5270
  content: "\f380";
5350
- font-family: 'brand-icons';
5271
+ font-family: "brand-icons";
5351
5272
  }
5352
5273
  i.icon.centos::before {
5353
5274
  content: "\f789";
5354
- font-family: 'brand-icons';
5275
+ font-family: "brand-icons";
5355
5276
  }
5356
5277
  i.icon.chrome::before {
5357
5278
  content: "\f268";
5358
- font-family: 'brand-icons';
5279
+ font-family: "brand-icons";
5359
5280
  }
5360
5281
  i.icon.chromecast::before {
5361
5282
  content: "\f838";
5362
- font-family: 'brand-icons';
5283
+ font-family: "brand-icons";
5363
5284
  }
5364
5285
  i.icon.cloudflare::before {
5365
5286
  content: "\e07d";
5366
- font-family: 'brand-icons';
5287
+ font-family: "brand-icons";
5367
5288
  }
5368
5289
  i.icon.cloudscale::before {
5369
5290
  content: "\f383";
5370
- font-family: 'brand-icons';
5291
+ font-family: "brand-icons";
5371
5292
  }
5372
5293
  i.icon.cloudsmith::before {
5373
5294
  content: "\f384";
5374
- font-family: 'brand-icons';
5295
+ font-family: "brand-icons";
5375
5296
  }
5376
5297
  i.icon.cloudversify::before {
5377
5298
  content: "\f385";
5378
- font-family: 'brand-icons';
5299
+ font-family: "brand-icons";
5379
5300
  }
5380
5301
  i.icon.codepen::before {
5381
5302
  content: "\f1cb";
5382
- font-family: 'brand-icons';
5303
+ font-family: "brand-icons";
5383
5304
  }
5384
5305
  i.icon.codiepie::before {
5385
5306
  content: "\f284";
5386
- font-family: 'brand-icons';
5307
+ font-family: "brand-icons";
5387
5308
  }
5388
5309
  i.icon.confluence::before {
5389
5310
  content: "\f78d";
5390
- font-family: 'brand-icons';
5311
+ font-family: "brand-icons";
5391
5312
  }
5392
5313
  i.icon.connectdevelop::before {
5393
5314
  content: "\f20e";
5394
- font-family: 'brand-icons';
5315
+ font-family: "brand-icons";
5395
5316
  }
5396
5317
  i.icon.contao::before {
5397
5318
  content: "\f26d";
5398
- font-family: 'brand-icons';
5319
+ font-family: "brand-icons";
5399
5320
  }
5400
5321
  i.icon.cotton.bureau::before {
5401
5322
  content: "\f89e";
5402
- font-family: 'brand-icons';
5323
+ font-family: "brand-icons";
5403
5324
  }
5404
5325
  i.icon.cpanel::before {
5405
5326
  content: "\f388";
5406
- font-family: 'brand-icons';
5327
+ font-family: "brand-icons";
5407
5328
  }
5408
5329
  i.icon.creative.commons::before {
5409
5330
  content: "\f25e";
5410
- font-family: 'brand-icons';
5331
+ font-family: "brand-icons";
5411
5332
  }
5412
5333
  i.icon.creative.commons.by::before {
5413
5334
  content: "\f4e7";
5414
- font-family: 'brand-icons';
5335
+ font-family: "brand-icons";
5415
5336
  }
5416
5337
  i.icon.creative.commons.nc::before {
5417
5338
  content: "\f4e8";
5418
- font-family: 'brand-icons';
5339
+ font-family: "brand-icons";
5419
5340
  }
5420
5341
  i.icon.creative.commons.nc.eu::before {
5421
5342
  content: "\f4e9";
5422
- font-family: 'brand-icons';
5343
+ font-family: "brand-icons";
5423
5344
  }
5424
5345
  i.icon.creative.commons.nc.jp::before {
5425
5346
  content: "\f4ea";
5426
- font-family: 'brand-icons';
5347
+ font-family: "brand-icons";
5427
5348
  }
5428
5349
  i.icon.creative.commons.nd::before {
5429
5350
  content: "\f4eb";
5430
- font-family: 'brand-icons';
5351
+ font-family: "brand-icons";
5431
5352
  }
5432
5353
  i.icon.creative.commons.pd::before {
5433
5354
  content: "\f4ec";
5434
- font-family: 'brand-icons';
5355
+ font-family: "brand-icons";
5435
5356
  }
5436
5357
  i.icon.creative.commons.pd.alternate::before {
5437
5358
  content: "\f4ed";
5438
- font-family: 'brand-icons';
5359
+ font-family: "brand-icons";
5439
5360
  }
5440
5361
  i.icon.creative.commons.remix::before {
5441
5362
  content: "\f4ee";
5442
- font-family: 'brand-icons';
5363
+ font-family: "brand-icons";
5443
5364
  }
5444
5365
  i.icon.creative.commons.sa::before {
5445
5366
  content: "\f4ef";
5446
- font-family: 'brand-icons';
5367
+ font-family: "brand-icons";
5447
5368
  }
5448
5369
  i.icon.creative.commons.sampling::before {
5449
5370
  content: "\f4f0";
5450
- font-family: 'brand-icons';
5371
+ font-family: "brand-icons";
5451
5372
  }
5452
5373
  i.icon.creative.commons.sampling.plus::before {
5453
5374
  content: "\f4f1";
5454
- font-family: 'brand-icons';
5375
+ font-family: "brand-icons";
5455
5376
  }
5456
5377
  i.icon.creative.commons.share::before {
5457
5378
  content: "\f4f2";
5458
- font-family: 'brand-icons';
5379
+ font-family: "brand-icons";
5459
5380
  }
5460
5381
  i.icon.creative.commons.zero::before {
5461
5382
  content: "\f4f3";
5462
- font-family: 'brand-icons';
5383
+ font-family: "brand-icons";
5463
5384
  }
5464
5385
  i.icon.critical.role::before {
5465
5386
  content: "\f6c9";
5466
- font-family: 'brand-icons';
5387
+ font-family: "brand-icons";
5467
5388
  }
5468
5389
  i.icon.css3::before {
5469
5390
  content: "\f13c";
5470
- font-family: 'brand-icons';
5391
+ font-family: "brand-icons";
5471
5392
  }
5472
5393
  i.icon.css3.alternate::before {
5473
5394
  content: "\f38b";
5474
- font-family: 'brand-icons';
5395
+ font-family: "brand-icons";
5475
5396
  }
5476
5397
  i.icon.cuttlefish::before {
5477
5398
  content: "\f38c";
5478
- font-family: 'brand-icons';
5399
+ font-family: "brand-icons";
5479
5400
  }
5480
5401
  i.icon.d.and.d::before {
5481
5402
  content: "\f38d";
5482
- font-family: 'brand-icons';
5403
+ font-family: "brand-icons";
5483
5404
  }
5484
5405
  i.icon.d.and.d.beyond::before {
5485
5406
  content: "\f6ca";
5486
- font-family: 'brand-icons';
5407
+ font-family: "brand-icons";
5487
5408
  }
5488
5409
  i.icon.dailymotion::before {
5489
5410
  content: "\e052";
5490
- font-family: 'brand-icons';
5411
+ font-family: "brand-icons";
5491
5412
  }
5492
5413
  i.icon.dashcube::before {
5493
5414
  content: "\f210";
5494
- font-family: 'brand-icons';
5415
+ font-family: "brand-icons";
5495
5416
  }
5496
5417
  i.icon.deezer::before {
5497
5418
  content: "\e077";
5498
- font-family: 'brand-icons';
5419
+ font-family: "brand-icons";
5499
5420
  }
5500
5421
  i.icon.delicious::before {
5501
5422
  content: "\f1a5";
5502
- font-family: 'brand-icons';
5423
+ font-family: "brand-icons";
5503
5424
  }
5504
5425
  i.icon.deploydog::before {
5505
5426
  content: "\f38e";
5506
- font-family: 'brand-icons';
5427
+ font-family: "brand-icons";
5507
5428
  }
5508
5429
  i.icon.deskpro::before {
5509
5430
  content: "\f38f";
5510
- font-family: 'brand-icons';
5431
+ font-family: "brand-icons";
5511
5432
  }
5512
5433
  i.icon.dev::before {
5513
5434
  content: "\f6cc";
5514
- font-family: 'brand-icons';
5435
+ font-family: "brand-icons";
5515
5436
  }
5516
5437
  i.icon.deviantart::before {
5517
5438
  content: "\f1bd";
5518
- font-family: 'brand-icons';
5439
+ font-family: "brand-icons";
5519
5440
  }
5520
5441
  i.icon.dhl::before {
5521
5442
  content: "\f790";
5522
- font-family: 'brand-icons';
5443
+ font-family: "brand-icons";
5523
5444
  }
5524
5445
  i.icon.diaspora::before {
5525
5446
  content: "\f791";
5526
- font-family: 'brand-icons';
5447
+ font-family: "brand-icons";
5527
5448
  }
5528
5449
  i.icon.digg::before {
5529
5450
  content: "\f1a6";
5530
- font-family: 'brand-icons';
5451
+ font-family: "brand-icons";
5531
5452
  }
5532
5453
  i.icon.digital.ocean::before {
5533
5454
  content: "\f391";
5534
- font-family: 'brand-icons';
5455
+ font-family: "brand-icons";
5535
5456
  }
5536
5457
  i.icon.discord::before {
5537
5458
  content: "\f392";
5538
- font-family: 'brand-icons';
5459
+ font-family: "brand-icons";
5539
5460
  }
5540
5461
  i.icon.discourse::before {
5541
5462
  content: "\f393";
5542
- font-family: 'brand-icons';
5463
+ font-family: "brand-icons";
5543
5464
  }
5544
5465
  i.icon.dochub::before {
5545
5466
  content: "\f394";
5546
- font-family: 'brand-icons';
5467
+ font-family: "brand-icons";
5547
5468
  }
5548
5469
  i.icon.docker::before {
5549
5470
  content: "\f395";
5550
- font-family: 'brand-icons';
5471
+ font-family: "brand-icons";
5551
5472
  }
5552
5473
  i.icon.draft2digital::before {
5553
5474
  content: "\f396";
5554
- font-family: 'brand-icons';
5475
+ font-family: "brand-icons";
5555
5476
  }
5556
5477
  i.icon.dribbble::before {
5557
5478
  content: "\f17d";
5558
- font-family: 'brand-icons';
5479
+ font-family: "brand-icons";
5559
5480
  }
5560
5481
  i.icon.dribbble.square::before {
5561
5482
  content: "\f397";
5562
- font-family: 'brand-icons';
5483
+ font-family: "brand-icons";
5563
5484
  }
5564
5485
  i.icon.dropbox::before {
5565
5486
  content: "\f16b";
5566
- font-family: 'brand-icons';
5487
+ font-family: "brand-icons";
5567
5488
  }
5568
5489
  i.icon.drupal::before {
5569
5490
  content: "\f1a9";
5570
- font-family: 'brand-icons';
5491
+ font-family: "brand-icons";
5571
5492
  }
5572
5493
  i.icon.dyalog::before {
5573
5494
  content: "\f399";
5574
- font-family: 'brand-icons';
5495
+ font-family: "brand-icons";
5575
5496
  }
5576
5497
  i.icon.earlybirds::before {
5577
5498
  content: "\f39a";
5578
- font-family: 'brand-icons';
5499
+ font-family: "brand-icons";
5579
5500
  }
5580
5501
  i.icon.ebay::before {
5581
5502
  content: "\f4f4";
5582
- font-family: 'brand-icons';
5503
+ font-family: "brand-icons";
5583
5504
  }
5584
5505
  i.icon.edge::before {
5585
5506
  content: "\f282";
5586
- font-family: 'brand-icons';
5507
+ font-family: "brand-icons";
5587
5508
  }
5588
5509
  i.icon.edge.legacy::before {
5589
5510
  content: "\e078";
5590
- font-family: 'brand-icons';
5511
+ font-family: "brand-icons";
5591
5512
  }
5592
5513
  i.icon.elementor::before {
5593
5514
  content: "\f430";
5594
- font-family: 'brand-icons';
5515
+ font-family: "brand-icons";
5595
5516
  }
5596
5517
  i.icon.ello::before {
5597
5518
  content: "\f5f1";
5598
- font-family: 'brand-icons';
5519
+ font-family: "brand-icons";
5599
5520
  }
5600
5521
  i.icon.ember::before {
5601
5522
  content: "\f423";
5602
- font-family: 'brand-icons';
5523
+ font-family: "brand-icons";
5603
5524
  }
5604
5525
  i.icon.empire::before {
5605
5526
  content: "\f1d1";
5606
- font-family: 'brand-icons';
5527
+ font-family: "brand-icons";
5607
5528
  }
5608
5529
  i.icon.envira::before {
5609
5530
  content: "\f299";
5610
- font-family: 'brand-icons';
5531
+ font-family: "brand-icons";
5611
5532
  }
5612
5533
  i.icon.erlang::before {
5613
5534
  content: "\f39d";
5614
- font-family: 'brand-icons';
5535
+ font-family: "brand-icons";
5615
5536
  }
5616
5537
  i.icon.ethereum::before {
5617
5538
  content: "\f42e";
5618
- font-family: 'brand-icons';
5539
+ font-family: "brand-icons";
5619
5540
  }
5620
5541
  i.icon.etsy::before {
5621
5542
  content: "\f2d7";
5622
- font-family: 'brand-icons';
5543
+ font-family: "brand-icons";
5623
5544
  }
5624
5545
  i.icon.evernote::before {
5625
5546
  content: "\f839";
5626
- font-family: 'brand-icons';
5547
+ font-family: "brand-icons";
5627
5548
  }
5628
5549
  i.icon.expeditedssl::before {
5629
5550
  content: "\f23e";
5630
- font-family: 'brand-icons';
5551
+ font-family: "brand-icons";
5631
5552
  }
5632
5553
  i.icon.facebook::before {
5633
5554
  content: "\f09a";
5634
- font-family: 'brand-icons';
5555
+ font-family: "brand-icons";
5635
5556
  }
5636
5557
  i.icon.facebook.f::before {
5637
5558
  content: "\f39e";
5638
- font-family: 'brand-icons';
5559
+ font-family: "brand-icons";
5639
5560
  }
5640
5561
  i.icon.facebook.messenger::before {
5641
5562
  content: "\f39f";
5642
- font-family: 'brand-icons';
5563
+ font-family: "brand-icons";
5643
5564
  }
5644
5565
  i.icon.facebook.square::before {
5645
5566
  content: "\f082";
5646
- font-family: 'brand-icons';
5567
+ font-family: "brand-icons";
5647
5568
  }
5648
5569
  i.icon.fantasy.flight.games::before {
5649
5570
  content: "\f6dc";
5650
- font-family: 'brand-icons';
5571
+ font-family: "brand-icons";
5651
5572
  }
5652
5573
  i.icon.fedex::before {
5653
5574
  content: "\f797";
5654
- font-family: 'brand-icons';
5575
+ font-family: "brand-icons";
5655
5576
  }
5656
5577
  i.icon.fedora::before {
5657
5578
  content: "\f798";
5658
- font-family: 'brand-icons';
5579
+ font-family: "brand-icons";
5659
5580
  }
5660
5581
  i.icon.figma::before {
5661
5582
  content: "\f799";
5662
- font-family: 'brand-icons';
5583
+ font-family: "brand-icons";
5663
5584
  }
5664
5585
  i.icon.firefox::before {
5665
5586
  content: "\f269";
5666
- font-family: 'brand-icons';
5587
+ font-family: "brand-icons";
5667
5588
  }
5668
5589
  i.icon.firefox.browser::before {
5669
5590
  content: "\e007";
5670
- font-family: 'brand-icons';
5591
+ font-family: "brand-icons";
5671
5592
  }
5672
5593
  i.icon.first.order::before {
5673
5594
  content: "\f2b0";
5674
- font-family: 'brand-icons';
5595
+ font-family: "brand-icons";
5675
5596
  }
5676
5597
  i.icon.first.order.alternate::before {
5677
5598
  content: "\f50a";
5678
- font-family: 'brand-icons';
5599
+ font-family: "brand-icons";
5679
5600
  }
5680
5601
  i.icon.firstdraft::before {
5681
5602
  content: "\f3a1";
5682
- font-family: 'brand-icons';
5603
+ font-family: "brand-icons";
5683
5604
  }
5684
5605
  i.icon.flickr::before {
5685
5606
  content: "\f16e";
5686
- font-family: 'brand-icons';
5607
+ font-family: "brand-icons";
5687
5608
  }
5688
5609
  i.icon.flipboard::before {
5689
5610
  content: "\f44d";
5690
- font-family: 'brand-icons';
5611
+ font-family: "brand-icons";
5691
5612
  }
5692
5613
  i.icon.fly::before {
5693
5614
  content: "\f417";
5694
- font-family: 'brand-icons';
5615
+ font-family: "brand-icons";
5695
5616
  }
5696
5617
  i.icon.font.awesome::before {
5697
5618
  content: "\f2b4";
5698
- font-family: 'brand-icons';
5619
+ font-family: "brand-icons";
5699
5620
  }
5700
5621
  i.icon.font.awesome.alternate::before {
5701
5622
  content: "\f35c";
5702
- font-family: 'brand-icons';
5623
+ font-family: "brand-icons";
5703
5624
  }
5704
5625
  i.icon.font.awesome.flag::before {
5705
5626
  content: "\f425";
5706
- font-family: 'brand-icons';
5627
+ font-family: "brand-icons";
5707
5628
  }
5708
5629
  i.icon.fonticons::before {
5709
5630
  content: "\f280";
5710
- font-family: 'brand-icons';
5631
+ font-family: "brand-icons";
5711
5632
  }
5712
5633
  i.icon.fonticons.fi::before {
5713
5634
  content: "\f3a2";
5714
- font-family: 'brand-icons';
5635
+ font-family: "brand-icons";
5715
5636
  }
5716
5637
  i.icon.fort.awesome::before {
5717
5638
  content: "\f286";
5718
- font-family: 'brand-icons';
5639
+ font-family: "brand-icons";
5719
5640
  }
5720
5641
  i.icon.fort.awesome.alternate::before {
5721
5642
  content: "\f3a3";
5722
- font-family: 'brand-icons';
5643
+ font-family: "brand-icons";
5723
5644
  }
5724
5645
  i.icon.forumbee::before {
5725
5646
  content: "\f211";
5726
- font-family: 'brand-icons';
5647
+ font-family: "brand-icons";
5727
5648
  }
5728
5649
  i.icon.foursquare::before {
5729
5650
  content: "\f180";
5730
- font-family: 'brand-icons';
5651
+ font-family: "brand-icons";
5731
5652
  }
5732
5653
  i.icon.free.code.camp::before {
5733
5654
  content: "\f2c5";
5734
- font-family: 'brand-icons';
5655
+ font-family: "brand-icons";
5735
5656
  }
5736
5657
  i.icon.freebsd::before {
5737
5658
  content: "\f3a4";
5738
- font-family: 'brand-icons';
5659
+ font-family: "brand-icons";
5739
5660
  }
5740
5661
  i.icon.fulcrum::before {
5741
5662
  content: "\f50b";
5742
- font-family: 'brand-icons';
5663
+ font-family: "brand-icons";
5743
5664
  }
5744
5665
  i.icon.galactic.republic::before {
5745
5666
  content: "\f50c";
5746
- font-family: 'brand-icons';
5667
+ font-family: "brand-icons";
5747
5668
  }
5748
5669
  i.icon.galactic.senate::before {
5749
5670
  content: "\f50d";
5750
- font-family: 'brand-icons';
5671
+ font-family: "brand-icons";
5751
5672
  }
5752
5673
  i.icon.get.pocket::before {
5753
5674
  content: "\f265";
5754
- font-family: 'brand-icons';
5675
+ font-family: "brand-icons";
5755
5676
  }
5756
5677
  i.icon.gg::before {
5757
5678
  content: "\f260";
5758
- font-family: 'brand-icons';
5679
+ font-family: "brand-icons";
5759
5680
  }
5760
5681
  i.icon.gg.circle::before {
5761
5682
  content: "\f261";
5762
- font-family: 'brand-icons';
5683
+ font-family: "brand-icons";
5763
5684
  }
5764
5685
  i.icon.git::before {
5765
5686
  content: "\f1d3";
5766
- font-family: 'brand-icons';
5687
+ font-family: "brand-icons";
5767
5688
  }
5768
5689
  i.icon.git.alternate::before {
5769
5690
  content: "\f841";
5770
- font-family: 'brand-icons';
5691
+ font-family: "brand-icons";
5771
5692
  }
5772
5693
  i.icon.git.square::before {
5773
5694
  content: "\f1d2";
5774
- font-family: 'brand-icons';
5695
+ font-family: "brand-icons";
5775
5696
  }
5776
5697
  i.icon.github::before {
5777
5698
  content: "\f09b";
5778
- font-family: 'brand-icons';
5699
+ font-family: "brand-icons";
5779
5700
  }
5780
5701
  i.icon.github.alternate::before {
5781
5702
  content: "\f113";
5782
- font-family: 'brand-icons';
5703
+ font-family: "brand-icons";
5783
5704
  }
5784
5705
  i.icon.github.square::before {
5785
5706
  content: "\f092";
5786
- font-family: 'brand-icons';
5707
+ font-family: "brand-icons";
5787
5708
  }
5788
5709
  i.icon.gitkraken::before {
5789
5710
  content: "\f3a6";
5790
- font-family: 'brand-icons';
5711
+ font-family: "brand-icons";
5791
5712
  }
5792
5713
  i.icon.gitlab::before {
5793
5714
  content: "\f296";
5794
- font-family: 'brand-icons';
5715
+ font-family: "brand-icons";
5795
5716
  }
5796
5717
  i.icon.gitter::before {
5797
5718
  content: "\f426";
5798
- font-family: 'brand-icons';
5719
+ font-family: "brand-icons";
5799
5720
  }
5800
5721
  i.icon.glide::before {
5801
5722
  content: "\f2a5";
5802
- font-family: 'brand-icons';
5723
+ font-family: "brand-icons";
5803
5724
  }
5804
5725
  i.icon.glide.g::before {
5805
5726
  content: "\f2a6";
5806
- font-family: 'brand-icons';
5727
+ font-family: "brand-icons";
5807
5728
  }
5808
5729
  i.icon.gofore::before {
5809
5730
  content: "\f3a7";
5810
- font-family: 'brand-icons';
5731
+ font-family: "brand-icons";
5811
5732
  }
5812
5733
  i.icon.goodreads::before {
5813
5734
  content: "\f3a8";
5814
- font-family: 'brand-icons';
5735
+ font-family: "brand-icons";
5815
5736
  }
5816
5737
  i.icon.goodreads.g::before {
5817
5738
  content: "\f3a9";
5818
- font-family: 'brand-icons';
5739
+ font-family: "brand-icons";
5819
5740
  }
5820
5741
  i.icon.google::before {
5821
5742
  content: "\f1a0";
5822
- font-family: 'brand-icons';
5743
+ font-family: "brand-icons";
5823
5744
  }
5824
5745
  i.icon.google.drive::before {
5825
5746
  content: "\f3aa";
5826
- font-family: 'brand-icons';
5747
+ font-family: "brand-icons";
5827
5748
  }
5828
5749
  i.icon.google.pay::before {
5829
5750
  content: "\e079";
5830
- font-family: 'brand-icons';
5751
+ font-family: "brand-icons";
5831
5752
  }
5832
5753
  i.icon.google.play::before {
5833
5754
  content: "\f3ab";
5834
- font-family: 'brand-icons';
5755
+ font-family: "brand-icons";
5835
5756
  }
5836
5757
  i.icon.google.plus::before {
5837
5758
  content: "\f2b3";
5838
- font-family: 'brand-icons';
5759
+ font-family: "brand-icons";
5839
5760
  }
5840
5761
  i.icon.google.plus.g::before {
5841
5762
  content: "\f0d5";
5842
- font-family: 'brand-icons';
5763
+ font-family: "brand-icons";
5843
5764
  }
5844
5765
  i.icon.google.plus.square::before {
5845
5766
  content: "\f0d4";
5846
- font-family: 'brand-icons';
5767
+ font-family: "brand-icons";
5847
5768
  }
5848
5769
  i.icon.google.wallet::before {
5849
5770
  content: "\f1ee";
5850
- font-family: 'brand-icons';
5771
+ font-family: "brand-icons";
5851
5772
  }
5852
5773
  i.icon.gratipay::before {
5853
5774
  content: "\f184";
5854
- font-family: 'brand-icons';
5775
+ font-family: "brand-icons";
5855
5776
  }
5856
5777
  i.icon.grav::before {
5857
5778
  content: "\f2d6";
5858
- font-family: 'brand-icons';
5779
+ font-family: "brand-icons";
5859
5780
  }
5860
5781
  i.icon.gripfire::before {
5861
5782
  content: "\f3ac";
5862
- font-family: 'brand-icons';
5783
+ font-family: "brand-icons";
5863
5784
  }
5864
5785
  i.icon.grunt::before {
5865
5786
  content: "\f3ad";
5866
- font-family: 'brand-icons';
5787
+ font-family: "brand-icons";
5867
5788
  }
5868
5789
  i.icon.guilded::before {
5869
5790
  content: "\e07e";
5870
- font-family: 'brand-icons';
5791
+ font-family: "brand-icons";
5871
5792
  }
5872
5793
  i.icon.gulp::before {
5873
5794
  content: "\f3ae";
5874
- font-family: 'brand-icons';
5795
+ font-family: "brand-icons";
5875
5796
  }
5876
5797
  i.icon.hacker.news::before {
5877
5798
  content: "\f1d4";
5878
- font-family: 'brand-icons';
5799
+ font-family: "brand-icons";
5879
5800
  }
5880
5801
  i.icon.hacker.news.square::before {
5881
5802
  content: "\f3af";
5882
- font-family: 'brand-icons';
5803
+ font-family: "brand-icons";
5883
5804
  }
5884
5805
  i.icon.hackerrank::before {
5885
5806
  content: "\f5f7";
5886
- font-family: 'brand-icons';
5807
+ font-family: "brand-icons";
5887
5808
  }
5888
5809
  i.icon.hips::before {
5889
5810
  content: "\f452";
5890
- font-family: 'brand-icons';
5811
+ font-family: "brand-icons";
5891
5812
  }
5892
5813
  i.icon.hire.a.helper::before {
5893
5814
  content: "\f3b0";
5894
- font-family: 'brand-icons';
5815
+ font-family: "brand-icons";
5895
5816
  }
5896
5817
  i.icon.hive::before {
5897
5818
  content: "\e07f";
5898
- font-family: 'brand-icons';
5819
+ font-family: "brand-icons";
5899
5820
  }
5900
5821
  i.icon.hooli::before {
5901
5822
  content: "\f427";
5902
- font-family: 'brand-icons';
5823
+ font-family: "brand-icons";
5903
5824
  }
5904
5825
  i.icon.hornbill::before {
5905
5826
  content: "\f592";
5906
- font-family: 'brand-icons';
5827
+ font-family: "brand-icons";
5907
5828
  }
5908
5829
  i.icon.hotjar::before {
5909
5830
  content: "\f3b1";
5910
- font-family: 'brand-icons';
5831
+ font-family: "brand-icons";
5911
5832
  }
5912
5833
  i.icon.houzz::before {
5913
5834
  content: "\f27c";
5914
- font-family: 'brand-icons';
5835
+ font-family: "brand-icons";
5915
5836
  }
5916
5837
  i.icon.html5::before {
5917
5838
  content: "\f13b";
5918
- font-family: 'brand-icons';
5839
+ font-family: "brand-icons";
5919
5840
  }
5920
5841
  i.icon.hubspot::before {
5921
5842
  content: "\f3b2";
5922
- font-family: 'brand-icons';
5843
+ font-family: "brand-icons";
5923
5844
  }
5924
5845
  i.icon.ideal::before {
5925
5846
  content: "\e013";
5926
- font-family: 'brand-icons';
5847
+ font-family: "brand-icons";
5927
5848
  }
5928
5849
  i.icon.imdb::before {
5929
5850
  content: "\f2d8";
5930
- font-family: 'brand-icons';
5851
+ font-family: "brand-icons";
5931
5852
  }
5932
5853
  i.icon.innosoft::before {
5933
5854
  content: "\e080";
5934
- font-family: 'brand-icons';
5855
+ font-family: "brand-icons";
5935
5856
  }
5936
5857
  i.icon.instagram::before {
5937
5858
  content: "\f16d";
5938
- font-family: 'brand-icons';
5859
+ font-family: "brand-icons";
5939
5860
  }
5940
5861
  i.icon.instagram.square::before {
5941
5862
  content: "\e055";
5942
- font-family: 'brand-icons';
5863
+ font-family: "brand-icons";
5943
5864
  }
5944
5865
  i.icon.instalod::before {
5945
5866
  content: "\e081";
5946
- font-family: 'brand-icons';
5867
+ font-family: "brand-icons";
5947
5868
  }
5948
5869
  i.icon.intercom::before {
5949
5870
  content: "\f7af";
5950
- font-family: 'brand-icons';
5871
+ font-family: "brand-icons";
5951
5872
  }
5952
5873
  i.icon.internet.explorer::before {
5953
5874
  content: "\f26b";
5954
- font-family: 'brand-icons';
5875
+ font-family: "brand-icons";
5955
5876
  }
5956
5877
  i.icon.invision::before {
5957
5878
  content: "\f7b0";
5958
- font-family: 'brand-icons';
5879
+ font-family: "brand-icons";
5959
5880
  }
5960
5881
  i.icon.ioxhost::before {
5961
5882
  content: "\f208";
5962
- font-family: 'brand-icons';
5883
+ font-family: "brand-icons";
5963
5884
  }
5964
5885
  i.icon.itch.io::before {
5965
5886
  content: "\f83a";
5966
- font-family: 'brand-icons';
5887
+ font-family: "brand-icons";
5967
5888
  }
5968
5889
  i.icon.itunes::before {
5969
5890
  content: "\f3b4";
5970
- font-family: 'brand-icons';
5891
+ font-family: "brand-icons";
5971
5892
  }
5972
5893
  i.icon.itunes.note::before {
5973
5894
  content: "\f3b5";
5974
- font-family: 'brand-icons';
5895
+ font-family: "brand-icons";
5975
5896
  }
5976
5897
  i.icon.java::before {
5977
5898
  content: "\f4e4";
5978
- font-family: 'brand-icons';
5899
+ font-family: "brand-icons";
5979
5900
  }
5980
5901
  i.icon.jedi.order::before {
5981
5902
  content: "\f50e";
5982
- font-family: 'brand-icons';
5903
+ font-family: "brand-icons";
5983
5904
  }
5984
5905
  i.icon.jenkins::before {
5985
5906
  content: "\f3b6";
5986
- font-family: 'brand-icons';
5907
+ font-family: "brand-icons";
5987
5908
  }
5988
5909
  i.icon.jira::before {
5989
5910
  content: "\f7b1";
5990
- font-family: 'brand-icons';
5911
+ font-family: "brand-icons";
5991
5912
  }
5992
5913
  i.icon.joget::before {
5993
5914
  content: "\f3b7";
5994
- font-family: 'brand-icons';
5915
+ font-family: "brand-icons";
5995
5916
  }
5996
5917
  i.icon.joomla::before {
5997
5918
  content: "\f1aa";
5998
- font-family: 'brand-icons';
5919
+ font-family: "brand-icons";
5999
5920
  }
6000
5921
  i.icon.js::before {
6001
5922
  content: "\f3b8";
6002
- font-family: 'brand-icons';
5923
+ font-family: "brand-icons";
6003
5924
  }
6004
5925
  i.icon.js.square::before {
6005
5926
  content: "\f3b9";
6006
- font-family: 'brand-icons';
5927
+ font-family: "brand-icons";
6007
5928
  }
6008
5929
  i.icon.jsfiddle::before {
6009
5930
  content: "\f1cc";
6010
- font-family: 'brand-icons';
5931
+ font-family: "brand-icons";
6011
5932
  }
6012
5933
  i.icon.kaggle::before {
6013
5934
  content: "\f5fa";
6014
- font-family: 'brand-icons';
5935
+ font-family: "brand-icons";
6015
5936
  }
6016
5937
  i.icon.keybase::before {
6017
5938
  content: "\f4f5";
6018
- font-family: 'brand-icons';
5939
+ font-family: "brand-icons";
6019
5940
  }
6020
5941
  i.icon.keycdn::before {
6021
5942
  content: "\f3ba";
6022
- font-family: 'brand-icons';
5943
+ font-family: "brand-icons";
6023
5944
  }
6024
5945
  i.icon.kickstarter::before {
6025
5946
  content: "\f3bb";
6026
- font-family: 'brand-icons';
5947
+ font-family: "brand-icons";
6027
5948
  }
6028
5949
  i.icon.kickstarter.k::before {
6029
5950
  content: "\f3bc";
6030
- font-family: 'brand-icons';
5951
+ font-family: "brand-icons";
6031
5952
  }
6032
5953
  i.icon.korvue::before {
6033
5954
  content: "\f42f";
6034
- font-family: 'brand-icons';
5955
+ font-family: "brand-icons";
6035
5956
  }
6036
5957
  i.icon.laravel::before {
6037
5958
  content: "\f3bd";
6038
- font-family: 'brand-icons';
5959
+ font-family: "brand-icons";
6039
5960
  }
6040
5961
  i.icon.lastfm::before {
6041
5962
  content: "\f202";
6042
- font-family: 'brand-icons';
5963
+ font-family: "brand-icons";
6043
5964
  }
6044
5965
  i.icon.lastfm.square::before {
6045
5966
  content: "\f203";
6046
- font-family: 'brand-icons';
5967
+ font-family: "brand-icons";
6047
5968
  }
6048
5969
  i.icon.leanpub::before {
6049
5970
  content: "\f212";
6050
- font-family: 'brand-icons';
5971
+ font-family: "brand-icons";
6051
5972
  }
6052
5973
  i.icon.lesscss::before {
6053
5974
  content: "\f41d";
6054
- font-family: 'brand-icons';
5975
+ font-family: "brand-icons";
6055
5976
  }
6056
5977
  i.icon.linechat::before {
6057
5978
  content: "\f3c0";
6058
- font-family: 'brand-icons';
5979
+ font-family: "brand-icons";
6059
5980
  }
6060
5981
  i.icon.linkedin::before {
6061
5982
  content: "\f08c";
6062
- font-family: 'brand-icons';
6063
- }
6064
- i.icon.linkedin.in::before {
6065
- content: "\f0e1";
6066
- font-family: 'brand-icons';
5983
+ font-family: "brand-icons";
6067
5984
  }
6068
5985
  i.icon.linode::before {
6069
5986
  content: "\f2b8";
6070
- font-family: 'brand-icons';
5987
+ font-family: "brand-icons";
6071
5988
  }
6072
5989
  i.icon.linux::before {
6073
5990
  content: "\f17c";
6074
- font-family: 'brand-icons';
5991
+ font-family: "brand-icons";
6075
5992
  }
6076
5993
  i.icon.lyft::before {
6077
5994
  content: "\f3c3";
6078
- font-family: 'brand-icons';
5995
+ font-family: "brand-icons";
6079
5996
  }
6080
5997
  i.icon.magento::before {
6081
5998
  content: "\f3c4";
6082
- font-family: 'brand-icons';
5999
+ font-family: "brand-icons";
6083
6000
  }
6084
6001
  i.icon.mailchimp::before {
6085
6002
  content: "\f59e";
6086
- font-family: 'brand-icons';
6003
+ font-family: "brand-icons";
6087
6004
  }
6088
6005
  i.icon.mandalorian::before {
6089
6006
  content: "\f50f";
6090
- font-family: 'brand-icons';
6007
+ font-family: "brand-icons";
6091
6008
  }
6092
6009
  i.icon.markdown::before {
6093
6010
  content: "\f60f";
6094
- font-family: 'brand-icons';
6011
+ font-family: "brand-icons";
6095
6012
  }
6096
6013
  i.icon.mastodon::before {
6097
6014
  content: "\f4f6";
6098
- font-family: 'brand-icons';
6015
+ font-family: "brand-icons";
6099
6016
  }
6100
6017
  i.icon.maxcdn::before {
6101
6018
  content: "\f136";
6102
- font-family: 'brand-icons';
6019
+ font-family: "brand-icons";
6103
6020
  }
6104
6021
  i.icon.mdb::before {
6105
6022
  content: "\f8ca";
6106
- font-family: 'brand-icons';
6023
+ font-family: "brand-icons";
6107
6024
  }
6108
6025
  i.icon.medapps::before {
6109
6026
  content: "\f3c6";
6110
- font-family: 'brand-icons';
6027
+ font-family: "brand-icons";
6111
6028
  }
6112
6029
  i.icon.medium::before {
6113
6030
  content: "\f23a";
6114
- font-family: 'brand-icons';
6031
+ font-family: "brand-icons";
6115
6032
  }
6116
6033
  i.icon.medium.m::before {
6117
6034
  content: "\f3c7";
6118
- font-family: 'brand-icons';
6035
+ font-family: "brand-icons";
6119
6036
  }
6120
6037
  i.icon.medrt::before {
6121
6038
  content: "\f3c8";
6122
- font-family: 'brand-icons';
6039
+ font-family: "brand-icons";
6123
6040
  }
6124
6041
  i.icon.meetup::before {
6125
6042
  content: "\f2e0";
6126
- font-family: 'brand-icons';
6043
+ font-family: "brand-icons";
6127
6044
  }
6128
6045
  i.icon.megaport::before {
6129
6046
  content: "\f5a3";
6130
- font-family: 'brand-icons';
6047
+ font-family: "brand-icons";
6131
6048
  }
6132
6049
  i.icon.mendeley::before {
6133
6050
  content: "\f7b3";
6134
- font-family: 'brand-icons';
6051
+ font-family: "brand-icons";
6135
6052
  }
6136
6053
  i.icon.microblog::before {
6137
6054
  content: "\e01a";
6138
- font-family: 'brand-icons';
6055
+ font-family: "brand-icons";
6139
6056
  }
6140
6057
  i.icon.microsoft::before {
6141
6058
  content: "\f3ca";
6142
- font-family: 'brand-icons';
6059
+ font-family: "brand-icons";
6143
6060
  }
6144
6061
  i.icon.mix::before {
6145
6062
  content: "\f3cb";
6146
- font-family: 'brand-icons';
6063
+ font-family: "brand-icons";
6147
6064
  }
6148
6065
  i.icon.mixcloud::before {
6149
6066
  content: "\f289";
6150
- font-family: 'brand-icons';
6067
+ font-family: "brand-icons";
6151
6068
  }
6152
6069
  i.icon.mixer::before {
6153
6070
  content: "\e056";
6154
- font-family: 'brand-icons';
6071
+ font-family: "brand-icons";
6155
6072
  }
6156
6073
  i.icon.mizuni::before {
6157
6074
  content: "\f3cc";
6158
- font-family: 'brand-icons';
6075
+ font-family: "brand-icons";
6159
6076
  }
6160
6077
  i.icon.modx::before {
6161
6078
  content: "\f285";
6162
- font-family: 'brand-icons';
6079
+ font-family: "brand-icons";
6163
6080
  }
6164
6081
  i.icon.monero::before {
6165
6082
  content: "\f3d0";
6166
- font-family: 'brand-icons';
6083
+ font-family: "brand-icons";
6167
6084
  }
6168
6085
  i.icon.napster::before {
6169
6086
  content: "\f3d2";
6170
- font-family: 'brand-icons';
6087
+ font-family: "brand-icons";
6171
6088
  }
6172
6089
  i.icon.neos::before {
6173
6090
  content: "\f612";
6174
- font-family: 'brand-icons';
6091
+ font-family: "brand-icons";
6175
6092
  }
6176
6093
  i.icon.nimblr::before {
6177
6094
  content: "\f5a8";
6178
- font-family: 'brand-icons';
6095
+ font-family: "brand-icons";
6179
6096
  }
6180
6097
  i.icon.node::before {
6181
6098
  content: "\f419";
6182
- font-family: 'brand-icons';
6099
+ font-family: "brand-icons";
6183
6100
  }
6184
6101
  i.icon.node.js::before {
6185
6102
  content: "\f3d3";
6186
- font-family: 'brand-icons';
6103
+ font-family: "brand-icons";
6187
6104
  }
6188
6105
  i.icon.npm::before {
6189
6106
  content: "\f3d4";
6190
- font-family: 'brand-icons';
6107
+ font-family: "brand-icons";
6191
6108
  }
6192
6109
  i.icon.ns8::before {
6193
6110
  content: "\f3d5";
6194
- font-family: 'brand-icons';
6111
+ font-family: "brand-icons";
6195
6112
  }
6196
6113
  i.icon.nutritionix::before {
6197
6114
  content: "\f3d6";
6198
- font-family: 'brand-icons';
6115
+ font-family: "brand-icons";
6199
6116
  }
6200
6117
  i.icon.octopus.deploy::before {
6201
6118
  content: "\e082";
6202
- font-family: 'brand-icons';
6119
+ font-family: "brand-icons";
6203
6120
  }
6204
6121
  i.icon.odnoklassniki::before {
6205
6122
  content: "\f263";
6206
- font-family: 'brand-icons';
6123
+ font-family: "brand-icons";
6207
6124
  }
6208
6125
  i.icon.odnoklassniki.square::before {
6209
6126
  content: "\f264";
6210
- font-family: 'brand-icons';
6127
+ font-family: "brand-icons";
6211
6128
  }
6212
6129
  i.icon.old.republic::before {
6213
6130
  content: "\f510";
6214
- font-family: 'brand-icons';
6131
+ font-family: "brand-icons";
6215
6132
  }
6216
6133
  i.icon.opencart::before {
6217
6134
  content: "\f23d";
6218
- font-family: 'brand-icons';
6135
+ font-family: "brand-icons";
6219
6136
  }
6220
6137
  i.icon.openid::before {
6221
6138
  content: "\f19b";
6222
- font-family: 'brand-icons';
6139
+ font-family: "brand-icons";
6223
6140
  }
6224
6141
  i.icon.opera::before {
6225
6142
  content: "\f26a";
6226
- font-family: 'brand-icons';
6143
+ font-family: "brand-icons";
6227
6144
  }
6228
6145
  i.icon.optin.monster::before {
6229
6146
  content: "\f23c";
6230
- font-family: 'brand-icons';
6147
+ font-family: "brand-icons";
6231
6148
  }
6232
6149
  i.icon.orcid::before {
6233
6150
  content: "\f8d2";
6234
- font-family: 'brand-icons';
6151
+ font-family: "brand-icons";
6235
6152
  }
6236
6153
  i.icon.osi::before {
6237
6154
  content: "\f41a";
6238
- font-family: 'brand-icons';
6155
+ font-family: "brand-icons";
6239
6156
  }
6240
6157
  i.icon.page4::before {
6241
6158
  content: "\f3d7";
6242
- font-family: 'brand-icons';
6159
+ font-family: "brand-icons";
6243
6160
  }
6244
6161
  i.icon.pagelines::before {
6245
6162
  content: "\f18c";
6246
- font-family: 'brand-icons';
6163
+ font-family: "brand-icons";
6247
6164
  }
6248
6165
  i.icon.palfed::before {
6249
6166
  content: "\f3d8";
6250
- font-family: 'brand-icons';
6167
+ font-family: "brand-icons";
6251
6168
  }
6252
6169
  i.icon.patreon::before {
6253
6170
  content: "\f3d9";
6254
- font-family: 'brand-icons';
6171
+ font-family: "brand-icons";
6255
6172
  }
6256
6173
  i.icon.paypal::before {
6257
6174
  content: "\f1ed";
6258
- font-family: 'brand-icons';
6175
+ font-family: "brand-icons";
6259
6176
  }
6260
6177
  i.icon.penny.arcade::before {
6261
6178
  content: "\f704";
6262
- font-family: 'brand-icons';
6179
+ font-family: "brand-icons";
6263
6180
  }
6264
6181
  i.icon.perbyte::before {
6265
6182
  content: "\e083";
6266
- font-family: 'brand-icons';
6183
+ font-family: "brand-icons";
6267
6184
  }
6268
6185
  i.icon.periscope::before {
6269
6186
  content: "\f3da";
6270
- font-family: 'brand-icons';
6187
+ font-family: "brand-icons";
6271
6188
  }
6272
6189
  i.icon.phabricator::before {
6273
6190
  content: "\f3db";
6274
- font-family: 'brand-icons';
6191
+ font-family: "brand-icons";
6275
6192
  }
6276
6193
  i.icon.phoenix.framework::before {
6277
6194
  content: "\f3dc";
6278
- font-family: 'brand-icons';
6195
+ font-family: "brand-icons";
6279
6196
  }
6280
6197
  i.icon.phoenix.squadron::before {
6281
6198
  content: "\f511";
6282
- font-family: 'brand-icons';
6199
+ font-family: "brand-icons";
6283
6200
  }
6284
6201
  i.icon.php::before {
6285
6202
  content: "\f457";
6286
- font-family: 'brand-icons';
6203
+ font-family: "brand-icons";
6287
6204
  }
6288
6205
  i.icon.pied.piper::before {
6289
6206
  content: "\f2ae";
6290
- font-family: 'brand-icons';
6207
+ font-family: "brand-icons";
6291
6208
  }
6292
6209
  i.icon.pied.piper.alternate::before {
6293
6210
  content: "\f1a8";
6294
- font-family: 'brand-icons';
6211
+ font-family: "brand-icons";
6295
6212
  }
6296
6213
  i.icon.pied.piper.hat::before {
6297
6214
  content: "\f4e5";
6298
- font-family: 'brand-icons';
6215
+ font-family: "brand-icons";
6299
6216
  }
6300
6217
  i.icon.pied.piper.pp::before {
6301
6218
  content: "\f1a7";
6302
- font-family: 'brand-icons';
6219
+ font-family: "brand-icons";
6303
6220
  }
6304
6221
  i.icon.pied.piper.square::before {
6305
6222
  content: "\e01e";
6306
- font-family: 'brand-icons';
6223
+ font-family: "brand-icons";
6307
6224
  }
6308
6225
  i.icon.pinterest::before {
6309
6226
  content: "\f0d2";
6310
- font-family: 'brand-icons';
6227
+ font-family: "brand-icons";
6311
6228
  }
6312
6229
  i.icon.pinterest.p::before {
6313
6230
  content: "\f231";
6314
- font-family: 'brand-icons';
6231
+ font-family: "brand-icons";
6315
6232
  }
6316
6233
  i.icon.pinterest.square::before {
6317
6234
  content: "\f0d3";
6318
- font-family: 'brand-icons';
6235
+ font-family: "brand-icons";
6319
6236
  }
6320
6237
  i.icon.playstation::before {
6321
6238
  content: "\f3df";
6322
- font-family: 'brand-icons';
6239
+ font-family: "brand-icons";
6323
6240
  }
6324
6241
  i.icon.product.hunt::before {
6325
6242
  content: "\f288";
6326
- font-family: 'brand-icons';
6243
+ font-family: "brand-icons";
6327
6244
  }
6328
6245
  i.icon.pushed::before {
6329
6246
  content: "\f3e1";
6330
- font-family: 'brand-icons';
6247
+ font-family: "brand-icons";
6331
6248
  }
6332
6249
  i.icon.python::before {
6333
6250
  content: "\f3e2";
6334
- font-family: 'brand-icons';
6251
+ font-family: "brand-icons";
6335
6252
  }
6336
6253
  i.icon.qq::before {
6337
6254
  content: "\f1d6";
6338
- font-family: 'brand-icons';
6255
+ font-family: "brand-icons";
6339
6256
  }
6340
6257
  i.icon.quinscape::before {
6341
6258
  content: "\f459";
6342
- font-family: 'brand-icons';
6259
+ font-family: "brand-icons";
6343
6260
  }
6344
6261
  i.icon.quora::before {
6345
6262
  content: "\f2c4";
6346
- font-family: 'brand-icons';
6263
+ font-family: "brand-icons";
6347
6264
  }
6348
6265
  i.icon.r.project::before {
6349
6266
  content: "\f4f7";
6350
- font-family: 'brand-icons';
6267
+ font-family: "brand-icons";
6351
6268
  }
6352
6269
  i.icon.raspberry.pi::before {
6353
6270
  content: "\f7bb";
6354
- font-family: 'brand-icons';
6271
+ font-family: "brand-icons";
6355
6272
  }
6356
6273
  i.icon.ravelry::before {
6357
6274
  content: "\f2d9";
6358
- font-family: 'brand-icons';
6275
+ font-family: "brand-icons";
6359
6276
  }
6360
6277
  i.icon.react::before {
6361
6278
  content: "\f41b";
6362
- font-family: 'brand-icons';
6279
+ font-family: "brand-icons";
6363
6280
  }
6364
6281
  i.icon.reacteurope::before {
6365
6282
  content: "\f75d";
6366
- font-family: 'brand-icons';
6283
+ font-family: "brand-icons";
6367
6284
  }
6368
6285
  i.icon.readme::before {
6369
6286
  content: "\f4d5";
6370
- font-family: 'brand-icons';
6287
+ font-family: "brand-icons";
6371
6288
  }
6372
6289
  i.icon.rebel::before {
6373
6290
  content: "\f1d0";
6374
- font-family: 'brand-icons';
6291
+ font-family: "brand-icons";
6375
6292
  }
6376
6293
  i.icon.reddit::before {
6377
6294
  content: "\f1a1";
6378
- font-family: 'brand-icons';
6295
+ font-family: "brand-icons";
6379
6296
  }
6380
6297
  i.icon.reddit.alien::before {
6381
6298
  content: "\f281";
6382
- font-family: 'brand-icons';
6299
+ font-family: "brand-icons";
6383
6300
  }
6384
6301
  i.icon.reddit.square::before {
6385
6302
  content: "\f1a2";
6386
- font-family: 'brand-icons';
6303
+ font-family: "brand-icons";
6387
6304
  }
6388
6305
  i.icon.redhat::before {
6389
6306
  content: "\f7bc";
6390
- font-family: 'brand-icons';
6307
+ font-family: "brand-icons";
6391
6308
  }
6392
6309
  i.icon.redriver::before {
6393
6310
  content: "\f3e3";
6394
- font-family: 'brand-icons';
6311
+ font-family: "brand-icons";
6395
6312
  }
6396
6313
  i.icon.redyeti::before {
6397
6314
  content: "\f69d";
6398
- font-family: 'brand-icons';
6315
+ font-family: "brand-icons";
6399
6316
  }
6400
6317
  i.icon.renren::before {
6401
6318
  content: "\f18b";
6402
- font-family: 'brand-icons';
6319
+ font-family: "brand-icons";
6403
6320
  }
6404
6321
  i.icon.replyd::before {
6405
6322
  content: "\f3e6";
6406
- font-family: 'brand-icons';
6323
+ font-family: "brand-icons";
6407
6324
  }
6408
6325
  i.icon.researchgate::before {
6409
6326
  content: "\f4f8";
6410
- font-family: 'brand-icons';
6327
+ font-family: "brand-icons";
6411
6328
  }
6412
6329
  i.icon.resolving::before {
6413
6330
  content: "\f3e7";
6414
- font-family: 'brand-icons';
6331
+ font-family: "brand-icons";
6415
6332
  }
6416
6333
  i.icon.rev::before {
6417
6334
  content: "\f5b2";
6418
- font-family: 'brand-icons';
6335
+ font-family: "brand-icons";
6419
6336
  }
6420
6337
  i.icon.rocketchat::before {
6421
6338
  content: "\f3e8";
6422
- font-family: 'brand-icons';
6339
+ font-family: "brand-icons";
6423
6340
  }
6424
6341
  i.icon.rockrms::before {
6425
6342
  content: "\f3e9";
6426
- font-family: 'brand-icons';
6343
+ font-family: "brand-icons";
6427
6344
  }
6428
6345
  i.icon.rust::before {
6429
6346
  content: "\e07a";
6430
- font-family: 'brand-icons';
6347
+ font-family: "brand-icons";
6431
6348
  }
6432
6349
  i.icon.safari::before {
6433
6350
  content: "\f267";
6434
- font-family: 'brand-icons';
6351
+ font-family: "brand-icons";
6435
6352
  }
6436
6353
  i.icon.salesforce::before {
6437
6354
  content: "\f83b";
6438
- font-family: 'brand-icons';
6355
+ font-family: "brand-icons";
6439
6356
  }
6440
6357
  i.icon.sass::before {
6441
6358
  content: "\f41e";
6442
- font-family: 'brand-icons';
6359
+ font-family: "brand-icons";
6443
6360
  }
6444
6361
  i.icon.schlix::before {
6445
6362
  content: "\f3ea";
6446
- font-family: 'brand-icons';
6363
+ font-family: "brand-icons";
6447
6364
  }
6448
6365
  i.icon.scribd::before {
6449
6366
  content: "\f28a";
6450
- font-family: 'brand-icons';
6367
+ font-family: "brand-icons";
6451
6368
  }
6452
6369
  i.icon.searchengin::before {
6453
6370
  content: "\f3eb";
6454
- font-family: 'brand-icons';
6371
+ font-family: "brand-icons";
6455
6372
  }
6456
6373
  i.icon.sellcast::before {
6457
6374
  content: "\f2da";
6458
- font-family: 'brand-icons';
6375
+ font-family: "brand-icons";
6459
6376
  }
6460
6377
  i.icon.sellsy::before {
6461
6378
  content: "\f213";
6462
- font-family: 'brand-icons';
6379
+ font-family: "brand-icons";
6463
6380
  }
6464
6381
  i.icon.servicestack::before {
6465
6382
  content: "\f3ec";
6466
- font-family: 'brand-icons';
6383
+ font-family: "brand-icons";
6467
6384
  }
6468
6385
  i.icon.shirtsinbulk::before {
6469
6386
  content: "\f214";
6470
- font-family: 'brand-icons';
6387
+ font-family: "brand-icons";
6471
6388
  }
6472
6389
  i.icon.shopify::before {
6473
6390
  content: "\e057";
6474
- font-family: 'brand-icons';
6391
+ font-family: "brand-icons";
6475
6392
  }
6476
6393
  i.icon.shopware::before {
6477
6394
  content: "\f5b5";
6478
- font-family: 'brand-icons';
6395
+ font-family: "brand-icons";
6479
6396
  }
6480
6397
  i.icon.simplybuilt::before {
6481
6398
  content: "\f215";
6482
- font-family: 'brand-icons';
6399
+ font-family: "brand-icons";
6483
6400
  }
6484
6401
  i.icon.sistrix::before {
6485
6402
  content: "\f3ee";
6486
- font-family: 'brand-icons';
6403
+ font-family: "brand-icons";
6487
6404
  }
6488
6405
  i.icon.sith::before {
6489
6406
  content: "\f512";
6490
- font-family: 'brand-icons';
6407
+ font-family: "brand-icons";
6491
6408
  }
6492
6409
  i.icon.sketch::before {
6493
6410
  content: "\f7c6";
6494
- font-family: 'brand-icons';
6411
+ font-family: "brand-icons";
6495
6412
  }
6496
6413
  i.icon.skyatlas::before {
6497
6414
  content: "\f216";
6498
- font-family: 'brand-icons';
6415
+ font-family: "brand-icons";
6499
6416
  }
6500
6417
  i.icon.skype::before {
6501
6418
  content: "\f17e";
6502
- font-family: 'brand-icons';
6419
+ font-family: "brand-icons";
6503
6420
  }
6504
6421
  i.icon.slack::before {
6505
6422
  content: "\f198";
6506
- font-family: 'brand-icons';
6423
+ font-family: "brand-icons";
6507
6424
  }
6508
6425
  i.icon.slack.hash::before {
6509
6426
  content: "\f3ef";
6510
- font-family: 'brand-icons';
6427
+ font-family: "brand-icons";
6511
6428
  }
6512
6429
  i.icon.slideshare::before {
6513
6430
  content: "\f1e7";
6514
- font-family: 'brand-icons';
6431
+ font-family: "brand-icons";
6515
6432
  }
6516
6433
  i.icon.snapchat::before {
6517
6434
  content: "\f2ab";
6518
- font-family: 'brand-icons';
6435
+ font-family: "brand-icons";
6519
6436
  }
6520
6437
  i.icon.snapchat.ghost::before {
6521
6438
  content: "\f2ac";
6522
- font-family: 'brand-icons';
6439
+ font-family: "brand-icons";
6523
6440
  }
6524
6441
  i.icon.snapchat.square::before {
6525
6442
  content: "\f2ad";
6526
- font-family: 'brand-icons';
6443
+ font-family: "brand-icons";
6527
6444
  }
6528
6445
  i.icon.soundcloud::before {
6529
6446
  content: "\f1be";
6530
- font-family: 'brand-icons';
6447
+ font-family: "brand-icons";
6531
6448
  }
6532
6449
  i.icon.sourcetree::before {
6533
6450
  content: "\f7d3";
6534
- font-family: 'brand-icons';
6451
+ font-family: "brand-icons";
6535
6452
  }
6536
6453
  i.icon.speakap::before {
6537
6454
  content: "\f3f3";
6538
- font-family: 'brand-icons';
6455
+ font-family: "brand-icons";
6539
6456
  }
6540
6457
  i.icon.speaker.deck::before {
6541
6458
  content: "\f83c";
6542
- font-family: 'brand-icons';
6459
+ font-family: "brand-icons";
6543
6460
  }
6544
6461
  i.icon.spotify::before {
6545
6462
  content: "\f1bc";
6546
- font-family: 'brand-icons';
6463
+ font-family: "brand-icons";
6547
6464
  }
6548
6465
  i.icon.squarespace::before {
6549
6466
  content: "\f5be";
6550
- font-family: 'brand-icons';
6467
+ font-family: "brand-icons";
6551
6468
  }
6552
6469
  i.icon.stack.exchange::before {
6553
6470
  content: "\f18d";
6554
- font-family: 'brand-icons';
6471
+ font-family: "brand-icons";
6555
6472
  }
6556
6473
  i.icon.stack.overflow::before {
6557
6474
  content: "\f16c";
6558
- font-family: 'brand-icons';
6475
+ font-family: "brand-icons";
6559
6476
  }
6560
6477
  i.icon.stackpath::before {
6561
6478
  content: "\f842";
6562
- font-family: 'brand-icons';
6479
+ font-family: "brand-icons";
6563
6480
  }
6564
6481
  i.icon.staylinked::before {
6565
6482
  content: "\f3f5";
6566
- font-family: 'brand-icons';
6483
+ font-family: "brand-icons";
6567
6484
  }
6568
6485
  i.icon.steam::before {
6569
6486
  content: "\f1b6";
6570
- font-family: 'brand-icons';
6487
+ font-family: "brand-icons";
6571
6488
  }
6572
6489
  i.icon.steam.square::before {
6573
6490
  content: "\f1b7";
6574
- font-family: 'brand-icons';
6491
+ font-family: "brand-icons";
6575
6492
  }
6576
6493
  i.icon.steam.symbol::before {
6577
6494
  content: "\f3f6";
6578
- font-family: 'brand-icons';
6495
+ font-family: "brand-icons";
6579
6496
  }
6580
6497
  i.icon.sticker.mule::before {
6581
6498
  content: "\f3f7";
6582
- font-family: 'brand-icons';
6499
+ font-family: "brand-icons";
6583
6500
  }
6584
6501
  i.icon.strava::before {
6585
6502
  content: "\f428";
6586
- font-family: 'brand-icons';
6503
+ font-family: "brand-icons";
6587
6504
  }
6588
6505
  i.icon.stripe::before {
6589
6506
  content: "\f429";
6590
- font-family: 'brand-icons';
6507
+ font-family: "brand-icons";
6591
6508
  }
6592
6509
  i.icon.stripe.s::before {
6593
6510
  content: "\f42a";
6594
- font-family: 'brand-icons';
6511
+ font-family: "brand-icons";
6595
6512
  }
6596
6513
  i.icon.studiovinari::before {
6597
6514
  content: "\f3f8";
6598
- font-family: 'brand-icons';
6515
+ font-family: "brand-icons";
6599
6516
  }
6600
6517
  i.icon.stumbleupon::before {
6601
6518
  content: "\f1a4";
6602
- font-family: 'brand-icons';
6519
+ font-family: "brand-icons";
6603
6520
  }
6604
6521
  i.icon.stumbleupon.circle::before {
6605
6522
  content: "\f1a3";
6606
- font-family: 'brand-icons';
6523
+ font-family: "brand-icons";
6607
6524
  }
6608
6525
  i.icon.superpowers::before {
6609
6526
  content: "\f2dd";
6610
- font-family: 'brand-icons';
6527
+ font-family: "brand-icons";
6611
6528
  }
6612
6529
  i.icon.supple::before {
6613
6530
  content: "\f3f9";
6614
- font-family: 'brand-icons';
6531
+ font-family: "brand-icons";
6615
6532
  }
6616
6533
  i.icon.suse::before {
6617
6534
  content: "\f7d6";
6618
- font-family: 'brand-icons';
6535
+ font-family: "brand-icons";
6619
6536
  }
6620
6537
  i.icon.swift::before {
6621
6538
  content: "\f8e1";
6622
- font-family: 'brand-icons';
6539
+ font-family: "brand-icons";
6623
6540
  }
6624
6541
  i.icon.symfony::before {
6625
6542
  content: "\f83d";
6626
- font-family: 'brand-icons';
6543
+ font-family: "brand-icons";
6627
6544
  }
6628
6545
  i.icon.teamspeak::before {
6629
6546
  content: "\f4f9";
6630
- font-family: 'brand-icons';
6547
+ font-family: "brand-icons";
6631
6548
  }
6632
6549
  i.icon.telegram::before {
6633
6550
  content: "\f2c6";
6634
- font-family: 'brand-icons';
6551
+ font-family: "brand-icons";
6635
6552
  }
6636
6553
  i.icon.telegram.plane::before {
6637
6554
  content: "\f3fe";
6638
- font-family: 'brand-icons';
6555
+ font-family: "brand-icons";
6639
6556
  }
6640
6557
  i.icon.tencent.weibo::before {
6641
6558
  content: "\f1d5";
6642
- font-family: 'brand-icons';
6559
+ font-family: "brand-icons";
6643
6560
  }
6644
6561
  i.icon.themeco::before {
6645
6562
  content: "\f5c6";
6646
- font-family: 'brand-icons';
6563
+ font-family: "brand-icons";
6647
6564
  }
6648
6565
  i.icon.themeisle::before {
6649
6566
  content: "\f2b2";
6650
- font-family: 'brand-icons';
6567
+ font-family: "brand-icons";
6651
6568
  }
6652
6569
  i.icon.think.peaks::before {
6653
6570
  content: "\f731";
6654
- font-family: 'brand-icons';
6571
+ font-family: "brand-icons";
6655
6572
  }
6656
6573
  i.icon.tiktok::before {
6657
6574
  content: "\e07b";
6658
- font-family: 'brand-icons';
6575
+ font-family: "brand-icons";
6659
6576
  }
6660
6577
  i.icon.trade.federation::before {
6661
6578
  content: "\f513";
6662
- font-family: 'brand-icons';
6579
+ font-family: "brand-icons";
6663
6580
  }
6664
6581
  i.icon.trello::before {
6665
6582
  content: "\f181";
6666
- font-family: 'brand-icons';
6583
+ font-family: "brand-icons";
6667
6584
  }
6668
6585
  i.icon.tumblr::before {
6669
6586
  content: "\f173";
6670
- font-family: 'brand-icons';
6587
+ font-family: "brand-icons";
6671
6588
  }
6672
6589
  i.icon.tumblr.square::before {
6673
6590
  content: "\f174";
6674
- font-family: 'brand-icons';
6591
+ font-family: "brand-icons";
6675
6592
  }
6676
6593
  i.icon.twitch::before {
6677
6594
  content: "\f1e8";
6678
- font-family: 'brand-icons';
6595
+ font-family: "brand-icons";
6679
6596
  }
6680
6597
  i.icon.twitter::before {
6681
6598
  content: "\f099";
6682
- font-family: 'brand-icons';
6599
+ font-family: "brand-icons";
6683
6600
  }
6684
6601
  i.icon.twitter.square::before {
6685
6602
  content: "\f081";
6686
- font-family: 'brand-icons';
6603
+ font-family: "brand-icons";
6687
6604
  }
6688
6605
  i.icon.typo3::before {
6689
6606
  content: "\f42b";
6690
- font-family: 'brand-icons';
6607
+ font-family: "brand-icons";
6691
6608
  }
6692
6609
  i.icon.uber::before {
6693
6610
  content: "\f402";
6694
- font-family: 'brand-icons';
6611
+ font-family: "brand-icons";
6695
6612
  }
6696
6613
  i.icon.ubuntu::before {
6697
6614
  content: "\f7df";
6698
- font-family: 'brand-icons';
6615
+ font-family: "brand-icons";
6699
6616
  }
6700
6617
  i.icon.uikit::before {
6701
6618
  content: "\f403";
6702
- font-family: 'brand-icons';
6619
+ font-family: "brand-icons";
6703
6620
  }
6704
6621
  i.icon.umbraco::before {
6705
6622
  content: "\f8e8";
6706
- font-family: 'brand-icons';
6623
+ font-family: "brand-icons";
6707
6624
  }
6708
6625
  i.icon.uncharted::before {
6709
6626
  content: "\e084";
6710
- font-family: 'brand-icons';
6627
+ font-family: "brand-icons";
6711
6628
  }
6712
6629
  i.icon.uniregistry::before {
6713
6630
  content: "\f404";
6714
- font-family: 'brand-icons';
6631
+ font-family: "brand-icons";
6715
6632
  }
6716
6633
  i.icon.unity::before {
6717
6634
  content: "\e049";
6718
- font-family: 'brand-icons';
6635
+ font-family: "brand-icons";
6719
6636
  }
6720
6637
  i.icon.unsplash::before {
6721
6638
  content: "\e07c";
6722
- font-family: 'brand-icons';
6639
+ font-family: "brand-icons";
6723
6640
  }
6724
6641
  i.icon.untappd::before {
6725
6642
  content: "\f405";
6726
- font-family: 'brand-icons';
6643
+ font-family: "brand-icons";
6727
6644
  }
6728
6645
  i.icon.ups::before {
6729
6646
  content: "\f7e0";
6730
- font-family: 'brand-icons';
6647
+ font-family: "brand-icons";
6731
6648
  }
6732
6649
  i.icon.usb::before {
6733
6650
  content: "\f287";
6734
- font-family: 'brand-icons';
6651
+ font-family: "brand-icons";
6735
6652
  }
6736
6653
  i.icon.usps::before {
6737
6654
  content: "\f7e1";
6738
- font-family: 'brand-icons';
6655
+ font-family: "brand-icons";
6739
6656
  }
6740
6657
  i.icon.ussunnah::before {
6741
6658
  content: "\f407";
6742
- font-family: 'brand-icons';
6659
+ font-family: "brand-icons";
6743
6660
  }
6744
6661
  i.icon.vaadin::before {
6745
6662
  content: "\f408";
6746
- font-family: 'brand-icons';
6663
+ font-family: "brand-icons";
6747
6664
  }
6748
6665
  i.icon.viacoin::before {
6749
6666
  content: "\f237";
6750
- font-family: 'brand-icons';
6667
+ font-family: "brand-icons";
6751
6668
  }
6752
6669
  i.icon.viadeo::before {
6753
6670
  content: "\f2a9";
6754
- font-family: 'brand-icons';
6671
+ font-family: "brand-icons";
6755
6672
  }
6756
6673
  i.icon.viadeo.square::before {
6757
6674
  content: "\f2aa";
6758
- font-family: 'brand-icons';
6675
+ font-family: "brand-icons";
6759
6676
  }
6760
6677
  i.icon.viber::before {
6761
6678
  content: "\f409";
6762
- font-family: 'brand-icons';
6679
+ font-family: "brand-icons";
6763
6680
  }
6764
6681
  i.icon.vimeo::before {
6765
6682
  content: "\f40a";
6766
- font-family: 'brand-icons';
6683
+ font-family: "brand-icons";
6767
6684
  }
6768
6685
  i.icon.vimeo.square::before {
6769
6686
  content: "\f194";
6770
- font-family: 'brand-icons';
6687
+ font-family: "brand-icons";
6771
6688
  }
6772
6689
  i.icon.vimeo.v::before {
6773
6690
  content: "\f27d";
6774
- font-family: 'brand-icons';
6691
+ font-family: "brand-icons";
6775
6692
  }
6776
6693
  i.icon.vine::before {
6777
6694
  content: "\f1ca";
6778
- font-family: 'brand-icons';
6695
+ font-family: "brand-icons";
6779
6696
  }
6780
6697
  i.icon.vk::before {
6781
6698
  content: "\f189";
6782
- font-family: 'brand-icons';
6699
+ font-family: "brand-icons";
6783
6700
  }
6784
6701
  i.icon.vnv::before {
6785
6702
  content: "\f40b";
6786
- font-family: 'brand-icons';
6703
+ font-family: "brand-icons";
6787
6704
  }
6788
6705
  i.icon.vuejs::before {
6789
6706
  content: "\f41f";
6790
- font-family: 'brand-icons';
6707
+ font-family: "brand-icons";
6791
6708
  }
6792
6709
  i.icon.watchman.monitoring::before {
6793
6710
  content: "\e087";
6794
- font-family: 'brand-icons';
6711
+ font-family: "brand-icons";
6795
6712
  }
6796
6713
  i.icon.waze::before {
6797
6714
  content: "\f83f";
6798
- font-family: 'brand-icons';
6715
+ font-family: "brand-icons";
6799
6716
  }
6800
6717
  i.icon.weebly::before {
6801
6718
  content: "\f5cc";
6802
- font-family: 'brand-icons';
6719
+ font-family: "brand-icons";
6803
6720
  }
6804
6721
  i.icon.weibo::before {
6805
6722
  content: "\f18a";
6806
- font-family: 'brand-icons';
6723
+ font-family: "brand-icons";
6807
6724
  }
6808
6725
  i.icon.weixin::before {
6809
6726
  content: "\f1d7";
6810
- font-family: 'brand-icons';
6727
+ font-family: "brand-icons";
6811
6728
  }
6812
6729
  i.icon.whatsapp::before {
6813
6730
  content: "\f232";
6814
- font-family: 'brand-icons';
6731
+ font-family: "brand-icons";
6815
6732
  }
6816
6733
  i.icon.whatsapp.square::before {
6817
6734
  content: "\f40c";
6818
- font-family: 'brand-icons';
6735
+ font-family: "brand-icons";
6819
6736
  }
6820
6737
  i.icon.whmcs::before {
6821
6738
  content: "\f40d";
6822
- font-family: 'brand-icons';
6739
+ font-family: "brand-icons";
6823
6740
  }
6824
6741
  i.icon.wikipedia.w::before {
6825
6742
  content: "\f266";
6826
- font-family: 'brand-icons';
6743
+ font-family: "brand-icons";
6827
6744
  }
6828
6745
  i.icon.windows::before {
6829
6746
  content: "\f17a";
6830
- font-family: 'brand-icons';
6747
+ font-family: "brand-icons";
6831
6748
  }
6832
6749
  i.icon.wix::before {
6833
6750
  content: "\f5cf";
6834
- font-family: 'brand-icons';
6751
+ font-family: "brand-icons";
6835
6752
  }
6836
6753
  i.icon.wizards.of.the.coast::before {
6837
6754
  content: "\f730";
6838
- font-family: 'brand-icons';
6755
+ font-family: "brand-icons";
6839
6756
  }
6840
6757
  i.icon.wodu::before {
6841
6758
  content: "\e088";
6842
- font-family: 'brand-icons';
6759
+ font-family: "brand-icons";
6843
6760
  }
6844
6761
  i.icon.wolf.pack.battalion::before {
6845
6762
  content: "\f514";
6846
- font-family: 'brand-icons';
6763
+ font-family: "brand-icons";
6847
6764
  }
6848
6765
  i.icon.wordpress::before {
6849
6766
  content: "\f19a";
6850
- font-family: 'brand-icons';
6767
+ font-family: "brand-icons";
6851
6768
  }
6852
6769
  i.icon.wordpress.simple::before {
6853
6770
  content: "\f411";
6854
- font-family: 'brand-icons';
6771
+ font-family: "brand-icons";
6855
6772
  }
6856
6773
  i.icon.wpbeginner::before {
6857
6774
  content: "\f297";
6858
- font-family: 'brand-icons';
6775
+ font-family: "brand-icons";
6859
6776
  }
6860
6777
  i.icon.wpexplorer::before {
6861
6778
  content: "\f2de";
6862
- font-family: 'brand-icons';
6779
+ font-family: "brand-icons";
6863
6780
  }
6864
6781
  i.icon.wpforms::before {
6865
6782
  content: "\f298";
6866
- font-family: 'brand-icons';
6783
+ font-family: "brand-icons";
6867
6784
  }
6868
6785
  i.icon.wpressr::before {
6869
6786
  content: "\f3e4";
6870
- font-family: 'brand-icons';
6787
+ font-family: "brand-icons";
6871
6788
  }
6872
6789
  i.icon.xbox::before {
6873
6790
  content: "\f412";
6874
- font-family: 'brand-icons';
6791
+ font-family: "brand-icons";
6875
6792
  }
6876
6793
  i.icon.xing::before {
6877
6794
  content: "\f168";
6878
- font-family: 'brand-icons';
6795
+ font-family: "brand-icons";
6879
6796
  }
6880
6797
  i.icon.xing.square::before {
6881
6798
  content: "\f169";
6882
- font-family: 'brand-icons';
6799
+ font-family: "brand-icons";
6883
6800
  }
6884
6801
  i.icon.y.combinator::before {
6885
6802
  content: "\f23b";
6886
- font-family: 'brand-icons';
6803
+ font-family: "brand-icons";
6887
6804
  }
6888
6805
  i.icon.yahoo::before {
6889
6806
  content: "\f19e";
6890
- font-family: 'brand-icons';
6807
+ font-family: "brand-icons";
6891
6808
  }
6892
6809
  i.icon.yammer::before {
6893
6810
  content: "\f840";
6894
- font-family: 'brand-icons';
6811
+ font-family: "brand-icons";
6895
6812
  }
6896
6813
  i.icon.yandex::before {
6897
6814
  content: "\f413";
6898
- font-family: 'brand-icons';
6815
+ font-family: "brand-icons";
6899
6816
  }
6900
6817
  i.icon.yandex.international::before {
6901
6818
  content: "\f414";
6902
- font-family: 'brand-icons';
6819
+ font-family: "brand-icons";
6903
6820
  }
6904
6821
  i.icon.yarn::before {
6905
6822
  content: "\f7e3";
6906
- font-family: 'brand-icons';
6823
+ font-family: "brand-icons";
6907
6824
  }
6908
6825
  i.icon.yelp::before {
6909
6826
  content: "\f1e9";
6910
- font-family: 'brand-icons';
6827
+ font-family: "brand-icons";
6911
6828
  }
6912
6829
  i.icon.yoast::before {
6913
6830
  content: "\f2b1";
6914
- font-family: 'brand-icons';
6831
+ font-family: "brand-icons";
6915
6832
  }
6916
6833
  i.icon.youtube::before {
6917
6834
  content: "\f167";
6918
- font-family: 'brand-icons';
6835
+ font-family: "brand-icons";
6919
6836
  }
6920
6837
  i.icon.youtube.square::before {
6921
6838
  content: "\f431";
6922
- font-family: 'brand-icons';
6839
+ font-family: "brand-icons";
6923
6840
  }
6924
6841
  i.icon.zhihu::before {
6925
6842
  content: "\f63f";
6926
- font-family: 'brand-icons';
6843
+ font-family: "brand-icons";
6927
6844
  }
6928
6845
 
6929
6846
  /* Aliases */
6930
6847
  i.icon.american.express::before {
6931
6848
  content: "\f1f3";
6932
- font-family: 'brand-icons';
6849
+ font-family: "brand-icons";
6933
6850
  }
6934
6851
  i.icon.american.express.card::before {
6935
6852
  content: "\f1f3";
6936
- font-family: 'brand-icons';
6853
+ font-family: "brand-icons";
6937
6854
  }
6938
6855
  i.icon.amex::before {
6939
6856
  content: "\f1f3";
6940
- font-family: 'brand-icons';
6857
+ font-family: "brand-icons";
6941
6858
  }
6942
6859
  i.icon.bitbucket.square::before {
6943
6860
  content: "\f171";
6944
- font-family: 'brand-icons';
6861
+ font-family: "brand-icons";
6945
6862
  }
6946
6863
  i.icon.bluetooth.alternative::before {
6947
6864
  content: "\f294";
6948
- font-family: 'brand-icons';
6865
+ font-family: "brand-icons";
6949
6866
  }
6950
6867
  i.icon.credit.card.amazon.pay::before {
6951
6868
  content: "\f42d";
6952
- font-family: 'brand-icons';
6869
+ font-family: "brand-icons";
6953
6870
  }
6954
6871
  i.icon.credit.card.american.express::before {
6955
6872
  content: "\f1f3";
6956
- font-family: 'brand-icons';
6873
+ font-family: "brand-icons";
6957
6874
  }
6958
6875
  i.icon.credit.card.diners.club::before {
6959
6876
  content: "\f24c";
6960
- font-family: 'brand-icons';
6877
+ font-family: "brand-icons";
6961
6878
  }
6962
6879
  i.icon.credit.card.discover::before {
6963
6880
  content: "\f1f2";
6964
- font-family: 'brand-icons';
6881
+ font-family: "brand-icons";
6965
6882
  }
6966
6883
  i.icon.credit.card.jcb::before {
6967
6884
  content: "\f24b";
6968
- font-family: 'brand-icons';
6885
+ font-family: "brand-icons";
6969
6886
  }
6970
6887
  i.icon.credit.card.mastercard::before {
6971
6888
  content: "\f1f1";
6972
- font-family: 'brand-icons';
6889
+ font-family: "brand-icons";
6973
6890
  }
6974
6891
  i.icon.credit.card.paypal::before {
6975
6892
  content: "\f1f4";
6976
- font-family: 'brand-icons';
6893
+ font-family: "brand-icons";
6977
6894
  }
6978
6895
  i.icon.credit.card.stripe::before {
6979
6896
  content: "\f1f5";
6980
- font-family: 'brand-icons';
6897
+ font-family: "brand-icons";
6981
6898
  }
6982
6899
  i.icon.credit.card.visa::before {
6983
6900
  content: "\f1f0";
6984
- font-family: 'brand-icons';
6901
+ font-family: "brand-icons";
6985
6902
  }
6986
6903
  i.icon.diners.club::before {
6987
6904
  content: "\f24c";
6988
- font-family: 'brand-icons';
6905
+ font-family: "brand-icons";
6989
6906
  }
6990
6907
  i.icon.diners.club.card::before {
6991
6908
  content: "\f24c";
6992
- font-family: 'brand-icons';
6909
+ font-family: "brand-icons";
6993
6910
  }
6994
6911
  i.icon.discover::before {
6995
6912
  content: "\f1f2";
6996
- font-family: 'brand-icons';
6913
+ font-family: "brand-icons";
6997
6914
  }
6998
6915
  i.icon.discover.card::before {
6999
6916
  content: "\f1f2";
7000
- font-family: 'brand-icons';
6917
+ font-family: "brand-icons";
7001
6918
  }
7002
6919
  i.icon.disk.outline::before {
7003
6920
  content: "\f369";
7004
- font-family: 'brand-icons';
6921
+ font-family: "brand-icons";
7005
6922
  }
7006
6923
  i.icon.dribble::before {
7007
6924
  content: "\f17d";
7008
- font-family: 'brand-icons';
6925
+ font-family: "brand-icons";
7009
6926
  }
7010
6927
  i.icon.eercast::before {
7011
6928
  content: "\f2da";
7012
- font-family: 'brand-icons';
6929
+ font-family: "brand-icons";
7013
6930
  }
7014
6931
  i.icon.envira.gallery::before {
7015
6932
  content: "\f299";
7016
- font-family: 'brand-icons';
6933
+ font-family: "brand-icons";
7017
6934
  }
7018
6935
  i.icon.fa::before {
7019
6936
  content: "\f2b4";
7020
- font-family: 'brand-icons';
6937
+ font-family: "brand-icons";
7021
6938
  }
7022
6939
  i.icon.facebook.official::before {
7023
6940
  content: "\f082";
7024
- font-family: 'brand-icons';
6941
+ font-family: "brand-icons";
7025
6942
  }
7026
6943
  i.icon.five.hundred.pixels::before {
7027
6944
  content: "\f26e";
7028
- font-family: 'brand-icons';
6945
+ font-family: "brand-icons";
7029
6946
  }
7030
6947
  i.icon.gittip::before {
7031
6948
  content: "\f184";
7032
- font-family: 'brand-icons';
6949
+ font-family: "brand-icons";
7033
6950
  }
7034
6951
  i.icon.google.plus.circle::before {
7035
6952
  content: "\f2b3";
7036
- font-family: 'brand-icons';
6953
+ font-family: "brand-icons";
7037
6954
  }
7038
6955
  i.icon.google.plus.official::before {
7039
6956
  content: "\f2b3";
7040
- font-family: 'brand-icons';
6957
+ font-family: "brand-icons";
7041
6958
  }
7042
6959
  i.icon.japan.credit.bureau::before {
7043
6960
  content: "\f24b";
7044
- font-family: 'brand-icons';
6961
+ font-family: "brand-icons";
7045
6962
  }
7046
6963
  i.icon.japan.credit.bureau.card::before {
7047
6964
  content: "\f24b";
7048
- font-family: 'brand-icons';
6965
+ font-family: "brand-icons";
7049
6966
  }
7050
6967
  i.icon.jcb::before {
7051
6968
  content: "\f24b";
7052
- font-family: 'brand-icons';
6969
+ font-family: "brand-icons";
7053
6970
  }
7054
6971
  i.icon.linkedin.square::before {
7055
6972
  content: "\f08c";
7056
- font-family: 'brand-icons';
6973
+ font-family: "brand-icons";
7057
6974
  }
7058
6975
  i.icon.mastercard::before {
7059
6976
  content: "\f1f1";
7060
- font-family: 'brand-icons';
6977
+ font-family: "brand-icons";
7061
6978
  }
7062
6979
  i.icon.mastercard.card::before {
7063
6980
  content: "\f1f1";
7064
- font-family: 'brand-icons';
6981
+ font-family: "brand-icons";
7065
6982
  }
7066
6983
  i.icon.microsoft.edge::before {
7067
6984
  content: "\f282";
7068
- font-family: 'brand-icons';
6985
+ font-family: "brand-icons";
7069
6986
  }
7070
6987
  i.icon.ms.edge::before {
7071
6988
  content: "\f282";
7072
- font-family: 'brand-icons';
6989
+ font-family: "brand-icons";
7073
6990
  }
7074
6991
  i.icon.new.pied.piper::before {
7075
6992
  content: "\f2ae";
7076
- font-family: 'brand-icons';
6993
+ font-family: "brand-icons";
7077
6994
  }
7078
6995
  i.icon.optinmonster::before {
7079
6996
  content: "\f23c";
7080
- font-family: 'brand-icons';
6997
+ font-family: "brand-icons";
7081
6998
  }
7082
6999
  i.icon.paypal.card::before {
7083
7000
  content: "\f1f4";
7084
- font-family: 'brand-icons';
7001
+ font-family: "brand-icons";
7085
7002
  }
7086
7003
  i.icon.pied.piper.hat::before {
7087
7004
  content: "\f2ae";
7088
- font-family: 'brand-icons';
7005
+ font-family: "brand-icons";
7089
7006
  }
7090
7007
  i.icon.pocket::before {
7091
7008
  content: "\f265";
7092
- font-family: 'brand-icons';
7009
+ font-family: "brand-icons";
7093
7010
  }
7094
7011
  i.icon.stripe.card::before {
7095
7012
  content: "\f1f5";
7096
- font-family: 'brand-icons';
7013
+ font-family: "brand-icons";
7097
7014
  }
7098
7015
  i.icon.theme.isle::before {
7099
7016
  content: "\f2b2";
7100
- font-family: 'brand-icons';
7017
+ font-family: "brand-icons";
7101
7018
  }
7102
7019
  i.icon.visa::before {
7103
7020
  content: "\f1f0";
7104
- font-family: 'brand-icons';
7021
+ font-family: "brand-icons";
7105
7022
  }
7106
7023
  i.icon.visa.card::before {
7107
7024
  content: "\f1f0";
7108
- font-family: 'brand-icons';
7025
+ font-family: "brand-icons";
7109
7026
  }
7110
7027
  i.icon.wechat::before {
7111
7028
  content: "\f1d7";
7112
- font-family: 'brand-icons';
7029
+ font-family: "brand-icons";
7113
7030
  }
7114
7031
  i.icon.wikipedia::before {
7115
7032
  content: "\f266";
7116
- font-family: 'brand-icons';
7033
+ font-family: "brand-icons";
7117
7034
  }
7118
7035
  i.icon.wordpress.beginner::before {
7119
7036
  content: "\f297";
7120
- font-family: 'brand-icons';
7037
+ font-family: "brand-icons";
7121
7038
  }
7122
7039
  i.icon.wordpress.forms::before {
7123
7040
  content: "\f298";
7124
- font-family: 'brand-icons';
7041
+ font-family: "brand-icons";
7125
7042
  }
7126
7043
  i.icon.yc::before {
7127
7044
  content: "\f23b";
7128
- font-family: 'brand-icons';
7045
+ font-family: "brand-icons";
7129
7046
  }
7130
7047
  i.icon.ycombinator::before {
7131
7048
  content: "\f23b";
7132
- font-family: 'brand-icons';
7049
+ font-family: "brand-icons";
7133
7050
  }
7134
7051
  i.icon.youtube.play::before {
7135
7052
  content: "\f167";
7136
- font-family: 'brand-icons';
7053
+ font-family: "brand-icons";
7137
7054
  }
7138
7055
 
7139
7056