fomantic-ui 2.9.0-beta.31 → 2.9.0-beta.312
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.all-contributorsrc +274 -4
- package/.github/codeql/codeql-config.yml +4 -0
- package/.github/dependabot.yml +10 -0
- package/.github/workflows/ci.yml +10 -6
- package/.github/workflows/codeql.yml +68 -0
- package/.github/workflows/nightly.yml +16 -8
- package/.github/workflows/release.yml +34 -0
- package/CONTRIBUTORS.md +86 -37
- package/FAQ.md +38 -38
- package/README.md +8 -8
- package/dist/components/accordion.css +176 -36
- package/dist/components/accordion.js +9 -3
- 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 +89 -30
- package/dist/components/api.min.js +3 -3
- package/dist/components/breadcrumb.css +1 -1
- package/dist/components/breadcrumb.min.css +1 -1
- package/dist/components/button.css +204 -157
- package/dist/components/button.min.css +2 -2
- package/dist/components/calendar.css +18 -1
- package/dist/components/calendar.js +91 -71
- package/dist/components/calendar.min.css +2 -2
- package/dist/components/calendar.min.js +3 -3
- package/dist/components/card.css +754 -117
- package/dist/components/card.min.css +2 -2
- package/dist/components/checkbox.css +92 -91
- package/dist/components/checkbox.js +20 -13
- package/dist/components/checkbox.min.css +2 -2
- package/dist/components/checkbox.min.js +3 -3
- package/dist/components/comment.css +12 -12
- package/dist/components/comment.min.css +2 -2
- package/dist/components/container.css +98 -4
- package/dist/components/container.min.css +2 -2
- package/dist/components/dimmer.css +29 -14
- package/dist/components/dimmer.js +17 -5
- package/dist/components/dimmer.min.css +2 -2
- package/dist/components/dimmer.min.js +3 -3
- package/dist/components/divider.css +31 -31
- package/dist/components/divider.min.css +2 -2
- package/dist/components/dropdown.css +100 -50
- package/dist/components/dropdown.js +189 -138
- 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 +12 -6
- package/dist/components/embed.min.css +2 -2
- package/dist/components/embed.min.js +3 -3
- package/dist/components/emoji.css +10847 -8841
- package/dist/components/emoji.min.css +1 -1
- package/dist/components/feed.css +29 -29
- package/dist/components/feed.min.css +2 -2
- package/dist/components/flag.css +1011 -902
- package/dist/components/flag.min.css +2 -2
- package/dist/components/form.css +160 -83
- package/dist/components/form.js +39 -30
- package/dist/components/form.min.css +2 -2
- package/dist/components/form.min.js +3 -3
- package/dist/components/grid.css +25 -21
- package/dist/components/grid.min.css +2 -2
- package/dist/components/header.css +6 -4
- package/dist/components/header.min.css +2 -2
- package/dist/components/icon.css +2063 -1984
- package/dist/components/icon.min.css +2 -2
- package/dist/components/image.css +1 -1
- package/dist/components/image.min.css +1 -1
- package/dist/components/input.css +759 -22
- package/dist/components/input.min.css +2 -2
- package/dist/components/item.css +17 -17
- package/dist/components/item.min.css +2 -2
- package/dist/components/label.css +72 -68
- package/dist/components/label.min.css +2 -2
- package/dist/components/list.css +31 -31
- package/dist/components/list.min.css +2 -2
- package/dist/components/loader.css +352 -352
- package/dist/components/loader.min.css +2 -2
- package/dist/components/menu.css +108 -76
- package/dist/components/menu.min.css +1 -1
- package/dist/components/message.css +43 -43
- package/dist/components/message.min.css +2 -2
- package/dist/components/modal.css +29 -4
- package/dist/components/modal.js +140 -56
- 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 +2 -2
- 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 +13 -11
- 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 +4 -1
- 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 +7 -3
- 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 +44 -14
- package/dist/components/search.min.css +2 -2
- package/dist/components/search.min.js +3 -3
- package/dist/components/segment.css +118 -34
- package/dist/components/segment.min.css +2 -2
- package/dist/components/shape.css +1 -1
- package/dist/components/shape.js +3 -3
- package/dist/components/shape.min.css +1 -1
- package/dist/components/shape.min.js +3 -3
- package/dist/components/sidebar.css +13 -7
- package/dist/components/sidebar.js +116 -37
- package/dist/components/sidebar.min.css +2 -2
- package/dist/components/sidebar.min.js +3 -3
- package/dist/components/site.css +139 -42
- package/dist/components/site.js +1 -1
- 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 +68 -51
- package/dist/components/slider.min.css +1 -1
- package/dist/components/slider.min.js +3 -3
- package/dist/components/state.js +2 -2
- package/dist/components/state.min.js +3 -3
- package/dist/components/statistic.css +4 -4
- package/dist/components/statistic.min.css +2 -2
- package/dist/components/step.css +31 -31
- package/dist/components/step.min.css +2 -2
- package/dist/components/sticky.css +1 -1
- package/dist/components/sticky.js +6 -6
- 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 +24 -6
- package/dist/components/tab.min.css +2 -2
- package/dist/components/tab.min.js +3 -3
- package/dist/components/table.css +1684 -272
- package/dist/components/table.min.css +2 -2
- package/dist/components/text.css +1 -1
- package/dist/components/text.min.css +1 -1
- package/dist/components/toast.css +42 -1
- package/dist/components/toast.js +66 -32
- 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 +23 -16
- package/dist/components/transition.min.css +1 -1
- package/dist/components/transition.min.js +3 -3
- package/dist/components/visibility.js +4 -4
- package/dist/components/visibility.min.js +3 -3
- package/dist/semantic.css +20201 -13378
- package/dist/semantic.js +990 -542
- package/dist/semantic.min.css +3 -3
- package/dist/semantic.min.js +3 -3
- package/dist/themes/default/assets/fonts/Lato-Bold.woff +0 -0
- package/dist/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
- package/dist/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
- package/dist/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
- package/dist/themes/default/assets/fonts/Lato-Italic.woff +0 -0
- package/dist/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
- package/dist/themes/default/assets/fonts/Lato-Regular.woff +0 -0
- package/dist/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.eot +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.svg +801 -654
- package/dist/themes/default/assets/fonts/brand-icons.ttf +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.woff +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.woff2 +0 -0
- package/dist/themes/default/assets/fonts/icons.eot +0 -0
- package/dist/themes/default/assets/fonts/icons.svg +1175 -1079
- package/dist/themes/default/assets/fonts/icons.ttf +0 -0
- package/dist/themes/default/assets/fonts/icons.woff +0 -0
- package/dist/themes/default/assets/fonts/icons.woff2 +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.eot +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.svg +93 -95
- package/dist/themes/default/assets/fonts/outline-icons.ttf +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.woff +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.woff2 +0 -0
- package/dist/themes/{default → famfamfam}/assets/images/flags.png +0 -0
- package/examples/assets/library/iframe-content.js +8 -8
- package/examples/assets/library/iframe.js +3 -3
- package/examples/components/button.html +1 -1
- package/examples/components/card.html +1 -1
- package/examples/components/input.html +1 -1
- package/examples/components/menu.html +1 -1
- package/examples/components/site.html +1 -1
- package/examples/components/table.html +1 -1
- package/package.json +18 -16
- package/scripts/nightly-version.js +47 -38
- package/src/definitions/behaviors/api.js +88 -29
- package/src/definitions/behaviors/form.js +38 -29
- package/src/definitions/behaviors/state.js +1 -1
- package/src/definitions/behaviors/visibility.js +3 -3
- package/src/definitions/collections/form.less +229 -166
- package/src/definitions/collections/grid.less +723 -687
- package/src/definitions/collections/menu.less +232 -170
- package/src/definitions/collections/message.less +49 -47
- package/src/definitions/collections/table.less +882 -272
- package/src/definitions/elements/button.less +611 -469
- package/src/definitions/elements/container.less +145 -8
- package/src/definitions/elements/divider.less +24 -24
- package/src/definitions/elements/emoji.less +39 -10
- package/src/definitions/elements/flag.less +53 -18
- package/src/definitions/elements/header.less +46 -37
- package/src/definitions/elements/icon.less +39 -32
- package/src/definitions/elements/input.less +281 -33
- package/src/definitions/elements/label.less +132 -128
- package/src/definitions/elements/list.less +84 -75
- package/src/definitions/elements/loader.less +99 -98
- package/src/definitions/elements/placeholder.less +32 -32
- package/src/definitions/elements/segment.less +177 -56
- package/src/definitions/elements/step.less +76 -72
- package/src/definitions/elements/text.less +17 -15
- package/src/definitions/globals/reset.less +2 -2
- package/src/definitions/globals/site.less +25 -2
- package/src/definitions/modules/accordion.js +8 -2
- package/src/definitions/modules/accordion.less +371 -219
- package/src/definitions/modules/calendar.js +90 -70
- package/src/definitions/modules/calendar.less +20 -0
- package/src/definitions/modules/checkbox.js +19 -12
- package/src/definitions/modules/checkbox.less +83 -227
- package/src/definitions/modules/dimmer.js +16 -4
- package/src/definitions/modules/dimmer.less +22 -8
- package/src/definitions/modules/dropdown.js +188 -137
- package/src/definitions/modules/dropdown.less +201 -136
- package/src/definitions/modules/embed.js +11 -5
- package/src/definitions/modules/embed.less +4 -4
- package/src/definitions/modules/modal.js +139 -55
- package/src/definitions/modules/modal.less +66 -33
- package/src/definitions/modules/nag.js +1 -1
- package/src/definitions/modules/nag.less +20 -19
- package/src/definitions/modules/popup.js +12 -10
- package/src/definitions/modules/popup.less +86 -90
- package/src/definitions/modules/progress.js +3 -0
- package/src/definitions/modules/progress.less +19 -18
- package/src/definitions/modules/rating.js +6 -2
- package/src/definitions/modules/rating.less +35 -34
- package/src/definitions/modules/search.js +43 -13
- package/src/definitions/modules/search.less +35 -19
- package/src/definitions/modules/shape.js +2 -2
- package/src/definitions/modules/sidebar.js +115 -36
- package/src/definitions/modules/sidebar.less +42 -24
- package/src/definitions/modules/slider.js +67 -50
- package/src/definitions/modules/slider.less +48 -47
- package/src/definitions/modules/sticky.js +5 -5
- package/src/definitions/modules/sticky.less +3 -1
- package/src/definitions/modules/tab.js +23 -5
- package/src/definitions/modules/tab.less +4 -4
- package/src/definitions/modules/toast.js +65 -31
- package/src/definitions/modules/toast.less +51 -16
- package/src/definitions/modules/transition.js +22 -15
- package/src/definitions/views/ad.less +3 -3
- package/src/definitions/views/card.less +522 -375
- package/src/definitions/views/comment.less +93 -82
- package/src/definitions/views/feed.less +164 -144
- package/src/definitions/views/item.less +251 -198
- package/src/definitions/views/statistic.less +91 -89
- package/src/theme.less +13 -2
- package/src/themes/amazon/globals/site.variables +1 -0
- package/src/themes/basic/elements/icon.overrides +149 -149
- package/src/themes/basic/elements/step.overrides +2 -2
- package/src/themes/bookish/elements/header.overrides +1 -1
- package/src/themes/chubby/elements/button.overrides +1 -1
- package/src/themes/chubby/elements/header.overrides +1 -1
- package/src/themes/default/assets/fonts/Lato-Bold.woff +0 -0
- package/src/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
- package/src/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
- package/src/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
- package/src/themes/default/assets/fonts/Lato-Italic.woff +0 -0
- package/src/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
- package/src/themes/default/assets/fonts/Lato-Regular.woff +0 -0
- package/src/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
- package/src/themes/default/assets/fonts/brand-icons.eot +0 -0
- package/src/themes/default/assets/fonts/brand-icons.svg +801 -654
- package/src/themes/default/assets/fonts/brand-icons.ttf +0 -0
- package/src/themes/default/assets/fonts/brand-icons.woff +0 -0
- package/src/themes/default/assets/fonts/brand-icons.woff2 +0 -0
- package/src/themes/default/assets/fonts/icons.eot +0 -0
- package/src/themes/default/assets/fonts/icons.svg +1175 -1079
- package/src/themes/default/assets/fonts/icons.ttf +0 -0
- package/src/themes/default/assets/fonts/icons.woff +0 -0
- package/src/themes/default/assets/fonts/icons.woff2 +0 -0
- package/src/themes/default/assets/fonts/outline-icons.eot +0 -0
- package/src/themes/default/assets/fonts/outline-icons.svg +93 -95
- package/src/themes/default/assets/fonts/outline-icons.ttf +0 -0
- package/src/themes/default/assets/fonts/outline-icons.woff +0 -0
- package/src/themes/default/assets/fonts/outline-icons.woff2 +0 -0
- package/src/themes/default/collections/form.variables +4 -0
- package/src/themes/default/collections/menu.variables +6 -0
- package/src/themes/default/collections/table.variables +52 -0
- package/src/themes/default/elements/button.variables +7 -1
- package/src/themes/default/elements/container.variables +12 -0
- package/src/themes/default/elements/divider.overrides +7 -7
- package/src/themes/default/elements/emoji.overrides +0 -3090
- package/src/themes/default/elements/emoji.variables +3575 -1
- package/src/themes/default/elements/flag.overrides +0 -991
- package/src/themes/default/elements/flag.variables +1609 -5
- package/src/themes/default/elements/icon.overrides +1975 -1949
- package/src/themes/default/elements/icon.variables +1 -0
- package/src/themes/default/elements/input.variables +15 -0
- package/src/themes/default/elements/segment.variables +8 -0
- package/src/themes/default/elements/step.overrides +3 -3
- package/src/themes/default/globals/site.variables +109 -8
- package/src/themes/default/globals/variation.variables +143 -6
- package/src/themes/default/modules/accordion.overrides +6 -5
- package/src/themes/default/modules/accordion.variables +49 -2
- package/src/themes/default/modules/calendar.variables +3 -0
- package/src/themes/default/modules/checkbox.overrides +9 -9
- package/src/themes/default/modules/checkbox.variables +5 -5
- package/src/themes/default/modules/dimmer.variables +1 -1
- package/src/themes/default/modules/dropdown.overrides +5 -5
- package/src/themes/default/modules/dropdown.variables +7 -10
- package/src/themes/default/modules/modal.variables +14 -0
- package/src/themes/default/modules/popup.variables +0 -2
- package/src/themes/default/modules/toast.variables +3 -0
- package/src/themes/default/views/card.variables +8 -0
- package/src/themes/{default → famfamfam}/assets/images/flags.png +0 -0
- package/src/themes/famfamfam/elements/flag.overrides +1026 -0
- package/src/themes/famfamfam/elements/flag.variables +20 -0
- package/src/themes/github/elements/icon.overrides +206 -206
- package/src/themes/github/elements/step.overrides +5 -5
- package/src/themes/github/globals/site.variables +1 -0
- package/src/themes/github/modules/dropdown.overrides +6 -6
- package/src/themes/instagram/views/card.overrides +1 -1
- package/src/themes/joypixels/elements/emoji.overrides +0 -3089
- package/src/themes/joypixels/elements/emoji.variables +3574 -5
- package/src/themes/material/collections/menu.overrides +1 -1
- package/src/themes/material/elements/button.overrides +1 -1
- package/src/themes/material/elements/header.overrides +1 -1
- package/src/themes/material/elements/icon.overrides +932 -932
- package/src/themes/material/globals/site.variables +0 -1
- package/src/themes/material/modules/dropdown.overrides +1 -1
- package/src/themes/material/modules/modal.overrides +1 -1
- package/src/themes/pulsar/elements/loader.overrides +2 -2
- package/src/themes/resetcss/globals/reset.overrides +3 -3
- package/src/themes/rtl/globals/site.overrides +1 -1
- package/src/themes/striped/modules/progress.overrides +1 -1
- package/src/themes/systemfont/globals/reset.overrides +8 -0
- package/src/themes/systemfont/globals/site.variables +10 -0
- package/src/themes/twitter/elements/emoji.overrides +0 -3091
- package/src/themes/twitter/elements/emoji.variables +3570 -6
- package/tasks/admin/distributions/create.js +1 -1
- package/tasks/admin/publish.js +1 -1
- package/tasks/admin/release.js +1 -1
- package/tasks/build/assets.js +1 -1
- package/tasks/build/css.js +9 -4
- package/tasks/build/javascript.js +3 -3
- package/tasks/check-install.js +1 -1
- package/tasks/clean.js +1 -1
- package/tasks/collections/README.md +1 -1
- package/tasks/collections/admin.js +1 -1
- package/tasks/config/admin/oauth.example.js +1 -1
- package/tasks/config/admin/templates/composer.json +1 -1
- package/tasks/config/project/install.js +15 -13
- package/tasks/install.js +1 -0
- package/tasks/rtl/watch.js +1 -1
- package/tasks/version.js +1 -1
- package/test/fixtures/accordion.html +1 -1
- package/test/fixtures/checkbox.html +1 -1
- package/test/fixtures/dropdown.html +1 -1
- package/test/fixtures/modal.html +1 -1
- package/test/fixtures/popup.html +1 -1
- package/test/fixtures/rating.html +1 -1
- package/test/fixtures/shape.html +1 -1
- package/test/fixtures/sidebar.html +1 -1
- package/test/fixtures/tab.html +1 -1
- package/test/fixtures/transition.html +1 -1
- package/test/fixtures/video.html +1 -1
- package/test/helpers/jasmine-jquery.js +2 -2
- package/test/helpers/jasmine-sinon.js +1 -1
- package/test/helpers/jquery-events.js +1 -1
- package/test/helpers/sinon.js +3 -3
- package/test/meteor/fonts.js +1 -1
- package/test/modules/accordion.spec.js +1 -1
- package/test/modules/checkbox.spec.js +1 -1
- package/test/modules/dropdown.spec.js +1 -1
- package/test/modules/modal.spec.js +1 -1
- package/test/modules/module.spec.js +1 -1
- package/test/modules/popup.spec.js +1 -1
- package/test/modules/search.spec.js +1 -1
- package/test/modules/shape.spec.js +1 -1
- package/test/modules/sidebar.spec.js +1 -1
- package/test/modules/tab.spec.js +1 -1
- package/test/modules/transition.spec.js +1 -1
- package/test/modules/video.spec.js +1 -1
@@ -60,8 +60,11 @@
|
|
60
60
|
|
61
61
|
@labeledMargin: 2.5em;
|
62
62
|
@labeledIconInputMargin: 3.25em;
|
63
|
+
@labeledAndIconMargin: 4em;
|
63
64
|
@labeledIconMargin: 1.25em;
|
64
65
|
|
66
|
+
@labeledDropdownZIndex: 10;
|
67
|
+
|
65
68
|
/*-------------------
|
66
69
|
States
|
67
70
|
--------------------*/
|
@@ -85,6 +88,18 @@
|
|
85
88
|
/* Loader */
|
86
89
|
@invertedLoaderFillColor: rgba(0, 0, 0, 0.15);
|
87
90
|
|
91
|
+
/* file */
|
92
|
+
@fileButtonMargin: 1em;
|
93
|
+
@fileButtonTextColor: @mutedTextColor;
|
94
|
+
@fileButtonTextColorHover: @hoveredTextColor;
|
95
|
+
@fileButtonBackground: #e0e1e2;
|
96
|
+
@fileButtonBackgroundHover: #cacbcd;
|
97
|
+
@fileButtonFontWeight: @bold;
|
98
|
+
|
99
|
+
@fileButtonInvertedBackground: #e0e1e2;
|
100
|
+
@fileButtonInvertedBackgroundHover: @white;
|
101
|
+
@fileButtonInvertedTextColor: @mutedTextColor;
|
102
|
+
|
88
103
|
/*-------------------
|
89
104
|
Variations
|
90
105
|
--------------------*/
|
@@ -153,3 +153,11 @@
|
|
153
153
|
)
|
154
154
|
;
|
155
155
|
@tertiaryInvertedColor: @invertedMutedTextColor;
|
156
|
+
|
157
|
+
/*-------------------
|
158
|
+
Scrolling
|
159
|
+
--------------------*/
|
160
|
+
@scrollingMobileMaxHeight: 15em;
|
161
|
+
@scrollingTabletMaxHeight: 18em;
|
162
|
+
@scrollingComputerMaxHeight: 24em;
|
163
|
+
@scrollingWidescreenMaxHeight: 30em;
|
@@ -9,8 +9,8 @@
|
|
9
9
|
url(data:application/font-woff;charset=utf-8;base64,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) format('woff')
|
10
10
|
;
|
11
11
|
}
|
12
|
-
.ui.steps .step.completed > .icon
|
13
|
-
.ui.ordered.steps .step.completed
|
12
|
+
.ui.steps .step.completed > .icon::before,
|
13
|
+
.ui.ordered.steps .step.completed::before {
|
14
14
|
font-family: 'Step';
|
15
15
|
content: '\e800'; /* '' */
|
16
|
-
}
|
16
|
+
}
|
@@ -3,18 +3,113 @@
|
|
3
3
|
*******************************/
|
4
4
|
|
5
5
|
@import "variation.variables";
|
6
|
+
@supportIE: true;
|
6
7
|
|
7
8
|
/*-------------------
|
8
9
|
Fonts
|
9
10
|
--------------------*/
|
10
11
|
|
11
12
|
@fontName : 'Lato';
|
12
|
-
|
13
|
-
@
|
14
|
-
|
13
|
+
@fontFileNameLatin : 'LatoLatin';
|
14
|
+
@fontFileNameSupplement: 'Lato';
|
15
|
+
|
16
|
+
// based on https://github.com/twbs/bootstrap/blob/v5.1.3/scss/_variables.scss#L577 list
|
17
|
+
@fallbackFonts : system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
18
|
+
|
19
|
+
@headerFont : @fontName, @fallbackFonts;
|
20
|
+
@pageFont : @fontName, @fallbackFonts;
|
21
|
+
|
22
|
+
@fontDisplay : swap;
|
23
|
+
@textRendering : optimizeLegibility;
|
24
|
+
@unicodeRangeLatin : U+0000, U+000D, U+0020-007E, U+00A0-017F, U+0192, U+0218-021B, U+0237, U+02C6-02C7, U+02C9, U+02D8-02DD, U+0394, U+03A9, U+03BC, U+03C0, U+1E80-1E85, U+2010, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20A3-20A4, U+20A7, U+20AC, U+2113, U+2122, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+F8FF, U+FB00-FB04;
|
25
|
+
@unicodeRangeSupplement : U+0180-0191, U+0193-0217, U+021C-0236, U+0238-02C5, U+02C8, U+02CA-02D7, U+02DE-036F, U+0374-0375, U+037A-037E, U+0384-038A, U+038C, U+038E-0393, U+0395-03A1, U+03A3-03A8, U+03AA-03BB, U+03BD-03BF, U+03C1-03CE, U+03D0-0486, U+0488-0513, U+1D00-1DCA, U+1DFE-1E7F, U+1E86-1E9B, U+1E9E, U+1EA0-1EF9, U+1F00-1F15, U+1F18-1F1D, U+1F20-1F45, U+1F48-1F4D, U+1F50-1F57, U+1F59, U+1F5B, U+1F5D, U+1F5F-1F7D, U+1F80-1FB4, U+1FB6-1FC4, U+1FC6-1FD3, U+1FD6-1FDB, U+1FDD-1FEF, U+1FF2-1FF4, U+1FF6-1FFE, U+2000-200F, U+2012, U+2015-2017, U+201B, U+201F, U+202F, U+2034, U+203C-203E, U+205E-205F, U+2070-2071, U+2074-2094, U+20A0-20A2, U+20A5-20A6, U+20A8-20AB, U+20AD-20B5, U+20B8-20BA, U+20DD, U+2105, U+2116-2117, U+2120, U+2132, U+214D-214E, U+2153-215F, U+2183-2184, U+2190-2199, U+21A8, U+221F, U+2229, U+2261, U+2302, U+2310, U+2320-2321, U+2460-2473, U+24EA-24F4, U+24FF-2500, U+2502, U+250C, U+2510, U+2514, U+2518, U+2C60-2C6C, U+2C74-2C77;
|
26
|
+
|
27
|
+
@importFonts : true;
|
28
|
+
@fonts: {
|
29
|
+
@regularLatin: {
|
30
|
+
font-family: @fontName;
|
31
|
+
src: url("@{fontPath}/@{fontFileNameLatin}-Regular.woff2") format('woff2')
|
32
|
+
if(@supportIE, e(',') url("@{fontPath}/@{fontFileNameLatin}-Regular.woff") format('woff'));
|
33
|
+
font-style : normal;
|
34
|
+
font-weight : @normal;
|
35
|
+
font-display : @fontDisplay;
|
36
|
+
text-rendering : @textRendering;
|
37
|
+
unicode-range : @unicodeRangeLatin;
|
38
|
+
};
|
39
|
+
@boldLatin: {
|
40
|
+
font-family: @fontName;
|
41
|
+
src: url("@{fontPath}/@{fontFileNameLatin}-Bold.woff2") format('woff2')
|
42
|
+
if(@supportIE, e(',') url("@{fontPath}/@{fontFileNameLatin}-Bold.woff") format('woff'));
|
43
|
+
font-style : normal;
|
44
|
+
font-weight : @bold;
|
45
|
+
font-display : @fontDisplay;
|
46
|
+
text-rendering : @textRendering;
|
47
|
+
unicode-range : @unicodeRangeLatin;
|
48
|
+
};
|
49
|
+
@italicLatin: {
|
50
|
+
font-family: @fontName;
|
51
|
+
src: url("@{fontPath}/@{fontFileNameLatin}-Italic.woff2") format('woff2')
|
52
|
+
if(@supportIE, e(',') url("@{fontPath}/@{fontFileNameLatin}-Italic.woff") format('woff'));
|
53
|
+
font-style : italic;
|
54
|
+
font-weight : @normal;
|
55
|
+
font-display : @fontDisplay;
|
56
|
+
text-rendering : @textRendering;
|
57
|
+
unicode-range : @unicodeRangeLatin;
|
58
|
+
};
|
59
|
+
@boldItalicLatin: {
|
60
|
+
font-family: @fontName;
|
61
|
+
src: url("@{fontPath}/@{fontFileNameLatin}-BoldItalic.woff2") format('woff2')
|
62
|
+
if(@supportIE, e(',') url("@{fontPath}/@{fontFileNameLatin}-BoldItalic.woff") format('woff'));
|
63
|
+
font-style : italic;
|
64
|
+
font-weight : @bold;
|
65
|
+
font-display : @fontDisplay;
|
66
|
+
text-rendering : @textRendering;
|
67
|
+
unicode-range : @unicodeRangeLatin;
|
68
|
+
};
|
69
|
+
@regularSupplement: {
|
70
|
+
font-family: @fontName;
|
71
|
+
src: url("@{fontPath}/@{fontFileNameSupplement}-Regular.woff2") format('woff2')
|
72
|
+
if(@supportIE, e(',') url("@{fontPath}/@{fontFileNameSupplement}-Regular.woff") format('woff'));
|
73
|
+
font-style : normal;
|
74
|
+
font-weight : @normal;
|
75
|
+
font-display : @fontDisplay;
|
76
|
+
text-rendering : @textRendering;
|
77
|
+
unicode-range : @unicodeRangeSupplement;
|
78
|
+
};
|
79
|
+
@boldSupplement: {
|
80
|
+
font-family: @fontName;
|
81
|
+
src: url("@{fontPath}/@{fontFileNameSupplement}-Bold.woff2") format('woff2')
|
82
|
+
if(@supportIE, e(',') url("@{fontPath}/@{fontFileNameSupplement}-Bold.woff") format('woff'));
|
83
|
+
font-style : normal;
|
84
|
+
font-weight : @bold;
|
85
|
+
font-display : @fontDisplay;
|
86
|
+
text-rendering : @textRendering;
|
87
|
+
unicode-range : @unicodeRangeSupplement;
|
88
|
+
};
|
89
|
+
@italicSupplement: {
|
90
|
+
font-family: @fontName;
|
91
|
+
src: url("@{fontPath}/@{fontFileNameSupplement}-Italic.woff2") format('woff2')
|
92
|
+
if(@supportIE, e(',') url("@{fontPath}/@{fontFileNameSupplement}-Italic.woff") format('woff'));
|
93
|
+
font-style : italic;
|
94
|
+
font-weight : @normal;
|
95
|
+
font-display : @fontDisplay;
|
96
|
+
text-rendering : @textRendering;
|
97
|
+
unicode-range : @unicodeRangeSupplement;
|
98
|
+
};
|
99
|
+
@boldItalicSupplement: {
|
100
|
+
font-family: @fontName;
|
101
|
+
src: url("@{fontPath}/@{fontFileNameSupplement}-BoldItalic.woff2") format('woff2')
|
102
|
+
if(@supportIE, e(',') url("@{fontPath}/@{fontFileNameSupplement}-BoldItalic.woff") format('woff'));
|
103
|
+
font-style : italic;
|
104
|
+
font-weight : @bold;
|
105
|
+
font-display : @fontDisplay;
|
106
|
+
text-rendering : @textRendering;
|
107
|
+
unicode-range : @unicodeRangeSupplement;
|
108
|
+
};
|
109
|
+
};
|
15
110
|
|
16
111
|
@googleFontName : @fontName;
|
17
|
-
@importGoogleFonts :
|
112
|
+
@importGoogleFonts : false;
|
18
113
|
@googleFontSizes : 'ital,wght@0,400%3B0,700%3B1,400%3B1,700';
|
19
114
|
@googleSubset : 'latin';
|
20
115
|
@googleFontDisplay : 'swap';
|
@@ -174,6 +269,12 @@
|
|
174
269
|
@thumbInvertedInactiveBackground: rgba(255, 255, 255, 0.15);
|
175
270
|
@thumbInvertedHoverBackground: rgba(255, 255, 255, 0.35);
|
176
271
|
|
272
|
+
/* IE needs hex values */
|
273
|
+
@trackBackgroundHex: #e6e6e6;
|
274
|
+
@thumbBackgroundHex: #bfbfbf;
|
275
|
+
@trackInvertedBackgroundHex: #323232;
|
276
|
+
@thumbInvertedBackgroundHex: #656565;
|
277
|
+
|
177
278
|
/*-------------------
|
178
279
|
Highlighted Text
|
179
280
|
--------------------*/
|
@@ -1297,10 +1398,10 @@
|
|
1297
1398
|
@brownTertiaryColorHover : desaturate(@brownHover, 20%);
|
1298
1399
|
@brownTertiaryColorFocus : desaturate(@brownFocus, 20%);
|
1299
1400
|
@brownTertiaryColorActive : saturate(@brownActive, 20%);
|
1300
|
-
@greyTertiaryColor :
|
1301
|
-
@greyTertiaryColorHover :
|
1302
|
-
@greyTertiaryColorFocus :
|
1303
|
-
@greyTertiaryColorActive :
|
1401
|
+
@greyTertiaryColor : darken(@grey, 5%);
|
1402
|
+
@greyTertiaryColorHover : lighten(@greyHover, 5%);
|
1403
|
+
@greyTertiaryColorFocus : lighten(@greyFocus, 8%);
|
1404
|
+
@greyTertiaryColorActive : darken(@greyActive, 5%);
|
1304
1405
|
@blackTertiaryColor : lighten(@black, 20%);
|
1305
1406
|
@blackTertiaryColorHover : lighten(@blackHover, 40%);
|
1306
1407
|
@blackTertiaryColorFocus : lighten(@blackFocus, 40%);
|
@@ -4,6 +4,9 @@
|
|
4
4
|
|
5
5
|
/* General */
|
6
6
|
@variationAllSizes: mini, tiny, small, large, big, huge, massive;
|
7
|
+
@variationAllColors: primary, secondary, red, orange, yellow, olive, green, teal, blue, violet, purple, pink, brown, grey, black;
|
8
|
+
@variationAllStates: error, info, success, warning;
|
9
|
+
@variationAllConsequences: positive, negative, error, info, success, warning;
|
7
10
|
|
8
11
|
/*******************************
|
9
12
|
Elements
|
@@ -12,10 +15,13 @@
|
|
12
15
|
/* Button */
|
13
16
|
@variationButtonDisabled: true;
|
14
17
|
@variationButtonAnimated: true;
|
18
|
+
@variationButtonAnimatedFade: true;
|
15
19
|
@variationButtonInverted: true;
|
16
20
|
@variationButtonSocial: true;
|
17
21
|
@variationButtonFloated: true;
|
18
22
|
@variationButtonCompact: true;
|
23
|
+
@variationButtonIcon: true;
|
24
|
+
@variationButtonLoading: true;
|
19
25
|
@variationButtonBasic: true;
|
20
26
|
@variationButtonTertiary: true;
|
21
27
|
@variationButtonLabeled: true;
|
@@ -24,18 +30,31 @@
|
|
24
30
|
@variationButtonOr: true;
|
25
31
|
@variationButtonAttached: true;
|
26
32
|
@variationButtonFluid: true;
|
33
|
+
@variationButtonEqualWidth: true;
|
34
|
+
@variationButtonVertical: true;
|
27
35
|
@variationButtonCircular: true;
|
28
36
|
@variationButtonGroups: true;
|
29
37
|
@variationButtonStackable: true;
|
38
|
+
@variationButtonWrapping: true;
|
39
|
+
@variationButtonWrapped: true;
|
40
|
+
@variationButtonSpaced: true;
|
30
41
|
@variationButtonSizes: @variationAllSizes;
|
42
|
+
@variationButtonColors: @variationAllColors;
|
31
43
|
|
32
44
|
/* Container */
|
33
45
|
@variationContainerGrid: true;
|
34
46
|
@variationContainerRelaxed: true;
|
47
|
+
@variationContainerVeryRelaxed: true;
|
35
48
|
@variationContainerText: true;
|
49
|
+
@variationContainerWide: true;
|
36
50
|
@variationContainerFluid: true;
|
37
51
|
@variationContainerAligned: true;
|
38
52
|
@variationContainerJustified: true;
|
53
|
+
@variationContainerScrolling: true;
|
54
|
+
@variationContainerScrollingShort: true;
|
55
|
+
@variationContainerScrollingVeryShort: true;
|
56
|
+
@variationContainerScrollingLong: true;
|
57
|
+
@variationContainerScrollingVeryLong: true;
|
39
58
|
|
40
59
|
/* Divider */
|
41
60
|
@variationDividerInverted: true;
|
@@ -47,6 +66,7 @@
|
|
47
66
|
@variationDividerClearing: true;
|
48
67
|
@variationDividerSection: true;
|
49
68
|
@variationDividerSizes: @variationAllSizes;
|
69
|
+
@variationDividerColors: @variationAllColors;
|
50
70
|
|
51
71
|
/* Header */
|
52
72
|
@variationHeaderDisabled: true;
|
@@ -62,8 +82,15 @@
|
|
62
82
|
@variationHeaderAttached: true;
|
63
83
|
@variationHeaderTags: h1, h2, h3, h4, h5, h6;
|
64
84
|
@variationHeaderSizes: @variationAllSizes;
|
85
|
+
@variationHeaderColors: @variationAllColors;
|
65
86
|
|
66
87
|
/* Icon */
|
88
|
+
@variationIconDeprecated: true;
|
89
|
+
@variationIconSolid: true;
|
90
|
+
@variationIconAliases: true;
|
91
|
+
@variationIconOutline: true;
|
92
|
+
@variationIconBrand: true;
|
93
|
+
@variationIconThin: true; /* Font Awesome Pro only */
|
67
94
|
@variationIconDisabled: true;
|
68
95
|
@variationIconInverted: true;
|
69
96
|
@variationIconLoading: true;
|
@@ -77,6 +104,7 @@
|
|
77
104
|
@variationIconCorner: true;
|
78
105
|
@variationIconGroups: true;
|
79
106
|
@variationIconSizes: @variationAllSizes;
|
107
|
+
@variationIconColors: @variationAllColors;
|
80
108
|
|
81
109
|
/* Image */
|
82
110
|
@variationImageDisabled: true;
|
@@ -96,7 +124,7 @@
|
|
96
124
|
/* Input */
|
97
125
|
@variationInputDisabled: true;
|
98
126
|
@variationInputInverted: true;
|
99
|
-
@variationInputStates:
|
127
|
+
@variationInputStates: @variationAllStates;
|
100
128
|
@variationInputTransparent: true;
|
101
129
|
@variationInputCorner: true;
|
102
130
|
@variationInputLoading: true;
|
@@ -104,6 +132,8 @@
|
|
104
132
|
@variationInputLabeled: true;
|
105
133
|
@variationInputAction: true;
|
106
134
|
@variationInputFluid: true;
|
135
|
+
@variationInputFile: true;
|
136
|
+
@variationInputColors: @variationAllColors;
|
107
137
|
@variationInputSizes: @variationAllSizes;
|
108
138
|
|
109
139
|
/* Label */
|
@@ -120,6 +150,7 @@
|
|
120
150
|
@variationLabelAttached: true;
|
121
151
|
@variationLabelFluid: true;
|
122
152
|
@variationLabelSizes: @variationAllSizes;
|
153
|
+
@variationLabelColors: @variationAllColors;
|
123
154
|
|
124
155
|
/* List */
|
125
156
|
@variationListInverted: true;
|
@@ -139,6 +170,9 @@
|
|
139
170
|
@variationListDivided: true;
|
140
171
|
@variationListCelled: true;
|
141
172
|
@variationListRelaxed: true;
|
173
|
+
@variationListVeryRelaxed: true;
|
174
|
+
@variationListHeader: true;
|
175
|
+
@variationListDescription: true;
|
142
176
|
@variationListSizes: @variationAllSizes;
|
143
177
|
|
144
178
|
/* Loader */
|
@@ -148,6 +182,7 @@
|
|
148
182
|
@variationLoaderInline: true;
|
149
183
|
@variationLoaderElastic: true;
|
150
184
|
@variationLoaderSizes: @variationAllSizes;
|
185
|
+
@variationLoaderColors: @variationAllColors;
|
151
186
|
|
152
187
|
/* Placeholder */
|
153
188
|
@variationPlaceholderInverted: true;
|
@@ -181,6 +216,7 @@
|
|
181
216
|
@variationSegmentPiled: true;
|
182
217
|
@variationSegmentStacked: true;
|
183
218
|
@variationSegmentPadded: true;
|
219
|
+
@variationSegmentVeryPadded: true;
|
184
220
|
@variationSegmentCircular: true;
|
185
221
|
@variationSegmentCompact: true;
|
186
222
|
@variationSegmentRaised: true;
|
@@ -194,7 +230,13 @@
|
|
194
230
|
@variationSegmentTertiary: true;
|
195
231
|
@variationSegmentAttached: true;
|
196
232
|
@variationSegmentFitted: true;
|
233
|
+
@variationSegmentScrolling: true;
|
234
|
+
@variationSegmentScrollingShort: true;
|
235
|
+
@variationSegmentScrollingVeryShort: true;
|
236
|
+
@variationSegmentScrollingLong: true;
|
237
|
+
@variationSegmentScrollingVeryLong: true;
|
197
238
|
@variationSegmentSizes: @variationAllSizes;
|
239
|
+
@variationSegmentColors: @variationAllColors;
|
198
240
|
|
199
241
|
/* Step */
|
200
242
|
@variationStepInverted: true;
|
@@ -204,13 +246,15 @@
|
|
204
246
|
@variationStepOrdered: true;
|
205
247
|
@variationStepFluid: true;
|
206
248
|
@variationStepAttached: true;
|
249
|
+
@variationStepEqualWidth: true;
|
207
250
|
@variationStepSizes: @variationAllSizes;
|
208
251
|
|
209
252
|
/* Text */
|
210
253
|
@variationTextInverted: true;
|
211
254
|
@variationTextDisabled: true;
|
212
|
-
@variationTextStates:
|
255
|
+
@variationTextStates: @variationAllStates;
|
213
256
|
@variationTextSizes: @variationAllSizes;
|
257
|
+
@variationTextColors: @variationAllColors;
|
214
258
|
|
215
259
|
|
216
260
|
/*******************************
|
@@ -226,10 +270,12 @@
|
|
226
270
|
@variationFormDisabled: true;
|
227
271
|
@variationFormTransparent: true;
|
228
272
|
@variationFormLoading: true;
|
229
|
-
@variationFormStates:
|
273
|
+
@variationFormStates: @variationAllStates;
|
230
274
|
@variationFormRequired: true;
|
231
275
|
@variationFormInline: true;
|
232
276
|
@variationFormGrouped: true;
|
277
|
+
@variationFormEqualWidth: true;
|
278
|
+
@variationFormWide: true;
|
233
279
|
@variationFormSizes: @variationAllSizes;
|
234
280
|
|
235
281
|
/* Grid */
|
@@ -238,9 +284,11 @@
|
|
238
284
|
@variationGridCelled: true;
|
239
285
|
@variationGridCentered: true;
|
240
286
|
@variationGridRelaxed: true;
|
287
|
+
@variationGridVeryRelaxed: true;
|
241
288
|
@variationGridPadded: true;
|
242
289
|
@variationGridFloated: true;
|
243
290
|
@variationGridDivided: true;
|
291
|
+
@variationGridVertical: true;
|
244
292
|
@variationGridAligned: true;
|
245
293
|
@variationGridStretched: true;
|
246
294
|
@variationGridJustified: true;
|
@@ -248,6 +296,10 @@
|
|
248
296
|
@variationGridDoubling: true;
|
249
297
|
@variationGridStackable: true;
|
250
298
|
@variationGridCompact: true;
|
299
|
+
@variationGridVeryCompact: true;
|
300
|
+
@variationGridWide: true;
|
301
|
+
@variationGridEqualWidth: true;
|
302
|
+
@variationGridColors: @variationAllColors;
|
251
303
|
|
252
304
|
/* Menu */
|
253
305
|
@variationMenuInverted: true;
|
@@ -261,12 +313,16 @@
|
|
261
313
|
@variationMenuLabeled: true;
|
262
314
|
@variationMenuStackable: true;
|
263
315
|
@variationMenuFloated: true;
|
316
|
+
@variationMenuCentered: true;
|
264
317
|
@variationMenuFitted: true;
|
265
318
|
@variationMenuBorderless: true;
|
266
319
|
@variationMenuCompact: true;
|
267
320
|
@variationMenuFixed: true;
|
268
321
|
@variationMenuAttached: true;
|
322
|
+
@variationMenuIcon: true;
|
323
|
+
@variationMenuEqualWidth: true;
|
269
324
|
@variationMenuSizes: @variationAllSizes;
|
325
|
+
@variationMenuColors: @variationAllColors;
|
270
326
|
|
271
327
|
/* Message */
|
272
328
|
@variationMessageInverted: true;
|
@@ -274,10 +330,11 @@
|
|
274
330
|
@variationMessageAttached: true;
|
275
331
|
@variationMessageIcon: true;
|
276
332
|
@variationMessageFloating: true;
|
277
|
-
@variationMessageConsequences:
|
333
|
+
@variationMessageConsequences: @variationAllConsequences;
|
278
334
|
@variationMessageCentered: true;
|
279
335
|
@variationMessageRightAligned: true;
|
280
336
|
@variationMessageSizes: @variationAllSizes;
|
337
|
+
@variationMessageColors: @variationAllColors;
|
281
338
|
|
282
339
|
/* Table */
|
283
340
|
@variationTableInverted: true;
|
@@ -298,11 +355,32 @@
|
|
298
355
|
@variationTableSortable: true;
|
299
356
|
@variationTableCollapsing: true;
|
300
357
|
@variationTableBasic: true;
|
358
|
+
@variationTableVeryBasic: true;
|
301
359
|
@variationTableCelled: true;
|
302
360
|
@variationTablePadded: true;
|
361
|
+
@variationTableVeryPadded: true;
|
303
362
|
@variationTableCompact: true;
|
363
|
+
@variationTableVeryCompact: true;
|
304
364
|
@variationTableMarked: true;
|
365
|
+
@variationTableEqualWidth: true;
|
366
|
+
@variationTableWide: true;
|
367
|
+
@variationTableScrolling: true;
|
368
|
+
@variationTableScrollingShort: true;
|
369
|
+
@variationTableScrollingVeryShort: true;
|
370
|
+
@variationTableScrollingLong: true;
|
371
|
+
@variationTableScrollingVeryLong: true;
|
372
|
+
@variationTableStuck: true;
|
373
|
+
@variationTableStuckHead: true;
|
374
|
+
@variationTableStuckFoot: true;
|
375
|
+
@variationTableStuckFirst: true;
|
376
|
+
@variationTableStuckLast: true;
|
377
|
+
@variationTableOverflowing: true;
|
378
|
+
@variationTableOverflowingShort: true;
|
379
|
+
@variationTableOverflowingVeryShort: true;
|
380
|
+
@variationTableOverflowingLong: true;
|
381
|
+
@variationTableOverflowingVeryLong: true;
|
305
382
|
@variationTableSizes: @variationAllSizes;
|
383
|
+
@variationTableColors: @variationAllColors;
|
306
384
|
|
307
385
|
|
308
386
|
/*******************************
|
@@ -325,6 +403,7 @@
|
|
325
403
|
|
326
404
|
/* Card */
|
327
405
|
@variationCardInverted: true;
|
406
|
+
@variationCardBasic: true;
|
328
407
|
@variationCardDisabled: true;
|
329
408
|
@variationCardLoading: true;
|
330
409
|
@variationCardHorizontal: true;
|
@@ -334,22 +413,55 @@
|
|
334
413
|
@variationCardLink: true;
|
335
414
|
@variationCardDoubling: true;
|
336
415
|
@variationCardStackable: true;
|
416
|
+
@variationCardFloated: true;
|
417
|
+
@variationCardAligned: true;
|
418
|
+
@variationCardImage: true;
|
419
|
+
@variationCardHeader: true;
|
420
|
+
@variationCardDescription: true;
|
421
|
+
@variationCardMeta: true;
|
422
|
+
@variationCardExtra: true;
|
423
|
+
@variationCardButton: true;
|
424
|
+
@variationCardStar: true;
|
425
|
+
@variationCardLike: true;
|
426
|
+
@variationCardEqualWidth: true;
|
337
427
|
@variationCardSizes: @variationAllSizes;
|
428
|
+
@variationCardColors: @variationAllColors;
|
338
429
|
|
339
430
|
/* Comment */
|
340
431
|
@variationCommentInverted: true;
|
341
432
|
@variationCommentThreaded: true;
|
342
433
|
@variationCommentMinimal: true;
|
434
|
+
@variationCommentAvatar: true;
|
435
|
+
@variationCommentAuthor: true;
|
436
|
+
@variationCommentMeta: true;
|
437
|
+
@variationCommentActions: true;
|
438
|
+
@variationCommentReply: true;
|
343
439
|
@variationCommentSizes: @variationAllSizes;
|
440
|
+
@variationCommentColors: @variationAllColors;
|
344
441
|
|
345
442
|
/* Feed */
|
346
443
|
@variationFeedInverted: true;
|
444
|
+
@variationFeedMeta: true;
|
445
|
+
@variationFeedSummary: true;
|
446
|
+
@variationFeedUser: true;
|
447
|
+
@variationFeedExtra: true;
|
448
|
+
@variationFeedDate: true;
|
449
|
+
@variationFeedLike: true;
|
347
450
|
@variationFeedSizes: @variationAllSizes;
|
348
451
|
|
349
452
|
/* Item */
|
350
453
|
@variationItemInverted: true;
|
454
|
+
@variationItemImage: true;
|
455
|
+
@variationItemHeader: true;
|
456
|
+
@variationItemDescription: true;
|
457
|
+
@variationItemMeta: true;
|
458
|
+
@variationItemExtra: true;
|
459
|
+
@variationItemFavorite: true;
|
460
|
+
@variationItemLike: true;
|
461
|
+
@variationItemFloated: true;
|
351
462
|
@variationItemAligned: true;
|
352
463
|
@variationItemRelaxed: true;
|
464
|
+
@variationItemVeryRelaxed: true;
|
353
465
|
@variationItemDivided: true;
|
354
466
|
@variationItemLink: true;
|
355
467
|
@variationItemUnstackable: true;
|
@@ -360,7 +472,9 @@
|
|
360
472
|
@variationStatisticStackable: true;
|
361
473
|
@variationStatisticFloated: true;
|
362
474
|
@variationStatisticHorizontal: true;
|
475
|
+
@variationStatisticEqualWidth: true;
|
363
476
|
@variationStatisticSizes: @variationAllSizes;
|
477
|
+
@variationStatisticColors: @variationAllColors;
|
364
478
|
|
365
479
|
|
366
480
|
/*******************************
|
@@ -370,14 +484,19 @@
|
|
370
484
|
/* Accordion */
|
371
485
|
@variationAccordionInverted: true;
|
372
486
|
@variationAccordionStyled: true;
|
487
|
+
@variationAccordionBasicStyled: true;
|
373
488
|
@variationAccordionFluid: true;
|
489
|
+
@variationAccordionCompact: true;
|
490
|
+
@variationAccordionVeryCompact: true;
|
491
|
+
@variationAccordionRightDropdown: true;
|
492
|
+
@variationAccordionTree: true;
|
374
493
|
|
375
494
|
/* Calendar */
|
376
495
|
@variationCalendarInverted: true;
|
377
496
|
@variationCalendarDisabled: true;
|
497
|
+
@variationCalendarMultiMonth: true;
|
378
498
|
|
379
499
|
/* Checkbox */
|
380
|
-
@variationCheckboxBox: false; //.box (instead of label) is an ancient fragment of sui v1 and not even documented in v2.x anymore
|
381
500
|
@variationCheckboxDisabled: true;
|
382
501
|
@variationCheckboxReadonly: true;
|
383
502
|
@variationCheckboxInverted: true;
|
@@ -388,6 +507,7 @@
|
|
388
507
|
@variationCheckboxFitted: true;
|
389
508
|
@variationCheckboxRightAligned: true;
|
390
509
|
@variationCheckboxSizes: @variationAllSizes;
|
510
|
+
@variationCheckboxColors: @variationAllColors;
|
391
511
|
|
392
512
|
/* Dimmer */
|
393
513
|
@variationDimmerInverted: true;
|
@@ -414,7 +534,7 @@
|
|
414
534
|
@variationDropdownMultiple: true;
|
415
535
|
@variationDropdownInline: true;
|
416
536
|
@variationDropdownLoading: true;
|
417
|
-
@variationDropdownStates:
|
537
|
+
@variationDropdownStates: @variationAllStates;
|
418
538
|
@variationDropdownClear: true;
|
419
539
|
@variationDropdownLeft: true;
|
420
540
|
@variationDropdownUpward: true;
|
@@ -423,6 +543,7 @@
|
|
423
543
|
@variationDropdownFluid: true;
|
424
544
|
@variationDropdownFloating: true;
|
425
545
|
@variationDropdownPointing: true;
|
546
|
+
@variationDropdownColumnar: true;
|
426
547
|
@variationDropdownScrollhint: true;
|
427
548
|
@variationDropdownSizes: @variationAllSizes;
|
428
549
|
|
@@ -438,6 +559,9 @@
|
|
438
559
|
@variationModalScrolling: true;
|
439
560
|
@variationModalLegacy: true;
|
440
561
|
@variationModalCloseInside: true;
|
562
|
+
@variationModalCentered: true;
|
563
|
+
@variationModalActions: true;
|
564
|
+
@variationModalLeftActions: true;
|
441
565
|
@variationModalSizes: @variationAllSizes;
|
442
566
|
|
443
567
|
/* Nag */
|
@@ -447,6 +571,7 @@
|
|
447
571
|
@variationNagFixed: true;
|
448
572
|
@variationNagGroups: true;
|
449
573
|
@variationNagSizes: @variationAllSizes;
|
574
|
+
@variationNagColors: @variationAllColors;
|
450
575
|
|
451
576
|
/* Popup */
|
452
577
|
@variationPopupInverted: true;
|
@@ -464,6 +589,7 @@
|
|
464
589
|
@variationPopupFlowing: true;
|
465
590
|
@variationPopupFixed: true;
|
466
591
|
@variationPopupSizes: @variationAllSizes;
|
592
|
+
@variationPopupColors: @variationAllColors;
|
467
593
|
|
468
594
|
/* Progress */
|
469
595
|
@variationProgressInverted: true;
|
@@ -482,11 +608,13 @@
|
|
482
608
|
@variationProgressSpeeds: true;
|
483
609
|
@variationProgressRightAligned: true;
|
484
610
|
@variationProgressSizes: @variationAllSizes;
|
611
|
+
@variationProgressColors: @variationAllColors;
|
485
612
|
|
486
613
|
/* Rating */
|
487
614
|
@variationRatingDisabled: true;
|
488
615
|
@variationRatingPartial: true;
|
489
616
|
@variationRatingSizes: @variationAllSizes;
|
617
|
+
@variationRatingColors: @variationAllColors;
|
490
618
|
|
491
619
|
/* Search */
|
492
620
|
@variationSearchDisabled: true;
|
@@ -496,7 +624,9 @@
|
|
496
624
|
@variationSearchAligned: true;
|
497
625
|
@variationSearchFluid: true;
|
498
626
|
@variationSearchShort: true;
|
627
|
+
@variationSearchVeryShort: true;
|
499
628
|
@variationSearchLong: true;
|
629
|
+
@variationSearchVeryLong: true;
|
500
630
|
@variationSearchScrolling: true;
|
501
631
|
@variationSearchSizes: @variationAllSizes;
|
502
632
|
|
@@ -507,7 +637,9 @@
|
|
507
637
|
|
508
638
|
/* Sidebar */
|
509
639
|
@variationSidebarThin: true;
|
640
|
+
@variationSidebarVeryThin: true;
|
510
641
|
@variationSidebarWide: true;
|
642
|
+
@variationSidebarVeryWide: true;
|
511
643
|
@variationSidebarTop: true;
|
512
644
|
@variationSidebarBottom: true;
|
513
645
|
@variationSidebarLeft: true;
|
@@ -528,6 +660,7 @@
|
|
528
660
|
@variationSliderVertical: true;
|
529
661
|
@variationSliderBasic: true;
|
530
662
|
@variationSliderSizes: small, large, big;
|
663
|
+
@variationSliderColors: @variationAllColors;
|
531
664
|
|
532
665
|
/* Tab */
|
533
666
|
@variationTabLoading: true;
|
@@ -557,6 +690,7 @@
|
|
557
690
|
@variationToastAttached: true;
|
558
691
|
@variationToastCompact: true;
|
559
692
|
@variationToastCentered: true;
|
693
|
+
@variationToastColors: @variationAllColors;
|
560
694
|
|
561
695
|
/* Transition */
|
562
696
|
@variationTransitionDisabled: true;
|
@@ -581,3 +715,6 @@
|
|
581
715
|
/* Emojis */
|
582
716
|
@variationEmojiColons: true;
|
583
717
|
@variationEmojiNoColons: true;
|
718
|
+
@variationEmojiDisabled: true;
|
719
|
+
@variationEmojiLoading: true;
|
720
|
+
@variationEmojiLink: true;
|