fomantic-ui 2.9.0-beta.99 → 2.9.0
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 +86 -1
- 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/CHANGELOG.md +925 -650
- package/CONTRIBUTORS.md +16 -1
- package/FAQ.md +38 -38
- package/README.md +7 -7
- package/dist/components/accordion.css +136 -40
- 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 +82 -25
- 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 +124 -77
- package/dist/components/button.min.css +2 -2
- package/dist/components/calendar.css +18 -1
- package/dist/components/calendar.js +92 -73
- package/dist/components/calendar.min.css +2 -2
- package/dist/components/calendar.min.js +3 -3
- package/dist/components/card.css +729 -99
- package/dist/components/card.min.css +2 -2
- package/dist/components/checkbox.css +92 -92
- package/dist/components/checkbox.js +4 -3
- package/dist/components/checkbox.min.css +2 -2
- package/dist/components/checkbox.min.js +3 -3
- package/dist/components/comment.css +2 -2
- 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 +7 -6
- 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 +74 -47
- package/dist/components/dropdown.js +237 -188
- 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 +10797 -8839
- package/dist/components/emoji.min.css +1 -1
- package/dist/components/feed.css +2 -2
- package/dist/components/feed.min.css +2 -2
- package/dist/components/flag.css +563 -563
- package/dist/components/flag.min.css +2 -2
- package/dist/components/flyout.css +592 -0
- package/dist/components/flyout.js +1530 -0
- package/dist/components/flyout.min.css +9 -0
- package/dist/components/flyout.min.js +11 -0
- package/dist/components/form.css +67 -39
- package/dist/components/form.js +25 -21
- package/dist/components/form.min.css +2 -2
- package/dist/components/form.min.js +3 -3
- package/dist/components/grid.css +15 -14
- 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 +2105 -2061
- 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 +743 -21
- package/dist/components/input.min.css +2 -2
- package/dist/components/item.css +5 -5
- 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 +79 -71
- package/dist/components/menu.min.css +1 -1
- package/dist/components/message.css +3 -3
- package/dist/components/message.min.css +2 -2
- package/dist/components/modal.css +35 -6
- package/dist/components/modal.js +97 -57
- 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 +107 -29
- 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 +20 -8
- 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 +79 -4
- 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 +30 -30
- package/dist/components/step.min.css +2 -2
- package/dist/components/sticky.css +1 -1
- package/dist/components/sticky.js +30 -19
- 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 +1680 -270
- 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 +11 -1
- package/dist/components/toast.js +19 -12
- 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 +41415 -34430
- package/dist/semantic.js +2597 -696
- 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.woff +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.woff2 +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.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 +3 -3
- 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/sticky-context.html +197 -0
- package/examples/components/table.html +1 -1
- package/package.json +20 -18
- package/scripts/nightly-version.js +47 -38
- package/src/definitions/behaviors/api.js +81 -24
- package/src/definitions/behaviors/form.js +24 -20
- package/src/definitions/behaviors/state.js +2 -2
- package/src/definitions/behaviors/visibility.js +4 -4
- package/src/definitions/collections/form.less +43 -31
- package/src/definitions/collections/grid.less +11 -11
- package/src/definitions/collections/menu.less +62 -47
- package/src/definitions/collections/message.less +1 -1
- package/src/definitions/collections/table.less +636 -39
- package/src/definitions/elements/button.less +254 -125
- package/src/definitions/elements/container.less +129 -0
- package/src/definitions/elements/divider.less +24 -24
- package/src/definitions/elements/emoji.less +25 -2
- package/src/definitions/elements/flag.less +47 -1
- package/src/definitions/elements/header.less +4 -2
- package/src/definitions/elements/icon.less +91 -12
- package/src/definitions/elements/input.less +259 -27
- package/src/definitions/elements/label.less +42 -39
- package/src/definitions/elements/list.less +29 -30
- package/src/definitions/elements/loader.less +87 -87
- package/src/definitions/elements/placeholder.less +32 -32
- package/src/definitions/elements/segment.less +147 -34
- package/src/definitions/elements/step.less +25 -25
- package/src/definitions/globals/reset.less +2 -2
- package/src/definitions/globals/site.js +1 -1
- package/src/definitions/globals/site.less +14 -12
- package/src/definitions/modules/accordion.js +9 -3
- package/src/definitions/modules/accordion.less +371 -269
- package/src/definitions/modules/calendar.js +91 -72
- package/src/definitions/modules/calendar.less +20 -0
- package/src/definitions/modules/checkbox.js +3 -2
- package/src/definitions/modules/checkbox.less +53 -53
- package/src/definitions/modules/dimmer.js +18 -9
- package/src/definitions/modules/dimmer.less +11 -10
- package/src/definitions/modules/dropdown.js +236 -187
- package/src/definitions/modules/dropdown.less +110 -77
- package/src/definitions/modules/embed.js +13 -9
- package/src/definitions/modules/embed.less +4 -4
- package/src/definitions/modules/flyout.js +1530 -0
- package/src/definitions/modules/flyout.less +650 -0
- package/src/definitions/modules/modal.js +96 -56
- package/src/definitions/modules/modal.less +68 -33
- package/src/definitions/modules/nag.js +2 -2
- 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/rating.js +7 -3
- package/src/definitions/modules/search.js +47 -20
- package/src/definitions/modules/search.less +3 -3
- package/src/definitions/modules/shape.js +3 -3
- package/src/definitions/modules/sidebar.js +140 -43
- package/src/definitions/modules/sidebar.less +20 -5
- package/src/definitions/modules/slider.js +78 -63
- package/src/definitions/modules/slider.less +9 -9
- package/src/definitions/modules/sticky.js +29 -18
- 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 +18 -11
- package/src/definitions/modules/toast.less +6 -0
- package/src/definitions/modules/transition.js +26 -21
- package/src/definitions/views/ad.less +3 -3
- package/src/definitions/views/card.less +124 -18
- package/src/definitions/views/comment.less +1 -1
- package/src/definitions/views/feed.less +1 -1
- package/src/definitions/views/item.less +3 -3
- package/src/definitions/views/statistic.less +1 -1
- 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/icon.variables +16 -6
- 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.woff +0 -0
- package/src/themes/default/assets/fonts/brand-icons.woff2 +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.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/table.variables +52 -0
- package/src/themes/default/elements/button.variables +5 -0
- 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 -1640
- package/src/themes/default/elements/flag.variables +1597 -1
- package/src/themes/default/elements/icon.overrides +1 -2043
- package/src/themes/default/elements/icon.variables +2045 -30
- 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 +4 -7
- package/src/themes/default/globals/site.variables +103 -8
- package/src/themes/default/globals/variation.variables +59 -0
- package/src/themes/default/modules/accordion.overrides +7 -9
- package/src/themes/default/modules/accordion.variables +34 -2
- package/src/themes/default/modules/calendar.variables +3 -0
- package/src/themes/default/modules/checkbox.overrides +10 -12
- package/src/themes/default/modules/checkbox.variables +5 -5
- package/src/themes/default/modules/dropdown.overrides +6 -9
- package/src/themes/default/modules/dropdown.variables +6 -9
- 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/views/card.variables +8 -0
- package/src/themes/{default → famfamfam}/assets/images/flags.png +0 -0
- package/src/themes/famfamfam/elements/flag.overrides +496 -496
- package/src/themes/famfamfam/elements/flag.variables +8 -1
- package/src/themes/github/elements/icon.overrides +206 -206
- package/src/themes/github/elements/icon.variables +16 -1
- 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 +7 -10
- 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/elements/icon.variables +17 -0
- 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 +3 -3
- 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/admin/templates/css-package.js +8 -12
- package/tasks/config/admin/templates/less-package.js +2 -2
- 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 +2 -2
- 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
- package/dist/themes/basic/assets/fonts/icons.eot +0 -0
- package/dist/themes/basic/assets/fonts/icons.svg +0 -450
- package/dist/themes/basic/assets/fonts/icons.ttf +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.eot +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.svg +0 -3570
- package/dist/themes/default/assets/fonts/brand-icons.ttf +0 -0
- package/dist/themes/default/assets/fonts/icons.eot +0 -0
- package/dist/themes/default/assets/fonts/icons.svg +0 -4938
- package/dist/themes/default/assets/fonts/icons.ttf +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.eot +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.svg +0 -803
- package/dist/themes/default/assets/fonts/outline-icons.ttf +0 -0
- package/dist/themes/github/assets/fonts/octicons-local.ttf +0 -0
- package/dist/themes/github/assets/fonts/octicons.svg +0 -200
- package/dist/themes/github/assets/fonts/octicons.ttf +0 -0
- package/dist/themes/material/assets/fonts/icons.eot +0 -0
- package/dist/themes/material/assets/fonts/icons.svg +0 -2373
- package/dist/themes/material/assets/fonts/icons.ttf +0 -0
- package/src/themes/basic/assets/fonts/icons.eot +0 -0
- package/src/themes/basic/assets/fonts/icons.svg +0 -450
- package/src/themes/basic/assets/fonts/icons.ttf +0 -0
- package/src/themes/default/assets/fonts/brand-icons.eot +0 -0
- package/src/themes/default/assets/fonts/brand-icons.svg +0 -3570
- package/src/themes/default/assets/fonts/brand-icons.ttf +0 -0
- package/src/themes/default/assets/fonts/icons.eot +0 -0
- package/src/themes/default/assets/fonts/icons.svg +0 -4938
- package/src/themes/default/assets/fonts/icons.ttf +0 -0
- package/src/themes/default/assets/fonts/outline-icons.eot +0 -0
- package/src/themes/default/assets/fonts/outline-icons.svg +0 -803
- package/src/themes/default/assets/fonts/outline-icons.ttf +0 -0
- package/src/themes/github/assets/fonts/octicons-local.ttf +0 -0
- package/src/themes/github/assets/fonts/octicons.svg +0 -200
- package/src/themes/github/assets/fonts/octicons.ttf +0 -0
- package/src/themes/material/assets/fonts/icons.eot +0 -0
- package/src/themes/material/assets/fonts/icons.svg +0 -2373
- package/src/themes/material/assets/fonts/icons.ttf +0 -0
@@ -0,0 +1,592 @@
|
|
1
|
+
/*!
|
2
|
+
* # Fomantic-UI 2.9.0 - Flyout
|
3
|
+
* http://github.com/fomantic/Fomantic-UI/
|
4
|
+
*
|
5
|
+
*
|
6
|
+
* Released under the MIT license
|
7
|
+
* http://opensource.org/licenses/MIT
|
8
|
+
*
|
9
|
+
*/
|
10
|
+
|
11
|
+
|
12
|
+
/*******************************
|
13
|
+
Flyout
|
14
|
+
*******************************/
|
15
|
+
|
16
|
+
|
17
|
+
/* Flyout Menu */
|
18
|
+
.ui.flyout {
|
19
|
+
position: fixed;
|
20
|
+
top: 0;
|
21
|
+
left: 0;
|
22
|
+
-webkit-backface-visibility: hidden;
|
23
|
+
backface-visibility: hidden;
|
24
|
+
-webkit-transition: none;
|
25
|
+
transition: none;
|
26
|
+
will-change: transform;
|
27
|
+
-webkit-transform: translate3d(0, 0, 0);
|
28
|
+
transform: translate3d(0, 0, 0);
|
29
|
+
visibility: hidden;
|
30
|
+
-webkit-overflow-scrolling: touch;
|
31
|
+
height: 100%;
|
32
|
+
max-height: 100%;
|
33
|
+
max-width: 100%;
|
34
|
+
border-radius: 0;
|
35
|
+
margin: 0;
|
36
|
+
overflow-y: hidden;
|
37
|
+
z-index: 102;
|
38
|
+
background: #FFFFFF;
|
39
|
+
}
|
40
|
+
|
41
|
+
/* GPU Layers for Child Elements */
|
42
|
+
.ui.flyout > * {
|
43
|
+
-webkit-backface-visibility: hidden;
|
44
|
+
backface-visibility: hidden;
|
45
|
+
}
|
46
|
+
|
47
|
+
/*--------------
|
48
|
+
Close
|
49
|
+
---------------*/
|
50
|
+
|
51
|
+
.ui.flyout > .close {
|
52
|
+
cursor: pointer;
|
53
|
+
position: absolute;
|
54
|
+
top: 1.25rem;
|
55
|
+
right: 1.5rem;
|
56
|
+
z-index: 1;
|
57
|
+
opacity: 0.8;
|
58
|
+
font-size: 1.25em;
|
59
|
+
color: rgba(0, 0, 0, 0.85);
|
60
|
+
width: 2.25rem;
|
61
|
+
height: 2.25rem;
|
62
|
+
padding: 0;
|
63
|
+
margin: 0 0 0 0.25rem;
|
64
|
+
text-align: right;
|
65
|
+
}
|
66
|
+
.ui.flyout > .close:focus,
|
67
|
+
.ui.flyout > .close:hover {
|
68
|
+
opacity: 1;
|
69
|
+
outline: none;
|
70
|
+
}
|
71
|
+
|
72
|
+
/*--------------
|
73
|
+
Header
|
74
|
+
---------------*/
|
75
|
+
|
76
|
+
.ui.flyout > .header {
|
77
|
+
display: block;
|
78
|
+
background: #FFFFFF;
|
79
|
+
margin: 0;
|
80
|
+
padding: 1.25rem 1.5rem;
|
81
|
+
-webkit-box-shadow: none;
|
82
|
+
box-shadow: none;
|
83
|
+
color: rgba(0, 0, 0, 0.85);
|
84
|
+
border-bottom: 1px solid rgba(34, 36, 38, 0.15);
|
85
|
+
}
|
86
|
+
|
87
|
+
/*--------------
|
88
|
+
Content
|
89
|
+
---------------*/
|
90
|
+
|
91
|
+
.ui.flyout > .content {
|
92
|
+
display: block;
|
93
|
+
width: 100%;
|
94
|
+
font-size: 1em;
|
95
|
+
line-height: 1.4;
|
96
|
+
padding: 1.5rem;
|
97
|
+
background: #FFFFFF;
|
98
|
+
}
|
99
|
+
.ui.flyout.left > .content,
|
100
|
+
.ui.flyout.right > .content {
|
101
|
+
min-height: calc(100vh - 9.1rem);
|
102
|
+
}
|
103
|
+
.ui.flyout.left > .scrolling.content,
|
104
|
+
.ui.flyout.right > .scrolling.content {
|
105
|
+
max-height: calc(100vh - 9.1rem);
|
106
|
+
overflow: auto;
|
107
|
+
}
|
108
|
+
.ui.flyout.top > .scrolling.content,
|
109
|
+
.ui.flyout.bottom > .scrolling.content {
|
110
|
+
max-height: calc(80vh - 9.1rem);
|
111
|
+
overflow: auto;
|
112
|
+
}
|
113
|
+
|
114
|
+
/*--------------
|
115
|
+
Actions
|
116
|
+
---------------*/
|
117
|
+
|
118
|
+
.ui.flyout > .actions {
|
119
|
+
background: #F9FAFB;
|
120
|
+
padding: 1rem 1rem;
|
121
|
+
border-top: 1px solid rgba(34, 36, 38, 0.15);
|
122
|
+
text-align: right;
|
123
|
+
}
|
124
|
+
.ui.flyout .actions > .button:not(.fluid) {
|
125
|
+
margin-left: 0.75em;
|
126
|
+
}
|
127
|
+
.ui.ui.flyout > .basic.actions {
|
128
|
+
border-top: none;
|
129
|
+
}
|
130
|
+
.ui.flyout > .left.actions {
|
131
|
+
text-align: left;
|
132
|
+
}
|
133
|
+
.ui.flyout > .left.actions > .button:not(.fluid) {
|
134
|
+
margin-left: 0.5em;
|
135
|
+
margin-right: 0.5em;
|
136
|
+
}
|
137
|
+
.ui.flyout > .centered,
|
138
|
+
.ui.flyout > .center.aligned {
|
139
|
+
text-align: center;
|
140
|
+
}
|
141
|
+
.ui.flyout > .centered.actions > .button:not(.fluid),
|
142
|
+
.ui.flyout > .center.aligned.actions > .button:not(.fluid) {
|
143
|
+
margin-left: 0.5em;
|
144
|
+
margin-right: 0.5em;
|
145
|
+
}
|
146
|
+
.ui.ui.flyout > .basic.header,
|
147
|
+
.ui.ui.flyout > .basic.actions {
|
148
|
+
background-color: transparent;
|
149
|
+
}
|
150
|
+
.ui.flyout > .basic.header {
|
151
|
+
border-bottom: none;
|
152
|
+
}
|
153
|
+
|
154
|
+
/*--------------
|
155
|
+
Direction
|
156
|
+
---------------*/
|
157
|
+
|
158
|
+
.ui.left.flyout {
|
159
|
+
right: auto;
|
160
|
+
left: 0;
|
161
|
+
-webkit-transform: translate3d(-100%, 0, 0);
|
162
|
+
transform: translate3d(-100%, 0, 0);
|
163
|
+
}
|
164
|
+
.ui.right.flyout {
|
165
|
+
right: 0;
|
166
|
+
left: auto;
|
167
|
+
-webkit-transform: translate3d(100%, 0, 0);
|
168
|
+
transform: translate3d(100%, 0, 0);
|
169
|
+
}
|
170
|
+
.ui.top.flyout,
|
171
|
+
.ui.bottom.flyout {
|
172
|
+
width: 100%;
|
173
|
+
height: auto;
|
174
|
+
}
|
175
|
+
.ui.top.flyout {
|
176
|
+
top: 0;
|
177
|
+
bottom: auto;
|
178
|
+
-webkit-transform: translate3d(0, -100%, 0);
|
179
|
+
transform: translate3d(0, -100%, 0);
|
180
|
+
}
|
181
|
+
.ui.bottom.flyout {
|
182
|
+
top: auto;
|
183
|
+
bottom: 0;
|
184
|
+
-webkit-transform: translate3d(0, 100%, 0);
|
185
|
+
transform: translate3d(0, 100%, 0);
|
186
|
+
}
|
187
|
+
|
188
|
+
/*--------------
|
189
|
+
Pushable
|
190
|
+
---------------*/
|
191
|
+
|
192
|
+
.pushable.pushable.pushable {
|
193
|
+
height: 100%;
|
194
|
+
overflow-x: hidden;
|
195
|
+
padding: 0;
|
196
|
+
}
|
197
|
+
.pushable.pushable.pushable.locked {
|
198
|
+
overflow-y: hidden;
|
199
|
+
background: inherit;
|
200
|
+
}
|
201
|
+
|
202
|
+
/* Whole Page */
|
203
|
+
body.pushable {
|
204
|
+
background: #545454;
|
205
|
+
}
|
206
|
+
body.pushable.dimmed {
|
207
|
+
background: inherit;
|
208
|
+
}
|
209
|
+
|
210
|
+
/* Page Context */
|
211
|
+
.pushable:not(body) {
|
212
|
+
-webkit-transform: translate3d(0, 0, 0);
|
213
|
+
transform: translate3d(0, 0, 0);
|
214
|
+
overflow-y: hidden;
|
215
|
+
}
|
216
|
+
.pushable:not(body) > .ui.flyout,
|
217
|
+
.pushable:not(body) > .fixed,
|
218
|
+
.pushable:not(body) > .pusher::after {
|
219
|
+
position: absolute;
|
220
|
+
}
|
221
|
+
|
222
|
+
/*--------------
|
223
|
+
Fixed
|
224
|
+
---------------*/
|
225
|
+
|
226
|
+
.pushable > .fixed {
|
227
|
+
position: fixed;
|
228
|
+
-webkit-backface-visibility: hidden;
|
229
|
+
backface-visibility: hidden;
|
230
|
+
-webkit-transition: -webkit-transform 500ms ease;
|
231
|
+
transition: -webkit-transform 500ms ease;
|
232
|
+
transition: transform 500ms ease;
|
233
|
+
transition: transform 500ms ease, -webkit-transform 500ms ease;
|
234
|
+
will-change: transform;
|
235
|
+
z-index: 101;
|
236
|
+
}
|
237
|
+
|
238
|
+
/*--------------
|
239
|
+
Page
|
240
|
+
---------------*/
|
241
|
+
|
242
|
+
.pushable > .pusher {
|
243
|
+
position: relative;
|
244
|
+
-webkit-backface-visibility: hidden;
|
245
|
+
backface-visibility: hidden;
|
246
|
+
min-height: 100%;
|
247
|
+
-webkit-transition: -webkit-transform 500ms ease;
|
248
|
+
transition: -webkit-transform 500ms ease;
|
249
|
+
transition: transform 500ms ease;
|
250
|
+
transition: transform 500ms ease, -webkit-transform 500ms ease;
|
251
|
+
z-index: 2;
|
252
|
+
|
253
|
+
/* Pusher should inherit background from context */
|
254
|
+
background: inherit;
|
255
|
+
}
|
256
|
+
.pushable > .pusher:not(.overflowing) {
|
257
|
+
overflow: hidden;
|
258
|
+
}
|
259
|
+
body.pushable > .pusher {
|
260
|
+
background: #FFFFFF;
|
261
|
+
}
|
262
|
+
|
263
|
+
/*--------------
|
264
|
+
Dimmer
|
265
|
+
---------------*/
|
266
|
+
|
267
|
+
.pushable > .pusher::after {
|
268
|
+
position: fixed;
|
269
|
+
top: 0;
|
270
|
+
right: 0;
|
271
|
+
content: '';
|
272
|
+
background: rgba(0, 0, 0, 0.4);
|
273
|
+
overflow: hidden;
|
274
|
+
opacity: 0;
|
275
|
+
-webkit-transition: all 500ms;
|
276
|
+
transition: all 500ms;
|
277
|
+
will-change: opacity;
|
278
|
+
z-index: 1000;
|
279
|
+
}
|
280
|
+
|
281
|
+
/*--------------
|
282
|
+
Coupling
|
283
|
+
---------------*/
|
284
|
+
|
285
|
+
.ui.flyout.menu .item {
|
286
|
+
border-radius: 0 !important;
|
287
|
+
}
|
288
|
+
|
289
|
+
|
290
|
+
/*******************************
|
291
|
+
States
|
292
|
+
*******************************/
|
293
|
+
|
294
|
+
|
295
|
+
/*--------------
|
296
|
+
Dimmed
|
297
|
+
---------------*/
|
298
|
+
|
299
|
+
.pushable > .pusher.dimmed::after {
|
300
|
+
width: 100% !important;
|
301
|
+
height: 100% !important;
|
302
|
+
opacity: 1 !important;
|
303
|
+
}
|
304
|
+
.pushable > .pusher.dimmed.blurring:not(.closing)::after {
|
305
|
+
background: rgba(0, 0, 0, 0.6);
|
306
|
+
-webkit-backdrop-filter: blur(5px) grayscale(0.7);
|
307
|
+
backdrop-filter: blur(5px) grayscale(0.7);
|
308
|
+
}
|
309
|
+
.pushable > .pusher.closing.dimmed::after {
|
310
|
+
opacity: 0 !important;
|
311
|
+
}
|
312
|
+
|
313
|
+
/*--------------
|
314
|
+
Animating
|
315
|
+
---------------*/
|
316
|
+
|
317
|
+
.ui.animating.flyout {
|
318
|
+
visibility: visible;
|
319
|
+
}
|
320
|
+
|
321
|
+
/*--------------
|
322
|
+
Visible
|
323
|
+
---------------*/
|
324
|
+
|
325
|
+
.ui.visible.flyout {
|
326
|
+
visibility: visible;
|
327
|
+
-webkit-transform: translate3d(0, 0, 0);
|
328
|
+
transform: translate3d(0, 0, 0);
|
329
|
+
}
|
330
|
+
|
331
|
+
/* Shadow Direction */
|
332
|
+
.ui.left.visible.flyout,
|
333
|
+
.ui.right.visible.flyout {
|
334
|
+
-webkit-box-shadow: 0 0 20px rgba(34, 36, 38, 0.15);
|
335
|
+
box-shadow: 0 0 20px rgba(34, 36, 38, 0.15);
|
336
|
+
}
|
337
|
+
.ui.top.visible.flyout,
|
338
|
+
.ui.bottom.visible.flyout {
|
339
|
+
-webkit-box-shadow: 0 0 20px rgba(34, 36, 38, 0.15);
|
340
|
+
box-shadow: 0 0 20px rgba(34, 36, 38, 0.15);
|
341
|
+
}
|
342
|
+
|
343
|
+
/* Visible On Load */
|
344
|
+
.ui.visible.left.flyout ~ .fixed,
|
345
|
+
.ui.visible.left.flyout ~ .pusher {
|
346
|
+
-webkit-transform: translate3d(400px, 0, 0);
|
347
|
+
transform: translate3d(400px, 0, 0);
|
348
|
+
}
|
349
|
+
.ui.visible.right.flyout ~ .fixed,
|
350
|
+
.ui.visible.right.flyout ~ .pusher {
|
351
|
+
-webkit-transform: translate3d(-400px, 0, 0);
|
352
|
+
transform: translate3d(-400px, 0, 0);
|
353
|
+
}
|
354
|
+
.ui.visible.top.flyout ~ .fixed,
|
355
|
+
.ui.visible.top.flyout ~ .pusher {
|
356
|
+
-webkit-transform: translate3d(0, 36px, 0);
|
357
|
+
transform: translate3d(0, 36px, 0);
|
358
|
+
}
|
359
|
+
.ui.visible.bottom.flyout ~ .fixed,
|
360
|
+
.ui.visible.bottom.flyout ~ .pusher {
|
361
|
+
-webkit-transform: translate3d(0, -36px, 0);
|
362
|
+
transform: translate3d(0, -36px, 0);
|
363
|
+
}
|
364
|
+
|
365
|
+
/* opposite sides visible forces content overlay */
|
366
|
+
.ui.visible.left.flyout ~ .ui.visible.right.flyout ~ .fixed,
|
367
|
+
.ui.visible.left.flyout ~ .ui.visible.right.flyout ~ .pusher,
|
368
|
+
.ui.visible.right.flyout ~ .ui.visible.left.flyout ~ .fixed,
|
369
|
+
.ui.visible.right.flyout ~ .ui.visible.left.flyout ~ .pusher {
|
370
|
+
-webkit-transform: translate3d(0, 0, 0);
|
371
|
+
transform: translate3d(0, 0, 0);
|
372
|
+
}
|
373
|
+
|
374
|
+
/*--------------
|
375
|
+
Inverted
|
376
|
+
---------------*/
|
377
|
+
|
378
|
+
.ui.flyout.inverted {
|
379
|
+
background: #000000;
|
380
|
+
}
|
381
|
+
.ui.flyout.inverted > .close {
|
382
|
+
color: #FFFFFF;
|
383
|
+
}
|
384
|
+
.ui.flyout.inverted > .header,
|
385
|
+
.ui.flyout.inverted > .content {
|
386
|
+
background: #000000;
|
387
|
+
color: #FFFFFF;
|
388
|
+
}
|
389
|
+
.ui.flyout.inverted > .actions {
|
390
|
+
background: #191A1B;
|
391
|
+
border-top: 1px solid rgba(34, 36, 38, 0.85);
|
392
|
+
color: #FFFFFF;
|
393
|
+
}
|
394
|
+
|
395
|
+
|
396
|
+
/*******************************
|
397
|
+
Variations
|
398
|
+
*******************************/
|
399
|
+
|
400
|
+
|
401
|
+
/*--------------
|
402
|
+
Width
|
403
|
+
---------------*/
|
404
|
+
|
405
|
+
|
406
|
+
/* Left / Right */
|
407
|
+
.ui.left.flyout,
|
408
|
+
.ui.right.flyout {
|
409
|
+
width: 400px;
|
410
|
+
}
|
411
|
+
.ui.thin.left.flyout,
|
412
|
+
.ui.thin.right.flyout {
|
413
|
+
width: 200px;
|
414
|
+
}
|
415
|
+
.ui[class*="very thin"].left.flyout,
|
416
|
+
.ui[class*="very thin"].right.flyout {
|
417
|
+
width: 120px;
|
418
|
+
}
|
419
|
+
.ui.wide.left.flyout,
|
420
|
+
.ui.wide.right.flyout {
|
421
|
+
width: 600px;
|
422
|
+
}
|
423
|
+
.ui[class*="very wide"].left.flyout,
|
424
|
+
.ui[class*="very wide"].right.flyout {
|
425
|
+
width: 800px;
|
426
|
+
}
|
427
|
+
|
428
|
+
/* Left Visible */
|
429
|
+
.ui.visible.thin.left.flyout ~ .fixed,
|
430
|
+
.ui.visible.thin.left.flyout ~ .pusher {
|
431
|
+
-webkit-transform: translate3d(200px, 0, 0);
|
432
|
+
transform: translate3d(200px, 0, 0);
|
433
|
+
}
|
434
|
+
.ui.visible[class*="very thin"].left.flyout ~ .fixed,
|
435
|
+
.ui.visible[class*="very thin"].left.flyout ~ .pusher {
|
436
|
+
-webkit-transform: translate3d(120px, 0, 0);
|
437
|
+
transform: translate3d(120px, 0, 0);
|
438
|
+
}
|
439
|
+
.ui.visible.wide.left.flyout ~ .fixed,
|
440
|
+
.ui.visible.wide.left.flyout ~ .pusher {
|
441
|
+
-webkit-transform: translate3d(600px, 0, 0);
|
442
|
+
transform: translate3d(600px, 0, 0);
|
443
|
+
}
|
444
|
+
.ui.visible[class*="very wide"].left.flyout ~ .fixed,
|
445
|
+
.ui.visible[class*="very wide"].left.flyout ~ .pusher {
|
446
|
+
-webkit-transform: translate3d(800px, 0, 0);
|
447
|
+
transform: translate3d(800px, 0, 0);
|
448
|
+
}
|
449
|
+
|
450
|
+
/* Right Visible */
|
451
|
+
.ui.visible.thin.right.flyout ~ .fixed,
|
452
|
+
.ui.visible.thin.right.flyout ~ .pusher {
|
453
|
+
-webkit-transform: translate3d(-200px, 0, 0);
|
454
|
+
transform: translate3d(-200px, 0, 0);
|
455
|
+
}
|
456
|
+
.ui.visible[class*="very thin"].right.flyout ~ .fixed,
|
457
|
+
.ui.visible[class*="very thin"].right.flyout ~ .pusher {
|
458
|
+
-webkit-transform: translate3d(-120px, 0, 0);
|
459
|
+
transform: translate3d(-120px, 0, 0);
|
460
|
+
}
|
461
|
+
.ui.visible.wide.right.flyout ~ .fixed,
|
462
|
+
.ui.visible.wide.right.flyout ~ .pusher {
|
463
|
+
-webkit-transform: translate3d(-600px, 0, 0);
|
464
|
+
transform: translate3d(-600px, 0, 0);
|
465
|
+
}
|
466
|
+
.ui.visible[class*="very wide"].right.flyout ~ .fixed,
|
467
|
+
.ui.visible[class*="very wide"].right.flyout ~ .pusher {
|
468
|
+
-webkit-transform: translate3d(-800px, 0, 0);
|
469
|
+
transform: translate3d(-800px, 0, 0);
|
470
|
+
}
|
471
|
+
|
472
|
+
/* Fullscreen */
|
473
|
+
.ui.fullscreen.flyout {
|
474
|
+
width: 100%;
|
475
|
+
}
|
476
|
+
|
477
|
+
/*-------------------
|
478
|
+
Column Width
|
479
|
+
--------------------*/
|
480
|
+
|
481
|
+
|
482
|
+
/* Sizing Combinations */
|
483
|
+
.ui[class*="one wide"].flyout:not(.fullscreen) {
|
484
|
+
width: 6.25%;
|
485
|
+
}
|
486
|
+
.ui[class*="two wide"].flyout:not(.fullscreen) {
|
487
|
+
width: 12.5%;
|
488
|
+
}
|
489
|
+
.ui[class*="three wide"].flyout:not(.fullscreen) {
|
490
|
+
width: 18.75%;
|
491
|
+
}
|
492
|
+
.ui[class*="four wide"].flyout:not(.fullscreen) {
|
493
|
+
width: 25%;
|
494
|
+
}
|
495
|
+
.ui[class*="five wide"].flyout:not(.fullscreen) {
|
496
|
+
width: 31.25%;
|
497
|
+
}
|
498
|
+
.ui[class*="six wide"].flyout:not(.fullscreen) {
|
499
|
+
width: 37.5%;
|
500
|
+
}
|
501
|
+
.ui[class*="seven wide"].flyout:not(.fullscreen) {
|
502
|
+
width: 43.75%;
|
503
|
+
}
|
504
|
+
.ui[class*="eight wide"].flyout:not(.fullscreen) {
|
505
|
+
width: 50%;
|
506
|
+
}
|
507
|
+
.ui[class*="nine wide"].flyout:not(.fullscreen) {
|
508
|
+
width: 56.25%;
|
509
|
+
}
|
510
|
+
.ui[class*="ten wide"].flyout:not(.fullscreen) {
|
511
|
+
width: 62.5%;
|
512
|
+
}
|
513
|
+
.ui[class*="eleven wide"].flyout:not(.fullscreen) {
|
514
|
+
width: 68.75%;
|
515
|
+
}
|
516
|
+
.ui[class*="twelve wide"].flyout:not(.fullscreen) {
|
517
|
+
width: 75%;
|
518
|
+
}
|
519
|
+
.ui[class*="thirteen wide"].flyout:not(.fullscreen) {
|
520
|
+
width: 81.25%;
|
521
|
+
}
|
522
|
+
.ui[class*="fourteen wide"].flyout:not(.fullscreen) {
|
523
|
+
width: 87.5%;
|
524
|
+
}
|
525
|
+
.ui[class*="fifteen wide"].flyout:not(.fullscreen) {
|
526
|
+
width: 93.75%;
|
527
|
+
}
|
528
|
+
.ui[class*="sixteen wide"].flyout:not(.fullscreen) {
|
529
|
+
width: 100%;
|
530
|
+
}
|
531
|
+
|
532
|
+
|
533
|
+
/*******************************
|
534
|
+
Animations
|
535
|
+
*******************************/
|
536
|
+
|
537
|
+
|
538
|
+
/*--------------
|
539
|
+
Overlay
|
540
|
+
---------------*/
|
541
|
+
|
542
|
+
|
543
|
+
/* Set-up */
|
544
|
+
.ui.overlay.flyout {
|
545
|
+
z-index: 102;
|
546
|
+
}
|
547
|
+
|
548
|
+
/* Initial */
|
549
|
+
.ui.left.overlay.flyout {
|
550
|
+
-webkit-transform: translate3d(-100%, 0, 0);
|
551
|
+
transform: translate3d(-100%, 0, 0);
|
552
|
+
}
|
553
|
+
.ui.right.overlay.flyout {
|
554
|
+
-webkit-transform: translate3d(100%, 0, 0);
|
555
|
+
transform: translate3d(100%, 0, 0);
|
556
|
+
}
|
557
|
+
.ui.top.overlay.flyout {
|
558
|
+
-webkit-transform: translate3d(0%, -100%, 0);
|
559
|
+
transform: translate3d(0%, -100%, 0);
|
560
|
+
}
|
561
|
+
.ui.bottom.overlay.flyout {
|
562
|
+
-webkit-transform: translate3d(0%, 100%, 0);
|
563
|
+
transform: translate3d(0%, 100%, 0);
|
564
|
+
}
|
565
|
+
|
566
|
+
/* Animation */
|
567
|
+
.animating.ui.overlay.flyout,
|
568
|
+
.ui.visible.overlay.flyout {
|
569
|
+
-webkit-transition: -webkit-transform 500ms ease;
|
570
|
+
transition: -webkit-transform 500ms ease;
|
571
|
+
transition: transform 500ms ease;
|
572
|
+
transition: transform 500ms ease, -webkit-transform 500ms ease;
|
573
|
+
}
|
574
|
+
|
575
|
+
/* End - flyout */
|
576
|
+
.ui.visible.overlay.flyout {
|
577
|
+
-webkit-transform: translate3d(0%, 0, 0);
|
578
|
+
transform: translate3d(0%, 0, 0);
|
579
|
+
}
|
580
|
+
|
581
|
+
/* End - Pusher */
|
582
|
+
.ui.visible.overlay.flyout ~ .fixed,
|
583
|
+
.ui.visible.overlay.flyout ~ .pusher {
|
584
|
+
-webkit-transform: none !important;
|
585
|
+
transform: none !important;
|
586
|
+
}
|
587
|
+
|
588
|
+
|
589
|
+
/*******************************
|
590
|
+
Theme Overrides
|
591
|
+
*******************************/
|
592
|
+
|