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.
Files changed (246) hide show
  1. package/.github/workflows/ci.yml +1 -1
  2. package/dist/components/accordion.css +1 -1
  3. package/dist/components/accordion.js +1 -1
  4. package/dist/components/accordion.min.css +1 -1
  5. package/dist/components/accordion.min.js +1 -1
  6. package/dist/components/ad.css +1 -1
  7. package/dist/components/ad.min.css +1 -1
  8. package/dist/components/api.js +1 -1
  9. package/dist/components/api.min.js +1 -1
  10. package/dist/components/breadcrumb.css +1 -1
  11. package/dist/components/breadcrumb.min.css +1 -1
  12. package/dist/components/button.css +2 -2
  13. package/dist/components/button.min.css +2 -2
  14. package/dist/components/calendar.css +6 -6
  15. package/dist/components/calendar.js +1 -1
  16. package/dist/components/calendar.min.css +2 -2
  17. package/dist/components/calendar.min.js +1 -1
  18. package/dist/components/card.css +1 -1
  19. package/dist/components/card.min.css +1 -1
  20. package/dist/components/checkbox.css +1 -1
  21. package/dist/components/checkbox.js +1 -1
  22. package/dist/components/checkbox.min.css +1 -1
  23. package/dist/components/checkbox.min.js +1 -1
  24. package/dist/components/comment.css +1 -1
  25. package/dist/components/comment.min.css +1 -1
  26. package/dist/components/container.css +62 -1
  27. package/dist/components/container.min.css +2 -2
  28. package/dist/components/dimmer.css +3 -3
  29. package/dist/components/dimmer.js +1 -1
  30. package/dist/components/dimmer.min.css +2 -2
  31. package/dist/components/dimmer.min.js +1 -1
  32. package/dist/components/divider.css +1 -1
  33. package/dist/components/divider.min.css +1 -1
  34. package/dist/components/dropdown.css +42 -4
  35. package/dist/components/dropdown.js +22 -12
  36. package/dist/components/dropdown.min.css +2 -2
  37. package/dist/components/dropdown.min.js +2 -2
  38. package/dist/components/embed.css +1 -1
  39. package/dist/components/embed.js +1 -1
  40. package/dist/components/embed.min.css +1 -1
  41. package/dist/components/embed.min.js +1 -1
  42. package/dist/components/emoji.css +1 -1
  43. package/dist/components/emoji.min.css +1 -1
  44. package/dist/components/feed.css +1 -1
  45. package/dist/components/feed.min.css +1 -1
  46. package/dist/components/flag.css +3 -2
  47. package/dist/components/flag.min.css +2 -2
  48. package/dist/components/flyout.css +1 -1
  49. package/dist/components/flyout.js +26 -20
  50. package/dist/components/flyout.min.css +1 -1
  51. package/dist/components/flyout.min.js +2 -2
  52. package/dist/components/form.css +53 -20
  53. package/dist/components/form.js +78 -44
  54. package/dist/components/form.min.css +2 -2
  55. package/dist/components/form.min.js +2 -2
  56. package/dist/components/grid.css +107 -107
  57. package/dist/components/grid.min.css +2 -2
  58. package/dist/components/header.css +1 -1
  59. package/dist/components/header.min.css +1 -1
  60. package/dist/components/icon.css +1 -1
  61. package/dist/components/icon.min.css +1 -1
  62. package/dist/components/image.css +1 -1
  63. package/dist/components/image.min.css +1 -1
  64. package/dist/components/input.css +3 -27
  65. package/dist/components/input.min.css +2 -2
  66. package/dist/components/item.css +1 -1
  67. package/dist/components/item.min.css +1 -1
  68. package/dist/components/label.css +21 -2
  69. package/dist/components/label.min.css +2 -2
  70. package/dist/components/list.css +13 -13
  71. package/dist/components/list.min.css +2 -2
  72. package/dist/components/loader.css +282 -282
  73. package/dist/components/loader.min.css +2 -2
  74. package/dist/components/menu.css +9 -3
  75. package/dist/components/menu.min.css +2 -2
  76. package/dist/components/message.css +1 -1
  77. package/dist/components/message.min.css +1 -1
  78. package/dist/components/modal.css +10 -3
  79. package/dist/components/modal.js +31 -26
  80. package/dist/components/modal.min.css +2 -2
  81. package/dist/components/modal.min.js +2 -2
  82. package/dist/components/nag.css +1 -1
  83. package/dist/components/nag.js +1 -1
  84. package/dist/components/nag.min.css +1 -1
  85. package/dist/components/nag.min.js +1 -1
  86. package/dist/components/placeholder.css +1 -1
  87. package/dist/components/placeholder.min.css +1 -1
  88. package/dist/components/popup.css +41 -40
  89. package/dist/components/popup.js +8 -6
  90. package/dist/components/popup.min.css +2 -2
  91. package/dist/components/popup.min.js +2 -2
  92. package/dist/components/progress.css +1 -1
  93. package/dist/components/progress.js +1 -1
  94. package/dist/components/progress.min.css +1 -1
  95. package/dist/components/progress.min.js +1 -1
  96. package/dist/components/rail.css +1 -1
  97. package/dist/components/rail.min.css +1 -1
  98. package/dist/components/rating.css +1 -1
  99. package/dist/components/rating.js +1 -1
  100. package/dist/components/rating.min.css +1 -1
  101. package/dist/components/rating.min.js +1 -1
  102. package/dist/components/reset.css +1 -1
  103. package/dist/components/reset.min.css +1 -1
  104. package/dist/components/reveal.css +1 -1
  105. package/dist/components/reveal.min.css +1 -1
  106. package/dist/components/search.css +17 -1
  107. package/dist/components/search.js +3 -2
  108. package/dist/components/search.min.css +2 -2
  109. package/dist/components/search.min.js +2 -2
  110. package/dist/components/segment.css +159 -33
  111. package/dist/components/segment.min.css +2 -2
  112. package/dist/components/shape.css +1 -1
  113. package/dist/components/shape.js +1 -1
  114. package/dist/components/shape.min.css +1 -1
  115. package/dist/components/shape.min.js +1 -1
  116. package/dist/components/sidebar.css +1 -1
  117. package/dist/components/sidebar.js +1 -1
  118. package/dist/components/sidebar.min.css +1 -1
  119. package/dist/components/sidebar.min.js +1 -1
  120. package/dist/components/site.css +1 -1
  121. package/dist/components/site.js +1 -1
  122. package/dist/components/site.min.css +1 -1
  123. package/dist/components/site.min.js +1 -1
  124. package/dist/components/slider.css +1 -1
  125. package/dist/components/slider.js +122 -26
  126. package/dist/components/slider.min.css +1 -1
  127. package/dist/components/slider.min.js +2 -2
  128. package/dist/components/state.js +1 -1
  129. package/dist/components/state.min.js +1 -1
  130. package/dist/components/statistic.css +1 -1
  131. package/dist/components/statistic.min.css +1 -1
  132. package/dist/components/step.css +1 -1
  133. package/dist/components/step.min.css +1 -1
  134. package/dist/components/sticky.css +1 -1
  135. package/dist/components/sticky.js +1 -1
  136. package/dist/components/sticky.min.css +1 -1
  137. package/dist/components/sticky.min.js +1 -1
  138. package/dist/components/tab.css +1 -1
  139. package/dist/components/tab.js +1 -1
  140. package/dist/components/tab.min.css +1 -1
  141. package/dist/components/tab.min.js +1 -1
  142. package/dist/components/table.css +65 -1
  143. package/dist/components/table.min.css +2 -2
  144. package/dist/components/text.css +1 -1
  145. package/dist/components/text.min.css +1 -1
  146. package/dist/components/toast.css +6 -1
  147. package/dist/components/toast.js +2 -2
  148. package/dist/components/toast.min.css +2 -2
  149. package/dist/components/toast.min.js +2 -2
  150. package/dist/components/transition.css +1 -1
  151. package/dist/components/transition.js +1 -1
  152. package/dist/components/transition.min.css +1 -1
  153. package/dist/components/transition.min.js +1 -1
  154. package/dist/components/visibility.js +1 -1
  155. package/dist/components/visibility.min.js +1 -1
  156. package/dist/semantic.css +1055 -593
  157. package/dist/semantic.js +310 -156
  158. package/dist/semantic.min.css +2 -2
  159. package/dist/semantic.min.js +2 -2
  160. package/package.json +1 -1
  161. package/src/definitions/behaviors/form.js +77 -43
  162. package/src/definitions/collections/breadcrumb.less +2 -1
  163. package/src/definitions/collections/form.less +27 -13
  164. package/src/definitions/collections/grid.less +108 -107
  165. package/src/definitions/collections/menu.less +29 -21
  166. package/src/definitions/collections/message.less +2 -1
  167. package/src/definitions/collections/table.less +68 -1
  168. package/src/definitions/elements/button.less +4 -2
  169. package/src/definitions/elements/container.less +65 -1
  170. package/src/definitions/elements/divider.less +2 -1
  171. package/src/definitions/elements/emoji.less +2 -1
  172. package/src/definitions/elements/flag.less +2 -1
  173. package/src/definitions/elements/header.less +2 -1
  174. package/src/definitions/elements/icon.less +2 -1
  175. package/src/definitions/elements/image.less +2 -1
  176. package/src/definitions/elements/input.less +4 -3
  177. package/src/definitions/elements/label.less +23 -2
  178. package/src/definitions/elements/list.less +14 -13
  179. package/src/definitions/elements/loader.less +73 -72
  180. package/src/definitions/elements/placeholder.less +2 -1
  181. package/src/definitions/elements/rail.less +2 -1
  182. package/src/definitions/elements/reveal.less +2 -1
  183. package/src/definitions/elements/segment.less +112 -14
  184. package/src/definitions/elements/step.less +2 -1
  185. package/src/definitions/elements/text.less +2 -1
  186. package/src/definitions/globals/reset.less +2 -1
  187. package/src/definitions/globals/site.less +2 -1
  188. package/src/definitions/modules/accordion.less +2 -1
  189. package/src/definitions/modules/calendar.less +3 -2
  190. package/src/definitions/modules/checkbox.less +2 -1
  191. package/src/definitions/modules/dimmer.less +4 -3
  192. package/src/definitions/modules/dropdown.js +21 -11
  193. package/src/definitions/modules/dropdown.less +55 -4
  194. package/src/definitions/modules/embed.less +2 -1
  195. package/src/definitions/modules/flyout.js +25 -19
  196. package/src/definitions/modules/flyout.less +2 -1
  197. package/src/definitions/modules/modal.js +30 -25
  198. package/src/definitions/modules/modal.less +13 -3
  199. package/src/definitions/modules/nag.less +3 -1
  200. package/src/definitions/modules/popup.js +7 -5
  201. package/src/definitions/modules/popup.less +42 -39
  202. package/src/definitions/modules/progress.less +2 -1
  203. package/src/definitions/modules/rating.less +2 -1
  204. package/src/definitions/modules/search.js +2 -1
  205. package/src/definitions/modules/search.less +20 -1
  206. package/src/definitions/modules/shape.less +2 -1
  207. package/src/definitions/modules/sidebar.less +2 -1
  208. package/src/definitions/modules/slider.js +121 -25
  209. package/src/definitions/modules/slider.less +2 -1
  210. package/src/definitions/modules/sticky.less +2 -1
  211. package/src/definitions/modules/tab.less +2 -1
  212. package/src/definitions/modules/toast.js +1 -1
  213. package/src/definitions/modules/toast.less +9 -1
  214. package/src/definitions/modules/transition.less +2 -1
  215. package/src/definitions/views/ad.less +2 -1
  216. package/src/definitions/views/card.less +2 -1
  217. package/src/definitions/views/comment.less +2 -1
  218. package/src/definitions/views/feed.less +2 -1
  219. package/src/definitions/views/item.less +2 -1
  220. package/src/definitions/views/statistic.less +2 -1
  221. package/src/overrides.less +7 -0
  222. package/src/theme.less +7 -6
  223. package/src/themes/amazon/elements/button.variables +5 -1
  224. package/src/themes/bootstrap3/elements/button.variables +5 -1
  225. package/src/themes/chubby/elements/header.variables +6 -1
  226. package/src/themes/default/collections/message.variables +3 -9
  227. package/src/themes/default/collections/table.variables +3 -0
  228. package/src/themes/default/elements/button.variables +1 -3
  229. package/src/themes/default/elements/container.variables +3 -0
  230. package/src/themes/default/elements/flag.variables +1 -1
  231. package/src/themes/default/elements/label.variables +5 -0
  232. package/src/themes/default/elements/segment.variables +8 -0
  233. package/src/themes/default/globals/site.variables +20 -1
  234. package/src/themes/default/globals/variation.variables +7 -1
  235. package/src/themes/default/modules/dropdown.variables +6 -0
  236. package/src/themes/default/modules/modal.variables +4 -0
  237. package/src/themes/default/modules/popup.variables +3 -1
  238. package/src/themes/default/modules/search.variables +3 -0
  239. package/src/themes/default/modules/toast.variables +1 -0
  240. package/src/themes/default/views/card.variables +4 -12
  241. package/src/themes/github/elements/button.variables +5 -1
  242. package/src/themes/twitter/elements/button.variables +5 -1
  243. package/tasks/admin/distributions/create.js +8 -3
  244. package/tasks/config/project/install.js +3 -0
  245. package/tasks/config/tasks.js +1 -8
  246. package/tasks/install.js +15 -5
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.3-beta.2+824a375 - Segment
2
+ * # Fomantic-UI 2.9.3-beta.21+491b07a - 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
  /*******************************
@@ -474,6 +496,7 @@
474
496
  -ms-user-select: none;
475
497
  user-select: none;
476
498
  transition: all 0s linear;
499
+ min-height: 4.5em;
477
500
  }
478
501
  .ui.loading.segments::before,
479
502
  .ui.loading.segment::before {
@@ -534,97 +557,136 @@
534
557
  /* -------------------
535
558
  Colors
536
559
  -------------------- */
