fomantic-ui 2.9.1-beta.8 → 2.9.1
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/.eslint/eqeqeq-rule.js +18 -0
- package/.eslint/index.js +29 -0
- package/.eslint/no-extra-parens-rule.js +17 -0
- package/.eslint/package.json +11 -0
- package/.eslintrc.js +123 -0
- package/.github/auto_assign.yml +0 -1
- package/.github/workflows/ci.yml +37 -4
- package/.github/workflows/nightly.yml +1 -1
- package/.github/workflows/release.yml +1 -1
- package/.prettierrc.js +12 -0
- package/.stylelintrc.js +48 -0
- package/CHANGELOG.md +112 -0
- package/README.md +1 -1
- package/dist/components/accordion.css +35 -53
- package/dist/components/accordion.js +568 -595
- package/dist/components/accordion.min.css +2 -2
- package/dist/components/accordion.min.js +3 -3
- package/dist/components/ad.css +34 -45
- package/dist/components/ad.min.css +2 -2
- package/dist/components/api.js +1157 -1179
- package/dist/components/api.min.js +3 -3
- package/dist/components/breadcrumb.css +5 -5
- package/dist/components/breadcrumb.min.css +2 -2
- package/dist/components/button.css +709 -1111
- package/dist/components/button.min.css +2 -2
- package/dist/components/calendar.css +24 -27
- package/dist/components/calendar.js +1934 -1809
- package/dist/components/calendar.min.css +2 -2
- package/dist/components/calendar.min.js +3 -3
- package/dist/components/card.css +219 -365
- package/dist/components/card.min.css +2 -2
- package/dist/components/checkbox.css +120 -191
- package/dist/components/checkbox.js +842 -841
- package/dist/components/checkbox.min.css +2 -2
- package/dist/components/checkbox.min.js +3 -3
- package/dist/components/comment.css +41 -59
- package/dist/components/comment.min.css +2 -2
- package/dist/components/container.css +7 -6
- package/dist/components/container.min.css +2 -2
- package/dist/components/dimmer.css +53 -172
- package/dist/components/dimmer.js +706 -737
- package/dist/components/dimmer.min.css +2 -2
- package/dist/components/dimmer.min.js +3 -3
- package/dist/components/divider.css +43 -61
- package/dist/components/divider.min.css +2 -2
- package/dist/components/dropdown.css +252 -386
- package/dist/components/dropdown.js +4195 -4236
- package/dist/components/dropdown.min.css +2 -2
- package/dist/components/dropdown.min.js +3 -3
- package/dist/components/embed.css +18 -29
- package/dist/components/embed.js +645 -675
- package/dist/components/embed.min.css +2 -2
- package/dist/components/embed.min.js +3 -3
- package/dist/components/emoji.css +3556 -3556
- package/dist/components/emoji.min.css +1 -1
- package/dist/components/feed.css +35 -57
- package/dist/components/feed.min.css +2 -2
- package/dist/components/flag.css +270 -268
- package/dist/components/flag.min.css +2 -2
- package/dist/components/flyout.css +95 -141
- package/dist/components/flyout.js +1514 -1465
- package/dist/components/flyout.min.css +2 -2
- package/dist/components/flyout.min.js +3 -3
- package/dist/components/form.css +244 -339
- package/dist/components/form.js +2022 -2004
- package/dist/components/form.min.css +2 -2
- package/dist/components/form.min.js +3 -3
- package/dist/components/grid.css +183 -329
- package/dist/components/grid.min.css +2 -2
- package/dist/components/header.css +118 -142
- package/dist/components/header.min.css +2 -2
- package/dist/components/icon.css +662 -745
- package/dist/components/icon.min.css +2 -2
- package/dist/components/image.css +39 -63
- package/dist/components/image.min.css +2 -2
- package/dist/components/input.css +356 -274
- package/dist/components/input.min.css +2 -2
- package/dist/components/item.css +84 -131
- package/dist/components/item.min.css +2 -2
- package/dist/components/label.css +359 -410
- package/dist/components/label.min.css +2 -2
- package/dist/components/list.css +49 -70
- package/dist/components/list.min.css +2 -2
- package/dist/components/loader.css +67 -155
- package/dist/components/loader.min.css +2 -2
- package/dist/components/menu.css +270 -431
- package/dist/components/menu.min.css +1 -1
- package/dist/components/message.css +125 -197
- package/dist/components/message.min.css +2 -2
- package/dist/components/modal.css +120 -154
- package/dist/components/modal.js +1544 -1486
- package/dist/components/modal.min.css +2 -2
- package/dist/components/modal.min.js +3 -3
- package/dist/components/nag.css +53 -63
- package/dist/components/nag.js +520 -526
- package/dist/components/nag.min.css +2 -2
- package/dist/components/nag.min.js +3 -3
- package/dist/components/placeholder.css +22 -42
- package/dist/components/placeholder.min.css +2 -2
- package/dist/components/popup.css +424 -202
- package/dist/components/popup.js +1456 -1456
- package/dist/components/popup.min.css +2 -2
- package/dist/components/popup.min.js +3 -3
- package/dist/components/progress.css +106 -211
- package/dist/components/progress.js +969 -997
- package/dist/components/progress.min.css +2 -2
- package/dist/components/progress.min.js +3 -3
- package/dist/components/rail.css +15 -20
- package/dist/components/rail.min.css +1 -1
- package/dist/components/rating.css +80 -121
- package/dist/components/rating.js +507 -523
- package/dist/components/rating.min.css +2 -2
- package/dist/components/rating.min.js +3 -3
- package/dist/components/reset.css +8 -13
- package/dist/components/reset.min.css +2 -2
- package/dist/components/reveal.css +44 -83
- package/dist/components/reveal.min.css +2 -2
- package/dist/components/search.css +69 -98
- package/dist/components/search.js +1520 -1534
- package/dist/components/search.min.css +2 -2
- package/dist/components/search.min.js +3 -3
- package/dist/components/segment.css +148 -224
- package/dist/components/segment.min.css +2 -2
- package/dist/components/shape.css +14 -30
- package/dist/components/shape.js +783 -810
- package/dist/components/shape.min.css +2 -2
- package/dist/components/shape.min.js +3 -3
- package/dist/components/sidebar.css +103 -206
- package/dist/components/sidebar.js +1061 -1099
- package/dist/components/sidebar.min.css +2 -2
- package/dist/components/sidebar.min.js +3 -3
- package/dist/components/site.css +28 -41
- package/dist/components/site.js +436 -476
- package/dist/components/site.min.css +2 -2
- package/dist/components/site.min.js +3 -3
- package/dist/components/slider.css +93 -121
- package/dist/components/slider.js +1310 -1311
- package/dist/components/slider.min.css +1 -1
- package/dist/components/slider.min.js +3 -3
- package/dist/components/state.js +638 -657
- package/dist/components/state.min.js +3 -3
- package/dist/components/statistic.css +75 -116
- package/dist/components/statistic.min.css +2 -2
- package/dist/components/step.css +77 -150
- package/dist/components/step.min.css +2 -2
- package/dist/components/sticky.css +1 -5
- package/dist/components/sticky.js +847 -901
- package/dist/components/sticky.min.css +2 -2
- package/dist/components/sticky.min.js +3 -3
- package/dist/components/tab.css +10 -14
- package/dist/components/tab.js +902 -966
- package/dist/components/tab.min.css +2 -2
- package/dist/components/tab.min.js +3 -3
- package/dist/components/table.css +547 -774
- package/dist/components/table.min.css +2 -2
- package/dist/components/text.css +32 -32
- package/dist/components/text.min.css +1 -1
- package/dist/components/toast.css +69 -147
- package/dist/components/toast.js +910 -884
- package/dist/components/toast.min.css +2 -2
- package/dist/components/toast.min.js +3 -3
- package/dist/components/transition.css +299 -1356
- package/dist/components/transition.js +1048 -1077
- package/dist/components/transition.min.css +2 -2
- package/dist/components/transition.min.js +3 -3
- package/dist/components/visibility.js +1213 -1245
- package/dist/components/visibility.min.js +3 -3
- package/dist/semantic.css +9344 -12298
- package/dist/semantic.js +29181 -29423
- package/dist/semantic.min.css +3 -3
- package/dist/semantic.min.js +3 -3
- package/dist/themes/basic/assets/fonts/icons.woff2 +0 -0
- package/dist/themes/github/assets/fonts/octicons.woff2 +0 -0
- package/examples/.eslintrc.js +6 -0
- package/examples/assets/library/jquery.min.js +2 -4
- package/examples/assets/show-examples.js +13 -13
- package/examples/attached.html +1 -1
- package/examples/bootstrap.html +1 -1
- package/examples/components/button.html +1 -1
- package/examples/components/card.html +6 -6
- 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 +2 -2
- package/examples/components/table.html +1 -1
- package/examples/fixed.html +3 -3
- package/examples/grid.html +5 -5
- package/examples/homepage.html +1 -1
- package/examples/login.html +2 -2
- package/examples/responsive.html +2 -2
- package/examples/sticky.html +4 -4
- package/examples/theming.html +1 -1
- package/gulpfile.js +13 -11
- package/package.json +17 -8
- package/scripts/nightly-version.js +83 -75
- package/src/_site/collections/menu.overrides +1 -1
- package/src/_site/elements/flag.variables +2 -2
- package/src/_site/globals/site.variables +1 -1
- package/src/_site/modules/embed.variables +3 -0
- package/src/definitions/behaviors/api.js +1158 -1180
- package/src/definitions/behaviors/form.js +2021 -2003
- package/src/definitions/behaviors/state.js +644 -663
- package/src/definitions/behaviors/visibility.js +1212 -1244
- package/src/definitions/collections/breadcrumb.less +43 -47
- package/src/definitions/collections/form.less +866 -884
- package/src/definitions/collections/grid.less +1681 -1699
- package/src/definitions/collections/menu.less +1522 -1544
- package/src/definitions/collections/message.less +294 -298
- package/src/definitions/collections/table.less +1657 -1661
- package/src/definitions/elements/button.less +1716 -1750
- package/src/definitions/elements/container.less +211 -211
- package/src/definitions/elements/divider.less +198 -211
- package/src/definitions/elements/emoji.less +41 -48
- package/src/definitions/elements/flag.less +46 -48
- package/src/definitions/elements/header.less +351 -359
- package/src/definitions/elements/icon.less +541 -484
- package/src/definitions/elements/image.less +216 -227
- package/src/definitions/elements/input.less +692 -699
- package/src/definitions/elements/label.less +784 -806
- package/src/definitions/elements/list.less +810 -814
- package/src/definitions/elements/loader.less +273 -268
- package/src/definitions/elements/placeholder.less +173 -170
- package/src/definitions/elements/rail.less +93 -93
- package/src/definitions/elements/reveal.less +192 -198
- package/src/definitions/elements/segment.less +742 -749
- package/src/definitions/elements/step.less +423 -437
- package/src/definitions/elements/text.less +34 -36
- package/src/definitions/globals/reset.less +11 -8
- package/src/definitions/globals/site.js +435 -475
- package/src/definitions/globals/site.less +108 -110
- package/src/definitions/modules/accordion.js +567 -594
- package/src/definitions/modules/accordion.less +244 -248
- package/src/definitions/modules/calendar.js +1933 -1808
- package/src/definitions/modules/calendar.less +100 -97
- package/src/definitions/modules/checkbox.js +841 -840
- package/src/definitions/modules/checkbox.less +531 -552
- package/src/definitions/modules/dimmer.js +705 -736
- package/src/definitions/modules/dimmer.less +294 -305
- package/src/definitions/modules/dropdown.js +4194 -4235
- package/src/definitions/modules/dropdown.less +1568 -1598
- package/src/definitions/modules/embed.js +644 -674
- package/src/definitions/modules/embed.less +82 -84
- package/src/definitions/modules/flyout.js +1513 -1464
- package/src/definitions/modules/flyout.less +453 -455
- package/src/definitions/modules/modal.js +1543 -1485
- package/src/definitions/modules/modal.less +459 -467
- package/src/definitions/modules/nag.js +519 -525
- package/src/definitions/modules/nag.less +136 -149
- package/src/definitions/modules/popup.js +1455 -1455
- package/src/definitions/modules/popup.less +738 -693
- package/src/definitions/modules/progress.js +968 -996
- package/src/definitions/modules/progress.less +523 -499
- package/src/definitions/modules/rating.js +506 -522
- package/src/definitions/modules/rating.less +98 -103
- package/src/definitions/modules/search.js +1519 -1533
- package/src/definitions/modules/search.less +374 -394
- package/src/definitions/modules/shape.js +782 -809
- package/src/definitions/modules/shape.less +70 -79
- package/src/definitions/modules/sidebar.js +1060 -1098
- package/src/definitions/modules/sidebar.less +463 -476
- package/src/definitions/modules/slider.js +1309 -1310
- package/src/definitions/modules/slider.less +309 -310
- package/src/definitions/modules/sticky.js +863 -917
- package/src/definitions/modules/sticky.less +17 -25
- package/src/definitions/modules/tab.js +901 -965
- package/src/definitions/modules/tab.less +48 -54
- package/src/definitions/modules/toast.js +909 -883
- package/src/definitions/modules/toast.less +589 -589
- package/src/definitions/modules/transition.js +1047 -1076
- package/src/definitions/modules/transition.less +58 -59
- package/src/definitions/views/ad.less +207 -208
- package/src/definitions/views/card.less +955 -973
- package/src/definitions/views/comment.less +192 -200
- package/src/definitions/views/feed.less +222 -226
- package/src/definitions/views/item.less +437 -448
- package/src/definitions/views/statistic.less +273 -279
- package/src/semantic.less +8 -6
- package/src/theme.config.example +53 -53
- package/src/theme.less +44 -35
- package/src/themes/amazon/elements/button.overrides +23 -24
- package/src/themes/amazon/elements/button.variables +18 -23
- package/src/themes/amazon/globals/site.variables +16 -17
- package/src/themes/basic/assets/fonts/icons.woff2 +0 -0
- package/src/themes/basic/collections/table.overrides +0 -1
- package/src/themes/basic/collections/table.variables +3 -3
- package/src/themes/basic/elements/button.overrides +0 -1
- package/src/themes/basic/elements/button.variables +9 -9
- package/src/themes/basic/elements/icon.overrides +9 -169
- package/src/themes/basic/elements/icon.variables +161 -18
- package/src/themes/basic/elements/step.overrides +2 -2
- package/src/themes/basic/elements/step.variables +2 -2
- package/src/themes/basic/globals/reset.overrides +1 -1
- package/src/themes/basic/globals/reset.variables +1 -1
- package/src/themes/basic/modules/progress.variables +2 -2
- package/src/themes/basic/views/card.overrides +0 -1
- package/src/themes/basic/views/card.variables +6 -6
- package/src/themes/bookish/elements/header.overrides +4 -4
- package/src/themes/bookish/elements/header.variables +5 -5
- package/src/themes/bootstrap3/elements/button.overrides +3 -0
- package/src/themes/bootstrap3/elements/button.variables +20 -25
- package/src/themes/chubby/collections/form.overrides +9 -9
- package/src/themes/chubby/collections/form.variables +3 -3
- package/src/themes/chubby/collections/menu.overrides +3 -0
- package/src/themes/chubby/collections/menu.variables +3 -3
- package/src/themes/chubby/elements/button.overrides +8 -10
- package/src/themes/chubby/elements/button.variables +10 -10
- package/src/themes/chubby/elements/header.overrides +1 -1
- package/src/themes/chubby/elements/header.variables +4 -4
- package/src/themes/chubby/modules/accordion.overrides +2 -2
- package/src/themes/chubby/modules/accordion.variables +4 -4
- package/src/themes/chubby/views/comment.overrides +5 -5
- package/src/themes/chubby/views/comment.variables +11 -11
- package/src/themes/classic/collections/table.variables +3 -3
- package/src/themes/classic/elements/button.variables +36 -43
- package/src/themes/classic/elements/header.variables +4 -4
- package/src/themes/classic/modules/progress.variables +3 -3
- package/src/themes/classic/views/card.overrides +25 -27
- package/src/themes/classic/views/card.variables +7 -7
- package/src/themes/colored/modules/checkbox.overrides +3 -0
- package/src/themes/colored/modules/checkbox.variables +1 -3
- package/src/themes/default/collections/breadcrumb.variables +4 -4
- package/src/themes/default/collections/form.variables +15 -16
- package/src/themes/default/collections/grid.overrides +0 -1
- package/src/themes/default/collections/grid.variables +15 -16
- package/src/themes/default/collections/menu.variables +31 -45
- package/src/themes/default/collections/message.variables +84 -123
- package/src/themes/default/collections/table.overrides +3 -0
- package/src/themes/default/collections/table.variables +30 -34
- package/src/themes/default/elements/button.variables +44 -53
- package/src/themes/default/elements/container.variables +8 -16
- package/src/themes/default/elements/divider.overrides +8 -9
- package/src/themes/default/elements/divider.variables +5 -6
- package/src/themes/default/elements/emoji.overrides +0 -1
- package/src/themes/default/elements/emoji.variables +3556 -3556
- package/src/themes/default/elements/flag.variables +1595 -1595
- package/src/themes/default/elements/header.overrides +0 -1
- package/src/themes/default/elements/header.variables +21 -21
- package/src/themes/default/elements/icon.variables +2016 -2012
- package/src/themes/default/elements/image.variables +6 -7
- package/src/themes/default/elements/input.variables +11 -12
- package/src/themes/default/elements/label.variables +25 -26
- package/src/themes/default/elements/list.variables +17 -21
- package/src/themes/default/elements/loader.variables +16 -17
- package/src/themes/default/elements/placeholder.variables +12 -9
- package/src/themes/default/elements/rail.variables +4 -5
- package/src/themes/default/elements/reveal.variables +1 -1
- package/src/themes/default/elements/segment.variables +24 -36
- package/src/themes/default/elements/step.overrides +4 -4
- package/src/themes/default/elements/step.variables +19 -22
- package/src/themes/default/elements/text.variables +2 -3
- package/src/themes/default/globals/colors.less +588 -588
- package/src/themes/default/globals/reset.overrides +63 -59
- package/src/themes/default/globals/reset.variables +1 -1
- package/src/themes/default/globals/site.variables +1074 -1123
- package/src/themes/default/globals/variation.variables +6 -4
- package/src/themes/default/modules/accordion.overrides +11 -11
- package/src/themes/default/modules/accordion.variables +15 -20
- package/src/themes/default/modules/calendar.variables +2 -0
- package/src/themes/default/modules/chatroom.variables +1 -1
- package/src/themes/default/modules/checkbox.overrides +9 -13
- package/src/themes/default/modules/checkbox.variables +24 -33
- package/src/themes/default/modules/dimmer.variables +14 -17
- package/src/themes/default/modules/dropdown.overrides +17 -17
- package/src/themes/default/modules/dropdown.variables +29 -31
- package/src/themes/default/modules/embed.variables +9 -13
- package/src/themes/default/modules/flyout.variables +10 -8
- package/src/themes/default/modules/modal.variables +64 -67
- package/src/themes/default/modules/nag.variables +11 -14
- package/src/themes/default/modules/popup.variables +14 -13
- package/src/themes/default/modules/progress.variables +17 -19
- package/src/themes/default/modules/rating.variables +10 -12
- package/src/themes/default/modules/search.variables +12 -17
- package/src/themes/default/modules/shape.variables +7 -8
- package/src/themes/default/modules/sidebar.variables +4 -4
- package/src/themes/default/modules/slider.variables +55 -54
- package/src/themes/default/modules/sticky.variables +1 -1
- package/src/themes/default/modules/toast.variables +8 -8
- package/src/themes/default/modules/transition.overrides +936 -915
- package/src/themes/default/modules/transition.variables +1 -1
- package/src/themes/default/views/ad.variables +1 -1
- package/src/themes/default/views/card.variables +33 -45
- package/src/themes/default/views/comment.variables +7 -9
- package/src/themes/default/views/feed.variables +10 -10
- package/src/themes/default/views/item.variables +20 -23
- package/src/themes/default/views/statistic.variables +8 -8
- package/src/themes/duo/elements/loader.variables +1 -1
- package/src/themes/famfamfam/elements/flag.overrides +263 -268
- package/src/themes/famfamfam/elements/flag.variables +4 -4
- package/src/themes/fixed-width/collections/grid.variables +4 -4
- package/src/themes/fixed-width/modules/modal.variables +11 -13
- package/src/themes/flat/collections/form.overrides +9 -9
- package/src/themes/flat/collections/form.variables +16 -17
- package/src/themes/flat/globals/site.variables +69 -74
- package/src/themes/github/assets/fonts/octicons.woff2 +0 -0
- package/src/themes/github/collections/breadcrumb.variables +0 -1
- package/src/themes/github/collections/form.overrides +7 -8
- package/src/themes/github/collections/form.variables +16 -18
- package/src/themes/github/collections/grid.variables +1 -2
- package/src/themes/github/collections/menu.overrides +2 -2
- package/src/themes/github/collections/menu.variables +24 -26
- package/src/themes/github/collections/message.overrides +3 -3
- package/src/themes/github/collections/message.variables +12 -14
- package/src/themes/github/collections/table.variables +2 -2
- package/src/themes/github/elements/button.overrides +0 -1
- package/src/themes/github/elements/button.variables +26 -30
- package/src/themes/github/elements/header.variables +2 -2
- package/src/themes/github/elements/icon.overrides +3 -208
- package/src/themes/github/elements/icon.variables +234 -19
- package/src/themes/github/elements/image.variables +1 -1
- package/src/themes/github/elements/input.overrides +16 -16
- package/src/themes/github/elements/input.variables +4 -5
- package/src/themes/github/elements/label.overrides +3 -3
- package/src/themes/github/elements/label.variables +0 -1
- package/src/themes/github/elements/segment.variables +9 -10
- package/src/themes/github/elements/step.overrides +13 -13
- package/src/themes/github/elements/step.variables +6 -6
- package/src/themes/github/globals/site.variables +16 -16
- package/src/themes/github/modules/dropdown.overrides +18 -19
- package/src/themes/github/modules/dropdown.variables +8 -10
- package/src/themes/github/modules/popup.variables +0 -2
- package/src/themes/gmail/collections/message.overrides +3 -0
- package/src/themes/gmail/collections/message.variables +4 -4
- package/src/themes/instagram/views/card.overrides +4 -5
- package/src/themes/instagram/views/card.variables +7 -8
- package/src/themes/joypixels/elements/emoji.overrides +0 -2
- package/src/themes/joypixels/elements/emoji.variables +3554 -3554
- package/src/themes/material/collections/menu.overrides +1 -1
- package/src/themes/material/collections/menu.variables +4 -4
- package/src/themes/material/elements/button.overrides +7 -9
- package/src/themes/material/elements/button.variables +44 -46
- package/src/themes/material/elements/header.overrides +3 -3
- package/src/themes/material/elements/header.variables +8 -10
- package/src/themes/material/elements/icon.overrides +3 -934
- package/src/themes/material/elements/icon.variables +958 -18
- package/src/themes/material/globals/site.overrides +3 -0
- package/src/themes/material/globals/site.variables +83 -84
- package/src/themes/material/modules/dropdown.overrides +2 -2
- package/src/themes/material/modules/dropdown.variables +5 -5
- package/src/themes/material/modules/modal.overrides +3 -3
- package/src/themes/material/modules/modal.variables +4 -5
- package/src/themes/pulsar/elements/loader.overrides +23 -61
- package/src/themes/raised/elements/button.variables +8 -9
- package/src/themes/resetcss/globals/reset.overrides +115 -33
- package/src/themes/resetcss/globals/reset.variables +1 -1
- package/src/themes/round/elements/button.overrides +3 -0
- package/src/themes/round/elements/button.variables +33 -38
- package/src/themes/rtl/globals/site.overrides +1 -1
- package/src/themes/rtl/globals/site.variables +5 -6
- package/src/themes/striped/modules/progress.overrides +20 -16
- package/src/themes/systemfont/globals/reset.overrides +1 -1
- package/src/themes/systemfont/globals/site.variables +6 -6
- package/src/themes/timeline/views/feed.overrides +12 -12
- package/src/themes/timeline/views/feed.variables +8 -8
- package/src/themes/twitter/elements/button.overrides +4 -5
- package/src/themes/twitter/elements/button.variables +17 -18
- package/src/themes/twitter/elements/emoji.variables +3556 -3556
- package/tasks/.eslintrc.js +9 -0
- package/tasks/README.md +2 -4
- package/tasks/admin/components/create.js +268 -277
- package/tasks/admin/components/init.js +123 -129
- package/tasks/admin/components/update.js +151 -158
- package/tasks/admin/distributions/create.js +183 -189
- package/tasks/admin/distributions/init.js +125 -131
- package/tasks/admin/distributions/update.js +147 -153
- package/tasks/admin/publish.js +5 -9
- package/tasks/admin/register.js +37 -39
- package/tasks/admin/release.js +8 -12
- package/tasks/build/assets.js +43 -40
- package/tasks/build/css.js +230 -217
- package/tasks/build/javascript.js +120 -114
- package/tasks/build.js +11 -11
- package/tasks/check-install.js +15 -17
- package/tasks/clean.js +6 -6
- package/tasks/collections/README.md +3 -5
- package/tasks/collections/admin.js +34 -36
- package/tasks/collections/build.js +19 -21
- package/tasks/collections/docs.js +11 -13
- package/tasks/collections/install.js +11 -13
- package/tasks/collections/rtl.js +9 -12
- package/tasks/collections/various.js +10 -12
- package/tasks/config/admin/github.js +17 -19
- package/tasks/config/admin/oauth.example.js +4 -4
- package/tasks/config/admin/release.js +98 -98
- package/tasks/config/admin/templates/README.md +8 -8
- package/tasks/config/admin/templates/bower.json +3 -2
- package/tasks/config/admin/templates/component-package.js +9 -10
- package/tasks/config/admin/templates/css-package.js +19 -21
- package/tasks/config/admin/templates/less-package.js +12 -14
- package/tasks/config/admin/templates/package.json +6 -6
- package/tasks/config/defaults.js +116 -116
- package/tasks/config/docs.js +23 -23
- package/tasks/config/npm/gulpfile.js +15 -14
- package/tasks/config/project/config.js +124 -136
- package/tasks/config/project/install.js +722 -719
- package/tasks/config/project/release.js +34 -41
- package/tasks/config/tasks.js +168 -167
- package/tasks/config/user.js +28 -32
- package/tasks/docs/build.js +100 -96
- package/tasks/docs/metadata.js +91 -98
- package/tasks/docs/serve.js +84 -82
- package/tasks/install.js +373 -382
- package/tasks/rtl/build.js +4 -3
- package/tasks/rtl/watch.js +4 -3
- package/tasks/version.js +4 -6
- package/tasks/watch.js +29 -31
- package/test/.eslintrc.js +23 -0
- package/test/meteor/assets.js +11 -14
- package/test/meteor/fonts.js +12 -13
- package/test/modules/accordion.spec.js +6 -8
- package/test/modules/checkbox.spec.js +5 -7
- package/test/modules/dropdown.spec.js +5 -7
- package/test/modules/modal.spec.js +6 -8
- package/test/modules/module.spec.js +158 -178
- package/test/modules/popup.spec.js +5 -7
- package/test/modules/search.spec.js +5 -7
- package/test/modules/shape.spec.js +5 -7
- package/test/modules/sidebar.spec.js +5 -7
- package/test/modules/tab.spec.js +6 -8
- package/test/modules/transition.spec.js +5 -7
- package/test/modules/video.spec.js +5 -7
- package/.github/workflows/codeql.yml +0 -68
@@ -2,11 +2,11 @@
|
|
2
2
|
Flag
|
3
3
|
*******************************/
|
4
4
|
|
5
|
-
@imagePath
|
5
|
+
@imagePath: "../../themes/famfamfam/assets/images";
|
6
6
|
|
7
|
-
|
7
|
+
/* -------------------
|
8
8
|
Element
|
9
|
-
|
9
|
+
-------------------- */
|
10
10
|
|
11
11
|
@spritePath: "@{imagePath}/flags.png";
|
12
12
|
@width: 16px;
|
@@ -17,4 +17,4 @@
|
|
17
17
|
@flags: {
|
18
18
|
};
|
19
19
|
@size-map: {
|
20
|
-
};
|
20
|
+
};
|
@@ -1,11 +1,11 @@
|
|
1
1
|
/* Fixed Page Grid */
|
2
2
|
|
3
3
|
@mobileWidth: auto;
|
4
|
-
@mobileMargin:
|
5
|
-
@mobileGutter:
|
4
|
+
@mobileMargin: 0;
|
5
|
+
@mobileGutter: 0;
|
6
6
|
|
7
7
|
@tabletWidth: auto;
|
8
|
-
@tabletMargin:
|
8
|
+
@tabletMargin: 0;
|
9
9
|
@tabletGutter: 8%;
|
10
10
|
|
11
11
|
@computerWidth: 960px;
|
@@ -20,4 +20,4 @@
|
|
20
20
|
@widescreenMargin: auto;
|
21
21
|
@widescreenMonitorGutter: 0;
|
22
22
|
|
23
|
-
@tableWidth:
|
23
|
+
@tableWidth: "";
|
@@ -1,17 +1,15 @@
|
|
1
|
-
|
2
1
|
/* Responsive Widths */
|
3
2
|
@modalComputerWidth: 700px;
|
4
3
|
@modalLargeMonitorWidth: 800px;
|
5
4
|
@modalWidescreenMonitorWidth: 850px;
|
6
5
|
|
7
|
-
@modalComputerMargin:
|
8
|
-
@modalLargeMonitorMargin:
|
9
|
-
@modalWidescreenMonitorMargin:
|
10
|
-
|
6
|
+
@modalComputerMargin: 0 0 0 -(@modalComputerWidth / 2);
|
7
|
+
@modalLargeMonitorMargin: 0 0 0 -(@modalLargeMonitorWidth / 2);
|
8
|
+
@modalWidescreenMonitorMargin: 0 0 0 -(@modalWidescreenMonitorWidth / 2);
|
11
9
|
|
12
|
-
|
10
|
+
/* -------------------
|
13
11
|
Variations
|
14
|
-
|
12
|
+
-------------------- */
|
15
13
|
|
16
14
|
/* Sizes */
|
17
15
|
@modalSmallRatio: 0.6;
|
@@ -23,15 +21,15 @@
|
|
23
21
|
@modalSmallLargeMonitorWidth: (@modalLargeMonitorWidth * @modalSmallRatio);
|
24
22
|
@modalSmallWidescreenMonitorWidth: (@modalWidescreenMonitorWidth * @modalSmallRatio);
|
25
23
|
|
26
|
-
@modalSmallComputerMargin:
|
27
|
-
@modalSmallLargeMonitorMargin:
|
28
|
-
@modalSmallWidescreenMonitorMargin:
|
24
|
+
@modalSmallComputerMargin: 0 0 0 -(@modalSmallComputerWidth / 2);
|
25
|
+
@modalSmallLargeMonitorMargin: 0 0 0 -(@modalSmallLargeMonitorWidth / 2);
|
26
|
+
@modalSmallWidescreenMonitorMargin: 0 0 0 -(@modalSmallWidescreenMonitorWidth / 2);
|
29
27
|
|
30
28
|
@modalLargeHeaderSize: 1.3em;
|
31
29
|
@modalLargeComputerWidth: (@modalComputerWidth * @modalLargeRatio);
|
32
30
|
@modalLargeLargeMonitorWidth: (@modalLargeMonitorWidth * @modalLargeRatio);
|
33
31
|
@modalLargeWidescreenMonitorWidth: (@modalWidescreenMonitorWidth * @modalLargeRatio);
|
34
32
|
|
35
|
-
@modalLargeComputerMargin:
|
36
|
-
@modalLargeLargeMonitorMargin:
|
37
|
-
@modalLargeWidescreenMonitorMargin:
|
33
|
+
@modalLargeComputerMargin: 0 0 0 -(@modalLargeComputerWidth / 2);
|
34
|
+
@modalLargeLargeMonitorMargin: 0 0 0 -(@modalLargeLargeMonitorWidth / 2);
|
35
|
+
@modalLargeWidescreenMonitorMargin: 0 0 0 -(@modalLargeWidescreenMonitorWidth / 2);
|
@@ -9,20 +9,20 @@
|
|
9
9
|
.ui.form input[type="number"],
|
10
10
|
.ui.form input[type="url"],
|
11
11
|
.ui.form input[type="tel"] {
|
12
|
-
|
12
|
+
border-bottom: 1px solid #ddd;
|
13
13
|
}
|
14
14
|
|
15
15
|
.ui.form .selection.dropdown {
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
16
|
+
border: none;
|
17
|
+
box-shadow: none !important;
|
18
|
+
border-bottom: 1px solid #ddd;
|
19
|
+
border-radius: 0 !important;
|
20
20
|
}
|
21
21
|
.ui.form .selection.dropdown > .menu {
|
22
|
-
|
23
|
-
|
22
|
+
border-top-width: 1px !important;
|
23
|
+
border-radius: @defaultBorderRadius !important;
|
24
24
|
}
|
25
25
|
|
26
26
|
.ui.form .ui.icon.input > .icon {
|
27
|
-
|
28
|
-
}
|
27
|
+
width: 1em;
|
28
|
+
}
|
@@ -2,16 +2,15 @@
|
|
2
2
|
Form
|
3
3
|
*******************************/
|
4
4
|
|
5
|
-
|
5
|
+
/* -------------------
|
6
6
|
Elements
|
7
|
-
|
8
|
-
|
7
|
+
-------------------- */
|
9
8
|
|
10
9
|
/* Text */
|
11
|
-
@paragraphMargin: 1em
|
10
|
+
@paragraphMargin: 1em 0;
|
12
11
|
|
13
12
|
/* Field */
|
14
|
-
@fieldMargin:
|
13
|
+
@fieldMargin: 0 0 1em;
|
15
14
|
|
16
15
|
/* Form Label */
|
17
16
|
@labelFontSize: @relative11px;
|
@@ -23,41 +22,41 @@
|
|
23
22
|
@inputHorizontalPadding: 0.5em;
|
24
23
|
@inputBackground: transparent;
|
25
24
|
@inputBorder: none;
|
26
|
-
@inputBorderRadius:
|
25
|
+
@inputBorderRadius: 0;
|
27
26
|
@inputBoxShadow: none;
|
28
27
|
@invertedInputColor: @invertedTextColor;
|
29
28
|
|
30
29
|
@textAreaPadding: 1em;
|
31
30
|
@textAreaBackground: transparent;
|
32
|
-
@textAreaFocusBackground: #
|
33
|
-
@textAreaBorder: 1px solid #
|
31
|
+
@textAreaFocusBackground: #eee;
|
32
|
+
@textAreaBorder: 1px solid #ddd;
|
34
33
|
|
35
34
|
/* Divider */
|
36
|
-
@dividerMargin: 1em
|
35
|
+
@dividerMargin: 1em 0;
|
37
36
|
|
38
37
|
/* Validation Prompt */
|
39
|
-
@validationMargin:
|
38
|
+
@validationMargin: 0 0 0 1em;
|
40
39
|
@validationArrowOffset: -0.3em;
|
41
40
|
|
42
|
-
|
41
|
+
/* -------------------
|
43
42
|
States
|
44
|
-
|
43
|
+
-------------------- */
|
45
44
|
|
46
45
|
/* Disabled */
|
47
46
|
|
48
47
|
/* Focus */
|
49
|
-
@inputFocusPointerSize:
|
50
|
-
@inputErrorPointerSize:
|
48
|
+
@inputFocusPointerSize: 0;
|
49
|
+
@inputErrorPointerSize: 0;
|
51
50
|
|
52
51
|
/* Dropdown Error */
|
53
|
-
@dropdownErrorHoverBackground: #
|
54
|
-
@dropdownErrorActiveBackground: #
|
52
|
+
@dropdownErrorHoverBackground: #fff2f2;
|
53
|
+
@dropdownErrorActiveBackground: #fdcfcf;
|
55
54
|
|
56
55
|
/* Focused Error */
|
57
56
|
@inputErrorFocusBackground: @negativeBackgroundColor;
|
58
57
|
@inputErrorFocusColor: @negativeColorHover;
|
59
58
|
@inputErrorFocusBorder: @negativeBorderColor;
|
60
|
-
@inputErrorFocusBoxShadow: @inputErrorPointerSize
|
59
|
+
@inputErrorFocusBoxShadow: @inputErrorPointerSize 0 0 0 @negativeColorHover inset;
|
61
60
|
|
62
61
|
/* Placeholder */
|
63
62
|
@inputPlaceholderColor: lighten(@inputColor, 55);
|
@@ -2,105 +2,100 @@
|
|
2
2
|
Site Settings
|
3
3
|
*******************************/
|
4
4
|
|
5
|
-
|
5
|
+
/* -------------------
|
6
6
|
Paths
|
7
|
-
|
7
|
+
-------------------- */
|
8
8
|
|
9
|
-
@imagePath
|
10
|
-
@fontPath
|
9
|
+
@imagePath: "../../themes/default/assets/images";
|
10
|
+
@fontPath: "../../themes/default/assets/fonts";
|
11
11
|
|
12
|
-
|
12
|
+
/* -------------------
|
13
13
|
Fonts
|
14
|
-
|
14
|
+
-------------------- */
|
15
15
|
|
16
|
-
@headerFont
|
17
|
-
@pageFont
|
16
|
+
@headerFont: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
|
17
|
+
@pageFont: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
|
18
18
|
|
19
|
-
|
19
|
+
/* -------------------
|
20
20
|
Site Colors
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
@blue
|
25
|
-
@green
|
26
|
-
@orange
|
27
|
-
@pink
|
28
|
-
@purple
|
29
|
-
@red
|
30
|
-
@teal
|
31
|
-
@yellow
|
32
|
-
|
33
|
-
@black
|
34
|
-
@grey
|
35
|
-
@white
|
36
|
-
|
37
|
-
|
38
|
-
@lightBlue
|
39
|
-
@lightGreen
|
40
|
-
@lightOrange
|
41
|
-
@lightPink
|
42
|
-
@lightPurple
|
43
|
-
@lightRed
|
44
|
-
@lightTeal
|
45
|
-
@lightYellow
|
46
|
-
|
47
|
-
@primaryColor
|
48
|
-
@secondaryColor
|
49
|
-
|
50
|
-
|
51
|
-
/*-------------------
|
21
|
+
-------------------- */
|
22
|
+
|
23
|
+
/* --- Colors --- */
|
24
|
+
@blue: #0074d9;
|
25
|
+
@green: #2ecc40;
|
26
|
+
@orange: #ff851b;
|
27
|
+
@pink: #d9499a;
|
28
|
+
@purple: #a24096;
|
29
|
+
@red: #ff4136;
|
30
|
+
@teal: #39cccc;
|
31
|
+
@yellow: #ffcb08;
|
32
|
+
|
33
|
+
@black: #191919;
|
34
|
+
@grey: #ccc;
|
35
|
+
@white: #fff;
|
36
|
+
|
37
|
+
/* --- Light Colors --- */
|
38
|
+
@lightBlue: #54c8ff;
|
39
|
+
@lightGreen: #2ecc40;
|
40
|
+
@lightOrange: #ff851b;
|
41
|
+
@lightPink: #ff8edf;
|
42
|
+
@lightPurple: #cdc6ff;
|
43
|
+
@lightRed: #ff695e;
|
44
|
+
@lightTeal: #6dffff;
|
45
|
+
@lightYellow: #ffe21f;
|
46
|
+
|
47
|
+
@primaryColor: @blue;
|
48
|
+
@secondaryColor: @black;
|
49
|
+
|
50
|
+
/* -------------------
|
52
51
|
Page
|
53
|
-
|
52
|
+
-------------------- */
|
54
53
|
|
55
|
-
@bodyBackground
|
56
|
-
@fontSize
|
57
|
-
@textColor
|
54
|
+
@bodyBackground: #fcfcfc;
|
55
|
+
@fontSize: 14px;
|
56
|
+
@textColor: rgba(0, 0, 0, 0.8);
|
58
57
|
|
59
|
-
@headerMargin
|
60
|
-
@paragraphMargin
|
58
|
+
@headerMargin: 1em 0 1rem;
|
59
|
+
@paragraphMargin: 0 0 1em;
|
61
60
|
|
62
|
-
@linkColor
|
63
|
-
@linkUnderline
|
64
|
-
@linkHoverColor
|
65
|
-
@linkHoverUnderline
|
61
|
+
@linkColor: #009fda;
|
62
|
+
@linkUnderline: none;
|
63
|
+
@linkHoverColor: lighten(@linkColor, 5);
|
64
|
+
@linkHoverUnderline: @linkUnderline;
|
66
65
|
|
67
|
-
@highlightBackground
|
68
|
-
@highlightColor
|
66
|
+
@highlightBackground: #ffc;
|
67
|
+
@highlightColor: @textColor;
|
69
68
|
|
70
|
-
|
71
|
-
|
72
|
-
/*-------------------
|
69
|
+
/* -------------------
|
73
70
|
Background Colors
|
74
|
-
|
71
|
+
-------------------- */
|
75
72
|
|
76
|
-
@subtleTransparentBlack
|
77
|
-
@transparentBlack
|
78
|
-
@strongTransparentBlack
|
73
|
+
@subtleTransparentBlack: rgba(0, 0, 0, 0.03);
|
74
|
+
@transparentBlack: rgba(0, 0, 0, 0.05);
|
75
|
+
@strongTransparentBlack: rgba(0, 0, 0, 0.1);
|
79
76
|
|
80
|
-
@subtleTransparentWhite
|
81
|
-
@transparentWhite
|
82
|
-
@strongTransparentWhite
|
77
|
+
@subtleTransparentWhite: rgba(255, 255, 255, 0.01);
|
78
|
+
@transparentWhite: rgba(255, 255, 255, 0.05);
|
79
|
+
@strongTransparentWhite: rgba(255, 255, 255, 0.01);
|
83
80
|
|
84
81
|
/* Used for differentiating neutrals */
|
85
82
|
@subtleGradient: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
|
86
83
|
|
87
84
|
/* Used for differentiating layers */
|
88
|
-
@subtleShadow:
|
85
|
+
@subtleShadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
89
86
|
|
90
|
-
|
91
|
-
/*-------------------
|
87
|
+
/* -------------------
|
92
88
|
Grid
|
93
|
-
|
89
|
+
-------------------- */
|
94
90
|
|
95
91
|
@columnCount: 16;
|
96
92
|
|
97
|
-
|
93
|
+
/* -------------------
|
98
94
|
Breakpoints
|
99
|
-
|
100
|
-
|
101
|
-
@mobileBreakpoint : 320px;
|
102
|
-
@tabletBreakpoint : 768px;
|
103
|
-
@computerBreakpoint : 992px;
|
104
|
-
@largeMonitorBreakpoint : 1400px;
|
105
|
-
@widescreenMonitorBreakpoint : 1900px;
|
95
|
+
-------------------- */
|
106
96
|
|
97
|
+
@mobileBreakpoint: 320px;
|
98
|
+
@tabletBreakpoint: 768px;
|
99
|
+
@computerBreakpoint: 992px;
|
100
|
+
@largeMonitorBreakpoint: 1400px;
|
101
|
+
@widescreenMonitorBreakpoint: 1900px;
|
Binary file
|
@@ -3,14 +3,13 @@
|
|
3
3
|
*******************************/
|
4
4
|
|
5
5
|
.ui.selection.dropdown {
|
6
|
-
|
7
|
-
|
8
|
-
|
6
|
+
background-color: #fafafa;
|
7
|
+
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075) inset;
|
8
|
+
border-color: #ccc;
|
9
9
|
}
|
10
10
|
|
11
11
|
.ui.selection.dropdown:focus {
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
}
|
12
|
+
box-shadow:
|
13
|
+
0 1px 2px rgba(0, 0, 0, 0.075) inset,
|
14
|
+
0 0 5px rgba(81, 167, 232, 0.5);
|
15
|
+
}
|
@@ -2,39 +2,37 @@
|
|
2
2
|
Form
|
3
3
|
*******************************/
|
4
4
|
|
5
|
-
|
5
|
+
/* -------------------
|
6
6
|
Elements
|
7
|
-
|
7
|
+
-------------------- */
|
8
8
|
|
9
|
-
@inputBackground: #
|
10
|
-
@inputBorder: 1px solid #
|
9
|
+
@inputBackground: #fafafa;
|
10
|
+
@inputBorder: 1px solid #ccc;
|
11
11
|
@inputBoxShadow: 0 1px 2px rgba(0, 0, 0, 0.075) inset;
|
12
12
|
@inputBorderRadius: 3px;
|
13
13
|
|
14
14
|
@labelFontWeight: bold;
|
15
15
|
@labelDistance: 6px;
|
16
16
|
|
17
|
-
|
17
|
+
/* -------------------
|
18
18
|
States
|
19
|
-
|
19
|
+
-------------------- */
|
20
20
|
|
21
|
-
@inputFocusBackground: #
|
21
|
+
@inputFocusBackground: #fff;
|
22
22
|
@inputFocusBoxShadow:
|
23
|
-
|
24
|
-
|
25
|
-
;
|
26
|
-
@inputFocusBorderColor: #51A7E8;
|
23
|
+
0 1px 2px rgba(0, 0, 0, 0.075) inset,
|
24
|
+
0 0 5px rgba(81, 167, 232, 0.5);
|
25
|
+
@inputFocusBorderColor: #51a7e8;
|
27
26
|
@inputFocusBorderRadius: @inputBorderRadius;
|
28
27
|
|
29
|
-
|
28
|
+
/* -------------------
|
30
29
|
Types
|
31
|
-
|
30
|
+
-------------------- */
|
32
31
|
|
33
|
-
|
34
|
-
/*-------------------
|
32
|
+
/* -------------------
|
35
33
|
Variations
|
36
|
-
|
34
|
+
-------------------- */
|
37
35
|
|
38
|
-
|
36
|
+
/* -------------------
|
39
37
|
Groups
|
40
|
-
|
38
|
+
-------------------- */
|
@@ -1,2 +1 @@
|
|
1
|
-
|
2
|
-
@gutterWidth: 1.538rem;
|
1
|
+
@gutterWidth: 1.538rem;
|
@@ -1,14 +1,14 @@
|
|
1
|
-
|
1
|
+
/* -------------------
|
2
2
|
Collection
|
3
|
-
|
3
|
+
-------------------- */
|
4
4
|
|
5
5
|
@itemVerticalPadding: 1em;
|
6
6
|
@itemHorizontalPadding: 1.25em;
|
7
7
|
|
8
|
-
@background: #
|
8
|
+
@background: #fff linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
|
9
9
|
@fontWeight: normal;
|
10
10
|
|
11
|
-
@activeBorderSize:
|
11
|
+
@activeBorderSize: 0;
|
12
12
|
|
13
13
|
@hoverBackground: rgba(0, 0, 0, 0.02);
|
14
14
|
@downBackground: rgba(0, 0, 0, 0.06);
|
@@ -16,46 +16,44 @@
|
|
16
16
|
@activeBackground: rgba(0, 0, 0, 0.04);
|
17
17
|
@activeHoverBackground: rgba(0, 0, 0, 0.04);
|
18
18
|
|
19
|
-
|
20
19
|
@headerBackground: rgba(0, 0, 0, 0.08);
|
21
20
|
|
22
21
|
@subMenuMargin: 0.5em -0.6em 0;
|
23
22
|
@subMenuHorizontalPadding: 0.7em;
|
24
23
|
|
25
|
-
@arrowHoverColor: #
|
26
|
-
@arrowActiveColor: #
|
27
|
-
@arrowVerticalHoverColor: #
|
28
|
-
@arrowVerticalActiveColor: #
|
24
|
+
@arrowHoverColor: #eee;
|
25
|
+
@arrowActiveColor: #eee;
|
26
|
+
@arrowVerticalHoverColor: #f4f4f4;
|
27
|
+
@arrowVerticalActiveColor: #f4f4f4;
|
29
28
|
|
30
|
-
@dividerBackground: #
|
31
|
-
@verticalDividerBackground: #
|
29
|
+
@dividerBackground: #e8e8e8;
|
30
|
+
@verticalDividerBackground: #e8e8e8;
|
32
31
|
|
33
|
-
|
32
|
+
/* -------------------
|
34
33
|
Elements
|
35
|
-
|
34
|
+
-------------------- */
|
36
35
|
|
37
36
|
@buttonOffset: -0.15em;
|
38
37
|
@buttonVerticalPadding: 0.75em;
|
39
38
|
|
40
|
-
|
39
|
+
/* -------------------
|
41
40
|
Types
|
42
|
-
|
41
|
+
-------------------- */
|
43
42
|
|
44
43
|
@paginationMinWidth: 3.5em;
|
45
44
|
|
46
|
-
@tieredActiveItemBackground: #
|
47
|
-
@tieredActiveMenuBackground: #
|
45
|
+
@tieredActiveItemBackground: #f5f5f5;
|
46
|
+
@tieredActiveMenuBackground: #f5f5f5;
|
48
47
|
|
49
|
-
|
48
|
+
/* -------------------
|
50
49
|
Variations
|
51
|
-
|
50
|
+
-------------------- */
|
52
51
|
|
53
|
-
@verticalBackground: #
|
52
|
+
@verticalBackground: #fff;
|
54
53
|
@verticalItemBackground: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
|
55
54
|
|
56
|
-
@invertedBackground: @black linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0
|
57
|
-
@invertedBoxShadow
|
58
|
-
|
59
|
-
|
60
|
-
;
|
61
|
-
@secondaryVerticalPadding: 0.75em;
|
55
|
+
@invertedBackground: @black linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0));
|
56
|
+
@invertedBoxShadow:
|
57
|
+
0 1px 2px 0 rgba(0, 0, 0, 0.15),
|
58
|
+
0 0 0 1px rgba(255, 255, 255, 0.15);
|
59
|
+
@secondaryVerticalPadding: 0.75em;
|
@@ -1,11 +1,11 @@
|
|
1
1
|
.ui.info.message {
|
2
|
-
|
2
|
+
background: linear-gradient(#d8ebf8, #d0e3ef);
|
3
3
|
}
|
4
4
|
.ui.error.message {
|
5
|
-
|
5
|
+
background: linear-gradient(#f8d8d8, #efd0d0);
|
6
6
|
}
|
7
7
|
.ui.warning.message {
|
8
|
-
|
8
|
+
background: linear-gradient(#ffe3c8, #f5dac0);
|
9
9
|
}
|
10
10
|
.ui.success.message {
|
11
11
|
}
|
@@ -1,26 +1,24 @@
|
|
1
|
-
@background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.05)) #
|
1
|
+
@background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.05)) #fefefe;
|
2
2
|
@boxShadow:
|
3
|
-
|
4
|
-
|
5
|
-
;
|
3
|
+
0 0 0 1px rgba(255, 255, 255, 0.3) inset,
|
4
|
+
0 0 0 1px rgba(0, 0, 0, 0.2) inset;
|
6
5
|
@verticalPadding: 15px;
|
7
6
|
@horizontalPadding: 15px;
|
8
7
|
|
9
8
|
@headerFontSize: 1.15em;
|
10
9
|
|
11
|
-
@infoTextColor: #
|
12
|
-
@warningTextColor: #
|
13
|
-
@errorTextColor: #
|
10
|
+
@infoTextColor: #264c72;
|
11
|
+
@warningTextColor: #613a00;
|
12
|
+
@errorTextColor: #911;
|
14
13
|
|
15
14
|
@floatingBoxShadow:
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
;
|
15
|
+
0 0 0 1px rgba(0, 0, 0, 0.1) inset,
|
16
|
+
0 2px 3px 0 rgba(0, 0, 0, 0.1),
|
17
|
+
0 0 0 1px rgba(0, 0, 0, 0.05) inset;
|
20
18
|
|
21
|
-
@infoBorderColor: #
|
22
|
-
@errorBorderColor: #
|
23
|
-
@warningBorderColor: #
|
19
|
+
@infoBorderColor: #97c1da;
|
20
|
+
@errorBorderColor: #da9797;
|
21
|
+
@warningBorderColor: #dca874;
|
24
22
|
|
25
23
|
@small: 12px;
|
26
24
|
@medium: 13px;
|