fomantic-ui 2.9.1-beta.2 → 2.9.1-beta.20

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 (339) hide show
  1. package/.eslintrc.js +110 -0
  2. package/.github/workflows/ci.yml +14 -4
  3. package/.stylelintrc.js +46 -0
  4. package/dist/components/accordion.css +19 -26
  5. package/dist/components/accordion.js +568 -595
  6. package/dist/components/accordion.min.css +1 -1
  7. package/dist/components/accordion.min.js +2 -2
  8. package/dist/components/ad.css +31 -41
  9. package/dist/components/ad.min.css +1 -1
  10. package/dist/components/api.js +1161 -1179
  11. package/dist/components/api.min.js +2 -2
  12. package/dist/components/breadcrumb.css +1 -1
  13. package/dist/components/breadcrumb.min.css +1 -1
  14. package/dist/components/button.css +71 -106
  15. package/dist/components/button.min.css +1 -1
  16. package/dist/components/calendar.css +18 -16
  17. package/dist/components/calendar.js +1895 -1809
  18. package/dist/components/calendar.min.css +2 -2
  19. package/dist/components/calendar.min.js +2 -2
  20. package/dist/components/card.css +83 -115
  21. package/dist/components/card.min.css +1 -1
  22. package/dist/components/checkbox.css +47 -64
  23. package/dist/components/checkbox.js +842 -841
  24. package/dist/components/checkbox.min.css +1 -1
  25. package/dist/components/checkbox.min.js +2 -2
  26. package/dist/components/comment.css +37 -51
  27. package/dist/components/comment.min.css +1 -1
  28. package/dist/components/container.css +6 -5
  29. package/dist/components/container.min.css +2 -2
  30. package/dist/components/dimmer.css +31 -41
  31. package/dist/components/dimmer.js +708 -737
  32. package/dist/components/dimmer.min.css +1 -1
  33. package/dist/components/dimmer.min.js +2 -2
  34. package/dist/components/divider.css +32 -44
  35. package/dist/components/divider.min.css +1 -1
  36. package/dist/components/dropdown.css +129 -166
  37. package/dist/components/dropdown.js +4161 -4234
  38. package/dist/components/dropdown.min.css +2 -2
  39. package/dist/components/dropdown.min.js +2 -2
  40. package/dist/components/embed.css +13 -19
  41. package/dist/components/embed.js +651 -675
  42. package/dist/components/embed.min.css +1 -1
  43. package/dist/components/embed.min.js +2 -2
  44. package/dist/components/emoji.css +7 -6
  45. package/dist/components/feed.css +24 -32
  46. package/dist/components/feed.min.css +1 -1
  47. package/dist/components/flag.css +5 -3
  48. package/dist/components/flag.min.css +1 -1
  49. package/dist/components/flyout.css +44 -58
  50. package/dist/components/flyout.js +1464 -1465
  51. package/dist/components/flyout.min.css +2 -2
  52. package/dist/components/flyout.min.js +2 -2
  53. package/dist/components/form.css +85 -111
  54. package/dist/components/form.js +1979 -2004
  55. package/dist/components/form.min.css +1 -1
  56. package/dist/components/form.min.js +2 -2
  57. package/dist/components/grid.css +70 -96
  58. package/dist/components/grid.min.css +1 -1
  59. package/dist/components/header.css +47 -65
  60. package/dist/components/header.min.css +1 -1
  61. package/dist/components/icon.css +45 -66
  62. package/dist/components/icon.min.css +2 -2
  63. package/dist/components/image.css +32 -42
  64. package/dist/components/image.min.css +1 -1
  65. package/dist/components/input.css +182 -65
  66. package/dist/components/input.min.css +2 -2
  67. package/dist/components/item.css +55 -77
  68. package/dist/components/item.min.css +1 -1
  69. package/dist/components/label.css +68 -91
  70. package/dist/components/label.min.css +2 -2
  71. package/dist/components/list.css +44 -59
  72. package/dist/components/list.min.css +1 -1
  73. package/dist/components/loader.css +16 -22
  74. package/dist/components/loader.min.css +1 -1
  75. package/dist/components/menu.css +126 -186
  76. package/dist/components/message.css +25 -35
  77. package/dist/components/message.min.css +1 -1
  78. package/dist/components/modal.css +39 -40
  79. package/dist/components/modal.js +1491 -1485
  80. package/dist/components/modal.min.css +2 -2
  81. package/dist/components/modal.min.js +2 -2
  82. package/dist/components/nag.css +21 -28
  83. package/dist/components/nag.js +518 -526
  84. package/dist/components/nag.min.css +2 -2
  85. package/dist/components/nag.min.js +2 -2
  86. package/dist/components/placeholder.css +10 -12
  87. package/dist/components/placeholder.min.css +1 -1
  88. package/dist/components/popup.css +352 -59
  89. package/dist/components/popup.js +1437 -1456
  90. package/dist/components/popup.min.css +2 -2
  91. package/dist/components/popup.min.js +2 -2
  92. package/dist/components/progress.css +29 -39
  93. package/dist/components/progress.js +969 -997
  94. package/dist/components/progress.min.css +1 -1
  95. package/dist/components/progress.min.js +2 -2
  96. package/dist/components/rail.css +15 -20
  97. package/dist/components/rail.min.css +1 -1
  98. package/dist/components/rating.css +9 -13
  99. package/dist/components/rating.js +505 -523
  100. package/dist/components/rating.min.css +1 -1
  101. package/dist/components/rating.min.js +2 -2
  102. package/dist/components/reset.css +1 -1
  103. package/dist/components/reset.min.css +1 -1
  104. package/dist/components/reveal.css +19 -26
  105. package/dist/components/reveal.min.css +1 -1
  106. package/dist/components/search.css +43 -58
  107. package/dist/components/search.js +1498 -1534
  108. package/dist/components/search.min.css +2 -2
  109. package/dist/components/search.min.js +2 -2
  110. package/dist/components/segment.css +64 -83
  111. package/dist/components/segment.min.css +2 -2
  112. package/dist/components/shape.css +10 -14
  113. package/dist/components/shape.js +792 -809
  114. package/dist/components/shape.min.css +1 -1
  115. package/dist/components/shape.min.js +2 -2
  116. package/dist/components/sidebar.css +43 -58
  117. package/dist/components/sidebar.js +1071 -1098
  118. package/dist/components/sidebar.min.css +2 -2
  119. package/dist/components/sidebar.min.js +2 -2
  120. package/dist/components/site.css +5 -5
  121. package/dist/components/site.js +462 -476
  122. package/dist/components/site.min.css +1 -1
  123. package/dist/components/site.min.js +2 -2
  124. package/dist/components/slider.css +27 -37
  125. package/dist/components/slider.js +1287 -1306
  126. package/dist/components/slider.min.js +2 -2
  127. package/dist/components/state.js +639 -657
  128. package/dist/components/state.min.js +2 -2
  129. package/dist/components/statistic.css +32 -41
  130. package/dist/components/statistic.min.css +2 -2
  131. package/dist/components/step.css +26 -35
  132. package/dist/components/step.min.css +1 -1
  133. package/dist/components/sticky.css +1 -1
  134. package/dist/components/sticky.js +857 -902
  135. package/dist/components/sticky.min.css +1 -1
  136. package/dist/components/sticky.min.js +2 -2
  137. package/dist/components/tab.css +6 -8
  138. package/dist/components/tab.js +922 -963
  139. package/dist/components/tab.min.css +1 -1
  140. package/dist/components/tab.min.js +2 -2
  141. package/dist/components/table.css +93 -119
  142. package/dist/components/table.min.css +2 -2
  143. package/dist/components/text.css +1 -1
  144. package/dist/components/text.min.css +1 -1
  145. package/dist/components/toast.css +4 -6
  146. package/dist/components/toast.js +886 -887
  147. package/dist/components/toast.min.css +1 -1
  148. package/dist/components/toast.min.js +2 -2
  149. package/dist/components/transition.css +150 -3
  150. package/dist/components/transition.js +1041 -1077
  151. package/dist/components/transition.min.css +2 -2
  152. package/dist/components/transition.min.js +2 -2
  153. package/dist/components/visibility.js +1220 -1244
  154. package/dist/components/visibility.min.js +2 -2
  155. package/dist/semantic.css +2529 -1778
  156. package/dist/semantic.js +28928 -29383
  157. package/dist/semantic.min.css +2 -2
  158. package/dist/semantic.min.js +2 -2
  159. package/dist/themes/default/assets/fonts/Lato-Bold.woff +0 -0
  160. package/dist/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
  161. package/dist/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
  162. package/dist/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
  163. package/dist/themes/default/assets/fonts/Lato-Italic.woff +0 -0
  164. package/dist/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
  165. package/dist/themes/default/assets/fonts/Lato-Regular.woff +0 -0
  166. package/dist/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
  167. package/dist/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
  168. package/dist/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
  169. package/dist/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
  170. package/dist/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
  171. package/dist/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
  172. package/dist/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
  173. package/dist/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
  174. package/dist/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
  175. package/examples/assets/show-examples.js +13 -13
  176. package/gulpfile.js +9 -10
  177. package/package.json +13 -8
  178. package/scripts/nightly-version.js +81 -75
  179. package/src/definitions/behaviors/api.js +1162 -1180
  180. package/src/definitions/behaviors/form.js +1978 -2003
  181. package/src/definitions/behaviors/state.js +645 -663
  182. package/src/definitions/behaviors/visibility.js +1219 -1243
  183. package/src/definitions/collections/breadcrumb.less +41 -44
  184. package/src/definitions/collections/form.less +869 -879
  185. package/src/definitions/collections/grid.less +1690 -1695
  186. package/src/definitions/collections/menu.less +1493 -1503
  187. package/src/definitions/collections/message.less +292 -295
  188. package/src/definitions/collections/table.less +1616 -1620
  189. package/src/definitions/elements/button.less +1721 -1743
  190. package/src/definitions/elements/container.less +209 -209
  191. package/src/definitions/elements/divider.less +205 -206
  192. package/src/definitions/elements/emoji.less +38 -44
  193. package/src/definitions/elements/flag.less +44 -46
  194. package/src/definitions/elements/header.less +337 -345
  195. package/src/definitions/elements/icon.less +516 -443
  196. package/src/definitions/elements/image.less +221 -225
  197. package/src/definitions/elements/input.less +663 -659
  198. package/src/definitions/elements/label.less +803 -793
  199. package/src/definitions/elements/list.less +809 -809
  200. package/src/definitions/elements/loader.less +272 -266
  201. package/src/definitions/elements/placeholder.less +171 -168
  202. package/src/definitions/elements/rail.less +91 -91
  203. package/src/definitions/elements/reveal.less +192 -196
  204. package/src/definitions/elements/segment.less +743 -746
  205. package/src/definitions/elements/step.less +425 -433
  206. package/src/definitions/elements/text.less +32 -34
  207. package/src/definitions/globals/reset.less +9 -6
  208. package/src/definitions/globals/site.js +461 -475
  209. package/src/definitions/globals/site.less +106 -108
  210. package/src/definitions/modules/accordion.js +567 -594
  211. package/src/definitions/modules/accordion.less +242 -246
  212. package/src/definitions/modules/calendar.js +1894 -1808
  213. package/src/definitions/modules/calendar.less +98 -95
  214. package/src/definitions/modules/checkbox.js +841 -840
  215. package/src/definitions/modules/checkbox.less +536 -542
  216. package/src/definitions/modules/dimmer.js +707 -736
  217. package/src/definitions/modules/dimmer.less +300 -297
  218. package/src/definitions/modules/dropdown.js +4160 -4233
  219. package/src/definitions/modules/dropdown.less +1577 -1589
  220. package/src/definitions/modules/embed.js +650 -674
  221. package/src/definitions/modules/embed.less +81 -82
  222. package/src/definitions/modules/flyout.js +1463 -1464
  223. package/src/definitions/modules/flyout.less +445 -451
  224. package/src/definitions/modules/modal.js +1490 -1484
  225. package/src/definitions/modules/modal.less +459 -459
  226. package/src/definitions/modules/nag.js +517 -525
  227. package/src/definitions/modules/nag.less +134 -138
  228. package/src/definitions/modules/popup.js +1436 -1455
  229. package/src/definitions/modules/popup.less +742 -687
  230. package/src/definitions/modules/progress.js +968 -996
  231. package/src/definitions/modules/progress.less +521 -494
  232. package/src/definitions/modules/rating.js +504 -522
  233. package/src/definitions/modules/rating.less +94 -101
  234. package/src/definitions/modules/search.js +1497 -1533
  235. package/src/definitions/modules/search.less +375 -382
  236. package/src/definitions/modules/shape.js +791 -808
  237. package/src/definitions/modules/shape.less +71 -76
  238. package/src/definitions/modules/sidebar.js +1070 -1097
  239. package/src/definitions/modules/sidebar.less +463 -472
  240. package/src/definitions/modules/slider.js +1286 -1305
  241. package/src/definitions/modules/slider.less +307 -308
  242. package/src/definitions/modules/sticky.js +873 -918
  243. package/src/definitions/modules/sticky.less +21 -23
  244. package/src/definitions/modules/tab.js +921 -962
  245. package/src/definitions/modules/tab.less +51 -52
  246. package/src/definitions/modules/toast.js +885 -886
  247. package/src/definitions/modules/toast.less +584 -586
  248. package/src/definitions/modules/transition.js +1040 -1076
  249. package/src/definitions/modules/transition.less +62 -28
  250. package/src/definitions/views/ad.less +206 -206
  251. package/src/definitions/views/card.less +968 -970
  252. package/src/definitions/views/comment.less +190 -198
  253. package/src/definitions/views/feed.less +220 -224
  254. package/src/definitions/views/item.less +436 -446
  255. package/src/definitions/views/statistic.less +271 -277
  256. package/src/theme.less +29 -32
  257. package/src/themes/default/assets/fonts/Lato-Bold.woff +0 -0
  258. package/src/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
  259. package/src/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
  260. package/src/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
  261. package/src/themes/default/assets/fonts/Lato-Italic.woff +0 -0
  262. package/src/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
  263. package/src/themes/default/assets/fonts/Lato-Regular.woff +0 -0
  264. package/src/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
  265. package/src/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
  266. package/src/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
  267. package/src/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
  268. package/src/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
  269. package/src/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
  270. package/src/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
  271. package/src/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
  272. package/src/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
  273. package/src/themes/default/elements/container.variables +0 -7
  274. package/src/themes/default/elements/icon.variables +18 -0
  275. package/src/themes/default/elements/segment.variables +0 -7
  276. package/src/themes/default/globals/colors.less +589 -589
  277. package/src/themes/default/globals/site.variables +8 -0
  278. package/src/themes/default/globals/variation.variables +13 -1
  279. package/src/themes/default/modules/calendar.variables +2 -0
  280. package/src/themes/default/modules/nag.variables +1 -1
  281. package/src/themes/default/modules/popup.variables +2 -0
  282. package/src/themes/default/modules/transition.variables +8 -1
  283. package/tasks/admin/components/create.js +274 -276
  284. package/tasks/admin/components/init.js +123 -130
  285. package/tasks/admin/components/update.js +149 -157
  286. package/tasks/admin/distributions/create.js +184 -187
  287. package/tasks/admin/distributions/init.js +123 -130
  288. package/tasks/admin/distributions/update.js +145 -152
  289. package/tasks/admin/publish.js +5 -7
  290. package/tasks/admin/register.js +36 -38
  291. package/tasks/admin/release.js +8 -10
  292. package/tasks/build/assets.js +42 -39
  293. package/tasks/build/css.js +225 -216
  294. package/tasks/build/javascript.js +118 -113
  295. package/tasks/build.js +10 -10
  296. package/tasks/check-install.js +14 -16
  297. package/tasks/clean.js +5 -5
  298. package/tasks/collections/admin.js +34 -36
  299. package/tasks/collections/build.js +18 -20
  300. package/tasks/collections/docs.js +9 -11
  301. package/tasks/collections/install.js +9 -11
  302. package/tasks/collections/rtl.js +9 -11
  303. package/tasks/collections/various.js +8 -10
  304. package/tasks/config/admin/github.js +17 -17
  305. package/tasks/config/admin/oauth.example.js +4 -4
  306. package/tasks/config/admin/release.js +98 -98
  307. package/tasks/config/admin/templates/component-package.js +9 -10
  308. package/tasks/config/admin/templates/css-package.js +18 -20
  309. package/tasks/config/admin/templates/less-package.js +11 -13
  310. package/tasks/config/defaults.js +116 -114
  311. package/tasks/config/docs.js +23 -23
  312. package/tasks/config/npm/gulpfile.js +8 -9
  313. package/tasks/config/project/config.js +127 -134
  314. package/tasks/config/project/install.js +715 -713
  315. package/tasks/config/project/release.js +32 -38
  316. package/tasks/config/tasks.js +165 -156
  317. package/tasks/config/user.js +23 -26
  318. package/tasks/docs/build.js +97 -95
  319. package/tasks/docs/metadata.js +90 -96
  320. package/tasks/docs/serve.js +80 -81
  321. package/tasks/install.js +370 -378
  322. package/tasks/rtl/build.js +2 -2
  323. package/tasks/rtl/watch.js +2 -2
  324. package/tasks/version.js +4 -4
  325. package/tasks/watch.js +28 -30
  326. package/test/meteor/assets.js +10 -13
  327. package/test/meteor/fonts.js +12 -13
  328. package/test/modules/accordion.spec.js +6 -8
  329. package/test/modules/checkbox.spec.js +5 -7
  330. package/test/modules/dropdown.spec.js +5 -7
  331. package/test/modules/modal.spec.js +6 -8
  332. package/test/modules/module.spec.js +158 -178
  333. package/test/modules/popup.spec.js +5 -7
  334. package/test/modules/search.spec.js +5 -7
  335. package/test/modules/shape.spec.js +5 -7
  336. package/test/modules/sidebar.spec.js +5 -7
  337. package/test/modules/tab.spec.js +6 -8
  338. package/test/modules/transition.spec.js +5 -7
  339. package/test/modules/video.spec.js +5 -7
