fomantic-ui 2.9.1-beta.23 → 2.9.1-beta.24
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/index.js +23 -0
- package/.eslint/no-extra-parens-rule.js +17 -0
- package/.eslint/package.json +11 -0
- package/.eslintrc.js +6 -11
- package/dist/components/accordion.css +1 -1
- package/dist/components/accordion.js +22 -22
- package/dist/components/accordion.min.css +1 -1
- package/dist/components/accordion.min.js +1 -1
- package/dist/components/ad.css +1 -1
- package/dist/components/ad.min.css +1 -1
- package/dist/components/api.js +47 -47
- package/dist/components/api.min.js +1 -1
- package/dist/components/breadcrumb.css +1 -1
- package/dist/components/breadcrumb.min.css +1 -1
- package/dist/components/button.css +1 -1
- package/dist/components/button.min.css +1 -1
- package/dist/components/calendar.css +1 -1
- package/dist/components/calendar.js +69 -58
- package/dist/components/calendar.min.css +1 -1
- package/dist/components/calendar.min.js +2 -2
- package/dist/components/card.css +1 -1
- package/dist/components/card.min.css +1 -1
- package/dist/components/checkbox.css +1 -1
- package/dist/components/checkbox.js +9 -9
- package/dist/components/checkbox.min.css +1 -1
- package/dist/components/checkbox.min.js +1 -1
- package/dist/components/comment.css +1 -1
- package/dist/components/comment.min.css +1 -1
- package/dist/components/container.css +1 -1
- package/dist/components/container.min.css +1 -1
- package/dist/components/dimmer.css +1 -1
- package/dist/components/dimmer.js +11 -11
- package/dist/components/dimmer.min.css +1 -1
- package/dist/components/dimmer.min.js +1 -1
- package/dist/components/divider.css +1 -1
- package/dist/components/divider.min.css +1 -1
- package/dist/components/dropdown.css +1 -1
- package/dist/components/dropdown.js +171 -173
- package/dist/components/dropdown.min.css +1 -1
- package/dist/components/dropdown.min.js +1 -1
- package/dist/components/embed.css +1 -1
- package/dist/components/embed.js +16 -16
- package/dist/components/embed.min.css +1 -1
- package/dist/components/embed.min.js +1 -1
- package/dist/components/feed.css +1 -1
- package/dist/components/feed.min.css +1 -1
- package/dist/components/flag.css +1 -1
- package/dist/components/flag.min.css +1 -1
- package/dist/components/flyout.css +1 -1
- package/dist/components/flyout.js +21 -17
- package/dist/components/flyout.min.css +1 -1
- package/dist/components/flyout.min.js +1 -1
- package/dist/components/form.css +1 -1
- package/dist/components/form.js +87 -87
- package/dist/components/form.min.css +1 -1
- package/dist/components/form.min.js +1 -1
- package/dist/components/grid.css +1 -1
- package/dist/components/grid.min.css +1 -1
- package/dist/components/header.css +1 -1
- package/dist/components/header.min.css +1 -1
- package/dist/components/icon.css +1 -1
- package/dist/components/icon.min.css +1 -1
- package/dist/components/image.css +1 -1
- package/dist/components/image.min.css +1 -1
- package/dist/components/input.css +1 -1
- package/dist/components/input.min.css +1 -1
- package/dist/components/item.css +1 -1
- package/dist/components/item.min.css +1 -1
- package/dist/components/label.css +1 -1
- package/dist/components/label.min.css +1 -1
- package/dist/components/list.css +1 -1
- package/dist/components/list.min.css +1 -1
- package/dist/components/loader.css +1 -1
- package/dist/components/loader.min.css +1 -1
- package/dist/components/message.css +1 -1
- package/dist/components/message.min.css +1 -1
- package/dist/components/modal.css +1 -1
- package/dist/components/modal.js +30 -26
- package/dist/components/modal.min.css +1 -1
- package/dist/components/modal.min.js +1 -1
- package/dist/components/nag.css +1 -1
- package/dist/components/nag.js +7 -7
- package/dist/components/nag.min.css +1 -1
- package/dist/components/nag.min.js +1 -1
- package/dist/components/placeholder.css +1 -1
- package/dist/components/placeholder.min.css +1 -1
- package/dist/components/popup.css +1 -1
- package/dist/components/popup.js +45 -45
- package/dist/components/popup.min.css +1 -1
- package/dist/components/popup.min.js +1 -1
- package/dist/components/progress.css +1 -1
- package/dist/components/progress.js +30 -32
- package/dist/components/progress.min.css +1 -1
- package/dist/components/progress.min.js +1 -1
- 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 +10 -10
- package/dist/components/rating.min.css +1 -1
- package/dist/components/rating.min.js +1 -1
- package/dist/components/reset.css +1 -1
- package/dist/components/reset.min.css +1 -1
- package/dist/components/reveal.css +1 -1
- package/dist/components/reveal.min.css +1 -1
- package/dist/components/search.css +1 -1
- package/dist/components/search.js +31 -31
- package/dist/components/search.min.css +1 -1
- package/dist/components/search.min.js +1 -1
- package/dist/components/segment.css +1 -1
- package/dist/components/segment.min.css +1 -1
- package/dist/components/shape.css +1 -1
- package/dist/components/shape.js +34 -34
- package/dist/components/shape.min.css +1 -1
- package/dist/components/shape.min.js +1 -1
- package/dist/components/sidebar.css +1 -1
- package/dist/components/sidebar.js +21 -21
- package/dist/components/sidebar.min.css +1 -1
- package/dist/components/sidebar.min.js +1 -1
- package/dist/components/site.css +1 -1
- package/dist/components/site.js +14 -14
- package/dist/components/site.min.css +1 -1
- package/dist/components/site.min.js +1 -1
- package/dist/components/slider.js +33 -25
- package/dist/components/slider.min.js +1 -1
- package/dist/components/state.js +11 -11
- package/dist/components/state.min.js +1 -1
- package/dist/components/statistic.css +1 -1
- package/dist/components/statistic.min.css +1 -1
- package/dist/components/step.css +1 -1
- package/dist/components/step.min.css +1 -1
- package/dist/components/sticky.css +1 -1
- package/dist/components/sticky.js +21 -21
- package/dist/components/sticky.min.css +1 -1
- package/dist/components/sticky.min.js +1 -1
- package/dist/components/tab.css +1 -1
- package/dist/components/tab.js +23 -23
- package/dist/components/tab.min.css +1 -1
- package/dist/components/tab.min.js +1 -1
- package/dist/components/table.css +1 -1
- package/dist/components/table.min.css +1 -1
- package/dist/components/text.css +1 -1
- package/dist/components/text.min.css +1 -1
- package/dist/components/toast.css +1 -1
- package/dist/components/toast.js +41 -17
- package/dist/components/toast.min.css +1 -1
- package/dist/components/toast.min.js +1 -1
- package/dist/components/transition.css +1 -1
- package/dist/components/transition.js +21 -21
- package/dist/components/transition.min.css +1 -1
- package/dist/components/transition.min.js +1 -1
- package/dist/components/visibility.js +21 -21
- package/dist/components/visibility.min.js +1 -1
- package/dist/semantic.css +50 -50
- package/dist/semantic.js +847 -800
- package/dist/semantic.min.css +1 -1
- package/dist/semantic.min.js +2 -2
- package/gulpfile.js +1 -1
- package/package.json +2 -1
- package/scripts/nightly-version.js +3 -1
- package/src/definitions/behaviors/api.js +46 -46
- package/src/definitions/behaviors/form.js +86 -86
- package/src/definitions/behaviors/state.js +10 -10
- package/src/definitions/behaviors/visibility.js +20 -20
- package/src/definitions/globals/site.js +13 -13
- package/src/definitions/modules/accordion.js +21 -21
- package/src/definitions/modules/calendar.js +68 -57
- package/src/definitions/modules/checkbox.js +8 -8
- package/src/definitions/modules/dimmer.js +10 -10
- package/src/definitions/modules/dropdown.js +170 -172
- package/src/definitions/modules/embed.js +15 -15
- package/src/definitions/modules/flyout.js +20 -16
- package/src/definitions/modules/modal.js +29 -25
- package/src/definitions/modules/nag.js +6 -6
- package/src/definitions/modules/popup.js +44 -44
- package/src/definitions/modules/progress.js +29 -31
- package/src/definitions/modules/rating.js +9 -9
- package/src/definitions/modules/search.js +30 -30
- package/src/definitions/modules/shape.js +33 -33
- package/src/definitions/modules/sidebar.js +20 -20
- package/src/definitions/modules/slider.js +32 -24
- package/src/definitions/modules/sticky.js +20 -20
- package/src/definitions/modules/tab.js +22 -22
- package/src/definitions/modules/toast.js +40 -16
- package/src/definitions/modules/transition.js +20 -20
- package/tasks/admin/components/create.js +1 -1
- package/tasks/admin/components/init.js +1 -1
- package/tasks/admin/components/update.js +4 -4
- package/tasks/admin/distributions/create.js +2 -2
- package/tasks/admin/distributions/init.js +1 -1
- package/tasks/admin/distributions/update.js +4 -4
- package/tasks/admin/publish.js +1 -3
- package/tasks/admin/register.js +5 -5
- package/tasks/admin/release.js +1 -3
- package/tasks/build/assets.js +1 -1
- package/tasks/build.js +1 -1
- package/tasks/check-install.js +1 -1
- package/tasks/clean.js +1 -1
- package/tasks/collections/admin.js +1 -1
- package/tasks/collections/rtl.js +1 -1
- package/tasks/config/admin/github.js +3 -4
- package/tasks/config/npm/gulpfile.js +1 -1
- package/tasks/config/project/config.js +8 -6
- package/tasks/config/project/install.js +10 -10
- package/tasks/config/project/release.js +3 -2
- package/tasks/config/tasks.js +2 -2
- package/tasks/config/user.js +5 -3
- package/tasks/docs/build.js +1 -1
- package/tasks/docs/metadata.js +1 -1
- package/tasks/docs/serve.js +2 -1
- package/tasks/install.js +2 -2
- package/tasks/rtl/build.js +1 -3
- package/tasks/rtl/watch.js +1 -3
- package/tasks/version.js +1 -3
- package/tasks/watch.js +1 -1
package/dist/semantic.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*
|
2
|
-
* # Fomantic UI - 2.9.1-beta.
|
2
|
+
* # Fomantic UI - 2.9.1-beta.24+029436f
|
3
3
|
* https://github.com/fomantic/Fomantic-UI
|
4
4
|
* https://fomantic-ui.com/
|
5
5
|
*
|
@@ -9,7 +9,7 @@
|
|
9
9
|
*
|
10
10
|
*/
|
11
11
|
/*!
|
12
|
-
* # Fomantic-UI 2.9.1-beta.
|
12
|
+
* # Fomantic-UI 2.9.1-beta.24+029436f - Reset
|
13
13
|
* https://github.com/fomantic/Fomantic-UI/
|
14
14
|
*
|
15
15
|
*
|
@@ -435,7 +435,7 @@ template {
|
|
435
435
|
Site Overrides
|
436
436
|
*******************************/
|
437
437
|
/*!
|
438
|
-
* # Fomantic-UI 2.9.1-beta.
|
438
|
+
* # Fomantic-UI 2.9.1-beta.24+029436f - Site
|
439
439
|
* https://github.com/fomantic/Fomantic-UI/
|
440
440
|
*
|
441
441
|
*
|
@@ -760,7 +760,7 @@ input::selection {
|
|
760
760
|
Site Overrides
|
761
761
|
*******************************/
|
762
762
|
/*!
|
763
|
-
* # Fomantic-UI 2.9.1-beta.
|
763
|
+
* # Fomantic-UI 2.9.1-beta.24+029436f - Button
|
764
764
|
* https://github.com/fomantic/Fomantic-UI/
|
765
765
|
*
|
766
766
|
*
|
@@ -5824,7 +5824,7 @@ input::selection {
|
|
5824
5824
|
Site Overrides
|
5825
5825
|
*******************************/
|
5826
5826
|
/*!
|
5827
|
-
* # Fomantic-UI 2.9.1-beta.
|
5827
|
+
* # Fomantic-UI 2.9.1-beta.24+029436f - Container
|
5828
5828
|
* https://github.com/fomantic/Fomantic-UI/
|
5829
5829
|
*
|
5830
5830
|
*
|
@@ -6100,7 +6100,7 @@ input::selection {
|
|
6100
6100
|
Site Overrides
|
6101
6101
|
*******************************/
|
6102
6102
|
/*!
|
6103
|
-
* # Fomantic-UI 2.9.1-beta.
|
6103
|
+
* # Fomantic-UI 2.9.1-beta.24+029436f - Divider
|
6104
6104
|
* https://github.com/fomantic/Fomantic-UI/
|
6105
6105
|
*
|
6106
6106
|
*
|
@@ -24230,7 +24230,7 @@ em[data-emoji="regional_indicator_a"]::before {
|
|
24230
24230
|
Emojis
|
24231
24231
|
*******************************/
|
24232
24232
|
/*!
|
24233
|
-
* # Fomantic-UI 2.9.1-beta.
|
24233
|
+
* # Fomantic-UI 2.9.1-beta.24+029436f - Flag
|
24234
24234
|
* https://github.com/fomantic/Fomantic-UI/
|
24235
24235
|
*
|
24236
24236
|
*
|
@@ -25642,7 +25642,7 @@ i.flag.united.nations::before {
|
|
25642
25642
|
Site Overrides
|
25643
25643
|
*******************************/
|
25644
25644
|
/*!
|
25645
|
-
* # Fomantic-UI 2.9.1-beta.
|
25645
|
+
* # Fomantic-UI 2.9.1-beta.24+029436f - Header
|
25646
25646
|
* https://github.com/fomantic/Fomantic-UI/
|
25647
25647
|
*
|
25648
25648
|
*
|
@@ -26598,7 +26598,7 @@ a.ui.inverted.black.header.header.header:hover {
|
|
26598
26598
|
Site Overrides
|
26599
26599
|
*******************************/
|
26600
26600
|
/*!
|
26601
|
-
* # Fomantic-UI 2.9.1-beta.
|
26601
|
+
* # Fomantic-UI 2.9.1-beta.24+029436f - Icon
|
26602
26602
|
* https://github.com/fomantic/Fomantic-UI/
|
26603
26603
|
*
|
26604
26604
|
*
|
@@ -35774,7 +35774,7 @@ i.icon.youtube.play::before {
|
|
35774
35774
|
Site Overrides
|
35775
35775
|
*******************************/
|
35776
35776
|
/*!
|
35777
|
-
* # Fomantic-UI 2.9.1-beta.
|
35777
|
+
* # Fomantic-UI 2.9.1-beta.24+029436f - Image
|
35778
35778
|
* https://github.com/fomantic/Fomantic-UI/
|
35779
35779
|
*
|
35780
35780
|
*
|
@@ -36129,7 +36129,7 @@ img.ui.bordered.image {
|
|
36129
36129
|
Site Overrides
|
36130
36130
|
*******************************/
|
36131
36131
|
/*!
|
36132
|
-
* # Fomantic-UI 2.9.1-beta.
|
36132
|
+
* # Fomantic-UI 2.9.1-beta.24+029436f - Input
|
36133
36133
|
* https://github.com/fomantic/Fomantic-UI/
|
36134
36134
|
*
|
36135
36135
|
*
|
@@ -38025,7 +38025,7 @@ input[type="file"].ui.black.file.input::file-selector-button:hover,
|
|
38025
38025
|
Site Overrides
|
38026
38026
|
*******************************/
|
38027
38027
|
/*!
|
38028
|
-
* # Fomantic-UI 2.9.1-beta.
|
38028
|
+
* # Fomantic-UI 2.9.1-beta.24+029436f - Label
|
38029
38029
|
* https://github.com/fomantic/Fomantic-UI/
|
38030
38030
|
*
|
38031
38031
|
*
|
@@ -40437,7 +40437,7 @@ a.ui.ui.ui.inverted.basic.black.label:hover {
|
|
40437
40437
|
Site Overrides
|
40438
40438
|
*******************************/
|
40439
40439
|
/*!
|
40440
|
-
* # Fomantic-UI 2.9.1-beta.
|
40440
|
+
* # Fomantic-UI 2.9.1-beta.24+029436f - List
|
40441
40441
|
* https://github.com/fomantic/Fomantic-UI/
|
40442
40442
|
*
|
40443
40443
|
*
|
@@ -41543,7 +41543,7 @@ ol.ui.suffixed.list li::before,
|
|
41543
41543
|
User Variable Overrides
|
41544
41544
|
*******************************/
|
41545
41545
|
/*!
|
41546
|
-
* # Fomantic-UI 2.9.1-beta.
|
41546
|
+
* # Fomantic-UI 2.9.1-beta.24+029436f - Loader
|
41547
41547
|
* https://github.com/fomantic/Fomantic-UI/
|
41548
41548
|
*
|
41549
41549
|
*
|
@@ -42498,7 +42498,7 @@ ol.ui.suffixed.list li::before,
|
|
42498
42498
|
Site Overrides
|
42499
42499
|
*******************************/
|
42500
42500
|
/*!
|
42501
|
-
* # Fomantic-UI 2.9.1-beta.
|
42501
|
+
* # Fomantic-UI 2.9.1-beta.24+029436f - Loader
|
42502
42502
|
* https://github.com/fomantic/Fomantic-UI/
|
42503
42503
|
*
|
42504
42504
|
*
|
@@ -42785,7 +42785,7 @@ ol.ui.suffixed.list li::before,
|
|
42785
42785
|
Theme Overrides
|
42786
42786
|
*******************************/
|
42787
42787
|
/*!
|
42788
|
-
* # Fomantic-UI 2.9.1-beta.
|
42788
|
+
* # Fomantic-UI 2.9.1-beta.24+029436f - Rail
|
42789
42789
|
* https://github.com/fomantic/Fomantic-UI/
|
42790
42790
|
*
|
42791
42791
|
*
|
@@ -42947,7 +42947,7 @@ ol.ui.suffixed.list li::before,
|
|
42947
42947
|
Site Overrides
|
42948
42948
|
*******************************/
|
42949
42949
|
/*!
|
42950
|
-
* # Fomantic-UI 2.9.1-beta.
|
42950
|
+
* # Fomantic-UI 2.9.1-beta.24+029436f - Reveal
|
42951
42951
|
* https://github.com/fomantic/Fomantic-UI/
|
42952
42952
|
*
|
42953
42953
|
*
|
@@ -43290,7 +43290,7 @@ ol.ui.suffixed.list li::before,
|
|
43290
43290
|
Site Overrides
|
43291
43291
|
*******************************/
|
43292
43292
|
/*!
|
43293
|
-
* # Fomantic-UI 2.9.1-beta.
|
43293
|
+
* # Fomantic-UI 2.9.1-beta.24+029436f - Segment
|
43294
43294
|
* https://github.com/fomantic/Fomantic-UI/
|
43295
43295
|
*
|
43296
43296
|
*
|
@@ -44391,7 +44391,7 @@ ol.ui.suffixed.list li::before,
|
|
44391
44391
|
Site Overrides
|
44392
44392
|
*******************************/
|
44393
44393
|
/*!
|
44394
|
-
* # Fomantic-UI 2.9.1-beta.
|
44394
|
+
* # Fomantic-UI 2.9.1-beta.24+029436f - Step
|
44395
44395
|
* https://github.com/fomantic/Fomantic-UI/
|
44396
44396
|
*
|
44397
44397
|
*
|
@@ -45163,7 +45163,7 @@ ol.ui.suffixed.list li::before,
|
|
45163
45163
|
Site Overrides
|
45164
45164
|
*******************************/
|
45165
45165
|
/*!
|
45166
|
-
* # Fomantic-UI 2.9.1-beta.
|
45166
|
+
* # Fomantic-UI 2.9.1-beta.24+029436f - Text
|
45167
45167
|
* https://github.com/fomantic/Fomantic-UI/
|
45168
45168
|
*
|
45169
45169
|
*
|
@@ -45358,7 +45358,7 @@ span.ui.massive.text {
|
|
45358
45358
|
Theme Overrides
|
45359
45359
|
*******************************/
|
45360
45360
|
/*!
|
45361
|
-
* # Fomantic-UI 2.9.1-beta.
|
45361
|
+
* # Fomantic-UI 2.9.1-beta.24+029436f - Breadcrumb
|
45362
45362
|
* https://github.com/fomantic/Fomantic-UI/
|
45363
45363
|
*
|
45364
45364
|
*
|
@@ -45503,7 +45503,7 @@ span.ui.massive.text {
|
|
45503
45503
|
Site Overrides
|
45504
45504
|
*******************************/
|
45505
45505
|
/*!
|
45506
|
-
* # Fomantic-UI 2.9.1-beta.
|
45506
|
+
* # Fomantic-UI 2.9.1-beta.24+029436f - Form
|
45507
45507
|
* https://github.com/fomantic/Fomantic-UI/
|
45508
45508
|
*
|
45509
45509
|
*
|
@@ -47592,7 +47592,7 @@ span.ui.massive.text {
|
|
47592
47592
|
Site Overrides
|
47593
47593
|
*******************************/
|
47594
47594
|
/*!
|
47595
|
-
* # Fomantic-UI 2.9.1-beta.
|
47595
|
+
* # Fomantic-UI 2.9.1-beta.24+029436f - Grid
|
47596
47596
|
* https://github.com/fomantic/Fomantic-UI/
|
47597
47597
|
*
|
47598
47598
|
*
|
@@ -52534,7 +52534,7 @@ Floated Menu / Item
|
|
52534
52534
|
Site Overrides
|
52535
52535
|
*******************************/
|
52536
52536
|
/*!
|
52537
|
-
* # Fomantic-UI 2.9.1-beta.
|
52537
|
+
* # Fomantic-UI 2.9.1-beta.24+029436f - Message
|
52538
52538
|
* https://github.com/fomantic/Fomantic-UI/
|
52539
52539
|
*
|
52540
52540
|
*
|
@@ -53340,7 +53340,7 @@ Floated Menu / Item
|
|
53340
53340
|
Site Overrides
|
53341
53341
|
*******************************/
|
53342
53342
|
/*!
|
53343
|
-
* # Fomantic-UI 2.9.1-beta.
|
53343
|
+
* # Fomantic-UI 2.9.1-beta.24+029436f - Table
|
53344
53344
|
* https://github.com/fomantic/Fomantic-UI/
|
53345
53345
|
*
|
53346
53346
|
*
|
@@ -57554,7 +57554,7 @@ Floated Menu / Item
|
|
57554
57554
|
Site Overrides
|
57555
57555
|
*******************************/
|
57556
57556
|
/*!
|
57557
|
-
* # Fomantic-UI 2.9.1-beta.
|
57557
|
+
* # Fomantic-UI 2.9.1-beta.24+029436f - Ad
|
57558
57558
|
* https://github.com/fomantic/Fomantic-UI/
|
57559
57559
|
*
|
57560
57560
|
*
|
@@ -57843,7 +57843,7 @@ Floated Menu / Item
|
|
57843
57843
|
User Variable Overrides
|
57844
57844
|
*******************************/
|
57845
57845
|
/*!
|
57846
|
-
* # Fomantic-UI 2.9.1-beta.
|
57846
|
+
* # Fomantic-UI 2.9.1-beta.24+029436f - Card
|
57847
57847
|
* https://github.com/fomantic/Fomantic-UI/
|
57848
57848
|
*
|
57849
57849
|
*
|
@@ -60105,7 +60105,7 @@ a.inverted.ui.card:hover,
|
|
60105
60105
|
User Variable Overrides
|
60106
60106
|
*******************************/
|
60107
60107
|
/*!
|
60108
|
-
* # Fomantic-UI 2.9.1-beta.
|
60108
|
+
* # Fomantic-UI 2.9.1-beta.24+029436f - Comment
|
60109
60109
|
* https://github.com/fomantic/Fomantic-UI/
|
60110
60110
|
*
|
60111
60111
|
*
|
@@ -60420,7 +60420,7 @@ a.inverted.ui.card:hover,
|
|
60420
60420
|
User Variable Overrides
|
60421
60421
|
*******************************/
|
60422
60422
|
/*!
|
60423
|
-
* # Fomantic-UI 2.9.1-beta.
|
60423
|
+
* # Fomantic-UI 2.9.1-beta.24+029436f - Feed
|
60424
60424
|
* https://github.com/fomantic/Fomantic-UI/
|
60425
60425
|
*
|
60426
60426
|
*
|
@@ -60775,7 +60775,7 @@ a.inverted.ui.card:hover,
|
|
60775
60775
|
User Variable Overrides
|
60776
60776
|
*******************************/
|
60777
60777
|
/*!
|
60778
|
-
* # Fomantic-UI 2.9.1-beta.
|
60778
|
+
* # Fomantic-UI 2.9.1-beta.24+029436f - Item
|
60779
60779
|
* https://github.com/fomantic/Fomantic-UI/
|
60780
60780
|
*
|
60781
60781
|
*
|
@@ -61411,7 +61411,7 @@ a.inverted.ui.card:hover,
|
|
61411
61411
|
User Variable Overrides
|
61412
61412
|
*******************************/
|
61413
61413
|
/*!
|
61414
|
-
* # Fomantic-UI 2.9.1-beta.
|
61414
|
+
* # Fomantic-UI 2.9.1-beta.24+029436f - Statistic
|
61415
61415
|
* https://github.com/fomantic/Fomantic-UI/
|
61416
61416
|
*
|
61417
61417
|
*
|
@@ -62121,7 +62121,7 @@ a.inverted.ui.card:hover,
|
|
62121
62121
|
User Variable Overrides
|
62122
62122
|
*******************************/
|
62123
62123
|
/*!
|
62124
|
-
* # Fomantic-UI 2.9.1-beta.
|
62124
|
+
* # Fomantic-UI 2.9.1-beta.24+029436f - Accordion
|
62125
62125
|
* https://github.com/fomantic/Fomantic-UI/
|
62126
62126
|
*
|
62127
62127
|
*
|
@@ -62539,7 +62539,7 @@ a.inverted.ui.card:hover,
|
|
62539
62539
|
User Overrides
|
62540
62540
|
*******************************/
|
62541
62541
|
/*!
|
62542
|
-
* # Fomantic-UI 2.9.1-beta.
|
62542
|
+
* # Fomantic-UI 2.9.1-beta.24+029436f - Calendar
|
62543
62543
|
* https://github.com/fomantic/Fomantic-UI/
|
62544
62544
|
*
|
62545
62545
|
*
|
@@ -62757,7 +62757,7 @@ a.inverted.ui.card:hover,
|
|
62757
62757
|
Theme Overrides
|
62758
62758
|
*******************************/
|
62759
62759
|
/*!
|
62760
|
-
* # Fomantic-UI 2.9.1-beta.
|
62760
|
+
* # Fomantic-UI 2.9.1-beta.24+029436f - Checkbox
|
62761
62761
|
* https://github.com/fomantic/Fomantic-UI/
|
62762
62762
|
*
|
62763
62763
|
*
|
@@ -63657,7 +63657,7 @@ a.inverted.ui.card:hover,
|
|
63657
63657
|
Site Overrides
|
63658
63658
|
*******************************/
|
63659
63659
|
/*!
|
63660
|
-
* # Fomantic-UI 2.9.1-beta.
|
63660
|
+
* # Fomantic-UI 2.9.1-beta.24+029436f - Dimmer
|
63661
63661
|
* https://github.com/fomantic/Fomantic-UI/
|
63662
63662
|
*
|
63663
63663
|
*
|
@@ -64179,7 +64179,7 @@ body.dimmable > .dimmer {
|
|
64179
64179
|
User Overrides
|
64180
64180
|
*******************************/
|
64181
64181
|
/*!
|
64182
|
-
* # Fomantic-UI 2.9.1-beta.
|
64182
|
+
* # Fomantic-UI 2.9.1-beta.24+029436f - Dropdown
|
64183
64183
|
* https://github.com/fomantic/Fomantic-UI/
|
64184
64184
|
*
|
64185
64185
|
*
|
@@ -66549,7 +66549,7 @@ select.ui.dropdown {
|
|
66549
66549
|
User Overrides
|
66550
66550
|
*******************************/
|
66551
66551
|
/*!
|
66552
|
-
* # Fomantic-UI 2.9.1-beta.
|
66552
|
+
* # Fomantic-UI 2.9.1-beta.24+029436f - Video
|
66553
66553
|
* https://github.com/fomantic/Fomantic-UI/
|
66554
66554
|
*
|
66555
66555
|
*
|
@@ -66714,7 +66714,7 @@ select.ui.dropdown {
|
|
66714
66714
|
Site Overrides
|
66715
66715
|
*******************************/
|
66716
66716
|
/*!
|
66717
|
-
* # Fomantic-UI 2.9.1-beta.
|
66717
|
+
* # Fomantic-UI 2.9.1-beta.24+029436f - Flyout
|
66718
66718
|
* https://github.com/fomantic/Fomantic-UI/
|
66719
66719
|
*
|
66720
66720
|
*
|
@@ -67371,7 +67371,7 @@ body.pushable > .pusher {
|
|
67371
67371
|
Theme Overrides
|
67372
67372
|
*******************************/
|
67373
67373
|
/*!
|
67374
|
-
* # Fomantic-UI 2.9.1-beta.
|
67374
|
+
* # Fomantic-UI 2.9.1-beta.24+029436f - Modal
|
67375
67375
|
* https://github.com/fomantic/Fomantic-UI/
|
67376
67376
|
*
|
67377
67377
|
*
|
@@ -68290,7 +68290,7 @@ body.pushable > .pusher {
|
|
68290
68290
|
Site Overrides
|
68291
68291
|
*******************************/
|
68292
68292
|
/*!
|
68293
|
-
* # Fomantic-UI 2.9.1-beta.
|
68293
|
+
* # Fomantic-UI 2.9.1-beta.24+029436f - Nag
|
68294
68294
|
* https://github.com/fomantic/Fomantic-UI/
|
68295
68295
|
*
|
68296
68296
|
*
|
@@ -68628,7 +68628,7 @@ a.ui.nag {
|
|
68628
68628
|
User Overrides
|
68629
68629
|
*******************************/
|
68630
68630
|
/*!
|
68631
|
-
* # Fomantic-UI 2.9.1-beta.
|
68631
|
+
* # Fomantic-UI 2.9.1-beta.24+029436f - Popup
|
68632
68632
|
* https://github.com/fomantic/Fomantic-UI/
|
68633
68633
|
*
|
68634
68634
|
*
|
@@ -69887,7 +69887,7 @@ a.ui.nag {
|
|
69887
69887
|
User Overrides
|
69888
69888
|
*******************************/
|
69889
69889
|
/*!
|
69890
|
-
* # Fomantic-UI 2.9.1-beta.
|
69890
|
+
* # Fomantic-UI 2.9.1-beta.24+029436f - Progress Bar
|
69891
69891
|
* https://github.com/fomantic/Fomantic-UI/
|
69892
69892
|
*
|
69893
69893
|
*
|
@@ -71807,7 +71807,7 @@ a.ui.nag {
|
|
71807
71807
|
Slider Overrides
|
71808
71808
|
*******************************/
|
71809
71809
|
/*!
|
71810
|
-
* # Fomantic-UI 2.9.1-beta.
|
71810
|
+
* # Fomantic-UI 2.9.1-beta.24+029436f - Rating
|
71811
71811
|
* https://github.com/fomantic/Fomantic-UI/
|
71812
71812
|
*
|
71813
71813
|
*
|
@@ -72310,7 +72310,7 @@ a.ui.nag {
|
|
72310
72310
|
Site Overrides
|
72311
72311
|
*******************************/
|
72312
72312
|
/*!
|
72313
|
-
* # Fomantic-UI 2.9.1-beta.
|
72313
|
+
* # Fomantic-UI 2.9.1-beta.24+029436f - Search
|
72314
72314
|
* https://github.com/fomantic/Fomantic-UI/
|
72315
72315
|
*
|
72316
72316
|
*
|
@@ -72894,7 +72894,7 @@ a.ui.nag {
|
|
72894
72894
|
Site Overrides
|
72895
72895
|
*******************************/
|
72896
72896
|
/*!
|
72897
|
-
* # Fomantic-UI 2.9.1-beta.
|
72897
|
+
* # Fomantic-UI 2.9.1-beta.24+029436f - Shape
|
72898
72898
|
* https://github.com/fomantic/Fomantic-UI/
|
72899
72899
|
*
|
72900
72900
|
*
|
@@ -73055,7 +73055,7 @@ a.ui.nag {
|
|
73055
73055
|
User Overrides
|
73056
73056
|
*******************************/
|
73057
73057
|
/*!
|
73058
|
-
* # Fomantic-UI 2.9.1-beta.
|
73058
|
+
* # Fomantic-UI 2.9.1-beta.24+029436f - Sidebar
|
73059
73059
|
* https://github.com/fomantic/Fomantic-UI/
|
73060
73060
|
*
|
73061
73061
|
*
|
@@ -73759,7 +73759,7 @@ body.pushable > .pusher {
|
|
73759
73759
|
Site Overrides
|
73760
73760
|
*******************************/
|
73761
73761
|
/*!
|
73762
|
-
* # Fomantic-UI 2.9.1-beta.
|
73762
|
+
* # Fomantic-UI 2.9.1-beta.24+029436f - Sticky
|
73763
73763
|
* https://github.com/fomantic/Fomantic-UI/
|
73764
73764
|
*
|
73765
73765
|
*
|
@@ -73832,7 +73832,7 @@ body.pushable > .pusher {
|
|
73832
73832
|
Site Overrides
|
73833
73833
|
*******************************/
|
73834
73834
|
/*!
|
73835
|
-
* # Fomantic-UI 2.9.1-beta.
|
73835
|
+
* # Fomantic-UI 2.9.1-beta.24+029436f - Tab
|
73836
73836
|
* https://github.com/fomantic/Fomantic-UI/
|
73837
73837
|
*
|
73838
73838
|
*
|
@@ -73916,7 +73916,7 @@ body.pushable > .pusher {
|
|
73916
73916
|
User Overrides
|
73917
73917
|
*******************************/
|
73918
73918
|
/*!
|
73919
|
-
* # Fomantic-UI 2.9.1-beta.
|
73919
|
+
* # Fomantic-UI 2.9.1-beta.24+029436f - Toast
|
73920
73920
|
* https://github.com/fomantic/Fomantic-UI/
|
73921
73921
|
*
|
73922
73922
|
*
|
@@ -74917,7 +74917,7 @@ body.pushable > .pusher {
|
|
74917
74917
|
Theme Overrides
|
74918
74918
|
*******************************/
|
74919
74919
|
/*!
|
74920
|
-
* # Fomantic-UI 2.9.1-beta.
|
74920
|
+
* # Fomantic-UI 2.9.1-beta.24+029436f - Transition
|
74921
74921
|
* https://github.com/fomantic/Fomantic-UI/
|
74922
74922
|
*
|
74923
74923
|
*
|