fomantic-ui 2.9.0-beta.99 → 2.9.1-beta.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 +19 -17
- 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
@@ -138,7 +138,7 @@
|
|
138
138
|
pointer-events: @loadingPointerEvents;
|
139
139
|
transition: @loadingTransition;
|
140
140
|
}
|
141
|
-
.ui.loading.button
|
141
|
+
.ui.loading.button::before {
|
142
142
|
position: absolute;
|
143
143
|
content: '';
|
144
144
|
top: 50%;
|
@@ -151,7 +151,7 @@
|
|
151
151
|
border-radius: @circularRadius;
|
152
152
|
border: @loaderLineWidth solid @invertedLoaderFillColor;
|
153
153
|
}
|
154
|
-
.ui.loading.button
|
154
|
+
.ui.loading.button::after {
|
155
155
|
position: absolute;
|
156
156
|
content: '';
|
157
157
|
top: 50%;
|
@@ -169,19 +169,24 @@
|
|
169
169
|
|
170
170
|
box-shadow: 0 0 0 1px transparent;
|
171
171
|
}
|
172
|
-
|
173
|
-
& when (@variationButtonLabeledIcon){
|
174
|
-
.ui.labeled.icon.loading.button .icon {
|
172
|
+
.ui.ui.ui.loading.button .label {
|
175
173
|
background-color: transparent;
|
176
|
-
|
174
|
+
border-color: transparent;
|
175
|
+
color: transparent;
|
177
176
|
}
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
177
|
+
& when (@variationButtonLabeledIcon){
|
178
|
+
.ui.labeled.icon.loading.button .icon {
|
179
|
+
background-color: transparent;
|
180
|
+
box-shadow: none;
|
181
|
+
}
|
182
182
|
}
|
183
|
-
|
184
|
-
|
183
|
+
& when (@variationButtonBasic){
|
184
|
+
.ui.basic.loading.button:not(.inverted)::before {
|
185
|
+
border-color: @loaderFillColor;
|
186
|
+
}
|
187
|
+
.ui.basic.loading.button:not(.inverted)::after {
|
188
|
+
border-color: @loaderLineColor;
|
189
|
+
}
|
185
190
|
}
|
186
191
|
}
|
187
192
|
& when (@variationButtonDisabled){
|
@@ -262,61 +267,64 @@
|
|
262
267
|
right: 0;
|
263
268
|
}
|
264
269
|
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
/* Fade */
|
291
|
-
.ui.fade.animated.button .visible.content,
|
292
|
-
.ui.fade.animated.button .hidden.content {
|
293
|
-
transition: opacity @animationDuration @animationEasing, transform @animationDuration @animationEasing;
|
294
|
-
}
|
295
|
-
.ui.fade.animated.button .visible.content {
|
296
|
-
left: auto;
|
297
|
-
right: auto;
|
298
|
-
opacity: 1;
|
299
|
-
transform: scale(1);
|
300
|
-
}
|
301
|
-
.ui.fade.animated.button .hidden.content {
|
302
|
-
opacity: 0;
|
303
|
-
left: 0;
|
304
|
-
right: auto;
|
305
|
-
transform: scale(@fadeScaleHigh);
|
306
|
-
}
|
307
|
-
.ui.fade.animated.button:focus .visible.content,
|
308
|
-
.ui.fade.animated.button:hover .visible.content {
|
309
|
-
left: auto;
|
310
|
-
right: auto;
|
311
|
-
opacity: 0;
|
312
|
-
transform: scale(@fadeScaleLow);
|
270
|
+
& when (@variationButtonVertical) {
|
271
|
+
/* Vertical */
|
272
|
+
.ui.vertical.animated.button .visible.content,
|
273
|
+
.ui.vertical.animated.button .hidden.content {
|
274
|
+
transition: top @animationDuration @animationEasing, transform @animationDuration @animationEasing;
|
275
|
+
}
|
276
|
+
.ui.vertical.animated.button .visible.content {
|
277
|
+
transform: translateY(0%);
|
278
|
+
right: auto;
|
279
|
+
}
|
280
|
+
.ui.vertical.animated.button .hidden.content {
|
281
|
+
top: -50%;
|
282
|
+
left: 0;
|
283
|
+
right: auto;
|
284
|
+
}
|
285
|
+
.ui.vertical.animated.button:focus .visible.content,
|
286
|
+
.ui.vertical.animated.button:hover .visible.content {
|
287
|
+
transform: translateY(200%);
|
288
|
+
right: auto;
|
289
|
+
}
|
290
|
+
.ui.vertical.animated.button:focus .hidden.content,
|
291
|
+
.ui.vertical.animated.button:hover .hidden.content {
|
292
|
+
top: 50%;
|
293
|
+
right: auto;
|
294
|
+
}
|
313
295
|
}
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
296
|
+
& when (@variationButtonAnimatedFade) {
|
297
|
+
/* Fade */
|
298
|
+
.ui.fade.animated.button .visible.content,
|
299
|
+
.ui.fade.animated.button .hidden.content {
|
300
|
+
transition: opacity @animationDuration @animationEasing, transform @animationDuration @animationEasing;
|
301
|
+
}
|
302
|
+
.ui.fade.animated.button .visible.content {
|
303
|
+
left: auto;
|
304
|
+
right: auto;
|
305
|
+
opacity: 1;
|
306
|
+
transform: scale(1);
|
307
|
+
}
|
308
|
+
.ui.fade.animated.button .hidden.content {
|
309
|
+
opacity: 0;
|
310
|
+
left: 0;
|
311
|
+
right: auto;
|
312
|
+
transform: scale(@fadeScaleHigh);
|
313
|
+
}
|
314
|
+
.ui.fade.animated.button:focus .visible.content,
|
315
|
+
.ui.fade.animated.button:hover .visible.content {
|
316
|
+
left: auto;
|
317
|
+
right: auto;
|
318
|
+
opacity: 0;
|
319
|
+
transform: scale(@fadeScaleLow);
|
320
|
+
}
|
321
|
+
.ui.fade.animated.button:focus .hidden.content,
|
322
|
+
.ui.fade.animated.button:hover .hidden.content {
|
323
|
+
left: 0;
|
324
|
+
right: auto;
|
325
|
+
opacity: 1;
|
326
|
+
transform: scale(1);
|
327
|
+
}
|
320
328
|
}
|
321
329
|
}
|
322
330
|
|
@@ -332,20 +340,23 @@
|
|
332
340
|
text-shadow: none !important;
|
333
341
|
}
|
334
342
|
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
343
|
+
& when (@variationButtonGroups) {
|
344
|
+
/* Group */
|
345
|
+
.ui.inverted.buttons .button {
|
346
|
+
margin: @invertedGroupButtonOffset;
|
347
|
+
}
|
348
|
+
.ui.inverted.buttons .button:first-child {
|
349
|
+
margin-left: 0;
|
350
|
+
}
|
351
|
+
& when (@variationButtonVertical) {
|
352
|
+
.ui.inverted.vertical.buttons .button {
|
353
|
+
margin: @invertedVerticalGroupButtonOffset;
|
354
|
+
}
|
355
|
+
.ui.inverted.vertical.buttons .button:first-child {
|
356
|
+
margin-top: 0;
|
357
|
+
}
|
358
|
+
}
|
347
359
|
}
|
348
|
-
|
349
360
|
/* States */
|
350
361
|
|
351
362
|
/* Hover */
|
@@ -398,7 +409,7 @@
|
|
398
409
|
}
|
399
410
|
|
400
411
|
/* Tag */
|
401
|
-
.ui.labeled.button > .tag.label
|
412
|
+
.ui.labeled.button > .tag.label::before {
|
402
413
|
width: @labeledTagLabelSize;
|
403
414
|
height: @labeledTagLabelSize;
|
404
415
|
}
|
@@ -748,8 +759,10 @@
|
|
748
759
|
vertical-align: top;
|
749
760
|
}
|
750
761
|
}
|
751
|
-
|
752
|
-
|
762
|
+
& when (@variationButtonAnimated) {
|
763
|
+
.ui.animated.button > .content > .icon {
|
764
|
+
vertical-align: top;
|
765
|
+
}
|
753
766
|
}
|
754
767
|
|
755
768
|
& when (@variationButtonBasic) {
|
@@ -767,15 +780,17 @@
|
|
767
780
|
text-shadow: none !important;
|
768
781
|
box-shadow: @basicBoxShadow;
|
769
782
|
}
|
783
|
+
& when (@variationButtonGroups) {
|
784
|
+
.ui.basic.buttons {
|
785
|
+
box-shadow: @basicGroupBoxShadow;
|
786
|
+
border: @basicGroupBorder;
|
787
|
+
border-radius: @borderRadius;
|
788
|
+
border-right: none;
|
789
|
+
}
|
770
790
|
|
771
|
-
|
772
|
-
|
773
|
-
|
774
|
-
border-radius: @borderRadius;
|
775
|
-
}
|
776
|
-
|
777
|
-
.ui.basic.buttons .button {
|
778
|
-
border-radius: 0;
|
791
|
+
.ui.basic.buttons .button {
|
792
|
+
border-radius: 0;
|
793
|
+
}
|
779
794
|
}
|
780
795
|
|
781
796
|
.ui.basic.buttons .button:hover,
|
@@ -810,18 +825,19 @@
|
|
810
825
|
.ui.basic.active.button:hover {
|
811
826
|
background-color: @transparentBlack;
|
812
827
|
}
|
828
|
+
& when (@variationButtonGroups) {
|
813
829
|
|
814
|
-
|
815
|
-
|
816
|
-
|
817
|
-
}
|
830
|
+
.ui.basic.buttons .button:hover {
|
831
|
+
box-shadow: @basicHoverBoxShadow inset;
|
832
|
+
}
|
818
833
|
|
819
|
-
|
820
|
-
|
821
|
-
|
834
|
+
.ui.basic.buttons .button:active {
|
835
|
+
box-shadow: @basicDownBoxShadow inset;
|
836
|
+
}
|
822
837
|
|
823
|
-
|
824
|
-
|
838
|
+
.ui.basic.buttons .active.button {
|
839
|
+
box-shadow: @basicActiveBoxShadow;
|
840
|
+
}
|
825
841
|
}
|
826
842
|
& when (@variationButtonInverted) {
|
827
843
|
/* Standard Basic Inverted */
|
@@ -867,21 +883,23 @@
|
|
867
883
|
}
|
868
884
|
}
|
869
885
|
|
870
|
-
& when (@
|
886
|
+
& when (@variationButtonGroups) {
|
871
887
|
/* Basic Group */
|
872
|
-
.ui.basic.buttons .button {
|
873
|
-
border-
|
888
|
+
.ui.basic.buttons:not(.inverted) .button:not(.basic) {
|
889
|
+
border-right: @basicGroupBorder;
|
874
890
|
box-shadow: none;
|
875
891
|
}
|
876
892
|
|
877
|
-
|
878
|
-
|
879
|
-
|
880
|
-
|
881
|
-
|
893
|
+
& when (@variationButtonVertical) {
|
894
|
+
.ui.basic.vertical.buttons .button {
|
895
|
+
border-left: none;
|
896
|
+
border-left-width: 0;
|
897
|
+
border-top: @basicGroupBorder;
|
898
|
+
}
|
882
899
|
|
883
|
-
|
884
|
-
|
900
|
+
.ui.basic.vertical.buttons:not(.spaced) .button:first-child {
|
901
|
+
border-top: none;
|
902
|
+
}
|
885
903
|
}
|
886
904
|
}
|
887
905
|
}
|
@@ -1023,10 +1041,10 @@
|
|
1023
1041
|
}
|
1024
1042
|
|
1025
1043
|
|
1026
|
-
.ui.labeled.icon.buttons > .button > .icon
|
1027
|
-
.ui.labeled.icon.button > .icon
|
1028
|
-
.ui.labeled.icon.buttons > .button > .icon
|
1029
|
-
.ui.labeled.icon.button > .icon
|
1044
|
+
.ui.labeled.icon.buttons > .button > .icon::before,
|
1045
|
+
.ui.labeled.icon.button > .icon::before,
|
1046
|
+
.ui.labeled.icon.buttons > .button > .icon::after,
|
1047
|
+
.ui.labeled.icon.button > .icon::after {
|
1030
1048
|
display: block;
|
1031
1049
|
position: relative;
|
1032
1050
|
width: 100%;
|
@@ -1059,7 +1077,7 @@
|
|
1059
1077
|
}
|
1060
1078
|
|
1061
1079
|
/* Loading Icon in Labeled Button */
|
1062
|
-
.ui.labeled.icon.button > .loading.icon
|
1080
|
+
.ui.labeled.icon.button > .loading.icon::before {
|
1063
1081
|
animation: loader 2s linear infinite;
|
1064
1082
|
}
|
1065
1083
|
}
|
@@ -1113,7 +1131,7 @@
|
|
1113
1131
|
z-index: @orZIndex;
|
1114
1132
|
}
|
1115
1133
|
|
1116
|
-
.ui.buttons .or
|
1134
|
+
.ui.buttons .or::before {
|
1117
1135
|
position: absolute;
|
1118
1136
|
text-align: center;
|
1119
1137
|
border-radius: @circularRadius;
|
@@ -1139,7 +1157,7 @@
|
|
1139
1157
|
box-shadow: @orBoxShadow;
|
1140
1158
|
}
|
1141
1159
|
|
1142
|
-
.ui.buttons .or[data-text]
|
1160
|
+
.ui.buttons .or[data-text]::before {
|
1143
1161
|
content: attr(data-text);
|
1144
1162
|
}
|
1145
1163
|
|
@@ -1148,7 +1166,7 @@
|
|
1148
1166
|
width: 0 !important;
|
1149
1167
|
}
|
1150
1168
|
|
1151
|
-
.ui.fluid.buttons .or
|
1169
|
+
.ui.fluid.buttons .or::after {
|
1152
1170
|
display: none;
|
1153
1171
|
}
|
1154
1172
|
|
@@ -1220,7 +1238,7 @@
|
|
1220
1238
|
|
1221
1239
|
/* Top / Bottom */
|
1222
1240
|
.ui[class*="top attached"].buttons {
|
1223
|
-
margin-bottom: @
|
1241
|
+
margin-bottom: @topAttachedOffset;
|
1224
1242
|
border-radius: @borderRadius @borderRadius 0 0;
|
1225
1243
|
}
|
1226
1244
|
|
@@ -1233,7 +1251,7 @@
|
|
1233
1251
|
}
|
1234
1252
|
|
1235
1253
|
.ui[class*="bottom attached"].buttons {
|
1236
|
-
margin-top: @
|
1254
|
+
margin-top: @bottomAttachedOffset;
|
1237
1255
|
border-radius: 0 0 @borderRadius @borderRadius;
|
1238
1256
|
}
|
1239
1257
|
|
@@ -1539,10 +1557,6 @@
|
|
1539
1557
|
box-shadow: 0 0 0 @basicColoredBorderSize @d inset;
|
1540
1558
|
color: @d;
|
1541
1559
|
}
|
1542
|
-
|
1543
|
-
.ui.buttons:not(.vertical) > .basic.@{color}.button:not(:first-child) {
|
1544
|
-
margin-left: -@basicColoredBorderSize;
|
1545
|
-
}
|
1546
1560
|
}
|
1547
1561
|
& when (@variationButtonInverted) {
|
1548
1562
|
/* Inverted */
|
@@ -1856,7 +1870,7 @@
|
|
1856
1870
|
}
|
1857
1871
|
|
1858
1872
|
/* Clearfix */
|
1859
|
-
.ui.buttons
|
1873
|
+
.ui.buttons::after {
|
1860
1874
|
content: ".";
|
1861
1875
|
display: block;
|
1862
1876
|
height: 0;
|
@@ -1898,8 +1912,10 @@
|
|
1898
1912
|
float: none;
|
1899
1913
|
width: 100%;
|
1900
1914
|
margin: @verticalGroupOffset;
|
1901
|
-
box-shadow: @verticalBoxShadow;
|
1902
1915
|
border-radius: 0;
|
1916
|
+
&:not(.basic) {
|
1917
|
+
box-shadow: @verticalBoxShadow;
|
1918
|
+
}
|
1903
1919
|
}
|
1904
1920
|
|
1905
1921
|
.ui.vertical.buttons .button:first-child {
|
@@ -1916,6 +1932,119 @@
|
|
1916
1932
|
.ui.vertical.buttons .button:only-child {
|
1917
1933
|
border-radius: @borderRadius;
|
1918
1934
|
}
|
1935
|
+
& when (@variationButtonBasic) {
|
1936
|
+
.ui.vertical.buttons .basic.button:not(:first-child) {
|
1937
|
+
border-top: none;
|
1938
|
+
}
|
1939
|
+
}
|
1940
|
+
}
|
1941
|
+
|
1942
|
+
& when (@variationButtonWrapping) {
|
1943
|
+
.ui.wrapping.buttons {
|
1944
|
+
flex-wrap: wrap;
|
1945
|
+
}
|
1946
|
+
& when (@variationButtonBasic) {
|
1947
|
+
.ui.wrapping.basic.buttons {
|
1948
|
+
border-bottom: none;
|
1949
|
+
& .button {
|
1950
|
+
border-bottom: @basicGroupBorder;
|
1951
|
+
&:hover {
|
1952
|
+
background: transparent !important;
|
1953
|
+
}
|
1954
|
+
}
|
1955
|
+
}
|
1956
|
+
}
|
1957
|
+
& when (@variationButtonCompact) {
|
1958
|
+
.ui.compact.wrapping.buttons .button {
|
1959
|
+
flex: none;
|
1960
|
+
}
|
1961
|
+
}
|
1962
|
+
}
|
1963
|
+
& when (@variationButtonWrapped) {
|
1964
|
+
.ui.wrapped.buttons:not(.spaced) {
|
1965
|
+
border-top-right-radius: 0;
|
1966
|
+
& .button {
|
1967
|
+
&:first-child {
|
1968
|
+
border-radius: @basicBorderRadius 0 0 0;
|
1969
|
+
}
|
1970
|
+
&:last-child {
|
1971
|
+
border-radius: 0 0 @basicBorderRadius 0;
|
1972
|
+
}
|
1973
|
+
}
|
1974
|
+
}
|
1975
|
+
& when (@variationButtonAttached) {
|
1976
|
+
.ui.wrapped[class*="top attached"].buttons {
|
1977
|
+
border-radius: @basicBorderRadius 0 0 0;
|
1978
|
+
& .button:last-child {
|
1979
|
+
border-radius: 0;
|
1980
|
+
}
|
1981
|
+
}
|
1982
|
+
.ui.wrapped[class*="bottom attached"].buttons {
|
1983
|
+
border-radius: 0 0 0 @basicBorderRadius;
|
1984
|
+
& .button:first-child {
|
1985
|
+
border-radius: 0;
|
1986
|
+
}
|
1987
|
+
}
|
1988
|
+
}
|
1989
|
+
}
|
1990
|
+
& when (@variationButtonSpaced) {
|
1991
|
+
.ui.spaced.buttons .ui.button {
|
1992
|
+
margin-bottom: @spacedMargin;
|
1993
|
+
margin-right: @spacedMargin;
|
1994
|
+
border-radius: @basicBorderRadius;
|
1995
|
+
}
|
1996
|
+
& when (@variationButtonBasic) {
|
1997
|
+
.ui.spaced.basic.buttons {
|
1998
|
+
border: none;
|
1999
|
+
& .button {
|
2000
|
+
border: @basicGroupBorder;
|
2001
|
+
&.basic {
|
2002
|
+
border: none;
|
2003
|
+
}
|
2004
|
+
}
|
2005
|
+
}
|
2006
|
+
& when (@variationButtonVertical) {
|
2007
|
+
.ui.spaced.basic.vertical.buttons .button:first-child {
|
2008
|
+
border-top: @basicGroupBorder;
|
2009
|
+
}
|
2010
|
+
}
|
2011
|
+
& when (@variationButtonWrapping) {
|
2012
|
+
.ui.spaced.basic.wrapping.buttons .button:not(.basic) {
|
2013
|
+
border-top: @basicGroupBorder;
|
2014
|
+
border-right: @basicGroupBorder;
|
2015
|
+
&:first-child {
|
2016
|
+
border-left: @basicGroupBorder;
|
2017
|
+
}
|
2018
|
+
}
|
2019
|
+
}
|
2020
|
+
& when (@variationButtonInverted) {
|
2021
|
+
.ui.spaced.basic.inverted.buttons .basic.button {
|
2022
|
+
margin-bottom: e(%("calc(%d + %d)", @spacedMargin, @basicColoredBorderSize));
|
2023
|
+
margin-top: @basicColoredBorderSize;
|
2024
|
+
}
|
2025
|
+
}
|
2026
|
+
}
|
2027
|
+
}
|
2028
|
+
|
2029
|
+
& when (@variationButtonBasic) {
|
2030
|
+
.ui.basic.buttons:not(.vertical).inverted .button,
|
2031
|
+
.ui.basic.buttons:not(.vertical) .basic.button {
|
2032
|
+
margin-left: -@basicColoredBorderSize;
|
2033
|
+
border-right: none;
|
2034
|
+
}
|
2035
|
+
.ui.basic.buttons:not(.vertical):not(.spaced):not(.inverted) .basic.button {
|
2036
|
+
margin-top: -@basicColoredBorderSize;
|
2037
|
+
border-bottom: none;
|
2038
|
+
}
|
2039
|
+
& when (@variationButtonAttached) or (@variationButtonInverted) {
|
2040
|
+
.ui.inverted.basic.buttons:not(.spaced) .button,
|
2041
|
+
.ui.attached.basic.buttons:not(.wrapping):not(.inverted) .basic.button {
|
2042
|
+
margin-bottom: @attachedOffset;
|
2043
|
+
}
|
2044
|
+
}
|
2045
|
+
.ui.basic.buttons:not(.vertical):not(.attached):not(.spaced):not(.wrapping):not(.inverted) .basic.button {
|
2046
|
+
margin-bottom: -@basicColoredBorderSize;
|
2047
|
+
}
|
1919
2048
|
}
|
1920
2049
|
}
|
1921
2050
|
.loadUIOverrides();
|
@@ -137,6 +137,25 @@
|
|
137
137
|
}
|
138
138
|
}
|
139
139
|
|
140
|
+
& when (@variationContainerWide) {
|
141
|
+
/* Wide Container */
|
142
|
+
@media only screen and (min-width: @tabletBreakpoint) and (max-width: @largestTabletScreen) {
|
143
|
+
.ui.ui.ui.wide.container {
|
144
|
+
width: @tabletWideWidth;
|
145
|
+
}
|
146
|
+
}
|
147
|
+
@media only screen and (min-width: @computerBreakpoint) and (max-width: @largestSmallMonitor) {
|
148
|
+
.ui.ui.ui.wide.container {
|
149
|
+
width: @computerWideWidth;
|
150
|
+
}
|
151
|
+
}
|
152
|
+
@media only screen and (min-width: @largeMonitorBreakpoint) {
|
153
|
+
.ui.ui.ui.wide.container {
|
154
|
+
width: @largeMonitorWideWidth;
|
155
|
+
}
|
156
|
+
}
|
157
|
+
}
|
158
|
+
|
140
159
|
& when (@variationContainerFluid) {
|
141
160
|
/* Fluid */
|
142
161
|
.ui.fluid.container {
|
@@ -164,5 +183,115 @@
|
|
164
183
|
hyphens: auto;
|
165
184
|
}
|
166
185
|
}
|
186
|
+
& when (@variationContainerScrolling) {
|
187
|
+
/*--------------
|
188
|
+
Scrolling
|
189
|
+
---------------*/
|
190
|
+
.ui.scrolling.container {
|
191
|
+
overflow: auto;
|
192
|
+
}
|
193
|
+
@media only screen and (max-width : @largestMobileScreen) {
|
194
|
+
& when (@variationContainerScrollingShort) {
|
195
|
+
.ui.scrolling.container.short {
|
196
|
+
max-height: @scrollingMobileMaxHeight * 0.75;
|
197
|
+
}
|
198
|
+
}
|
199
|
+
& when (@variationContainerScrollingVeryShort) {
|
200
|
+
.ui.scrolling.container[class*="very short"] {
|
201
|
+
max-height: @scrollingMobileMaxHeight * 0.5;
|
202
|
+
}
|
203
|
+
}
|
204
|
+
.ui.scrolling.container {
|
205
|
+
max-height: @scrollingMobileMaxHeight;
|
206
|
+
}
|
207
|
+
& when (@variationContainerScrollingLong) {
|
208
|
+
.ui.scrolling.container.long {
|
209
|
+
max-height: @scrollingMobileMaxHeight * 2;
|
210
|
+
}
|
211
|
+
}
|
212
|
+
& when (@variationContainerScrollingVeryLong) {
|
213
|
+
.ui.scrolling.container[class*="very long"] {
|
214
|
+
max-height: @scrollingMobileMaxHeight * 3;
|
215
|
+
}
|
216
|
+
}
|
217
|
+
}
|
218
|
+
|
219
|
+
@media only screen and (min-width: @tabletBreakpoint) {
|
220
|
+
& when (@variationContainerScrollingShort) {
|
221
|
+
.ui.scrolling.container.short {
|
222
|
+
max-height: @scrollingTabletMaxHeight * 0.75;
|
223
|
+
}
|
224
|
+
}
|
225
|
+
& when (@variationContainerScrollingVeryShort) {
|
226
|
+
.ui.scrolling.container[class*="very short"] {
|
227
|
+
max-height: @scrollingTabletMaxHeight * 0.5;
|
228
|
+
}
|
229
|
+
}
|
230
|
+
.ui.scrolling.container {
|
231
|
+
max-height: @scrollingTabletMaxHeight;
|
232
|
+
}
|
233
|
+
& when (@variationContainerScrollingLong) {
|
234
|
+
.ui.scrolling.container.long {
|
235
|
+
max-height: @scrollingTabletMaxHeight * 2;
|
236
|
+
}
|
237
|
+
}
|
238
|
+
& when (@variationContainerScrollingVeryLong) {
|
239
|
+
.ui.scrolling.container[class*="very long"] {
|
240
|
+
max-height: @scrollingTabletMaxHeight * 3;
|
241
|
+
}
|
242
|
+
}
|
243
|
+
}
|
244
|
+
@media only screen and (min-width: @computerBreakpoint) {
|
245
|
+
& when (@variationContainerScrollingShort) {
|
246
|
+
.ui.scrolling.container.short {
|
247
|
+
max-height: @scrollingComputerMaxHeight * 0.75;
|
248
|
+
}
|
249
|
+
}
|
250
|
+
& when (@variationContainerScrollingVeryShort) {
|
251
|
+
.ui.scrolling.container[class*="very short"] {
|
252
|
+
max-height: @scrollingComputerMaxHeight * 0.5;
|
253
|
+
}
|
254
|
+
}
|
255
|
+
.ui.scrolling.container {
|
256
|
+
max-height: @scrollingComputerMaxHeight;
|
257
|
+
}
|
258
|
+
& when (@variationContainerScrollingLong) {
|
259
|
+
.ui.scrolling.container.long {
|
260
|
+
max-height: @scrollingComputerMaxHeight * 2;
|
261
|
+
}
|
262
|
+
}
|
263
|
+
& when (@variationContainerScrollingVeryLong) {
|
264
|
+
.ui.scrolling.container[class*="very long"]{
|
265
|
+
max-height: @scrollingComputerMaxHeight * 3;
|
266
|
+
}
|
267
|
+
}
|
268
|
+
}
|
269
|
+
@media only screen and (min-width: @widescreenMonitorBreakpoint) {
|
270
|
+
& when (@variationContainerScrollingShort) {
|
271
|
+
.ui.scrolling.container.short {
|
272
|
+
max-height: @scrollingWidescreenMaxHeight * 0.75;
|
273
|
+
}
|
274
|
+
}
|
275
|
+
& when (@variationContainerScrollingVeryShort) {
|
276
|
+
.ui.scrolling.container[class*="very short"] {
|
277
|
+
max-height: @scrollingWidescreenMaxHeight * 0.5;
|
278
|
+
}
|
279
|
+
}
|
280
|
+
.ui.scrolling.container {
|
281
|
+
max-height: @scrollingWidescreenMaxHeight;
|
282
|
+
}
|
283
|
+
& when (@variationContainerScrollingLong) {
|
284
|
+
.ui.scrolling.container.long {
|
285
|
+
max-height: @scrollingWidescreenMaxHeight * 2;
|
286
|
+
}
|
287
|
+
}
|
288
|
+
& when (@variationContainerScrollingVeryLong) {
|
289
|
+
.ui.scrolling.container[class*="very long"] {
|
290
|
+
max-height: @scrollingWidescreenMaxHeight * 3;
|
291
|
+
}
|
292
|
+
}
|
293
|
+
}
|
294
|
+
}
|
295
|
+
|
167
296
|
|
168
297
|
.loadUIOverrides();
|