@@ -8,13 +8,11 @@
8
8
  *
9
9
  */
10
10
 
11
-
12
-
13
11
  /*******************************
14
12
  Theme
15
13
  *******************************/
16
14
 
17
- @type : 'module';
15
+ @type : 'module';
18
16
  @element : 'flyout';
19
17
 
20
18
  @import (multiple) '../../theme.config';
@@ -25,626 +23,622 @@
25
23
 
26
24
  /* Flyout Menu */
27
25
  .ui.flyout {
28
- position: fixed;
29
- top: 0;
30
- left: 0;
31
-
32
- backface-visibility: hidden;
33
- transition: none;
34
- will-change: transform;
35
- transform: translate3d(0, 0, 0);
36
- visibility: hidden;
37
- -webkit-overflow-scrolling: touch;
26
+ position: fixed;
27
+ top: 0;
28
+ left: 0;
38
29
 
39
- height: 100%;
40
- max-height: 100%;
41
- max-width: 100%;
42
- border-radius: 0;
43
- margin: 0;
44
- overflow-y: hidden;
45
- z-index: @topLayer;
30
+ backface-visibility: hidden;
31
+ transition: none;
32
+ will-change: transform;
33
+ transform: translate3d(0, 0, 0);
34
+ visibility: hidden;
35
+ -webkit-overflow-scrolling: touch;
36
+
37
+ height: 100%;
38
+ max-height: 100%;
39
+ max-width: 100%;
40
+ border-radius: 0;
41
+ margin: 0;
42
+ overflow-y: hidden;
43
+ z-index: @topLayer;
46
44
 
47
- background: #FFFFFF;
45
+ background: #FFFFFF;
48
46
  }
49
47
 
50
48
  /* GPU Layers for Child Elements */
51
49
  .ui.flyout > * {
52
- backface-visibility: hidden;
50
+ backface-visibility: hidden;
53
51
  }
54
52
 
55
- /*--------------
53
+ /* --------------
56
54
  Close
57
- ---------------*/
55
+ --------------- */
58
56
  .ui.flyout > .close {
59
- cursor: pointer;
60
- position: absolute;
61
- top: @closeTop;
62
- right: @closeRight;
63
- z-index: 1;
64
- opacity: @closeOpacity;
65
- font-size: @closeSize;
66
- color: @closeColor;
67
- width: @closeHitbox;
68
- height: @closeHitbox;
69
- padding: @closePadding;
70
- margin: @closeMargin;
71
- text-align: right;
57
+ cursor: pointer;
58
+ position: absolute;
59
+ top: @closeTop;
60
+ right: @closeRight;
61
+ z-index: 1;
62
+ opacity: @closeOpacity;
63
+ font-size: @closeSize;
64
+ color: @closeColor;
65
+ width: @closeHitbox;
66
+ height: @closeHitbox;
67
+ padding: @closePadding;
68
+ margin: @closeMargin;
69
+ text-align: right;
72
70
  }
73
71
 
74
72
  .ui.flyout > .close:focus,
75
73
  .ui.flyout > .close:hover {
76
- opacity: 1;
77
- outline: none;
74
+ opacity: 1;
75
+ outline: none;
78
76
  }
79
77
 
80
- /*--------------
78
+ /* --------------
81
79
  Header
82
- ---------------*/
80
+ --------------- */
83
81
  .ui.flyout > .header {
84
- display: block;
85
- background: @headerBackground;
86
- margin: @headerMargin;
87
- padding: @headerPadding;
88
- box-shadow: @headerBoxShadow;
89
- color: @headerColor;
90
- border-bottom: @headerBorder;
82
+ display: block;
83
+ background: @headerBackground;
84
+ margin: @headerMargin;
85
+ padding: @headerPadding;
86
+ box-shadow: @headerBoxShadow;
87
+ color: @headerColor;
88
+ border-bottom: @headerBorder;
91
89
  }
92
90
 
93
- /*--------------
91
+ /* --------------
94
92
  Content
95
- ---------------*/
93
+ --------------- */
96
94
  .ui.flyout > .content {
97
- display: block;
98
- width: 100%;
99
- font-size: @contentFontSize;
100
- line-height: @contentLineHeight;
101
- padding: @contentPadding;
102
- background: @contentBackground;
95
+ display: block;
96
+ width: 100%;
97
+ font-size: @contentFontSize;
98
+ line-height: @contentLineHeight;
99
+ padding: @contentPadding;
100
+ background: @contentBackground;
101
+ &.scrolling when(@variationFlyoutScrolling) {
102
+ overflow: auto;
103
+ overscroll-behavior: @overscrollBehavior;
104
+ }
103
105
  }
104
106
  .ui.flyout.left > .content,
105
107
  .ui.flyout.right > .content {
106
- min-height: @contentMinHeight;
107
- }
108
-
109
- .ui.flyout.left > .scrolling.content,
110
- .ui.flyout.right > .scrolling.content{
111
- max-height: @scrollingContentMaxHeight;
112
- overflow: auto;
108
+ min-height: @contentMinHeight;
113
109
  }
110
+ & when(@variationFlyoutScrolling) {
111
+ .ui.flyout.left > .scrolling.content,
112
+ .ui.flyout.right > .scrolling.content {
113
+ max-height: @scrollingContentMaxHeight;
114
+ }
114
115
 
115
- .ui.flyout.top > .scrolling.content,
116
- .ui.flyout.bottom > .scrolling.content{
117
- max-height: @scrollingContentMaxHeightTopBottom;
118
- overflow: auto;
116
+ .ui.flyout.top > .scrolling.content,
117
+ .ui.flyout.bottom > .scrolling.content {
118
+ max-height: @scrollingContentMaxHeightTopBottom;
119
+ }
119
120
  }
120
121
 
121
122
  & when (@variationFlyoutActions) {
122
- /*--------------
123
- Actions
124
- ---------------*/
125
- .ui.flyout > .actions {
126
- background: @actionBackground;
127
- padding: @actionPadding;
128
- border-top: @actionBorder;
129
- text-align: @actionAlign;
130
- }
131
- .ui.flyout .actions > .button:not(.fluid) {
132
- margin-left: @buttonDistance;
133
- }
134
- & when (@variationFlyoutBasic) {
135
- .ui.ui.flyout > .basic.actions {
136
- border-top: none;
137
- }
138
- }
139
- & when (@variationFlyoutLeftActions) {
140
- .ui.flyout > .left.actions {
141
- text-align: left;
142
- & > .button:not(.fluid) {
143
- margin-left: @buttonLeftDistance;
144
- margin-right: @buttonLeftDistance;
145
- }
123
+ /* --------------
124
+ Actions
125
+ --------------- */
126
+ .ui.flyout > .actions {
127
+ background: @actionBackground;
128
+ padding: @actionPadding;
129
+ border-top: @actionBorder;
130
+ text-align: @actionAlign;
131
+ }
132
+ .ui.flyout .actions > .button:not(.fluid) {
133
+ margin-left: @buttonDistance;
134
+ }
135
+ & when (@variationFlyoutBasic) {
136
+ .ui.ui.flyout > .basic.actions {
137
+ border-top: none;
138
+ }
139
+ }
140
+ & when (@variationFlyoutLeftActions) {
141
+ .ui.flyout > .left.actions {
142
+ text-align: left;
143
+ & > .button:not(.fluid) {
144
+ margin-left: @buttonLeftDistance;
145
+ margin-right: @buttonLeftDistance;
146
+ }
147
+ }
146
148
  }
147
- }
148
149
  }
149
150
  & when (@variationFlyoutCentered) {
150
- .ui.flyout > .centered,
151
- .ui.flyout > .center.aligned {
152
- text-align: center;
153
- &.actions > .button:not(.fluid) when (@variationFlyoutActions){
154
- margin-left: @buttonCenteredDistance;
155
- margin-right: @buttonCenteredDistance;
151
+ .ui.flyout > .centered,
152
+ .ui.flyout > .center.aligned {
153
+ text-align: center;
154
+ &.actions > .button:not(.fluid) when (@variationFlyoutActions) {
155
+ margin-left: @buttonCenteredDistance;
156
+ margin-right: @buttonCenteredDistance;
157
+ }
156
158
  }
157
- }
158
159
  }
159
160
  & when (@variationFlyoutBasic) {
160
- .ui.ui.flyout > .basic.header,
161
- .ui.ui.flyout > .basic.actions {
162
- background-color: transparent;
163
- }
164
- .ui.flyout > .basic.header {
165
- border-bottom: none;
166
- }
161
+ .ui.ui.flyout > .basic.header,
162
+ .ui.ui.flyout > .basic.actions {
163
+ background-color: transparent;
164
+ }
165
+ .ui.flyout > .basic.header {
166
+ border-bottom: none;
167
+ }
167
168
  }
168
169
 
169
- /*--------------
170
+ /* --------------
170
171
  Direction
171
- ---------------*/
172
+ --------------- */
172
173
  & when (@variationFlyoutLeft) {
173
- .ui.left.flyout {
174
- right: auto;
175
- left: 0;
176
- transform: translate3d(-100%, 0, 0);
177
- }
174
+ .ui.left.flyout {
175
+ right: auto;
176
+ left: 0;
177
+ transform: translate3d(-100%, 0, 0);
178
+ }
178
179
  }
179
180
  & when (@variationFlyoutRight) {
180
- .ui.right.flyout {
181
- right: 0;
182
- left: auto;
183
- transform: translate3d(100%, 0, 0);
184
- }
181
+ .ui.right.flyout {
182
+ right: 0;
183
+ left: auto;
184
+ transform: translate3d(100%, 0, 0);
185
+ }
185
186
  }
186
187
 
187
188
  & when (@variationFlyoutTop) or (@variationFlyoutBottom) {
188
- .ui.top.flyout,
189
- .ui.bottom.flyout {
190
- width: 100%;
191
- height: auto;
192
- }
193
- & when (@variationFlyoutTop) {
194
- .ui.top.flyout {
195
- top: 0;
196
- bottom: auto;
197
- transform: translate3d(0, -100%, 0);
198
- }
199
- }
200
- & when (@variationFlyoutBottom) {
189
+ .ui.top.flyout,
201
190
  .ui.bottom.flyout {
202
- top: auto;
203
- bottom: 0;
204
- transform: translate3d(0, 100%, 0);
191
+ width: 100%;
192
+ height: auto;
193
+ }
194
+ & when (@variationFlyoutTop) {
195
+ .ui.top.flyout {
196
+ top: 0;
197
+ bottom: auto;
198
+ transform: translate3d(0, -100%, 0);
199
+ }
200
+ }
201
+ & when (@variationFlyoutBottom) {
202
+ .ui.bottom.flyout {
203
+ top: auto;
204
+ bottom: 0;
205
+ transform: translate3d(0, 100%, 0);
206
+ }
205
207
  }
206
- }
207
208
  }
208
209
 
209
-
210
- /*--------------
210
+ /* --------------
211
211
  Pushable
212
- ---------------*/
212
+ --------------- */
213
213
 
214
214
  .pushable.pushable.pushable {
215
- height: 100%;
216
- overflow-x: hidden;
217
- padding: 0;
218
- &.locked {
219
- overflow-y: hidden;
220
- background: inherit;
221
- }
215
+ height: 100%;
216
+ overflow-x: hidden;
217
+ padding: 0;
218
+ &.locked {
219
+ overflow-y: hidden;
220
+ background: inherit;
221
+ }
222
222
  }
223
223
 
224
224
  /* Whole Page */
225
225
  body.pushable {
226
- background: @canvasBackground;
227
- &.dimmed {
228
- background: inherit;
229
- }
226
+ background: @canvasBackground;
227
+ &.dimmed {
228
+ background: inherit;
229
+ }
230
230
  }
231
231
 
232
232
  /* Page Context */
233
233
  .pushable:not(body) {
234
- transform: translate3d(0, 0, 0);
235
- overflow-y: hidden;
234
+ transform: translate3d(0, 0, 0);
235
+ overflow-y: hidden;
236
236
  }
237
237
  .pushable:not(body) > .ui.flyout,
238
238
  .pushable:not(body) > .fixed,
239
239
  .pushable:not(body) > .pusher::after {
240
- position: absolute;
240
+ position: absolute;
241
241
  }
242
242
 
243
-
244
- /*--------------
243
+ /* --------------
245
244
  Fixed
246
- ---------------*/
245
+ --------------- */
247
246
 
248
247
  .pushable > .fixed {
249
- position: fixed;
250
- backface-visibility: hidden;
248
+ position: fixed;
249
+ backface-visibility: hidden;
251
250
 
252
- transition: transform @duration @easing;
253
- will-change: transform;
254
- z-index: @fixedLayer;
251
+ transition: transform @duration @easing;
252
+ will-change: transform;
253
+ z-index: @fixedLayer;
255
254
  }
256
255
 
257
- /*--------------
256
+ /* --------------
258
257
  Page
259
- ---------------*/
258
+ --------------- */
260
259
 
261
260
  .pushable > .pusher {
262
- position: relative;
263
- backface-visibility: hidden;
264
- min-height: 100%;
265
- transition: transform @duration @easing;
266
- z-index: @middleLayer;
267
-
268
- /* Pusher should inherit background from context */
269
- background: inherit;
270
- &:not(.overflowing) {
271
- overflow: hidden;
272
- }
261
+ position: relative;
262
+ backface-visibility: hidden;
263
+ min-height: 100%;
264
+ transition: transform @duration @easing;
265
+ z-index: @middleLayer;
266
+
267
+ /* Pusher should inherit background from context */
268
+ background: inherit;
269
+ &:not(.overflowing) {
270
+ overflow: hidden;
271
+ }
273
272
  }
274
273
 
275
274
  body.pushable > .pusher {
276
- background: @pageBackground;
275
+ background: @pageBackground;
277
276
  }
278
277
 
279
- /*--------------
278
+ /* --------------
280
279
  Dimmer
281
- ---------------*/
280
+ --------------- */
282
281
 
283
282
  .pushable > .pusher::after {
284
- position: fixed;
285
- top: 0;
286
- right: 0;
287
- content: '';
288
- background: @dimmerColor;
289
- overflow: hidden;
290
- opacity: 0;
291
- transition: @dimmerTransition;
292
- will-change: opacity;
293
- z-index: @dimmerLayer;
294
- }
295
-
296
- /*--------------
283
+ position: fixed;
284
+ top: 0;
285
+ right: 0;
286
+ content: '';
287
+ background: @dimmerColor;
288
+ overflow: hidden;
289
+ opacity: 0;
290
+ transition: @dimmerTransition;
291
+ will-change: opacity;
292
+ z-index: @dimmerLayer;
293
+ }
294
+
295
+ /* --------------
297
296
  Coupling
298
- ---------------*/
297
+ --------------- */
299
298
 
300
299
  .ui.flyout.menu .item {
301
- border-radius: 0 !important;
300
+ border-radius: 0 !important;
302
301
  }
303
302
 
304
303
  /*******************************
305
304
  States
306
305
  *******************************/
307
306
 
308
- /*--------------
307
+ /* --------------
309
308
  Dimmed
310
- ---------------*/
309
+ --------------- */
311
310
 
312
311
  .pushable > .pusher.dimmed::after {
313
- width: 100% !important;
314
- height: 100% !important;
315
- opacity: 1 !important;
312
+ width: 100% !important;
313
+ height: 100% !important;
314
+ opacity: 1 !important;
316
315
  }
317
316
  & when (@variationFlyoutBlurring) {
318
- .pushable > .pusher.dimmed.blurring:not(.closing)::after {
319
- background: @blurredBackgroundColor;
320
- -webkit-backdrop-filter: @blurredEndFilter;
321
- backdrop-filter: @blurredEndFilter;
322
- }
317
+ .pushable > .pusher.dimmed.blurring:not(.closing)::after {
318
+ background: @blurredBackgroundColor;
319
+ -webkit-backdrop-filter: @blurredEndFilter;
320
+ backdrop-filter: @blurredEndFilter;
321
+ }
323
322
  }
324
323
  .pushable > .pusher.closing.dimmed::after {
325
- opacity: 0 !important;
324
+ opacity: 0 !important;
326
325
  }
327
- /*--------------
326
+
327
+ /* --------------
328
328
  Animating
329
- ---------------*/
329
+ --------------- */
330
330
 
331
331
  .ui.animating.flyout {
332
- visibility: visible;
332
+ visibility: visible;
333
333
  }
334
334
 
335
- /*--------------
335
+ /* --------------
336
336
  Visible
337
- ---------------*/
337
+ --------------- */
338
338
 
339
339
  .ui.visible.flyout {
340
- visibility: visible;
341
- transform: translate3d(0, 0, 0);
340
+ visibility: visible;
341
+ transform: translate3d(0, 0, 0);
342
342
  }
343
343
 
344
344
  /* Shadow Direction */
345
345
  & when (@variationFlyoutLeft) or (@variationFlyoutRight) {
346
- .ui.left.visible.flyout,
347
- .ui.right.visible.flyout {
348
- box-shadow: @horizontalBoxShadow;
349
- }
346
+ .ui.left.visible.flyout,
347
+ .ui.right.visible.flyout {
348
+ box-shadow: @horizontalBoxShadow;
349
+ }
350
350
  }
351
351
  & when (@variationFlyoutTop) or (@variationFlyoutBottom) {
352
- .ui.top.visible.flyout,
353
- .ui.bottom.visible.flyout {
354
- box-shadow: @verticalBoxShadow;
355
- }
352
+ .ui.top.visible.flyout,
353
+ .ui.bottom.visible.flyout {
354
+ box-shadow: @verticalBoxShadow;
355
+ }
356
356
  }
357
357
 
358
358
  /* Visible On Load */
359
359
  & when (@variationFlyoutLeft) {
360
- .ui.visible.left.flyout ~ .fixed,
361
- .ui.visible.left.flyout ~ .pusher {
362
- transform: translate3d(@width, 0, 0);
363
- }
360
+ .ui.visible.left.flyout ~ .fixed,
361
+ .ui.visible.left.flyout ~ .pusher {
362
+ transform: translate3d(@width, 0, 0);
363
+ }
364
364
  }
365
365
  & when (@variationFlyoutRight) {
366
- .ui.visible.right.flyout ~ .fixed,
367
- .ui.visible.right.flyout ~ .pusher {
368
- transform: translate3d(-@width, 0, 0);
369
- }
366
+ .ui.visible.right.flyout ~ .fixed,
367
+ .ui.visible.right.flyout ~ .pusher {
368
+ transform: translate3d(-@width, 0, 0);
369
+ }
370
370
  }
371
371
  & when (@variationFlyoutTop) {
372
- .ui.visible.top.flyout ~ .fixed,
373
- .ui.visible.top.flyout ~ .pusher {
374
- transform: translate3d(0, @height, 0);
375
- }
372
+ .ui.visible.top.flyout ~ .fixed,
373
+ .ui.visible.top.flyout ~ .pusher {
374
+ transform: translate3d(0, @height, 0);
375
+ }
376
376
  }
377
377
  & when (@variationFlyoutBottom) {
378
- .ui.visible.bottom.flyout ~ .fixed,
379
- .ui.visible.bottom.flyout ~ .pusher {
380
- transform: translate3d(0, -@height, 0);
381
- }
378
+ .ui.visible.bottom.flyout ~ .fixed,
379
+ .ui.visible.bottom.flyout ~ .pusher {
380
+ transform: translate3d(0, -@height, 0);
381
+ }
382
382
  }
383
383
 
384
384
  & when (@variationFlyoutLeft) or (@variationFlyoutRight) {
385
- /* opposite sides visible forces content overlay */
386
- .ui.visible.left.flyout ~ .ui.visible.right.flyout ~ .fixed,
387
- .ui.visible.left.flyout ~ .ui.visible.right.flyout ~ .pusher,
388
- .ui.visible.right.flyout ~ .ui.visible.left.flyout ~ .fixed,
389
- .ui.visible.right.flyout ~ .ui.visible.left.flyout ~ .pusher {
390
- transform: translate3d(0, 0, 0);
391
- }
385
+ /* opposite sides visible forces content overlay */
386
+ .ui.visible.left.flyout ~ .ui.visible.right.flyout ~ .fixed,
387
+ .ui.visible.left.flyout ~ .ui.visible.right.flyout ~ .pusher,
388
+ .ui.visible.right.flyout ~ .ui.visible.left.flyout ~ .fixed,
389
+ .ui.visible.right.flyout ~ .ui.visible.left.flyout ~ .pusher {
390
+ transform: translate3d(0, 0, 0);
391
+ }
392
392
  }
393
393
 
394
394
  & when (@variationFlyoutInverted) {
395
- /*--------------
396
- Inverted
397
- ---------------*/
398
- .ui.flyout.inverted {
399
- background: @invertedBackground;
400
- }
401
-
402
- .ui.flyout.inverted > .close {
403
- color: @invertedCloseColor;
404
- }
405
-
406
- .ui.flyout.inverted > .header,
407
- .ui.flyout.inverted > .content {
408
- background: @invertedBackground;
409
- color: @invertedHeaderColor;
410
- }
411
- .ui.flyout.inverted > .actions {
412
- background: @invertedActionBackground;
413
- border-top: @invertedActionBorder;
414
- color: @invertedActionColor;
415
- }
395
+ /* --------------
396
+ Inverted
397
+ --------------- */
398
+ .ui.flyout.inverted {
399
+ background: @invertedBackground;
400
+ }
401
+
402
+ .ui.flyout.inverted > .close {
403
+ color: @invertedCloseColor;
404
+ }
405
+
406
+ .ui.flyout.inverted > .header,
407
+ .ui.flyout.inverted > .content {
408
+ background: @invertedBackground;
409
+ color: @invertedHeaderColor;
410
+ }
411
+ .ui.flyout.inverted > .actions {
412
+ background: @invertedActionBackground;
413
+ border-top: @invertedActionBorder;
414
+ color: @invertedActionColor;
415
+ }
416
416
  }
417
417
 
418
418
  /*******************************
419
419
  Variations
420
420
  *******************************/
421
421
 
422
- /*--------------
422
+ /* --------------
423
423
  Width
424
- ---------------*/
424
+ --------------- */
425
425
 
426
426
  /* Left / Right */
427
427
  & when (@variationFlyoutLeft) or (@variationFlyoutRight) {
428
- .ui.left.flyout,
429
- .ui.right.flyout {
430
- width: @width;
431
- }
432
- & when (@variationFlyoutThin) {
433
- .ui.thin.left.flyout,
434
- .ui.thin.right.flyout {
435
- width: @thinWidth;
436
- }
437
-
438
- .ui[class*="very thin"].left.flyout,
439
- .ui[class*="very thin"].right.flyout {
440
- width: @veryThinWidth;
441
- }
442
- }
443
-
444
- & when (@variationFlyoutWide) {
445
- .ui.wide.left.flyout,
446
- .ui.wide.right.flyout {
447
- width: @wideWidth;
428
+ .ui.left.flyout,
429
+ .ui.right.flyout {
430
+ width: @width;
448
431
  }
449
-
450
- .ui[class*="very wide"].left.flyout,
451
- .ui[class*="very wide"].right.flyout {
452
- width: @veryWideWidth;
453
- }
454
- }
455
-
456
- /* Left Visible */
457
- & when (@variationFlyoutLeft) {
458
432
  & when (@variationFlyoutThin) {
459
- .ui.visible.thin.left.flyout ~ .fixed,
460
- .ui.visible.thin.left.flyout ~ .pusher {
461
- transform: translate3d(@thinWidth, 0, 0);
462
- }
433
+ .ui.thin.left.flyout,
434
+ .ui.thin.right.flyout {
435
+ width: @thinWidth;
436
+ }
463
437
 
464
- .ui.visible[class*="very thin"].left.flyout ~ .fixed,
465
- .ui.visible[class*="very thin"].left.flyout ~ .pusher {
466
- transform: translate3d(@veryThinWidth, 0, 0);
467
- }
438
+ .ui[class*="very thin"].left.flyout,
439
+ .ui[class*="very thin"].right.flyout {
440
+ width: @veryThinWidth;
441
+ }
468
442
  }
469
443
 
470
444
  & when (@variationFlyoutWide) {
471
- .ui.visible.wide.left.flyout ~ .fixed,
472
- .ui.visible.wide.left.flyout ~ .pusher {
473
- transform: translate3d(@wideWidth, 0, 0);
474
- }
445
+ .ui.wide.left.flyout,
446
+ .ui.wide.right.flyout {
447
+ width: @wideWidth;
448
+ }
449
+
450
+ .ui[class*="very wide"].left.flyout,
451
+ .ui[class*="very wide"].right.flyout {
452
+ width: @veryWideWidth;
453
+ }
454
+ }
455
+
456
+ /* Left Visible */
457
+ & when (@variationFlyoutLeft) {
458
+ & when (@variationFlyoutThin) {
459
+ .ui.visible.thin.left.flyout ~ .fixed,
460
+ .ui.visible.thin.left.flyout ~ .pusher {
461
+ transform: translate3d(@thinWidth, 0, 0);
462
+ }
463
+
464
+ .ui.visible[class*="very thin"].left.flyout ~ .fixed,
465
+ .ui.visible[class*="very thin"].left.flyout ~ .pusher {
466
+ transform: translate3d(@veryThinWidth, 0, 0);
467
+ }
468
+ }
469
+
470
+ & when (@variationFlyoutWide) {
471
+ .ui.visible.wide.left.flyout ~ .fixed,
472
+ .ui.visible.wide.left.flyout ~ .pusher {
473
+ transform: translate3d(@wideWidth, 0, 0);
474
+ }
475
+
476
+ .ui.visible[class*="very wide"].left.flyout ~ .fixed,
477
+ .ui.visible[class*="very wide"].left.flyout ~ .pusher {
478
+ transform: translate3d(@veryWideWidth, 0, 0);
479
+ }
480
+ }
481
+ }
482
+
483
+ /* Right Visible */
484
+ & when (@variationFlyoutRight) {
485
+ & when (@variationFlyoutThin) {
486
+ .ui.visible.thin.right.flyout ~ .fixed,
487
+ .ui.visible.thin.right.flyout ~ .pusher {
488
+ transform: translate3d(-@thinWidth, 0, 0);
489
+ }
490
+
491
+ .ui.visible[class*="very thin"].right.flyout ~ .fixed,
492
+ .ui.visible[class*="very thin"].right.flyout ~ .pusher {
493
+ transform: translate3d(-@veryThinWidth, 0, 0);
494
+ }
495
+ }
496
+
497
+ & when (@variationFlyoutWide) {
498
+ .ui.visible.wide.right.flyout ~ .fixed,
499
+ .ui.visible.wide.right.flyout ~ .pusher {
500
+ transform: translate3d(-@wideWidth, 0, 0);
501
+ }
502
+
503
+ .ui.visible[class*="very wide"].right.flyout ~ .fixed,
504
+ .ui.visible[class*="very wide"].right.flyout ~ .pusher {
505
+ transform: translate3d(-@veryWideWidth, 0, 0);
506
+ }
507
+ }
508
+ }
509
+
510
+ & when (@variationFlyoutFullscreen) {
511
+ /* Fullscreen */
512
+ .ui.fullscreen.flyout {
513
+ width: 100%;
514
+ }
515
+ }
516
+
517
+ /* -------------------
518
+ Column Width
519
+ -------------------- */
520
+
521
+ & when (@variationFlyoutColumnWidth) {
522
+ /* Sizing Combinations */
523
+
524
+ .ui[class*="one wide"].flyout:not(.fullscreen) {
525
+ width: @oneWide;
526
+ }
527
+
528
+ .ui[class*="two wide"].flyout:not(.fullscreen) {
529
+ width: @twoWide;
530
+ }
531
+
532
+ .ui[class*="three wide"].flyout:not(.fullscreen) {
533
+ width: @threeWide;
534
+ }
535
+
536
+ .ui[class*="four wide"].flyout:not(.fullscreen) {
537
+ width: @fourWide;
538
+ }
539
+
540
+ .ui[class*="five wide"].flyout:not(.fullscreen) {
541
+ width: @fiveWide;
542
+ }
543
+
544
+ .ui[class*="six wide"].flyout:not(.fullscreen) {
545
+ width: @sixWide;
546
+ }
475
547
 
476
- .ui.visible[class*="very wide"].left.flyout ~ .fixed,
477
- .ui.visible[class*="very wide"].left.flyout ~ .pusher {
478
- transform: translate3d(@veryWideWidth, 0, 0);
479
- }
480
- }
481
- }
548
+ .ui[class*="seven wide"].flyout:not(.fullscreen) {
549
+ width: @sevenWide;
550
+ }
482
551
 
483
- /* Right Visible */
484
- & when (@variationFlyoutRight) {
485
- & when (@variationFlyoutThin) {
486
- .ui.visible.thin.right.flyout ~ .fixed,
487
- .ui.visible.thin.right.flyout ~ .pusher {
488
- transform: translate3d(-@thinWidth, 0, 0);
489
- }
552
+ .ui[class*="eight wide"].flyout:not(.fullscreen) {
553
+ width: @eightWide;
554
+ }
490
555
 
491
- .ui.visible[class*="very thin"].right.flyout ~ .fixed,
492
- .ui.visible[class*="very thin"].right.flyout ~ .pusher {
493
- transform: translate3d(-@veryThinWidth, 0, 0);
494
- }
495
- }
556
+ .ui[class*="nine wide"].flyout:not(.fullscreen) {
557
+ width: @nineWide;
558
+ }
496
559
 
497
- & when (@variationFlyoutWide) {
498
- .ui.visible.wide.right.flyout ~ .fixed,
499
- .ui.visible.wide.right.flyout ~ .pusher {
500
- transform: translate3d(-@wideWidth, 0, 0);
501
- }
560
+ .ui[class*="ten wide"].flyout:not(.fullscreen) {
561
+ width: @tenWide;
562
+ }
502
563
 
503
- .ui.visible[class*="very wide"].right.flyout ~ .fixed,
504
- .ui.visible[class*="very wide"].right.flyout ~ .pusher {
505
- transform: translate3d(-@veryWideWidth, 0, 0);
506
- }
507
- }
508
- }
564
+ .ui[class*="eleven wide"].flyout:not(.fullscreen) {
565
+ width: @elevenWide;
566
+ }
509
567
 
510
- & when (@variationFlyoutFullscreen) {
511
- /* Fullscreen */
512
- .ui.fullscreen.flyout {
513
- width: 100%;
514
- }
515
- }
516
-
517
-
518
- /*-------------------
519
- Column Width
520
- --------------------*/
521
-
522
- & when (@variationFlyoutColumnWidth) {
523
-
524
- /* Sizing Combinations */
525
-
526
- .ui[class*="one wide"].flyout:not(.fullscreen) {
527
- width: @oneWide;
528
- }
529
-
530
- .ui[class*="two wide"].flyout:not(.fullscreen) {
531
- width: @twoWide;
532
- }
568
+ .ui[class*="twelve wide"].flyout:not(.fullscreen) {
569
+ width: @twelveWide;
570
+ }
533
571
 
534
- .ui[class*="three wide"].flyout:not(.fullscreen) {
535
- width: @threeWide;
536
- }
572
+ .ui[class*="thirteen wide"].flyout:not(.fullscreen) {
573
+ width: @thirteenWide;
574
+ }
537
575
 
538
- .ui[class*="four wide"].flyout:not(.fullscreen) {
539
- width: @fourWide;
540
- }
576
+ .ui[class*="fourteen wide"].flyout:not(.fullscreen) {
577
+ width: @fourteenWide;
578
+ }
541
579
 
542
- .ui[class*="five wide"].flyout:not(.fullscreen) {
543
- width: @fiveWide;
544
- }
580
+ .ui[class*="fifteen wide"].flyout:not(.fullscreen) {
581
+ width: @fifteenWide;
582
+ }
545
583
 
546
- .ui[class*="six wide"].flyout:not(.fullscreen) {
547
- width: @sixWide;
584
+ .ui[class*="sixteen wide"].flyout:not(.fullscreen) {
585
+ width: @sixteenWide;
586
+ }
548
587
  }
549
-
550
- .ui[class*="seven wide"].flyout:not(.fullscreen) {
551
- width: @sevenWide;
552
- }
553
-
554
- .ui[class*="eight wide"].flyout:not(.fullscreen) {
555
- width: @eightWide;
556
- }
557
-
558
- .ui[class*="nine wide"].flyout:not(.fullscreen) {
559
- width: @nineWide;
560
- }
561
-
562
- .ui[class*="ten wide"].flyout:not(.fullscreen) {
563
- width: @tenWide;
564
- }
565
-
566
- .ui[class*="eleven wide"].flyout:not(.fullscreen) {
567
- width: @elevenWide;
568
- }
569
-
570
- .ui[class*="twelve wide"].flyout:not(.fullscreen) {
571
- width: @twelveWide;
572
- }
573
-
574
- .ui[class*="thirteen wide"].flyout:not(.fullscreen) {
575
- width: @thirteenWide;
576
- }
577
-
578
- .ui[class*="fourteen wide"].flyout:not(.fullscreen) {
579
- width: @fourteenWide;
580
- }
581
-
582
- .ui[class*="fifteen wide"].flyout:not(.fullscreen) {
583
- width: @fifteenWide;
584
- }
585
-
586
- .ui[class*="sixteen wide"].flyout:not(.fullscreen) {
587
- width: @sixteenWide;
588
- }
589
- }
590
588
  }
591
589
 
592
-
593
-
594
590
  /*******************************
595
591
  Animations
596
592
  *******************************/
597
593
 
598
594
  & when (@variationFlyoutOverlay) {
599
- /*--------------
600
- Overlay
601
- ---------------*/
595
+ /* --------------
596
+ Overlay
597
+ --------------- */
602
598
 
603
- /* Set-up */
604
- .ui.overlay.flyout {
605
- z-index: @topLayer;
606
- }
599
+ /* Set-up */
600
+ .ui.overlay.flyout {
601
+ z-index: @topLayer;
602
+ }
607
603
 
608
- /* Initial */
609
- & when (@variationFlyoutLeft) {
610
- .ui.left.overlay.flyout {
611
- transform: translate3d(-100%, 0, 0);
604
+ /* Initial */
605
+ & when (@variationFlyoutLeft) {
606
+ .ui.left.overlay.flyout {
607
+ transform: translate3d(-100%, 0, 0);
608
+ }
612
609
  }
613
- }
614
- & when (@variationFlyoutRight) {
615
- .ui.right.overlay.flyout {
616
- transform: translate3d(100%, 0, 0);
610
+ & when (@variationFlyoutRight) {
611
+ .ui.right.overlay.flyout {
612
+ transform: translate3d(100%, 0, 0);
613
+ }
617
614
  }
618
- }
619
- & when (@variationFlyoutTop) {
620
- .ui.top.overlay.flyout {
621
- transform: translate3d(0%, -100%, 0);
615
+ & when (@variationFlyoutTop) {
616
+ .ui.top.overlay.flyout {
617
+ transform: translate3d(0%, -100%, 0);
618
+ }
622
619
  }
623
- }
624
- & when (@variationFlyoutBottom) {
625
- .ui.bottom.overlay.flyout {
626
- transform: translate3d(0%, 100%, 0);
620
+ & when (@variationFlyoutBottom) {
621
+ .ui.bottom.overlay.flyout {
622
+ transform: translate3d(0%, 100%, 0);
623
+ }
627
624
  }
628
- }
629
625
 
630
- /* Animation */
631
- .animating.ui.overlay.flyout,
632
- .ui.visible.overlay.flyout {
633
- transition: transform @duration @easing;
634
- }
635
-
636
- /* End - flyout */
637
- .ui.visible.overlay.flyout {
638
- transform: translate3d(0%, 0, 0);
639
- }
640
-
641
- /* End - Pusher */
642
- .ui.visible.overlay.flyout ~ .fixed,
643
- .ui.visible.overlay.flyout ~ .pusher {
644
- transform: none !important;
645
- }
646
- }
626
+ /* Animation */
627
+ .animating.ui.overlay.flyout,
628
+ .ui.visible.overlay.flyout {
629
+ transition: transform @duration @easing;
630
+ }
647
631
 
632
+ /* End - flyout */
633
+ .ui.visible.overlay.flyout {
634
+ transform: translate3d(0%, 0, 0);
635
+ }
648
636
 
637
+ /* End - Pusher */
638
+ .ui.visible.overlay.flyout ~ .fixed,
639
+ .ui.visible.overlay.flyout ~ .pusher {
640
+ transform: none !important;
641
+ }
642
+ }
649
643
 
650
644
  .loadUIOverrides();