fomantic-ui 2.9.3-beta.2 → 2.9.3-beta.21
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/.github/workflows/ci.yml +1 -1
- package/dist/components/accordion.css +1 -1
- package/dist/components/accordion.js +1 -1
- 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 +1 -1
- 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 +2 -2
- package/dist/components/button.min.css +2 -2
- package/dist/components/calendar.css +6 -6
- package/dist/components/calendar.js +1 -1
- package/dist/components/calendar.min.css +2 -2
- package/dist/components/calendar.min.js +1 -1
- 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 +1 -1
- 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 +62 -1
- package/dist/components/container.min.css +2 -2
- package/dist/components/dimmer.css +3 -3
- package/dist/components/dimmer.js +1 -1
- package/dist/components/dimmer.min.css +2 -2
- 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 +42 -4
- package/dist/components/dropdown.js +22 -12
- package/dist/components/dropdown.min.css +2 -2
- package/dist/components/dropdown.min.js +2 -2
- package/dist/components/embed.css +1 -1
- package/dist/components/embed.js +1 -1
- package/dist/components/embed.min.css +1 -1
- package/dist/components/embed.min.js +1 -1
- package/dist/components/emoji.css +1 -1
- package/dist/components/emoji.min.css +1 -1
- package/dist/components/feed.css +1 -1
- package/dist/components/feed.min.css +1 -1
- package/dist/components/flag.css +3 -2
- package/dist/components/flag.min.css +2 -2
- package/dist/components/flyout.css +1 -1
- package/dist/components/flyout.js +26 -20
- package/dist/components/flyout.min.css +1 -1
- package/dist/components/flyout.min.js +2 -2
- package/dist/components/form.css +53 -20
- package/dist/components/form.js +78 -44
- package/dist/components/form.min.css +2 -2
- package/dist/components/form.min.js +2 -2
- package/dist/components/grid.css +107 -107
- package/dist/components/grid.min.css +2 -2
- 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 +3 -27
- package/dist/components/input.min.css +2 -2
- package/dist/components/item.css +1 -1
- package/dist/components/item.min.css +1 -1
- package/dist/components/label.css +21 -2
- package/dist/components/label.min.css +2 -2
- package/dist/components/list.css +13 -13
- package/dist/components/list.min.css +2 -2
- package/dist/components/loader.css +282 -282
- package/dist/components/loader.min.css +2 -2
- package/dist/components/menu.css +9 -3
- package/dist/components/menu.min.css +2 -2
- package/dist/components/message.css +1 -1
- package/dist/components/message.min.css +1 -1
- package/dist/components/modal.css +10 -3
- package/dist/components/modal.js +31 -26
- package/dist/components/modal.min.css +2 -2
- package/dist/components/modal.min.js +2 -2
- package/dist/components/nag.css +1 -1
- package/dist/components/nag.js +1 -1
- 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 +41 -40
- package/dist/components/popup.js +8 -6
- package/dist/components/popup.min.css +2 -2
- package/dist/components/popup.min.js +2 -2
- package/dist/components/progress.css +1 -1
- package/dist/components/progress.js +1 -1
- 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 +1 -1
- 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 +17 -1
- package/dist/components/search.js +3 -2
- package/dist/components/search.min.css +2 -2
- package/dist/components/search.min.js +2 -2
- package/dist/components/segment.css +159 -33
- package/dist/components/segment.min.css +2 -2
- package/dist/components/shape.css +1 -1
- package/dist/components/shape.js +1 -1
- 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 +1 -1
- 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 +1 -1
- package/dist/components/site.min.css +1 -1
- package/dist/components/site.min.js +1 -1
- package/dist/components/slider.css +1 -1
- package/dist/components/slider.js +122 -26
- package/dist/components/slider.min.css +1 -1
- package/dist/components/slider.min.js +2 -2
- package/dist/components/state.js +1 -1
- 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 +1 -1
- 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 +1 -1
- package/dist/components/tab.min.css +1 -1
- package/dist/components/tab.min.js +1 -1
- package/dist/components/table.css +65 -1
- 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 +6 -1
- package/dist/components/toast.js +2 -2
- package/dist/components/toast.min.css +2 -2
- package/dist/components/toast.min.js +2 -2
- package/dist/components/transition.css +1 -1
- package/dist/components/transition.js +1 -1
- package/dist/components/transition.min.css +1 -1
- package/dist/components/transition.min.js +1 -1
- package/dist/components/visibility.js +1 -1
- package/dist/components/visibility.min.js +1 -1
- package/dist/semantic.css +1055 -593
- package/dist/semantic.js +310 -156
- package/dist/semantic.min.css +2 -2
- package/dist/semantic.min.js +2 -2
- package/package.json +1 -1
- package/src/definitions/behaviors/form.js +77 -43
- package/src/definitions/collections/breadcrumb.less +2 -1
- package/src/definitions/collections/form.less +27 -13
- package/src/definitions/collections/grid.less +108 -107
- package/src/definitions/collections/menu.less +29 -21
- package/src/definitions/collections/message.less +2 -1
- package/src/definitions/collections/table.less +68 -1
- package/src/definitions/elements/button.less +4 -2
- package/src/definitions/elements/container.less +65 -1
- package/src/definitions/elements/divider.less +2 -1
- package/src/definitions/elements/emoji.less +2 -1
- package/src/definitions/elements/flag.less +2 -1
- package/src/definitions/elements/header.less +2 -1
- package/src/definitions/elements/icon.less +2 -1
- package/src/definitions/elements/image.less +2 -1
- package/src/definitions/elements/input.less +4 -3
- package/src/definitions/elements/label.less +23 -2
- package/src/definitions/elements/list.less +14 -13
- package/src/definitions/elements/loader.less +73 -72
- package/src/definitions/elements/placeholder.less +2 -1
- package/src/definitions/elements/rail.less +2 -1
- package/src/definitions/elements/reveal.less +2 -1
- package/src/definitions/elements/segment.less +112 -14
- package/src/definitions/elements/step.less +2 -1
- package/src/definitions/elements/text.less +2 -1
- package/src/definitions/globals/reset.less +2 -1
- package/src/definitions/globals/site.less +2 -1
- package/src/definitions/modules/accordion.less +2 -1
- package/src/definitions/modules/calendar.less +3 -2
- package/src/definitions/modules/checkbox.less +2 -1
- package/src/definitions/modules/dimmer.less +4 -3
- package/src/definitions/modules/dropdown.js +21 -11
- package/src/definitions/modules/dropdown.less +55 -4
- package/src/definitions/modules/embed.less +2 -1
- package/src/definitions/modules/flyout.js +25 -19
- package/src/definitions/modules/flyout.less +2 -1
- package/src/definitions/modules/modal.js +30 -25
- package/src/definitions/modules/modal.less +13 -3
- package/src/definitions/modules/nag.less +3 -1
- package/src/definitions/modules/popup.js +7 -5
- package/src/definitions/modules/popup.less +42 -39
- package/src/definitions/modules/progress.less +2 -1
- package/src/definitions/modules/rating.less +2 -1
- package/src/definitions/modules/search.js +2 -1
- package/src/definitions/modules/search.less +20 -1
- package/src/definitions/modules/shape.less +2 -1
- package/src/definitions/modules/sidebar.less +2 -1
- package/src/definitions/modules/slider.js +121 -25
- package/src/definitions/modules/slider.less +2 -1
- package/src/definitions/modules/sticky.less +2 -1
- package/src/definitions/modules/tab.less +2 -1
- package/src/definitions/modules/toast.js +1 -1
- package/src/definitions/modules/toast.less +9 -1
- package/src/definitions/modules/transition.less +2 -1
- package/src/definitions/views/ad.less +2 -1
- package/src/definitions/views/card.less +2 -1
- package/src/definitions/views/comment.less +2 -1
- package/src/definitions/views/feed.less +2 -1
- package/src/definitions/views/item.less +2 -1
- package/src/definitions/views/statistic.less +2 -1
- package/src/overrides.less +7 -0
- package/src/theme.less +7 -6
- package/src/themes/amazon/elements/button.variables +5 -1
- package/src/themes/bootstrap3/elements/button.variables +5 -1
- package/src/themes/chubby/elements/header.variables +6 -1
- package/src/themes/default/collections/message.variables +3 -9
- package/src/themes/default/collections/table.variables +3 -0
- package/src/themes/default/elements/button.variables +1 -3
- package/src/themes/default/elements/container.variables +3 -0
- package/src/themes/default/elements/flag.variables +1 -1
- package/src/themes/default/elements/label.variables +5 -0
- package/src/themes/default/elements/segment.variables +8 -0
- package/src/themes/default/globals/site.variables +20 -1
- package/src/themes/default/globals/variation.variables +7 -1
- package/src/themes/default/modules/dropdown.variables +6 -0
- package/src/themes/default/modules/modal.variables +4 -0
- package/src/themes/default/modules/popup.variables +3 -1
- package/src/themes/default/modules/search.variables +3 -0
- package/src/themes/default/modules/toast.variables +1 -0
- package/src/themes/default/views/card.variables +4 -12
- package/src/themes/github/elements/button.variables +5 -1
- package/src/themes/twitter/elements/button.variables +5 -1
- package/tasks/admin/distributions/create.js +8 -3
- package/tasks/config/project/install.js +3 -0
- package/tasks/config/tasks.js +1 -8
- package/tasks/install.js +15 -5
package/dist/semantic.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*
|
2
|
-
* # Fomantic UI - 2.9.3-beta.
|
2
|
+
* # Fomantic UI - 2.9.3-beta.21+491b07a
|
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.3-beta.
|
12
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Reset
|
13
13
|
* https://github.com/fomantic/Fomantic-UI/
|
14
14
|
*
|
15
15
|
*
|
@@ -430,7 +430,7 @@ template {
|
|
430
430
|
Site Overrides
|
431
431
|
*******************************/
|
432
432
|
/*!
|
433
|
-
* # Fomantic-UI 2.9.3-beta.
|
433
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Site
|
434
434
|
* https://github.com/fomantic/Fomantic-UI/
|
435
435
|
*
|
436
436
|
*
|
@@ -727,7 +727,7 @@ input::selection {
|
|
727
727
|
Site Overrides
|
728
728
|
*******************************/
|
729
729
|
/*!
|
730
|
-
* # Fomantic-UI 2.9.3-beta.
|
730
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Button
|
731
731
|
* https://github.com/fomantic/Fomantic-UI/
|
732
732
|
*
|
733
733
|
*
|
@@ -843,7 +843,7 @@ input::selection {
|
|
843
843
|
|
844
844
|
/* Specificity hack */
|
845
845
|
|
846
|
-
.ui.
|
846
|
+
.ui.ui.ui.ui.ui.ui.loading.button {
|
847
847
|
position: relative;
|
848
848
|
cursor: default;
|
849
849
|
text-shadow: none !important;
|
@@ -5414,7 +5414,7 @@ input::selection {
|
|
5414
5414
|
Site Overrides
|
5415
5415
|
*******************************/
|
5416
5416
|
/*!
|
5417
|
-
* # Fomantic-UI 2.9.3-beta.
|
5417
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Container
|
5418
5418
|
* https://github.com/fomantic/Fomantic-UI/
|
5419
5419
|
*
|
5420
5420
|
*
|
@@ -5599,10 +5599,18 @@ input::selection {
|
|
5599
5599
|
max-height: 11.25em;
|
5600
5600
|
}
|
5601
5601
|
|
5602
|
+
.ui.scrolling.container.short.resizable {
|
5603
|
+
height: 11.25em;
|
5604
|
+
}
|
5605
|
+
|
5602
5606
|
.ui.scrolling.container[class*="very short"] {
|
5603
5607
|
max-height: 7.5em;
|
5604
5608
|
}
|
5605
5609
|
|
5610
|
+
.ui.scrolling.container[class*="very short"].resizable {
|
5611
|
+
height: 7.5em;
|
5612
|
+
}
|
5613
|
+
|
5606
5614
|
.ui.scrolling.container {
|
5607
5615
|
max-height: 15em;
|
5608
5616
|
}
|
@@ -5611,9 +5619,17 @@ input::selection {
|
|
5611
5619
|
max-height: 30em;
|
5612
5620
|
}
|
5613
5621
|
|
5622
|
+
.ui.scrolling.container.long.resizable {
|
5623
|
+
height: 30em;
|
5624
|
+
}
|
5625
|
+
|
5614
5626
|
.ui.scrolling.container[class*="very long"] {
|
5615
5627
|
max-height: 45em;
|
5616
5628
|
}
|
5629
|
+
|
5630
|
+
.ui.scrolling.container[class*="very long"].resizable {
|
5631
|
+
height: 45em;
|
5632
|
+
}
|
5617
5633
|
}
|
5618
5634
|
|
5619
5635
|
@media only screen and (min-width: 768px) {
|
@@ -5621,21 +5637,41 @@ input::selection {
|
|
5621
5637
|
max-height: 13.5em;
|
5622
5638
|
}
|
5623
5639
|
|
5640
|
+
.ui.scrolling.container.short.resizable {
|
5641
|
+
height: 13.5em;
|
5642
|
+
}
|
5643
|
+
|
5624
5644
|
.ui.scrolling.container[class*="very short"] {
|
5625
5645
|
max-height: 9em;
|
5626
5646
|
}
|
5627
5647
|
|
5648
|
+
.ui.scrolling.container[class*="very short"].resizable {
|
5649
|
+
height: 9em;
|
5650
|
+
}
|
5651
|
+
|
5628
5652
|
.ui.scrolling.container {
|
5629
5653
|
max-height: 18em;
|
5630
5654
|
}
|
5631
5655
|
|
5656
|
+
.ui.scrolling.container.resizable {
|
5657
|
+
height: 18em;
|
5658
|
+
}
|
5659
|
+
|
5632
5660
|
.ui.scrolling.container.long {
|
5633
5661
|
max-height: 36em;
|
5634
5662
|
}
|
5635
5663
|
|
5664
|
+
.ui.scrolling.container.long.resizable {
|
5665
|
+
height: 36em;
|
5666
|
+
}
|
5667
|
+
|
5636
5668
|
.ui.scrolling.container[class*="very long"] {
|
5637
5669
|
max-height: 54em;
|
5638
5670
|
}
|
5671
|
+
|
5672
|
+
.ui.scrolling.container[class*="very long"].resizable {
|
5673
|
+
height: 54em;
|
5674
|
+
}
|
5639
5675
|
}
|
5640
5676
|
|
5641
5677
|
@media only screen and (min-width: 992px) {
|
@@ -5643,21 +5679,41 @@ input::selection {
|
|
5643
5679
|
max-height: 18em;
|
5644
5680
|
}
|
5645
5681
|
|
5682
|
+
.ui.scrolling.container.short.resizable {
|
5683
|
+
height: 18em;
|
5684
|
+
}
|
5685
|
+
|
5646
5686
|
.ui.scrolling.container[class*="very short"] {
|
5647
5687
|
max-height: 12em;
|
5648
5688
|
}
|
5649
5689
|
|
5690
|
+
.ui.scrolling.container[class*="very short"].resizable {
|
5691
|
+
height: 12em;
|
5692
|
+
}
|
5693
|
+
|
5650
5694
|
.ui.scrolling.container {
|
5651
5695
|
max-height: 24em;
|
5652
5696
|
}
|
5653
5697
|
|
5698
|
+
.ui.scrolling.container.resizable {
|
5699
|
+
height: 24em;
|
5700
|
+
}
|
5701
|
+
|
5654
5702
|
.ui.scrolling.container.long {
|
5655
5703
|
max-height: 48em;
|
5656
5704
|
}
|
5657
5705
|
|
5706
|
+
.ui.scrolling.container.long.resizable {
|
5707
|
+
height: 48em;
|
5708
|
+
}
|
5709
|
+
|
5658
5710
|
.ui.scrolling.container[class*="very long"] {
|
5659
5711
|
max-height: 72em;
|
5660
5712
|
}
|
5713
|
+
|
5714
|
+
.ui.scrolling.container[class*="very long"].resizable {
|
5715
|
+
height: 72em;
|
5716
|
+
}
|
5661
5717
|
}
|
5662
5718
|
|
5663
5719
|
@media only screen and (min-width: 1920px) {
|
@@ -5665,21 +5721,46 @@ input::selection {
|
|
5665
5721
|
max-height: 22.5em;
|
5666
5722
|
}
|
5667
5723
|
|
5724
|
+
.ui.scrolling.container.short.resizable {
|
5725
|
+
height: 22.5em;
|
5726
|
+
}
|
5727
|
+
|
5668
5728
|
.ui.scrolling.container[class*="very short"] {
|
5669
5729
|
max-height: 15em;
|
5670
5730
|
}
|
5671
5731
|
|
5732
|
+
.ui.scrolling.container[class*="very short"].resizable {
|
5733
|
+
height: 15em;
|
5734
|
+
}
|
5735
|
+
|
5672
5736
|
.ui.scrolling.container {
|
5673
5737
|
max-height: 30em;
|
5674
5738
|
}
|
5675
5739
|
|
5740
|
+
.ui.scrolling.container.resizable {
|
5741
|
+
height: 30em;
|
5742
|
+
}
|
5743
|
+
|
5676
5744
|
.ui.scrolling.container.long {
|
5677
5745
|
max-height: 60em;
|
5678
5746
|
}
|
5679
5747
|
|
5748
|
+
.ui.scrolling.container.long.resizable {
|
5749
|
+
height: 60em;
|
5750
|
+
}
|
5751
|
+
|
5680
5752
|
.ui.scrolling.container[class*="very long"] {
|
5681
5753
|
max-height: 90em;
|
5682
5754
|
}
|
5755
|
+
|
5756
|
+
.ui.scrolling.container[class*="very long"].resizable {
|
5757
|
+
height: 90em;
|
5758
|
+
}
|
5759
|
+
}
|
5760
|
+
|
5761
|
+
.ui.resizable.scrolling.container {
|
5762
|
+
resize: vertical;
|
5763
|
+
max-height: none;
|
5683
5764
|
}
|
5684
5765
|
|
5685
5766
|
/*******************************
|
@@ -5690,7 +5771,7 @@ input::selection {
|
|
5690
5771
|
Site Overrides
|
5691
5772
|
*******************************/
|
5692
5773
|
/*!
|
5693
|
-
* # Fomantic-UI 2.9.3-beta.
|
5774
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Divider
|
5694
5775
|
* https://github.com/fomantic/Fomantic-UI/
|
5695
5776
|
*
|
5696
5777
|
*
|
@@ -5998,7 +6079,7 @@ input::selection {
|
|
5998
6079
|
Site Overrides
|
5999
6080
|
*******************************/
|
6000
6081
|
/*!
|
6001
|
-
* # Fomantic-UI 2.9.3-beta.
|
6082
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Emoji
|
6002
6083
|
* https://github.com/fomantic/Fomantic-UI/
|
6003
6084
|
*
|
6004
6085
|
*
|
@@ -23817,7 +23898,7 @@ em[data-emoji="regional_indicator_a"]::before {
|
|
23817
23898
|
Site Overrides
|
23818
23899
|
*******************************/
|
23819
23900
|
/*!
|
23820
|
-
* # Fomantic-UI 2.9.3-beta.
|
23901
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Flag
|
23821
23902
|
* https://github.com/fomantic/Fomantic-UI/
|
23822
23903
|
*
|
23823
23904
|
*
|
@@ -24195,7 +24276,8 @@ i.flag.cyprus::before {
|
|
24195
24276
|
}
|
24196
24277
|
|
24197
24278
|
i.flag.cz::before,
|
24198
|
-
i.flag.czechia::before
|
24279
|
+
i.flag.czechia::before,
|
24280
|
+
i.flag.czech.republic::before {
|
24199
24281
|
background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e8-1f1ff.svg");
|
24200
24282
|
}
|
24201
24283
|
|
@@ -25229,7 +25311,7 @@ i.flag.united.nations::before {
|
|
25229
25311
|
Site Overrides
|
25230
25312
|
*******************************/
|
25231
25313
|
/*!
|
25232
|
-
* # Fomantic-UI 2.9.3-beta.
|
25314
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Header
|
25233
25315
|
* https://github.com/fomantic/Fomantic-UI/
|
25234
25316
|
*
|
25235
25317
|
*
|
@@ -26179,7 +26261,7 @@ a.ui.inverted.black.header.header.header:hover {
|
|
26179
26261
|
Site Overrides
|
26180
26262
|
*******************************/
|
26181
26263
|
/*!
|
26182
|
-
* # Fomantic-UI 2.9.3-beta.
|
26264
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Icon
|
26183
26265
|
* https://github.com/fomantic/Fomantic-UI/
|
26184
26266
|
*
|
26185
26267
|
*
|
@@ -35289,7 +35371,7 @@ i.icon.youtube.play::before {
|
|
35289
35371
|
Site Overrides
|
35290
35372
|
*******************************/
|
35291
35373
|
/*!
|
35292
|
-
* # Fomantic-UI 2.9.3-beta.
|
35374
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Image
|
35293
35375
|
* https://github.com/fomantic/Fomantic-UI/
|
35294
35376
|
*
|
35295
35377
|
*
|
@@ -35630,7 +35712,7 @@ img.ui.bordered.image {
|
|
35630
35712
|
Site Overrides
|
35631
35713
|
*******************************/
|
35632
35714
|
/*!
|
35633
|
-
* # Fomantic-UI 2.9.3-beta.
|
35715
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Input
|
35634
35716
|
* https://github.com/fomantic/Fomantic-UI/
|
35635
35717
|
*
|
35636
35718
|
*
|
@@ -35744,7 +35826,7 @@ img.ui.bordered.image {
|
|
35744
35826
|
Loading
|
35745
35827
|
--------------------- */
|
35746
35828
|
|
35747
|
-
.ui.
|
35829
|
+
.ui.ui.loading.input > i.icon::before {
|
35748
35830
|
position: absolute;
|
35749
35831
|
content: "";
|
35750
35832
|
top: 50%;
|
@@ -35756,7 +35838,7 @@ img.ui.bordered.image {
|
|
35756
35838
|
border: 0.2em solid rgba(0, 0, 0, 0.1);
|
35757
35839
|
}
|
35758
35840
|
|
35759
|
-
.ui.
|
35841
|
+
.ui.ui.loading.input > i.icon::after {
|
35760
35842
|
position: absolute;
|
35761
35843
|
content: "";
|
35762
35844
|
top: 50%;
|
@@ -35813,27 +35895,6 @@ img.ui.bordered.image {
|
|
35813
35895
|
box-shadow: none;
|
35814
35896
|
}
|
35815
35897
|
|
35816
|
-
.ui.input > input:not(:-ms-input-placeholder):invalid {
|
35817
|
-
background-color: #fff6f6;
|
35818
|
-
border-color: #e0b4b4;
|
35819
|
-
color: #9f3a38;
|
35820
|
-
box-shadow: none;
|
35821
|
-
}
|
35822
|
-
|
35823
|
-
.ui.input > input:not(:placeholder-shown):invalid {
|
35824
|
-
background-color: #fff6f6;
|
35825
|
-
border-color: #e0b4b4;
|
35826
|
-
color: #9f3a38;
|
35827
|
-
box-shadow: none;
|
35828
|
-
}
|
35829
|
-
|
35830
|
-
.ui.input > input:not(:-ms-input-placeholder):invalid {
|
35831
|
-
background-color: #fff6f6;
|
35832
|
-
border-color: #e0b4b4;
|
35833
|
-
color: #9f3a38;
|
35834
|
-
box-shadow: none;
|
35835
|
-
}
|
35836
|
-
|
35837
35898
|
/* Placeholder */
|
35838
35899
|
|
35839
35900
|
.ui.input.error > input:-ms-input-placeholder {
|
@@ -36643,13 +36704,6 @@ img.ui.bordered.image {
|
|
36643
36704
|
color: rgba(0, 0, 0, 0.6);
|
36644
36705
|
}
|
36645
36706
|
|
36646
|
-
.ui.form .field input[type="file"]:required:invalid,
|
36647
|
-
.ui.file.input input[type="file"]:required:invalid {
|
36648
|
-
color: #9f3a38;
|
36649
|
-
background: #fff6f6;
|
36650
|
-
border-color: #e0b4b4;
|
36651
|
-
}
|
36652
|
-
|
36653
36707
|
input[type="file"].ui.invisible.file.input,
|
36654
36708
|
.ui.invisible.file.input input[type="file"] {
|
36655
36709
|
left: -99999px;
|
@@ -37538,7 +37592,7 @@ input[type="file"].ui.black.file.input::file-selector-button:hover,
|
|
37538
37592
|
Site Overrides
|
37539
37593
|
*******************************/
|
37540
37594
|
/*!
|
37541
|
-
* # Fomantic-UI 2.9.3-beta.
|
37595
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Label
|
37542
37596
|
* https://github.com/fomantic/Fomantic-UI/
|
37543
37597
|
*
|
37544
37598
|
*
|
@@ -38007,7 +38061,24 @@ a.ui.label {
|
|
38007
38061
|
border-top-color: inherit;
|
38008
38062
|
}
|
38009
38063
|
|
38010
|
-
|
38064
|
+
.ui.ui.center.ribbon.label {
|
38065
|
+
top: calc(50% - 1em);
|
38066
|
+
z-index: 1;
|
38067
|
+
}
|
38068
|
+
|
38069
|
+
.ui.bottom.ribbon.label::after {
|
38070
|
+
bottom: 100%;
|
38071
|
+
top: auto;
|
38072
|
+
border-width: 1.2em 1.2em 0 0;
|
38073
|
+
}
|
38074
|
+
|
38075
|
+
.ui.bottom[class*="right ribbon"].label::after {
|
38076
|
+
border-width: 1.2em 0 0 1.2em;
|
38077
|
+
border-color: transparent;
|
38078
|
+
border-left-color: inherit;
|
38079
|
+
}
|
38080
|
+
|
38081
|
+
/* Inside Image */
|
38011
38082
|
|
38012
38083
|
.ui.image > .ribbon.label,
|
38013
38084
|
.ui.card .image > .ribbon.label {
|
@@ -38026,6 +38097,12 @@ a.ui.label {
|
|
38026
38097
|
padding-left: 0.833em;
|
38027
38098
|
}
|
38028
38099
|
|
38100
|
+
.ui.card .image > .ui.bottom.ribbon.label,
|
38101
|
+
.ui.image > .ui.bottom.ribbon.label {
|
38102
|
+
bottom: 1rem;
|
38103
|
+
top: auto;
|
38104
|
+
}
|
38105
|
+
|
38029
38106
|
/* Inside Table */
|
38030
38107
|
|
38031
38108
|
.ui.table td > .ui.ribbon.label {
|
@@ -39922,7 +39999,7 @@ a.ui.ui.ui.inverted.basic.black.label:hover {
|
|
39922
39999
|
Site Overrides
|
39923
40000
|
*******************************/
|
39924
40001
|
/*!
|
39925
|
-
* # Fomantic-UI 2.9.3-beta.
|
40002
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - List
|
39926
40003
|
* https://github.com/fomantic/Fomantic-UI/
|
39927
40004
|
*
|
39928
40005
|
*
|
@@ -40399,18 +40476,18 @@ ol.ui.list ol li,
|
|
40399
40476
|
transition: 0.1s color ease;
|
40400
40477
|
}
|
40401
40478
|
|
40402
|
-
.ui.link.list
|
40403
|
-
.ui.link.list
|
40479
|
+
.ui.ui.link.list a.item:hover,
|
40480
|
+
.ui.ui.link.list .item a:not(.ui):hover {
|
40404
40481
|
color: rgba(0, 0, 0, 0.8);
|
40405
40482
|
}
|
40406
40483
|
|
40407
|
-
.ui.link.list
|
40408
|
-
.ui.link.list
|
40484
|
+
.ui.ui.link.list a.item:active,
|
40485
|
+
.ui.ui.link.list .item a:not(.ui):active {
|
40409
40486
|
color: rgba(0, 0, 0, 0.9);
|
40410
40487
|
}
|
40411
40488
|
|
40412
|
-
.ui.link.list
|
40413
|
-
.ui.link.list
|
40489
|
+
.ui.ui.link.list .active.item,
|
40490
|
+
.ui.ui.link.list .active.item a:not(.ui) {
|
40414
40491
|
color: rgba(0, 0, 0, 0.95);
|
40415
40492
|
}
|
40416
40493
|
|
@@ -40422,18 +40499,18 @@ ol.ui.list ol li,
|
|
40422
40499
|
color: rgba(255, 255, 255, 0.5);
|
40423
40500
|
}
|
40424
40501
|
|
40425
|
-
.ui.inverted.link.list
|
40426
|
-
.ui.inverted.link.list
|
40502
|
+
.ui.ui.inverted.link.list a.item:hover,
|
40503
|
+
.ui.ui.inverted.link.list .item a:not(.ui):hover {
|
40427
40504
|
color: #ffffff;
|
40428
40505
|
}
|
40429
40506
|
|
40430
|
-
.ui.inverted.link.list
|
40431
|
-
.ui.inverted.link.list
|
40507
|
+
.ui.ui.inverted.link.list a.item:active,
|
40508
|
+
.ui.ui.inverted.link.list .item a:not(.ui):active {
|
40432
40509
|
color: #ffffff;
|
40433
40510
|
}
|
40434
40511
|
|
40435
|
-
.ui.inverted.link.list
|
40436
|
-
.ui.inverted.link.list
|
40512
|
+
.ui.ui.inverted.link.list a.active.item,
|
40513
|
+
.ui.ui.inverted.link.list .active.item a:not(.ui) {
|
40437
40514
|
color: #ffffff;
|
40438
40515
|
}
|
40439
40516
|
|
@@ -41022,7 +41099,7 @@ ol.ui.suffixed.list li::before,
|
|
41022
41099
|
Site Overrides
|
41023
41100
|
*******************************/
|
41024
41101
|
/*!
|
41025
|
-
* # Fomantic-UI 2.9.3-beta.
|
41102
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Loader
|
41026
41103
|
* https://github.com/fomantic/Fomantic-UI/
|
41027
41104
|
*
|
41028
41105
|
*
|
@@ -41078,16 +41155,16 @@ ol.ui.suffixed.list li::before,
|
|
41078
41155
|
|
41079
41156
|
/* Speeds */
|
41080
41157
|
|
41081
|
-
.ui.fast.loading
|
41082
|
-
.ui.fast.loading
|
41083
|
-
.ui.fast.loading
|
41158
|
+
.ui.ui.fast.loading::after,
|
41159
|
+
.ui.ui.fast.loading .input > i.icon::after,
|
41160
|
+
.ui.ui.fast.loading > i.icon::after,
|
41084
41161
|
.ui.fast.loader::after {
|
41085
41162
|
animation-duration: 0.3s;
|
41086
41163
|
}
|
41087
41164
|
|
41088
|
-
.ui.slow.loading
|
41089
|
-
.ui.slow.loading
|
41090
|
-
.ui.slow.loading
|
41165
|
+
.ui.ui.slow.loading::after,
|
41166
|
+
.ui.ui.slow.loading .input > i.icon::after,
|
41167
|
+
.ui.ui.slow.loading > i.icon::after,
|
41091
41168
|
.ui.slow.loader::after {
|
41092
41169
|
animation-duration: 0.9s;
|
41093
41170
|
}
|
@@ -41320,378 +41397,378 @@ ol.ui.suffixed.list li::before,
|
|
41320
41397
|
Colors
|
41321
41398
|
-------------------- */
|
41322
41399
|
|
41323
|
-
.ui.primary.elastic.loader
|
41400
|
+
.ui.ui.primary.elastic.loader::before,
|
41324
41401
|
.ui.primary.basic.elastic.loading.button::before,
|
41325
41402
|
.ui.primary.basic.elastic.loading.button::after,
|
41326
|
-
.ui.primary.elastic.loading
|
41327
|
-
.ui.primary.elastic.loading
|
41328
|
-
.ui.
|
41329
|
-
.ui.
|
41330
|
-
.ui.
|
41331
|
-
.ui.
|
41332
|
-
.ui.
|
41403
|
+
.ui.ui.ui.primary.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
41404
|
+
.ui.ui.ui.primary.elastic.loading .input > i.icon::before,
|
41405
|
+
.ui.ui.ui.ui.primary.elastic.loading > i.icon::before,
|
41406
|
+
.ui.ui.ui.ui.primary.loading:not(.usual):not(.button)::after,
|
41407
|
+
.ui.ui.ui.ui.primary.loading .input > i.icon::after,
|
41408
|
+
.ui.ui.ui.ui.primary.loading > i.icon::after,
|
41409
|
+
.ui.ui.ui.primary.loader::after {
|
41333
41410
|
color: #2185d0;
|
41334
41411
|
}
|
41335
41412
|
|
41336
41413
|
.ui.inverted.primary.elastic.loader::before,
|
41337
|
-
.ui.inverted.primary.elastic.loading
|
41338
|
-
.ui.inverted.primary.elastic.loading
|
41339
|
-
.ui.inverted.primary.elastic.loading
|
41340
|
-
.ui.
|
41341
|
-
.ui.
|
41342
|
-
.ui.
|
41343
|
-
.ui.inverted.primary.loader
|
41414
|
+
.ui.ui.ui.inverted.primary.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
41415
|
+
.ui.ui.ui.inverted.primary.elastic.loading .input > i.icon::before,
|
41416
|
+
.ui.ui.ui.inverted.primary.elastic.loading > i.icon::before,
|
41417
|
+
.ui.ui.ui.ui.inverted.primary.loading:not(.usual)::after,
|
41418
|
+
.ui.ui.ui.ui.inverted.primary.loading .input > i.icon::after,
|
41419
|
+
.ui.ui.ui.ui.inverted.primary.loading > i.icon::after,
|
41420
|
+
.ui.ui.ui.inverted.primary.loader::after {
|
41344
41421
|
color: #54c8ff;
|
41345
41422
|
}
|
41346
41423
|
|
41347
|
-
.ui.secondary.elastic.loader
|
41424
|
+
.ui.ui.secondary.elastic.loader::before,
|
41348
41425
|
.ui.secondary.basic.elastic.loading.button::before,
|
41349
41426
|
.ui.secondary.basic.elastic.loading.button::after,
|
41350
|
-
.ui.secondary.elastic.loading
|
41351
|
-
.ui.secondary.elastic.loading
|
41352
|
-
.ui.
|
41353
|
-
.ui.
|
41354
|
-
.ui.
|
41355
|
-
.ui.
|
41356
|
-
.ui.
|
41427
|
+
.ui.ui.ui.secondary.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
41428
|
+
.ui.ui.ui.secondary.elastic.loading .input > i.icon::before,
|
41429
|
+
.ui.ui.ui.ui.secondary.elastic.loading > i.icon::before,
|
41430
|
+
.ui.ui.ui.ui.secondary.loading:not(.usual):not(.button)::after,
|
41431
|
+
.ui.ui.ui.ui.secondary.loading .input > i.icon::after,
|
41432
|
+
.ui.ui.ui.ui.secondary.loading > i.icon::after,
|
41433
|
+
.ui.ui.ui.secondary.loader::after {
|
41357
41434
|
color: #1b1c1d;
|
41358
41435
|
}
|
41359
41436
|
|
41360
41437
|
.ui.inverted.secondary.elastic.loader::before,
|
41361
|
-
.ui.inverted.secondary.elastic.loading
|
41362
|
-
.ui.inverted.secondary.elastic.loading
|
41363
|
-
.ui.inverted.secondary.elastic.loading
|
41364
|
-
.ui.
|
41365
|
-
.ui.
|
41366
|
-
.ui.
|
41367
|
-
.ui.inverted.secondary.loader
|
41438
|
+
.ui.ui.ui.inverted.secondary.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
41439
|
+
.ui.ui.ui.inverted.secondary.elastic.loading .input > i.icon::before,
|
41440
|
+
.ui.ui.ui.inverted.secondary.elastic.loading > i.icon::before,
|
41441
|
+
.ui.ui.ui.ui.inverted.secondary.loading:not(.usual)::after,
|
41442
|
+
.ui.ui.ui.ui.inverted.secondary.loading .input > i.icon::after,
|
41443
|
+
.ui.ui.ui.ui.inverted.secondary.loading > i.icon::after,
|
41444
|
+
.ui.ui.ui.inverted.secondary.loader::after {
|
41368
41445
|
color: #545454;
|
41369
41446
|
}
|
41370
41447
|
|
41371
|
-
.ui.red.elastic.loader
|
41448
|
+
.ui.ui.red.elastic.loader::before,
|
41372
41449
|
.ui.red.basic.elastic.loading.button::before,
|
41373
41450
|
.ui.red.basic.elastic.loading.button::after,
|
41374
|
-
.ui.red.elastic.loading
|
41375
|
-
.ui.red.elastic.loading
|
41376
|
-
.ui.
|
41377
|
-
.ui.
|
41378
|
-
.ui.
|
41379
|
-
.ui.
|
41380
|
-
.ui.
|
41451
|
+
.ui.ui.ui.red.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
41452
|
+
.ui.ui.ui.red.elastic.loading .input > i.icon::before,
|
41453
|
+
.ui.ui.ui.ui.red.elastic.loading > i.icon::before,
|
41454
|
+
.ui.ui.ui.ui.red.loading:not(.usual):not(.button)::after,
|
41455
|
+
.ui.ui.ui.ui.red.loading .input > i.icon::after,
|
41456
|
+
.ui.ui.ui.ui.red.loading > i.icon::after,
|
41457
|
+
.ui.ui.ui.red.loader::after {
|
41381
41458
|
color: #db2828;
|
41382
41459
|
}
|
41383
41460
|
|
41384
41461
|
.ui.inverted.red.elastic.loader::before,
|
41385
|
-
.ui.inverted.red.elastic.loading
|
41386
|
-
.ui.inverted.red.elastic.loading
|
41387
|
-
.ui.inverted.red.elastic.loading
|
41388
|
-
.ui.
|
41389
|
-
.ui.
|
41390
|
-
.ui.
|
41391
|
-
.ui.inverted.red.loader
|
41462
|
+
.ui.ui.ui.inverted.red.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
41463
|
+
.ui.ui.ui.inverted.red.elastic.loading .input > i.icon::before,
|
41464
|
+
.ui.ui.ui.inverted.red.elastic.loading > i.icon::before,
|
41465
|
+
.ui.ui.ui.ui.inverted.red.loading:not(.usual)::after,
|
41466
|
+
.ui.ui.ui.ui.inverted.red.loading .input > i.icon::after,
|
41467
|
+
.ui.ui.ui.ui.inverted.red.loading > i.icon::after,
|
41468
|
+
.ui.ui.ui.inverted.red.loader::after {
|
41392
41469
|
color: #ff695e;
|
41393
41470
|
}
|
41394
41471
|
|
41395
|
-
.ui.orange.elastic.loader
|
41472
|
+
.ui.ui.orange.elastic.loader::before,
|
41396
41473
|
.ui.orange.basic.elastic.loading.button::before,
|
41397
41474
|
.ui.orange.basic.elastic.loading.button::after,
|
41398
|
-
.ui.orange.elastic.loading
|
41399
|
-
.ui.orange.elastic.loading
|
41400
|
-
.ui.
|
41401
|
-
.ui.
|
41402
|
-
.ui.
|
41403
|
-
.ui.
|
41404
|
-
.ui.
|
41475
|
+
.ui.ui.ui.orange.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
41476
|
+
.ui.ui.ui.orange.elastic.loading .input > i.icon::before,
|
41477
|
+
.ui.ui.ui.ui.orange.elastic.loading > i.icon::before,
|
41478
|
+
.ui.ui.ui.ui.orange.loading:not(.usual):not(.button)::after,
|
41479
|
+
.ui.ui.ui.ui.orange.loading .input > i.icon::after,
|
41480
|
+
.ui.ui.ui.ui.orange.loading > i.icon::after,
|
41481
|
+
.ui.ui.ui.orange.loader::after {
|
41405
41482
|
color: #f2711c;
|
41406
41483
|
}
|
41407
41484
|
|
41408
41485
|
.ui.inverted.orange.elastic.loader::before,
|
41409
|
-
.ui.inverted.orange.elastic.loading
|
41410
|
-
.ui.inverted.orange.elastic.loading
|
41411
|
-
.ui.inverted.orange.elastic.loading
|
41412
|
-
.ui.
|
41413
|
-
.ui.
|
41414
|
-
.ui.
|
41415
|
-
.ui.inverted.orange.loader
|
41486
|
+
.ui.ui.ui.inverted.orange.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
41487
|
+
.ui.ui.ui.inverted.orange.elastic.loading .input > i.icon::before,
|
41488
|
+
.ui.ui.ui.inverted.orange.elastic.loading > i.icon::before,
|
41489
|
+
.ui.ui.ui.ui.inverted.orange.loading:not(.usual)::after,
|
41490
|
+
.ui.ui.ui.ui.inverted.orange.loading .input > i.icon::after,
|
41491
|
+
.ui.ui.ui.ui.inverted.orange.loading > i.icon::after,
|
41492
|
+
.ui.ui.ui.inverted.orange.loader::after {
|
41416
41493
|
color: #ff851b;
|
41417
41494
|
}
|
41418
41495
|
|
41419
|
-
.ui.yellow.elastic.loader
|
41496
|
+
.ui.ui.yellow.elastic.loader::before,
|
41420
41497
|
.ui.yellow.basic.elastic.loading.button::before,
|
41421
41498
|
.ui.yellow.basic.elastic.loading.button::after,
|
41422
|
-
.ui.yellow.elastic.loading
|
41423
|
-
.ui.yellow.elastic.loading
|
41424
|
-
.ui.
|
41425
|
-
.ui.
|
41426
|
-
.ui.
|
41427
|
-
.ui.
|
41428
|
-
.ui.
|
41499
|
+
.ui.ui.ui.yellow.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
41500
|
+
.ui.ui.ui.yellow.elastic.loading .input > i.icon::before,
|
41501
|
+
.ui.ui.ui.ui.yellow.elastic.loading > i.icon::before,
|
41502
|
+
.ui.ui.ui.ui.yellow.loading:not(.usual):not(.button)::after,
|
41503
|
+
.ui.ui.ui.ui.yellow.loading .input > i.icon::after,
|
41504
|
+
.ui.ui.ui.ui.yellow.loading > i.icon::after,
|
41505
|
+
.ui.ui.ui.yellow.loader::after {
|
41429
41506
|
color: #fbbd08;
|
41430
41507
|
}
|
41431
41508
|
|
41432
41509
|
.ui.inverted.yellow.elastic.loader::before,
|
41433
|
-
.ui.inverted.yellow.elastic.loading
|
41434
|
-
.ui.inverted.yellow.elastic.loading
|
41435
|
-
.ui.inverted.yellow.elastic.loading
|
41436
|
-
.ui.
|
41437
|
-
.ui.
|
41438
|
-
.ui.
|
41439
|
-
.ui.inverted.yellow.loader
|
41510
|
+
.ui.ui.ui.inverted.yellow.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
41511
|
+
.ui.ui.ui.inverted.yellow.elastic.loading .input > i.icon::before,
|
41512
|
+
.ui.ui.ui.inverted.yellow.elastic.loading > i.icon::before,
|
41513
|
+
.ui.ui.ui.ui.inverted.yellow.loading:not(.usual)::after,
|
41514
|
+
.ui.ui.ui.ui.inverted.yellow.loading .input > i.icon::after,
|
41515
|
+
.ui.ui.ui.ui.inverted.yellow.loading > i.icon::after,
|
41516
|
+
.ui.ui.ui.inverted.yellow.loader::after {
|
41440
41517
|
color: #ffe21f;
|
41441
41518
|
}
|
41442
41519
|
|
41443
|
-
.ui.olive.elastic.loader
|
41520
|
+
.ui.ui.olive.elastic.loader::before,
|
41444
41521
|
.ui.olive.basic.elastic.loading.button::before,
|
41445
41522
|
.ui.olive.basic.elastic.loading.button::after,
|
41446
|
-
.ui.olive.elastic.loading
|
41447
|
-
.ui.olive.elastic.loading
|
41448
|
-
.ui.
|
41449
|
-
.ui.
|
41450
|
-
.ui.
|
41451
|
-
.ui.
|
41452
|
-
.ui.
|
41523
|
+
.ui.ui.ui.olive.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
41524
|
+
.ui.ui.ui.olive.elastic.loading .input > i.icon::before,
|
41525
|
+
.ui.ui.ui.ui.olive.elastic.loading > i.icon::before,
|
41526
|
+
.ui.ui.ui.ui.olive.loading:not(.usual):not(.button)::after,
|
41527
|
+
.ui.ui.ui.ui.olive.loading .input > i.icon::after,
|
41528
|
+
.ui.ui.ui.ui.olive.loading > i.icon::after,
|
41529
|
+
.ui.ui.ui.olive.loader::after {
|
41453
41530
|
color: #b5cc18;
|
41454
41531
|
}
|
41455
41532
|
|
41456
41533
|
.ui.inverted.olive.elastic.loader::before,
|
41457
|
-
.ui.inverted.olive.elastic.loading
|
41458
|
-
.ui.inverted.olive.elastic.loading
|
41459
|
-
.ui.inverted.olive.elastic.loading
|
41460
|
-
.ui.
|
41461
|
-
.ui.
|
41462
|
-
.ui.
|
41463
|
-
.ui.inverted.olive.loader
|
41534
|
+
.ui.ui.ui.inverted.olive.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
41535
|
+
.ui.ui.ui.inverted.olive.elastic.loading .input > i.icon::before,
|
41536
|
+
.ui.ui.ui.inverted.olive.elastic.loading > i.icon::before,
|
41537
|
+
.ui.ui.ui.ui.inverted.olive.loading:not(.usual)::after,
|
41538
|
+
.ui.ui.ui.ui.inverted.olive.loading .input > i.icon::after,
|
41539
|
+
.ui.ui.ui.ui.inverted.olive.loading > i.icon::after,
|
41540
|
+
.ui.ui.ui.inverted.olive.loader::after {
|
41464
41541
|
color: #d9e778;
|
41465
41542
|
}
|
41466
41543
|
|
41467
|
-
.ui.green.elastic.loader
|
41544
|
+
.ui.ui.green.elastic.loader::before,
|
41468
41545
|
.ui.green.basic.elastic.loading.button::before,
|
41469
41546
|
.ui.green.basic.elastic.loading.button::after,
|
41470
|
-
.ui.green.elastic.loading
|
41471
|
-
.ui.green.elastic.loading
|
41472
|
-
.ui.
|
41473
|
-
.ui.
|
41474
|
-
.ui.
|
41475
|
-
.ui.
|
41476
|
-
.ui.
|
41547
|
+
.ui.ui.ui.green.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
41548
|
+
.ui.ui.ui.green.elastic.loading .input > i.icon::before,
|
41549
|
+
.ui.ui.ui.ui.green.elastic.loading > i.icon::before,
|
41550
|
+
.ui.ui.ui.ui.green.loading:not(.usual):not(.button)::after,
|
41551
|
+
.ui.ui.ui.ui.green.loading .input > i.icon::after,
|
41552
|
+
.ui.ui.ui.ui.green.loading > i.icon::after,
|
41553
|
+
.ui.ui.ui.green.loader::after {
|
41477
41554
|
color: #21ba45;
|
41478
41555
|
}
|
41479
41556
|
|
41480
41557
|
.ui.inverted.green.elastic.loader::before,
|
41481
|
-
.ui.inverted.green.elastic.loading
|
41482
|
-
.ui.inverted.green.elastic.loading
|
41483
|
-
.ui.inverted.green.elastic.loading
|
41484
|
-
.ui.
|
41485
|
-
.ui.
|
41486
|
-
.ui.
|
41487
|
-
.ui.inverted.green.loader
|
41558
|
+
.ui.ui.ui.inverted.green.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
41559
|
+
.ui.ui.ui.inverted.green.elastic.loading .input > i.icon::before,
|
41560
|
+
.ui.ui.ui.inverted.green.elastic.loading > i.icon::before,
|
41561
|
+
.ui.ui.ui.ui.inverted.green.loading:not(.usual)::after,
|
41562
|
+
.ui.ui.ui.ui.inverted.green.loading .input > i.icon::after,
|
41563
|
+
.ui.ui.ui.ui.inverted.green.loading > i.icon::after,
|
41564
|
+
.ui.ui.ui.inverted.green.loader::after {
|
41488
41565
|
color: #2ecc40;
|
41489
41566
|
}
|
41490
41567
|
|
41491
|
-
.ui.teal.elastic.loader
|
41568
|
+
.ui.ui.teal.elastic.loader::before,
|
41492
41569
|
.ui.teal.basic.elastic.loading.button::before,
|
41493
41570
|
.ui.teal.basic.elastic.loading.button::after,
|
41494
|
-
.ui.teal.elastic.loading
|
41495
|
-
.ui.teal.elastic.loading
|
41496
|
-
.ui.
|
41497
|
-
.ui.
|
41498
|
-
.ui.
|
41499
|
-
.ui.
|
41500
|
-
.ui.
|
41571
|
+
.ui.ui.ui.teal.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
41572
|
+
.ui.ui.ui.teal.elastic.loading .input > i.icon::before,
|
41573
|
+
.ui.ui.ui.ui.teal.elastic.loading > i.icon::before,
|
41574
|
+
.ui.ui.ui.ui.teal.loading:not(.usual):not(.button)::after,
|
41575
|
+
.ui.ui.ui.ui.teal.loading .input > i.icon::after,
|
41576
|
+
.ui.ui.ui.ui.teal.loading > i.icon::after,
|
41577
|
+
.ui.ui.ui.teal.loader::after {
|
41501
41578
|
color: #00b5ad;
|
41502
41579
|
}
|
41503
41580
|
|
41504
41581
|
.ui.inverted.teal.elastic.loader::before,
|
41505
|
-
.ui.inverted.teal.elastic.loading
|
41506
|
-
.ui.inverted.teal.elastic.loading
|
41507
|
-
.ui.inverted.teal.elastic.loading
|
41508
|
-
.ui.
|
41509
|
-
.ui.
|
41510
|
-
.ui.
|
41511
|
-
.ui.inverted.teal.loader
|
41582
|
+
.ui.ui.ui.inverted.teal.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
41583
|
+
.ui.ui.ui.inverted.teal.elastic.loading .input > i.icon::before,
|
41584
|
+
.ui.ui.ui.inverted.teal.elastic.loading > i.icon::before,
|
41585
|
+
.ui.ui.ui.ui.inverted.teal.loading:not(.usual)::after,
|
41586
|
+
.ui.ui.ui.ui.inverted.teal.loading .input > i.icon::after,
|
41587
|
+
.ui.ui.ui.ui.inverted.teal.loading > i.icon::after,
|
41588
|
+
.ui.ui.ui.inverted.teal.loader::after {
|
41512
41589
|
color: #6dffff;
|
41513
41590
|
}
|
41514
41591
|
|
41515
|
-
.ui.blue.elastic.loader
|
41592
|
+
.ui.ui.blue.elastic.loader::before,
|
41516
41593
|
.ui.blue.basic.elastic.loading.button::before,
|
41517
41594
|
.ui.blue.basic.elastic.loading.button::after,
|
41518
|
-
.ui.blue.elastic.loading
|
41519
|
-
.ui.blue.elastic.loading
|
41520
|
-
.ui.
|
41521
|
-
.ui.
|
41522
|
-
.ui.
|
41523
|
-
.ui.
|
41524
|
-
.ui.
|
41595
|
+
.ui.ui.ui.blue.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
41596
|
+
.ui.ui.ui.blue.elastic.loading .input > i.icon::before,
|
41597
|
+
.ui.ui.ui.ui.blue.elastic.loading > i.icon::before,
|
41598
|
+
.ui.ui.ui.ui.blue.loading:not(.usual):not(.button)::after,
|
41599
|
+
.ui.ui.ui.ui.blue.loading .input > i.icon::after,
|
41600
|
+
.ui.ui.ui.ui.blue.loading > i.icon::after,
|
41601
|
+
.ui.ui.ui.blue.loader::after {
|
41525
41602
|
color: #2185d0;
|
41526
41603
|
}
|
41527
41604
|
|
41528
41605
|
.ui.inverted.blue.elastic.loader::before,
|
41529
|
-
.ui.inverted.blue.elastic.loading
|
41530
|
-
.ui.inverted.blue.elastic.loading
|
41531
|
-
.ui.inverted.blue.elastic.loading
|
41532
|
-
.ui.
|
41533
|
-
.ui.
|
41534
|
-
.ui.
|
41535
|
-
.ui.inverted.blue.loader
|
41606
|
+
.ui.ui.ui.inverted.blue.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
41607
|
+
.ui.ui.ui.inverted.blue.elastic.loading .input > i.icon::before,
|
41608
|
+
.ui.ui.ui.inverted.blue.elastic.loading > i.icon::before,
|
41609
|
+
.ui.ui.ui.ui.inverted.blue.loading:not(.usual)::after,
|
41610
|
+
.ui.ui.ui.ui.inverted.blue.loading .input > i.icon::after,
|
41611
|
+
.ui.ui.ui.ui.inverted.blue.loading > i.icon::after,
|
41612
|
+
.ui.ui.ui.inverted.blue.loader::after {
|
41536
41613
|
color: #54c8ff;
|
41537
41614
|
}
|
41538
41615
|
|
41539
|
-
.ui.violet.elastic.loader
|
41616
|
+
.ui.ui.violet.elastic.loader::before,
|
41540
41617
|
.ui.violet.basic.elastic.loading.button::before,
|
41541
41618
|
.ui.violet.basic.elastic.loading.button::after,
|
41542
|
-
.ui.violet.elastic.loading
|
41543
|
-
.ui.violet.elastic.loading
|
41544
|
-
.ui.
|
41545
|
-
.ui.
|
41546
|
-
.ui.
|
41547
|
-
.ui.
|
41548
|
-
.ui.
|
41619
|
+
.ui.ui.ui.violet.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
41620
|
+
.ui.ui.ui.violet.elastic.loading .input > i.icon::before,
|
41621
|
+
.ui.ui.ui.ui.violet.elastic.loading > i.icon::before,
|
41622
|
+
.ui.ui.ui.ui.violet.loading:not(.usual):not(.button)::after,
|
41623
|
+
.ui.ui.ui.ui.violet.loading .input > i.icon::after,
|
41624
|
+
.ui.ui.ui.ui.violet.loading > i.icon::after,
|
41625
|
+
.ui.ui.ui.violet.loader::after {
|
41549
41626
|
color: #6435c9;
|
41550
41627
|
}
|
41551
41628
|
|
41552
41629
|
.ui.inverted.violet.elastic.loader::before,
|
41553
|
-
.ui.inverted.violet.elastic.loading
|
41554
|
-
.ui.inverted.violet.elastic.loading
|
41555
|
-
.ui.inverted.violet.elastic.loading
|
41556
|
-
.ui.
|
41557
|
-
.ui.
|
41558
|
-
.ui.
|
41559
|
-
.ui.inverted.violet.loader
|
41630
|
+
.ui.ui.ui.inverted.violet.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
41631
|
+
.ui.ui.ui.inverted.violet.elastic.loading .input > i.icon::before,
|
41632
|
+
.ui.ui.ui.inverted.violet.elastic.loading > i.icon::before,
|
41633
|
+
.ui.ui.ui.ui.inverted.violet.loading:not(.usual)::after,
|
41634
|
+
.ui.ui.ui.ui.inverted.violet.loading .input > i.icon::after,
|
41635
|
+
.ui.ui.ui.ui.inverted.violet.loading > i.icon::after,
|
41636
|
+
.ui.ui.ui.inverted.violet.loader::after {
|
41560
41637
|
color: #a291fb;
|
41561
41638
|
}
|
41562
41639
|
|
41563
|
-
.ui.purple.elastic.loader
|
41640
|
+
.ui.ui.purple.elastic.loader::before,
|
41564
41641
|
.ui.purple.basic.elastic.loading.button::before,
|
41565
41642
|
.ui.purple.basic.elastic.loading.button::after,
|
41566
|
-
.ui.purple.elastic.loading
|
41567
|
-
.ui.purple.elastic.loading
|
41568
|
-
.ui.
|
41569
|
-
.ui.
|
41570
|
-
.ui.
|
41571
|
-
.ui.
|
41572
|
-
.ui.
|
41643
|
+
.ui.ui.ui.purple.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
41644
|
+
.ui.ui.ui.purple.elastic.loading .input > i.icon::before,
|
41645
|
+
.ui.ui.ui.ui.purple.elastic.loading > i.icon::before,
|
41646
|
+
.ui.ui.ui.ui.purple.loading:not(.usual):not(.button)::after,
|
41647
|
+
.ui.ui.ui.ui.purple.loading .input > i.icon::after,
|
41648
|
+
.ui.ui.ui.ui.purple.loading > i.icon::after,
|
41649
|
+
.ui.ui.ui.purple.loader::after {
|
41573
41650
|
color: #a333c8;
|
41574
41651
|
}
|
41575
41652
|
|
41576
41653
|
.ui.inverted.purple.elastic.loader::before,
|
41577
|
-
.ui.inverted.purple.elastic.loading
|
41578
|
-
.ui.inverted.purple.elastic.loading
|
41579
|
-
.ui.inverted.purple.elastic.loading
|
41580
|
-
.ui.
|
41581
|
-
.ui.
|
41582
|
-
.ui.
|
41583
|
-
.ui.inverted.purple.loader
|
41654
|
+
.ui.ui.ui.inverted.purple.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
41655
|
+
.ui.ui.ui.inverted.purple.elastic.loading .input > i.icon::before,
|
41656
|
+
.ui.ui.ui.inverted.purple.elastic.loading > i.icon::before,
|
41657
|
+
.ui.ui.ui.ui.inverted.purple.loading:not(.usual)::after,
|
41658
|
+
.ui.ui.ui.ui.inverted.purple.loading .input > i.icon::after,
|
41659
|
+
.ui.ui.ui.ui.inverted.purple.loading > i.icon::after,
|
41660
|
+
.ui.ui.ui.inverted.purple.loader::after {
|
41584
41661
|
color: #dc73ff;
|
41585
41662
|
}
|
41586
41663
|
|
41587
|
-
.ui.pink.elastic.loader
|
41664
|
+
.ui.ui.pink.elastic.loader::before,
|
41588
41665
|
.ui.pink.basic.elastic.loading.button::before,
|
41589
41666
|
.ui.pink.basic.elastic.loading.button::after,
|
41590
|
-
.ui.pink.elastic.loading
|
41591
|
-
.ui.pink.elastic.loading
|
41592
|
-
.ui.
|
41593
|
-
.ui.
|
41594
|
-
.ui.
|
41595
|
-
.ui.
|
41596
|
-
.ui.
|
41667
|
+
.ui.ui.ui.pink.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
41668
|
+
.ui.ui.ui.pink.elastic.loading .input > i.icon::before,
|
41669
|
+
.ui.ui.ui.ui.pink.elastic.loading > i.icon::before,
|
41670
|
+
.ui.ui.ui.ui.pink.loading:not(.usual):not(.button)::after,
|
41671
|
+
.ui.ui.ui.ui.pink.loading .input > i.icon::after,
|
41672
|
+
.ui.ui.ui.ui.pink.loading > i.icon::after,
|
41673
|
+
.ui.ui.ui.pink.loader::after {
|
41597
41674
|
color: #e03997;
|
41598
41675
|
}
|
41599
41676
|
|
41600
41677
|
.ui.inverted.pink.elastic.loader::before,
|
41601
|
-
.ui.inverted.pink.elastic.loading
|
41602
|
-
.ui.inverted.pink.elastic.loading
|
41603
|
-
.ui.inverted.pink.elastic.loading
|
41604
|
-
.ui.
|
41605
|
-
.ui.
|
41606
|
-
.ui.
|
41607
|
-
.ui.inverted.pink.loader
|
41678
|
+
.ui.ui.ui.inverted.pink.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
41679
|
+
.ui.ui.ui.inverted.pink.elastic.loading .input > i.icon::before,
|
41680
|
+
.ui.ui.ui.inverted.pink.elastic.loading > i.icon::before,
|
41681
|
+
.ui.ui.ui.ui.inverted.pink.loading:not(.usual)::after,
|
41682
|
+
.ui.ui.ui.ui.inverted.pink.loading .input > i.icon::after,
|
41683
|
+
.ui.ui.ui.ui.inverted.pink.loading > i.icon::after,
|
41684
|
+
.ui.ui.ui.inverted.pink.loader::after {
|
41608
41685
|
color: #ff8edf;
|
41609
41686
|
}
|
41610
41687
|
|
41611
|
-
.ui.brown.elastic.loader
|
41688
|
+
.ui.ui.brown.elastic.loader::before,
|
41612
41689
|
.ui.brown.basic.elastic.loading.button::before,
|
41613
41690
|
.ui.brown.basic.elastic.loading.button::after,
|
41614
|
-
.ui.brown.elastic.loading
|
41615
|
-
.ui.brown.elastic.loading
|
41616
|
-
.ui.
|
41617
|
-
.ui.
|
41618
|
-
.ui.
|
41619
|
-
.ui.
|
41620
|
-
.ui.
|
41691
|
+
.ui.ui.ui.brown.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
41692
|
+
.ui.ui.ui.brown.elastic.loading .input > i.icon::before,
|
41693
|
+
.ui.ui.ui.ui.brown.elastic.loading > i.icon::before,
|
41694
|
+
.ui.ui.ui.ui.brown.loading:not(.usual):not(.button)::after,
|
41695
|
+
.ui.ui.ui.ui.brown.loading .input > i.icon::after,
|
41696
|
+
.ui.ui.ui.ui.brown.loading > i.icon::after,
|
41697
|
+
.ui.ui.ui.brown.loader::after {
|
41621
41698
|
color: #a5673f;
|
41622
41699
|
}
|
41623
41700
|
|
41624
41701
|
.ui.inverted.brown.elastic.loader::before,
|
41625
|
-
.ui.inverted.brown.elastic.loading
|
41626
|
-
.ui.inverted.brown.elastic.loading
|
41627
|
-
.ui.inverted.brown.elastic.loading
|
41628
|
-
.ui.
|
41629
|
-
.ui.
|
41630
|
-
.ui.
|
41631
|
-
.ui.inverted.brown.loader
|
41702
|
+
.ui.ui.ui.inverted.brown.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
41703
|
+
.ui.ui.ui.inverted.brown.elastic.loading .input > i.icon::before,
|
41704
|
+
.ui.ui.ui.inverted.brown.elastic.loading > i.icon::before,
|
41705
|
+
.ui.ui.ui.ui.inverted.brown.loading:not(.usual)::after,
|
41706
|
+
.ui.ui.ui.ui.inverted.brown.loading .input > i.icon::after,
|
41707
|
+
.ui.ui.ui.ui.inverted.brown.loading > i.icon::after,
|
41708
|
+
.ui.ui.ui.inverted.brown.loader::after {
|
41632
41709
|
color: #d67c1c;
|
41633
41710
|
}
|
41634
41711
|
|
41635
|
-
.ui.grey.elastic.loader
|
41712
|
+
.ui.ui.grey.elastic.loader::before,
|
41636
41713
|
.ui.grey.basic.elastic.loading.button::before,
|
41637
41714
|
.ui.grey.basic.elastic.loading.button::after,
|
41638
|
-
.ui.grey.elastic.loading
|
41639
|
-
.ui.grey.elastic.loading
|
41640
|
-
.ui.
|
41641
|
-
.ui.
|
41642
|
-
.ui.
|
41643
|
-
.ui.
|
41644
|
-
.ui.
|
41715
|
+
.ui.ui.ui.grey.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
41716
|
+
.ui.ui.ui.grey.elastic.loading .input > i.icon::before,
|
41717
|
+
.ui.ui.ui.ui.grey.elastic.loading > i.icon::before,
|
41718
|
+
.ui.ui.ui.ui.grey.loading:not(.usual):not(.button)::after,
|
41719
|
+
.ui.ui.ui.ui.grey.loading .input > i.icon::after,
|
41720
|
+
.ui.ui.ui.ui.grey.loading > i.icon::after,
|
41721
|
+
.ui.ui.ui.grey.loader::after {
|
41645
41722
|
color: #767676;
|
41646
41723
|
}
|
41647
41724
|
|
41648
41725
|
.ui.inverted.grey.elastic.loader::before,
|
41649
|
-
.ui.inverted.grey.elastic.loading
|
41650
|
-
.ui.inverted.grey.elastic.loading
|
41651
|
-
.ui.inverted.grey.elastic.loading
|
41652
|
-
.ui.
|
41653
|
-
.ui.
|
41654
|
-
.ui.
|
41655
|
-
.ui.inverted.grey.loader
|
41726
|
+
.ui.ui.ui.inverted.grey.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
41727
|
+
.ui.ui.ui.inverted.grey.elastic.loading .input > i.icon::before,
|
41728
|
+
.ui.ui.ui.inverted.grey.elastic.loading > i.icon::before,
|
41729
|
+
.ui.ui.ui.ui.inverted.grey.loading:not(.usual)::after,
|
41730
|
+
.ui.ui.ui.ui.inverted.grey.loading .input > i.icon::after,
|
41731
|
+
.ui.ui.ui.ui.inverted.grey.loading > i.icon::after,
|
41732
|
+
.ui.ui.ui.inverted.grey.loader::after {
|
41656
41733
|
color: #dcddde;
|
41657
41734
|
}
|
41658
41735
|
|
41659
|
-
.ui.black.elastic.loader
|
41736
|
+
.ui.ui.black.elastic.loader::before,
|
41660
41737
|
.ui.black.basic.elastic.loading.button::before,
|
41661
41738
|
.ui.black.basic.elastic.loading.button::after,
|
41662
|
-
.ui.black.elastic.loading
|
41663
|
-
.ui.black.elastic.loading
|
41664
|
-
.ui.
|
41665
|
-
.ui.
|
41666
|
-
.ui.
|
41667
|
-
.ui.
|
41668
|
-
.ui.
|
41739
|
+
.ui.ui.ui.black.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
41740
|
+
.ui.ui.ui.black.elastic.loading .input > i.icon::before,
|
41741
|
+
.ui.ui.ui.ui.black.elastic.loading > i.icon::before,
|
41742
|
+
.ui.ui.ui.ui.black.loading:not(.usual):not(.button)::after,
|
41743
|
+
.ui.ui.ui.ui.black.loading .input > i.icon::after,
|
41744
|
+
.ui.ui.ui.ui.black.loading > i.icon::after,
|
41745
|
+
.ui.ui.ui.black.loader::after {
|
41669
41746
|
color: #1b1c1d;
|
41670
41747
|
}
|
41671
41748
|
|
41672
41749
|
.ui.inverted.black.elastic.loader::before,
|
41673
|
-
.ui.inverted.black.elastic.loading
|
41674
|
-
.ui.inverted.black.elastic.loading
|
41675
|
-
.ui.inverted.black.elastic.loading
|
41676
|
-
.ui.
|
41677
|
-
.ui.
|
41678
|
-
.ui.
|
41679
|
-
.ui.inverted.black.loader
|
41750
|
+
.ui.ui.ui.inverted.black.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
41751
|
+
.ui.ui.ui.inverted.black.elastic.loading .input > i.icon::before,
|
41752
|
+
.ui.ui.ui.inverted.black.elastic.loading > i.icon::before,
|
41753
|
+
.ui.ui.ui.ui.inverted.black.loading:not(.usual)::after,
|
41754
|
+
.ui.ui.ui.ui.inverted.black.loading .input > i.icon::after,
|
41755
|
+
.ui.ui.ui.ui.inverted.black.loading > i.icon::after,
|
41756
|
+
.ui.ui.ui.inverted.black.loader::after {
|
41680
41757
|
color: #545454;
|
41681
41758
|
}
|
41682
41759
|
|
41683
|
-
.ui.elastic.loader
|
41684
|
-
.ui.
|
41685
|
-
.ui.
|
41686
|
-
.ui.
|
41687
|
-
.ui.
|
41688
|
-
.ui.
|
41689
|
-
.ui.
|
41690
|
-
.ui.
|
41760
|
+
.ui.ui.elastic.loader::before,
|
41761
|
+
.ui.ui.ui.elastic.loading::before,
|
41762
|
+
.ui.ui.ui.elastic.loading .input > i.icon::before,
|
41763
|
+
.ui.ui.ui.elastic.loading > i.icon::before,
|
41764
|
+
.ui.ui.ui.ui.loading:not(.usual)::after,
|
41765
|
+
.ui.ui.ui.ui.loading .input > i.icon::after,
|
41766
|
+
.ui.ui.ui.ui.loading > i.icon::after,
|
41767
|
+
.ui.ui.ui.loader::after {
|
41691
41768
|
border-color: currentColor;
|
41692
41769
|
}
|
41693
41770
|
|
41694
|
-
.ui.
|
41771
|
+
.ui.ui.ui.ui.elastic.loading.button:not(.inverted):not(.basic)::before {
|
41695
41772
|
color: #fff;
|
41696
41773
|
}
|
41697
41774
|
|
@@ -41700,7 +41777,7 @@ ol.ui.suffixed.list li::before,
|
|
41700
41777
|
color: #767676;
|
41701
41778
|
}
|
41702
41779
|
|
41703
|
-
.ui.
|
41780
|
+
.ui.ui.ui.ui.double.loading.button::after {
|
41704
41781
|
border-bottom-color: currentColor;
|
41705
41782
|
}
|
41706
41783
|
|
@@ -41731,33 +41808,33 @@ ol.ui.suffixed.list li::before,
|
|
41731
41808
|
margin-right: auto;
|
41732
41809
|
}
|
41733
41810
|
|
41734
|
-
.ui.
|
41735
|
-
.ui.
|
41736
|
-
.ui.
|
41737
|
-
.ui.
|
41811
|
+
.ui.ui.ui.ui.ui.ui.loading::after,
|
41812
|
+
.ui.ui.ui.ui.ui.ui.loading .input > i.icon::after,
|
41813
|
+
.ui.ui.ui.ui.ui.ui.loading > i.icon::after,
|
41814
|
+
.ui.ui.ui.ui.ui.loader::after {
|
41738
41815
|
border-left-color: transparent;
|
41739
41816
|
border-right-color: transparent;
|
41740
41817
|
}
|
41741
41818
|
|
41742
|
-
.ui.
|
41743
|
-
.ui.
|
41744
|
-
.ui.
|
41745
|
-
.ui.
|
41819
|
+
.ui.ui.ui.ui.ui.ui.ui.loading:not(.double)::after,
|
41820
|
+
.ui.ui.ui.ui.ui.ui.ui.loading:not(.double) .input > i.icon::after,
|
41821
|
+
.ui.ui.ui.ui.ui.ui.ui.loading:not(.double) > i.icon::after,
|
41822
|
+
.ui.ui.ui.ui.ui.ui.loader:not(.double)::after {
|
41746
41823
|
border-bottom-color: transparent;
|
41747
41824
|
}
|
41748
41825
|
|
41749
|
-
.ui.
|
41750
|
-
.ui.
|
41751
|
-
.ui.
|
41752
|
-
.ui.
|
41826
|
+
.ui.ui.ui.ui.ui.ui.loading.card::after,
|
41827
|
+
.ui.ui.ui.ui.ui.ui.loading.segments::after,
|
41828
|
+
.ui.ui.ui.ui.ui.ui.loading.segment::after,
|
41829
|
+
.ui.ui.ui.ui.ui.ui.loading.form::after {
|
41753
41830
|
border-left-color: rgba(0, 0, 0, 0.1);
|
41754
41831
|
border-right-color: rgba(0, 0, 0, 0.1);
|
41755
41832
|
}
|
41756
41833
|
|
41757
|
-
.ui.
|
41758
|
-
.ui.
|
41759
|
-
.ui.
|
41760
|
-
.ui.
|
41834
|
+
.ui.ui.ui.ui.ui.ui.loading.card:not(.double)::after,
|
41835
|
+
.ui.ui.ui.ui.ui.ui.loading.segments:not(.double)::after,
|
41836
|
+
.ui.ui.ui.ui.ui.ui.loading.segment:not(.double)::after,
|
41837
|
+
.ui.ui.ui.ui.ui.ui.loading.form:not(.double)::after {
|
41761
41838
|
border-bottom-color: rgba(0, 0, 0, 0.1);
|
41762
41839
|
}
|
41763
41840
|
|
@@ -41773,18 +41850,18 @@ ol.ui.suffixed.list li::before,
|
|
41773
41850
|
color: #767676;
|
41774
41851
|
}
|
41775
41852
|
|
41776
|
-
.ui.elastic.loading
|
41777
|
-
.ui.elastic.loading
|
41778
|
-
.ui.elastic.loading
|
41779
|
-
.ui.elastic.loader
|
41853
|
+
.ui.ui.elastic.loading:not(.form):not(.segment):not(.segments):not(.card)::after,
|
41854
|
+
.ui.ui.elastic.loading .input > i.icon::after,
|
41855
|
+
.ui.ui.elastic.loading > i.icon::after,
|
41856
|
+
.ui.ui.elastic.loader::after {
|
41780
41857
|
animation: loader 1s infinite cubic-bezier(0.27, 1.05, 0.92, 0.61);
|
41781
41858
|
animation-delay: 0.3s;
|
41782
41859
|
}
|
41783
41860
|
|
41784
|
-
.ui.
|
41785
|
-
.ui.
|
41786
|
-
.ui.
|
41787
|
-
.ui.elastic.loader
|
41861
|
+
.ui.ui.ui.elastic.loading:not(.form):not(.segment):not(.segments):not(.card)::before,
|
41862
|
+
.ui.ui.ui.elastic.loading .input > i.icon::before,
|
41863
|
+
.ui.ui.ui.elastic.loading > i.icon::before,
|
41864
|
+
.ui.ui.elastic.loader::before {
|
41788
41865
|
animation: elastic-loader 1s infinite cubic-bezier(0.27, 1.05, 0.92, 0.61);
|
41789
41866
|
-moz-animation: currentcolor-elastic-loader 1s infinite cubic-bezier(0.27, 1.05, 0.92, 0.61);
|
41790
41867
|
border-right-color: transparent;
|
@@ -41794,33 +41871,33 @@ ol.ui.suffixed.list li::before,
|
|
41794
41871
|
animation: loader 8s infinite linear;
|
41795
41872
|
}
|
41796
41873
|
|
41797
|
-
.ui.slow.elastic.loading
|
41798
|
-
.ui.slow.elastic.loading
|
41799
|
-
.ui.slow.elastic.loading
|
41800
|
-
.ui.slow.elastic.loader
|
41874
|
+
.ui.ui.slow.elastic.loading:not(.form):not(.segment):not(.segments):not(.card)::after,
|
41875
|
+
.ui.ui.slow.elastic.loading .input > i.icon::after,
|
41876
|
+
.ui.ui.slow.elastic.loading > i.icon::after,
|
41877
|
+
.ui.ui.slow.elastic.loader::after {
|
41801
41878
|
animation-duration: 1.5s;
|
41802
41879
|
animation-delay: 0.45s;
|
41803
41880
|
}
|
41804
41881
|
|
41805
|
-
.ui.slow.elastic.loading
|
41806
|
-
.ui.slow.elastic.loading
|
41807
|
-
.ui.slow.elastic.loading
|
41808
|
-
.ui.slow.elastic.loader
|
41882
|
+
.ui.ui.ui.slow.elastic.loading:not(.form):not(.segment):not(.segments):not(.card)::before,
|
41883
|
+
.ui.ui.ui.slow.elastic.loading .input > i.icon::before,
|
41884
|
+
.ui.ui.ui.slow.elastic.loading > i.icon::before,
|
41885
|
+
.ui.ui.slow.elastic.loader::before {
|
41809
41886
|
animation-duration: 1.5s;
|
41810
41887
|
}
|
41811
41888
|
|
41812
|
-
.ui.fast.elastic.loading
|
41813
|
-
.ui.fast.elastic.loading
|
41814
|
-
.ui.fast.elastic.loading
|
41815
|
-
.ui.fast.elastic.loader
|
41889
|
+
.ui.ui.fast.elastic.loading:not(.form):not(.segment):not(.segments):not(.card)::after,
|
41890
|
+
.ui.ui.fast.elastic.loading .input > i.icon::after,
|
41891
|
+
.ui.ui.fast.elastic.loading > i.icon::after,
|
41892
|
+
.ui.ui.fast.elastic.loader::after {
|
41816
41893
|
animation-duration: 0.66s;
|
41817
41894
|
animation-delay: 0.2s;
|
41818
41895
|
}
|
41819
41896
|
|
41820
|
-
.ui.fast.elastic.loading
|
41821
|
-
.ui.fast.elastic.loading
|
41822
|
-
.ui.fast.elastic.loading
|
41823
|
-
.ui.fast.elastic.loader
|
41897
|
+
.ui.ui.ui.fast.elastic.loading:not(.form):not(.segment):not(.segments):not(.card)::before,
|
41898
|
+
.ui.ui.ui.fast.elastic.loading .input > i.icon::before,
|
41899
|
+
.ui.ui.ui.fast.elastic.loading > i.icon::before,
|
41900
|
+
.ui.ui.fast.elastic.loader::before {
|
41824
41901
|
animation-duration: 0.66s;
|
41825
41902
|
}
|
41826
41903
|
|
@@ -41890,7 +41967,7 @@ ol.ui.suffixed.list li::before,
|
|
41890
41967
|
Site Overrides
|
41891
41968
|
*******************************/
|
41892
41969
|
/*!
|
41893
|
-
* # Fomantic-UI 2.9.3-beta.
|
41970
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Placeholder
|
41894
41971
|
* https://github.com/fomantic/Fomantic-UI/
|
41895
41972
|
*
|
41896
41973
|
*
|
@@ -42161,7 +42238,7 @@ ol.ui.suffixed.list li::before,
|
|
42161
42238
|
Site Overrides
|
42162
42239
|
*******************************/
|
42163
42240
|
/*!
|
42164
|
-
* # Fomantic-UI 2.9.3-beta.
|
42241
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Rail
|
42165
42242
|
* https://github.com/fomantic/Fomantic-UI/
|
42166
42243
|
*
|
42167
42244
|
*
|
@@ -42323,7 +42400,7 @@ ol.ui.suffixed.list li::before,
|
|
42323
42400
|
Site Overrides
|
42324
42401
|
*******************************/
|
42325
42402
|
/*!
|
42326
|
-
* # Fomantic-UI 2.9.3-beta.
|
42403
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Reveal
|
42327
42404
|
* https://github.com/fomantic/Fomantic-UI/
|
42328
42405
|
*
|
42329
42406
|
*
|
@@ -42634,7 +42711,7 @@ ol.ui.suffixed.list li::before,
|
|
42634
42711
|
Site Overrides
|
42635
42712
|
*******************************/
|
42636
42713
|
/*!
|
42637
|
-
* # Fomantic-UI 2.9.3-beta.
|
42714
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Segment
|
42638
42715
|
* https://github.com/fomantic/Fomantic-UI/
|
42639
42716
|
*
|
42640
42717
|
*
|
@@ -42826,6 +42903,9 @@ ol.ui.suffixed.list li::before,
|
|
42826
42903
|
margin: 3em 0;
|
42827
42904
|
box-shadow: "";
|
42828
42905
|
z-index: auto;
|
42906
|
+
background-color: #fff;
|
42907
|
+
border: 1px solid rgba(34, 36, 38, 0.15);
|
42908
|
+
color: rgba(0, 0, 0, 0.87);
|
42829
42909
|
}
|
42830
42910
|
|
42831
42911
|
.ui.piled.segment:first-child {
|
@@ -42840,7 +42920,7 @@ ol.ui.suffixed.list li::before,
|
|
42840
42920
|
.ui.piled.segments::before,
|
42841
42921
|
.ui.piled.segment::after,
|
42842
42922
|
.ui.piled.segment::before {
|
42843
|
-
background-color:
|
42923
|
+
background-color: inherit;
|
42844
42924
|
visibility: visible;
|
42845
42925
|
content: "";
|
42846
42926
|
display: block;
|
@@ -42848,10 +42928,16 @@ ol.ui.suffixed.list li::before,
|
|
42848
42928
|
left: 0;
|
42849
42929
|
position: absolute;
|
42850
42930
|
width: 100%;
|
42851
|
-
border:
|
42931
|
+
border: inherit;
|
42852
42932
|
box-shadow: "";
|
42853
42933
|
}
|
42854
42934
|
|
42935
|
+
.ui.inverted.piled.segment {
|
42936
|
+
background-color: #1b1c1d;
|
42937
|
+
border: 1px solid #555;
|
42938
|
+
color: rgba(255, 255, 255, 0.9);
|
42939
|
+
}
|
42940
|
+
|
42855
42941
|
.ui.piled.segments::before,
|
42856
42942
|
.ui.piled.segment::before {
|
42857
42943
|
transform: rotate(-1.2deg);
|
@@ -42886,6 +42972,13 @@ ol.ui.suffixed.list li::before,
|
|
42886
42972
|
margin-bottom: 0;
|
42887
42973
|
}
|
42888
42974
|
|
42975
|
+
@supports selector(:has(.f)) {
|
42976
|
+
*:has(> .ui.piled.segment) {
|
42977
|
+
z-index: 0;
|
42978
|
+
position: relative;
|
42979
|
+
}
|
42980
|
+
}
|
42981
|
+
|
42889
42982
|
/* -------------------
|
42890
42983
|
Stacked
|
42891
42984
|
-------------------- */
|
@@ -42924,12 +43017,17 @@ ol.ui.suffixed.list li::before,
|
|
42924
43017
|
|
42925
43018
|
/* Inverted */
|
42926
43019
|
|
43020
|
+
.ui.stacked.inverted.segments,
|
43021
|
+
.ui.stacked.inverted.segment {
|
43022
|
+
border: 1px solid rgba(225, 225, 225, 0.5);
|
43023
|
+
}
|
43024
|
+
|
42927
43025
|
.ui.stacked.inverted.segments::before,
|
42928
|
-
.ui.stacked.inverted.segments::after,
|
42929
43026
|
.ui.stacked.inverted.segment::before,
|
43027
|
+
.ui.stacked.inverted.segments::after,
|
42930
43028
|
.ui.stacked.inverted.segment::after {
|
42931
43029
|
background-color: rgba(0, 0, 0, 0.03);
|
42932
|
-
border-top: 1px solid rgba(
|
43030
|
+
border-top: 1px solid rgba(225, 225, 225, 0.5);
|
42933
43031
|
}
|
42934
43032
|
|
42935
43033
|
/* -------------------
|
@@ -42988,11 +43086,16 @@ ol.ui.suffixed.list li::before,
|
|
42988
43086
|
Raised
|
42989
43087
|
-------------------- */
|
42990
43088
|
|
42991
|
-
.ui.
|
42992
|
-
.ui.
|
43089
|
+
.ui.ui.raised.segments,
|
43090
|
+
.ui.ui.raised.segment {
|
42993
43091
|
box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
42994
43092
|
}
|
42995
43093
|
|
43094
|
+
.ui.ui.inverted.raised.segments,
|
43095
|
+
.ui.ui.inverted.raised.segment {
|
43096
|
+
box-shadow: 0 2px 4px 0 rgba(225, 225, 225, 0.1), 0 2px 10px 0 rgba(225, 225, 225, 0.5);
|
43097
|
+
}
|
43098
|
+
|
42996
43099
|
/*******************************
|
42997
43100
|
Groups
|
42998
43101
|
*******************************/
|
@@ -43170,6 +43273,7 @@ ol.ui.suffixed.list li::before,
|
|
43170
43273
|
-ms-user-select: none;
|
43171
43274
|
user-select: none;
|
43172
43275
|
transition: all 0s linear;
|
43276
|
+
min-height: 4.5em;
|
43173
43277
|
}
|
43174
43278
|
|
43175
43279
|
.ui.loading.segments::before,
|
@@ -43233,123 +43337,175 @@ ol.ui.suffixed.list li::before,
|
|
43233
43337
|
Colors
|
43234
43338
|
-------------------- */
|
43235
43339
|
|
43236
|
-
.ui.
|
43340
|
+
.ui.ui.ui.ui.ui.red.segment:not(.inverted) {
|
43237
43341
|
border-top: 2px solid #db2828;
|
43238
43342
|
}
|
43239
43343
|
|
43240
|
-
.ui.
|
43344
|
+
.ui.ui.ui.ui.ui.inverted.red.segment {
|
43241
43345
|
background-color: #db2828;
|
43242
43346
|
color: #fff;
|
43243
43347
|
}
|
43244
43348
|
|
43245
|
-
.ui.
|
43349
|
+
.ui.ui.inverted.red.segment:not(.piled) {
|
43350
|
+
border-color: #db2828;
|
43351
|
+
}
|
43352
|
+
|
43353
|
+
.ui.ui.ui.ui.ui.orange.segment:not(.inverted) {
|
43246
43354
|
border-top: 2px solid #f2711c;
|
43247
43355
|
}
|
43248
43356
|
|
43249
|
-
.ui.
|
43357
|
+
.ui.ui.ui.ui.ui.inverted.orange.segment {
|
43250
43358
|
background-color: #f2711c;
|
43251
43359
|
color: #fff;
|
43252
43360
|
}
|
43253
43361
|
|
43254
|
-
.ui.
|
43362
|
+
.ui.ui.inverted.orange.segment:not(.piled) {
|
43363
|
+
border-color: #f2711c;
|
43364
|
+
}
|
43365
|
+
|
43366
|
+
.ui.ui.ui.ui.ui.yellow.segment:not(.inverted) {
|
43255
43367
|
border-top: 2px solid #fbbd08;
|
43256
43368
|
}
|
43257
43369
|
|
43258
|
-
.ui.
|
43370
|
+
.ui.ui.ui.ui.ui.inverted.yellow.segment {
|
43259
43371
|
background-color: #fbbd08;
|
43260
43372
|
color: #fff;
|
43261
43373
|
}
|
43262
43374
|
|
43263
|
-
.ui.
|
43375
|
+
.ui.ui.inverted.yellow.segment:not(.piled) {
|
43376
|
+
border-color: #fbbd08;
|
43377
|
+
}
|
43378
|
+
|
43379
|
+
.ui.ui.ui.ui.ui.olive.segment:not(.inverted) {
|
43264
43380
|
border-top: 2px solid #b5cc18;
|
43265
43381
|
}
|
43266
43382
|
|
43267
|
-
.ui.
|
43383
|
+
.ui.ui.ui.ui.ui.inverted.olive.segment {
|
43268
43384
|
background-color: #b5cc18;
|
43269
43385
|
color: #fff;
|
43270
43386
|
}
|
43271
43387
|
|
43272
|
-
.ui.
|
43388
|
+
.ui.ui.inverted.olive.segment:not(.piled) {
|
43389
|
+
border-color: #b5cc18;
|
43390
|
+
}
|
43391
|
+
|
43392
|
+
.ui.ui.ui.ui.ui.green.segment:not(.inverted) {
|
43273
43393
|
border-top: 2px solid #21ba45;
|
43274
43394
|
}
|
43275
43395
|
|
43276
|
-
.ui.
|
43396
|
+
.ui.ui.ui.ui.ui.inverted.green.segment {
|
43277
43397
|
background-color: #21ba45;
|
43278
43398
|
color: #fff;
|
43279
43399
|
}
|
43280
43400
|
|
43281
|
-
.ui.
|
43401
|
+
.ui.ui.inverted.green.segment:not(.piled) {
|
43402
|
+
border-color: #21ba45;
|
43403
|
+
}
|
43404
|
+
|
43405
|
+
.ui.ui.ui.ui.ui.teal.segment:not(.inverted) {
|
43282
43406
|
border-top: 2px solid #00b5ad;
|
43283
43407
|
}
|
43284
43408
|
|
43285
|
-
.ui.
|
43409
|
+
.ui.ui.ui.ui.ui.inverted.teal.segment {
|
43286
43410
|
background-color: #00b5ad;
|
43287
43411
|
color: #fff;
|
43288
43412
|
}
|
43289
43413
|
|
43290
|
-
.ui.
|
43414
|
+
.ui.ui.inverted.teal.segment:not(.piled) {
|
43415
|
+
border-color: #00b5ad;
|
43416
|
+
}
|
43417
|
+
|
43418
|
+
.ui.ui.ui.ui.ui.blue.segment:not(.inverted) {
|
43291
43419
|
border-top: 2px solid #2185d0;
|
43292
43420
|
}
|
43293
43421
|
|
43294
|
-
.ui.
|
43422
|
+
.ui.ui.ui.ui.ui.inverted.blue.segment {
|
43295
43423
|
background-color: #2185d0;
|
43296
43424
|
color: #fff;
|
43297
43425
|
}
|
43298
43426
|
|
43299
|
-
.ui.
|
43427
|
+
.ui.ui.inverted.blue.segment:not(.piled) {
|
43428
|
+
border-color: #2185d0;
|
43429
|
+
}
|
43430
|
+
|
43431
|
+
.ui.ui.ui.ui.ui.violet.segment:not(.inverted) {
|
43300
43432
|
border-top: 2px solid #6435c9;
|
43301
43433
|
}
|
43302
43434
|
|
43303
|
-
.ui.
|
43435
|
+
.ui.ui.ui.ui.ui.inverted.violet.segment {
|
43304
43436
|
background-color: #6435c9;
|
43305
43437
|
color: #fff;
|
43306
43438
|
}
|
43307
43439
|
|
43308
|
-
.ui.
|
43440
|
+
.ui.ui.inverted.violet.segment:not(.piled) {
|
43441
|
+
border-color: #6435c9;
|
43442
|
+
}
|
43443
|
+
|
43444
|
+
.ui.ui.ui.ui.ui.purple.segment:not(.inverted) {
|
43309
43445
|
border-top: 2px solid #a333c8;
|
43310
43446
|
}
|
43311
43447
|
|
43312
|
-
.ui.
|
43448
|
+
.ui.ui.ui.ui.ui.inverted.purple.segment {
|
43313
43449
|
background-color: #a333c8;
|
43314
43450
|
color: #fff;
|
43315
43451
|
}
|
43316
43452
|
|
43317
|
-
.ui.
|
43453
|
+
.ui.ui.inverted.purple.segment:not(.piled) {
|
43454
|
+
border-color: #a333c8;
|
43455
|
+
}
|
43456
|
+
|
43457
|
+
.ui.ui.ui.ui.ui.pink.segment:not(.inverted) {
|
43318
43458
|
border-top: 2px solid #e03997;
|
43319
43459
|
}
|
43320
43460
|
|
43321
|
-
.ui.
|
43461
|
+
.ui.ui.ui.ui.ui.inverted.pink.segment {
|
43322
43462
|
background-color: #e03997;
|
43323
43463
|
color: #fff;
|
43324
43464
|
}
|
43325
43465
|
|
43326
|
-
.ui.
|
43466
|
+
.ui.ui.inverted.pink.segment:not(.piled) {
|
43467
|
+
border-color: #e03997;
|
43468
|
+
}
|
43469
|
+
|
43470
|
+
.ui.ui.ui.ui.ui.brown.segment:not(.inverted) {
|
43327
43471
|
border-top: 2px solid #a5673f;
|
43328
43472
|
}
|
43329
43473
|
|
43330
|
-
.ui.
|
43474
|
+
.ui.ui.ui.ui.ui.inverted.brown.segment {
|
43331
43475
|
background-color: #a5673f;
|
43332
43476
|
color: #fff;
|
43333
43477
|
}
|
43334
43478
|
|
43335
|
-
.ui.
|
43479
|
+
.ui.ui.inverted.brown.segment:not(.piled) {
|
43480
|
+
border-color: #a5673f;
|
43481
|
+
}
|
43482
|
+
|
43483
|
+
.ui.ui.ui.ui.ui.grey.segment:not(.inverted) {
|
43336
43484
|
border-top: 2px solid #767676;
|
43337
43485
|
}
|
43338
43486
|
|
43339
|
-
.ui.
|
43487
|
+
.ui.ui.ui.ui.ui.inverted.grey.segment {
|
43340
43488
|
background-color: #767676;
|
43341
43489
|
color: #fff;
|
43342
43490
|
}
|
43343
43491
|
|
43344
|
-
.ui.
|
43492
|
+
.ui.ui.inverted.grey.segment:not(.piled) {
|
43493
|
+
border-color: #767676;
|
43494
|
+
}
|
43495
|
+
|
43496
|
+
.ui.ui.ui.ui.ui.black.segment:not(.inverted) {
|
43345
43497
|
border-top: 2px solid #1b1c1d;
|
43346
43498
|
}
|
43347
43499
|
|
43348
|
-
.ui.
|
43500
|
+
.ui.ui.ui.ui.ui.inverted.black.segment {
|
43349
43501
|
background-color: #1b1c1d;
|
43350
43502
|
color: #fff;
|
43351
43503
|
}
|
43352
43504
|
|
43505
|
+
.ui.ui.inverted.black.segment:not(.piled) {
|
43506
|
+
border-color: #1b1c1d;
|
43507
|
+
}
|
43508
|
+
|
43353
43509
|
/* -------------------
|
43354
43510
|
Aligned
|
43355
43511
|
-------------------- */
|
@@ -43574,21 +43730,41 @@ ol.ui.suffixed.list li::before,
|
|
43574
43730
|
max-height: 11.25em;
|
43575
43731
|
}
|
43576
43732
|
|
43733
|
+
.ui.scrolling.segment.short.resizable {
|
43734
|
+
height: 11.25em;
|
43735
|
+
}
|
43736
|
+
|
43577
43737
|
.ui.scrolling.segment[class*="very short"] {
|
43578
43738
|
max-height: 7.5em;
|
43579
43739
|
}
|
43580
43740
|
|
43741
|
+
.ui.scrolling.segment[class*="very short"].resizable {
|
43742
|
+
height: 7.5em;
|
43743
|
+
}
|
43744
|
+
|
43581
43745
|
.ui.scrolling.segment {
|
43582
43746
|
max-height: 15em;
|
43583
43747
|
}
|
43584
43748
|
|
43749
|
+
.ui.scrolling.segment.resizable {
|
43750
|
+
height: 15em;
|
43751
|
+
}
|
43752
|
+
|
43585
43753
|
.ui.scrolling.segment.long {
|
43586
43754
|
max-height: 30em;
|
43587
43755
|
}
|
43588
43756
|
|
43757
|
+
.ui.scrolling.segment.long.resizable {
|
43758
|
+
height: 30em;
|
43759
|
+
}
|
43760
|
+
|
43589
43761
|
.ui.scrolling.segment[class*="very long"] {
|
43590
43762
|
max-height: 45em;
|
43591
43763
|
}
|
43764
|
+
|
43765
|
+
.ui.scrolling.segment[class*="very long"].resizable {
|
43766
|
+
height: 45em;
|
43767
|
+
}
|
43592
43768
|
}
|
43593
43769
|
|
43594
43770
|
@media only screen and (min-width: 768px) {
|
@@ -43596,21 +43772,41 @@ ol.ui.suffixed.list li::before,
|
|
43596
43772
|
max-height: 13.5em;
|
43597
43773
|
}
|
43598
43774
|
|
43775
|
+
.ui.scrolling.segment.short.resizable {
|
43776
|
+
height: 13.5em;
|
43777
|
+
}
|
43778
|
+
|
43599
43779
|
.ui.scrolling.segment[class*="very short"] {
|
43600
43780
|
max-height: 9em;
|
43601
43781
|
}
|
43602
43782
|
|
43783
|
+
.ui.scrolling.segment[class*="very short"].resizable {
|
43784
|
+
height: 9em;
|
43785
|
+
}
|
43786
|
+
|
43603
43787
|
.ui.scrolling.segment {
|
43604
43788
|
max-height: 18em;
|
43605
43789
|
}
|
43606
43790
|
|
43791
|
+
.ui.scrolling.segment.resizable {
|
43792
|
+
height: 18em;
|
43793
|
+
}
|
43794
|
+
|
43607
43795
|
.ui.scrolling.segment.long {
|
43608
43796
|
max-height: 36em;
|
43609
43797
|
}
|
43610
43798
|
|
43799
|
+
.ui.scrolling.segment.long.resizable {
|
43800
|
+
height: 36em;
|
43801
|
+
}
|
43802
|
+
|
43611
43803
|
.ui.scrolling.segment[class*="very long"] {
|
43612
43804
|
max-height: 54em;
|
43613
43805
|
}
|
43806
|
+
|
43807
|
+
.ui.scrolling.segment[class*="very long"].resizable {
|
43808
|
+
height: 54em;
|
43809
|
+
}
|
43614
43810
|
}
|
43615
43811
|
|
43616
43812
|
@media only screen and (min-width: 992px) {
|
@@ -43618,21 +43814,41 @@ ol.ui.suffixed.list li::before,
|
|
43618
43814
|
max-height: 18em;
|
43619
43815
|
}
|
43620
43816
|
|
43817
|
+
.ui.scrolling.segment.short.resizable {
|
43818
|
+
height: 18em;
|
43819
|
+
}
|
43820
|
+
|
43621
43821
|
.ui.scrolling.segment[class*="very short"] {
|
43622
43822
|
max-height: 12em;
|
43623
43823
|
}
|
43624
43824
|
|
43825
|
+
.ui.scrolling.segment[class*="very short"].resizable {
|
43826
|
+
height: 12em;
|
43827
|
+
}
|
43828
|
+
|
43625
43829
|
.ui.scrolling.segment {
|
43626
43830
|
max-height: 24em;
|
43627
43831
|
}
|
43628
43832
|
|
43833
|
+
.ui.scrolling.segment.resizable {
|
43834
|
+
height: 24em;
|
43835
|
+
}
|
43836
|
+
|
43629
43837
|
.ui.scrolling.segment.long {
|
43630
43838
|
max-height: 48em;
|
43631
43839
|
}
|
43632
43840
|
|
43841
|
+
.ui.scrolling.segment.long.resizable {
|
43842
|
+
height: 48em;
|
43843
|
+
}
|
43844
|
+
|
43633
43845
|
.ui.scrolling.segment[class*="very long"] {
|
43634
43846
|
max-height: 72em;
|
43635
43847
|
}
|
43848
|
+
|
43849
|
+
.ui.scrolling.segment[class*="very long"].resizable {
|
43850
|
+
height: 72em;
|
43851
|
+
}
|
43636
43852
|
}
|
43637
43853
|
|
43638
43854
|
@media only screen and (min-width: 1920px) {
|
@@ -43640,21 +43856,46 @@ ol.ui.suffixed.list li::before,
|
|
43640
43856
|
max-height: 22.5em;
|
43641
43857
|
}
|
43642
43858
|
|
43859
|
+
.ui.scrolling.segment.short.resizable {
|
43860
|
+
height: 22.5em;
|
43861
|
+
}
|
43862
|
+
|
43643
43863
|
.ui.scrolling.segment[class*="very short"] {
|
43644
43864
|
max-height: 15em;
|
43645
43865
|
}
|
43646
43866
|
|
43867
|
+
.ui.scrolling.segment[class*="very short"].resizable {
|
43868
|
+
height: 15em;
|
43869
|
+
}
|
43870
|
+
|
43647
43871
|
.ui.scrolling.segment {
|
43648
43872
|
max-height: 30em;
|
43649
43873
|
}
|
43650
43874
|
|
43875
|
+
.ui.scrolling.segment.resizable {
|
43876
|
+
height: 30em;
|
43877
|
+
}
|
43878
|
+
|
43651
43879
|
.ui.scrolling.segment.long {
|
43652
43880
|
max-height: 60em;
|
43653
43881
|
}
|
43654
43882
|
|
43883
|
+
.ui.scrolling.segment.long.resizable {
|
43884
|
+
height: 60em;
|
43885
|
+
}
|
43886
|
+
|
43655
43887
|
.ui.scrolling.segment[class*="very long"] {
|
43656
43888
|
max-height: 90em;
|
43657
43889
|
}
|
43890
|
+
|
43891
|
+
.ui.scrolling.segment[class*="very long"].resizable {
|
43892
|
+
height: 90em;
|
43893
|
+
}
|
43894
|
+
}
|
43895
|
+
|
43896
|
+
.ui.resizable.scrolling.segment {
|
43897
|
+
resize: vertical;
|
43898
|
+
max-height: none;
|
43658
43899
|
}
|
43659
43900
|
|
43660
43901
|
/* -------------------
|
@@ -43709,7 +43950,7 @@ ol.ui.suffixed.list li::before,
|
|
43709
43950
|
Site Overrides
|
43710
43951
|
*******************************/
|
43711
43952
|
/*!
|
43712
|
-
* # Fomantic-UI 2.9.3-beta.
|
43953
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Step
|
43713
43954
|
* https://github.com/fomantic/Fomantic-UI/
|
43714
43955
|
*
|
43715
43956
|
*
|
@@ -44417,7 +44658,7 @@ ol.ui.suffixed.list li::before,
|
|
44417
44658
|
Site Overrides
|
44418
44659
|
*******************************/
|
44419
44660
|
/*!
|
44420
|
-
* # Fomantic-UI 2.9.3-beta.
|
44661
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Text
|
44421
44662
|
* https://github.com/fomantic/Fomantic-UI/
|
44422
44663
|
*
|
44423
44664
|
*
|
@@ -44616,7 +44857,7 @@ span.ui.massive.text {
|
|
44616
44857
|
Site Overrides
|
44617
44858
|
*******************************/
|
44618
44859
|
/*!
|
44619
|
-
* # Fomantic-UI 2.9.3-beta.
|
44860
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Breadcrumb
|
44620
44861
|
* https://github.com/fomantic/Fomantic-UI/
|
44621
44862
|
*
|
44622
44863
|
*
|
@@ -44761,7 +45002,7 @@ span.ui.massive.text {
|
|
44761
45002
|
Site Overrides
|
44762
45003
|
*******************************/
|
44763
45004
|
/*!
|
44764
|
-
* # Fomantic-UI 2.9.3-beta.
|
45005
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Form
|
44765
45006
|
* https://github.com/fomantic/Fomantic-UI/
|
44766
45007
|
*
|
44767
45008
|
*
|
@@ -45318,6 +45559,12 @@ span.ui.massive.text {
|
|
45318
45559
|
color: #9f3a38;
|
45319
45560
|
}
|
45320
45561
|
|
45562
|
+
@supports selector(:has(.f)) {
|
45563
|
+
.ui.form .fields:has(.error) > label {
|
45564
|
+
color: #9f3a38;
|
45565
|
+
}
|
45566
|
+
}
|
45567
|
+
|
45321
45568
|
.ui.form .fields.error .field .ui.label,
|
45322
45569
|
.ui.form .field.error .ui.label {
|
45323
45570
|
background-color: #ecd1d1;
|
@@ -45370,23 +45617,7 @@ span.ui.massive.text {
|
|
45370
45617
|
box-shadow: none;
|
45371
45618
|
}
|
45372
45619
|
|
45373
|
-
.ui.form .field input:
|
45374
|
-
color: #9f3a38;
|
45375
|
-
background: #fff6f6;
|
45376
|
-
border-color: #e0b4b4;
|
45377
|
-
border-radius: "";
|
45378
|
-
box-shadow: none;
|
45379
|
-
}
|
45380
|
-
|
45381
|
-
.ui.form .field input:not(:placeholder-shown):invalid {
|
45382
|
-
color: #9f3a38;
|
45383
|
-
background: #fff6f6;
|
45384
|
-
border-color: #e0b4b4;
|
45385
|
-
border-radius: "";
|
45386
|
-
box-shadow: none;
|
45387
|
-
}
|
45388
|
-
|
45389
|
-
.ui.form .field input:not(:-ms-input-placeholder):invalid {
|
45620
|
+
.ui.form:not(.initial) .field input:invalid {
|
45390
45621
|
color: #9f3a38;
|
45391
45622
|
background: #fff6f6;
|
45392
45623
|
border-color: #e0b4b4;
|
@@ -45558,6 +45789,12 @@ span.ui.massive.text {
|
|
45558
45789
|
color: #ecd1d1;
|
45559
45790
|
}
|
45560
45791
|
|
45792
|
+
@supports selector(:has(.f)) {
|
45793
|
+
.ui.inverted.form .fields:has(.error) > label {
|
45794
|
+
color: #ecd1d1;
|
45795
|
+
}
|
45796
|
+
}
|
45797
|
+
|
45561
45798
|
/* On Form */
|
45562
45799
|
|
45563
45800
|
.ui.form.info .info.message:not(:empty) {
|
@@ -45598,6 +45835,12 @@ span.ui.massive.text {
|
|
45598
45835
|
color: #276f86;
|
45599
45836
|
}
|
45600
45837
|
|
45838
|
+
@supports selector(:has(.f)) {
|
45839
|
+
.ui.form .fields:has(.info) > label {
|
45840
|
+
color: #276f86;
|
45841
|
+
}
|
45842
|
+
}
|
45843
|
+
|
45601
45844
|
.ui.form .fields.info .field .ui.label,
|
45602
45845
|
.ui.form .field.info .ui.label {
|
45603
45846
|
background-color: #c6e3e9;
|
@@ -45814,6 +46057,12 @@ span.ui.massive.text {
|
|
45814
46057
|
color: #c6e3e9;
|
45815
46058
|
}
|
45816
46059
|
|
46060
|
+
@supports selector(:has(.f)) {
|
46061
|
+
.ui.inverted.form .fields:has(.info) > label {
|
46062
|
+
color: #c6e3e9;
|
46063
|
+
}
|
46064
|
+
}
|
46065
|
+
|
45817
46066
|
/* On Form */
|
45818
46067
|
|
45819
46068
|
.ui.form.success .success.message:not(:empty) {
|
@@ -45854,6 +46103,12 @@ span.ui.massive.text {
|
|
45854
46103
|
color: #2c662d;
|
45855
46104
|
}
|
45856
46105
|
|
46106
|
+
@supports selector(:has(.f)) {
|
46107
|
+
.ui.form .fields:has(.success) > label {
|
46108
|
+
color: #2c662d;
|
46109
|
+
}
|
46110
|
+
}
|
46111
|
+
|
45857
46112
|
.ui.form .fields.success .field .ui.label,
|
45858
46113
|
.ui.form .field.success .ui.label {
|
45859
46114
|
background-color: #b9d1ad;
|
@@ -46070,6 +46325,12 @@ span.ui.massive.text {
|
|
46070
46325
|
color: #b9d1ad;
|
46071
46326
|
}
|
46072
46327
|
|
46328
|
+
@supports selector(:has(.f)) {
|
46329
|
+
.ui.inverted.form .fields:has(.success) > label {
|
46330
|
+
color: #b9d1ad;
|
46331
|
+
}
|
46332
|
+
}
|
46333
|
+
|
46073
46334
|
/* On Form */
|
46074
46335
|
|
46075
46336
|
.ui.form.warning .warning.message:not(:empty) {
|
@@ -46110,6 +46371,12 @@ span.ui.massive.text {
|
|
46110
46371
|
color: #573a08;
|
46111
46372
|
}
|
46112
46373
|
|
46374
|
+
@supports selector(:has(.f)) {
|
46375
|
+
.ui.form .fields:has(.warning) > label {
|
46376
|
+
color: #573a08;
|
46377
|
+
}
|
46378
|
+
}
|
46379
|
+
|
46113
46380
|
.ui.form .fields.warning .field .ui.label,
|
46114
46381
|
.ui.form .field.warning .ui.label {
|
46115
46382
|
background-color: #d7ccb5;
|
@@ -46326,6 +46593,12 @@ span.ui.massive.text {
|
|
46326
46593
|
color: #d7ccb5;
|
46327
46594
|
}
|
46328
46595
|
|
46596
|
+
@supports selector(:has(.f)) {
|
46597
|
+
.ui.inverted.form .fields:has(.warning) > label {
|
46598
|
+
color: #d7ccb5;
|
46599
|
+
}
|
46600
|
+
}
|
46601
|
+
|
46329
46602
|
/* --------------------
|
46330
46603
|
Disabled
|
46331
46604
|
--------------------- */
|
@@ -46395,10 +46668,11 @@ span.ui.massive.text {
|
|
46395
46668
|
Required Field
|
46396
46669
|
--------------------- */
|
46397
46670
|
|
46398
|
-
.ui.form .required.fields:not(.grouped) > .field > label::after,
|
46671
|
+
.ui.form .required.fields:not(.grouped):not(.inline) > .field > label::after,
|
46672
|
+
.ui.form .required.fields.inline > label::after,
|
46399
46673
|
.ui.form .required.fields.grouped > label::after,
|
46400
46674
|
.ui.form .required.field > label::after,
|
46401
|
-
.ui.form .required.fields:not(.grouped) > .field > .checkbox::after,
|
46675
|
+
.ui.form .required.fields:not(.grouped):not(.inline) > .field > .checkbox::after,
|
46402
46676
|
.ui.form .required.field > .checkbox::after,
|
46403
46677
|
.ui.form label.required::after {
|
46404
46678
|
margin: -0.2em 0 0 0.2em;
|
@@ -46406,7 +46680,8 @@ span.ui.massive.text {
|
|
46406
46680
|
color: #db2828;
|
46407
46681
|
}
|
46408
46682
|
|
46409
|
-
.ui.form .required.fields:not(.grouped) > .field > label::after,
|
46683
|
+
.ui.form .required.fields:not(.grouped):not(.inline) > .field > label::after,
|
46684
|
+
.ui.form .required.fields.inline > label::after,
|
46410
46685
|
.ui.form .required.fields.grouped > label::after,
|
46411
46686
|
.ui.form .required.field > label::after,
|
46412
46687
|
.ui.form label.required::after {
|
@@ -46414,13 +46689,19 @@ span.ui.massive.text {
|
|
46414
46689
|
vertical-align: top;
|
46415
46690
|
}
|
46416
46691
|
|
46417
|
-
.ui.form .required.fields:not(.grouped) > .field > .checkbox::after,
|
46692
|
+
.ui.form .required.fields:not(.grouped):not(.inline) > .field > .checkbox::after,
|
46418
46693
|
.ui.form .required.field > .checkbox::after {
|
46419
46694
|
position: absolute;
|
46420
46695
|
top: 0;
|
46421
46696
|
left: 100%;
|
46422
46697
|
}
|
46423
46698
|
|
46699
|
+
.ui.ui.ui.ui.form .fields > label:empty::after,
|
46700
|
+
.ui.ui.ui.ui.form .field > label:empty::after {
|
46701
|
+
content: " ";
|
46702
|
+
display: inline-block;
|
46703
|
+
}
|
46704
|
+
|
46424
46705
|
/*******************************
|
46425
46706
|
Variations
|
46426
46707
|
*******************************/
|
@@ -46819,7 +47100,7 @@ span.ui.massive.text {
|
|
46819
47100
|
Site Overrides
|
46820
47101
|
*******************************/
|
46821
47102
|
/*!
|
46822
|
-
* # Fomantic-UI 2.9.3-beta.
|
47103
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Grid
|
46823
47104
|
* https://github.com/fomantic/Fomantic-UI/
|
46824
47105
|
*
|
46825
47106
|
*
|
@@ -48208,8 +48489,8 @@ span.ui.massive.text {
|
|
48208
48489
|
.ui[class*="left aligned"].grid > .column,
|
48209
48490
|
.ui[class*="left aligned"].grid > .row > .column,
|
48210
48491
|
.ui.grid > [class*="left aligned"].row > .column,
|
48211
|
-
.ui.grid > [class*="left aligned"].column
|
48212
|
-
.ui.grid > .row > [class*="left aligned"].column
|
48492
|
+
.ui.ui.grid > [class*="left aligned"].column,
|
48493
|
+
.ui.ui.grid > .row > [class*="left aligned"].column {
|
48213
48494
|
text-align: left;
|
48214
48495
|
align-self: inherit;
|
48215
48496
|
}
|
@@ -48219,8 +48500,8 @@ span.ui.massive.text {
|
|
48219
48500
|
.ui[class*="center aligned"].grid > .column,
|
48220
48501
|
.ui[class*="center aligned"].grid > .row > .column,
|
48221
48502
|
.ui.grid > [class*="center aligned"].row > .column,
|
48222
|
-
.ui.grid > [class*="center aligned"].column
|
48223
|
-
.ui.grid > .row > [class*="center aligned"].column
|
48503
|
+
.ui.ui.grid > [class*="center aligned"].column,
|
48504
|
+
.ui.ui.grid > .row > [class*="center aligned"].column {
|
48224
48505
|
text-align: center;
|
48225
48506
|
align-self: inherit;
|
48226
48507
|
}
|
@@ -48234,8 +48515,8 @@ span.ui.massive.text {
|
|
48234
48515
|
.ui[class*="right aligned"].grid > .column,
|
48235
48516
|
.ui[class*="right aligned"].grid > .row > .column,
|
48236
48517
|
.ui.grid > [class*="right aligned"].row > .column,
|
48237
|
-
.ui.grid > [class*="right aligned"].column
|
48238
|
-
.ui.grid > .row > [class*="right aligned"].column
|
48518
|
+
.ui.ui.grid > [class*="right aligned"].column,
|
48519
|
+
.ui.ui.grid > .row > [class*="right aligned"].column {
|
48239
48520
|
text-align: right;
|
48240
48521
|
align-self: inherit;
|
48241
48522
|
}
|
@@ -48245,8 +48526,8 @@ span.ui.massive.text {
|
|
48245
48526
|
.ui.justified.grid > .column,
|
48246
48527
|
.ui.justified.grid > .row > .column,
|
48247
48528
|
.ui.grid > .justified.row > .column,
|
48248
|
-
.ui.grid > .justified.column
|
48249
|
-
.ui.grid > .row > .justified.column
|
48529
|
+
.ui.ui.grid > .justified.column,
|
48530
|
+
.ui.ui.grid > .row > .justified.column {
|
48250
48531
|
text-align: justify;
|
48251
48532
|
-webkit-hyphens: auto;
|
48252
48533
|
-ms-hyphens: auto;
|
@@ -48554,91 +48835,91 @@ span.ui.massive.text {
|
|
48554
48835
|
|
48555
48836
|
.ui[class*="two column"].doubling.grid > .row > .column,
|
48556
48837
|
.ui[class*="two column"].doubling.grid > .column:not(.row),
|
48557
|
-
.ui.grid > [class*="two column"].doubling.row
|
48838
|
+
.ui.ui.grid > [class*="two column"].doubling.row > .column {
|
48558
48839
|
width: 100% !important;
|
48559
48840
|
}
|
48560
48841
|
|
48561
48842
|
.ui[class*="three column"].doubling.grid > .row > .column,
|
48562
48843
|
.ui[class*="three column"].doubling.grid > .column:not(.row),
|
48563
|
-
.ui.grid > [class*="three column"].doubling.row
|
48844
|
+
.ui.ui.grid > [class*="three column"].doubling.row > .column {
|
48564
48845
|
width: 50% !important;
|
48565
48846
|
}
|
48566
48847
|
|
48567
48848
|
.ui[class*="four column"].doubling.grid > .row > .column,
|
48568
48849
|
.ui[class*="four column"].doubling.grid > .column:not(.row),
|
48569
|
-
.ui.grid > [class*="four column"].doubling.row
|
48850
|
+
.ui.ui.grid > [class*="four column"].doubling.row > .column {
|
48570
48851
|
width: 50% !important;
|
48571
48852
|
}
|
48572
48853
|
|
48573
48854
|
.ui[class*="five column"].doubling.grid > .row > .column,
|
48574
48855
|
.ui[class*="five column"].doubling.grid > .column:not(.row),
|
48575
|
-
.ui.grid > [class*="five column"].doubling.row
|
48856
|
+
.ui.ui.grid > [class*="five column"].doubling.row > .column {
|
48576
48857
|
width: 33.33333333% !important;
|
48577
48858
|
}
|
48578
48859
|
|
48579
48860
|
.ui[class*="six column"].doubling.grid > .row > .column,
|
48580
48861
|
.ui[class*="six column"].doubling.grid > .column:not(.row),
|
48581
|
-
.ui.grid > [class*="six column"].doubling.row
|
48862
|
+
.ui.ui.grid > [class*="six column"].doubling.row > .column {
|
48582
48863
|
width: 33.33333333% !important;
|
48583
48864
|
}
|
48584
48865
|
|
48585
48866
|
.ui[class*="seven column"].doubling.grid > .row > .column,
|
48586
48867
|
.ui[class*="seven column"].doubling.grid > .column:not(.row),
|
48587
|
-
.ui.grid > [class*="seven column"].doubling.row
|
48868
|
+
.ui.ui.grid > [class*="seven column"].doubling.row > .column {
|
48588
48869
|
width: 33.33333333% !important;
|
48589
48870
|
}
|
48590
48871
|
|
48591
48872
|
.ui[class*="eight column"].doubling.grid > .row > .column,
|
48592
48873
|
.ui[class*="eight column"].doubling.grid > .column:not(.row),
|
48593
|
-
.ui.grid > [class*="eight column"].doubling.row
|
48874
|
+
.ui.ui.grid > [class*="eight column"].doubling.row > .column {
|
48594
48875
|
width: 25% !important;
|
48595
48876
|
}
|
48596
48877
|
|
48597
48878
|
.ui[class*="nine column"].doubling.grid > .row > .column,
|
48598
48879
|
.ui[class*="nine column"].doubling.grid > .column:not(.row),
|
48599
|
-
.ui.grid > [class*="nine column"].doubling.row
|
48880
|
+
.ui.ui.grid > [class*="nine column"].doubling.row > .column {
|
48600
48881
|
width: 25% !important;
|
48601
48882
|
}
|
48602
48883
|
|
48603
48884
|
.ui[class*="ten column"].doubling.grid > .row > .column,
|
48604
48885
|
.ui[class*="ten column"].doubling.grid > .column:not(.row),
|
48605
|
-
.ui.grid > [class*="ten column"].doubling.row
|
48886
|
+
.ui.ui.grid > [class*="ten column"].doubling.row > .column {
|
48606
48887
|
width: 20% !important;
|
48607
48888
|
}
|
48608
48889
|
|
48609
48890
|
.ui[class*="eleven column"].doubling.grid > .row > .column,
|
48610
48891
|
.ui[class*="eleven column"].doubling.grid > .column:not(.row),
|
48611
|
-
.ui.grid > [class*="eleven column"].doubling.row
|
48892
|
+
.ui.ui.grid > [class*="eleven column"].doubling.row > .column {
|
48612
48893
|
width: 20% !important;
|
48613
48894
|
}
|
48614
48895
|
|
48615
48896
|
.ui[class*="twelve column"].doubling.grid > .row > .column,
|
48616
48897
|
.ui[class*="twelve column"].doubling.grid > .column:not(.row),
|
48617
|
-
.ui.grid > [class*="twelve column"].doubling.row
|
48898
|
+
.ui.ui.grid > [class*="twelve column"].doubling.row > .column {
|
48618
48899
|
width: 16.66666667% !important;
|
48619
48900
|
}
|
48620
48901
|
|
48621
48902
|
.ui[class*="thirteen column"].doubling.grid > .row > .column,
|
48622
48903
|
.ui[class*="thirteen column"].doubling.grid > .column:not(.row),
|
48623
|
-
.ui.grid > [class*="thirteen column"].doubling.row
|
48904
|
+
.ui.ui.grid > [class*="thirteen column"].doubling.row > .column {
|
48624
48905
|
width: 16.66666667% !important;
|
48625
48906
|
}
|
48626
48907
|
|
48627
48908
|
.ui[class*="fourteen column"].doubling.grid > .row > .column,
|
48628
48909
|
.ui[class*="fourteen column"].doubling.grid > .column:not(.row),
|
48629
|
-
.ui.grid > [class*="fourteen column"].doubling.row
|
48910
|
+
.ui.ui.grid > [class*="fourteen column"].doubling.row > .column {
|
48630
48911
|
width: 14.28571429% !important;
|
48631
48912
|
}
|
48632
48913
|
|
48633
48914
|
.ui[class*="fifteen column"].doubling.grid > .row > .column,
|
48634
48915
|
.ui[class*="fifteen column"].doubling.grid > .column:not(.row),
|
48635
|
-
.ui.grid > [class*="fifteen column"].doubling.row
|
48916
|
+
.ui.ui.grid > [class*="fifteen column"].doubling.row > .column {
|
48636
48917
|
width: 14.28571429% !important;
|
48637
48918
|
}
|
48638
48919
|
|
48639
48920
|
.ui[class*="sixteen column"].doubling.grid > .row > .column,
|
48640
48921
|
.ui[class*="sixteen column"].doubling.grid > .column:not(.row),
|
48641
|
-
.ui.grid > [class*="sixteen column"].doubling.row
|
48922
|
+
.ui.ui.grid > [class*="sixteen column"].doubling.row > .column {
|
48642
48923
|
width: 12.5% !important;
|
48643
48924
|
}
|
48644
48925
|
}
|
@@ -48662,91 +48943,91 @@ span.ui.massive.text {
|
|
48662
48943
|
|
48663
48944
|
.ui[class*="two column"].doubling:not(.stackable).grid > .row > .column,
|
48664
48945
|
.ui[class*="two column"].doubling:not(.stackable).grid > .column:not(.row),
|
48665
|
-
.ui.grid > [class*="two column"].doubling:not(.stackable).row
|
48946
|
+
.ui.ui.grid > [class*="two column"].doubling:not(.stackable).row > .column {
|
48666
48947
|
width: 100% !important;
|
48667
48948
|
}
|
48668
48949
|
|
48669
48950
|
.ui[class*="three column"].doubling:not(.stackable).grid > .row > .column,
|
48670
48951
|
.ui[class*="three column"].doubling:not(.stackable).grid > .column:not(.row),
|
48671
|
-
.ui.grid > [class*="three column"].doubling:not(.stackable).row
|
48952
|
+
.ui.ui.grid > [class*="three column"].doubling:not(.stackable).row > .column {
|
48672
48953
|
width: 50% !important;
|
48673
48954
|
}
|
48674
48955
|
|
48675
48956
|
.ui[class*="four column"].doubling:not(.stackable).grid > .row > .column,
|
48676
48957
|
.ui[class*="four column"].doubling:not(.stackable).grid > .column:not(.row),
|
48677
|
-
.ui.grid > [class*="four column"].doubling:not(.stackable).row
|
48958
|
+
.ui.ui.grid > [class*="four column"].doubling:not(.stackable).row > .column {
|
48678
48959
|
width: 50% !important;
|
48679
48960
|
}
|
48680
48961
|
|
48681
48962
|
.ui[class*="five column"].doubling:not(.stackable).grid > .row > .column,
|
48682
48963
|
.ui[class*="five column"].doubling:not(.stackable).grid > .column:not(.row),
|
48683
|
-
.ui.grid > [class*="five column"].doubling:not(.stackable).row
|
48964
|
+
.ui.ui.grid > [class*="five column"].doubling:not(.stackable).row > .column {
|
48684
48965
|
width: 50% !important;
|
48685
48966
|
}
|
48686
48967
|
|
48687
48968
|
.ui[class*="six column"].doubling:not(.stackable).grid > .row > .column,
|
48688
48969
|
.ui[class*="six column"].doubling:not(.stackable).grid > .column:not(.row),
|
48689
|
-
.ui.grid > [class*="six column"].doubling:not(.stackable).row
|
48970
|
+
.ui.ui.grid > [class*="six column"].doubling:not(.stackable).row > .column {
|
48690
48971
|
width: 50% !important;
|
48691
48972
|
}
|
48692
48973
|
|
48693
48974
|
.ui[class*="seven column"].doubling:not(.stackable).grid > .row > .column,
|
48694
48975
|
.ui[class*="seven column"].doubling:not(.stackable).grid > .column:not(.row),
|
48695
|
-
.ui.grid > [class*="seven column"].doubling:not(.stackable).row
|
48976
|
+
.ui.ui.grid > [class*="seven column"].doubling:not(.stackable).row > .column {
|
48696
48977
|
width: 50% !important;
|
48697
48978
|
}
|
48698
48979
|
|
48699
48980
|
.ui[class*="eight column"].doubling:not(.stackable).grid > .row > .column,
|
48700
48981
|
.ui[class*="eight column"].doubling:not(.stackable).grid > .column:not(.row),
|
48701
|
-
.ui.grid > [class*="eight column"].doubling:not(.stackable).row
|
48982
|
+
.ui.ui.grid > [class*="eight column"].doubling:not(.stackable).row > .column {
|
48702
48983
|
width: 50% !important;
|
48703
48984
|
}
|
48704
48985
|
|
48705
48986
|
.ui[class*="nine column"].doubling:not(.stackable).grid > .row > .column,
|
48706
48987
|
.ui[class*="nine column"].doubling:not(.stackable).grid > .column:not(.row),
|
48707
|
-
.ui.grid > [class*="nine column"].doubling:not(.stackable).row
|
48988
|
+
.ui.ui.grid > [class*="nine column"].doubling:not(.stackable).row > .column {
|
48708
48989
|
width: 33.33333333% !important;
|
48709
48990
|
}
|
48710
48991
|
|
48711
48992
|
.ui[class*="ten column"].doubling:not(.stackable).grid > .row > .column,
|
48712
48993
|
.ui[class*="ten column"].doubling:not(.stackable).grid > .column:not(.row),
|
48713
|
-
.ui.grid > [class*="ten column"].doubling:not(.stackable).row
|
48994
|
+
.ui.ui.grid > [class*="ten column"].doubling:not(.stackable).row > .column {
|
48714
48995
|
width: 33.33333333% !important;
|
48715
48996
|
}
|
48716
48997
|
|
48717
48998
|
.ui[class*="eleven column"].doubling:not(.stackable).grid > .row > .column,
|
48718
48999
|
.ui[class*="eleven column"].doubling:not(.stackable).grid > .column:not(.row),
|
48719
|
-
.ui.grid > [class*="eleven column"].doubling:not(.stackable).row
|
49000
|
+
.ui.ui.grid > [class*="eleven column"].doubling:not(.stackable).row > .column {
|
48720
49001
|
width: 33.33333333% !important;
|
48721
49002
|
}
|
48722
49003
|
|
48723
49004
|
.ui[class*="twelve column"].doubling:not(.stackable).grid > .row > .column,
|
48724
49005
|
.ui[class*="twelve column"].doubling:not(.stackable).grid > .column:not(.row),
|
48725
|
-
.ui.grid > [class*="twelve column"].doubling:not(.stackable).row
|
49006
|
+
.ui.ui.grid > [class*="twelve column"].doubling:not(.stackable).row > .column {
|
48726
49007
|
width: 33.33333333% !important;
|
48727
49008
|
}
|
48728
49009
|
|
48729
49010
|
.ui[class*="thirteen column"].doubling:not(.stackable).grid > .row > .column,
|
48730
49011
|
.ui[class*="thirteen column"].doubling:not(.stackable).grid > .column:not(.row),
|
48731
|
-
.ui.grid > [class*="thirteen column"].doubling:not(.stackable).row
|
49012
|
+
.ui.ui.grid > [class*="thirteen column"].doubling:not(.stackable).row > .column {
|
48732
49013
|
width: 33.33333333% !important;
|
48733
49014
|
}
|
48734
49015
|
|
48735
49016
|
.ui[class*="fourteen column"].doubling:not(.stackable).grid > .row > .column,
|
48736
49017
|
.ui[class*="fourteen column"].doubling:not(.stackable).grid > .column:not(.row),
|
48737
|
-
.ui.grid > [class*="fourteen column"].doubling:not(.stackable).row
|
49018
|
+
.ui.ui.grid > [class*="fourteen column"].doubling:not(.stackable).row > .column {
|
48738
49019
|
width: 25% !important;
|
48739
49020
|
}
|
48740
49021
|
|
48741
49022
|
.ui[class*="fifteen column"].doubling:not(.stackable).grid > .row > .column,
|
48742
49023
|
.ui[class*="fifteen column"].doubling:not(.stackable).grid > .column:not(.row),
|
48743
|
-
.ui.grid > [class*="fifteen column"].doubling:not(.stackable).row
|
49024
|
+
.ui.ui.grid > [class*="fifteen column"].doubling:not(.stackable).row > .column {
|
48744
49025
|
width: 25% !important;
|
48745
49026
|
}
|
48746
49027
|
|
48747
49028
|
.ui[class*="sixteen column"].doubling:not(.stackable).grid > .row > .column,
|
48748
49029
|
.ui[class*="sixteen column"].doubling:not(.stackable).grid > .column:not(.row),
|
48749
|
-
.ui.grid > [class*="sixteen column"].doubling:not(.stackable).row
|
49030
|
+
.ui.ui.grid > [class*="sixteen column"].doubling:not(.stackable).row > .column {
|
48750
49031
|
width: 25% !important;
|
48751
49032
|
}
|
48752
49033
|
}
|
@@ -48843,31 +49124,31 @@ span.ui.massive.text {
|
|
48843
49124
|
/* Mobile Only Hide */
|
48844
49125
|
|
48845
49126
|
@media only screen and (max-width: 767.98px) {
|
48846
|
-
.ui[class*="tablet only"].grid
|
48847
|
-
.ui.
|
48848
|
-
.ui.
|
48849
|
-
.ui.
|
49127
|
+
.ui.ui.ui[class*="tablet only"].grid:not(.mobile),
|
49128
|
+
.ui.ui.ui.grid > [class*="tablet only"].row:not(.mobile),
|
49129
|
+
.ui.ui.ui.grid > [class*="tablet only"].column:not(.mobile),
|
49130
|
+
.ui.ui.ui.grid > .row > [class*="tablet only"].column:not(.mobile) {
|
48850
49131
|
display: none !important;
|
48851
49132
|
}
|
48852
49133
|
|
48853
|
-
.ui[class*="computer only"].grid
|
48854
|
-
.ui.
|
48855
|
-
.ui.
|
48856
|
-
.ui.
|
49134
|
+
.ui.ui.ui[class*="computer only"].grid:not(.mobile),
|
49135
|
+
.ui.ui.ui.grid > [class*="computer only"].row:not(.mobile),
|
49136
|
+
.ui.ui.ui.grid > [class*="computer only"].column:not(.mobile),
|
49137
|
+
.ui.ui.ui.grid > .row > [class*="computer only"].column:not(.mobile) {
|
48857
49138
|
display: none !important;
|
48858
49139
|
}
|
48859
49140
|
|
48860
|
-
.ui[class*="large screen only"].grid
|
48861
|
-
.ui.
|
48862
|
-
.ui.
|
48863
|
-
.ui.
|
49141
|
+
.ui.ui.ui[class*="large screen only"].grid:not(.mobile),
|
49142
|
+
.ui.ui.ui.grid > [class*="large screen only"].row:not(.mobile),
|
49143
|
+
.ui.ui.ui.grid > [class*="large screen only"].column:not(.mobile),
|
49144
|
+
.ui.ui.ui.grid > .row > [class*="large screen only"].column:not(.mobile) {
|
48864
49145
|
display: none !important;
|
48865
49146
|
}
|
48866
49147
|
|
48867
|
-
.ui[class*="widescreen only"].grid
|
48868
|
-
.ui.
|
48869
|
-
.ui.
|
48870
|
-
.ui.
|
49148
|
+
.ui.ui.ui[class*="widescreen only"].grid:not(.mobile),
|
49149
|
+
.ui.ui.ui.grid > [class*="widescreen only"].row:not(.mobile),
|
49150
|
+
.ui.ui.ui.grid > [class*="widescreen only"].column:not(.mobile),
|
49151
|
+
.ui.ui.ui.grid > .row > [class*="widescreen only"].column:not(.mobile) {
|
48871
49152
|
display: none !important;
|
48872
49153
|
}
|
48873
49154
|
}
|
@@ -48875,31 +49156,31 @@ span.ui.massive.text {
|
|
48875
49156
|
/* Tablet Only Hide */
|
48876
49157
|
|
48877
49158
|
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
|
48878
|
-
.ui[class*="mobile only"].grid
|
48879
|
-
.ui.
|
48880
|
-
.ui.
|
48881
|
-
.ui.
|
49159
|
+
.ui.ui.ui[class*="mobile only"].grid:not(.tablet),
|
49160
|
+
.ui.ui.ui.grid > [class*="mobile only"].row:not(.tablet),
|
49161
|
+
.ui.ui.ui.grid > [class*="mobile only"].column:not(.tablet),
|
49162
|
+
.ui.ui.ui.grid > .row > [class*="mobile only"].column:not(.tablet) {
|
48882
49163
|
display: none !important;
|
48883
49164
|
}
|
48884
49165
|
|
48885
|
-
.ui[class*="computer only"].grid
|
48886
|
-
.ui.
|
48887
|
-
.ui.
|
48888
|
-
.ui.
|
49166
|
+
.ui.ui.ui[class*="computer only"].grid:not(.tablet),
|
49167
|
+
.ui.ui.ui.grid > [class*="computer only"].row:not(.tablet),
|
49168
|
+
.ui.ui.ui.grid > [class*="computer only"].column:not(.tablet),
|
49169
|
+
.ui.ui.ui.grid > .row > [class*="computer only"].column:not(.tablet) {
|
48889
49170
|
display: none !important;
|
48890
49171
|
}
|
48891
49172
|
|
48892
|
-
.ui[class*="large screen only"].grid
|
48893
|
-
.ui.
|
48894
|
-
.ui.
|
48895
|
-
.ui.
|
49173
|
+
.ui.ui.ui[class*="large screen only"].grid:not(.mobile),
|
49174
|
+
.ui.ui.ui.grid > [class*="large screen only"].row:not(.mobile),
|
49175
|
+
.ui.ui.ui.grid > [class*="large screen only"].column:not(.mobile),
|
49176
|
+
.ui.ui.ui.grid > .row > [class*="large screen only"].column:not(.mobile) {
|
48896
49177
|
display: none !important;
|
48897
49178
|
}
|
48898
49179
|
|
48899
|
-
.ui[class*="widescreen only"].grid
|
48900
|
-
.ui.
|
48901
|
-
.ui.
|
48902
|
-
.ui.
|
49180
|
+
.ui.ui.ui[class*="widescreen only"].grid:not(.mobile),
|
49181
|
+
.ui.ui.ui.grid > [class*="widescreen only"].row:not(.mobile),
|
49182
|
+
.ui.ui.ui.grid > [class*="widescreen only"].column:not(.mobile),
|
49183
|
+
.ui.ui.ui.grid > .row > [class*="widescreen only"].column:not(.mobile) {
|
48903
49184
|
display: none !important;
|
48904
49185
|
}
|
48905
49186
|
}
|
@@ -48907,31 +49188,31 @@ span.ui.massive.text {
|
|
48907
49188
|
/* Computer Only Hide */
|
48908
49189
|
|
48909
49190
|
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
|
48910
|
-
.ui[class*="mobile only"].grid
|
48911
|
-
.ui.
|
48912
|
-
.ui.
|
48913
|
-
.ui.
|
49191
|
+
.ui.ui.ui[class*="mobile only"].grid:not(.computer),
|
49192
|
+
.ui.ui.ui.grid > [class*="mobile only"].row:not(.computer),
|
49193
|
+
.ui.ui.ui.grid > [class*="mobile only"].column:not(.computer),
|
49194
|
+
.ui.ui.ui.grid > .row > [class*="mobile only"].column:not(.computer) {
|
48914
49195
|
display: none !important;
|
48915
49196
|
}
|
48916
49197
|
|
48917
|
-
.ui[class*="tablet only"].grid
|
48918
|
-
.ui.
|
48919
|
-
.ui.
|
48920
|
-
.ui.
|
49198
|
+
.ui.ui.ui[class*="tablet only"].grid:not(.computer),
|
49199
|
+
.ui.ui.ui.grid > [class*="tablet only"].row:not(.computer),
|
49200
|
+
.ui.ui.ui.grid > [class*="tablet only"].column:not(.computer),
|
49201
|
+
.ui.ui.ui.grid > .row > [class*="tablet only"].column:not(.computer) {
|
48921
49202
|
display: none !important;
|
48922
49203
|
}
|
48923
49204
|
|
48924
|
-
.ui[class*="large screen only"].grid
|
48925
|
-
.ui.
|
48926
|
-
.ui.
|
48927
|
-
.ui.
|
49205
|
+
.ui.ui.ui[class*="large screen only"].grid:not(.mobile),
|
49206
|
+
.ui.ui.ui.grid > [class*="large screen only"].row:not(.mobile),
|
49207
|
+
.ui.ui.ui.grid > [class*="large screen only"].column:not(.mobile),
|
49208
|
+
.ui.ui.ui.grid > .row > [class*="large screen only"].column:not(.mobile) {
|
48928
49209
|
display: none !important;
|
48929
49210
|
}
|
48930
49211
|
|
48931
|
-
.ui[class*="widescreen only"].grid
|
48932
|
-
.ui.
|
48933
|
-
.ui.
|
48934
|
-
.ui.
|
49212
|
+
.ui.ui.ui[class*="widescreen only"].grid:not(.mobile),
|
49213
|
+
.ui.ui.ui.grid > [class*="widescreen only"].row:not(.mobile),
|
49214
|
+
.ui.ui.ui.grid > [class*="widescreen only"].column:not(.mobile),
|
49215
|
+
.ui.ui.ui.grid > .row > [class*="widescreen only"].column:not(.mobile) {
|
48935
49216
|
display: none !important;
|
48936
49217
|
}
|
48937
49218
|
}
|
@@ -48939,24 +49220,24 @@ span.ui.massive.text {
|
|
48939
49220
|
/* Large Screen Only Hide */
|
48940
49221
|
|
48941
49222
|
@media only screen and (min-width: 1200px) and (max-width: 1919.98px) {
|
48942
|
-
.ui[class*="mobile only"].grid
|
48943
|
-
.ui.
|
48944
|
-
.ui.
|
48945
|
-
.ui.
|
49223
|
+
.ui.ui.ui[class*="mobile only"].grid:not(.computer),
|
49224
|
+
.ui.ui.ui.grid > [class*="mobile only"].row:not(.computer),
|
49225
|
+
.ui.ui.ui.grid > [class*="mobile only"].column:not(.computer),
|
49226
|
+
.ui.ui.ui.grid > .row > [class*="mobile only"].column:not(.computer) {
|
48946
49227
|
display: none !important;
|
48947
49228
|
}
|
48948
49229
|
|
48949
|
-
.ui[class*="tablet only"].grid
|
48950
|
-
.ui.
|
48951
|
-
.ui.
|
48952
|
-
.ui.
|
49230
|
+
.ui.ui.ui[class*="tablet only"].grid:not(.computer),
|
49231
|
+
.ui.ui.ui.grid > [class*="tablet only"].row:not(.computer),
|
49232
|
+
.ui.ui.ui.grid > [class*="tablet only"].column:not(.computer),
|
49233
|
+
.ui.ui.ui.grid > .row > [class*="tablet only"].column:not(.computer) {
|
48953
49234
|
display: none !important;
|
48954
49235
|
}
|
48955
49236
|
|
48956
|
-
.ui[class*="widescreen only"].grid
|
48957
|
-
.ui.
|
48958
|
-
.ui.
|
48959
|
-
.ui.
|
49237
|
+
.ui.ui.ui[class*="widescreen only"].grid:not(.mobile),
|
49238
|
+
.ui.ui.ui.grid > [class*="widescreen only"].row:not(.mobile),
|
49239
|
+
.ui.ui.ui.grid > [class*="widescreen only"].column:not(.mobile),
|
49240
|
+
.ui.ui.ui.grid > .row > [class*="widescreen only"].column:not(.mobile) {
|
48960
49241
|
display: none !important;
|
48961
49242
|
}
|
48962
49243
|
}
|
@@ -48964,17 +49245,17 @@ span.ui.massive.text {
|
|
48964
49245
|
/* Widescreen Only Hide */
|
48965
49246
|
|
48966
49247
|
@media only screen and (min-width: 1920px) {
|
48967
|
-
.ui[class*="mobile only"].grid
|
48968
|
-
.ui.
|
48969
|
-
.ui.
|
48970
|
-
.ui.
|
49248
|
+
.ui.ui.ui[class*="mobile only"].grid:not(.computer),
|
49249
|
+
.ui.ui.ui.grid > [class*="mobile only"].row:not(.computer),
|
49250
|
+
.ui.ui.ui.grid > [class*="mobile only"].column:not(.computer),
|
49251
|
+
.ui.ui.ui.grid > .row > [class*="mobile only"].column:not(.computer) {
|
48971
49252
|
display: none !important;
|
48972
49253
|
}
|
48973
49254
|
|
48974
|
-
.ui[class*="tablet only"].grid
|
48975
|
-
.ui.
|
48976
|
-
.ui.
|
48977
|
-
.ui.
|
49255
|
+
.ui.ui.ui[class*="tablet only"].grid:not(.computer),
|
49256
|
+
.ui.ui.ui.grid > [class*="tablet only"].row:not(.computer),
|
49257
|
+
.ui.ui.ui.grid > [class*="tablet only"].column:not(.computer),
|
49258
|
+
.ui.ui.ui.grid > .row > [class*="tablet only"].column:not(.computer) {
|
48978
49259
|
display: none !important;
|
48979
49260
|
}
|
48980
49261
|
}
|
@@ -49083,7 +49364,7 @@ span.ui.massive.text {
|
|
49083
49364
|
Site Overrides
|
49084
49365
|
*******************************/
|
49085
49366
|
/*!
|
49086
|
-
* # Fomantic-UI 2.9.3-beta.
|
49367
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Menu
|
49087
49368
|
* https://github.com/fomantic/Fomantic-UI/
|
49088
49369
|
*
|
49089
49370
|
*
|
@@ -51064,9 +51345,14 @@ Floated Menu / Item
|
|
51064
51345
|
}
|
51065
51346
|
|
51066
51347
|
/* -------------------
|
51067
|
-
|
51068
|
-
-------------------- */
|
51348
|
+
Evenly Sized
|
51349
|
+
-------------------- */
|
51350
|
+
|
51351
|
+
.ui[class*="equal width"].menu > .item {
|
51352
|
+
flex: 1;
|
51353
|
+
}
|
51069
51354
|
|
51355
|
+
.ui[class*="equal width"].menu > .item,
|
51070
51356
|
.ui.item.menu,
|
51071
51357
|
.ui.item.menu .item {
|
51072
51358
|
width: 100%;
|
@@ -51078,10 +51364,12 @@ Floated Menu / Item
|
|
51078
51364
|
justify-content: center;
|
51079
51365
|
}
|
51080
51366
|
|
51367
|
+
.ui.attached[class*="equal width"].menu:not(.tabular),
|
51081
51368
|
.ui.attached.item.menu:not(.tabular) {
|
51082
51369
|
margin: 0 -1px !important;
|
51083
51370
|
}
|
51084
51371
|
|
51372
|
+
.ui[class*="equal width"].menu > .item:last-child::before,
|
51085
51373
|
.ui.item.menu .item:last-child::before {
|
51086
51374
|
display: none;
|
51087
51375
|
}
|
@@ -51579,7 +51867,7 @@ Floated Menu / Item
|
|
51579
51867
|
Site Overrides
|
51580
51868
|
*******************************/
|
51581
51869
|
/*!
|
51582
|
-
* # Fomantic-UI 2.9.3-beta.
|
51870
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Message
|
51583
51871
|
* https://github.com/fomantic/Fomantic-UI/
|
51584
51872
|
*
|
51585
51873
|
*
|
@@ -52323,7 +52611,7 @@ Floated Menu / Item
|
|
52323
52611
|
Site Overrides
|
52324
52612
|
*******************************/
|
52325
52613
|
/*!
|
52326
|
-
* # Fomantic-UI 2.9.3-beta.
|
52614
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Table
|
52327
52615
|
* https://github.com/fomantic/Fomantic-UI/
|
52328
52616
|
*
|
52329
52617
|
*
|
@@ -52826,22 +53114,42 @@ Floated Menu / Item
|
|
52826
53114
|
max-height: 6.74983929em;
|
52827
53115
|
}
|
52828
53116
|
|
53117
|
+
.resizable.ui.scrolling.table.short > tbody {
|
53118
|
+
height: 6.74983929em;
|
53119
|
+
}
|
53120
|
+
|
52829
53121
|
.ui.scrolling.table[class*="very short"] > tbody {
|
52830
53122
|
max-height: 4.49989286em;
|
52831
53123
|
}
|
52832
53124
|
|
53125
|
+
.resizable.ui.scrolling.table[class*="very short"] > tbody {
|
53126
|
+
height: 4.49989286em;
|
53127
|
+
}
|
53128
|
+
|
52833
53129
|
.ui.scrolling.table > tbody {
|
52834
53130
|
max-height: 8.99978571em;
|
52835
53131
|
}
|
52836
53132
|
|
53133
|
+
.resizable.ui.scrolling.table > tbody {
|
53134
|
+
height: 8.99978571em;
|
53135
|
+
}
|
53136
|
+
|
52837
53137
|
.ui.scrolling.table.long > tbody {
|
52838
53138
|
max-height: 17.99957143em;
|
52839
53139
|
}
|
52840
53140
|
|
53141
|
+
.resizable.ui.scrolling.table.long > tbody {
|
53142
|
+
height: 17.99957143em;
|
53143
|
+
}
|
53144
|
+
|
52841
53145
|
.ui.scrolling.table[class*="very long"] > tbody {
|
52842
53146
|
max-height: 26.99935714em;
|
52843
53147
|
}
|
52844
53148
|
|
53149
|
+
.resizable.ui.scrolling.table[class*="very long"] > tbody {
|
53150
|
+
height: 26.99935714em;
|
53151
|
+
}
|
53152
|
+
|
52845
53153
|
.ui.overflowing.table.short {
|
52846
53154
|
max-height: 11.24973214em;
|
52847
53155
|
}
|
@@ -52872,21 +53180,41 @@ Floated Menu / Item
|
|
52872
53180
|
max-height: 8.99978571em;
|
52873
53181
|
}
|
52874
53182
|
|
53183
|
+
.resizable.ui.scrolling.table.short > tbody {
|
53184
|
+
height: 8.99978571em;
|
53185
|
+
}
|
53186
|
+
|
52875
53187
|
.ui.scrolling.table[class*="very short"] > tbody {
|
52876
53188
|
max-height: 5.99985714em;
|
52877
53189
|
}
|
52878
53190
|
|
53191
|
+
.resizable.ui.scrolling.table[class*="very short"] > tbody {
|
53192
|
+
height: 5.99985714em;
|
53193
|
+
}
|
53194
|
+
|
52879
53195
|
.ui.scrolling.table > tbody {
|
52880
53196
|
max-height: 11.99971429em;
|
52881
53197
|
}
|
52882
53198
|
|
53199
|
+
.resizable.ui.scrolling.table > tbody {
|
53200
|
+
height: 11.99971429em;
|
53201
|
+
}
|
53202
|
+
|
52883
53203
|
.ui.scrolling.table.long > tbody {
|
52884
53204
|
max-height: 23.99942857em;
|
52885
53205
|
}
|
52886
53206
|
|
53207
|
+
.resizable.ui.scrolling.table.long > tbody {
|
53208
|
+
height: 23.99942857em;
|
53209
|
+
}
|
53210
|
+
|
52887
53211
|
.ui.scrolling.table[class*="very long"] > tbody {
|
52888
53212
|
max-height: 35.99914286em;
|
52889
53213
|
}
|
53214
|
+
|
53215
|
+
.resizable.ui.scrolling.table[class*="very long"] > tbody {
|
53216
|
+
height: 35.99914286em;
|
53217
|
+
}
|
52890
53218
|
}
|
52891
53219
|
|
52892
53220
|
@media only screen and (min-width: 992px) {
|
@@ -52894,21 +53222,41 @@ Floated Menu / Item
|
|
52894
53222
|
max-height: 13.49967857em;
|
52895
53223
|
}
|
52896
53224
|
|
53225
|
+
.resizable.ui.scrolling.table.short > tbody {
|
53226
|
+
height: 13.49967857em;
|
53227
|
+
}
|
53228
|
+
|
52897
53229
|
.ui.scrolling.table[class*="very short"] > tbody {
|
52898
53230
|
max-height: 8.99978571em;
|
52899
53231
|
}
|
52900
53232
|
|
53233
|
+
.resizable.ui.scrolling.table[class*="very short"] > tbody {
|
53234
|
+
height: 8.99978571em;
|
53235
|
+
}
|
53236
|
+
|
52901
53237
|
.ui.scrolling.table > tbody {
|
52902
53238
|
max-height: 17.99957143em;
|
52903
53239
|
}
|
52904
53240
|
|
53241
|
+
.resizable.ui.scrolling.table > tbody {
|
53242
|
+
height: 17.99957143em;
|
53243
|
+
}
|
53244
|
+
|
52905
53245
|
.ui.scrolling.table.long > tbody {
|
52906
53246
|
max-height: 35.99914286em;
|
52907
53247
|
}
|
52908
53248
|
|
53249
|
+
.resizable.ui.scrolling.table.long > tbody {
|
53250
|
+
height: 35.99914286em;
|
53251
|
+
}
|
53252
|
+
|
52909
53253
|
.ui.scrolling.table[class*="very long"] > tbody {
|
52910
53254
|
max-height: 53.99871429em;
|
52911
53255
|
}
|
53256
|
+
|
53257
|
+
.resizable.ui.scrolling.table[class*="very long"] > tbody {
|
53258
|
+
height: 53.99871429em;
|
53259
|
+
}
|
52912
53260
|
}
|
52913
53261
|
|
52914
53262
|
@media only screen and (min-width: 1920px) {
|
@@ -52916,21 +53264,41 @@ Floated Menu / Item
|
|
52916
53264
|
max-height: 17.99957143em;
|
52917
53265
|
}
|
52918
53266
|
|
53267
|
+
.resizable.ui.scrolling.table.short > tbody {
|
53268
|
+
height: 17.99957143em;
|
53269
|
+
}
|
53270
|
+
|
52919
53271
|
.ui.scrolling.table[class*="very short"] > tbody {
|
52920
53272
|
max-height: 11.99971429em;
|
52921
53273
|
}
|
52922
53274
|
|
53275
|
+
.resizable.ui.scrolling.table[class*="very short"] > tbody {
|
53276
|
+
height: 11.99971429em;
|
53277
|
+
}
|
53278
|
+
|
52923
53279
|
.ui.scrolling.table > tbody {
|
52924
53280
|
max-height: 23.99942857em;
|
52925
53281
|
}
|
52926
53282
|
|
53283
|
+
.resizable.ui.scrolling.table > tbody {
|
53284
|
+
height: 23.99942857em;
|
53285
|
+
}
|
53286
|
+
|
52927
53287
|
.ui.scrolling.table.long > tbody {
|
52928
53288
|
max-height: 47.99885714em;
|
52929
53289
|
}
|
52930
53290
|
|
53291
|
+
.resizable.ui.scrolling.table.long > tbody {
|
53292
|
+
height: 47.99885714em;
|
53293
|
+
}
|
53294
|
+
|
52931
53295
|
.ui.scrolling.table[class*="very long"] > tbody {
|
52932
53296
|
max-height: 71.99828571em;
|
52933
53297
|
}
|
53298
|
+
|
53299
|
+
.resizable.ui.scrolling.table[class*="very long"] > tbody {
|
53300
|
+
height: 71.99828571em;
|
53301
|
+
}
|
52934
53302
|
}
|
52935
53303
|
|
52936
53304
|
.ui.scrolling.table > thead,
|
@@ -53039,6 +53407,11 @@ Floated Menu / Item
|
|
53039
53407
|
scrollbar-color: rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.1);
|
53040
53408
|
}
|
53041
53409
|
|
53410
|
+
.ui.resizable.scrolling.table > tbody {
|
53411
|
+
resize: vertical;
|
53412
|
+
max-height: none;
|
53413
|
+
}
|
53414
|
+
|
53042
53415
|
/* --------------
|
53043
53416
|
Overflowing
|
53044
53417
|
--------------- */
|
@@ -56334,7 +56707,7 @@ Floated Menu / Item
|
|
56334
56707
|
Site Overrides
|
56335
56708
|
*******************************/
|
56336
56709
|
/*!
|
56337
|
-
* # Fomantic-UI 2.9.3-beta.
|
56710
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Ad
|
56338
56711
|
* https://github.com/fomantic/Fomantic-UI/
|
56339
56712
|
*
|
56340
56713
|
*
|
@@ -56622,7 +56995,7 @@ Floated Menu / Item
|
|
56622
56995
|
Site Overrides
|
56623
56996
|
*******************************/
|
56624
56997
|
/*!
|
56625
|
-
* # Fomantic-UI 2.9.3-beta.
|
56998
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Card
|
56626
56999
|
* https://github.com/fomantic/Fomantic-UI/
|
56627
57000
|
*
|
56628
57001
|
*
|
@@ -58770,7 +59143,7 @@ a.inverted.ui.card:hover,
|
|
58770
59143
|
Site Overrides
|
58771
59144
|
*******************************/
|
58772
59145
|
/*!
|
58773
|
-
* # Fomantic-UI 2.9.3-beta.
|
59146
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Comment
|
58774
59147
|
* https://github.com/fomantic/Fomantic-UI/
|
58775
59148
|
*
|
58776
59149
|
*
|
@@ -59081,7 +59454,7 @@ a.inverted.ui.card:hover,
|
|
59081
59454
|
Site Overrides
|
59082
59455
|
*******************************/
|
59083
59456
|
/*!
|
59084
|
-
* # Fomantic-UI 2.9.3-beta.
|
59457
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Feed
|
59085
59458
|
* https://github.com/fomantic/Fomantic-UI/
|
59086
59459
|
*
|
59087
59460
|
*
|
@@ -59422,7 +59795,7 @@ a.inverted.ui.card:hover,
|
|
59422
59795
|
Site Overrides
|
59423
59796
|
*******************************/
|
59424
59797
|
/*!
|
59425
|
-
* # Fomantic-UI 2.9.3-beta.
|
59798
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Item
|
59426
59799
|
* https://github.com/fomantic/Fomantic-UI/
|
59427
59800
|
*
|
59428
59801
|
*
|
@@ -60033,7 +60406,7 @@ a.inverted.ui.card:hover,
|
|
60033
60406
|
Site Overrides
|
60034
60407
|
*******************************/
|
60035
60408
|
/*!
|
60036
|
-
* # Fomantic-UI 2.9.3-beta.
|
60409
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Statistic
|
60037
60410
|
* https://github.com/fomantic/Fomantic-UI/
|
60038
60411
|
*
|
60039
60412
|
*
|
@@ -60711,7 +61084,7 @@ a.inverted.ui.card:hover,
|
|
60711
61084
|
Site Overrides
|
60712
61085
|
*******************************/
|
60713
61086
|
/*!
|
60714
|
-
* # Fomantic-UI 2.9.3-beta.
|
61087
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Accordion
|
60715
61088
|
* https://github.com/fomantic/Fomantic-UI/
|
60716
61089
|
*
|
60717
61090
|
*
|
@@ -61118,7 +61491,7 @@ a.inverted.ui.card:hover,
|
|
61118
61491
|
User Overrides
|
61119
61492
|
*******************************/
|
61120
61493
|
/*!
|
61121
|
-
* # Fomantic-UI 2.9.3-beta.
|
61494
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Calendar
|
61122
61495
|
* https://github.com/fomantic/Fomantic-UI/
|
61123
61496
|
*
|
61124
61497
|
*
|
@@ -61288,24 +61661,24 @@ a.inverted.ui.card:hover,
|
|
61288
61661
|
background: rgba(255, 255, 255, 0.02);
|
61289
61662
|
}
|
61290
61663
|
|
61291
|
-
.ui.calendar.popup > .ui.ui.grid {
|
61664
|
+
.ui.ui.ui.calendar.popup > .ui.ui.grid {
|
61292
61665
|
margin: -1rem;
|
61293
61666
|
}
|
61294
61667
|
|
61295
|
-
.ui.calendar.popup > .ui.ui.grid > .column:not(:first-child) {
|
61668
|
+
.ui.ui.ui.calendar.popup > .ui.ui.grid > .column:not(:first-child) {
|
61296
61669
|
padding-left: 0;
|
61297
61670
|
}
|
61298
61671
|
|
61299
|
-
.ui.calendar.popup > .ui.ui.grid > .column:not(:first-child) > .ui.table {
|
61672
|
+
.ui.ui.ui.calendar.popup > .ui.ui.grid > .column:not(:first-child) > .ui.table {
|
61300
61673
|
border-top-left-radius: 0;
|
61301
61674
|
border-bottom-left-radius: 0;
|
61302
61675
|
}
|
61303
61676
|
|
61304
|
-
.ui.calendar.popup > .ui.ui.grid > .column:not(:last-child) {
|
61677
|
+
.ui.ui.ui.calendar.popup > .ui.ui.grid > .column:not(:last-child) {
|
61305
61678
|
padding-right: 0;
|
61306
61679
|
}
|
61307
61680
|
|
61308
|
-
.ui.calendar.popup > .ui.ui.grid > .column:not(:last-child) > .ui.table {
|
61681
|
+
.ui.ui.ui.calendar.popup > .ui.ui.grid > .column:not(:last-child) > .ui.table {
|
61309
61682
|
border-top-right-radius: 0;
|
61310
61683
|
border-bottom-right-radius: 0;
|
61311
61684
|
}
|
@@ -61335,7 +61708,7 @@ a.inverted.ui.card:hover,
|
|
61335
61708
|
User Overrides
|
61336
61709
|
*******************************/
|
61337
61710
|
/*!
|
61338
|
-
* # Fomantic-UI 2.9.3-beta.
|
61711
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Checkbox
|
61339
61712
|
* https://github.com/fomantic/Fomantic-UI/
|
61340
61713
|
*
|
61341
61714
|
*
|
@@ -62181,7 +62554,7 @@ a.inverted.ui.card:hover,
|
|
62181
62554
|
Site Overrides
|
62182
62555
|
*******************************/
|
62183
62556
|
/*!
|
62184
|
-
* # Fomantic-UI 2.9.3-beta.
|
62557
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Dimmer
|
62185
62558
|
* https://github.com/fomantic/Fomantic-UI/
|
62186
62559
|
*
|
62187
62560
|
*
|
@@ -62397,7 +62770,7 @@ body.dimmable > .dimmer {
|
|
62397
62770
|
background: rgba(0, 0, 0, 0.45);
|
62398
62771
|
}
|
62399
62772
|
|
62400
|
-
.very.
|
62773
|
+
.very.very.very.very.light.dimmer {
|
62401
62774
|
background: rgba(0, 0, 0, 0.25);
|
62402
62775
|
}
|
62403
62776
|
|
@@ -62426,7 +62799,7 @@ body.dimmable > .dimmer {
|
|
62426
62799
|
background: rgba(255, 255, 255, 0.45);
|
62427
62800
|
}
|
62428
62801
|
|
62429
|
-
.very.
|
62802
|
+
.very.very.very.very.light.inverted.dimmer {
|
62430
62803
|
background: rgba(255, 255, 255, 0.25);
|
62431
62804
|
}
|
62432
62805
|
|
@@ -62587,7 +62960,7 @@ body.dimmable > .dimmer {
|
|
62587
62960
|
User Overrides
|
62588
62961
|
*******************************/
|
62589
62962
|
/*!
|
62590
|
-
* # Fomantic-UI 2.9.3-beta.
|
62963
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Dropdown
|
62591
62964
|
* https://github.com/fomantic/Fomantic-UI/
|
62592
62965
|
*
|
62593
62966
|
*
|
@@ -63455,7 +63828,7 @@ select.ui.dropdown {
|
|
63455
63828
|
margin-left: 1.5em;
|
63456
63829
|
}
|
63457
63830
|
|
63458
|
-
.ui.dropdown:not(.selection) > .remove.icon {
|
63831
|
+
.ui.dropdown:not(.selection):not(.multiple) > .remove.icon {
|
63459
63832
|
margin-top: -1.35em;
|
63460
63833
|
}
|
63461
63834
|
|
@@ -63528,6 +63901,19 @@ select.ui.dropdown {
|
|
63528
63901
|
height: 1.71428571em;
|
63529
63902
|
}
|
63530
63903
|
|
63904
|
+
.ui.multiple.dropdown:not(.selection):not(.labeled) > .dropdown.icon {
|
63905
|
+
right: -1.5em;
|
63906
|
+
}
|
63907
|
+
|
63908
|
+
.ui.multiple.dropdown:not(.selection):not(.labeled) > .remove.icon {
|
63909
|
+
margin-right: -1.5em;
|
63910
|
+
}
|
63911
|
+
|
63912
|
+
.ui.multiple.dropdown:not(.selection):not(.labeled):not(.search) > .remove.icon ~ .text.default,
|
63913
|
+
.ui.multiple.dropdown:not(.selection):not(.labeled) > .text.default:first-child {
|
63914
|
+
overflow: inherit;
|
63915
|
+
}
|
63916
|
+
|
63531
63917
|
/* -----------------
|
63532
63918
|
Multiple Search
|
63533
63919
|
----------------- */
|
@@ -63570,6 +63956,15 @@ select.ui.dropdown {
|
|
63570
63956
|
min-width: 14em;
|
63571
63957
|
}
|
63572
63958
|
|
63959
|
+
.ui.multiple.search.dropdown > span.sizer {
|
63960
|
+
display: none;
|
63961
|
+
}
|
63962
|
+
|
63963
|
+
.ui.multiple.search.dropdown:not(.selection) > .remove.icon + input.search,
|
63964
|
+
.ui.multiple.search.dropdown:not(.selection) > input.search:first-child {
|
63965
|
+
min-width: 5.05em;
|
63966
|
+
}
|
63967
|
+
|
63573
63968
|
/* --------------
|
63574
63969
|
Inline
|
63575
63970
|
--------------- */
|
@@ -64090,8 +64485,8 @@ select.ui.dropdown {
|
|
64090
64485
|
border-top: 1px solid rgba(34, 36, 38, 0.15);
|
64091
64486
|
}
|
64092
64487
|
|
64093
|
-
.ui.scrolling.dropdown .menu .item
|
64094
|
-
.ui.dropdown .scrolling.menu > .item
|
64488
|
+
.ui.ui.ui.scrolling.dropdown .menu .item,
|
64489
|
+
.ui.ui.ui.dropdown .scrolling.menu > .item {
|
64095
64490
|
border-top: none;
|
64096
64491
|
}
|
64097
64492
|
|
@@ -64119,6 +64514,11 @@ select.ui.dropdown {
|
|
64119
64514
|
.ui.dropdown .scrolling.menu {
|
64120
64515
|
max-height: 10.28571429rem;
|
64121
64516
|
}
|
64517
|
+
|
64518
|
+
.ui.scrolling.resizable.dropdown .menu,
|
64519
|
+
.ui.dropdown .scrolling.resizable.menu {
|
64520
|
+
height: 10.28571429rem;
|
64521
|
+
}
|
64122
64522
|
}
|
64123
64523
|
|
64124
64524
|
@media only screen and (min-width: 768px) {
|
@@ -64126,6 +64526,11 @@ select.ui.dropdown {
|
|
64126
64526
|
.ui.dropdown .scrolling.menu {
|
64127
64527
|
max-height: 15.42857143rem;
|
64128
64528
|
}
|
64529
|
+
|
64530
|
+
.ui.scrolling.resizable.dropdown .menu,
|
64531
|
+
.ui.dropdown .scrolling.resizable.menu {
|
64532
|
+
height: 15.42857143rem;
|
64533
|
+
}
|
64129
64534
|
}
|
64130
64535
|
|
64131
64536
|
@media only screen and (min-width: 992px) {
|
@@ -64133,6 +64538,11 @@ select.ui.dropdown {
|
|
64133
64538
|
.ui.dropdown .scrolling.menu {
|
64134
64539
|
max-height: 20.57142857rem;
|
64135
64540
|
}
|
64541
|
+
|
64542
|
+
.ui.scrolling.resizable.dropdown .menu,
|
64543
|
+
.ui.dropdown .scrolling.resizable.menu {
|
64544
|
+
height: 20.57142857rem;
|
64545
|
+
}
|
64136
64546
|
}
|
64137
64547
|
|
64138
64548
|
@media only screen and (min-width: 1920px) {
|
@@ -64140,6 +64550,17 @@ select.ui.dropdown {
|
|
64140
64550
|
.ui.dropdown .scrolling.menu {
|
64141
64551
|
max-height: 20.57142857rem;
|
64142
64552
|
}
|
64553
|
+
|
64554
|
+
.ui.scrolling.resizable.dropdown .menu,
|
64555
|
+
.ui.dropdown .scrolling.resizable.menu {
|
64556
|
+
height: 20.57142857rem;
|
64557
|
+
}
|
64558
|
+
}
|
64559
|
+
|
64560
|
+
.ui.scrolling.resizable.dropdown .menu,
|
64561
|
+
.ui.dropdown .scrolling.resizable.menu {
|
64562
|
+
resize: vertical;
|
64563
|
+
max-height: none;
|
64143
64564
|
}
|
64144
64565
|
|
64145
64566
|
/* --------------------
|
@@ -64858,7 +65279,7 @@ select.ui.dropdown {
|
|
64858
65279
|
User Overrides
|
64859
65280
|
*******************************/
|
64860
65281
|
/*!
|
64861
|
-
* # Fomantic-UI 2.9.3-beta.
|
65282
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Embed
|
64862
65283
|
* https://github.com/fomantic/Fomantic-UI/
|
64863
65284
|
*
|
64864
65285
|
*
|
@@ -65018,7 +65439,7 @@ select.ui.dropdown {
|
|
65018
65439
|
Site Overrides
|
65019
65440
|
*******************************/
|
65020
65441
|
/*!
|
65021
|
-
* # Fomantic-UI 2.9.3-beta.
|
65442
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Flyout
|
65022
65443
|
* https://github.com/fomantic/Fomantic-UI/
|
65023
65444
|
*
|
65024
65445
|
*
|
@@ -65649,7 +66070,7 @@ body.pushable > .pusher {
|
|
65649
66070
|
User Overrides
|
65650
66071
|
*******************************/
|
65651
66072
|
/*!
|
65652
|
-
* # Fomantic-UI 2.9.3-beta.
|
66073
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Modal
|
65653
66074
|
* https://github.com/fomantic/Fomantic-UI/
|
65654
66075
|
*
|
65655
66076
|
*
|
@@ -66116,12 +66537,11 @@ body.pushable > .pusher {
|
|
66116
66537
|
}
|
66117
66538
|
|
66118
66539
|
.scrolling.dimmable > .dimmer {
|
66119
|
-
justify-content:
|
66540
|
+
justify-content: center;
|
66120
66541
|
position: fixed;
|
66121
66542
|
}
|
66122
66543
|
|
66123
66544
|
.scrolling.dimmable:not(body) > .dimmer {
|
66124
|
-
justify-content: center;
|
66125
66545
|
position: absolute;
|
66126
66546
|
}
|
66127
66547
|
|
@@ -66131,8 +66551,13 @@ body.pushable > .pusher {
|
|
66131
66551
|
overscroll-behavior: none;
|
66132
66552
|
}
|
66133
66553
|
|
66554
|
+
.modals.dimmer .ui.scrolling.modal.fullscreen {
|
66555
|
+
top: 0;
|
66556
|
+
}
|
66557
|
+
|
66134
66558
|
.modals.dimmer .ui.scrolling.modal:not(.fullscreen) {
|
66135
66559
|
margin: 2rem auto;
|
66560
|
+
top: 1em;
|
66136
66561
|
}
|
66137
66562
|
|
66138
66563
|
/* Fix for Firefox, Edge, IE11 */
|
@@ -66169,6 +66594,11 @@ body.pushable > .pusher {
|
|
66169
66594
|
overscroll-behavior: none;
|
66170
66595
|
}
|
66171
66596
|
|
66597
|
+
.ui.modal > .resizable.scrolling.content {
|
66598
|
+
resize: vertical;
|
66599
|
+
max-height: none;
|
66600
|
+
}
|
66601
|
+
|
66172
66602
|
.ui.overlay.fullscreen.modal > .content {
|
66173
66603
|
min-height: calc(100vh - 9.1rem);
|
66174
66604
|
}
|
@@ -66535,7 +66965,7 @@ body.pushable > .pusher {
|
|
66535
66965
|
Site Overrides
|
66536
66966
|
*******************************/
|
66537
66967
|
/*!
|
66538
|
-
* # Fomantic-UI 2.9.3-beta.
|
66968
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Nag
|
66539
66969
|
* https://github.com/fomantic/Fomantic-UI/
|
66540
66970
|
*
|
66541
66971
|
*
|
@@ -66870,7 +67300,7 @@ a.ui.nag {
|
|
66870
67300
|
User Overrides
|
66871
67301
|
*******************************/
|
66872
67302
|
/*!
|
66873
|
-
* # Fomantic-UI 2.9.3-beta.
|
67303
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Popup
|
66874
67304
|
* https://github.com/fomantic/Fomantic-UI/
|
66875
67305
|
*
|
66876
67306
|
*
|
@@ -66951,7 +67381,6 @@ a.ui.nag {
|
|
66951
67381
|
width: 0.71428571em;
|
66952
67382
|
height: 0.71428571em;
|
66953
67383
|
background: #fff;
|
66954
|
-
transform: rotate(45deg);
|
66955
67384
|
z-index: 1901;
|
66956
67385
|
box-shadow: 1px 1px 0 0 #bababc;
|
66957
67386
|
}
|
@@ -66980,37 +67409,27 @@ a.ui.nag {
|
|
66980
67409
|
z-index: 1900;
|
66981
67410
|
}
|
66982
67411
|
|
66983
|
-
/* Default Position (Top Center) */
|
66984
|
-
|
66985
|
-
[data-tooltip]:not([data-position])::before {
|
66986
|
-
top: auto;
|
66987
|
-
right: auto;
|
66988
|
-
bottom: 100%;
|
66989
|
-
left: 50%;
|
66990
|
-
background: #fff;
|
66991
|
-
margin-left: -0.07142857rem;
|
66992
|
-
margin-bottom: 0.14285714rem;
|
66993
|
-
}
|
66994
|
-
|
66995
|
-
[data-tooltip]:not([data-position])::after {
|
66996
|
-
left: 50%;
|
66997
|
-
transform: translateX(-50%);
|
66998
|
-
bottom: 100%;
|
66999
|
-
margin-bottom: 0.5em;
|
67000
|
-
}
|
67001
|
-
|
67002
67412
|
/* Animation */
|
67003
67413
|
|
67004
67414
|
[data-tooltip]::before,
|
67005
67415
|
[data-tooltip]::after {
|
67006
67416
|
pointer-events: none;
|
67007
|
-
visibility: hidden;
|
67008
67417
|
opacity: 0;
|
67009
|
-
transition: transform 0.
|
67418
|
+
transition: transform 0.2s ease, opacity 0.2s ease;
|
67419
|
+
}
|
67420
|
+
|
67421
|
+
[data-tooltip]::after,
|
67422
|
+
[data-tooltip]:hover::before {
|
67423
|
+
transition-delay: 0.04s;
|
67424
|
+
}
|
67425
|
+
|
67426
|
+
[data-tooltip]::before,
|
67427
|
+
[data-tooltip]:hover::after {
|
67428
|
+
transition-delay: 0s;
|
67010
67429
|
}
|
67011
67430
|
|
67012
67431
|
[data-tooltip]::before {
|
67013
|
-
transform: rotate(45deg) scale(0)
|
67432
|
+
transform: rotate(45deg) scale(0.8);
|
67014
67433
|
transform-origin: center top;
|
67015
67434
|
}
|
67016
67435
|
|
@@ -67018,38 +67437,40 @@ a.ui.nag {
|
|
67018
67437
|
transform-origin: center bottom;
|
67019
67438
|
}
|
67020
67439
|
|
67440
|
+
[data-tooltip][data-variation~="visible"]::before,
|
67441
|
+
[data-tooltip][data-variation~="visible"]::after,
|
67021
67442
|
[data-tooltip]:hover::before,
|
67022
67443
|
[data-tooltip]:hover::after {
|
67023
|
-
visibility: visible;
|
67024
67444
|
pointer-events: auto;
|
67025
67445
|
opacity: 1;
|
67026
67446
|
}
|
67027
67447
|
|
67028
67448
|
[data-tooltip]:hover::before {
|
67029
|
-
transform: rotate(45deg) scale(1)
|
67449
|
+
transform: rotate(45deg) scale(1);
|
67030
67450
|
}
|
67031
67451
|
|
67032
67452
|
/* Animation Position */
|
67033
67453
|
|
67034
|
-
[data-tooltip]::after,
|
67454
|
+
[data-tooltip]:not([data-position])::after,
|
67035
67455
|
[data-tooltip][data-position="top center"]::after,
|
67036
67456
|
[data-tooltip][data-position="bottom center"]::after {
|
67037
|
-
transform: translateX(-50%) scale(0)
|
67457
|
+
transform: translateX(-50%) scale(0.8);
|
67038
67458
|
}
|
67039
67459
|
|
67040
|
-
[data-tooltip]:hover::after,
|
67460
|
+
[data-tooltip]:not([data-position]):hover::after,
|
67461
|
+
[data-tooltip][data-position="top center"]:hover::after,
|
67041
67462
|
[data-tooltip][data-position="bottom center"]:hover::after {
|
67042
|
-
transform: translateX(-50%) scale(1)
|
67463
|
+
transform: translateX(-50%) scale(1);
|
67043
67464
|
}
|
67044
67465
|
|
67045
67466
|
[data-tooltip][data-position="left center"]::after,
|
67046
67467
|
[data-tooltip][data-position="right center"]::after {
|
67047
|
-
transform: translateY(-50%) scale(0)
|
67468
|
+
transform: translateY(-50%) scale(0.8);
|
67048
67469
|
}
|
67049
67470
|
|
67050
67471
|
[data-tooltip][data-position="left center"]:hover::after,
|
67051
67472
|
[data-tooltip][data-position="right center"]:hover::after {
|
67052
|
-
transform: translateY(-50%) scale(1)
|
67473
|
+
transform: translateY(-50%) scale(1);
|
67053
67474
|
-moz-transform: translateY(-50%) scale(1.0001) !important;
|
67054
67475
|
}
|
67055
67476
|
|
@@ -67057,14 +67478,14 @@ a.ui.nag {
|
|
67057
67478
|
[data-tooltip][data-position="top right"]::after,
|
67058
67479
|
[data-tooltip][data-position="bottom left"]::after,
|
67059
67480
|
[data-tooltip][data-position="bottom right"]::after {
|
67060
|
-
transform: scale(0)
|
67481
|
+
transform: scale(0.8);
|
67061
67482
|
}
|
67062
67483
|
|
67063
67484
|
[data-tooltip][data-position="top left"]:hover::after,
|
67064
67485
|
[data-tooltip][data-position="top right"]:hover::after,
|
67065
67486
|
[data-tooltip][data-position="bottom left"]:hover::after,
|
67066
67487
|
[data-tooltip][data-position="bottom right"]:hover::after {
|
67067
|
-
transform: scale(1)
|
67488
|
+
transform: scale(1);
|
67068
67489
|
}
|
67069
67490
|
|
67070
67491
|
[data-tooltip][data-variation~="fixed"]::after {
|
@@ -67093,12 +67514,12 @@ a.ui.nag {
|
|
67093
67514
|
/* Arrow */
|
67094
67515
|
|
67095
67516
|
[data-tooltip][data-inverted]::before {
|
67096
|
-
box-shadow: none
|
67517
|
+
box-shadow: none;
|
67097
67518
|
}
|
67098
67519
|
|
67099
67520
|
/* Arrow Position */
|
67100
67521
|
|
67101
|
-
[data-tooltip][data-inverted]::before {
|
67522
|
+
[data-tooltip]:not([data-position])[data-inverted]::before {
|
67102
67523
|
background: #1b1c1d;
|
67103
67524
|
}
|
67104
67525
|
|
@@ -67119,17 +67540,18 @@ a.ui.nag {
|
|
67119
67540
|
background: #fff;
|
67120
67541
|
}
|
67121
67542
|
|
67122
|
-
/* Top Center */
|
67543
|
+
/* Top Center (default) */
|
67123
67544
|
|
67545
|
+
[data-tooltip]:not([data-position])::after,
|
67124
67546
|
[data-position="top center"][data-tooltip]::after {
|
67125
67547
|
top: auto;
|
67126
67548
|
right: auto;
|
67127
67549
|
left: 50%;
|
67128
67550
|
bottom: 100%;
|
67129
|
-
transform: translateX(-50%);
|
67130
67551
|
margin-bottom: 0.5em;
|
67131
67552
|
}
|
67132
67553
|
|
67554
|
+
[data-tooltip]:not([data-position])::before,
|
67133
67555
|
[data-position="top center"][data-tooltip]::before {
|
67134
67556
|
top: auto;
|
67135
67557
|
right: auto;
|
@@ -67190,7 +67612,6 @@ a.ui.nag {
|
|
67190
67612
|
right: auto;
|
67191
67613
|
left: 50%;
|
67192
67614
|
top: 100%;
|
67193
|
-
transform: translateX(-50%);
|
67194
67615
|
margin-top: 0.5em;
|
67195
67616
|
}
|
67196
67617
|
|
@@ -67243,7 +67664,6 @@ a.ui.nag {
|
|
67243
67664
|
right: 100%;
|
67244
67665
|
top: 50%;
|
67245
67666
|
margin-right: 0.5em;
|
67246
|
-
transform: translateY(-50%);
|
67247
67667
|
}
|
67248
67668
|
|
67249
67669
|
[data-position="left center"][data-tooltip]::before {
|
@@ -67261,7 +67681,6 @@ a.ui.nag {
|
|
67261
67681
|
left: 100%;
|
67262
67682
|
top: 50%;
|
67263
67683
|
margin-left: 0.5em;
|
67264
|
-
transform: translateY(-50%);
|
67265
67684
|
}
|
67266
67685
|
|
67267
67686
|
[data-position="right center"][data-tooltip]::before {
|
@@ -67322,6 +67741,22 @@ a.ui.nag {
|
|
67322
67741
|
transform-origin: left center;
|
67323
67742
|
}
|
67324
67743
|
|
67744
|
+
[data-position="top left"][data-tooltip]::after {
|
67745
|
+
transform-origin: bottom left;
|
67746
|
+
}
|
67747
|
+
|
67748
|
+
[data-position="top right"][data-tooltip]::after {
|
67749
|
+
transform-origin: bottom right;
|
67750
|
+
}
|
67751
|
+
|
67752
|
+
[data-position="bottom left"][data-tooltip]::after {
|
67753
|
+
transform-origin: top left;
|
67754
|
+
}
|
67755
|
+
|
67756
|
+
[data-position="bottom right"][data-tooltip]::after {
|
67757
|
+
transform-origin: top right;
|
67758
|
+
}
|
67759
|
+
|
67325
67760
|
/* --------------
|
67326
67761
|
Basic
|
67327
67762
|
--------------- */
|
@@ -67666,7 +68101,7 @@ a.ui.nag {
|
|
67666
68101
|
|
67667
68102
|
.ui.inverted.popup::before {
|
67668
68103
|
background-color: #1b1c1d;
|
67669
|
-
box-shadow: none
|
68104
|
+
box-shadow: none;
|
67670
68105
|
}
|
67671
68106
|
|
67672
68107
|
.ui.ui.ui.primary.popup::before,
|
@@ -68236,7 +68671,7 @@ a.ui.nag {
|
|
68236
68671
|
User Overrides
|
68237
68672
|
*******************************/
|
68238
68673
|
/*!
|
68239
|
-
* # Fomantic-UI 2.9.3-beta.
|
68674
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Progress
|
68240
68675
|
* https://github.com/fomantic/Fomantic-UI/
|
68241
68676
|
*
|
68242
68677
|
*
|
@@ -69105,7 +69540,7 @@ a.ui.nag {
|
|
69105
69540
|
Site Overrides
|
69106
69541
|
*******************************/
|
69107
69542
|
/*!
|
69108
|
-
* # Fomantic-UI 2.9.3-beta.
|
69543
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Slider
|
69109
69544
|
* https://github.com/fomantic/Fomantic-UI/
|
69110
69545
|
*
|
69111
69546
|
*
|
@@ -70042,7 +70477,7 @@ a.ui.nag {
|
|
70042
70477
|
User Overrides
|
70043
70478
|
*******************************/
|
70044
70479
|
/*!
|
70045
|
-
* # Fomantic-UI 2.9.3-beta.
|
70480
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Rating
|
70046
70481
|
* https://github.com/fomantic/Fomantic-UI/
|
70047
70482
|
*
|
70048
70483
|
*
|
@@ -70508,7 +70943,7 @@ a.ui.nag {
|
|
70508
70943
|
Site Overrides
|
70509
70944
|
*******************************/
|
70510
70945
|
/*!
|
70511
|
-
* # Fomantic-UI 2.9.3-beta.
|
70946
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Search
|
70512
70947
|
* https://github.com/fomantic/Fomantic-UI/
|
70513
70948
|
*
|
70514
70949
|
*
|
@@ -70910,24 +71345,45 @@ a.ui.nag {
|
|
70910
71345
|
.ui.scrolling.search > .results {
|
70911
71346
|
max-height: 12.17714286em;
|
70912
71347
|
}
|
71348
|
+
|
71349
|
+
.resizable.ui.scrolling.search > .results {
|
71350
|
+
height: 12.17714286em;
|
71351
|
+
}
|
70913
71352
|
}
|
70914
71353
|
|
70915
71354
|
@media only screen and (min-width: 768px) {
|
70916
71355
|
.ui.scrolling.search > .results {
|
70917
71356
|
max-height: 18.26571429em;
|
70918
71357
|
}
|
71358
|
+
|
71359
|
+
.resizable.ui.scrolling.search > .results {
|
71360
|
+
height: 18.26571429em;
|
71361
|
+
}
|
70919
71362
|
}
|
70920
71363
|
|
70921
71364
|
@media only screen and (min-width: 992px) {
|
70922
71365
|
.ui.scrolling.search > .results {
|
70923
71366
|
max-height: 24.35428571em;
|
70924
71367
|
}
|
71368
|
+
|
71369
|
+
.resizable.ui.scrolling.search > .results {
|
71370
|
+
height: 24.35428571em;
|
71371
|
+
}
|
70925
71372
|
}
|
70926
71373
|
|
70927
71374
|
@media only screen and (min-width: 1920px) {
|
70928
71375
|
.ui.scrolling.search > .results {
|
70929
71376
|
max-height: 36.53142857em;
|
70930
71377
|
}
|
71378
|
+
|
71379
|
+
.resizable.ui.scrolling.search > .results {
|
71380
|
+
height: 36.53142857em;
|
71381
|
+
}
|
71382
|
+
}
|
71383
|
+
|
71384
|
+
.ui.scrolling.resizable.search > .results {
|
71385
|
+
resize: vertical;
|
71386
|
+
max-height: none;
|
70931
71387
|
}
|
70932
71388
|
|
70933
71389
|
@media only screen and (max-width: 767.98px) {
|
@@ -71078,7 +71534,7 @@ a.ui.nag {
|
|
71078
71534
|
Site Overrides
|
71079
71535
|
*******************************/
|
71080
71536
|
/*!
|
71081
|
-
* # Fomantic-UI 2.9.3-beta.
|
71537
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Shape
|
71082
71538
|
* https://github.com/fomantic/Fomantic-UI/
|
71083
71539
|
*
|
71084
71540
|
*
|
@@ -71227,7 +71683,7 @@ a.ui.nag {
|
|
71227
71683
|
User Overrides
|
71228
71684
|
*******************************/
|
71229
71685
|
/*!
|
71230
|
-
* # Fomantic-UI 2.9.3-beta.
|
71686
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Sidebar
|
71231
71687
|
* https://github.com/fomantic/Fomantic-UI/
|
71232
71688
|
*
|
71233
71689
|
*
|
@@ -71843,7 +72299,7 @@ body.pushable > .pusher {
|
|
71843
72299
|
Site Overrides
|
71844
72300
|
*******************************/
|
71845
72301
|
/*!
|
71846
|
-
* # Fomantic-UI 2.9.3-beta.
|
72302
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Sticky
|
71847
72303
|
* https://github.com/fomantic/Fomantic-UI/
|
71848
72304
|
*
|
71849
72305
|
*
|
@@ -71912,7 +72368,7 @@ body.pushable > .pusher {
|
|
71912
72368
|
Site Overrides
|
71913
72369
|
*******************************/
|
71914
72370
|
/*!
|
71915
|
-
* # Fomantic-UI 2.9.3-beta.
|
72371
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Tab
|
71916
72372
|
* https://github.com/fomantic/Fomantic-UI/
|
71917
72373
|
*
|
71918
72374
|
*
|
@@ -71994,7 +72450,7 @@ body.pushable > .pusher {
|
|
71994
72450
|
User Overrides
|
71995
72451
|
*******************************/
|
71996
72452
|
/*!
|
71997
|
-
* # Fomantic-UI 2.9.3-beta.
|
72453
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Toast
|
71998
72454
|
* https://github.com/fomantic/Fomantic-UI/
|
71999
72455
|
*
|
72000
72456
|
*
|
@@ -72148,6 +72604,12 @@ body.pushable > .pusher {
|
|
72148
72604
|
border: 1px solid rgba(34, 36, 38, 0.12);
|
72149
72605
|
}
|
72150
72606
|
|
72607
|
+
.ui.toast-container .toast-box.inverted.floating,
|
72608
|
+
.ui.toast-container .toast-box.inverted.hoverfloating:hover {
|
72609
|
+
box-shadow: 0 2px 4px 0 rgba(225, 225, 225, 0.1), 0 2px 10px 0 rgba(225, 225, 225, 0.5);
|
72610
|
+
border: 1px solid rgba(225, 225, 225, 0.5);
|
72611
|
+
}
|
72612
|
+
|
72151
72613
|
.ui.toast-container .toast-box.compact,
|
72152
72614
|
.ui.toast-container .toast-box > .compact {
|
72153
72615
|
width: 350px;
|
@@ -72917,7 +73379,7 @@ body.pushable > .pusher {
|
|
72917
73379
|
User Overrides
|
72918
73380
|
*******************************/
|
72919
73381
|
/*!
|
72920
|
-
* # Fomantic-UI 2.9.3-beta.
|
73382
|
+
* # Fomantic-UI 2.9.3-beta.21+491b07a - Transition
|
72921
73383
|
* https://github.com/fomantic/Fomantic-UI/
|
72922
73384
|
*
|
72923
73385
|
*
|