fomantic-ui-sass 2.9.1 → 2.9.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (97) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +12 -0
  3. data/app/assets/fonts/semantic-ui/Lato-Bold.woff +0 -0
  4. data/app/assets/fonts/semantic-ui/Lato-Bold.woff2 +0 -0
  5. data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff +0 -0
  6. data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff2 +0 -0
  7. data/app/assets/fonts/semantic-ui/Lato-Italic.woff +0 -0
  8. data/app/assets/fonts/semantic-ui/Lato-Italic.woff2 +0 -0
  9. data/app/assets/fonts/semantic-ui/Lato-Regular.woff +0 -0
  10. data/app/assets/fonts/semantic-ui/Lato-Regular.woff2 +0 -0
  11. data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff +0 -0
  12. data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff2 +0 -0
  13. data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff +0 -0
  14. data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff2 +0 -0
  15. data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff +0 -0
  16. data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff2 +0 -0
  17. data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff +0 -0
  18. data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff2 +0 -0
  19. data/app/assets/javascripts/semantic-ui/accordion.js +4 -8
  20. data/app/assets/javascripts/semantic-ui/api.js +22 -15
  21. data/app/assets/javascripts/semantic-ui/calendar.js +1 -6
  22. data/app/assets/javascripts/semantic-ui/checkbox.js +4 -6
  23. data/app/assets/javascripts/semantic-ui/dimmer.js +3 -7
  24. data/app/assets/javascripts/semantic-ui/dropdown.js +58 -35
  25. data/app/assets/javascripts/semantic-ui/embed.js +2 -7
  26. data/app/assets/javascripts/semantic-ui/flyout.js +56 -86
  27. data/app/assets/javascripts/semantic-ui/form.js +216 -157
  28. data/app/assets/javascripts/semantic-ui/modal.js +58 -39
  29. data/app/assets/javascripts/semantic-ui/nag.js +17 -9
  30. data/app/assets/javascripts/semantic-ui/popup.js +46 -26
  31. data/app/assets/javascripts/semantic-ui/progress.js +3 -34
  32. data/app/assets/javascripts/semantic-ui/rating.js +1 -5
  33. data/app/assets/javascripts/semantic-ui/search.js +5 -8
  34. data/app/assets/javascripts/semantic-ui/shape.js +15 -41
  35. data/app/assets/javascripts/semantic-ui/sidebar.js +21 -64
  36. data/app/assets/javascripts/semantic-ui/site.js +1 -1
  37. data/app/assets/javascripts/semantic-ui/slider.js +130 -34
  38. data/app/assets/javascripts/semantic-ui/state.js +23 -20
  39. data/app/assets/javascripts/semantic-ui/sticky.js +17 -16
  40. data/app/assets/javascripts/semantic-ui/tab.js +18 -8
  41. data/app/assets/javascripts/semantic-ui/toast.js +19 -11
  42. data/app/assets/javascripts/semantic-ui/transition.js +11 -66
  43. data/app/assets/javascripts/semantic-ui/visibility.js +15 -6
  44. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +1 -1
  45. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +118 -56
  46. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +113 -107
  47. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +39 -9
  48. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +1 -1
  49. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +66 -2
  50. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +2 -2
  51. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +62 -1
  52. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +1 -1
  53. data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +698 -250
  54. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +3 -2
  55. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +1 -1
  56. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +62 -62
  57. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
  58. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +61 -51
  59. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +21 -2
  60. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +13 -13
  61. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +282 -282
  62. data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +1 -1
  63. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +1 -1
  64. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +1 -1
  65. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +186 -37
  66. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +4 -4
  67. data/app/assets/stylesheets/semantic-ui/elements/_text.scss +2 -2
  68. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +1 -1
  69. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +1 -10
  70. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +1 -1
  71. data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +145 -8
  72. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +89 -45
  73. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +3 -3
  74. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +126 -31
  75. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +2 -2
  76. data/app/assets/stylesheets/semantic-ui/modules/_flyout.scss +1 -1
  77. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +10 -3
  78. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +1 -1
  79. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +188 -42
  80. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +1 -1
  81. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +1 -1
  82. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +26 -1
  83. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +1 -1
  84. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +1 -1
  85. data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +9 -6
  86. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +1 -1
  87. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +1 -1
  88. data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +6 -1
  89. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +1 -1
  90. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +1 -1
  91. data/app/assets/stylesheets/semantic-ui/views/_card.scss +1 -1
  92. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +6 -1
  93. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +486 -5
  94. data/app/assets/stylesheets/semantic-ui/views/_item.scss +7 -2
  95. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +1 -1
  96. data/lib/fomantic/ui/sass/version.rb +2 -2
  97. metadata +1 -1
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Loader
2
+ * # Fomantic-UI 2.9.3 - Placeholder
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Rail
2
+ * # Fomantic-UI 2.9.3 - Rail
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Reveal
2
+ * # Fomantic-UI 2.9.3 - Reveal
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Segment
2
+ * # Fomantic-UI 2.9.3 - Segment
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -170,6 +170,9 @@
170
170
  margin: 3em 0;
