fomantic-ui 2.9.1-beta.2 → 2.9.1-beta.20
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/.eslintrc.js +110 -0
- package/.github/workflows/ci.yml +14 -4
- package/.stylelintrc.js +46 -0
- package/dist/components/accordion.css +19 -26
- package/dist/components/accordion.js +568 -595
- package/dist/components/accordion.min.css +1 -1
- package/dist/components/accordion.min.js +2 -2
- package/dist/components/ad.css +31 -41
- package/dist/components/ad.min.css +1 -1
- package/dist/components/api.js +1161 -1179
- package/dist/components/api.min.js +2 -2
- package/dist/components/breadcrumb.css +1 -1
- package/dist/components/breadcrumb.min.css +1 -1
- package/dist/components/button.css +71 -106
- package/dist/components/button.min.css +1 -1
- package/dist/components/calendar.css +18 -16
- package/dist/components/calendar.js +1895 -1809
- package/dist/components/calendar.min.css +2 -2
- package/dist/components/calendar.min.js +2 -2
- package/dist/components/card.css +83 -115
- package/dist/components/card.min.css +1 -1
- package/dist/components/checkbox.css +47 -64
- package/dist/components/checkbox.js +842 -841
- package/dist/components/checkbox.min.css +1 -1
- package/dist/components/checkbox.min.js +2 -2
- package/dist/components/comment.css +37 -51
- package/dist/components/comment.min.css +1 -1
- package/dist/components/container.css +6 -5
- package/dist/components/container.min.css +2 -2
- package/dist/components/dimmer.css +31 -41
- package/dist/components/dimmer.js +708 -737
- package/dist/components/dimmer.min.css +1 -1
- package/dist/components/dimmer.min.js +2 -2
- package/dist/components/divider.css +32 -44
- package/dist/components/divider.min.css +1 -1
- package/dist/components/dropdown.css +129 -166
- package/dist/components/dropdown.js +4161 -4234
- package/dist/components/dropdown.min.css +2 -2
- package/dist/components/dropdown.min.js +2 -2
- package/dist/components/embed.css +13 -19
- package/dist/components/embed.js +651 -675
- package/dist/components/embed.min.css +1 -1
- package/dist/components/embed.min.js +2 -2
- package/dist/components/emoji.css +7 -6
- package/dist/components/feed.css +24 -32
- package/dist/components/feed.min.css +1 -1
- package/dist/components/flag.css +5 -3
- package/dist/components/flag.min.css +1 -1
- package/dist/components/flyout.css +44 -58
- package/dist/components/flyout.js +1464 -1465
- package/dist/components/flyout.min.css +2 -2
- package/dist/components/flyout.min.js +2 -2
- package/dist/components/form.css +85 -111
- package/dist/components/form.js +1979 -2004
- package/dist/components/form.min.css +1 -1
- package/dist/components/form.min.js +2 -2
- package/dist/components/grid.css +70 -96
- package/dist/components/grid.min.css +1 -1
- package/dist/components/header.css +47 -65
- package/dist/components/header.min.css +1 -1
- package/dist/components/icon.css +45 -66
- package/dist/components/icon.min.css +2 -2
- package/dist/components/image.css +32 -42
- package/dist/components/image.min.css +1 -1
- package/dist/components/input.css +182 -65
- package/dist/components/input.min.css +2 -2
- package/dist/components/item.css +55 -77
- package/dist/components/item.min.css +1 -1
- package/dist/components/label.css +68 -91
- package/dist/components/label.min.css +2 -2
- package/dist/components/list.css +44 -59
- package/dist/components/list.min.css +1 -1
- package/dist/components/loader.css +16 -22
- package/dist/components/loader.min.css +1 -1
- package/dist/components/menu.css +126 -186
- package/dist/components/message.css +25 -35
- package/dist/components/message.min.css +1 -1
- package/dist/components/modal.css +39 -40
- package/dist/components/modal.js +1491 -1485
- package/dist/components/modal.min.css +2 -2
- package/dist/components/modal.min.js +2 -2
- package/dist/components/nag.css +21 -28
- package/dist/components/nag.js +518 -526
- package/dist/components/nag.min.css +2 -2
- package/dist/components/nag.min.js +2 -2
- package/dist/components/placeholder.css +10 -12
- package/dist/components/placeholder.min.css +1 -1
- package/dist/components/popup.css +352 -59
- package/dist/components/popup.js +1437 -1456
- package/dist/components/popup.min.css +2 -2
- package/dist/components/popup.min.js +2 -2
- package/dist/components/progress.css +29 -39
- package/dist/components/progress.js +969 -997
- package/dist/components/progress.min.css +1 -1
- package/dist/components/progress.min.js +2 -2
- package/dist/components/rail.css +15 -20
- package/dist/components/rail.min.css +1 -1
- package/dist/components/rating.css +9 -13
- package/dist/components/rating.js +505 -523
- package/dist/components/rating.min.css +1 -1
- package/dist/components/rating.min.js +2 -2
- package/dist/components/reset.css +1 -1
- package/dist/components/reset.min.css +1 -1
- package/dist/components/reveal.css +19 -26
- package/dist/components/reveal.min.css +1 -1
- package/dist/components/search.css +43 -58
- package/dist/components/search.js +1498 -1534
- package/dist/components/search.min.css +2 -2
- package/dist/components/search.min.js +2 -2
- package/dist/components/segment.css +64 -83
- package/dist/components/segment.min.css +2 -2
- package/dist/components/shape.css +10 -14
- package/dist/components/shape.js +792 -809
- package/dist/components/shape.min.css +1 -1
- package/dist/components/shape.min.js +2 -2
- package/dist/components/sidebar.css +43 -58
- package/dist/components/sidebar.js +1071 -1098
- package/dist/components/sidebar.min.css +2 -2
- package/dist/components/sidebar.min.js +2 -2
- package/dist/components/site.css +5 -5
- package/dist/components/site.js +462 -476
- package/dist/components/site.min.css +1 -1
- package/dist/components/site.min.js +2 -2
- package/dist/components/slider.css +27 -37
- package/dist/components/slider.js +1287 -1306
- package/dist/components/slider.min.js +2 -2
- package/dist/components/state.js +639 -657
- package/dist/components/state.min.js +2 -2
- package/dist/components/statistic.css +32 -41
- package/dist/components/statistic.min.css +2 -2
- package/dist/components/step.css +26 -35
- package/dist/components/step.min.css +1 -1
- package/dist/components/sticky.css +1 -1
- package/dist/components/sticky.js +857 -902
- package/dist/components/sticky.min.css +1 -1
- package/dist/components/sticky.min.js +2 -2
- package/dist/components/tab.css +6 -8
- package/dist/components/tab.js +922 -963
- package/dist/components/tab.min.css +1 -1
- package/dist/components/tab.min.js +2 -2
- package/dist/components/table.css +93 -119
- 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 +4 -6
- package/dist/components/toast.js +886 -887
- package/dist/components/toast.min.css +1 -1
- package/dist/components/toast.min.js +2 -2
- package/dist/components/transition.css +150 -3
- package/dist/components/transition.js +1041 -1077
- package/dist/components/transition.min.css +2 -2
- package/dist/components/transition.min.js +2 -2
- package/dist/components/visibility.js +1220 -1244
- package/dist/components/visibility.min.js +2 -2
- package/dist/semantic.css +2529 -1778
- package/dist/semantic.js +28928 -29383
- package/dist/semantic.min.css +2 -2
- package/dist/semantic.min.js +2 -2
- 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/examples/assets/show-examples.js +13 -13
- package/gulpfile.js +9 -10
- package/package.json +13 -8
- package/scripts/nightly-version.js +81 -75
- package/src/definitions/behaviors/api.js +1162 -1180
- package/src/definitions/behaviors/form.js +1978 -2003
- package/src/definitions/behaviors/state.js +645 -663
- package/src/definitions/behaviors/visibility.js +1219 -1243
- package/src/definitions/collections/breadcrumb.less +41 -44
- package/src/definitions/collections/form.less +869 -879
- package/src/definitions/collections/grid.less +1690 -1695
- package/src/definitions/collections/menu.less +1493 -1503
- package/src/definitions/collections/message.less +292 -295
- package/src/definitions/collections/table.less +1616 -1620
- package/src/definitions/elements/button.less +1721 -1743
- package/src/definitions/elements/container.less +209 -209
- package/src/definitions/elements/divider.less +205 -206
- package/src/definitions/elements/emoji.less +38 -44
- package/src/definitions/elements/flag.less +44 -46
- package/src/definitions/elements/header.less +337 -345
- package/src/definitions/elements/icon.less +516 -443
- package/src/definitions/elements/image.less +221 -225
- package/src/definitions/elements/input.less +663 -659
- package/src/definitions/elements/label.less +803 -793
- package/src/definitions/elements/list.less +809 -809
- package/src/definitions/elements/loader.less +272 -266
- package/src/definitions/elements/placeholder.less +171 -168
- package/src/definitions/elements/rail.less +91 -91
- package/src/definitions/elements/reveal.less +192 -196
- package/src/definitions/elements/segment.less +743 -746
- package/src/definitions/elements/step.less +425 -433
- package/src/definitions/elements/text.less +32 -34
- package/src/definitions/globals/reset.less +9 -6
- package/src/definitions/globals/site.js +461 -475
- package/src/definitions/globals/site.less +106 -108
- package/src/definitions/modules/accordion.js +567 -594
- package/src/definitions/modules/accordion.less +242 -246
- package/src/definitions/modules/calendar.js +1894 -1808
- package/src/definitions/modules/calendar.less +98 -95
- package/src/definitions/modules/checkbox.js +841 -840
- package/src/definitions/modules/checkbox.less +536 -542
- package/src/definitions/modules/dimmer.js +707 -736
- package/src/definitions/modules/dimmer.less +300 -297
- package/src/definitions/modules/dropdown.js +4160 -4233
- package/src/definitions/modules/dropdown.less +1577 -1589
- package/src/definitions/modules/embed.js +650 -674
- package/src/definitions/modules/embed.less +81 -82
- package/src/definitions/modules/flyout.js +1463 -1464
- package/src/definitions/modules/flyout.less +445 -451
- package/src/definitions/modules/modal.js +1490 -1484
- package/src/definitions/modules/modal.less +459 -459
- package/src/definitions/modules/nag.js +517 -525
- package/src/definitions/modules/nag.less +134 -138
- package/src/definitions/modules/popup.js +1436 -1455
- package/src/definitions/modules/popup.less +742 -687
- package/src/definitions/modules/progress.js +968 -996
- package/src/definitions/modules/progress.less +521 -494
- package/src/definitions/modules/rating.js +504 -522
- package/src/definitions/modules/rating.less +94 -101
- package/src/definitions/modules/search.js +1497 -1533
- package/src/definitions/modules/search.less +375 -382
- package/src/definitions/modules/shape.js +791 -808
- package/src/definitions/modules/shape.less +71 -76
- package/src/definitions/modules/sidebar.js +1070 -1097
- package/src/definitions/modules/sidebar.less +463 -472
- package/src/definitions/modules/slider.js +1286 -1305
- package/src/definitions/modules/slider.less +307 -308
- package/src/definitions/modules/sticky.js +873 -918
- package/src/definitions/modules/sticky.less +21 -23
- package/src/definitions/modules/tab.js +921 -962
- package/src/definitions/modules/tab.less +51 -52
- package/src/definitions/modules/toast.js +885 -886
- package/src/definitions/modules/toast.less +584 -586
- package/src/definitions/modules/transition.js +1040 -1076
- package/src/definitions/modules/transition.less +62 -28
- package/src/definitions/views/ad.less +206 -206
- package/src/definitions/views/card.less +968 -970
- package/src/definitions/views/comment.less +190 -198
- package/src/definitions/views/feed.less +220 -224
- package/src/definitions/views/item.less +436 -446
- package/src/definitions/views/statistic.less +271 -277
- package/src/theme.less +29 -32
- 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/elements/container.variables +0 -7
- package/src/themes/default/elements/icon.variables +18 -0
- package/src/themes/default/elements/segment.variables +0 -7
- package/src/themes/default/globals/colors.less +589 -589
- package/src/themes/default/globals/site.variables +8 -0
- package/src/themes/default/globals/variation.variables +13 -1
- package/src/themes/default/modules/calendar.variables +2 -0
- package/src/themes/default/modules/nag.variables +1 -1
- package/src/themes/default/modules/popup.variables +2 -0
- package/src/themes/default/modules/transition.variables +8 -1
- package/tasks/admin/components/create.js +274 -276
- package/tasks/admin/components/init.js +123 -130
- package/tasks/admin/components/update.js +149 -157
- package/tasks/admin/distributions/create.js +184 -187
- package/tasks/admin/distributions/init.js +123 -130
- package/tasks/admin/distributions/update.js +145 -152
- package/tasks/admin/publish.js +5 -7
- package/tasks/admin/register.js +36 -38
- package/tasks/admin/release.js +8 -10
- package/tasks/build/assets.js +42 -39
- package/tasks/build/css.js +225 -216
- package/tasks/build/javascript.js +118 -113
- package/tasks/build.js +10 -10
- package/tasks/check-install.js +14 -16
- package/tasks/clean.js +5 -5
- package/tasks/collections/admin.js +34 -36
- package/tasks/collections/build.js +18 -20
- package/tasks/collections/docs.js +9 -11
- package/tasks/collections/install.js +9 -11
- package/tasks/collections/rtl.js +9 -11
- package/tasks/collections/various.js +8 -10
- package/tasks/config/admin/github.js +17 -17
- package/tasks/config/admin/oauth.example.js +4 -4
- package/tasks/config/admin/release.js +98 -98
- package/tasks/config/admin/templates/component-package.js +9 -10
- package/tasks/config/admin/templates/css-package.js +18 -20
- package/tasks/config/admin/templates/less-package.js +11 -13
- package/tasks/config/defaults.js +116 -114
- package/tasks/config/docs.js +23 -23
- package/tasks/config/npm/gulpfile.js +8 -9
- package/tasks/config/project/config.js +127 -134
- package/tasks/config/project/install.js +715 -713
- package/tasks/config/project/release.js +32 -38
- package/tasks/config/tasks.js +165 -156
- package/tasks/config/user.js +23 -26
- package/tasks/docs/build.js +97 -95
- package/tasks/docs/metadata.js +90 -96
- package/tasks/docs/serve.js +80 -81
- package/tasks/install.js +370 -378
- package/tasks/rtl/build.js +2 -2
- package/tasks/rtl/watch.js +2 -2
- package/tasks/version.js +4 -4
- package/tasks/watch.js +28 -30
- package/test/meteor/assets.js +10 -13
- 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
@@ -1,9 +1,9 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.9.1-beta.
|
2
|
+
* # Fomantic-UI 2.9.1-beta.20+d4987bf - Nag
|
3
3
|
* https://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
6
6
|
* Released under the MIT license
|
7
7
|
* https://opensource.org/licenses/MIT
|
8
8
|
*
|
9
|
-
*/.ui.nag{display:none;opacity:.95;position:relative;top:0;left:0;z-index:999;min-height:0;width:100%;margin:0;padding:.75em 1em;background:#
|
9
|
+
*/.ui.nag{display:none;opacity:.95;position:relative;top:0;left:0;z-index:999;min-height:0;width:100%;margin:0;padding:.75em 1em;background:#909090;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.2);box-shadow:0 1px 2px 0 rgba(0,0,0,.2);font-size:1rem;text-align:center;color:rgba(0,0,0,.87);border-radius:0 0 .28571429rem .28571429rem;-webkit-transition:.2s background ease;transition:.2s background ease}a.ui.nag{cursor:pointer}.ui.nag>.title{display:inline-block;margin:0 .5em;color:#fff}.ui.nag>.close.icon{cursor:pointer;opacity:.4;position:absolute;top:50%;right:1em;font-size:1em;margin:-.5em 0 0;color:#fff;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.ui.nag:not(.overlay):not(.fixed){border-radius:.28571429rem}.ui.nag:hover{background:#909090;opacity:1}.ui.nag>.close:hover{opacity:1}.ui.overlay.nag,.ui.overlay.nags{position:absolute}.ui.fixed.nag,.ui.fixed.nags{position:fixed}.ui.bottom.nag,.ui.bottom.nags{border-radius:.28571429rem .28571429rem 0 0;top:auto;bottom:0}.ui.inverted.nag,.ui.inverted.nags .nag{background-color:#f3f4f5;color:rgba(0,0,0,.85)}.ui.inverted.nag>.close,.ui.inverted.nags .nag>.close{color:rgba(0,0,0,.6)}.ui.inverted.nag>.title,.ui.inverted.nags .nag>.title{color:rgba(0,0,0,.6)}.ui.mini.nag,.ui.mini.nags .nag{font-size:.78571429rem}.ui.tiny.nag,.ui.tiny.nags .nag{font-size:.85714286rem}.ui.small.nag,.ui.small.nags .nag{font-size:.92857143rem}.ui.large.nag,.ui.large.nags .nag{font-size:1.14285714rem}.ui.big.nag,.ui.big.nags .nag{font-size:1.28571429rem}.ui.huge.nag,.ui.huge.nags .nag{font-size:1.42857143rem;line-height:1}.ui.massive.nag,.ui.massive.nags .nag{font-size:1.71428571rem;line-height:1}.ui.primary.nag{background-color:#2185d0}.ui.inverted.primary.nag{background-color:#54c8ff}.ui.secondary.nag{background-color:#1b1c1d}.ui.inverted.secondary.nag{background-color:#545454}.ui.red.nag{background-color:#db2828}.ui.inverted.red.nag{background-color:#ff695e}.ui.orange.nag{background-color:#f2711c}.ui.inverted.orange.nag{background-color:#ff851b}.ui.yellow.nag{background-color:#fbbd08}.ui.inverted.yellow.nag{background-color:#ffe21f}.ui.olive.nag{background-color:#b5cc18}.ui.inverted.olive.nag{background-color:#d9e778}.ui.green.nag{background-color:#21ba45}.ui.inverted.green.nag{background-color:#2ecc40}.ui.teal.nag{background-color:#00b5ad}.ui.inverted.teal.nag{background-color:#6dffff}.ui.blue.nag{background-color:#2185d0}.ui.inverted.blue.nag{background-color:#54c8ff}.ui.violet.nag{background-color:#6435c9}.ui.inverted.violet.nag{background-color:#a291fb}.ui.purple.nag{background-color:#a333c8}.ui.inverted.purple.nag{background-color:#dc73ff}.ui.pink.nag{background-color:#e03997}.ui.inverted.pink.nag{background-color:#ff8edf}.ui.brown.nag{background-color:#a5673f}.ui.inverted.brown.nag{background-color:#d67c1c}.ui.grey.nag{background-color:#767676}.ui.inverted.grey.nag{background-color:#dcddde}.ui.black.nag{background-color:#1b1c1d;color:rgba(255,255,255,.9)}.ui.inverted.black.nag{background-color:#545454}.ui.inverted.black.nag .title{color:#fff}.ui.nags{top:0;left:0;width:100%}.ui.ui.nags .nag{border-radius:0}.ui.nags:not(.bottom) .nag:last-child{border-radius:0 0 .28571429rem .28571429rem}.ui.bottom.nags .nag:first-child{border-radius:.28571429rem .28571429rem 0 0}.ui.nags:not(.fixed):not(.overlay) .nag:first-child{border-radius:.28571429rem .28571429rem 0 0}.ui.nags:not(.fixed):not(.overlay) .nag:only-child{border-radius:.28571429rem}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*
|
2
|
-
* # Fomantic UI - 2.9.1-beta.
|
2
|
+
* # Fomantic UI - 2.9.1-beta.20+d4987bf
|
3
3
|
* https://github.com/fomantic/Fomantic-UI
|
4
4
|
* https://fomantic-ui.com/
|
5
5
|
*
|
@@ -8,4 +8,4 @@
|
|
8
8
|
* https://opensource.org/licenses/MIT
|
9
9
|
*
|
10
10
|
*/
|
11
|
-
!function(x,w,D
|
11
|
+
!function(x,w,S,D){"use strict";w=void 0!==w&&w.Math==Math?w:globalThis,x.fn.nag=function(d){var p,e=x(this),m=e.selector||"",f=(new Date).getTime(),h=[],b=d,v="string"==typeof b,y=[].slice.call(arguments,1);return e.each(function(){var o,i=x.isPlainObject(d)?x.extend(!0,{},x.fn.nag.settings,d):x.extend({},x.fn.nag.settings),e=i.selector,l=i.error,n=i.namespace,t="."+n,a=n+"-module",r=x(this),s=i.context?[w,S].indexOf(i.context)<0?x(S).find(i.context):x(i.context):x("body"),c=this,g=r.data(a),u={initialize:function(){u.verbose("Initializing element"),"string"!=typeof i.value&&(i.value=JSON.stringify(i.value)),o=u.get.storage(),r.on("click"+t,e.close,u.dismiss).data(a,u),i.detachable&&r.parent()[0]!==s[0]&&r.detach().prependTo(s),0<i.displayTime&&setTimeout(u.hide,i.displayTime),u.show()},destroy:function(){u.verbose("Destroying instance"),r.removeData(a).off(t)},show:function(){if(u.should.show()&&!r.is(":visible")){if(!1===i.onShow.call(c))return u.debug("onShow callback returned false, cancelling nag animation"),!1;u.debug("Showing nag",i.animation.show),"fade"===i.animation.show?r.fadeIn(i.duration,i.easing,i.onVisible):r.slideDown(i.duration,i.easing,i.onVisible)}},hide:function(){if(!1===i.onHide.call(c))return u.debug("onHide callback returned false, cancelling nag animation"),!1;u.debug("Hiding nag",i.animation.hide),"fade"===i.animation.hide?r.fadeOut(i.duration,i.easing,i.onHidden):r.slideUp(i.duration,i.easing,i.onHidden)},dismiss:function(e){!1!==u.hide()&&i.storageMethod&&(u.debug("Dismissing nag",i.storageMethod,i.key,i.value,i.expires),u.storage.set(i.key,i.value)),e.stopImmediatePropagation(),e.preventDefault()},should:{show:function(){return i.persist?(u.debug("Persistent nag is set, can show nag"),!0):u.storage.get(i.key)!=i.value.toString()?(u.debug("Stored value is not set, can show nag",u.storage.get(i.key)),!0):(u.debug("Stored value is set, cannot show nag",u.storage.get(i.key)),!1)}},get:{expirationDate:function(e){if((e="number"==typeof e?new Date(Date.now()+864e5*e):e)instanceof Date&&e.getTime())return e.toUTCString();u.error(l.expiresFormat)},storage:function(){return"localstorage"===i.storageMethod&&w.localStorage!==D?(u.debug("Using local storage"),w.localStorage):"sessionstorage"===i.storageMethod&&w.sessionStorage!==D?(u.debug("Using session storage"),w.sessionStorage):"cookie"in S?(u.debug("Using cookie"),{setItem:function(e,n,t){e=encodeURIComponent(e).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape),n=encodeURIComponent(n).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent);var o,i="";for(o in t)t.hasOwnProperty(o)&&(i+="; "+o,"string"==typeof t[o]&&(i+="="+t[o].split(";")[0]));S.cookie=e+"="+n+i},getItem:function(e){for(var n=S.cookie.split("; "),t=0,o=n.length;t<o;t++){var i=n[t].split("=");if(e===i[0].replace(/(%[\dA-F]{2})+/gi,decodeURIComponent))return i[1]||""}},removeItem:function(e,n){o.setItem(e,"",n)}}):void u.error(l.noStorage)},storageOptions:function(){var e={};return i.expires&&(e.expires=u.get.expirationDate(i.expires)),i.domain&&(e.domain=i.domain),i.path&&(e.path=i.path),i.secure&&(e.secure=i.secure),i.samesite&&(e.samesite=i.samesite),e}},clear:function(){u.storage.remove(i.key)},storage:{set:function(e,n){var t=u.get.storageOptions();o===w.localStorage&&t.expires&&(u.debug("Storing expiration value in localStorage",e,t.expires),o.setItem(e+i.expirationKey,t.expires)),u.debug("Value stored",e,n);try{o.setItem(e,n,t)}catch(e){u.error(l.setItem,e)}},get:function(e){var n,t=o.getItem(e);return o===w.localStorage&&null!==(n=o.getItem(e+i.expirationKey))&&n!==D&&new Date(n)<new Date&&(u.debug("Value in localStorage has expired. Deleting key",e),u.storage.remove(e),t=null),t="undefined"!=t&&"null"!=t&&t!==D&&null!==t?t:D},remove:function(e){var n=u.get.storageOptions();n.expires=u.get.expirationDate(-1),o===w.localStorage&&o.removeItem(e+i.expirationKey),o.removeItem(e,n)}},setting:function(e,n){if(u.debug("Changing setting",e,n),x.isPlainObject(e))x.extend(!0,i,e);else{if(n===D)return i[e];x.isPlainObject(i[e])?x.extend(!0,i[e],n):i[e]=n}},internal:function(e,n){if(x.isPlainObject(e))x.extend(!0,u,e);else{if(n===D)return u[e];u[e]=n}},debug:function(){!i.silent&&i.debug&&(i.performance?u.performance.log(arguments):(u.debug=Function.prototype.bind.call(console.info,console,i.name+":"),u.debug.apply(console,arguments)))},verbose:function(){!i.silent&&i.verbose&&i.debug&&(i.performance?u.performance.log(arguments):(u.verbose=Function.prototype.bind.call(console.info,console,i.name+":"),u.verbose.apply(console,arguments)))},error:function(){i.silent||(u.error=Function.prototype.bind.call(console.error,console,i.name+":"),u.error.apply(console,arguments))},performance:{log:function(e){var n,t;i.performance&&(t=(n=(new Date).getTime())-(f||n),f=n,h.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:c,"Execution Time":t})),clearTimeout(u.performance.timer),u.performance.timer=setTimeout(u.performance.display,500)},display:function(){var e=i.name+":",t=0;f=!1,clearTimeout(u.performance.timer),x.each(h,function(e,n){t+=n["Execution Time"]}),e+=" "+t+"ms",m&&(e+=" '"+m+"'"),(console.group!==D||console.table!==D)&&0<h.length&&(console.groupCollapsed(e),console.table?console.table(h):x.each(h,function(e,n){console.log(n.Name+": "+n["Execution Time"]+"ms")}),console.groupEnd()),h=[]}},invoke:function(o,e,n){var i,a,t,r,s=g;return e=e||y,n=n||c,"string"==typeof o&&s!==D&&(o=o.split(/[\. ]/),i=o.length-1,x.each(o,function(e,n){var t=e!=i?n+o[e+1].charAt(0).toUpperCase()+o[e+1].slice(1):o;if(x.isPlainObject(s[t])&&e!=i)s=s[t];else{if(s[t]!==D)return a=s[t],!1;{if(!x.isPlainObject(s[n])||e==i)return s[n]!==D?a=s[n]:u.error(l.method,o),!1;s=s[n]}}})),"function"==typeof(r=a)&&"number"!=typeof r.nodeType?t=a.apply(n,e):a!==D&&(t=a),Array.isArray(p)?p.push(t):p!==D?p=[p,t]:t!==D&&(p=t),a}};v?(g===D&&u.initialize(),u.invoke(b)):(g!==D&&g.invoke("destroy"),u.initialize())}),p!==D?p:this},x.fn.nag.settings={name:"Nag",silent:!1,debug:!1,verbose:!1,performance:!0,namespace:"Nag",persist:!1,displayTime:0,animation:{show:"slide",hide:"slide"},context:!1,detachable:!1,expires:30,domain:!1,path:"/",secure:!1,samesite:!1,storageMethod:"cookie",key:"nag",value:"dismiss",expirationKey:"ExpirationDate",error:{noStorage:"Unsupported storage method",method:"The method you called is not defined.",setItem:"Unexpected error while setting value",expiresFormat:'"expires" must be a number of days or a Date Object'},className:{bottom:"bottom",fixed:"fixed"},selector:{close:"> .close.icon"},duration:500,easing:"easeOutQuad",onShow:function(){},onVisible:function(){},onHide:function(){},onHidden:function(){}},x.extend(x.easing,{easeOutQuad:function(e){return 1-(1-e)*(1-e)}})}(jQuery,window,document);
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.9.1-beta.
|
2
|
+
* # Fomantic-UI 2.9.1-beta.20+d4987bf - Loader
|
3
3
|
* https://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
@@ -8,10 +8,9 @@
|
|
8
8
|
*
|
9
9
|
*/
|
10
10
|
|
11
|
-
|
11
|
+
/* -------------------
|
12
12
|
Content
|
13
|
-
|
14
|
-
|
13
|
+
-------------------- */
|
15
14
|
.ui.placeholder {
|
16
15
|
position: static;
|
17
16
|
overflow: hidden;
|
@@ -145,7 +144,7 @@
|
|
145
144
|
overflow: hidden;
|
146
145
|
}
|
147
146
|
|
148
|
-
/* Header Line 1 & 2*/
|
147
|
+
/* Header Line 1 & 2 */
|
149
148
|
.ui.placeholder .header .line {
|
150
149
|
margin-bottom: 0.64285714em;
|
151
150
|
}
|
@@ -162,6 +161,7 @@
|
|
162
161
|
.ui.placeholder .header .line:nth-child(2)::after {
|
163
162
|
width: 60%;
|
164
163
|
}
|
164
|
+
|
165
165
|
/* Image Header */
|
166
166
|
.ui.placeholder .image.header .line {
|
167
167
|
margin-left: 3em;
|
@@ -210,10 +210,9 @@
|
|
210
210
|
*******************************/
|
211
211
|
|
212
212
|
|
213
|
-
|
213
|
+
/* -------------------
|
214
214
|
Sizes
|
215
|
-
|
216
|
-
|
215
|
+
-------------------- */
|
217
216
|
.ui.placeholder .full.line.line.line::after {
|
218
217
|
width: 0;
|
219
218
|
}
|
@@ -233,10 +232,9 @@
|
|
233
232
|
width: 80%;
|
234
233
|
}
|
235
234
|
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
235
|
+
/* -------------------
|
236
|
+
Fluid
|
237
|
+
-------------------- */
|
240
238
|
.ui.fluid.placeholder {
|
241
239
|
max-width: none;
|
242
240
|
}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.9.1-beta.
|
2
|
+
* # Fomantic-UI 2.9.1-beta.20+d4987bf - Popup
|
3
3
|
* https://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
@@ -65,10 +65,9 @@
|
|
65
65
|
*******************************/
|
66
66
|
|
67
67
|
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
68
|
+
/* --------------
|
69
|
+
Tooltip
|
70
|
+
--------------- */
|
72
71
|
|
73
72
|
/* Content */
|
74
73
|
[data-tooltip] {
|
@@ -218,10 +217,9 @@
|
|
218
217
|
}
|
219
218
|
}
|
220
219
|
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
220
|
+
/* --------------
|
221
|
+
Inverted
|
222
|
+
--------------- */
|
225
223
|
|
226
224
|
/* Arrow */
|
227
225
|
[data-tooltip][data-inverted]::before {
|
@@ -243,10 +241,9 @@
|
|
243
241
|
box-shadow: none;
|
244
242
|
}
|
245
243
|
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
244
|
+
/* --------------
|
245
|
+
Position
|
246
|
+
--------------- */
|
250
247
|
[data-position~="top"][data-tooltip]::before {
|
251
248
|
background: #FFFFFF;
|
252
249
|
}
|
@@ -443,18 +440,19 @@
|
|
443
440
|
transform-origin: left center;
|
444
441
|
}
|
445
442
|
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
443
|
+
/* --------------
|
444
|
+
Basic
|
445
|
+
--------------- */
|
450
446
|
[data-tooltip][data-variation~="basic"]::before {
|
451
447
|
display: none;
|
452
448
|
}
|
449
|
+
[data-tooltip][data-variation~="multiline"]::after {
|
450
|
+
white-space: pre-line;
|
451
|
+
}
|
453
452
|
|
454
|
-
|
453
|
+
/* --------------
|
455
454
|
Spacing
|
456
|
-
|
457
|
-
|
455
|
+
--------------- */
|
458
456
|
.ui.popup {
|
459
457
|
margin: 0;
|
460
458
|
}
|
@@ -505,13 +503,11 @@
|
|
505
503
|
transform-origin: right top;
|
506
504
|
}
|
507
505
|
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
/*--- Below ---*/
|
506
|
+
/* --------------
|
507
|
+
Pointer
|
508
|
+
--------------- */
|
514
509
|
|
510
|
+
/* --- Below --- */
|
515
511
|
.ui.bottom.center.popup::before {
|
516
512
|
margin-left: -0.30714286em;
|
517
513
|
top: -0.30714286em;
|
@@ -524,7 +520,8 @@
|
|
524
520
|
.ui.bottom.left.popup {
|
525
521
|
margin-left: 0;
|
526
522
|
}
|
527
|
-
|
523
|
+
|
524
|
+
/* rtl:rename */
|
528
525
|
.ui.bottom.left.popup::before {
|
529
526
|
top: -0.30714286em;
|
530
527
|
left: 1em;
|
@@ -537,7 +534,8 @@
|
|
537
534
|
.ui.bottom.right.popup {
|
538
535
|
margin-right: 0;
|
539
536
|
}
|
540
|
-
|
537
|
+
|
538
|
+
/* rtl:rename */
|
541
539
|
.ui.bottom.right.popup::before {
|
542
540
|
top: -0.30714286em;
|
543
541
|
right: 1em;
|
@@ -548,8 +546,7 @@
|
|
548
546
|
box-shadow: -1px -1px 0 0 #bababc;
|
549
547
|
}
|
550
548
|
|
551
|
-
|
552
|
-
|
549
|
+
/* --- Above --- */
|
553
550
|
.ui.top.center.popup::before {
|
554
551
|
top: auto;
|
555
552
|
right: auto;
|
@@ -560,7 +557,8 @@
|
|
560
557
|
.ui.top.left.popup {
|
561
558
|
margin-left: 0;
|
562
559
|
}
|
563
|
-
|
560
|
+
|
561
|
+
/* rtl:rename */
|
564
562
|
.ui.top.left.popup::before {
|
565
563
|
bottom: -0.30714286em;
|
566
564
|
left: 1em;
|
@@ -571,7 +569,8 @@
|
|
571
569
|
.ui.top.right.popup {
|
572
570
|
margin-right: 0;
|
573
571
|
}
|
574
|
-
|
572
|
+
|
573
|
+
/* rtl:rename */
|
575
574
|
.ui.top.right.popup::before {
|
576
575
|
bottom: -0.30714286em;
|
577
576
|
right: 1em;
|
@@ -580,9 +579,9 @@
|
|
580
579
|
margin-left: 0;
|
581
580
|
}
|
582
581
|
|
583
|
-
|
582
|
+
/* --- Left Center --- */
|
584
583
|
|
585
|
-
/*rtl:rename*/
|
584
|
+
/* rtl:rename */
|
586
585
|
.ui.left.center.popup::before {
|
587
586
|
top: 50%;
|
588
587
|
right: -0.30714286em;
|
@@ -593,9 +592,9 @@
|
|
593
592
|
box-shadow: 1px -1px 0 0 #bababc;
|
594
593
|
}
|
595
594
|
|
596
|
-
|
595
|
+
/* --- Right Center --- */
|
597
596
|
|
598
|
-
/*rtl:rename*/
|
597
|
+
/* rtl:rename */
|
599
598
|
.ui.right.center.popup::before {
|
600
599
|
top: 50%;
|
601
600
|
left: -0.30714286em;
|
@@ -669,10 +668,9 @@
|
|
669
668
|
*******************************/
|
670
669
|
|
671
670
|
|
672
|
-
|
673
|
-
|
674
|
-
|
675
|
-
|
671
|
+
/* --------------
|
672
|
+
Basic
|
673
|
+
--------------- */
|
676
674
|
.ui.basic.popup::before {
|
677
675
|
display: none;
|
678
676
|
}
|
@@ -680,10 +678,9 @@
|
|
680
678
|
width: 250px;
|
681
679
|
}
|
682
680
|
|
683
|
-
|
684
|
-
|
685
|
-
|
686
|
-
|
681
|
+
/* --------------
|
682
|
+
Wide
|
683
|
+
--------------- */
|
687
684
|
.ui.wide.popup {
|
688
685
|
max-width: 350px;
|
689
686
|
}
|
@@ -707,19 +704,17 @@
|
|
707
704
|
}
|
708
705
|
}
|
709
706
|
|
710
|
-
|
711
|
-
|
712
|
-
|
713
|
-
|
707
|
+
/* --------------
|
708
|
+
Fluid
|
709
|
+
--------------- */
|
714
710
|
.ui.fluid.popup {
|
715
711
|
width: 100%;
|
716
712
|
max-width: none;
|
717
713
|
}
|
718
714
|
|
719
|
-
|
720
|
-
|
721
|
-
|
722
|
-
|
715
|
+
/* --------------
|
716
|
+
Colors
|
717
|
+
--------------- */
|
723
718
|
|
724
719
|
/* Inverted colors */
|
725
720
|
.ui.inverted.popup {
|
@@ -738,19 +733,317 @@
|
|
738
733
|
-webkit-box-shadow: none !important;
|
739
734
|
box-shadow: none !important;
|
740
735
|
}
|
736
|
+
.ui.ui.ui.primary.popup::before,
|
737
|
+
.ui.primary.popup,
|
738
|
+
[data-tooltip][data-variation~="primary"]::after,
|
739
|
+
[data-tooltip][data-variation~="primary"]::before {
|
740
|
+
background: #2185D0;
|
741
|
+
color: #FFFFFF;
|
742
|
+
border: none;
|
743
|
+
}
|
744
|
+
.ui.ui.ui.primary.popup::before,
|
745
|
+
[data-tooltip][data-variation~="primary"]::before {
|
746
|
+
-webkit-box-shadow: none;
|
747
|
+
box-shadow: none;
|
748
|
+
}
|
749
|
+
.ui.ui.ui.inverted.primary.popup::before,
|
750
|
+
.ui.inverted.primary.popup,
|
751
|
+
[data-tooltip][data-inverted][data-variation~="primary"]::after,
|
752
|
+
[data-tooltip][data-inverted][data-variation~="primary"]::before {
|
753
|
+
background: #54C8FF;
|
754
|
+
color: #1B1C1D;
|
755
|
+
}
|
756
|
+
.ui.ui.ui.secondary.popup::before,
|
757
|
+
.ui.secondary.popup,
|
758
|
+
[data-tooltip][data-variation~="secondary"]::after,
|
759
|
+
[data-tooltip][data-variation~="secondary"]::before {
|
760
|
+
background: #1B1C1D;
|
761
|
+
color: #FFFFFF;
|
762
|
+
border: none;
|
763
|
+
}
|
764
|
+
.ui.ui.ui.secondary.popup::before,
|
765
|
+
[data-tooltip][data-variation~="secondary"]::before {
|
766
|
+
-webkit-box-shadow: none;
|
767
|
+
box-shadow: none;
|
768
|
+
}
|
769
|
+
.ui.ui.ui.inverted.secondary.popup::before,
|
770
|
+
.ui.inverted.secondary.popup,
|
771
|
+
[data-tooltip][data-inverted][data-variation~="secondary"]::after,
|
772
|
+
[data-tooltip][data-inverted][data-variation~="secondary"]::before {
|
773
|
+
background: #545454;
|
774
|
+
color: #1B1C1D;
|
775
|
+
}
|
776
|
+
.ui.ui.ui.red.popup::before,
|
777
|
+
.ui.red.popup,
|
778
|
+
[data-tooltip][data-variation~="red"]::after,
|
779
|
+
[data-tooltip][data-variation~="red"]::before {
|
780
|
+
background: #DB2828;
|
781
|
+
color: #FFFFFF;
|
782
|
+
border: none;
|
783
|
+
}
|
784
|
+
.ui.ui.ui.red.popup::before,
|
785
|
+
[data-tooltip][data-variation~="red"]::before {
|
786
|
+
-webkit-box-shadow: none;
|
787
|
+
box-shadow: none;
|
788
|
+
}
|
789
|
+
.ui.ui.ui.inverted.red.popup::before,
|
790
|
+
.ui.inverted.red.popup,
|
791
|
+
[data-tooltip][data-inverted][data-variation~="red"]::after,
|
792
|
+
[data-tooltip][data-inverted][data-variation~="red"]::before {
|
793
|
+
background: #FF695E;
|
794
|
+
color: #1B1C1D;
|
795
|
+
}
|
796
|
+
.ui.ui.ui.orange.popup::before,
|
797
|
+
.ui.orange.popup,
|
798
|
+
[data-tooltip][data-variation~="orange"]::after,
|
799
|
+
[data-tooltip][data-variation~="orange"]::before {
|
800
|
+
background: #F2711C;
|
801
|
+
color: #FFFFFF;
|
802
|
+
border: none;
|
803
|
+
}
|
804
|
+
.ui.ui.ui.orange.popup::before,
|
805
|
+
[data-tooltip][data-variation~="orange"]::before {
|
806
|
+
-webkit-box-shadow: none;
|
807
|
+
box-shadow: none;
|
808
|
+
}
|
809
|
+
.ui.ui.ui.inverted.orange.popup::before,
|
810
|
+
.ui.inverted.orange.popup,
|
811
|
+
[data-tooltip][data-inverted][data-variation~="orange"]::after,
|
812
|
+
[data-tooltip][data-inverted][data-variation~="orange"]::before {
|
813
|
+
background: #FF851B;
|
814
|
+
color: #1B1C1D;
|
815
|
+
}
|
816
|
+
.ui.ui.ui.yellow.popup::before,
|
817
|
+
.ui.yellow.popup,
|
818
|
+
[data-tooltip][data-variation~="yellow"]::after,
|
819
|
+
[data-tooltip][data-variation~="yellow"]::before {
|
820
|
+
background: #FBBD08;
|
821
|
+
color: #FFFFFF;
|
822
|
+
border: none;
|
823
|
+
}
|
824
|
+
.ui.ui.ui.yellow.popup::before,
|
825
|
+
[data-tooltip][data-variation~="yellow"]::before {
|
826
|
+
-webkit-box-shadow: none;
|
827
|
+
box-shadow: none;
|
828
|
+
}
|
829
|
+
.ui.ui.ui.inverted.yellow.popup::before,
|
830
|
+
.ui.inverted.yellow.popup,
|
831
|
+
[data-tooltip][data-inverted][data-variation~="yellow"]::after,
|
832
|
+
[data-tooltip][data-inverted][data-variation~="yellow"]::before {
|
833
|
+
background: #FFE21F;
|
834
|
+
color: #1B1C1D;
|
835
|
+
}
|
836
|
+
.ui.ui.ui.olive.popup::before,
|
837
|
+
.ui.olive.popup,
|
838
|
+
[data-tooltip][data-variation~="olive"]::after,
|
839
|
+
[data-tooltip][data-variation~="olive"]::before {
|
840
|
+
background: #B5CC18;
|
841
|
+
color: #FFFFFF;
|
842
|
+
border: none;
|
843
|
+
}
|
844
|
+
.ui.ui.ui.olive.popup::before,
|
845
|
+
[data-tooltip][data-variation~="olive"]::before {
|
846
|
+
-webkit-box-shadow: none;
|
847
|
+
box-shadow: none;
|
848
|
+
}
|
849
|
+
.ui.ui.ui.inverted.olive.popup::before,
|
850
|
+
.ui.inverted.olive.popup,
|
851
|
+
[data-tooltip][data-inverted][data-variation~="olive"]::after,
|
852
|
+
[data-tooltip][data-inverted][data-variation~="olive"]::before {
|
853
|
+
background: #D9E778;
|
854
|
+
color: #1B1C1D;
|
855
|
+
}
|
856
|
+
.ui.ui.ui.green.popup::before,
|
857
|
+
.ui.green.popup,
|
858
|
+
[data-tooltip][data-variation~="green"]::after,
|
859
|
+
[data-tooltip][data-variation~="green"]::before {
|
860
|
+
background: #21BA45;
|
861
|
+
color: #FFFFFF;
|
862
|
+
border: none;
|
863
|
+
}
|
864
|
+
.ui.ui.ui.green.popup::before,
|
865
|
+
[data-tooltip][data-variation~="green"]::before {
|
866
|
+
-webkit-box-shadow: none;
|
867
|
+
box-shadow: none;
|
868
|
+
}
|
869
|
+
.ui.ui.ui.inverted.green.popup::before,
|
870
|
+
.ui.inverted.green.popup,
|
871
|
+
[data-tooltip][data-inverted][data-variation~="green"]::after,
|
872
|
+
[data-tooltip][data-inverted][data-variation~="green"]::before {
|
873
|
+
background: #2ECC40;
|
874
|
+
color: #1B1C1D;
|
875
|
+
}
|
876
|
+
.ui.ui.ui.teal.popup::before,
|
877
|
+
.ui.teal.popup,
|
878
|
+
[data-tooltip][data-variation~="teal"]::after,
|
879
|
+
[data-tooltip][data-variation~="teal"]::before {
|
880
|
+
background: #00B5AD;
|
881
|
+
color: #FFFFFF;
|
882
|
+
border: none;
|
883
|
+
}
|
884
|
+
.ui.ui.ui.teal.popup::before,
|
885
|
+
[data-tooltip][data-variation~="teal"]::before {
|
886
|
+
-webkit-box-shadow: none;
|
887
|
+
box-shadow: none;
|
888
|
+
}
|
889
|
+
.ui.ui.ui.inverted.teal.popup::before,
|
890
|
+
.ui.inverted.teal.popup,
|
891
|
+
[data-tooltip][data-inverted][data-variation~="teal"]::after,
|
892
|
+
[data-tooltip][data-inverted][data-variation~="teal"]::before {
|
893
|
+
background: #6DFFFF;
|
894
|
+
color: #1B1C1D;
|
895
|
+
}
|
896
|
+
.ui.ui.ui.blue.popup::before,
|
897
|
+
.ui.blue.popup,
|
898
|
+
[data-tooltip][data-variation~="blue"]::after,
|
899
|
+
[data-tooltip][data-variation~="blue"]::before {
|
900
|
+
background: #2185D0;
|
901
|
+
color: #FFFFFF;
|
902
|
+
border: none;
|
903
|
+
}
|
904
|
+
.ui.ui.ui.blue.popup::before,
|
905
|
+
[data-tooltip][data-variation~="blue"]::before {
|
906
|
+
-webkit-box-shadow: none;
|
907
|
+
box-shadow: none;
|
908
|
+
}
|
909
|
+
.ui.ui.ui.inverted.blue.popup::before,
|
910
|
+
.ui.inverted.blue.popup,
|
911
|
+
[data-tooltip][data-inverted][data-variation~="blue"]::after,
|
912
|
+
[data-tooltip][data-inverted][data-variation~="blue"]::before {
|
913
|
+
background: #54C8FF;
|
914
|
+
color: #1B1C1D;
|
915
|
+
}
|
916
|
+
.ui.ui.ui.violet.popup::before,
|
917
|
+
.ui.violet.popup,
|
918
|
+
[data-tooltip][data-variation~="violet"]::after,
|
919
|
+
[data-tooltip][data-variation~="violet"]::before {
|
920
|
+
background: #6435C9;
|
921
|
+
color: #FFFFFF;
|
922
|
+
border: none;
|
923
|
+
}
|
924
|
+
.ui.ui.ui.violet.popup::before,
|
925
|
+
[data-tooltip][data-variation~="violet"]::before {
|
926
|
+
-webkit-box-shadow: none;
|
927
|
+
box-shadow: none;
|
928
|
+
}
|
929
|
+
.ui.ui.ui.inverted.violet.popup::before,
|
930
|
+
.ui.inverted.violet.popup,
|
931
|
+
[data-tooltip][data-inverted][data-variation~="violet"]::after,
|
932
|
+
[data-tooltip][data-inverted][data-variation~="violet"]::before {
|
933
|
+
background: #A291FB;
|
934
|
+
color: #1B1C1D;
|
935
|
+
}
|
936
|
+
.ui.ui.ui.purple.popup::before,
|
937
|
+
.ui.purple.popup,
|
938
|
+
[data-tooltip][data-variation~="purple"]::after,
|
939
|
+
[data-tooltip][data-variation~="purple"]::before {
|
940
|
+
background: #A333C8;
|
941
|
+
color: #FFFFFF;
|
942
|
+
border: none;
|
943
|
+
}
|
944
|
+
.ui.ui.ui.purple.popup::before,
|
945
|
+
[data-tooltip][data-variation~="purple"]::before {
|
946
|
+
-webkit-box-shadow: none;
|
947
|
+
box-shadow: none;
|
948
|
+
}
|
949
|
+
.ui.ui.ui.inverted.purple.popup::before,
|
950
|
+
.ui.inverted.purple.popup,
|
951
|
+
[data-tooltip][data-inverted][data-variation~="purple"]::after,
|
952
|
+
[data-tooltip][data-inverted][data-variation~="purple"]::before {
|
953
|
+
background: #DC73FF;
|
954
|
+
color: #1B1C1D;
|
955
|
+
}
|
956
|
+
.ui.ui.ui.pink.popup::before,
|
957
|
+
.ui.pink.popup,
|
958
|
+
[data-tooltip][data-variation~="pink"]::after,
|
959
|
+
[data-tooltip][data-variation~="pink"]::before {
|
960
|
+
background: #E03997;
|
961
|
+
color: #FFFFFF;
|
962
|
+
border: none;
|
963
|
+
}
|
964
|
+
.ui.ui.ui.pink.popup::before,
|
965
|
+
[data-tooltip][data-variation~="pink"]::before {
|
966
|
+
-webkit-box-shadow: none;
|
967
|
+
box-shadow: none;
|
968
|
+
}
|
969
|
+
.ui.ui.ui.inverted.pink.popup::before,
|
970
|
+
.ui.inverted.pink.popup,
|
971
|
+
[data-tooltip][data-inverted][data-variation~="pink"]::after,
|
972
|
+
[data-tooltip][data-inverted][data-variation~="pink"]::before {
|
973
|
+
background: #FF8EDF;
|
974
|
+
color: #1B1C1D;
|
975
|
+
}
|
976
|
+
.ui.ui.ui.brown.popup::before,
|
977
|
+
.ui.brown.popup,
|
978
|
+
[data-tooltip][data-variation~="brown"]::after,
|
979
|
+
[data-tooltip][data-variation~="brown"]::before {
|
980
|
+
background: #A5673F;
|
981
|
+
color: #FFFFFF;
|
982
|
+
border: none;
|
983
|
+
}
|
984
|
+
.ui.ui.ui.brown.popup::before,
|
985
|
+
[data-tooltip][data-variation~="brown"]::before {
|
986
|
+
-webkit-box-shadow: none;
|
987
|
+
box-shadow: none;
|
988
|
+
}
|
989
|
+
.ui.ui.ui.inverted.brown.popup::before,
|
990
|
+
.ui.inverted.brown.popup,
|
991
|
+
[data-tooltip][data-inverted][data-variation~="brown"]::after,
|
992
|
+
[data-tooltip][data-inverted][data-variation~="brown"]::before {
|
993
|
+
background: #D67C1C;
|
994
|
+
color: #1B1C1D;
|
995
|
+
}
|
996
|
+
.ui.ui.ui.grey.popup::before,
|
997
|
+
.ui.grey.popup,
|
998
|
+
[data-tooltip][data-variation~="grey"]::after,
|
999
|
+
[data-tooltip][data-variation~="grey"]::before {
|
1000
|
+
background: #767676;
|
1001
|
+
color: #FFFFFF;
|
1002
|
+
border: none;
|
1003
|
+
}
|
1004
|
+
.ui.ui.ui.grey.popup::before,
|
1005
|
+
[data-tooltip][data-variation~="grey"]::before {
|
1006
|
+
-webkit-box-shadow: none;
|
1007
|
+
box-shadow: none;
|
1008
|
+
}
|
1009
|
+
.ui.ui.ui.inverted.grey.popup::before,
|
1010
|
+
.ui.inverted.grey.popup,
|
1011
|
+
[data-tooltip][data-inverted][data-variation~="grey"]::after,
|
1012
|
+
[data-tooltip][data-inverted][data-variation~="grey"]::before {
|
1013
|
+
background: #DCDDDE;
|
1014
|
+
color: #1B1C1D;
|
1015
|
+
}
|
1016
|
+
.ui.ui.ui.black.popup::before,
|
1017
|
+
.ui.black.popup,
|
1018
|
+
[data-tooltip][data-variation~="black"]::after,
|
1019
|
+
[data-tooltip][data-variation~="black"]::before {
|
1020
|
+
background: #1B1C1D;
|
1021
|
+
color: #FFFFFF;
|
1022
|
+
border: none;
|
1023
|
+
}
|
1024
|
+
.ui.ui.ui.black.popup::before,
|
1025
|
+
[data-tooltip][data-variation~="black"]::before {
|
1026
|
+
-webkit-box-shadow: none;
|
1027
|
+
box-shadow: none;
|
1028
|
+
}
|
1029
|
+
.ui.ui.ui.inverted.black.popup::before,
|
1030
|
+
.ui.inverted.black.popup,
|
1031
|
+
[data-tooltip][data-inverted][data-variation~="black"]::after,
|
1032
|
+
[data-tooltip][data-inverted][data-variation~="black"]::before {
|
1033
|
+
background: #545454;
|
1034
|
+
color: #1B1C1D;
|
1035
|
+
}
|
741
1036
|
|
742
|
-
|
743
|
-
|
744
|
-
|
745
|
-
|
1037
|
+
/* --------------
|
1038
|
+
Flowing
|
1039
|
+
--------------- */
|
746
1040
|
.ui.flowing.popup {
|
747
1041
|
max-width: none;
|
748
1042
|
}
|
749
1043
|
|
750
|
-
|
1044
|
+
/* --------------
|
751
1045
|
Sizes
|
752
|
-
|
753
|
-
|
1046
|
+
--------------- */
|
754
1047
|
.ui.popup {
|
755
1048
|
font-size: 1rem;
|
756
1049
|
}
|