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
@@ -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' */
|
@@ -4,9 +4,19 @@
|
|
4
4
|
|
5
5
|
@fontPath : "../../themes/basic/assets/fonts";
|
6
6
|
|
7
|
-
@
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
;
|
7
|
+
@fonts: {
|
8
|
+
@solid: {
|
9
|
+
font-family: @fontName;
|
10
|
+
src: url("@{fontPath}/@{fontName}.woff") format('woff');
|
11
|
+
font-style: normal;
|
12
|
+
font-weight: @normal;
|
13
|
+
font-variant: normal;
|
14
|
+
text-decoration: inherit;
|
15
|
+
text-transform: none;
|
16
|
+
};
|
17
|
+
};
|
18
|
+
@icon-deprecated-map: {};
|
19
|
+
@icon-outline-map: {};
|
20
|
+
@icon-outline-aliases-map: {};
|
21
|
+
@icon-brand-map: {};
|
22
|
+
@icon-brand-aliases-map: {};
|
@@ -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
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -149,6 +149,10 @@
|
|
149
149
|
@groupedLabelFontWeight: @labelFontWeight;
|
150
150
|
@groupedLabelTextTransform: @labelTextTransform;
|
151
151
|
|
152
|
+
/* Icon */
|
153
|
+
@iconOpacity: 0.5;
|
154
|
+
@iconFocusOpacity: 1;
|
155
|
+
@iconTransition: opacity 0.3s @defaultEasing;
|
152
156
|
|
153
157
|
/* Inline */
|
154
158
|
@inlineInputSize: @relativeMedium;
|
@@ -42,6 +42,7 @@
|
|
42
42
|
@headerBorder: 1px solid @internalBorderColor;
|
43
43
|
@headerDivider: none;
|
44
44
|
@headerBackground: @offWhite;
|
45
|
+
@headerBackgroundHex: @offWhite;
|
45
46
|
@headerAlign: inherit;
|
46
47
|
@headerVerticalAlign: inherit;
|
47
48
|
@headerColor: @textColor;
|
@@ -57,6 +58,7 @@
|
|
57
58
|
@footerBorder: 1px solid @borderColor;
|
58
59
|
@footerDivider: none;
|
59
60
|
@footerBackground: @offWhite;
|
61
|
+
@footerBackgroundHex: @offWhite;
|
60
62
|
@footerAlign: inherit;
|
61
63
|
@footerVerticalAlign: inherit;
|
62
64
|
@footerColor: @textColor;
|
@@ -118,29 +120,39 @@
|
|
118
120
|
@positiveBoxShadow: @stateMarkerWidth 0 0 @positiveBorderColor inset;
|
119
121
|
@positiveBackgroundHover: darken(@positiveBackgroundColor, 3);
|
120
122
|
@positiveColorHover: darken(@positiveColor, 3);
|
123
|
+
@invertedPositiveColor: @positiveTextColor;
|
124
|
+
@invertedPositiveBackgroundColor: @positiveBorderColor;
|
121
125
|
|
122
126
|
/* Negative */
|
123
127
|
@negativeColor: @negativeTextColor;
|
124
128
|
@negativeBoxShadow: @stateMarkerWidth 0 0 @negativeBorderColor inset;
|
125
129
|
@negativeBackgroundHover: darken(@negativeBackgroundColor, 3);
|
126
130
|
@negativeColorHover: darken(@negativeColor, 3);
|
131
|
+
@invertedNegativeColor: @negativeTextColor;
|
132
|
+
@invertedNegativeBackgroundColor: @negativeBorderColor;
|
127
133
|
|
128
134
|
/* Error */
|
129
135
|
@errorColor: @errorTextColor;
|
130
136
|
@errorBoxShadow: @stateMarkerWidth 0 0 @errorBorderColor inset;
|
131
137
|
@errorBackgroundHover: darken(@errorBackgroundColor, 3);
|
132
138
|
@errorColorHover: darken(@errorColor, 3);
|
139
|
+
@invertedErrorColor: @errorTextColor;
|
140
|
+
@invertedErrorBackgroundColor: @errorBorderColor;
|
133
141
|
|
134
142
|
/* Warning */
|
135
143
|
@warningColor: @warningTextColor;
|
136
144
|
@warningBoxShadow: @stateMarkerWidth 0 0 @warningBorderColor inset;
|
137
145
|
@warningBackgroundHover: darken(@warningBackgroundColor, 3);
|
138
146
|
@warningColorHover: darken(@warningColor, 3);
|
147
|
+
@invertedWarningColor: @warningTextColor;
|
148
|
+
@invertedWarningBackgroundColor: #EEC97E;
|
139
149
|
|
140
150
|
/* Active */
|
141
151
|
@activeColor: @textColor;
|
142
152
|
@activeBackgroundColor: #E0E0E0;
|
143
153
|
@activeBoxShadow: @stateMarkerWidth 0 0 @activeColor inset;
|
154
|
+
@invertedActiveColor: @textColor;
|
155
|
+
@invertedActiveBackgroundColor: #A0A0A0;
|
144
156
|
|
145
157
|
@activeBackgroundHover: #EFEFEF;
|
146
158
|
@activeColorHover: @selectedTextColor;
|
@@ -212,9 +224,15 @@
|
|
212
224
|
@invertedCellColor: @invertedTextColor;
|
213
225
|
|
214
226
|
@invertedHeaderBackground: @veryStrongTransparentBlack;
|
227
|
+
@invertedHeaderBackgroundHex: #252525;
|
215
228
|
@invertedHeaderColor: @invertedTextColor;
|
216
229
|
@invertedHeaderBorderColor: @invertedCellBorderColor;
|
217
230
|
|
231
|
+
@invertedFooterBackground: @invertedHeaderBackground;
|
232
|
+
@invertedFooterBackgroundHex: @invertedHeaderBackgroundHex;
|
233
|
+
@invertedFooterColor: @invertedHeaderColor;
|
234
|
+
@invertedFooterBorderColor: @invertedHeaderBorderColor;
|
235
|
+
|
218
236
|
@invertedDefinitionColumnBackground: @subtleTransparentWhite;
|
219
237
|
@invertedDefinitionColumnColor: @invertedSelectedTextColor;
|
220
238
|
@invertedDefinitionColumnFontWeight: @bold;
|
@@ -243,6 +261,40 @@
|
|
243
261
|
@veryCompactVerticalPadding: 0.4em;
|
244
262
|
@veryCompactHorizontalPadding: 0.6em;
|
245
263
|
|
264
|
+
/* Scrolling */
|
265
|
+
@scrollingMobileMaxItems: 3;
|
266
|
+
@scrollingTabletMaxItems: 4;
|
267
|
+
@scrollingComputerMaxItems: 6;
|
268
|
+
@scrollingWidescreenMaxItems: 8;
|
269
|
+
|
270
|
+
@scrollingItemHeight: (@cellVerticalPadding * 2) + @lineHeight;
|
271
|
+
@scrollingMobileMaxBodyHeight: (@scrollingItemHeight * @scrollingMobileMaxItems);
|
272
|
+
@scrollingTabletMaxBodyHeight: (@scrollingItemHeight * @scrollingTabletMaxItems);
|
273
|
+
@scrollingComputerMaxBodyHeight: (@scrollingItemHeight * @scrollingComputerMaxItems);
|
274
|
+
@scrollingWidescreenMaxBodyHeight: (@scrollingItemHeight * @scrollingWidescreenMaxItems);
|
275
|
+
|
276
|
+
/* Stuck */
|
277
|
+
@stuckBackground: @background;
|
278
|
+
@stuckHeaderBackground: @offWhite;
|
279
|
+
@stuckFooterBackground: @stuckHeaderBackground;
|
280
|
+
|
281
|
+
@invertedStuckBackground: @invertedBackground;
|
282
|
+
@invertedStuckHeaderBackground: @invertedHeaderBackgroundHex;
|
283
|
+
@invertedStuckFooterBackground: @invertedStuckHeaderBackground;
|
284
|
+
|
285
|
+
@stuckZIndex: 800;
|
286
|
+
|
287
|
+
@overflowingMobileMaxItems: 5;
|
288
|
+
@overflowingTabletMaxItems: 6;
|
289
|
+
@overflowingComputerMaxItems: 8;
|
290
|
+
@overflowingWidescreenMaxItems: 10;
|
291
|
+
|
292
|
+
@overflowingItemHeight: (@cellVerticalPadding * 2) + @lineHeight;
|
293
|
+
@overflowingMobileMaxHeight: (@overflowingItemHeight * @overflowingMobileMaxItems);
|
294
|
+
@overflowingTabletMaxHeight: (@overflowingItemHeight * @overflowingTabletMaxItems);
|
295
|
+
@overflowingComputerMaxHeight: (@overflowingItemHeight * @overflowingComputerMaxItems);
|
296
|
+
@overflowingWidescreenMaxHeight: (@overflowingItemHeight * @overflowingWidescreenMaxItems);
|
297
|
+
|
246
298
|
|
247
299
|
/* Sizes */
|
248
300
|
@small: 0.9em;
|
@@ -377,6 +377,8 @@
|
|
377
377
|
|
378
378
|
/* Attached */
|
379
379
|
@attachedOffset: -1px;
|
380
|
+
@topAttachedOffset: 0;
|
381
|
+
@bottomAttachedOffset: @attachedOffset;
|
380
382
|
@attachedBoxShadow: 0 0 0 1px @borderColor;
|
381
383
|
@attachedHorizontalPadding: 0.75em;
|
382
384
|
@attachedZIndex: auto;
|
@@ -403,3 +405,6 @@
|
|
403
405
|
/* Circular */
|
404
406
|
@circularBorderRadius: 10em;
|
405
407
|
@circularIconWidth: 1em;
|
408
|
+
|
409
|
+
/* Spaced */
|
410
|
+
@spacedMargin: 1em;
|
@@ -9,6 +9,7 @@
|
|
9
9
|
/* Minimum Gutter is used to determine the maximum container width for a given device */
|
10
10
|
|
11
11
|
@maxWidth: 100%;
|
12
|
+
@wideRatio: 1.2;
|
12
13
|
|
13
14
|
/* Devices */
|
14
15
|
@mobileMinimumGutter: 0;
|
@@ -17,14 +18,17 @@
|
|
17
18
|
|
18
19
|
@tabletMinimumGutter: (@emSize * 1);
|
19
20
|
@tabletWidth: @tabletBreakpoint - (@tabletMinimumGutter * 2) - @scrollbarWidth;
|
21
|
+
@tabletWideWidth: (@tabletBreakpoint - (@tabletMinimumGutter * 2) - @scrollbarWidth) * @wideRatio;
|
20
22
|
@tabletGutter: auto;
|
21
23
|
|
22
24
|
@computerMinimumGutter: (@emSize * 1.5);
|
23
25
|
@computerWidth: @computerBreakpoint - (@computerMinimumGutter * 2) - @scrollbarWidth;
|
26
|
+
@computerWideWidth: (@computerBreakpoint - (@computerMinimumGutter * 2) - @scrollbarWidth) * @wideRatio;
|
24
27
|
@computerGutter: auto;
|
25
28
|
|
26
29
|
@largeMonitorMinimumGutter: (@emSize * 2);
|
27
30
|
@largeMonitorWidth: @largeMonitorBreakpoint - (@largeMonitorMinimumGutter * 2) - @scrollbarWidth;
|
31
|
+
@largeMonitorWideWidth: (@largeMonitorBreakpoint - (@largeMonitorMinimumGutter * 2) - @scrollbarWidth) * @wideRatio;
|
28
32
|
@largeMonitorGutter: auto;
|
29
33
|
|
30
34
|
/* Coupling (Add Negative Margin to container size) */
|
@@ -47,6 +51,14 @@
|
|
47
51
|
@computerVeryRelaxedGridWidth: e(%("calc(%d + %d)", @computerWidth, @veryRelaxedGridGutterWidth));
|
48
52
|
@largeMonitorVeryRelaxedGridWidth: e(%("calc(%d + %d)", @largeMonitorWidth, @veryRelaxedGridGutterWidth));
|
49
53
|
|
54
|
+
/*-------------------
|
55
|
+
Scrolling
|
56
|
+
--------------------*/
|
57
|
+
@scrollingMobileMaxHeight: 15em;
|
58
|
+
@scrollingTabletMaxHeight: 18em;
|
59
|
+
@scrollingComputerMaxHeight: 24em;
|
60
|
+
@scrollingWidescreenMaxHeight: 30em;
|
61
|
+
|
50
62
|
/*-------------------
|
51
63
|
Types
|
52
64
|
--------------------*/
|