171
171
  box-shadow: "";
172
172
  z-index: auto;
173
+ background-color: #fff;
174
+ border: 1px solid rgba(34, 36, 38, 0.15);
175
+ color: rgba(0, 0, 0, 0.87);
173
176
  }
174
177
  .ui.piled.segment:first-child {
175
178
  margin-top: 0;
@@ -181,7 +184,7 @@
181
184
  .ui.piled.segments::before,
182
185
  .ui.piled.segment::after,
183
186
  .ui.piled.segment::before {
184
- background-color: #fff;
187
+ background-color: inherit;
185
188
  visibility: visible;
186
189
  content: "";
187
190
  display: block;
@@ -189,9 +192,14 @@
189
192
  left: 0;
190
193
  position: absolute;
191
194
  width: 100%;
192
- border: 1px solid rgba(34, 36, 38, 0.15);
195
+ border: inherit;
193
196
  box-shadow: "";
194
197
  }
198
+ .ui.inverted.piled.segment {
199
+ background-color: #1b1c1d;
200
+ border: 1px solid #555;
201
+ color: rgba(255, 255, 255, 0.9);
202
+ }
195
203
  .ui.piled.segments::before,
196
204
  .ui.piled.segment::before {
197
205
  transform: rotate(-1.2deg);
@@ -220,6 +228,12 @@
220
228
  .ui.piled.segment[class*="bottom attached"]:last-child {
221
229
  margin-bottom: 0;
222
230
  }
231
+ @supports selector(:has(.f)) {
232
+ *:has(> .ui.piled.segment) {
233
+ z-index: 0;
234
+ position: relative;
235
+ }
236
+ }
223
237
 
224
238
  /* -------------------
225
239
  Stacked
@@ -254,12 +268,16 @@
254
268
  }
255
269
 
256
270
  /* Inverted */
271
+ .ui.stacked.inverted.segments,
272
+ .ui.stacked.inverted.segment {
273
+ border: 1px solid rgba(225, 225, 225, 0.5);
274
+ }
257
275
  .ui.stacked.inverted.segments::before,
258
- .ui.stacked.inverted.segments::after,
259
276
  .ui.stacked.inverted.segment::before,
277
+ .ui.stacked.inverted.segments::after,
260
278
  .ui.stacked.inverted.segment::after {
261
279
  background-color: rgba(0, 0, 0, 0.03);
262
- border-top: 1px solid rgba(34, 36, 38, 0.35);
280
+ border-top: 1px solid rgba(225, 225, 225, 0.5);
263
281
  }
264
282
 
265
283
  /* -------------------
@@ -310,10 +328,14 @@
310
328
  /* -------------------
311
329
  Raised
312
330
  -------------------- */
313
- .ui.raised.raised.segments,
314
- .ui.raised.raised.segment {
331
+ .ui.ui.raised.segments,
332
+ .ui.ui.raised.segment {
315
333
  box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
316
334
  }
335
+ .ui.ui.inverted.raised.segments,
336
+ .ui.ui.inverted.raised.segment {
337
+ box-shadow: 0 2px 4px 0 rgba(225, 225, 225, 0.1), 0 2px 10px 0 rgba(225, 225, 225, 0.5);
338
+ }
317
339
 
318
340
 
319
341
  /*******************************
@@ -363,7 +385,7 @@
363
385
  bottom: 0;
364
386
  margin-top: 0;
365
387
  margin-bottom: 0;
366
- box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), none;
388
+ box-shadow: 0 2px 1px -1px rgba(34, 36, 38, 0.15);
367
389
  border-radius: 0 0 0.28571429rem 0.28571429rem;
368
390
  }
369
391
 
@@ -395,6 +417,7 @@
395
417
  border-radius: 0.28571429rem;
396
418
  border: 1px solid rgba(34, 36, 38, 0.15);
397
419
  }
420
+ .ui.wrapping.horizontal.segments,
398
421
  .ui.stackable.horizontal.segments {
399
422
  flex-wrap: wrap;
400
423
  }
@@ -427,7 +450,7 @@
427
450
  .ui.segments > .horizontal.segments:first-child {
428
451
  border-top: none;
429
452
  }
430
- .ui.horizontal.segments:not(.stackable) > .segment:first-child {
453
+ .ui.horizontal.segments:not(.stackable):not(.wrapping) > .segment:first-child {
431
454
  border-left: none;
432
455
  }
433
456
  .ui.horizontal.segments > .segment:first-child {
@@ -473,6 +496,7 @@
473
496
  -ms-user-select: none;
474
497
  user-select: none;
475
498
  transition: all 0s linear;
499
+ min-height: 4.5em;
476
500
  }
477
501
  .ui.loading.segments::before,
478
502
  .ui.loading.segment::before {
@@ -533,97 +557,136 @@
533
557
  /* -------------------
534
558
  Colors
535
559
  -------------------- */
536
- .ui.red.segment.segment.segment.segment.segment:not(.inverted) {
560
+ .ui.ui.ui.ui.ui.red.segment:not(.inverted) {
537
561
  border-top: 2px solid #db2828;
538
562
  }
539
- .ui.inverted.red.segment.segment.segment.segment.segment {
563
+ .ui.ui.ui.ui.ui.inverted.red.segment {
540
564
  background-color: #db2828;
541
565
  color: #fff;
542
566
  }
543
- .ui.orange.segment.segment.segment.segment.segment:not(.inverted) {
567
+ .ui.ui.inverted.red.segment:not(.piled) {
568
+ border-color: #db2828;
569
+ }
570
+ .ui.ui.ui.ui.ui.orange.segment:not(.inverted) {
544
571
  border-top: 2px solid #f2711c;
545
572
  }
546
- .ui.inverted.orange.segment.segment.segment.segment.segment {
573
+ .ui.ui.ui.ui.ui.inverted.orange.segment {
547
574
  background-color: #f2711c;
548
575
  color: #fff;
549
576
  }
550
- .ui.yellow.segment.segment.segment.segment.segment:not(.inverted) {
577
+ .ui.ui.inverted.orange.segment:not(.piled) {
578
+ border-color: #f2711c;
579
+ }
580
+ .ui.ui.ui.ui.ui.yellow.segment:not(.inverted) {
551
581
  border-top: 2px solid #fbbd08;
552
582
  }
553
- .ui.inverted.yellow.segment.segment.segment.segment.segment {
583
+ .ui.ui.ui.ui.ui.inverted.yellow.segment {
554
584
  background-color: #fbbd08;
555
585
  color: #fff;
556
586
  }
557
- .ui.olive.segment.segment.segment.segment.segment:not(.inverted) {
587
+ .ui.ui.inverted.yellow.segment:not(.piled) {
588
+ border-color: #fbbd08;
589
+ }
590
+ .ui.ui.ui.ui.ui.olive.segment:not(.inverted) {
558
591
  border-top: 2px solid #b5cc18;
559
592
  }
560
- .ui.inverted.olive.segment.segment.segment.segment.segment {
593
+ .ui.ui.ui.ui.ui.inverted.olive.segment {
561
594
  background-color: #b5cc18;
562
595
  color: #fff;
563
596
  }
564
- .ui.green.segment.segment.segment.segment.segment:not(.inverted) {
597
+ .ui.ui.inverted.olive.segment:not(.piled) {
598
+ border-color: #b5cc18;
599
+ }
600
+ .ui.ui.ui.ui.ui.green.segment:not(.inverted) {
565
601
  border-top: 2px solid #21ba45;
566
602
  }
567
- .ui.inverted.green.segment.segment.segment.segment.segment {
603
+ .ui.ui.ui.ui.ui.inverted.green.segment {
568
604
  background-color: #21ba45;
569
605
  color: #fff;
570
606
  }
571
- .ui.teal.segment.segment.segment.segment.segment:not(.inverted) {
607
+ .ui.ui.inverted.green.segment:not(.piled) {
608
+ border-color: #21ba45;
609
+ }
610
+ .ui.ui.ui.ui.ui.teal.segment:not(.inverted) {
572
611
  border-top: 2px solid #00b5ad;
573
612
  }
574
- .ui.inverted.teal.segment.segment.segment.segment.segment {
613
+ .ui.ui.ui.ui.ui.inverted.teal.segment {
575
614
  background-color: #00b5ad;
576
615
  color: #fff;
577
616
  }
578
- .ui.blue.segment.segment.segment.segment.segment:not(.inverted) {
617
+ .ui.ui.inverted.teal.segment:not(.piled) {
618
+ border-color: #00b5ad;
619
+ }
620
+ .ui.ui.ui.ui.ui.blue.segment:not(.inverted) {
579
621
  border-top: 2px solid #2185d0;
580
622
  }
581
- .ui.inverted.blue.segment.segment.segment.segment.segment {
623
+ .ui.ui.ui.ui.ui.inverted.blue.segment {
582
624
  background-color: #2185d0;
583
625
  color: #fff;
584
626
  }
585
- .ui.violet.segment.segment.segment.segment.segment:not(.inverted) {
627
+ .ui.ui.inverted.blue.segment:not(.piled) {
628
+ border-color: #2185d0;
629
+ }
630
+ .ui.ui.ui.ui.ui.violet.segment:not(.inverted) {
586
631
  border-top: 2px solid #6435c9;
587
632
  }
588
- .ui.inverted.violet.segment.segment.segment.segment.segment {
633
+ .ui.ui.ui.ui.ui.inverted.violet.segment {
589
634
  background-color: #6435c9;
590
635
  color: #fff;
591
636
  }
592
- .ui.purple.segment.segment.segment.segment.segment:not(.inverted) {
637
+ .ui.ui.inverted.violet.segment:not(.piled) {
638
+ border-color: #6435c9;
639
+ }
640
+ .ui.ui.ui.ui.ui.purple.segment:not(.inverted) {
593
641
  border-top: 2px solid #a333c8;
594
642
  }
595
- .ui.inverted.purple.segment.segment.segment.segment.segment {
643
+ .ui.ui.ui.ui.ui.inverted.purple.segment {
596
644
  background-color: #a333c8;
597
645
  color: #fff;
598
646
  }
599
- .ui.pink.segment.segment.segment.segment.segment:not(.inverted) {
647
+ .ui.ui.inverted.purple.segment:not(.piled) {
648
+ border-color: #a333c8;
649
+ }
650
+ .ui.ui.ui.ui.ui.pink.segment:not(.inverted) {
600
651
  border-top: 2px solid #e03997;
601
652
  }
602
- .ui.inverted.pink.segment.segment.segment.segment.segment {
653
+ .ui.ui.ui.ui.ui.inverted.pink.segment {
603
654
  background-color: #e03997;
604
655
  color: #fff;
605
656
  }
606
- .ui.brown.segment.segment.segment.segment.segment:not(.inverted) {
657
+ .ui.ui.inverted.pink.segment:not(.piled) {
658
+ border-color: #e03997;
659
+ }
660
+ .ui.ui.ui.ui.ui.brown.segment:not(.inverted) {
607
661
  border-top: 2px solid #a5673f;
608
662
  }
609
- .ui.inverted.brown.segment.segment.segment.segment.segment {
663
+ .ui.ui.ui.ui.ui.inverted.brown.segment {
610
664
  background-color: #a5673f;
611
665
  color: #fff;
612
666
  }
613
- .ui.grey.segment.segment.segment.segment.segment:not(.inverted) {
667
+ .ui.ui.inverted.brown.segment:not(.piled) {
668
+ border-color: #a5673f;
669
+ }
670
+ .ui.ui.ui.ui.ui.grey.segment:not(.inverted) {
614
671
  border-top: 2px solid #767676;
615
672
  }
616
- .ui.inverted.grey.segment.segment.segment.segment.segment {
673
+ .ui.ui.ui.ui.ui.inverted.grey.segment {
617
674
  background-color: #767676;
618
675
  color: #fff;
619
676
  }
620
- .ui.black.segment.segment.segment.segment.segment:not(.inverted) {
677
+ .ui.ui.inverted.grey.segment:not(.piled) {
678
+ border-color: #767676;
679
+ }
680
+ .ui.ui.ui.ui.ui.black.segment:not(.inverted) {
621
681
  border-top: 2px solid #1b1c1d;
622
682
  }
623
- .ui.inverted.black.segment.segment.segment.segment.segment {
683
+ .ui.ui.ui.ui.ui.inverted.black.segment {
624
684
  background-color: #1b1c1d;
625
685
  color: #fff;
626
686
  }
687
+ .ui.ui.inverted.black.segment:not(.piled) {
688
+ border-color: #1b1c1d;
689
+ }
627
690
 
628
691
  /* -------------------
629
692
  Aligned
@@ -731,7 +794,7 @@
731
794
  .ui.attached.segment:not(.basic) {
732
795
  border: 1px solid #d4d4d5;
733
796
  }
734
- .ui.attached:not(.message):not(.text) + .ui.attached.segment:not(.top) {
797
+ .ui.attached:not(.message):not(.text) + .ui.attached.segment:not(.top):not([class*="left attached"]):not([class*="right attached"]) {
735
798
  border-top: none;
736
799
  }
737
800
 
@@ -756,7 +819,7 @@
756
819
  margin-top: 0;
757
820
  top: 0;
758
821
  margin-bottom: 1rem;
759
- box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), none;
822
+ box-shadow: 0 2px 1px -1px rgba(34, 36, 38, 0.15);
760
823
  border-radius: 0 0 0.28571429rem 0.28571429rem;
761
824
  }
762
825
  .ui.segment[class*="bottom attached"]:last-child {
@@ -765,6 +828,28 @@
765
828
  .ui.tab.segment[class*="bottom attached"]:last-child {
766
829
  margin-bottom: 1rem;
767
830
  }
831
+ .ui[class*="left attached"].segment {
832
+ margin-right: 0;
833
+ }
834
+ .ui[class*="right attached"].segment {
835
+ margin-left: 0;
836
+ }
837
+ .ui.seamless.attached.segment:not(.top):not(.bottom):not([class*="right attached"]):not([class*="left attached"]) {
838
+ border-top: none;
839
+ border-bottom: none;
840
+ }
841
+ .ui.seamless.attached.segment.top {
842
+ border-bottom: none;
843
+ }
844
+ .ui.seamless.attached.segment.bottom {
845
+ border-top: none;
846
+ }
847
+ .ui.seamless.attached.segment[class*="left attached"] {
848
+ border-right: none;
849
+ }
850
+ .ui.seamless.attached.segment[class*="right attached"] {
851
+ border-left: none;
852
+ }
768
853
 
769
854
  /* --------------
770
855
  Fitted
@@ -790,69 +875,133 @@
790
875
  .ui.scrolling.segment.short {
791
876
  max-height: 11.25em;
792
877
  }
878
+ .ui.scrolling.segment.short.resizable {
879
+ height: 11.25em;
880
+ }
793
881
  .ui.scrolling.segment[class*="very short"] {
794
882
  max-height: 7.5em;
795
883
  }
884
+ .ui.scrolling.segment[class*="very short"].resizable {
885
+ height: 7.5em;
886
+ }
796
887
  .ui.scrolling.segment {
797
888
  max-height: 15em;
798
889
  }
890
+ .ui.scrolling.segment.resizable {
891
+ height: 15em;
892
+ }
799
893
  .ui.scrolling.segment.long {
800
894
  max-height: 30em;
801
895
  }
896
+ .ui.scrolling.segment.long.resizable {
897
+ height: 30em;
898
+ }
802
899
  .ui.scrolling.segment[class*="very long"] {
803
900
  max-height: 45em;
804
901
  }
902
+ .ui.scrolling.segment[class*="very long"].resizable {
903
+ height: 45em;
904
+ }
805
905
  }
806
906
  @media only screen and (min-width: 768px) {
807
907
  .ui.scrolling.segment.short {
808
908
  max-height: 13.5em;
809
909
  }
910
+ .ui.scrolling.segment.short.resizable {
911
+ height: 13.5em;
912
+ }
810
913
  .ui.scrolling.segment[class*="very short"] {
811
914
  max-height: 9em;
812
915
  }
916
+ .ui.scrolling.segment[class*="very short"].resizable {
917
+ height: 9em;
918
+ }
813
919
  .ui.scrolling.segment {
814
920
  max-height: 18em;
815
921
  }
922
+ .ui.scrolling.segment.resizable {
923
+ height: 18em;
924
+ }
816
925
  .ui.scrolling.segment.long {
817
926
  max-height: 36em;
818
927
  }
928
+ .ui.scrolling.segment.long.resizable {
929
+ height: 36em;
930
+ }
819
931
  .ui.scrolling.segment[class*="very long"] {
820
932
  max-height: 54em;
821
933
  }
934
+ .ui.scrolling.segment[class*="very long"].resizable {
935
+ height: 54em;
936
+ }
822
937
  }
823
938
  @media only screen and (min-width: 992px) {
824
939
  .ui.scrolling.segment.short {
825
940
  max-height: 18em;
826
941
  }
942
+ .ui.scrolling.segment.short.resizable {
943
+ height: 18em;
944
+ }
827
945
  .ui.scrolling.segment[class*="very short"] {
828
946
  max-height: 12em;
829
947
  }
948
+ .ui.scrolling.segment[class*="very short"].resizable {
949
+ height: 12em;
950
+ }
830
951
  .ui.scrolling.segment {
831
952
  max-height: 24em;
832
953
  }
954
+ .ui.scrolling.segment.resizable {
955
+ height: 24em;
956
+ }
833
957
  .ui.scrolling.segment.long {
834
958
  max-height: 48em;
835
959
  }
960
+ .ui.scrolling.segment.long.resizable {
961
+ height: 48em;
962
+ }
836
963
  .ui.scrolling.segment[class*="very long"] {
837
964
  max-height: 72em;
838
965
  }
966
+ .ui.scrolling.segment[class*="very long"].resizable {
967
+ height: 72em;
968
+ }
839
969
  }
840
970
  @media only screen and (min-width: 1920px) {
841
971
  .ui.scrolling.segment.short {
842
972
  max-height: 22.5em;
843
973
  }
974
+ .ui.scrolling.segment.short.resizable {
975
+ height: 22.5em;
976
+ }
844
977
  .ui.scrolling.segment[class*="very short"] {
845
978
  max-height: 15em;
846
979
  }
980
+ .ui.scrolling.segment[class*="very short"].resizable {
981
+ height: 15em;
982
+ }
847
983
  .ui.scrolling.segment {
848
984
  max-height: 30em;
849
985
  }
986
+ .ui.scrolling.segment.resizable {
987
+ height: 30em;
988
+ }
850
989
  .ui.scrolling.segment.long {
851
990
  max-height: 60em;
852
991
  }
992
+ .ui.scrolling.segment.long.resizable {
993
+ height: 60em;
994
+ }
853
995
  .ui.scrolling.segment[class*="very long"] {
854
996
  max-height: 90em;
855
997
  }
998
+ .ui.scrolling.segment[class*="very long"].resizable {
999
+ height: 90em;
1000
+ }
1001
+ }
1002
+ .ui.resizable.scrolling.segment {
1003
+ resize: vertical;
1004
+ max-height: none;
856
1005
  }
857
1006
 
858
1007
  /* -------------------
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Step
2
+ * # Fomantic-UI 2.9.3 - Step
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -137,7 +137,7 @@
137
137
  .ui.steps .step > i.icon ~ .content {
138
138
  display: block;
139
139
  flex: 0 1 auto;
140
- align-self: middle;
140
+ align-self: center;
141
141
  }
142
142
 
143
143
  /* Horizontal Icon */
@@ -168,7 +168,7 @@
168
168
  position: static;
169
169
  text-align: center;
170
170
  content: counter(ordered);
171
- align-self: middle;
171
+ align-self: center;
172
172
  margin-right: 1rem;
173
173
  font-size: 2.5em;
174
174
  counter-increment: ordered;
@@ -177,7 +177,7 @@
177
177
  }
178
178
  .ui.ordered.steps .step > * {
179
179
  display: block;
180
- align-self: middle;
180
+ align-self: center;
181
181
  }
182
182
 
183
183
  /* --------------
@@ -1,10 +1,10 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Text
2
+ * # Fomantic-UI 2.9.3 - Text
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
6
  * Released under the MIT license
7
- * https://github.com/fomantic/Fomantic-UI/blob/master/LICENSE.md
7
+ * https://opensource.org/licenses/MIT
8
8
  *
9
9
  */
10
10
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Reset
2
+ * # Fomantic-UI 2.9.3 - Reset
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Site
2
+ * # Fomantic-UI 2.9.3 - Site
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -253,21 +253,12 @@ body .ui.inverted:not(.dimmer) {
253
253
 
254
254
 
255
255
  /* Site */
256
- ::-webkit-selection {
257
- background-color: #cce2ff;
258
- color: rgba(0, 0, 0, 0.87);
259
- }
260
256
  ::selection {
261
257
  background-color: #cce2ff;
262
258
  color: rgba(0, 0, 0, 0.87);
263
259
  }
264
260
 
265
261
  /* Form */
266
- textarea::-webkit-selection,
267
- input::-webkit-selection {
268
- background-color: rgba(100, 100, 100, 0.4);
269
- color: rgba(0, 0, 0, 0.87);
270
- }
271
262
  textarea::selection,
272
263
  input::selection {
273
264
  background-color: rgba(100, 100, 100, 0.4);
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Accordion
2
+ * # Fomantic-UI 2.9.3 - Accordion
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *