fomantic-ui 2.9.0-beta.32 → 2.9.0-beta.321
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/.all-contributorsrc +274 -4
- package/.github/codeql/codeql-config.yml +4 -0
- package/.github/dependabot.yml +10 -0
- package/.github/workflows/ci.yml +10 -6
- package/.github/workflows/codeql.yml +68 -0
- package/.github/workflows/nightly.yml +16 -8
- package/.github/workflows/release.yml +34 -0
- package/CONTRIBUTORS.md +86 -37
- package/FAQ.md +38 -38
- package/README.md +8 -8
- package/dist/components/accordion.css +176 -36
- package/dist/components/accordion.js +10 -4
- package/dist/components/accordion.min.css +2 -2
- package/dist/components/accordion.min.js +3 -3
- package/dist/components/ad.css +4 -4
- package/dist/components/ad.min.css +2 -2
- package/dist/components/api.js +92 -33
- package/dist/components/api.min.js +3 -3
- package/dist/components/breadcrumb.css +1 -1
- package/dist/components/breadcrumb.min.css +1 -1
- package/dist/components/button.css +204 -157
- package/dist/components/button.min.css +2 -2
- package/dist/components/calendar.css +18 -1
- package/dist/components/calendar.js +93 -74
- package/dist/components/calendar.min.css +2 -2
- package/dist/components/calendar.min.js +3 -3
- package/dist/components/card.css +754 -117
- package/dist/components/card.min.css +2 -2
- package/dist/components/checkbox.css +92 -91
- package/dist/components/checkbox.js +21 -14
- package/dist/components/checkbox.min.css +2 -2
- package/dist/components/checkbox.min.js +3 -3
- package/dist/components/comment.css +12 -12
- package/dist/components/comment.min.css +2 -2
- package/dist/components/container.css +98 -4
- package/dist/components/container.min.css +2 -2
- package/dist/components/dimmer.css +33 -18
- package/dist/components/dimmer.js +19 -10
- package/dist/components/dimmer.min.css +2 -2
- package/dist/components/dimmer.min.js +3 -3
- package/dist/components/divider.css +31 -31
- package/dist/components/divider.min.css +2 -2
- package/dist/components/dropdown.css +100 -50
- package/dist/components/dropdown.js +212 -187
- package/dist/components/dropdown.min.css +2 -2
- package/dist/components/dropdown.min.js +3 -3
- package/dist/components/embed.css +5 -5
- package/dist/components/embed.js +14 -10
- package/dist/components/embed.min.css +2 -2
- package/dist/components/embed.min.js +3 -3
- package/dist/components/emoji.css +10799 -8841
- package/dist/components/emoji.min.css +1 -1
- package/dist/components/feed.css +29 -29
- package/dist/components/feed.min.css +2 -2
- package/dist/components/flag.css +1021 -915
- package/dist/components/flag.min.css +2 -2
- package/dist/components/flyout.css +592 -0
- package/dist/components/flyout.js +1529 -0
- package/dist/components/flyout.min.css +9 -0
- package/dist/components/flyout.min.js +11 -0
- package/dist/components/form.css +160 -83
- package/dist/components/form.js +46 -42
- package/dist/components/form.min.css +2 -2
- package/dist/components/form.min.js +3 -3
- package/dist/components/grid.css +25 -21
- package/dist/components/grid.min.css +2 -2
- package/dist/components/header.css +6 -4
- package/dist/components/header.min.css +2 -2
- package/dist/components/icon.css +2063 -1984
- package/dist/components/icon.min.css +2 -2
- package/dist/components/image.css +1 -1
- package/dist/components/image.min.css +1 -1
- package/dist/components/input.css +759 -22
- package/dist/components/input.min.css +2 -2
- package/dist/components/item.css +17 -17
- package/dist/components/item.min.css +2 -2
- package/dist/components/label.css +72 -68
- package/dist/components/label.min.css +2 -2
- package/dist/components/list.css +31 -31
- package/dist/components/list.min.css +2 -2
- package/dist/components/loader.css +352 -352
- package/dist/components/loader.min.css +2 -2
- package/dist/components/menu.css +108 -76
- package/dist/components/menu.min.css +1 -1
- package/dist/components/message.css +43 -43
- package/dist/components/message.min.css +2 -2
- package/dist/components/modal.css +37 -6
- package/dist/components/modal.js +187 -84
- package/dist/components/modal.min.css +2 -2
- package/dist/components/modal.min.js +3 -3
- package/dist/components/nag.css +1 -1
- package/dist/components/nag.js +3 -3
- package/dist/components/nag.min.css +1 -1
- package/dist/components/nag.min.js +3 -3
- package/dist/components/placeholder.css +33 -33
- package/dist/components/placeholder.min.css +2 -2
- package/dist/components/popup.css +100 -104
- package/dist/components/popup.js +17 -23
- package/dist/components/popup.min.css +2 -2
- package/dist/components/popup.min.js +3 -3
- package/dist/components/progress.css +1 -1
- package/dist/components/progress.js +6 -3
- package/dist/components/progress.min.css +1 -1
- package/dist/components/progress.min.js +3 -3
- package/dist/components/rail.css +1 -1
- package/dist/components/rail.min.css +1 -1
- package/dist/components/rating.css +1 -1
- package/dist/components/rating.js +8 -4
- package/dist/components/rating.min.css +1 -1
- package/dist/components/rating.min.js +3 -3
- package/dist/components/reset.css +5 -4
- package/dist/components/reset.min.css +2 -2
- package/dist/components/reveal.css +1 -1
- package/dist/components/reveal.min.css +1 -1
- package/dist/components/search.css +6 -6
- package/dist/components/search.js +48 -21
- package/dist/components/search.min.css +2 -2
- package/dist/components/search.min.js +3 -3
- package/dist/components/segment.css +118 -34
- package/dist/components/segment.min.css +2 -2
- package/dist/components/shape.css +1 -1
- package/dist/components/shape.js +4 -4
- package/dist/components/shape.min.css +1 -1
- package/dist/components/shape.min.js +3 -3
- package/dist/components/sidebar.css +23 -9
- package/dist/components/sidebar.js +141 -44
- package/dist/components/sidebar.min.css +2 -2
- package/dist/components/sidebar.min.js +3 -3
- package/dist/components/site.css +139 -42
- package/dist/components/site.js +2 -2
- package/dist/components/site.min.css +2 -2
- package/dist/components/site.min.js +3 -3
- package/dist/components/slider.css +17 -17
- package/dist/components/slider.js +79 -64
- package/dist/components/slider.min.css +1 -1
- package/dist/components/slider.min.js +3 -3
- package/dist/components/state.js +3 -3
- package/dist/components/state.min.js +3 -3
- package/dist/components/statistic.css +4 -4
- package/dist/components/statistic.min.css +2 -2
- package/dist/components/step.css +31 -31
- package/dist/components/step.min.css +2 -2
- package/dist/components/sticky.css +1 -1
- package/dist/components/sticky.js +11 -18
- package/dist/components/sticky.min.css +1 -1
- package/dist/components/sticky.min.js +3 -3
- package/dist/components/tab.css +5 -5
- package/dist/components/tab.js +25 -7
- package/dist/components/tab.min.css +2 -2
- package/dist/components/tab.min.js +3 -3
- package/dist/components/table.css +1684 -272
- package/dist/components/table.min.css +2 -2
- package/dist/components/text.css +1 -1
- package/dist/components/text.min.css +1 -1
- package/dist/components/toast.css +43 -1
- package/dist/components/toast.js +68 -34
- package/dist/components/toast.min.css +2 -2
- package/dist/components/toast.min.js +3 -3
- package/dist/components/transition.css +1 -1
- package/dist/components/transition.js +27 -22
- package/dist/components/transition.min.css +1 -1
- package/dist/components/transition.min.js +3 -3
- package/dist/components/visibility.js +5 -5
- package/dist/components/visibility.min.js +3 -3
- package/dist/semantic.css +42008 -34578
- package/dist/semantic.js +2719 -763
- package/dist/semantic.min.css +3 -3
- package/dist/semantic.min.js +3 -3
- package/dist/themes/default/assets/fonts/Lato-Bold.woff +0 -0
- package/dist/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
- package/dist/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
- package/dist/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
- package/dist/themes/default/assets/fonts/Lato-Italic.woff +0 -0
- package/dist/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
- package/dist/themes/default/assets/fonts/Lato-Regular.woff +0 -0
- package/dist/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.eot +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.svg +801 -654
- package/dist/themes/default/assets/fonts/brand-icons.ttf +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.woff +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.woff2 +0 -0
- package/dist/themes/default/assets/fonts/icons.eot +0 -0
- package/dist/themes/default/assets/fonts/icons.svg +1175 -1079
- package/dist/themes/default/assets/fonts/icons.ttf +0 -0
- package/dist/themes/default/assets/fonts/icons.woff +0 -0
- package/dist/themes/default/assets/fonts/icons.woff2 +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.eot +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.svg +93 -95
- package/dist/themes/default/assets/fonts/outline-icons.ttf +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.woff +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.woff2 +0 -0
- package/dist/themes/{default → famfamfam}/assets/images/flags.png +0 -0
- package/examples/assets/library/iframe-content.js +8 -8
- package/examples/assets/library/iframe.js +3 -3
- package/examples/components/button.html +1 -1
- package/examples/components/card.html +1 -1
- package/examples/components/input.html +1 -1
- package/examples/components/menu.html +1 -1
- package/examples/components/site.html +1 -1
- package/examples/components/table.html +1 -1
- package/package.json +18 -16
- package/scripts/nightly-version.js +47 -38
- package/src/definitions/behaviors/api.js +91 -32
- package/src/definitions/behaviors/form.js +45 -41
- package/src/definitions/behaviors/state.js +2 -2
- package/src/definitions/behaviors/visibility.js +4 -4
- package/src/definitions/collections/form.less +229 -166
- package/src/definitions/collections/grid.less +723 -687
- package/src/definitions/collections/menu.less +232 -170
- package/src/definitions/collections/message.less +49 -47
- package/src/definitions/collections/table.less +882 -272
- package/src/definitions/elements/button.less +611 -469
- package/src/definitions/elements/container.less +145 -8
- package/src/definitions/elements/divider.less +24 -24
- package/src/definitions/elements/emoji.less +39 -10
- package/src/definitions/elements/flag.less +54 -18
- package/src/definitions/elements/header.less +46 -37
- package/src/definitions/elements/icon.less +39 -32
- package/src/definitions/elements/input.less +281 -33
- package/src/definitions/elements/label.less +132 -128
- package/src/definitions/elements/list.less +84 -75
- package/src/definitions/elements/loader.less +99 -98
- package/src/definitions/elements/placeholder.less +32 -32
- package/src/definitions/elements/segment.less +177 -56
- package/src/definitions/elements/step.less +76 -72
- package/src/definitions/elements/text.less +17 -15
- package/src/definitions/globals/reset.less +2 -2
- package/src/definitions/globals/site.js +1 -1
- package/src/definitions/globals/site.less +25 -2
- package/src/definitions/modules/accordion.js +9 -3
- package/src/definitions/modules/accordion.less +371 -219
- package/src/definitions/modules/calendar.js +92 -73
- package/src/definitions/modules/calendar.less +20 -0
- package/src/definitions/modules/checkbox.js +20 -13
- package/src/definitions/modules/checkbox.less +83 -227
- package/src/definitions/modules/dimmer.js +18 -9
- package/src/definitions/modules/dimmer.less +26 -12
- package/src/definitions/modules/dropdown.js +211 -186
- package/src/definitions/modules/dropdown.less +201 -136
- package/src/definitions/modules/embed.js +13 -9
- package/src/definitions/modules/embed.less +4 -4
- package/src/definitions/modules/flyout.js +1529 -0
- package/src/definitions/modules/flyout.less +650 -0
- package/src/definitions/modules/modal.js +186 -83
- package/src/definitions/modules/modal.less +70 -33
- package/src/definitions/modules/nag.js +2 -2
- package/src/definitions/modules/nag.less +20 -19
- package/src/definitions/modules/popup.js +16 -22
- package/src/definitions/modules/popup.less +86 -90
- package/src/definitions/modules/progress.js +5 -2
- package/src/definitions/modules/progress.less +19 -18
- package/src/definitions/modules/rating.js +7 -3
- package/src/definitions/modules/rating.less +35 -34
- package/src/definitions/modules/search.js +47 -20
- package/src/definitions/modules/search.less +35 -19
- package/src/definitions/modules/shape.js +3 -3
- package/src/definitions/modules/sidebar.js +140 -43
- package/src/definitions/modules/sidebar.less +53 -24
- package/src/definitions/modules/slider.js +78 -63
- package/src/definitions/modules/slider.less +48 -47
- package/src/definitions/modules/sticky.js +10 -17
- package/src/definitions/modules/sticky.less +3 -1
- package/src/definitions/modules/tab.js +24 -6
- package/src/definitions/modules/tab.less +4 -4
- package/src/definitions/modules/toast.js +67 -33
- package/src/definitions/modules/toast.less +52 -16
- package/src/definitions/modules/transition.js +26 -21
- package/src/definitions/views/ad.less +3 -3
- package/src/definitions/views/card.less +522 -375
- package/src/definitions/views/comment.less +93 -82
- package/src/definitions/views/feed.less +164 -144
- package/src/definitions/views/item.less +251 -198
- package/src/definitions/views/statistic.less +91 -89
- package/src/semantic.less +1 -0
- package/src/theme.config.example +1 -0
- package/src/theme.less +13 -2
- package/src/themes/amazon/globals/site.variables +1 -0
- package/src/themes/basic/elements/icon.overrides +149 -149
- package/src/themes/basic/elements/step.overrides +2 -2
- package/src/themes/bookish/elements/header.overrides +1 -1
- package/src/themes/chubby/elements/button.overrides +1 -1
- package/src/themes/chubby/elements/header.overrides +1 -1
- package/src/themes/default/assets/fonts/Lato-Bold.woff +0 -0
- package/src/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
- package/src/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
- package/src/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
- package/src/themes/default/assets/fonts/Lato-Italic.woff +0 -0
- package/src/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
- package/src/themes/default/assets/fonts/Lato-Regular.woff +0 -0
- package/src/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
- package/src/themes/default/assets/fonts/brand-icons.eot +0 -0
- package/src/themes/default/assets/fonts/brand-icons.svg +801 -654
- package/src/themes/default/assets/fonts/brand-icons.ttf +0 -0
- package/src/themes/default/assets/fonts/brand-icons.woff +0 -0
- package/src/themes/default/assets/fonts/brand-icons.woff2 +0 -0
- package/src/themes/default/assets/fonts/icons.eot +0 -0
- package/src/themes/default/assets/fonts/icons.svg +1175 -1079
- package/src/themes/default/assets/fonts/icons.ttf +0 -0
- package/src/themes/default/assets/fonts/icons.woff +0 -0
- package/src/themes/default/assets/fonts/icons.woff2 +0 -0
- package/src/themes/default/assets/fonts/outline-icons.eot +0 -0
- package/src/themes/default/assets/fonts/outline-icons.svg +93 -95
- package/src/themes/default/assets/fonts/outline-icons.ttf +0 -0
- package/src/themes/default/assets/fonts/outline-icons.woff +0 -0
- package/src/themes/default/assets/fonts/outline-icons.woff2 +0 -0
- package/src/themes/default/collections/form.variables +4 -0
- package/src/themes/default/collections/menu.variables +6 -0
- package/src/themes/default/collections/table.variables +52 -0
- package/src/themes/default/elements/button.variables +7 -1
- package/src/themes/default/elements/container.variables +12 -0
- package/src/themes/default/elements/divider.overrides +7 -7
- package/src/themes/default/elements/emoji.overrides +0 -3090
- package/src/themes/default/elements/emoji.variables +3563 -1
- package/src/themes/default/elements/flag.overrides +0 -991
- package/src/themes/default/elements/flag.variables +1603 -5
- package/src/themes/default/elements/icon.overrides +1975 -1949
- package/src/themes/default/elements/icon.variables +1 -0
- package/src/themes/default/elements/input.variables +15 -0
- package/src/themes/default/elements/segment.variables +8 -0
- package/src/themes/default/elements/step.overrides +3 -3
- package/src/themes/default/globals/site.variables +109 -8
- package/src/themes/default/globals/variation.variables +161 -6
- package/src/themes/default/modules/accordion.overrides +6 -5
- package/src/themes/default/modules/accordion.variables +49 -2
- package/src/themes/default/modules/calendar.variables +3 -0
- package/src/themes/default/modules/checkbox.overrides +9 -9
- package/src/themes/default/modules/checkbox.variables +5 -5
- package/src/themes/default/modules/dimmer.variables +1 -1
- package/src/themes/default/modules/dropdown.overrides +5 -5
- package/src/themes/default/modules/dropdown.variables +7 -10
- package/src/themes/default/modules/flyout.overrides +3 -0
- package/src/themes/default/modules/flyout.variables +100 -0
- package/src/themes/default/modules/modal.variables +16 -2
- package/src/themes/default/modules/popup.variables +0 -2
- package/src/themes/default/modules/sidebar.variables +4 -1
- package/src/themes/default/modules/toast.variables +3 -0
- package/src/themes/default/views/card.variables +8 -0
- package/src/themes/{default → famfamfam}/assets/images/flags.png +0 -0
- package/src/themes/famfamfam/elements/flag.overrides +1026 -0
- package/src/themes/famfamfam/elements/flag.variables +20 -0
- package/src/themes/github/elements/icon.overrides +206 -206
- package/src/themes/github/elements/step.overrides +5 -5
- package/src/themes/github/globals/site.variables +1 -0
- package/src/themes/github/modules/dropdown.overrides +6 -6
- package/src/themes/instagram/views/card.overrides +1 -1
- package/src/themes/joypixels/elements/emoji.overrides +0 -3089
- package/src/themes/joypixels/elements/emoji.variables +3562 -5
- package/src/themes/material/collections/menu.overrides +1 -1
- package/src/themes/material/elements/button.overrides +1 -1
- package/src/themes/material/elements/header.overrides +1 -1
- package/src/themes/material/elements/icon.overrides +932 -932
- package/src/themes/material/globals/site.variables +0 -1
- package/src/themes/material/modules/dropdown.overrides +1 -1
- package/src/themes/material/modules/modal.overrides +1 -1
- package/src/themes/pulsar/elements/loader.overrides +2 -2
- package/src/themes/resetcss/globals/reset.overrides +3 -3
- package/src/themes/rtl/globals/site.overrides +1 -1
- package/src/themes/striped/modules/progress.overrides +1 -1
- package/src/themes/systemfont/globals/reset.overrides +8 -0
- package/src/themes/systemfont/globals/site.variables +10 -0
- package/src/themes/twitter/elements/emoji.overrides +0 -3091
- package/src/themes/twitter/elements/emoji.variables +3558 -6
- package/tasks/admin/distributions/create.js +1 -1
- package/tasks/admin/publish.js +1 -1
- package/tasks/admin/release.js +1 -1
- package/tasks/build/assets.js +1 -1
- package/tasks/build/css.js +9 -4
- package/tasks/build/javascript.js +3 -3
- package/tasks/check-install.js +1 -1
- package/tasks/clean.js +1 -1
- package/tasks/collections/README.md +1 -1
- package/tasks/collections/admin.js +1 -1
- package/tasks/config/admin/oauth.example.js +1 -1
- package/tasks/config/admin/release.js +1 -0
- package/tasks/config/admin/templates/composer.json +1 -1
- package/tasks/config/defaults.js +1 -0
- package/tasks/config/project/install.js +16 -13
- package/tasks/install.js +1 -0
- package/tasks/rtl/watch.js +1 -1
- package/tasks/version.js +1 -1
- package/test/fixtures/accordion.html +1 -1
- package/test/fixtures/checkbox.html +1 -1
- package/test/fixtures/dropdown.html +1 -1
- package/test/fixtures/modal.html +1 -1
- package/test/fixtures/popup.html +1 -1
- package/test/fixtures/rating.html +1 -1
- package/test/fixtures/shape.html +1 -1
- package/test/fixtures/sidebar.html +1 -1
- package/test/fixtures/tab.html +1 -1
- package/test/fixtures/transition.html +1 -1
- package/test/fixtures/video.html +1 -1
- package/test/helpers/jasmine-jquery.js +2 -2
- package/test/helpers/jasmine-sinon.js +1 -1
- package/test/helpers/jquery-events.js +1 -1
- package/test/helpers/sinon.js +3 -3
- package/test/meteor/fonts.js +1 -1
- package/test/modules/accordion.spec.js +1 -1
- package/test/modules/checkbox.spec.js +1 -1
- package/test/modules/dropdown.spec.js +1 -1
- package/test/modules/modal.spec.js +1 -1
- package/test/modules/module.spec.js +1 -1
- package/test/modules/popup.spec.js +1 -1
- package/test/modules/search.spec.js +1 -1
- package/test/modules/shape.spec.js +1 -1
- package/test/modules/sidebar.spec.js +1 -1
- package/test/modules/tab.spec.js +1 -1
- package/test/modules/transition.spec.js +1 -1
- package/test/modules/video.spec.js +1 -1
@@ -65,7 +65,7 @@
|
|
65
65
|
}
|
66
66
|
|
67
67
|
/* Clearing */
|
68
|
-
.ui.statistics
|
68
|
+
.ui.statistics::after {
|
69
69
|
display: block;
|
70
70
|
content: ' ';
|
71
71
|
height: 0;
|
@@ -179,85 +179,86 @@
|
|
179
179
|
Count
|
180
180
|
---------------*/
|
181
181
|
|
182
|
+
& when (@variationStatisticEqualWidth) {
|
183
|
+
.ui.ten.statistics {
|
184
|
+
margin: @itemGroupMargin;
|
185
|
+
}
|
186
|
+
.ui.ten.statistics .statistic {
|
187
|
+
min-width: @tenColumn;
|
188
|
+
margin: @itemMargin;
|
189
|
+
}
|
182
190
|
|
183
|
-
.ui.
|
184
|
-
|
185
|
-
}
|
186
|
-
.ui.
|
187
|
-
|
188
|
-
|
189
|
-
}
|
190
|
-
|
191
|
-
.ui.nine.statistics {
|
192
|
-
margin: @itemGroupMargin;
|
193
|
-
}
|
194
|
-
.ui.nine.statistics .statistic {
|
195
|
-
min-width: @nineColumn;
|
196
|
-
margin: @itemMargin;
|
197
|
-
}
|
191
|
+
.ui.nine.statistics {
|
192
|
+
margin: @itemGroupMargin;
|
193
|
+
}
|
194
|
+
.ui.nine.statistics .statistic {
|
195
|
+
min-width: @nineColumn;
|
196
|
+
margin: @itemMargin;
|
197
|
+
}
|
198
198
|
|
199
|
-
.ui.eight.statistics {
|
200
|
-
|
201
|
-
}
|
202
|
-
.ui.eight.statistics .statistic {
|
203
|
-
|
204
|
-
|
205
|
-
}
|
199
|
+
.ui.eight.statistics {
|
200
|
+
margin: @itemGroupMargin;
|
201
|
+
}
|
202
|
+
.ui.eight.statistics .statistic {
|
203
|
+
min-width: @eightColumn;
|
204
|
+
margin: @itemMargin;
|
205
|
+
}
|
206
206
|
|
207
|
-
.ui.seven.statistics {
|
208
|
-
|
209
|
-
}
|
210
|
-
.ui.seven.statistics .statistic {
|
211
|
-
|
212
|
-
|
213
|
-
}
|
207
|
+
.ui.seven.statistics {
|
208
|
+
margin: @itemGroupMargin;
|
209
|
+
}
|
210
|
+
.ui.seven.statistics .statistic {
|
211
|
+
min-width: @sevenColumn;
|
212
|
+
margin: @itemMargin;
|
213
|
+
}
|
214
214
|
|
215
|
-
.ui.six.statistics {
|
216
|
-
|
217
|
-
}
|
218
|
-
.ui.six.statistics .statistic {
|
219
|
-
|
220
|
-
|
221
|
-
}
|
215
|
+
.ui.six.statistics {
|
216
|
+
margin: @itemGroupMargin;
|
217
|
+
}
|
218
|
+
.ui.six.statistics .statistic {
|
219
|
+
min-width: @sixColumn;
|
220
|
+
margin: @itemMargin;
|
221
|
+
}
|
222
222
|
|
223
|
-
.ui.five.statistics {
|
224
|
-
|
225
|
-
}
|
226
|
-
.ui.five.statistics .statistic {
|
227
|
-
|
228
|
-
|
229
|
-
}
|
223
|
+
.ui.five.statistics {
|
224
|
+
margin: @itemGroupMargin;
|
225
|
+
}
|
226
|
+
.ui.five.statistics .statistic {
|
227
|
+
min-width: @fiveColumn;
|
228
|
+
margin: @itemMargin;
|
229
|
+
}
|
230
230
|
|
231
|
-
.ui.four.statistics {
|
232
|
-
|
233
|
-
}
|
234
|
-
.ui.four.statistics .statistic {
|
235
|
-
|
236
|
-
|
237
|
-
}
|
231
|
+
.ui.four.statistics {
|
232
|
+
margin: @itemGroupMargin;
|
233
|
+
}
|
234
|
+
.ui.four.statistics .statistic {
|
235
|
+
min-width: @fourColumn;
|
236
|
+
margin: @itemMargin;
|
237
|
+
}
|
238
238
|
|
239
|
-
.ui.three.statistics {
|
240
|
-
|
241
|
-
}
|
242
|
-
.ui.three.statistics .statistic {
|
243
|
-
|
244
|
-
|
245
|
-
}
|
239
|
+
.ui.three.statistics {
|
240
|
+
margin: @itemGroupMargin;
|
241
|
+
}
|
242
|
+
.ui.three.statistics .statistic {
|
243
|
+
min-width: @threeColumn;
|
244
|
+
margin: @itemMargin;
|
245
|
+
}
|
246
246
|
|
247
|
-
.ui.two.statistics {
|
248
|
-
|
249
|
-
}
|
250
|
-
.ui.two.statistics .statistic {
|
251
|
-
|
252
|
-
|
253
|
-
}
|
247
|
+
.ui.two.statistics {
|
248
|
+
margin: @itemGroupMargin;
|
249
|
+
}
|
250
|
+
.ui.two.statistics .statistic {
|
251
|
+
min-width: @twoColumn;
|
252
|
+
margin: @itemMargin;
|
253
|
+
}
|
254
254
|
|
255
|
-
.ui.one.statistics {
|
256
|
-
|
257
|
-
}
|
258
|
-
.ui.one.statistics .statistic {
|
259
|
-
|
260
|
-
|
255
|
+
.ui.one.statistics {
|
256
|
+
margin: @itemGroupMargin;
|
257
|
+
}
|
258
|
+
.ui.one.statistics .statistic {
|
259
|
+
min-width: @oneColumn;
|
260
|
+
margin: @itemMargin;
|
261
|
+
}
|
261
262
|
}
|
262
263
|
|
263
264
|
|
@@ -323,25 +324,26 @@
|
|
323
324
|
/*--------------
|
324
325
|
Colors
|
325
326
|
---------------*/
|
326
|
-
|
327
|
-
each(@
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
}
|
337
|
-
& when (@variationStatisticInverted) {
|
338
|
-
.ui.inverted.@{color}.statistics .statistic > .value,
|
339
|
-
.ui.statistics .inverted.@{color}.statistic > .value,
|
340
|
-
.ui.inverted.@{color}.statistic > .value {
|
341
|
-
color: @l;
|
327
|
+
& when not (@variationStatisticColors = false) {
|
328
|
+
each(@variationStatisticColors, {
|
329
|
+
@color: @value;
|
330
|
+
@c: @colors[@@color][color];
|
331
|
+
@l: @colors[@@color][light];
|
332
|
+
|
333
|
+
.ui.@{color}.statistics .statistic > .value,
|
334
|
+
.ui.statistics .@{color}.statistic > .value,
|
335
|
+
.ui.@{color}.statistic > .value {
|
336
|
+
color: @c;
|
342
337
|
}
|
343
|
-
|
344
|
-
}
|
338
|
+
& when (@variationStatisticInverted) {
|
339
|
+
.ui.inverted.@{color}.statistics .statistic > .value,
|
340
|
+
.ui.statistics .inverted.@{color}.statistic > .value,
|
341
|
+
.ui.inverted.@{color}.statistic > .value {
|
342
|
+
color: @l;
|
343
|
+
}
|
344
|
+
}
|
345
|
+
})
|
346
|
+
}
|
345
347
|
|
346
348
|
& when (@variationStatisticFloated) {
|
347
349
|
/*--------------
|
package/src/semantic.less
CHANGED
@@ -57,6 +57,7 @@
|
|
57
57
|
& { @import "definitions/modules/dimmer"; }
|
58
58
|
& { @import "definitions/modules/dropdown"; }
|
59
59
|
& { @import "definitions/modules/embed"; }
|
60
|
+
& { @import "definitions/modules/flyout"; }
|
60
61
|
& { @import "definitions/modules/modal"; }
|
61
62
|
& { @import "definitions/modules/nag"; }
|
62
63
|
& { @import "definitions/modules/popup"; }
|
package/src/theme.config.example
CHANGED
package/src/theme.less
CHANGED
@@ -60,8 +60,19 @@
|
|
60
60
|
Fonts
|
61
61
|
-------------------*/
|
62
62
|
|
63
|
-
.loadFonts()
|
64
|
-
|
63
|
+
.loadFonts() {
|
64
|
+
& when (@importGoogleFonts) {
|
65
|
+
@import (css) url('@{googleProtocol}fonts.googleapis.com/css2?family=@{googleFontRequest}');
|
66
|
+
}
|
67
|
+
& when (@importFonts) and not (@fontName = ''){
|
68
|
+
each(@fonts, {
|
69
|
+
@font-face {
|
70
|
+
each(@value,{
|
71
|
+
@{key}: @value;
|
72
|
+
});
|
73
|
+
}
|
74
|
+
})
|
75
|
+
}
|
65
76
|
}
|
66
77
|
|
67
78
|
/*------------------
|
@@ -1,143 +1,143 @@
|
|
1
1
|
/* basic.icons available */
|
2
|
-
i.icon.circle.attention
|
3
|
-
i.icon.circle.help
|
4
|
-
i.icon.circle.info
|
5
|
-
i.icon.add
|
6
|
-
|
7
|
-
i.icon.chart
|
8
|
-
i.icon.chart.bar
|
9
|
-
i.icon.chart.pie
|
10
|
-
|
11
|
-
i.icon.resize.full
|
12
|
-
i.icon.resize.horizontal
|
13
|
-
i.icon.resize.small
|
14
|
-
i.icon.resize.vertical
|
15
|
-
|
16
|
-
i.icon.down
|
17
|
-
i.icon.down.triangle
|
18
|
-
i.icon.down.arrow
|
19
|
-
|
20
|
-
i.icon.left
|
21
|
-
i.icon.left.triangle
|
22
|
-
i.icon.left.arrow
|
23
|
-
|
24
|
-
i.icon.right
|
25
|
-
i.icon.right.triangle
|
26
|
-
i.icon.right.arrow
|
27
|
-
|
28
|
-
i.icon.up
|
29
|
-
i.icon.up.triangle
|
30
|
-
i.icon.up.arrow
|
31
|
-
|
32
|
-
i.icon.folder
|
33
|
-
i.icon.open.folder
|
34
|
-
|
35
|
-
i.icon.globe
|
36
|
-
i.icon.desk.globe
|
37
|
-
|
38
|
-
i.icon.star
|
39
|
-
i.icon.star.empty
|
40
|
-
i.icon.star.half
|
41
|
-
|
42
|
-
i.icon.lock
|
43
|
-
i.icon.unlock
|
44
|
-
|
45
|
-
i.icon.layout.grid
|
46
|
-
i.icon.layout.block
|
47
|
-
i.icon.layout.list
|
48
|
-
|
49
|
-
i.icon.heart.empty
|
50
|
-
i.icon.heart
|
51
|
-
|
52
|
-
|
53
|
-
i.icon.asterisk
|
54
|
-
i.icon.attachment
|
55
|
-
i.icon.attention
|
56
|
-
i.icon.trophy
|
57
|
-
i.icon.barcode
|
58
|
-
i.icon.cart
|
59
|
-
i.icon.block
|
60
|
-
i.icon.book
|
61
|
-
i.icon.bookmark
|
62
|
-
i.icon.calendar
|
63
|
-
i.icon.cancel
|
64
|
-
i.icon.close
|
65
|
-
i.icon.color
|
66
|
-
i.icon.chat
|
67
|
-
i.icon.check
|
68
|
-
i.icon.time
|
69
|
-
i.icon.cloud
|
70
|
-
i.icon.code
|
71
|
-
i.icon.email
|
72
|
-
i.icon.settings
|
73
|
-
i.icon.setting
|
74
|
-
i.icon.comment
|
75
|
-
i.icon.clockwise.counter
|
76
|
-
i.icon.clockwise
|
77
|
-
i.icon.cube
|
78
|
-
i.icon.direction
|
79
|
-
i.icon.doc
|
80
|
-
i.icon.docs
|
81
|
-
i.icon.dollar
|
82
|
-
i.icon.paint
|
83
|
-
i.icon.edit
|
84
|
-
i.icon.eject
|
85
|
-
i.icon.export
|
86
|
-
i.icon.hide
|
87
|
-
i.icon.unhide
|
88
|
-
i.icon.facebook
|
89
|
-
i.icon.fast-forward
|
90
|
-
i.icon.fire
|
91
|
-
i.icon.flag
|
92
|
-
i.icon.lightning
|
93
|
-
i.icon.lab
|
94
|
-
i.icon.flight
|
95
|
-
i.icon.forward
|
96
|
-
i.icon.gift
|
97
|
-
i.icon.github
|
98
|
-
i.icon.globe
|
99
|
-
i.icon.headphones
|
100
|
-
i.icon.question
|
101
|
-
i.icon.home
|
102
|
-
i.icon.i
|
103
|
-
i.icon.idea
|
104
|
-
i.icon.open
|
105
|
-
i.icon.content
|
106
|
-
i.icon.location
|
107
|
-
i.icon.mail
|
108
|
-
i.icon.mic
|
109
|
-
i.icon.minus
|
110
|
-
i.icon.money
|
111
|
-
i.icon.off
|
112
|
-
i.icon.pause
|
113
|
-
i.icon.photos
|
114
|
-
i.icon.photo
|
115
|
-
i.icon.pin
|
116
|
-
i.icon.play
|
117
|
-
i.icon.plus
|
118
|
-
i.icon.print
|
119
|
-
i.icon.rss
|
120
|
-
i.icon.search
|
121
|
-
i.icon.shuffle
|
122
|
-
i.icon.tag
|
123
|
-
i.icon.tags
|
124
|
-
i.icon.terminal
|
125
|
-
i.icon.thumbs.down
|
126
|
-
i.icon.thumbs.up
|
127
|
-
i.icon.to-end
|
128
|
-
i.icon.to-start
|
129
|
-
i.icon.top.list
|
130
|
-
i.icon.trash
|
131
|
-
i.icon.twitter
|
132
|
-
i.icon.upload
|
133
|
-
i.icon.user.add
|
134
|
-
i.icon.user
|
135
|
-
i.icon.community
|
136
|
-
i.icon.users
|
137
|
-
i.icon.id
|
138
|
-
i.icon.url
|
139
|
-
i.icon.zoom.in
|
140
|
-
i.icon.zoom.out
|
2
|
+
i.icon.circle.attention::before { content: '\2757'; } /* '❗' */
|
3
|
+
i.icon.circle.help::before { content: '\e704'; } /* '' */
|
4
|
+
i.icon.circle.info::before { content: '\e705'; } /* '' */
|
5
|
+
i.icon.add::before { content: '\2795'; } /* '➕' */
|
6
|
+
|
7
|
+
i.icon.chart::before { content: '📈'; } /* '\1f4c8' */
|
8
|
+
i.icon.chart.bar::before { content: '📊'; } /* '\1f4ca' */
|
9
|
+
i.icon.chart.pie::before { content: '\e7a2'; } /* '' */
|
10
|
+
|
11
|
+
i.icon.resize.full::before { content: '\e744'; } /* '' */
|
12
|
+
i.icon.resize.horizontal::before { content: '\2b0d'; } /* '⬍' */
|
13
|
+
i.icon.resize.small::before { content: '\e746'; } /* '' */
|
14
|
+
i.icon.resize.vertical::before { content: '\2b0c'; } /* '⬌' */
|
15
|
+
|
16
|
+
i.icon.down::before { content: '\2193'; } /* '↓' */
|
17
|
+
i.icon.down.triangle::before { content: '\25be'; } /* '▾' */
|
18
|
+
i.icon.down.arrow::before { content: '\e75c'; } /* '' */
|
19
|
+
|
20
|
+
i.icon.left::before { content: '\2190'; } /* '←' */
|
21
|
+
i.icon.left.triangle::before { content: '\25c2'; } /* '◂' */
|
22
|
+
i.icon.left.arrow::before { content: '\e75d'; } /* '' */
|
23
|
+
|
24
|
+
i.icon.right::before { content: '\2192'; } /* '→' */
|
25
|
+
i.icon.right.triangle::before { content: '\25b8'; } /* '▸' */
|
26
|
+
i.icon.right.arrow::before { content: '\e75e'; } /* '' */
|
27
|
+
|
28
|
+
i.icon.up::before { content: '\2191'; } /* '↑' */
|
29
|
+
i.icon.up.triangle::before { content: '\25b4'; } /* '▴' */
|
30
|
+
i.icon.up.arrow::before { content: '\e75f'; } /* '' */
|
31
|
+
|
32
|
+
i.icon.folder::before { content: '\e810'; } /* '' */
|
33
|
+
i.icon.open.folder::before { content: '📂'; } /* '\1f4c2' */
|
34
|
+
|
35
|
+
i.icon.globe::before { content: '𝌍'; } /* '\1d30d' */
|
36
|
+
i.icon.desk.globe::before { content: '🌐'; } /* '\1f310' */
|
37
|
+
|
38
|
+
i.icon.star::before { content: '\e801'; } /* '' */
|
39
|
+
i.icon.star.empty::before { content: '\e800'; } /* '' */
|
40
|
+
i.icon.star.half::before { content: '\e701'; } /* '' */
|
41
|
+
|
42
|
+
i.icon.lock::before { content: '🔒'; } /* '\1f512' */
|
43
|
+
i.icon.unlock::before { content: '🔓'; } /* '\1f513' */
|
44
|
+
|
45
|
+
i.icon.layout.grid::before { content: '\e80c'; } /* '' */
|
46
|
+
i.icon.layout.block::before { content: '\e708'; } /* '' */
|
47
|
+
i.icon.layout.list::before { content: '\e80b'; } /* '' */
|
48
|
+
|
49
|
+
i.icon.heart.empty::before { content: '\2661'; } /* '♡' */
|
50
|
+
i.icon.heart::before { content: '\2665'; } /* '♥' */
|
51
|
+
|
52
|
+
|
53
|
+
i.icon.asterisk::before { content: '\2731'; } /* '✱' */
|
54
|
+
i.icon.attachment::before { content: '📎'; } /* '\1f4ce' */
|
55
|
+
i.icon.attention::before { content: '\26a0'; } /* '⚠' */
|
56
|
+
i.icon.trophy::before { content: '🏉'; } /* '\1f3c9' */
|
57
|
+
i.icon.barcode::before { content: '\e792'; } /* '' */
|
58
|
+
i.icon.cart::before { content: '\e813'; } /* '' */
|
59
|
+
i.icon.block::before { content: '🚫'; } /* '\1f6ab' */
|
60
|
+
i.icon.book::before { content: '📖'; }
|
61
|
+
i.icon.bookmark::before { content: '🔖'; } /* '\1f516' */
|
62
|
+
i.icon.calendar::before { content: '📅'; } /* '\1f4c5' */
|
63
|
+
i.icon.cancel::before { content: '\2716'; } /* '✖' */
|
64
|
+
i.icon.close::before { content: '\e80d'; } /* '' */
|
65
|
+
i.icon.color::before { content: '\e794'; } /* '' */
|
66
|
+
i.icon.chat::before { content: '\e720'; } /* '' */
|
67
|
+
i.icon.check::before { content: '\2611'; } /* '☑' */
|
68
|
+
i.icon.time::before { content: '🕔'; } /* '\1f554' */
|
69
|
+
i.icon.cloud::before { content: '\2601'; } /* '☁' */
|
70
|
+
i.icon.code::before { content: '\e714'; } /* '' */
|
71
|
+
i.icon.email::before { content: '\40'; } /* '@' */
|
72
|
+
i.icon.settings::before { content: '\26ef'; } /* '⛯' */
|
73
|
+
i.icon.setting::before { content: '\2699'; } /* '⚙' */
|
74
|
+
i.icon.comment::before { content: '\e802'; } /* '' */
|
75
|
+
i.icon.clockwise.counter::before { content: '\27f2'; } /* '⟲' */
|
76
|
+
i.icon.clockwise::before { content: '\27f3'; } /* '⟳' */
|
77
|
+
i.icon.cube::before { content: '\e807'; } /* '' */
|
78
|
+
i.icon.direction::before { content: '\27a2'; } /* '➢' */
|
79
|
+
i.icon.doc::before { content: '📄'; } /* '\1f4c4' */
|
80
|
+
i.icon.docs::before { content: '\e736'; } /* '' */
|
81
|
+
i.icon.dollar::before { content: '💵'; } /* '\1f4b5' */
|
82
|
+
i.icon.paint::before { content: '\e7b5'; } /* '' */
|
83
|
+
i.icon.edit::before { content: '\270d'; } /* '✍' */
|
84
|
+
i.icon.eject::before { content: '\2ecf'; } /* '⻏' */
|
85
|
+
i.icon.export::before { content: '\e715'; } /* '' */
|
86
|
+
i.icon.hide::before { content: '\e70b'; } /* '' */
|
87
|
+
i.icon.unhide::before { content: '\e80f'; } /* '' */
|
88
|
+
i.icon.facebook::before { content: '\f301'; } /* '' */
|
89
|
+
i.icon.fast-forward::before { content: '\e804'; } /* '' */
|
90
|
+
i.icon.fire::before { content: '🔥'; } /* '\1f525' */
|
91
|
+
i.icon.flag::before { content: '\2691'; } /* '⚑' */
|
92
|
+
i.icon.lightning::before { content: '\26a1'; } /* '⚡' */
|
93
|
+
i.icon.lab::before { content: '\68'; } /* 'h' */
|
94
|
+
i.icon.flight::before { content: '\2708'; } /* '✈' */
|
95
|
+
i.icon.forward::before { content: '\27a6'; } /* '➦' */
|
96
|
+
i.icon.gift::before { content: '🎁'; } /* '\1f381' */
|
97
|
+
i.icon.github::before { content: '\f308'; } /* '' */
|
98
|
+
i.icon.globe::before { content: '\e817'; } /* '' */
|
99
|
+
i.icon.headphones::before { content: '🎧'; } /* '\1f3a7' */
|
100
|
+
i.icon.question::before { content: '\2753'; } /* '❓' */
|
101
|
+
i.icon.home::before { content: '\2302'; } /* '⌂' */
|
102
|
+
i.icon.i::before { content: '\2139'; } /* 'ℹ' */
|
103
|
+
i.icon.idea::before { content: '💡'; } /* '\1f4a1' */
|
104
|
+
i.icon.open::before { content: '🔗'; } /* '\1f517' */
|
105
|
+
i.icon.content::before { content: '\e782'; } /* '' */
|
106
|
+
i.icon.location::before { content: '\e724'; } /* '' */
|
107
|
+
i.icon.mail::before { content: '\2709'; } /* '✉' */
|
108
|
+
i.icon.mic::before { content: '🎤'; } /* '\1f3a4' */
|
109
|
+
i.icon.minus::before { content: '\2d'; } /* '-' */
|
110
|
+
i.icon.money::before { content: '💰'; } /* '\1f4b0' */
|
111
|
+
i.icon.off::before { content: '\e78e'; } /* '' */
|
112
|
+
i.icon.pause::before { content: '\e808'; } /* '' */
|
113
|
+
i.icon.photos::before { content: '\e812'; } /* '' */
|
114
|
+
i.icon.photo::before { content: '🌄'; } /* '\1f304' */
|
115
|
+
i.icon.pin::before { content: '📌'; } /* '\1f4cc' */
|
116
|
+
i.icon.play::before { content: '\e809'; } /* '' */
|
117
|
+
i.icon.plus::before { content: '\2b'; } /* '+' */
|
118
|
+
i.icon.print::before { content: '\e716'; } /* '' */
|
119
|
+
i.icon.rss::before { content: '\e73a'; } /* '' */
|
120
|
+
i.icon.search::before { content: '🔍'; } /* '\1f50d' */
|
121
|
+
i.icon.shuffle::before { content: '\e803'; } /* '' */
|
122
|
+
i.icon.tag::before { content: '\e80a'; } /* '' */
|
123
|
+
i.icon.tags::before { content: '\e70d'; } /* '' */
|
124
|
+
i.icon.terminal::before { content: '\e7ac'; } /* '' */
|
125
|
+
i.icon.thumbs.down::before { content: '👎'; } /* '\1f44e' */
|
126
|
+
i.icon.thumbs.up::before { content: '👍'; } /* '\1f44d' */
|
127
|
+
i.icon.to-end::before { content: '\e806'; } /* '' */
|
128
|
+
i.icon.to-start::before { content: '\e805'; } /* '' */
|
129
|
+
i.icon.top.list::before { content: '🏆'; } /* '\1f3c6' */
|
130
|
+
i.icon.trash::before { content: '\e729'; } /* '' */
|
131
|
+
i.icon.twitter::before { content: '\f303'; } /* '' */
|
132
|
+
i.icon.upload::before { content: '\e711'; } /* '' */
|
133
|
+
i.icon.user.add::before { content: '\e700'; } /* '' */
|
134
|
+
i.icon.user::before { content: '👤'; } /* '\1f464' */
|
135
|
+
i.icon.community::before { content: '\e814'; } /* '' */
|
136
|
+
i.icon.users::before { content: '👥'; } /* '\1f465' */
|
137
|
+
i.icon.id::before { content: '\e722'; } /* '' */
|
138
|
+
i.icon.url::before { content: '🔗'; } /* '\1f517' */
|
139
|
+
i.icon.zoom.in::before { content: '\e750'; } /* '' */
|
140
|
+
i.icon.zoom.out::before { content: '\e751'; } /* '' */
|
141
141
|
|
142
142
|
/*--------------
|
143
143
|
Spacing Fix
|
@@ -174,16 +174,16 @@ i.icon.right {
|
|
174
174
|
---------------*/
|
175
175
|
|
176
176
|
/* aliases for convenience */
|
177
|
-
i.icon.delete
|
178
|
-
i.icon.dropdown
|
177
|
+
i.icon.delete::before { content: '\e80d'; } /* '' */
|
178
|
+
i.icon.dropdown::before { content: '\25be'; } /* '▾' */
|
179
179
|
|
180
|
-
i.icon.help
|
181
|
-
i.icon.info
|
182
|
-
i.icon.error
|
180
|
+
i.icon.help::before { content: '\e704'; } /* '' */
|
181
|
+
i.icon.info::before { content: '\e705'; } /* '' */
|
182
|
+
i.icon.error::before { content: '\e80d'; } /* '' */
|
183
183
|
|
184
|
-
i.icon.dislike
|
185
|
-
i.icon.like
|
184
|
+
i.icon.dislike::before { content: '\2661'; } /* '♡' */
|
185
|
+
i.icon.like::before { content: '\2665'; } /* '♥' */
|
186
186
|
|
187
|
-
i.icon.eye
|
188
|
-
i.icon.eye.hidden
|
189
|
-
i.icon.date
|
187
|
+
i.icon.eye::before { content: '\e80f'; } /* '' */
|
188
|
+
i.icon.eye.hidden::before { content: '\e70b'; } /* '' */
|
189
|
+
i.icon.date::before { content: '📅'; } /* '\1f4c5' */
|
@@ -2,7 +2,7 @@
|
|
2
2
|
Overrides
|
3
3
|
*******************************/
|
4
4
|
|
5
|
-
@import url(https://fonts.googleapis.com/
|
5
|
+
@import (css) url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro');
|
6
6
|
|
7
7
|
.ui.labeled.icon.buttons > .button > .icon,
|
8
8
|
.ui.labeled.icon.button > .icon {
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|