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