537
- .ui.red.segment.segment.segment.segment.segment:not(.inverted) {
560
+ .ui.ui.ui.ui.ui.red.segment:not(.inverted) {
538
561
  border-top: 2px solid #db2828;
539
562
  }
540
- .ui.inverted.red.segment.segment.segment.segment.segment {
563
+ .ui.ui.ui.ui.ui.inverted.red.segment {
541
564
  background-color: #db2828;
542
565
  color: #fff;
543
566
  }
544
- .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) {
545
571
  border-top: 2px solid #f2711c;
546
572
  }
547
- .ui.inverted.orange.segment.segment.segment.segment.segment {
573
+ .ui.ui.ui.ui.ui.inverted.orange.segment {
548
574
  background-color: #f2711c;
549
575
  color: #fff;
550
576
  }
551
- .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) {
552
581
  border-top: 2px solid #fbbd08;
553
582
  }
554
- .ui.inverted.yellow.segment.segment.segment.segment.segment {
583
+ .ui.ui.ui.ui.ui.inverted.yellow.segment {
555
584
  background-color: #fbbd08;
556
585
  color: #fff;
557
586
  }
558
- .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) {
559
591
  border-top: 2px solid #b5cc18;
560
592
  }
561
- .ui.inverted.olive.segment.segment.segment.segment.segment {
593
+ .ui.ui.ui.ui.ui.inverted.olive.segment {
562
594
  background-color: #b5cc18;
563
595
  color: #fff;
564
596
  }
565
- .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) {
566
601
  border-top: 2px solid #21ba45;
567
602
  }
568
- .ui.inverted.green.segment.segment.segment.segment.segment {
603
+ .ui.ui.ui.ui.ui.inverted.green.segment {
569
604
  background-color: #21ba45;
570
605
  color: #fff;
571
606
  }
572
- .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) {
573
611
  border-top: 2px solid #00b5ad;
574
612
  }
575
- .ui.inverted.teal.segment.segment.segment.segment.segment {
613
+ .ui.ui.ui.ui.ui.inverted.teal.segment {
576
614
  background-color: #00b5ad;
577
615
  color: #fff;
578
616
  }
579
- .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) {
580
621
  border-top: 2px solid #2185d0;
581
622
  }
582
- .ui.inverted.blue.segment.segment.segment.segment.segment {
623
+ .ui.ui.ui.ui.ui.inverted.blue.segment {
583
624
  background-color: #2185d0;
584
625
  color: #fff;
585
626
  }
586
- .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) {
587
631
  border-top: 2px solid #6435c9;
588
632
  }
589
- .ui.inverted.violet.segment.segment.segment.segment.segment {
633
+ .ui.ui.ui.ui.ui.inverted.violet.segment {
590
634
  background-color: #6435c9;
591
635
  color: #fff;
592
636
  }
593
- .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) {
594
641
  border-top: 2px solid #a333c8;
595
642
  }
596
- .ui.inverted.purple.segment.segment.segment.segment.segment {
643
+ .ui.ui.ui.ui.ui.inverted.purple.segment {
597
644
  background-color: #a333c8;
598
645
  color: #fff;
599
646
  }
600
- .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) {
601
651
  border-top: 2px solid #e03997;
602
652
  }
603
- .ui.inverted.pink.segment.segment.segment.segment.segment {
653
+ .ui.ui.ui.ui.ui.inverted.pink.segment {
604
654
  background-color: #e03997;
605
655
  color: #fff;
606
656
  }
607
- .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) {
608
661
  border-top: 2px solid #a5673f;
609
662
  }
610
- .ui.inverted.brown.segment.segment.segment.segment.segment {
663
+ .ui.ui.ui.ui.ui.inverted.brown.segment {
611
664
  background-color: #a5673f;
612
665
  color: #fff;
613
666
  }
614
- .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) {
615
671
  border-top: 2px solid #767676;
616
672
  }
617
- .ui.inverted.grey.segment.segment.segment.segment.segment {
673
+ .ui.ui.ui.ui.ui.inverted.grey.segment {
618
674
  background-color: #767676;
619
675
  color: #fff;
620
676
  }
621
- .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) {
622
681
  border-top: 2px solid #1b1c1d;
623
682
  }
624
- .ui.inverted.black.segment.segment.segment.segment.segment {
683
+ .ui.ui.ui.ui.ui.inverted.black.segment {
625
684
  background-color: #1b1c1d;
626
685
  color: #fff;
627
686
  }
687
+ .ui.ui.inverted.black.segment:not(.piled) {
688
+ border-color: #1b1c1d;
689
+ }
628
690
 
629
691
  /* -------------------
630
692
  Aligned
@@ -813,69 +875,133 @@
813
875
  .ui.scrolling.segment.short {
814
876
  max-height: 11.25em;
815
877
  }
878
+ .ui.scrolling.segment.short.resizable {
879
+ height: 11.25em;
880
+ }
816
881
  .ui.scrolling.segment[class*="very short"] {
817
882
  max-height: 7.5em;
818
883
  }
884
+ .ui.scrolling.segment[class*="very short"].resizable {
885
+ height: 7.5em;
886
+ }
819
887
  .ui.scrolling.segment {
820
888
  max-height: 15em;
821
889
  }
890
+ .ui.scrolling.segment.resizable {
891
+ height: 15em;
892
+ }
822
893
  .ui.scrolling.segment.long {
823
894
  max-height: 30em;
824
895
  }
896
+ .ui.scrolling.segment.long.resizable {
897
+ height: 30em;
898
+ }
825
899
  .ui.scrolling.segment[class*="very long"] {
826
900
  max-height: 45em;
827
901
  }
902
+ .ui.scrolling.segment[class*="very long"].resizable {
903
+ height: 45em;
904
+ }
828
905
  }
829
906
  @media only screen and (min-width: 768px) {
830
907
  .ui.scrolling.segment.short {
831
908
  max-height: 13.5em;
832
909
  }
910
+ .ui.scrolling.segment.short.resizable {
911
+ height: 13.5em;
912
+ }
833
913
  .ui.scrolling.segment[class*="very short"] {
834
914
  max-height: 9em;
835
915
  }
916
+ .ui.scrolling.segment[class*="very short"].resizable {
917
+ height: 9em;
918
+ }
836
919
  .ui.scrolling.segment {
837
920
  max-height: 18em;
838
921
  }
922
+ .ui.scrolling.segment.resizable {
923
+ height: 18em;
924
+ }
839
925
  .ui.scrolling.segment.long {
840
926
  max-height: 36em;
841
927
  }
928
+ .ui.scrolling.segment.long.resizable {
929
+ height: 36em;
930
+ }
842
931
  .ui.scrolling.segment[class*="very long"] {
843
932
  max-height: 54em;
844
933
  }
934
+ .ui.scrolling.segment[class*="very long"].resizable {
935
+ height: 54em;
936
+ }
845
937
  }
846
938
  @media only screen and (min-width: 992px) {
847
939
  .ui.scrolling.segment.short {
848
940
  max-height: 18em;
849
941
  }
942
+ .ui.scrolling.segment.short.resizable {
943
+ height: 18em;
944
+ }
850
945
  .ui.scrolling.segment[class*="very short"] {
851
946
  max-height: 12em;
852
947
  }
948
+ .ui.scrolling.segment[class*="very short"].resizable {
949
+ height: 12em;
950
+ }
853
951
  .ui.scrolling.segment {
854
952
  max-height: 24em;
855
953
  }
954
+ .ui.scrolling.segment.resizable {
955
+ height: 24em;
956
+ }
856
957
  .ui.scrolling.segment.long {
857
958
  max-height: 48em;
858
959
  }
960
+ .ui.scrolling.segment.long.resizable {
961
+ height: 48em;
962
+ }
859
963
  .ui.scrolling.segment[class*="very long"] {
860
964
  max-height: 72em;
861
965
  }
966
+ .ui.scrolling.segment[class*="very long"].resizable {
967
+ height: 72em;
968
+ }
862
969
  }
863
970
  @media only screen and (min-width: 1920px) {
864
971
  .ui.scrolling.segment.short {
865
972
  max-height: 22.5em;
866
973
  }
974
+ .ui.scrolling.segment.short.resizable {
975
+ height: 22.5em;
976
+ }
867
977
  .ui.scrolling.segment[class*="very short"] {
868
978
  max-height: 15em;
869
979
  }
980
+ .ui.scrolling.segment[class*="very short"].resizable {
981
+ height: 15em;
982
+ }
870
983
  .ui.scrolling.segment {
871
984
  max-height: 30em;
872
985
  }
986
+ .ui.scrolling.segment.resizable {
987
+ height: 30em;
988
+ }
873
989
  .ui.scrolling.segment.long {
874
990
  max-height: 60em;
875
991
  }
992
+ .ui.scrolling.segment.long.resizable {
993
+ height: 60em;
994
+ }
876
995
  .ui.scrolling.segment[class*="very long"] {
877
996
  max-height: 90em;
878
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;
879
1005
  }
880
1006
 
881
1007
  /* -------------------
@@ -1,9 +1,9 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.3-beta.2+824a375 - Segment
2
+ * # Fomantic-UI 2.9.3-beta.21+491b07a - Segment
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
6
  * Released under the MIT license
7
7
  * https://opensource.org/licenses/MIT
8
8
  *
9
- */.ui.segment{position:relative;background:#fff;box-shadow:0 1px 2px 0 rgba(34,36,38,.15);margin:1rem 0;padding:1em 1em;border-radius:.28571429rem;border:1px solid rgba(34,36,38,.15)}.ui.segment:first-child{margin-top:0}.ui.segment:last-child{margin-bottom:0}.ui.vertical.segment{margin:0;padding-left:0;padding-right:0;background:none transparent;border-radius:0;box-shadow:none;border:none;border-top:1px solid rgba(34,36,38,.15)}.ui.vertical.segment:first-child{border-top:none}.ui.inverted.segment>.ui.header,.ui.inverted.segment>.ui.header .sub.header,.ui.inverted.segments .segment>.ui.header,.ui.inverted.segments .segment>.ui.header .sub.header{color:#fff}.ui[class*="bottom attached"].segment>[class*="top attached"].label{border-top-left-radius:0;border-top-right-radius:0}.ui[class*="top attached"].segment>[class*="bottom attached"].label{border-bottom-left-radius:0;border-bottom-right-radius:0}.ui.attached.segment:not(.top):not(.bottom)>[class*="top attached"].label{border-top-left-radius:0;border-top-right-radius:0}.ui.attached.segment:not(.top):not(.bottom)>[class*="bottom attached"].label{border-bottom-left-radius:0;border-bottom-right-radius:0}.ui.grid>.row>.ui.segment.column,.ui.grid>.ui.segment.column,.ui.page.grid.segment{padding-top:2em;padding-bottom:2em}.ui.grid.segment{margin:1rem 0;border-radius:.28571429rem}.ui.basic.table.segment{background:#fff;border:1px solid rgba(34,36,38,.15);box-shadow:0 1px 2px 0 rgba(34,36,38,.15)}.ui[class*="very basic"].table.segment{padding:1em 1em}.ui.segment.tab:last-child{margin-bottom:1rem}.ui.placeholder.segment{display:flex;flex-direction:column;justify-content:center;align-items:stretch;max-width:initial;animation:none;overflow:visible;padding:1em 1em;min-height:18rem;background:#f9fafb;border-color:rgba(34,36,38,.15);box-shadow:0 2px 25px 0 rgba(34,36,38,.05) inset}.ui.placeholder.segment.tab{display:none}.ui.placeholder.segment.tab.active{display:flex}.ui.placeholder.segment .button,.ui.placeholder.segment textarea{display:block}.ui.placeholder.segment .button,.ui.placeholder.segment .field,.ui.placeholder.segment textarea,.ui.placeholder.segment>.ui.input{max-width:15rem;margin-left:auto;margin-right:auto}.ui.placeholder.segment .column .button,.ui.placeholder.segment .column .field,.ui.placeholder.segment .column textarea,.ui.placeholder.segment .column>.ui.input{max-width:15rem;margin-left:auto;margin-right:auto}.ui.placeholder.segment>.inline{align-self:center}.ui.placeholder.segment>.inline>.button{display:inline-block;width:auto;margin:0 .35714286rem 0 0}.ui.placeholder.segment>.inline>.button:last-child{margin-right:0}.ui.piled.segment,.ui.piled.segments{margin:3em 0;box-shadow:"";z-index:auto}.ui.piled.segment:first-child{margin-top:0}.ui.piled.segment:last-child{margin-bottom:0}.ui.piled.segment::after,.ui.piled.segment::before,.ui.piled.segments::after,.ui.piled.segments::before{background-color:#fff;visibility:visible;content:"";display:block;height:100%;left:0;position:absolute;width:100%;border:1px solid rgba(34,36,38,.15);box-shadow:""}.ui.piled.segment::before,.ui.piled.segments::before{transform:rotate(-1.2deg);top:0;z-index:-2}.ui.piled.segment::after,.ui.piled.segments::after{transform:rotate(1.2deg);top:0;z-index:-1}.ui[class*="top attached"].piled.segment{margin-top:3em;margin-bottom:0}.ui.piled.segment[class*="top attached"]:first-child{margin-top:0}.ui.piled.segment[class*="bottom attached"]{margin-top:0;margin-bottom:3em}.ui.piled.segment[class*="bottom attached"]:last-child{margin-bottom:0}.ui.stacked.segment{padding-bottom:1.4em}.ui.stacked.segment::after,.ui.stacked.segment::before,.ui.stacked.segments::after,.ui.stacked.segments::before{content:"";position:absolute;bottom:-3px;left:0;border-top:1px solid rgba(34,36,38,.15);background:rgba(0,0,0,.03);width:100%;height:6px;visibility:visible}.ui.stacked.segment::before,.ui.stacked.segments::before{display:none}.ui.tall.stacked.segment::before,.ui.tall.stacked.segments::before{display:block;bottom:0}.ui.stacked.inverted.segment::after,.ui.stacked.inverted.segment::before,.ui.stacked.inverted.segments::after,.ui.stacked.inverted.segments::before{background-color:rgba(0,0,0,.03);border-top:1px solid rgba(34,36,38,.35)}.ui.padded.segment{padding:1.5em}.ui[class*="very padded"].segment{padding:3em}.ui.padded.segment.vertical.segment,.ui[class*="very padded"].vertical.segment{padding-left:0;padding-right:0}.ui.compact.segment{display:table}.ui.compact.segments{display:inline-flex}.ui.compact.segments .segment,.ui.segments .compact.segment{display:block;flex:0 1 auto}.ui.circular.segment{display:table-cell;padding:2em;text-align:center;vertical-align:middle;border-radius:500em}.ui.raised.raised.segment,.ui.raised.raised.segments{box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.segments{flex-direction:column;position:relative;margin:1rem 0;border:1px solid rgba(34,36,38,.15);box-shadow:0 1px 2px 0 rgba(34,36,38,.15);border-radius:.28571429rem}.ui.segments:first-child{margin-top:0}.ui.segments:last-child{margin-bottom:0}.ui.segments>.segment{top:0;bottom:0;border-radius:0;margin:0;width:auto;box-shadow:none;border:none;border-top:1px solid rgba(34,36,38,.15)}.ui.segments:not(.horizontal)>.segment:first-child{top:0;bottom:0;border-top:none;margin-top:0;margin-bottom:0;border-radius:.28571429rem .28571429rem 0 0}.ui.segments:not(.horizontal)>.segment:last-child{top:0;bottom:0;margin-top:0;margin-bottom:0;box-shadow:0 2px 1px -1px rgba(34,36,38,.15);border-radius:0 0 .28571429rem .28571429rem}.ui.segments:not(.horizontal)>.segment:only-child{border-radius:.28571429rem}.ui.segments>.ui.segments{border-top:1px solid rgba(34,36,38,.15);margin:1rem}.ui.segments>.segments:first-child{border-top:none}.ui.segments>.segment+.segments:not(.horizontal){margin-top:0}.ui.horizontal.segments{display:flex;flex-direction:row;background-color:transparent;padding:0;box-shadow:0 1px 2px 0 rgba(34,36,38,.15);margin:1rem 0;border-radius:.28571429rem;border:1px solid rgba(34,36,38,.15)}.ui.stackable.horizontal.segments,.ui.wrapping.horizontal.segments{flex-wrap:wrap}.ui.segments>.horizontal.segments{margin:0;background-color:transparent;border-radius:0;border:none;box-shadow:none;border-top:1px solid rgba(34,36,38,.15)}.ui.horizontal.segments:not(.compact)>.segment:not(.compact){flex:1 1 auto;-ms-flex:1 1 0}.ui.horizontal.segments>.segment{margin:0;min-width:0;border-radius:0;border:none;box-shadow:none;border-left:1px solid rgba(34,36,38,.15)}.ui.segments>.horizontal.segments:first-child{border-top:none}.ui.horizontal.segments:not(.stackable):not(.wrapping)>.segment:first-child{border-left:none}.ui.horizontal.segments>.segment:first-child{border-radius:.28571429rem 0 0 .28571429rem}.ui.horizontal.segments>.segment:last-child{border-radius:0 .28571429rem .28571429rem 0}.ui[class*="equal width"].horizontal.segments>.segment{width:100%}.ui.disabled.segment,.ui.disabled.segments{opacity:.45;color:rgba(40,40,40,.3);pointer-events:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ui.loading.segment,.ui.loading.segments{position:relative;cursor:default;pointer-events:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;transition:all 0s linear}.ui.loading.segment::before,.ui.loading.segments::before{position:absolute;content:"";top:0;left:0;background:rgba(255,255,255,.8);width:100%;height:100%;border-radius:.28571429rem;z-index:100}.ui.loading.segment::after,.ui.loading.segments::after{position:absolute;content:"";top:50%;left:50%;margin:-1.5em 0 0 -1.5em;width:3em;height:3em;animation:loader .6s infinite linear;border:.2em solid #767676;border-radius:500rem;box-shadow:0 0 0 1px transparent;visibility:visible;z-index:101}.ui.basic.segment,.ui.basic.segments,.ui.segments .ui.basic.segment{background:none transparent;box-shadow:none;border:none;border-radius:0}.ui.clearing.segment::after{content:"";display:block;clear:both}.ui.red.segment.segment.segment.segment.segment:not(.inverted){border-top:2px solid #db2828}.ui.inverted.red.segment.segment.segment.segment.segment{background-color:#db2828;color:#fff}.ui.orange.segment.segment.segment.segment.segment:not(.inverted){border-top:2px solid #f2711c}.ui.inverted.orange.segment.segment.segment.segment.segment{background-color:#f2711c;color:#fff}.ui.yellow.segment.segment.segment.segment.segment:not(.inverted){border-top:2px solid #fbbd08}.ui.inverted.yellow.segment.segment.segment.segment.segment{background-color:#fbbd08;color:#fff}.ui.olive.segment.segment.segment.segment.segment:not(.inverted){border-top:2px solid #b5cc18}.ui.inverted.olive.segment.segment.segment.segment.segment{background-color:#b5cc18;color:#fff}.ui.green.segment.segment.segment.segment.segment:not(.inverted){border-top:2px solid #21ba45}.ui.inverted.green.segment.segment.segment.segment.segment{background-color:#21ba45;color:#fff}.ui.teal.segment.segment.segment.segment.segment:not(.inverted){border-top:2px solid #00b5ad}.ui.inverted.teal.segment.segment.segment.segment.segment{background-color:#00b5ad;color:#fff}.ui.blue.segment.segment.segment.segment.segment:not(.inverted){border-top:2px solid #2185d0}.ui.inverted.blue.segment.segment.segment.segment.segment{background-color:#2185d0;color:#fff}.ui.violet.segment.segment.segment.segment.segment:not(.inverted){border-top:2px solid #6435c9}.ui.inverted.violet.segment.segment.segment.segment.segment{background-color:#6435c9;color:#fff}.ui.purple.segment.segment.segment.segment.segment:not(.inverted){border-top:2px solid #a333c8}.ui.inverted.purple.segment.segment.segment.segment.segment{background-color:#a333c8;color:#fff}.ui.pink.segment.segment.segment.segment.segment:not(.inverted){border-top:2px solid #e03997}.ui.inverted.pink.segment.segment.segment.segment.segment{background-color:#e03997;color:#fff}.ui.brown.segment.segment.segment.segment.segment:not(.inverted){border-top:2px solid #a5673f}.ui.inverted.brown.segment.segment.segment.segment.segment{background-color:#a5673f;color:#fff}.ui.grey.segment.segment.segment.segment.segment:not(.inverted){border-top:2px solid #767676}.ui.inverted.grey.segment.segment.segment.segment.segment{background-color:#767676;color:#fff}.ui.black.segment.segment.segment.segment.segment:not(.inverted){border-top:2px solid #1b1c1d}.ui.inverted.black.segment.segment.segment.segment.segment{background-color:#1b1c1d;color:#fff}.ui[class*="left aligned"].segment{text-align:left}.ui[class*="right aligned"].segment{text-align:right}.ui[class*="center aligned"].segment{text-align:center}.ui.floated.segment,.ui[class*="left floated"].segment{float:left;margin-right:1em}.ui[class*="right floated"].segment{float:right;margin-left:1em}.ui.inverted.segment,.ui.inverted.segments,.ui.inverted.segments .segment{border:none;box-shadow:none}.ui.inverted.segment,.ui.inverted.segments .segment,.ui.primary.inverted.segment{background:#1b1c1d;color:rgba(255,255,255,.9)}.ui.inverted.segment .segment{color:rgba(0,0,0,.87)}.ui.inverted.segment .inverted.segment{color:rgba(255,255,255,.9)}.ui.ui.inverted.attached.segment{border-color:#555}.ui.inverted.loading.segment,.ui.inverted.loading.segments{color:#fff}.ui.inverted.loading.segment::before,.ui.inverted.loading.segments::before{background:rgba(0,0,0,.85)}.ui.secondary.segment{background:#f3f4f5;color:rgba(0,0,0,.6)}.ui.secondary.inverted.segment{background:#4c4f52 linear-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.2) 100%);color:rgba(255,255,255,.8)}.ui.tertiary.segment{background:#dcddde;color:rgba(0,0,0,.6)}.ui.tertiary.inverted.segment{background:#717579 linear-gradient(rgba(255,255,255,.35) 0,rgba(255,255,255,.35) 100%);color:rgba(255,255,255,.8)}.ui.attached.segment{top:0;bottom:0;border-radius:0;margin:0 -1px;width:calc(100% + 2px);max-width:calc(100% + 2px);box-shadow:none}.ui.attached.segment:not(.basic){border:1px solid #d4d4d5}.ui.attached:not(.message):not(.text)+.ui.attached.segment:not(.top):not([class*="left attached"]):not([class*="right attached"]){border-top:none}.ui.segment[class*="top attached"]{bottom:0;margin-bottom:0;top:0;margin-top:1rem;border-radius:.28571429rem .28571429rem 0 0}.ui.segment[class*="top attached"]:first-child{margin-top:0}.ui.tab.segment[class*="top attached"]:first-child{margin-top:1rem}.ui.segment[class*="bottom attached"]{bottom:0;margin-top:0;top:0;margin-bottom:1rem;box-shadow:0 2px 1px -1px rgba(34,36,38,.15);border-radius:0 0 .28571429rem .28571429rem}.ui.segment[class*="bottom attached"]:last-child{margin-bottom:0}.ui.tab.segment[class*="bottom attached"]:last-child{margin-bottom:1rem}.ui[class*="left attached"].segment{margin-right:0}.ui[class*="right attached"].segment{margin-left:0}.ui.seamless.attached.segment:not(.top):not(.bottom):not([class*="right attached"]):not([class*="left attached"]){border-top:none;border-bottom:none}.ui.seamless.attached.segment.top{border-bottom:none}.ui.seamless.attached.segment.bottom{border-top:none}.ui.seamless.attached.segment[class*="left attached"]{border-right:none}.ui.seamless.attached.segment[class*="right attached"]{border-left:none}.ui.fitted.segment:not(.horizontally){padding-top:0;padding-bottom:0}.ui.fitted.segment:not(.vertically){padding-left:0;padding-right:0}.ui.scrolling.segment{overflow:auto;-ms-scroll-chaining:none;overscroll-behavior:none}@media only screen and (max-width:767.98px){.ui.scrolling.segment.short{max-height:11.25em}.ui.scrolling.segment[class*="very short"]{max-height:7.5em}.ui.scrolling.segment{max-height:15em}.ui.scrolling.segment.long{max-height:30em}.ui.scrolling.segment[class*="very long"]{max-height:45em}}@media only screen and (min-width:768px){.ui.scrolling.segment.short{max-height:13.5em}.ui.scrolling.segment[class*="very short"]{max-height:9em}.ui.scrolling.segment{max-height:18em}.ui.scrolling.segment.long{max-height:36em}.ui.scrolling.segment[class*="very long"]{max-height:54em}}@media only screen and (min-width:992px){.ui.scrolling.segment.short{max-height:18em}.ui.scrolling.segment[class*="very short"]{max-height:12em}.ui.scrolling.segment{max-height:24em}.ui.scrolling.segment.long{max-height:48em}.ui.scrolling.segment[class*="very long"]{max-height:72em}}@media only screen and (min-width:1920px){.ui.scrolling.segment.short{max-height:22.5em}.ui.scrolling.segment[class*="very short"]{max-height:15em}.ui.scrolling.segment{max-height:30em}.ui.scrolling.segment.long{max-height:60em}.ui.scrolling.segment[class*="very long"]{max-height:90em}}.ui.segment,.ui.segments .segment{font-size:1rem}.ui.mini.segment,.ui.mini.segments .segment{font-size:.78571429rem}.ui.tiny.segment,.ui.tiny.segments .segment{font-size:.85714286rem}.ui.small.segment,.ui.small.segments .segment{font-size:.92857143rem}.ui.large.segment,.ui.large.segments .segment{font-size:1.14285714rem}.ui.big.segment,.ui.big.segments .segment{font-size:1.28571429rem}.ui.huge.segment,.ui.huge.segments .segment{font-size:1.42857143rem}.ui.massive.segment,.ui.massive.segments .segment{font-size:1.71428571rem}
9
+ */.ui.segment{position:relative;background:#fff;box-shadow:0 1px 2px 0 rgba(34,36,38,.15);margin:1rem 0;padding:1em 1em;border-radius:.28571429rem;border:1px solid rgba(34,36,38,.15)}.ui.segment:first-child{margin-top:0}.ui.segment:last-child{margin-bottom:0}.ui.vertical.segment{margin:0;padding-left:0;padding-right:0;background:none transparent;border-radius:0;box-shadow:none;border:none;border-top:1px solid rgba(34,36,38,.15)}.ui.vertical.segment:first-child{border-top:none}.ui.inverted.segment>.ui.header,.ui.inverted.segment>.ui.header .sub.header,.ui.inverted.segments .segment>.ui.header,.ui.inverted.segments .segment>.ui.header .sub.header{color:#fff}.ui[class*="bottom attached"].segment>[class*="top attached"].label{border-top-left-radius:0;border-top-right-radius:0}.ui[class*="top attached"].segment>[class*="bottom attached"].label{border-bottom-left-radius:0;border-bottom-right-radius:0}.ui.attached.segment:not(.top):not(.bottom)>[class*="top attached"].label{border-top-left-radius:0;border-top-right-radius:0}.ui.attached.segment:not(.top):not(.bottom)>[class*="bottom attached"].label{border-bottom-left-radius:0;border-bottom-right-radius:0}.ui.grid>.row>.ui.segment.column,.ui.grid>.ui.segment.column,.ui.page.grid.segment{padding-top:2em;padding-bottom:2em}.ui.grid.segment{margin:1rem 0;border-radius:.28571429rem}.ui.basic.table.segment{background:#fff;border:1px solid rgba(34,36,38,.15);box-shadow:0 1px 2px 0 rgba(34,36,38,.15)}.ui[class*="very basic"].table.segment{padding:1em 1em}.ui.segment.tab:last-child{margin-bottom:1rem}.ui.placeholder.segment{display:flex;flex-direction:column;justify-content:center;align-items:stretch;max-width:initial;animation:none;overflow:visible;padding:1em 1em;min-height:18rem;background:#f9fafb;border-color:rgba(34,36,38,.15);box-shadow:0 2px 25px 0 rgba(34,36,38,.05) inset}.ui.placeholder.segment.tab{display:none}.ui.placeholder.segment.tab.active{display:flex}.ui.placeholder.segment .button,.ui.placeholder.segment textarea{display:block}.ui.placeholder.segment .button,.ui.placeholder.segment .field,.ui.placeholder.segment textarea,.ui.placeholder.segment>.ui.input{max-width:15rem;margin-left:auto;margin-right:auto}.ui.placeholder.segment .column .button,.ui.placeholder.segment .column .field,.ui.placeholder.segment .column textarea,.ui.placeholder.segment .column>.ui.input{max-width:15rem;margin-left:auto;margin-right:auto}.ui.placeholder.segment>.inline{align-self:center}.ui.placeholder.segment>.inline>.button{display:inline-block;width:auto;margin:0 .35714286rem 0 0}.ui.placeholder.segment>.inline>.button:last-child{margin-right:0}.ui.piled.segment,.ui.piled.segments{margin:3em 0;box-shadow:"";z-index:auto;background-color:#fff;border:1px solid rgba(34,36,38,.15);color:rgba(0,0,0,.87)}.ui.piled.segment:first-child{margin-top:0}.ui.piled.segment:last-child{margin-bottom:0}.ui.piled.segment::after,.ui.piled.segment::before,.ui.piled.segments::after,.ui.piled.segments::before{background-color:inherit;visibility:visible;content:"";display:block;height:100%;left:0;position:absolute;width:100%;border:inherit;box-shadow:""}.ui.inverted.piled.segment{background-color:#1b1c1d;border:1px solid #555;color:rgba(255,255,255,.9)}.ui.piled.segment::before,.ui.piled.segments::before{transform:rotate(-1.2deg);top:0;z-index:-2}.ui.piled.segment::after,.ui.piled.segments::after{transform:rotate(1.2deg);top:0;z-index:-1}.ui[class*="top attached"].piled.segment{margin-top:3em;margin-bottom:0}.ui.piled.segment[class*="top attached"]:first-child{margin-top:0}.ui.piled.segment[class*="bottom attached"]{margin-top:0;margin-bottom:3em}.ui.piled.segment[class*="bottom attached"]:last-child{margin-bottom:0}@supports selector(:has(.f)){:has(>.ui.piled.segment){z-index:0;position:relative}}.ui.stacked.segment{padding-bottom:1.4em}.ui.stacked.segment::after,.ui.stacked.segment::before,.ui.stacked.segments::after,.ui.stacked.segments::before{content:"";position:absolute;bottom:-3px;left:0;border-top:1px solid rgba(34,36,38,.15);background:rgba(0,0,0,.03);width:100%;height:6px;visibility:visible}.ui.stacked.segment::before,.ui.stacked.segments::before{display:none}.ui.tall.stacked.segment::before,.ui.tall.stacked.segments::before{display:block;bottom:0}.ui.stacked.inverted.segment,.ui.stacked.inverted.segments{border:1px solid rgba(225,225,225,.5)}.ui.stacked.inverted.segment::after,.ui.stacked.inverted.segment::before,.ui.stacked.inverted.segments::after,.ui.stacked.inverted.segments::before{background-color:rgba(0,0,0,.03);border-top:1px solid rgba(225,225,225,.5)}.ui.padded.segment{padding:1.5em}.ui[class*="very padded"].segment{padding:3em}.ui.padded.segment.vertical.segment,.ui[class*="very padded"].vertical.segment{padding-left:0;padding-right:0}.ui.compact.segment{display:table}.ui.compact.segments{display:inline-flex}.ui.compact.segments .segment,.ui.segments .compact.segment{display:block;flex:0 1 auto}.ui.circular.segment{display:table-cell;padding:2em;text-align:center;vertical-align:middle;border-radius:500em}.ui.ui.raised.segment,.ui.ui.raised.segments{box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.ui.inverted.raised.segment,.ui.ui.inverted.raised.segments{box-shadow:0 2px 4px 0 rgba(225,225,225,.1),0 2px 10px 0 rgba(225,225,225,.5)}.ui.segments{flex-direction:column;position:relative;margin:1rem 0;border:1px solid rgba(34,36,38,.15);box-shadow:0 1px 2px 0 rgba(34,36,38,.15);border-radius:.28571429rem}.ui.segments:first-child{margin-top:0}.ui.segments:last-child{margin-bottom:0}.ui.segments>.segment{top:0;bottom:0;border-radius:0;margin:0;width:auto;box-shadow:none;border:none;border-top:1px solid rgba(34,36,38,.15)}.ui.segments:not(.horizontal)>.segment:first-child{top:0;bottom:0;border-top:none;margin-top:0;margin-bottom:0;border-radius:.28571429rem .28571429rem 0 0}.ui.segments:not(.horizontal)>.segment:last-child{top:0;bottom:0;margin-top:0;margin-bottom:0;box-shadow:0 2px 1px -1px rgba(34,36,38,.15);border-radius:0 0 .28571429rem .28571429rem}.ui.segments:not(.horizontal)>.segment:only-child{border-radius:.28571429rem}.ui.segments>.ui.segments{border-top:1px solid rgba(34,36,38,.15);margin:1rem}.ui.segments>.segments:first-child{border-top:none}.ui.segments>.segment+.segments:not(.horizontal){margin-top:0}.ui.horizontal.segments{display:flex;flex-direction:row;background-color:transparent;padding:0;box-shadow:0 1px 2px 0 rgba(34,36,38,.15);margin:1rem 0;border-radius:.28571429rem;border:1px solid rgba(34,36,38,.15)}.ui.stackable.horizontal.segments,.ui.wrapping.horizontal.segments{flex-wrap:wrap}.ui.segments>.horizontal.segments{margin:0;background-color:transparent;border-radius:0;border:none;box-shadow:none;border-top:1px solid rgba(34,36,38,.15)}.ui.horizontal.segments:not(.compact)>.segment:not(.compact){flex:1 1 auto;-ms-flex:1 1 0}.ui.horizontal.segments>.segment{margin:0;min-width:0;border-radius:0;border:none;box-shadow:none;border-left:1px solid rgba(34,36,38,.15)}.ui.segments>.horizontal.segments:first-child{border-top:none}.ui.horizontal.segments:not(.stackable):not(.wrapping)>.segment:first-child{border-left:none}.ui.horizontal.segments>.segment:first-child{border-radius:.28571429rem 0 0 .28571429rem}.ui.horizontal.segments>.segment:last-child{border-radius:0 .28571429rem .28571429rem 0}.ui[class*="equal width"].horizontal.segments>.segment{width:100%}.ui.disabled.segment,.ui.disabled.segments{opacity:.45;color:rgba(40,40,40,.3);pointer-events:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ui.loading.segment,.ui.loading.segments{position:relative;cursor:default;pointer-events:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;transition:all 0s linear;min-height:4.5em}.ui.loading.segment::before,.ui.loading.segments::before{position:absolute;content:"";top:0;left:0;background:rgba(255,255,255,.8);width:100%;height:100%;border-radius:.28571429rem;z-index:100}.ui.loading.segment::after,.ui.loading.segments::after{position:absolute;content:"";top:50%;left:50%;margin:-1.5em 0 0 -1.5em;width:3em;height:3em;animation:loader .6s infinite linear;border:.2em solid #767676;border-radius:500rem;box-shadow:0 0 0 1px transparent;visibility:visible;z-index:101}.ui.basic.segment,.ui.basic.segments,.ui.segments .ui.basic.segment{background:none transparent;box-shadow:none;border:none;border-radius:0}.ui.clearing.segment::after{content:"";display:block;clear:both}.ui.ui.ui.ui.ui.red.segment:not(.inverted){border-top:2px solid #db2828}.ui.ui.ui.ui.ui.inverted.red.segment{background-color:#db2828;color:#fff}.ui.ui.inverted.red.segment:not(.piled){border-color:#db2828}.ui.ui.ui.ui.ui.orange.segment:not(.inverted){border-top:2px solid #f2711c}.ui.ui.ui.ui.ui.inverted.orange.segment{background-color:#f2711c;color:#fff}.ui.ui.inverted.orange.segment:not(.piled){border-color:#f2711c}.ui.ui.ui.ui.ui.yellow.segment:not(.inverted){border-top:2px solid #fbbd08}.ui.ui.ui.ui.ui.inverted.yellow.segment{background-color:#fbbd08;color:#fff}.ui.ui.inverted.yellow.segment:not(.piled){border-color:#fbbd08}.ui.ui.ui.ui.ui.olive.segment:not(.inverted){border-top:2px solid #b5cc18}.ui.ui.ui.ui.ui.inverted.olive.segment{background-color:#b5cc18;color:#fff}.ui.ui.inverted.olive.segment:not(.piled){border-color:#b5cc18}.ui.ui.ui.ui.ui.green.segment:not(.inverted){border-top:2px solid #21ba45}.ui.ui.ui.ui.ui.inverted.green.segment{background-color:#21ba45;color:#fff}.ui.ui.inverted.green.segment:not(.piled){border-color:#21ba45}.ui.ui.ui.ui.ui.teal.segment:not(.inverted){border-top:2px solid #00b5ad}.ui.ui.ui.ui.ui.inverted.teal.segment{background-color:#00b5ad;color:#fff}.ui.ui.inverted.teal.segment:not(.piled){border-color:#00b5ad}.ui.ui.ui.ui.ui.blue.segment:not(.inverted){border-top:2px solid #2185d0}.ui.ui.ui.ui.ui.inverted.blue.segment{background-color:#2185d0;color:#fff}.ui.ui.inverted.blue.segment:not(.piled){border-color:#2185d0}.ui.ui.ui.ui.ui.violet.segment:not(.inverted){border-top:2px solid #6435c9}.ui.ui.ui.ui.ui.inverted.violet.segment{background-color:#6435c9;color:#fff}.ui.ui.inverted.violet.segment:not(.piled){border-color:#6435c9}.ui.ui.ui.ui.ui.purple.segment:not(.inverted){border-top:2px solid #a333c8}.ui.ui.ui.ui.ui.inverted.purple.segment{background-color:#a333c8;color:#fff}.ui.ui.inverted.purple.segment:not(.piled){border-color:#a333c8}.ui.ui.ui.ui.ui.pink.segment:not(.inverted){border-top:2px solid #e03997}.ui.ui.ui.ui.ui.inverted.pink.segment{background-color:#e03997;color:#fff}.ui.ui.inverted.pink.segment:not(.piled){border-color:#e03997}.ui.ui.ui.ui.ui.brown.segment:not(.inverted){border-top:2px solid #a5673f}.ui.ui.ui.ui.ui.inverted.brown.segment{background-color:#a5673f;color:#fff}.ui.ui.inverted.brown.segment:not(.piled){border-color:#a5673f}.ui.ui.ui.ui.ui.grey.segment:not(.inverted){border-top:2px solid #767676}.ui.ui.ui.ui.ui.inverted.grey.segment{background-color:#767676;color:#fff}.ui.ui.inverted.grey.segment:not(.piled){border-color:#767676}.ui.ui.ui.ui.ui.black.segment:not(.inverted){border-top:2px solid #1b1c1d}.ui.ui.ui.ui.ui.inverted.black.segment{background-color:#1b1c1d;color:#fff}.ui.ui.inverted.black.segment:not(.piled){border-color:#1b1c1d}.ui[class*="left aligned"].segment{text-align:left}.ui[class*="right aligned"].segment{text-align:right}.ui[class*="center aligned"].segment{text-align:center}.ui.floated.segment,.ui[class*="left floated"].segment{float:left;margin-right:1em}.ui[class*="right floated"].segment{float:right;margin-left:1em}.ui.inverted.segment,.ui.inverted.segments,.ui.inverted.segments .segment{border:none;box-shadow:none}.ui.inverted.segment,.ui.inverted.segments .segment,.ui.primary.inverted.segment{background:#1b1c1d;color:rgba(255,255,255,.9)}.ui.inverted.segment .segment{color:rgba(0,0,0,.87)}.ui.inverted.segment .inverted.segment{color:rgba(255,255,255,.9)}.ui.ui.inverted.attached.segment{border-color:#555}.ui.inverted.loading.segment,.ui.inverted.loading.segments{color:#fff}.ui.inverted.loading.segment::before,.ui.inverted.loading.segments::before{background:rgba(0,0,0,.85)}.ui.secondary.segment{background:#f3f4f5;color:rgba(0,0,0,.6)}.ui.secondary.inverted.segment{background:#4c4f52 linear-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.2) 100%);color:rgba(255,255,255,.8)}.ui.tertiary.segment{background:#dcddde;color:rgba(0,0,0,.6)}.ui.tertiary.inverted.segment{background:#717579 linear-gradient(rgba(255,255,255,.35) 0,rgba(255,255,255,.35) 100%);color:rgba(255,255,255,.8)}.ui.attached.segment{top:0;bottom:0;border-radius:0;margin:0 -1px;width:calc(100% + 2px);max-width:calc(100% + 2px);box-shadow:none}.ui.attached.segment:not(.basic){border:1px solid #d4d4d5}.ui.attached:not(.message):not(.text)+.ui.attached.segment:not(.top):not([class*="left attached"]):not([class*="right attached"]){border-top:none}.ui.segment[class*="top attached"]{bottom:0;margin-bottom:0;top:0;margin-top:1rem;border-radius:.28571429rem .28571429rem 0 0}.ui.segment[class*="top attached"]:first-child{margin-top:0}.ui.tab.segment[class*="top attached"]:first-child{margin-top:1rem}.ui.segment[class*="bottom attached"]{bottom:0;margin-top:0;top:0;margin-bottom:1rem;box-shadow:0 2px 1px -1px rgba(34,36,38,.15);border-radius:0 0 .28571429rem .28571429rem}.ui.segment[class*="bottom attached"]:last-child{margin-bottom:0}.ui.tab.segment[class*="bottom attached"]:last-child{margin-bottom:1rem}.ui[class*="left attached"].segment{margin-right:0}.ui[class*="right attached"].segment{margin-left:0}.ui.seamless.attached.segment:not(.top):not(.bottom):not([class*="right attached"]):not([class*="left attached"]){border-top:none;border-bottom:none}.ui.seamless.attached.segment.top{border-bottom:none}.ui.seamless.attached.segment.bottom{border-top:none}.ui.seamless.attached.segment[class*="left attached"]{border-right:none}.ui.seamless.attached.segment[class*="right attached"]{border-left:none}.ui.fitted.segment:not(.horizontally){padding-top:0;padding-bottom:0}.ui.fitted.segment:not(.vertically){padding-left:0;padding-right:0}.ui.scrolling.segment{overflow:auto;-ms-scroll-chaining:none;overscroll-behavior:none}@media only screen and (max-width:767.98px){.ui.scrolling.segment.short{max-height:11.25em}.ui.scrolling.segment.short.resizable{height:11.25em}.ui.scrolling.segment[class*="very short"]{max-height:7.5em}.ui.scrolling.segment[class*="very short"].resizable{height:7.5em}.ui.scrolling.segment{max-height:15em}.ui.scrolling.segment.resizable{height:15em}.ui.scrolling.segment.long{max-height:30em}.ui.scrolling.segment.long.resizable{height:30em}.ui.scrolling.segment[class*="very long"]{max-height:45em}.ui.scrolling.segment[class*="very long"].resizable{height:45em}}@media only screen and (min-width:768px){.ui.scrolling.segment.short{max-height:13.5em}.ui.scrolling.segment.short.resizable{height:13.5em}.ui.scrolling.segment[class*="very short"]{max-height:9em}.ui.scrolling.segment[class*="very short"].resizable{height:9em}.ui.scrolling.segment{max-height:18em}.ui.scrolling.segment.resizable{height:18em}.ui.scrolling.segment.long{max-height:36em}.ui.scrolling.segment.long.resizable{height:36em}.ui.scrolling.segment[class*="very long"]{max-height:54em}.ui.scrolling.segment[class*="very long"].resizable{height:54em}}@media only screen and (min-width:992px){.ui.scrolling.segment.short{max-height:18em}.ui.scrolling.segment.short.resizable{height:18em}.ui.scrolling.segment[class*="very short"]{max-height:12em}.ui.scrolling.segment[class*="very short"].resizable{height:12em}.ui.scrolling.segment{max-height:24em}.ui.scrolling.segment.resizable{height:24em}.ui.scrolling.segment.long{max-height:48em}.ui.scrolling.segment.long.resizable{height:48em}.ui.scrolling.segment[class*="very long"]{max-height:72em}.ui.scrolling.segment[class*="very long"].resizable{height:72em}}@media only screen and (min-width:1920px){.ui.scrolling.segment.short{max-height:22.5em}.ui.scrolling.segment.short.resizable{height:22.5em}.ui.scrolling.segment[class*="very short"]{max-height:15em}.ui.scrolling.segment[class*="very short"].resizable{height:15em}.ui.scrolling.segment{max-height:30em}.ui.scrolling.segment.resizable{height:30em}.ui.scrolling.segment.long{max-height:60em}.ui.scrolling.segment.long.resizable{height:60em}.ui.scrolling.segment[class*="very long"]{max-height:90em}.ui.scrolling.segment[class*="very long"].resizable{height:90em}}.ui.resizable.scrolling.segment{resize:vertical;max-height:none}.ui.segment,.ui.segments .segment{font-size:1rem}.ui.mini.segment,.ui.mini.segments .segment{font-size:.78571429rem}.ui.tiny.segment,.ui.tiny.segments .segment{font-size:.85714286rem}.ui.small.segment,.ui.small.segments .segment{font-size:.92857143rem}.ui.large.segment,.ui.large.segments .segment{font-size:1.14285714rem}.ui.big.segment,.ui.big.segments .segment{font-size:1.28571429rem}.ui.huge.segment,.ui.huge.segments .segment{font-size:1.42857143rem}.ui.massive.segment,.ui.massive.segments .segment{font-size:1.71428571rem}
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.3-beta.2+824a375 - Shape
2
+ * # Fomantic-UI 2.9.3-beta.21+491b07a - Shape
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.3-beta.2+824a375 - Shape
2
+ * # Fomantic-UI 2.9.3-beta.21+491b07a - Shape
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.3-beta.2+824a375 - Shape
2
+ * # Fomantic-UI 2.9.3-beta.21+491b07a - Shape
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*
2
- * # Fomantic UI - 2.9.3-beta.2+824a375
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
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.3-beta.2+824a375 - Sidebar
2
+ * # Fomantic-UI 2.9.3-beta.21+491b07a - Sidebar
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.3-beta.2+824a375 - Sidebar
2
+ * # Fomantic-UI 2.9.3-beta.21+491b07a - Sidebar
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.3-beta.2+824a375 - Sidebar
2
+ * # Fomantic-UI 2.9.3-beta.21+491b07a - Sidebar
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*
2
- * # Fomantic UI - 2.9.3-beta.2+824a375
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
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.3-beta.2+824a375 - Site
2
+ * # Fomantic-UI 2.9.3-beta.21+491b07a - Site
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.3-beta.2+824a375 - Site
2
+ * # Fomantic-UI 2.9.3-beta.21+491b07a - Site
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.3-beta.2+824a375 - Site
2
+ * # Fomantic-UI 2.9.3-beta.21+491b07a - Site
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*
2
- * # Fomantic UI - 2.9.3-beta.2+824a375
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
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.3-beta.2+824a375 - Slider
2
+ * # Fomantic-UI 2.9.3-beta.21+491b07a - Slider
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *