fomantic-ui 2.9.0-beta.288 → 2.9.0-beta.290

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 (207) hide show
  1. package/.github/codeql/codeql-config.yml +4 -0
  2. package/.github/workflows/codeql.yml +68 -0
  3. package/dist/components/accordion.css +2 -2
  4. package/dist/components/accordion.js +1 -1
  5. package/dist/components/accordion.min.css +2 -2
  6. package/dist/components/accordion.min.js +1 -1
  7. package/dist/components/ad.css +1 -1
  8. package/dist/components/ad.min.css +1 -1
  9. package/dist/components/api.js +2 -2
  10. package/dist/components/api.min.js +2 -2
  11. package/dist/components/breadcrumb.css +1 -1
  12. package/dist/components/breadcrumb.min.css +1 -1
  13. package/dist/components/button.css +10 -10
  14. package/dist/components/button.min.css +2 -2
  15. package/dist/components/calendar.css +1 -1
  16. package/dist/components/calendar.js +2 -2
  17. package/dist/components/calendar.min.css +1 -1
  18. package/dist/components/calendar.min.js +2 -2
  19. package/dist/components/card.css +2 -2
  20. package/dist/components/card.min.css +2 -2
  21. package/dist/components/checkbox.css +1 -1
  22. package/dist/components/checkbox.js +1 -1
  23. package/dist/components/checkbox.min.css +1 -1
  24. package/dist/components/checkbox.min.js +1 -1
  25. package/dist/components/comment.css +1 -1
  26. package/dist/components/comment.min.css +1 -1
  27. package/dist/components/container.css +2 -2
  28. package/dist/components/container.min.css +2 -2
  29. package/dist/components/dimmer.css +1 -1
  30. package/dist/components/dimmer.js +1 -1
  31. package/dist/components/dimmer.min.css +1 -1
  32. package/dist/components/dimmer.min.js +1 -1
  33. package/dist/components/divider.css +1 -1
  34. package/dist/components/divider.min.css +1 -1
  35. package/dist/components/dropdown.css +1 -1
  36. package/dist/components/dropdown.js +3 -3
  37. package/dist/components/dropdown.min.css +1 -1
  38. package/dist/components/dropdown.min.js +2 -2
  39. package/dist/components/embed.css +1 -1
  40. package/dist/components/embed.js +1 -1
  41. package/dist/components/embed.min.css +1 -1
  42. package/dist/components/embed.min.js +1 -1
  43. package/dist/components/feed.css +1 -1
  44. package/dist/components/feed.min.css +1 -1
  45. package/dist/components/flag.css +1 -1
  46. package/dist/components/flag.min.css +1 -1
  47. package/dist/components/form.css +3 -3
  48. package/dist/components/form.js +2 -2
  49. package/dist/components/form.min.css +2 -2
  50. package/dist/components/form.min.js +2 -2
  51. package/dist/components/grid.css +1 -1
  52. package/dist/components/grid.min.css +1 -1
  53. package/dist/components/header.css +2 -2
  54. package/dist/components/header.min.css +2 -2
  55. package/dist/components/icon.css +1 -1
  56. package/dist/components/icon.min.css +1 -1
  57. package/dist/components/image.css +1 -1
  58. package/dist/components/image.min.css +1 -1
  59. package/dist/components/input.css +2 -2
  60. package/dist/components/input.min.css +2 -2
  61. package/dist/components/item.css +2 -2
  62. package/dist/components/item.min.css +2 -2
  63. package/dist/components/label.css +1 -1
  64. package/dist/components/label.min.css +1 -1
  65. package/dist/components/list.css +2 -2
  66. package/dist/components/list.min.css +2 -2
  67. package/dist/components/loader.css +1 -1
  68. package/dist/components/loader.min.css +1 -1
  69. package/dist/components/menu.css +1 -1
  70. package/dist/components/menu.min.css +1 -1
  71. package/dist/components/message.css +2 -2
  72. package/dist/components/message.min.css +2 -2
  73. package/dist/components/modal.css +2 -2
  74. package/dist/components/modal.js +3 -3
  75. package/dist/components/modal.min.css +2 -2
  76. package/dist/components/modal.min.js +2 -2
  77. package/dist/components/nag.css +1 -1
  78. package/dist/components/nag.js +2 -2
  79. package/dist/components/nag.min.css +1 -1
  80. package/dist/components/nag.min.js +2 -2
  81. package/dist/components/placeholder.css +1 -1
  82. package/dist/components/placeholder.min.css +1 -1
  83. package/dist/components/popup.css +2 -2
  84. package/dist/components/popup.js +10 -10
  85. package/dist/components/popup.min.css +2 -2
  86. package/dist/components/popup.min.js +2 -2
  87. package/dist/components/progress.css +1 -1
  88. package/dist/components/progress.js +1 -1
  89. package/dist/components/progress.min.css +1 -1
  90. package/dist/components/progress.min.js +1 -1
  91. package/dist/components/rail.css +1 -1
  92. package/dist/components/rail.min.css +1 -1
  93. package/dist/components/rating.css +1 -1
  94. package/dist/components/rating.js +1 -1
  95. package/dist/components/rating.min.css +1 -1
  96. package/dist/components/rating.min.js +1 -1
  97. package/dist/components/reset.css +1 -1
  98. package/dist/components/reset.min.css +1 -1
  99. package/dist/components/reveal.css +1 -1
  100. package/dist/components/reveal.min.css +1 -1
  101. package/dist/components/search.css +4 -4
  102. package/dist/components/search.js +1 -1
  103. package/dist/components/search.min.css +2 -2
  104. package/dist/components/search.min.js +1 -1
  105. package/dist/components/segment.css +1 -1
  106. package/dist/components/segment.min.css +1 -1
  107. package/dist/components/shape.css +1 -1
  108. package/dist/components/shape.js +1 -1
  109. package/dist/components/shape.min.css +1 -1
  110. package/dist/components/shape.min.js +1 -1
  111. package/dist/components/sidebar.css +1 -1
  112. package/dist/components/sidebar.js +3 -3
  113. package/dist/components/sidebar.min.css +1 -1
  114. package/dist/components/sidebar.min.js +2 -2
  115. package/dist/components/site.css +75 -4
  116. package/dist/components/site.js +1 -1
  117. package/dist/components/site.min.css +2 -2
  118. package/dist/components/site.min.js +1 -1
  119. package/dist/components/slider.js +1 -1
  120. package/dist/components/slider.min.js +1 -1
  121. package/dist/components/state.js +2 -2
  122. package/dist/components/state.min.js +2 -2
  123. package/dist/components/statistic.css +3 -3
  124. package/dist/components/statistic.min.css +2 -2
  125. package/dist/components/step.css +2 -2
  126. package/dist/components/step.min.css +2 -2
  127. package/dist/components/sticky.css +1 -1
  128. package/dist/components/sticky.js +4 -4
  129. package/dist/components/sticky.min.css +1 -1
  130. package/dist/components/sticky.min.js +2 -2
  131. package/dist/components/tab.css +1 -1
  132. package/dist/components/tab.js +2 -2
  133. package/dist/components/tab.min.css +1 -1
  134. package/dist/components/tab.min.js +2 -2
  135. package/dist/components/table.css +1 -1
  136. package/dist/components/table.min.css +1 -1
  137. package/dist/components/text.css +1 -1
  138. package/dist/components/text.min.css +1 -1
  139. package/dist/components/toast.css +1 -1
  140. package/dist/components/toast.js +3 -3
  141. package/dist/components/toast.min.css +1 -1
  142. package/dist/components/toast.min.js +2 -2
  143. package/dist/components/transition.css +1 -1
  144. package/dist/components/transition.js +1 -1
  145. package/dist/components/transition.min.css +1 -1
  146. package/dist/components/transition.min.js +1 -1
  147. package/dist/components/visibility.js +2 -2
  148. package/dist/components/visibility.min.js +2 -2
  149. package/dist/semantic.css +159 -80
  150. package/dist/semantic.js +52 -52
  151. package/dist/semantic.min.css +2 -2
  152. package/dist/semantic.min.js +2 -2
  153. package/dist/themes/default/assets/fonts/Lato-Bold.woff +0 -0
  154. package/dist/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
  155. package/dist/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
  156. package/dist/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
  157. package/dist/themes/default/assets/fonts/Lato-Italic.woff +0 -0
  158. package/dist/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
  159. package/dist/themes/default/assets/fonts/Lato-Regular.woff +0 -0
  160. package/dist/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
  161. package/dist/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
  162. package/dist/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
  163. package/dist/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
  164. package/dist/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
  165. package/dist/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
  166. package/dist/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
  167. package/dist/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
  168. package/dist/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
  169. package/package.json +1 -1
  170. package/src/definitions/behaviors/api.js +1 -1
  171. package/src/definitions/behaviors/form.js +1 -1
  172. package/src/definitions/behaviors/state.js +1 -1
  173. package/src/definitions/behaviors/visibility.js +1 -1
  174. package/src/definitions/modules/calendar.js +1 -1
  175. package/src/definitions/modules/dropdown.js +2 -2
  176. package/src/definitions/modules/modal.js +2 -2
  177. package/src/definitions/modules/nag.js +1 -1
  178. package/src/definitions/modules/popup.js +9 -9
  179. package/src/definitions/modules/sidebar.js +2 -2
  180. package/src/definitions/modules/sticky.js +3 -3
  181. package/src/definitions/modules/tab.js +1 -1
  182. package/src/definitions/modules/toast.js +2 -2
  183. package/src/theme.less +13 -2
  184. package/src/themes/amazon/globals/site.variables +1 -0
  185. package/src/themes/default/assets/fonts/Lato-Bold.woff +0 -0
  186. package/src/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
  187. package/src/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
  188. package/src/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
  189. package/src/themes/default/assets/fonts/Lato-Italic.woff +0 -0
  190. package/src/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
  191. package/src/themes/default/assets/fonts/Lato-Regular.woff +0 -0
  192. package/src/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
  193. package/src/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
  194. package/src/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
  195. package/src/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
  196. package/src/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
  197. package/src/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
  198. package/src/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
  199. package/src/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
  200. package/src/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
  201. package/src/themes/default/globals/site.variables +103 -8
  202. package/src/themes/github/globals/site.variables +1 -0
  203. package/src/themes/systemfont/globals/reset.overrides +8 -0
  204. package/src/themes/systemfont/globals/site.variables +10 -0
  205. package/tasks/build/css.js +2 -2
  206. package/tasks/build/javascript.js +2 -2
  207. package/test/helpers/jasmine-jquery.js +1 -1
package/dist/semantic.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * # Fomantic UI - 2.9.0-beta.288+67ede73
2
+ * # Fomantic UI - 2.9.0-beta.290+9631798
3
3
  * https://github.com/fomantic/Fomantic-UI
4
4
  * http://fomantic-ui.com/
5
5
  *
@@ -8,9 +8,8 @@
8
8
  * http://opensource.org/licenses/MIT
9
9
  *
10
10
  */
11
- @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400%3B0,700%3B1,400%3B1,700&subset=latin&display=swap');
12
11
  /*!
13
- * # Fomantic-UI 2.9.0-beta.288+67ede73 - Reset
12
+ * # Fomantic-UI 2.9.0-beta.290+9631798 - Reset
14
13
  * http://github.com/fomantic/Fomantic-UI/
15
14
  *
16
15
  *
@@ -436,7 +435,7 @@ template {
436
435
  Site Overrides
437
436
  *******************************/
438
437
  /*!
439
- * # Fomantic-UI 2.9.0-beta.288+67ede73 - Site
438
+ * # Fomantic-UI 2.9.0-beta.290+9631798 - Site
440
439
  * http://github.com/fomantic/Fomantic-UI/
441
440
  *
442
441
  *
@@ -449,6 +448,86 @@ template {
449
448
  Page
450
449
  *******************************/
451
450
 
451
+ @font-face {
452
+ font-family: 'Lato';
453
+ src: url("./themes/default/assets/fonts/LatoLatin-Regular.woff2") format('woff2') , url("./themes/default/assets/fonts/LatoLatin-Regular.woff") format('woff');
454
+ font-style: normal;
455
+ font-weight: normal;
456
+ font-display: swap;
457
+ text-rendering: optimizeLegibility;
458
+ unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-017F, U+0192, U+0218-021B, U+0237, U+02C6-02C7, U+02C9, U+02D8-02DD, U+0394, U+03A9, U+03BC, U+03C0, U+1E80-1E85, U+2010, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20A3-20A4, U+20A7, U+20AC, U+2113, U+2122, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+F8FF, U+FB00-FB04;
459
+ }
460
+
461
+ @font-face {
462
+ font-family: 'Lato';
463
+ src: url("./themes/default/assets/fonts/LatoLatin-Bold.woff2") format('woff2') , url("./themes/default/assets/fonts/LatoLatin-Bold.woff") format('woff');
464
+ font-style: normal;
465
+ font-weight: bold;
466
+ font-display: swap;
467
+ text-rendering: optimizeLegibility;
468
+ unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-017F, U+0192, U+0218-021B, U+0237, U+02C6-02C7, U+02C9, U+02D8-02DD, U+0394, U+03A9, U+03BC, U+03C0, U+1E80-1E85, U+2010, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20A3-20A4, U+20A7, U+20AC, U+2113, U+2122, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+F8FF, U+FB00-FB04;
469
+ }
470
+
471
+ @font-face {
472
+ font-family: 'Lato';
473
+ src: url("./themes/default/assets/fonts/LatoLatin-Italic.woff2") format('woff2') , url("./themes/default/assets/fonts/LatoLatin-Italic.woff") format('woff');
474
+ font-style: italic;
475
+ font-weight: normal;
476
+ font-display: swap;
477
+ text-rendering: optimizeLegibility;
478
+ unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-017F, U+0192, U+0218-021B, U+0237, U+02C6-02C7, U+02C9, U+02D8-02DD, U+0394, U+03A9, U+03BC, U+03C0, U+1E80-1E85, U+2010, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20A3-20A4, U+20A7, U+20AC, U+2113, U+2122, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+F8FF, U+FB00-FB04;
479
+ }
480
+
481
+ @font-face {
482
+ font-family: 'Lato';
483
+ src: url("./themes/default/assets/fonts/LatoLatin-BoldItalic.woff2") format('woff2') , url("./themes/default/assets/fonts/LatoLatin-BoldItalic.woff") format('woff');
484
+ font-style: italic;
485
+ font-weight: bold;
486
+ font-display: swap;
487
+ text-rendering: optimizeLegibility;
488
+ unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-017F, U+0192, U+0218-021B, U+0237, U+02C6-02C7, U+02C9, U+02D8-02DD, U+0394, U+03A9, U+03BC, U+03C0, U+1E80-1E85, U+2010, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20A3-20A4, U+20A7, U+20AC, U+2113, U+2122, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+F8FF, U+FB00-FB04;
489
+ }
490
+
491
+ @font-face {
492
+ font-family: 'Lato';
493
+ src: url("./themes/default/assets/fonts/Lato-Regular.woff2") format('woff2') , url("./themes/default/assets/fonts/Lato-Regular.woff") format('woff');
494
+ font-style: normal;
495
+ font-weight: normal;
496
+ font-display: swap;
497
+ text-rendering: optimizeLegibility;
498
+ unicode-range: U+0180-0191, U+0193-0217, U+021C-0236, U+0238-02C5, U+02C8, U+02CA-02D7, U+02DE-036F, U+0374-0375, U+037A-037E, U+0384-038A, U+038C, U+038E-0393, U+0395-03A1, U+03A3-03A8, U+03AA-03BB, U+03BD-03BF, U+03C1-03CE, U+03D0-0486, U+0488-0513, U+1D00-1DCA, U+1DFE-1E7F, U+1E86-1E9B, U+1E9E, U+1EA0-1EF9, U+1F00-1F15, U+1F18-1F1D, U+1F20-1F45, U+1F48-1F4D, U+1F50-1F57, U+1F59, U+1F5B, U+1F5D, U+1F5F-1F7D, U+1F80-1FB4, U+1FB6-1FC4, U+1FC6-1FD3, U+1FD6-1FDB, U+1FDD-1FEF, U+1FF2-1FF4, U+1FF6-1FFE, U+2000-200F, U+2012, U+2015-2017, U+201B, U+201F, U+202F, U+2034, U+203C-203E, U+205E-205F, U+2070-2071, U+2074-2094, U+20A0-20A2, U+20A5-20A6, U+20A8-20AB, U+20AD-20B5, U+20B8-20BA, U+20DD, U+2105, U+2116-2117, U+2120, U+2132, U+214D-214E, U+2153-215F, U+2183-2184, U+2190-2199, U+21A8, U+221F, U+2229, U+2261, U+2302, U+2310, U+2320-2321, U+2460-2473, U+24EA-24F4, U+24FF-2500, U+2502, U+250C, U+2510, U+2514, U+2518, U+2C60-2C6C, U+2C74-2C77;
499
+ }
500
+
501
+ @font-face {
502
+ font-family: 'Lato';
503
+ src: url("./themes/default/assets/fonts/Lato-Bold.woff2") format('woff2') , url("./themes/default/assets/fonts/Lato-Bold.woff") format('woff');
504
+ font-style: normal;
505
+ font-weight: bold;
506
+ font-display: swap;
507
+ text-rendering: optimizeLegibility;
508
+ unicode-range: U+0180-0191, U+0193-0217, U+021C-0236, U+0238-02C5, U+02C8, U+02CA-02D7, U+02DE-036F, U+0374-0375, U+037A-037E, U+0384-038A, U+038C, U+038E-0393, U+0395-03A1, U+03A3-03A8, U+03AA-03BB, U+03BD-03BF, U+03C1-03CE, U+03D0-0486, U+0488-0513, U+1D00-1DCA, U+1DFE-1E7F, U+1E86-1E9B, U+1E9E, U+1EA0-1EF9, U+1F00-1F15, U+1F18-1F1D, U+1F20-1F45, U+1F48-1F4D, U+1F50-1F57, U+1F59, U+1F5B, U+1F5D, U+1F5F-1F7D, U+1F80-1FB4, U+1FB6-1FC4, U+1FC6-1FD3, U+1FD6-1FDB, U+1FDD-1FEF, U+1FF2-1FF4, U+1FF6-1FFE, U+2000-200F, U+2012, U+2015-2017, U+201B, U+201F, U+202F, U+2034, U+203C-203E, U+205E-205F, U+2070-2071, U+2074-2094, U+20A0-20A2, U+20A5-20A6, U+20A8-20AB, U+20AD-20B5, U+20B8-20BA, U+20DD, U+2105, U+2116-2117, U+2120, U+2132, U+214D-214E, U+2153-215F, U+2183-2184, U+2190-2199, U+21A8, U+221F, U+2229, U+2261, U+2302, U+2310, U+2320-2321, U+2460-2473, U+24EA-24F4, U+24FF-2500, U+2502, U+250C, U+2510, U+2514, U+2518, U+2C60-2C6C, U+2C74-2C77;
509
+ }
510
+
511
+ @font-face {
512
+ font-family: 'Lato';
513
+ src: url("./themes/default/assets/fonts/Lato-Italic.woff2") format('woff2') , url("./themes/default/assets/fonts/Lato-Italic.woff") format('woff');
514
+ font-style: italic;
515
+ font-weight: normal;
516
+ font-display: swap;
517
+ text-rendering: optimizeLegibility;
518
+ unicode-range: U+0180-0191, U+0193-0217, U+021C-0236, U+0238-02C5, U+02C8, U+02CA-02D7, U+02DE-036F, U+0374-0375, U+037A-037E, U+0384-038A, U+038C, U+038E-0393, U+0395-03A1, U+03A3-03A8, U+03AA-03BB, U+03BD-03BF, U+03C1-03CE, U+03D0-0486, U+0488-0513, U+1D00-1DCA, U+1DFE-1E7F, U+1E86-1E9B, U+1E9E, U+1EA0-1EF9, U+1F00-1F15, U+1F18-1F1D, U+1F20-1F45, U+1F48-1F4D, U+1F50-1F57, U+1F59, U+1F5B, U+1F5D, U+1F5F-1F7D, U+1F80-1FB4, U+1FB6-1FC4, U+1FC6-1FD3, U+1FD6-1FDB, U+1FDD-1FEF, U+1FF2-1FF4, U+1FF6-1FFE, U+2000-200F, U+2012, U+2015-2017, U+201B, U+201F, U+202F, U+2034, U+203C-203E, U+205E-205F, U+2070-2071, U+2074-2094, U+20A0-20A2, U+20A5-20A6, U+20A8-20AB, U+20AD-20B5, U+20B8-20BA, U+20DD, U+2105, U+2116-2117, U+2120, U+2132, U+214D-214E, U+2153-215F, U+2183-2184, U+2190-2199, U+21A8, U+221F, U+2229, U+2261, U+2302, U+2310, U+2320-2321, U+2460-2473, U+24EA-24F4, U+24FF-2500, U+2502, U+250C, U+2510, U+2514, U+2518, U+2C60-2C6C, U+2C74-2C77;
519
+ }
520
+
521
+ @font-face {
522
+ font-family: 'Lato';
523
+ src: url("./themes/default/assets/fonts/Lato-BoldItalic.woff2") format('woff2') , url("./themes/default/assets/fonts/Lato-BoldItalic.woff") format('woff');
524
+ font-style: italic;
525
+ font-weight: bold;
526
+ font-display: swap;
527
+ text-rendering: optimizeLegibility;
528
+ unicode-range: U+0180-0191, U+0193-0217, U+021C-0236, U+0238-02C5, U+02C8, U+02CA-02D7, U+02DE-036F, U+0374-0375, U+037A-037E, U+0384-038A, U+038C, U+038E-0393, U+0395-03A1, U+03A3-03A8, U+03AA-03BB, U+03BD-03BF, U+03C1-03CE, U+03D0-0486, U+0488-0513, U+1D00-1DCA, U+1DFE-1E7F, U+1E86-1E9B, U+1E9E, U+1EA0-1EF9, U+1F00-1F15, U+1F18-1F1D, U+1F20-1F45, U+1F48-1F4D, U+1F50-1F57, U+1F59, U+1F5B, U+1F5D, U+1F5F-1F7D, U+1F80-1FB4, U+1FB6-1FC4, U+1FC6-1FD3, U+1FD6-1FDB, U+1FDD-1FEF, U+1FF2-1FF4, U+1FF6-1FFE, U+2000-200F, U+2012, U+2015-2017, U+201B, U+201F, U+202F, U+2034, U+203C-203E, U+205E-205F, U+2070-2071, U+2074-2094, U+20A0-20A2, U+20A5-20A6, U+20A8-20AB, U+20AD-20B5, U+20B8-20BA, U+20DD, U+2105, U+2116-2117, U+2120, U+2132, U+214D-214E, U+2153-215F, U+2183-2184, U+2190-2199, U+21A8, U+221F, U+2229, U+2261, U+2302, U+2310, U+2320-2321, U+2460-2473, U+24EA-24F4, U+24FF-2500, U+2502, U+250C, U+2510, U+2514, U+2518, U+2C60-2C6C, U+2C74-2C77;
529
+ }
530
+
452
531
  html,
453
532
  body {
454
533
  height: 100%;
@@ -464,7 +543,7 @@ body {
464
543
  overflow-x: hidden;
465
544
  min-width: 320px;
466
545
  background: #FFFFFF;
467
- font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
546
+ font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
468
547
  font-size: 14px;
469
548
  line-height: 1.4285em;
470
549
  color: rgba(0, 0, 0, 0.87);
@@ -479,7 +558,7 @@ h2,
479
558
  h3,
480
559
  h4,
481
560
  h5 {
482
- font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
561
+ font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
483
562
  line-height: 1.28571429em;
484
563
  margin: calc(2rem - 0.1428571428571429em) 0 1rem;
485
564
  font-weight: bold;
@@ -681,7 +760,7 @@ input::selection {
681
760
  Site Overrides
682
761
  *******************************/
683
762
  /*!
684
- * # Fomantic-UI 2.9.0-beta.288+67ede73 - Button
763
+ * # Fomantic-UI 2.9.0-beta.290+9631798 - Button
685
764
  * http://github.com/fomantic/Fomantic-UI/
686
765
  *
687
766
  *
@@ -703,7 +782,7 @@ input::selection {
703
782
  vertical-align: baseline;
704
783
  background: #E0E1E2 none;
705
784
  color: rgba(0, 0, 0, 0.6);
706
- font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
785
+ font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
707
786
  margin: 0 0.25em 0 0;
708
787
  padding: 0.78571429em 1.5em 0.78571429em;
709
788
  text-transform: none;
@@ -5115,17 +5194,17 @@ input::selection {
5115
5194
  .ui.tertiary.grey.buttons .button:hover,
5116
5195
  .ui.tertiary.grey.buttons button:hover,
5117
5196
  .ui.tertiary.grey.button:hover {
5118
- -webkit-box-shadow: inset 0 -0.2em 0 #838383;
5119
- box-shadow: inset 0 -0.2em 0 #838383;
5120
- color: #838383;
5197
+ -webkit-box-shadow: inset 0 -0.2em 0 #909090;
5198
+ box-shadow: inset 0 -0.2em 0 #909090;
5199
+ color: #909090;
5121
5200
  }
5122
5201
 
5123
5202
  .ui.tertiary.grey.buttons .button:focus,
5124
5203
  .ui.tertiary.grey.buttons .tertiary.button:focus,
5125
5204
  .ui.tertiary.grey.button:focus {
5126
- -webkit-box-shadow: inset 0 -0.2em 0 #8a8a8a;
5127
- box-shadow: inset 0 -0.2em 0 #8a8a8a;
5128
- color: #8a8a8a;
5205
+ -webkit-box-shadow: inset 0 -0.2em 0 #9f9f9f;
5206
+ box-shadow: inset 0 -0.2em 0 #9f9f9f;
5207
+ color: #9f9f9f;
5129
5208
  }
5130
5209
 
5131
5210
  .ui.tertiary.grey.buttons .active.button,
@@ -5134,8 +5213,8 @@ input::selection {
5134
5213
  .ui.tertiary.grey.buttons .button:active,
5135
5214
  .ui.tertiary.grey.buttons .tertiary.button:active,
5136
5215
  .ui.tertiary.grey.button:active {
5137
- -webkit-box-shadow: inset 0 -0.2em 0 #7e5454;
5138
- box-shadow: inset 0 -0.2em 0 #7e5454;
5216
+ -webkit-box-shadow: inset 0 -0.2em 0 #5d5d5d;
5217
+ box-shadow: inset 0 -0.2em 0 #5d5d5d;
5139
5218
  color: #696969;
5140
5219
  }
5141
5220
 
@@ -5753,7 +5832,7 @@ input::selection {
5753
5832
  Site Overrides
5754
5833
  *******************************/
5755
5834
  /*!
5756
- * # Fomantic-UI 2.9.0-beta.288+67ede73 - Container
5835
+ * # Fomantic-UI 2.9.0-beta.290+9631798 - Container
5757
5836
  * http://github.com/fomantic/Fomantic-UI/
5758
5837
  *
5759
5838
  *
@@ -5868,7 +5947,7 @@ input::selection {
5868
5947
  /* Text Container */
5869
5948
 
5870
5949
  .ui.text.container {
5871
- font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
5950
+ font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
5872
5951
  max-width: 700px;
5873
5952
  line-height: 1.5;
5874
5953
  font-size: 1.14285714rem;
@@ -6027,7 +6106,7 @@ input::selection {
6027
6106
  Site Overrides
6028
6107
  *******************************/
6029
6108
  /*!
6030
- * # Fomantic-UI 2.9.0-beta.288+67ede73 - Divider
6109
+ * # Fomantic-UI 2.9.0-beta.290+9631798 - Divider
6031
6110
  * http://github.com/fomantic/Fomantic-UI/
6032
6111
  *
6033
6112
  *
@@ -24217,7 +24296,7 @@ em[data-emoji="regional_indicator_a"]::before {
24217
24296
  Emojis
24218
24297
  *******************************/
24219
24298
  /*!
24220
- * # Fomantic-UI 2.9.0-beta.288+67ede73 - Flag
24299
+ * # Fomantic-UI 2.9.0-beta.290+9631798 - Flag
24221
24300
  * http://github.com/fomantic/Fomantic-UI/
24222
24301
  *
24223
24302
  *
@@ -25633,7 +25712,7 @@ i.flag.united.nations::before {
25633
25712
  Site Overrides
25634
25713
  *******************************/
25635
25714
  /*!
25636
- * # Fomantic-UI 2.9.0-beta.288+67ede73 - Header
25715
+ * # Fomantic-UI 2.9.0-beta.290+9631798 - Header
25637
25716
  * http://github.com/fomantic/Fomantic-UI/
25638
25717
  *
25639
25718
  *
@@ -25652,7 +25731,7 @@ i.flag.united.nations::before {
25652
25731
  border: none;
25653
25732
  margin: calc(2rem - 0.1428571428571429em) 0 1rem;
25654
25733
  padding: 0 0;
25655
- font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
25734
+ font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
25656
25735
  font-weight: bold;
25657
25736
  line-height: 1.28571429em;
25658
25737
  text-transform: none;
@@ -26589,7 +26668,7 @@ a.ui.inverted.black.header.header.header:hover {
26589
26668
  Site Overrides
26590
26669
  *******************************/
26591
26670
  /*!
26592
- * # Fomantic-UI 2.9.0-beta.288+67ede73 - Icon
26671
+ * # Fomantic-UI 2.9.0-beta.290+9631798 - Icon
26593
26672
  * http://github.com/fomantic/Fomantic-UI/
26594
26673
  *
26595
26674
  *
@@ -35806,7 +35885,7 @@ i.icon.youtube.play::before {
35806
35885
  Site Overrides
35807
35886
  *******************************/
35808
35887
  /*!
35809
- * # Fomantic-UI 2.9.0-beta.288+67ede73 - Image
35888
+ * # Fomantic-UI 2.9.0-beta.290+9631798 - Image
35810
35889
  * http://github.com/fomantic/Fomantic-UI/
35811
35890
  *
35812
35891
  *
@@ -36161,7 +36240,7 @@ img.ui.bordered.image {
36161
36240
  Site Overrides
36162
36241
  *******************************/
36163
36242
  /*!
36164
- * # Fomantic-UI 2.9.0-beta.288+67ede73 - Input
36243
+ * # Fomantic-UI 2.9.0-beta.290+9631798 - Input
36165
36244
  * http://github.com/fomantic/Fomantic-UI/
36166
36245
  *
36167
36246
  *
@@ -36198,7 +36277,7 @@ img.ui.bordered.image {
36198
36277
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
36199
36278
  text-align: left;
36200
36279
  line-height: 1.21428571em;
36201
- font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
36280
+ font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
36202
36281
  background: #FFFFFF;
36203
36282
  border: 1px solid rgba(34, 36, 38, 0.15);
36204
36283
  color: rgba(0, 0, 0, 0.87);
@@ -37860,7 +37939,7 @@ input[type="file"].ui.black.file.input::file-selector-button:hover,
37860
37939
  Site Overrides
37861
37940
  *******************************/
37862
37941
  /*!
37863
- * # Fomantic-UI 2.9.0-beta.288+67ede73 - Label
37942
+ * # Fomantic-UI 2.9.0-beta.290+9631798 - Label
37864
37943
  * http://github.com/fomantic/Fomantic-UI/
37865
37944
  *
37866
37945
  *
@@ -40265,7 +40344,7 @@ a.ui.ui.ui.inverted.basic.black.label:hover {
40265
40344
  Site Overrides
40266
40345
  *******************************/
40267
40346
  /*!
40268
- * # Fomantic-UI 2.9.0-beta.288+67ede73 - List
40347
+ * # Fomantic-UI 2.9.0-beta.290+9631798 - List
40269
40348
  * http://github.com/fomantic/Fomantic-UI/
40270
40349
  *
40271
40350
  *
@@ -40455,7 +40534,7 @@ ol.ui.list ol li,
40455
40534
  .ui.list > .item .header {
40456
40535
  display: block;
40457
40536
  margin: 0;
40458
- font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
40537
+ font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
40459
40538
  font-weight: bold;
40460
40539
  color: rgba(0, 0, 0, 0.87);
40461
40540
  }
@@ -41371,7 +41450,7 @@ ol.ui.suffixed.list li::before,
41371
41450
  User Variable Overrides
41372
41451
  *******************************/
41373
41452
  /*!
41374
- * # Fomantic-UI 2.9.0-beta.288+67ede73 - Loader
41453
+ * # Fomantic-UI 2.9.0-beta.290+9631798 - Loader
41375
41454
  * http://github.com/fomantic/Fomantic-UI/
41376
41455
  *
41377
41456
  *
@@ -42326,7 +42405,7 @@ ol.ui.suffixed.list li::before,
42326
42405
  Site Overrides
42327
42406
  *******************************/
42328
42407
  /*!
42329
- * # Fomantic-UI 2.9.0-beta.288+67ede73 - Loader
42408
+ * # Fomantic-UI 2.9.0-beta.290+9631798 - Loader
42330
42409
  * http://github.com/fomantic/Fomantic-UI/
42331
42410
  *
42332
42411
  *
@@ -42613,7 +42692,7 @@ ol.ui.suffixed.list li::before,
42613
42692
  Theme Overrides
42614
42693
  *******************************/
42615
42694
  /*!
42616
- * # Fomantic-UI 2.9.0-beta.288+67ede73 - Rail
42695
+ * # Fomantic-UI 2.9.0-beta.290+9631798 - Rail
42617
42696
  * http://github.com/fomantic/Fomantic-UI/
42618
42697
  *
42619
42698
  *
@@ -42775,7 +42854,7 @@ ol.ui.suffixed.list li::before,
42775
42854
  Site Overrides
42776
42855
  *******************************/
42777
42856
  /*!
42778
- * # Fomantic-UI 2.9.0-beta.288+67ede73 - Reveal
42857
+ * # Fomantic-UI 2.9.0-beta.290+9631798 - Reveal
42779
42858
  * http://github.com/fomantic/Fomantic-UI/
42780
42859
  *
42781
42860
  *
@@ -43118,7 +43197,7 @@ ol.ui.suffixed.list li::before,
43118
43197
  Site Overrides
43119
43198
  *******************************/
43120
43199
  /*!
43121
- * # Fomantic-UI 2.9.0-beta.288+67ede73 - Segment
43200
+ * # Fomantic-UI 2.9.0-beta.290+9631798 - Segment
43122
43201
  * http://github.com/fomantic/Fomantic-UI/
43123
43202
  *
43124
43203
  *
@@ -44217,7 +44296,7 @@ ol.ui.suffixed.list li::before,
44217
44296
  Site Overrides
44218
44297
  *******************************/
44219
44298
  /*!
44220
- * # Fomantic-UI 2.9.0-beta.288+67ede73 - Step
44299
+ * # Fomantic-UI 2.9.0-beta.290+9631798 - Step
44221
44300
  * http://github.com/fomantic/Fomantic-UI/
44222
44301
  *
44223
44302
  *
@@ -44358,7 +44437,7 @@ ol.ui.suffixed.list li::before,
44358
44437
  /* Title */
44359
44438
 
44360
44439
  .ui.steps .step .title {
44361
- font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
44440
+ font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
44362
44441
  font-size: 1.14285714em;
44363
44442
  font-weight: bold;
44364
44443
  }
@@ -44989,7 +45068,7 @@ ol.ui.suffixed.list li::before,
44989
45068
  Site Overrides
44990
45069
  *******************************/
44991
45070
  /*!
44992
- * # Fomantic-UI 2.9.0-beta.288+67ede73 - Text
45071
+ * # Fomantic-UI 2.9.0-beta.290+9631798 - Text
44993
45072
  * http://github.com/fomantic/Fomantic-UI/
44994
45073
  *
44995
45074
  *
@@ -45184,7 +45263,7 @@ span.ui.massive.text {
45184
45263
  Theme Overrides
45185
45264
  *******************************/
45186
45265
  /*!
45187
- * # Fomantic-UI 2.9.0-beta.288+67ede73 - Breadcrumb
45266
+ * # Fomantic-UI 2.9.0-beta.290+9631798 - Breadcrumb
45188
45267
  * http://github.com/fomantic/Fomantic-UI/
45189
45268
  *
45190
45269
  *
@@ -45329,7 +45408,7 @@ span.ui.massive.text {
45329
45408
  Site Overrides
45330
45409
  *******************************/
45331
45410
  /*!
45332
- * # Fomantic-UI 2.9.0-beta.288+67ede73 - Form
45411
+ * # Fomantic-UI 2.9.0-beta.290+9631798 - Form
45333
45412
  * http://github.com/fomantic/Fomantic-UI/
45334
45413
  *
45335
45414
  *
@@ -45441,7 +45520,7 @@ span.ui.massive.text {
45441
45520
  .ui.form input[type="file"],
45442
45521
  .ui.form input[type="url"],
45443
45522
  .ui.form input[type="week"] {
45444
- font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
45523
+ font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
45445
45524
  margin: 0;
45446
45525
  outline: none;
45447
45526
  -webkit-appearance: none;
@@ -45489,7 +45568,7 @@ span.ui.massive.text {
45489
45568
  -webkit-transition: color 0.1s ease, border-color 0.1s ease;
45490
45569
  transition: color 0.1s ease, border-color 0.1s ease;
45491
45570
  font-size: 1em;
45492
- font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
45571
+ font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
45493
45572
  line-height: 1.2857;
45494
45573
  resize: vertical;
45495
45574
  }
@@ -47418,7 +47497,7 @@ span.ui.massive.text {
47418
47497
  Site Overrides
47419
47498
  *******************************/
47420
47499
  /*!
47421
- * # Fomantic-UI 2.9.0-beta.288+67ede73 - Grid
47500
+ * # Fomantic-UI 2.9.0-beta.290+9631798 - Grid
47422
47501
  * http://github.com/fomantic/Fomantic-UI/
47423
47502
  *
47424
47503
  *
@@ -49817,7 +49896,7 @@ span.ui.massive.text {
49817
49896
  display: -ms-flexbox;
49818
49897
  display: flex;
49819
49898
  margin: 1rem 0;
49820
- font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
49899
+ font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
49821
49900
  background: #FFFFFF;
49822
49901
  font-weight: normal;
49823
49902
  border: 1px solid rgba(34, 36, 38, 0.15);
@@ -52360,7 +52439,7 @@ Floated Menu / Item
52360
52439
  Site Overrides
52361
52440
  *******************************/
52362
52441
  /*!
52363
- * # Fomantic-UI 2.9.0-beta.288+67ede73 - Message
52442
+ * # Fomantic-UI 2.9.0-beta.290+9631798 - Message
52364
52443
  * http://github.com/fomantic/Fomantic-UI/
52365
52444
  *
52366
52445
  *
@@ -52406,7 +52485,7 @@ Floated Menu / Item
52406
52485
 
52407
52486
  .ui.message .header {
52408
52487
  display: block;
52409
- font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
52488
+ font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
52410
52489
  font-weight: bold;
52411
52490
  margin: -0.14285714em 0 0 0;
52412
52491
  }
@@ -53166,7 +53245,7 @@ Floated Menu / Item
53166
53245
  Site Overrides
53167
53246
  *******************************/
53168
53247
  /*!
53169
- * # Fomantic-UI 2.9.0-beta.288+67ede73 - Table
53248
+ * # Fomantic-UI 2.9.0-beta.290+9631798 - Table
53170
53249
  * http://github.com/fomantic/Fomantic-UI/
53171
53250
  *
53172
53251
  *
@@ -57106,7 +57185,7 @@ Floated Menu / Item
57106
57185
  Site Overrides
57107
57186
  *******************************/
57108
57187
  /*!
57109
- * # Fomantic-UI 2.9.0-beta.288+67ede73 - Ad
57188
+ * # Fomantic-UI 2.9.0-beta.290+9631798 - Ad
57110
57189
  * http://github.com/fomantic/Fomantic-UI/
57111
57190
  *
57112
57191
  *
@@ -57395,7 +57474,7 @@ Floated Menu / Item
57395
57474
  User Variable Overrides
57396
57475
  *******************************/
57397
57476
  /*!
57398
- * # Fomantic-UI 2.9.0-beta.288+67ede73 - Card
57477
+ * # Fomantic-UI 2.9.0-beta.290+9631798 - Card
57399
57478
  * http://github.com/fomantic/Fomantic-UI/
57400
57479
  *
57401
57480
  *
@@ -57577,7 +57656,7 @@ Floated Menu / Item
57577
57656
  .ui.card > .content > .header {
57578
57657
  display: block;
57579
57658
  margin: '';
57580
- font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
57659
+ font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
57581
57660
  color: rgba(0, 0, 0, 0.85);
57582
57661
  }
57583
57662
 
@@ -59657,7 +59736,7 @@ a.inverted.ui.card:hover,
59657
59736
  User Variable Overrides
59658
59737
  *******************************/
59659
59738
  /*!
59660
- * # Fomantic-UI 2.9.0-beta.288+67ede73 - Comment
59739
+ * # Fomantic-UI 2.9.0-beta.290+9631798 - Comment
59661
59740
  * http://github.com/fomantic/Fomantic-UI/
59662
59741
  *
59663
59742
  *
@@ -59972,7 +60051,7 @@ a.inverted.ui.card:hover,
59972
60051
  User Variable Overrides
59973
60052
  *******************************/
59974
60053
  /*!
59975
- * # Fomantic-UI 2.9.0-beta.288+67ede73 - Feed
60054
+ * # Fomantic-UI 2.9.0-beta.290+9631798 - Feed
59976
60055
  * http://github.com/fomantic/Fomantic-UI/
59977
60056
  *
59978
60057
  *
@@ -60327,7 +60406,7 @@ a.inverted.ui.card:hover,
60327
60406
  User Variable Overrides
60328
60407
  *******************************/
60329
60408
  /*!
60330
- * # Fomantic-UI 2.9.0-beta.288+67ede73 - Item
60409
+ * # Fomantic-UI 2.9.0-beta.290+9631798 - Item
60331
60410
  * http://github.com/fomantic/Fomantic-UI/
60332
60411
  *
60333
60412
  *
@@ -60477,7 +60556,7 @@ a.inverted.ui.card:hover,
60477
60556
  .ui.items > .item > .content > .header {
60478
60557
  display: inline-block;
60479
60558
  margin: -0.21425em 0 0;
60480
- font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
60559
+ font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
60481
60560
  font-weight: bold;
60482
60561
  color: rgba(0, 0, 0, 0.85);
60483
60562
  }
@@ -60963,7 +61042,7 @@ a.inverted.ui.card:hover,
60963
61042
  User Variable Overrides
60964
61043
  *******************************/
60965
61044
  /*!
60966
- * # Fomantic-UI 2.9.0-beta.288+67ede73 - Statistic
61045
+ * # Fomantic-UI 2.9.0-beta.290+9631798 - Statistic
60967
61046
  * http://github.com/fomantic/Fomantic-UI/
60968
61047
  *
60969
61048
  *
@@ -61066,7 +61145,7 @@ a.inverted.ui.card:hover,
61066
61145
 
61067
61146
  .ui.statistics .statistic > .value,
61068
61147
  .ui.statistic > .value {
61069
- font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
61148
+ font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
61070
61149
  font-size: 4rem;
61071
61150
  font-weight: normal;
61072
61151
  line-height: 1em;
@@ -61081,7 +61160,7 @@ a.inverted.ui.card:hover,
61081
61160
 
61082
61161
  .ui.statistics .statistic > .label,
61083
61162
  .ui.statistic > .label {
61084
- font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
61163
+ font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
61085
61164
  font-size: 1em;
61086
61165
  font-weight: bold;
61087
61166
  color: rgba(0, 0, 0, 0.87);
@@ -61669,7 +61748,7 @@ a.inverted.ui.card:hover,
61669
61748
  User Variable Overrides
61670
61749
  *******************************/
61671
61750
  /*!
61672
- * # Fomantic-UI 2.9.0-beta.288+67ede73 - Accordion
61751
+ * # Fomantic-UI 2.9.0-beta.290+9631798 - Accordion
61673
61752
  * http://github.com/fomantic/Fomantic-UI/
61674
61753
  *
61675
61754
  *
@@ -61699,7 +61778,7 @@ a.inverted.ui.card:hover,
61699
61778
  .ui.accordion .accordion > .title {
61700
61779
  cursor: pointer;
61701
61780
  padding: 0.5em 0;
61702
- font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
61781
+ font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
61703
61782
  font-size: 1em;
61704
61783
  color: rgba(0, 0, 0, 0.87);
61705
61784
  list-style: none;
@@ -62087,7 +62166,7 @@ a.inverted.ui.card:hover,
62087
62166
  User Overrides
62088
62167
  *******************************/
62089
62168
  /*!
62090
- * # Fomantic-UI 2.9.0-beta.288+67ede73 - Calendar
62169
+ * # Fomantic-UI 2.9.0-beta.290+9631798 - Calendar
62091
62170
  * http://github.com/fomantic/Fomantic-UI/
62092
62171
  *
62093
62172
  *
@@ -62300,7 +62379,7 @@ a.inverted.ui.card:hover,
62300
62379
  Theme Overrides
62301
62380
  *******************************/
62302
62381
  /*!
62303
- * # Fomantic-UI 2.9.0-beta.288+67ede73 - Checkbox
62382
+ * # Fomantic-UI 2.9.0-beta.290+9631798 - Checkbox
62304
62383
  * http://github.com/fomantic/Fomantic-UI/
62305
62384
  *
62306
62385
  *
@@ -63200,7 +63279,7 @@ a.inverted.ui.card:hover,
63200
63279
  Site Overrides
63201
63280
  *******************************/
63202
63281
  /*!
63203
- * # Fomantic-UI 2.9.0-beta.288+67ede73 - Dimmer
63282
+ * # Fomantic-UI 2.9.0-beta.290+9631798 - Dimmer
63204
63283
  * http://github.com/fomantic/Fomantic-UI/
63205
63284
  *
63206
63285
  *
@@ -63722,7 +63801,7 @@ body.dimmable > .dimmer {
63722
63801
  User Overrides
63723
63802
  *******************************/
63724
63803
  /*!
63725
- * # Fomantic-UI 2.9.0-beta.288+67ede73 - Dropdown
63804
+ * # Fomantic-UI 2.9.0-beta.290+9631798 - Dropdown
63726
63805
  * http://github.com/fomantic/Fomantic-UI/
63727
63806
  *
63728
63807
  *
@@ -66076,7 +66155,7 @@ select.ui.dropdown {
66076
66155
  User Overrides
66077
66156
  *******************************/
66078
66157
  /*!
66079
- * # Fomantic-UI 2.9.0-beta.288+67ede73 - Video
66158
+ * # Fomantic-UI 2.9.0-beta.290+9631798 - Video
66080
66159
  * http://github.com/fomantic/Fomantic-UI/
66081
66160
  *
66082
66161
  *
@@ -66241,7 +66320,7 @@ select.ui.dropdown {
66241
66320
  Site Overrides
66242
66321
  *******************************/
66243
66322
  /*!
66244
- * # Fomantic-UI 2.9.0-beta.288+67ede73 - Modal
66323
+ * # Fomantic-UI 2.9.0-beta.290+9631798 - Modal
66245
66324
  * http://github.com/fomantic/Fomantic-UI/
66246
66325
  *
66247
66326
  *
@@ -66327,7 +66406,7 @@ select.ui.dropdown {
66327
66406
 
66328
66407
  .ui.modal > .header {
66329
66408
  display: block;
66330
- font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
66409
+ font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
66331
66410
  background: #FFFFFF;
66332
66411
  margin: 0;
66333
66412
  padding: 1.25rem 1.5rem;
@@ -67131,7 +67210,7 @@ select.ui.dropdown {
67131
67210
  Site Overrides
67132
67211
  *******************************/
67133
67212
  /*!
67134
- * # Fomantic-UI 2.9.0-beta.288+67ede73 - Nag
67213
+ * # Fomantic-UI 2.9.0-beta.290+9631798 - Nag
67135
67214
  * http://github.com/fomantic/Fomantic-UI/
67136
67215
  *
67137
67216
  *
@@ -67470,7 +67549,7 @@ a.ui.nag {
67470
67549
  User Overrides
67471
67550
  *******************************/
67472
67551
  /*!
67473
- * # Fomantic-UI 2.9.0-beta.288+67ede73 - Popup
67552
+ * # Fomantic-UI 2.9.0-beta.290+9631798 - Popup
67474
67553
  * http://github.com/fomantic/Fomantic-UI/
67475
67554
  *
67476
67555
  *
@@ -67508,7 +67587,7 @@ a.ui.nag {
67508
67587
 
67509
67588
  .ui.popup > .header {
67510
67589
  padding: 0;
67511
- font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
67590
+ font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
67512
67591
  font-size: 1.14285714em;
67513
67592
  line-height: 1.2;
67514
67593
  font-weight: bold;
@@ -68380,7 +68459,7 @@ a.ui.nag {
68380
68459
  User Overrides
68381
68460
  *******************************/
68382
68461
  /*!
68383
- * # Fomantic-UI 2.9.0-beta.288+67ede73 - Progress Bar
68462
+ * # Fomantic-UI 2.9.0-beta.290+9631798 - Progress Bar
68384
68463
  * http://github.com/fomantic/Fomantic-UI/
68385
68464
  *
68386
68465
  *
@@ -70300,7 +70379,7 @@ a.ui.nag {
70300
70379
  Slider Overrides
70301
70380
  *******************************/
70302
70381
  /*!
70303
- * # Fomantic-UI 2.9.0-beta.288+67ede73 - Rating
70382
+ * # Fomantic-UI 2.9.0-beta.290+9631798 - Rating
70304
70383
  * http://github.com/fomantic/Fomantic-UI/
70305
70384
  *
70306
70385
  *
@@ -70803,7 +70882,7 @@ a.ui.nag {
70803
70882
  Site Overrides
70804
70883
  *******************************/
70805
70884
  /*!
70806
- * # Fomantic-UI 2.9.0-beta.288+67ede73 - Search
70885
+ * # Fomantic-UI 2.9.0-beta.290+9631798 - Search
70807
70886
  * http://github.com/fomantic/Fomantic-UI/
70808
70887
  *
70809
70888
  *
@@ -70932,7 +71011,7 @@ a.ui.nag {
70932
71011
 
70933
71012
  .ui.search > .results .result .title {
70934
71013
  margin: -0.14285714em 0 0;
70935
- font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
71014
+ font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
70936
71015
  font-weight: bold;
70937
71016
  font-size: 1em;
70938
71017
  color: rgba(0, 0, 0, 0.85);
@@ -70958,7 +71037,7 @@ a.ui.nag {
70958
71037
  }
70959
71038
 
70960
71039
  .ui.search > .results > .message .header {
70961
- font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
71040
+ font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
70962
71041
  font-size: 1rem;
70963
71042
  font-weight: bold;
70964
71043
  color: rgba(0, 0, 0, 0.87);
@@ -71171,7 +71250,7 @@ a.ui.nag {
71171
71250
  width: 100px;
71172
71251
  white-space: nowrap;
71173
71252
  background: transparent;
71174
- font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
71253
+ font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
71175
71254
  font-size: 1em;
71176
71255
  padding: 0.4em 1em;
71177
71256
  font-weight: bold;
@@ -71385,7 +71464,7 @@ a.ui.nag {
71385
71464
  Site Overrides
71386
71465
  *******************************/
71387
71466
  /*!
71388
- * # Fomantic-UI 2.9.0-beta.288+67ede73 - Shape
71467
+ * # Fomantic-UI 2.9.0-beta.290+9631798 - Shape
71389
71468
  * http://github.com/fomantic/Fomantic-UI/
71390
71469
  *
71391
71470
  *
@@ -71546,7 +71625,7 @@ a.ui.nag {
71546
71625
  User Overrides
71547
71626
  *******************************/
71548
71627
  /*!
71549
- * # Fomantic-UI 2.9.0-beta.288+67ede73 - Sidebar
71628
+ * # Fomantic-UI 2.9.0-beta.290+9631798 - Sidebar
71550
71629
  * http://github.com/fomantic/Fomantic-UI/
71551
71630
  *
71552
71631
  *
@@ -72233,7 +72312,7 @@ body.pushable > .pusher {
72233
72312
  Site Overrides
72234
72313
  *******************************/
72235
72314
  /*!
72236
- * # Fomantic-UI 2.9.0-beta.288+67ede73 - Sticky
72315
+ * # Fomantic-UI 2.9.0-beta.290+9631798 - Sticky
72237
72316
  * http://github.com/fomantic/Fomantic-UI/
72238
72317
  *
72239
72318
  *
@@ -72306,7 +72385,7 @@ body.pushable > .pusher {
72306
72385
  Site Overrides
72307
72386
  *******************************/
72308
72387
  /*!
72309
- * # Fomantic-UI 2.9.0-beta.288+67ede73 - Tab
72388
+ * # Fomantic-UI 2.9.0-beta.290+9631798 - Tab
72310
72389
  * http://github.com/fomantic/Fomantic-UI/
72311
72390
  *
72312
72391
  *
@@ -72390,7 +72469,7 @@ body.pushable > .pusher {
72390
72469
  User Overrides
72391
72470
  *******************************/
72392
72471
  /*!
72393
- * # Fomantic-UI 2.9.0-beta.288+67ede73 - Toast
72472
+ * # Fomantic-UI 2.9.0-beta.290+9631798 - Toast
72394
72473
  * http://github.com/fomantic/Fomantic-UI/
72395
72474
  *
72396
72475
  *
@@ -73390,7 +73469,7 @@ body.pushable > .pusher {
73390
73469
  Theme Overrides
73391
73470
  *******************************/
73392
73471
  /*!
73393
- * # Fomantic-UI 2.9.0-beta.288+67ede73 - Transition
73472
+ * # Fomantic-UI 2.9.0-beta.290+9631798 - Transition
73394
73473
  * http://github.com/fomantic/Fomantic-UI/
73395
73474
  *
73396
73475
  *