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