fomantic-ui-sass 2.8.8.1 → 2.9.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (113) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/app/assets/fonts/semantic-ui/Lato-Bold.woff +0 -0
  4. data/app/assets/fonts/semantic-ui/Lato-Bold.woff2 +0 -0
  5. data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff +0 -0
  6. data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff2 +0 -0
  7. data/app/assets/fonts/semantic-ui/Lato-Italic.woff +0 -0
  8. data/app/assets/fonts/semantic-ui/Lato-Italic.woff2 +0 -0
  9. data/app/assets/fonts/semantic-ui/Lato-Regular.woff +0 -0
  10. data/app/assets/fonts/semantic-ui/Lato-Regular.woff2 +0 -0
  11. data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff +0 -0
  12. data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff2 +0 -0
  13. data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff +0 -0
  14. data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff2 +0 -0
  15. data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff +0 -0
  16. data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff2 +0 -0
  17. data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff +0 -0
  18. data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff2 +0 -0
  19. data/app/assets/fonts/semantic-ui/brand-icons.eot +0 -0
  20. data/app/assets/fonts/semantic-ui/brand-icons.svg +41 -6
  21. data/app/assets/fonts/semantic-ui/brand-icons.ttf +0 -0
  22. data/app/assets/fonts/semantic-ui/brand-icons.woff +0 -0
  23. data/app/assets/fonts/semantic-ui/brand-icons.woff2 +0 -0
  24. data/app/assets/fonts/semantic-ui/icons.eot +0 -0
  25. data/app/assets/fonts/semantic-ui/icons.svg +245 -7
  26. data/app/assets/fonts/semantic-ui/icons.ttf +0 -0
  27. data/app/assets/fonts/semantic-ui/icons.woff +0 -0
  28. data/app/assets/fonts/semantic-ui/icons.woff2 +0 -0
  29. data/app/assets/fonts/semantic-ui/outline-icons.eot +0 -0
  30. data/app/assets/fonts/semantic-ui/outline-icons.svg +2 -2
  31. data/app/assets/fonts/semantic-ui/outline-icons.ttf +0 -0
  32. data/app/assets/fonts/semantic-ui/outline-icons.woff +0 -0
  33. data/app/assets/fonts/semantic-ui/outline-icons.woff2 +0 -0
  34. data/app/assets/javascripts/semantic-ui/accordion.js +569 -590
  35. data/app/assets/javascripts/semantic-ui/api.js +1153 -1116
  36. data/app/assets/javascripts/semantic-ui/calendar.js +1941 -1698
  37. data/app/assets/javascripts/semantic-ui/checkbox.js +862 -854
  38. data/app/assets/javascripts/semantic-ui/dimmer.js +697 -713
  39. data/app/assets/javascripts/semantic-ui/dropdown.js +4196 -4192
  40. data/app/assets/javascripts/semantic-ui/embed.js +646 -672
  41. data/app/assets/javascripts/semantic-ui/flyout.js +1579 -0
  42. data/app/assets/javascripts/semantic-ui/form.js +2024 -2000
  43. data/app/assets/javascripts/semantic-ui/modal.js +1546 -1384
  44. data/app/assets/javascripts/semantic-ui/nag.js +521 -527
  45. data/app/assets/javascripts/semantic-ui/popup.js +1457 -1463
  46. data/app/assets/javascripts/semantic-ui/progress.js +970 -995
  47. data/app/assets/javascripts/semantic-ui/rating.js +508 -520
  48. data/app/assets/javascripts/semantic-ui/search.js +1521 -1508
  49. data/app/assets/javascripts/semantic-ui/shape.js +784 -811
  50. data/app/assets/javascripts/semantic-ui/sidebar.js +1061 -1002
  51. data/app/assets/javascripts/semantic-ui/site.js +437 -477
  52. data/app/assets/javascripts/semantic-ui/slider.js +1311 -1297
  53. data/app/assets/javascripts/semantic-ui/state.js +639 -658
  54. data/app/assets/javascripts/semantic-ui/sticky.js +848 -891
  55. data/app/assets/javascripts/semantic-ui/tab.js +895 -941
  56. data/app/assets/javascripts/semantic-ui/toast.js +911 -851
  57. data/app/assets/javascripts/semantic-ui/transition.js +1049 -1073
  58. data/app/assets/javascripts/semantic-ui/visibility.js +1214 -1246
  59. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +7 -7
  60. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +389 -407
  61. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +203 -345
  62. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +372 -501
  63. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +154 -226
  64. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +2065 -880
  65. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +867 -1232
  66. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +101 -6
  67. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +75 -93
  68. data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +11148 -9190
  69. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +1037 -929
  70. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +124 -146
  71. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +2728 -2759
  72. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +41 -65
  73. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +982 -163
  74. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +432 -479
  75. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +80 -101
  76. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +452 -540
  77. data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +56 -76
  78. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +17 -22
  79. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +46 -85
  80. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +263 -255
  81. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +106 -179
  82. data/app/assets/stylesheets/semantic-ui/elements/_text.scss +33 -33
  83. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +14 -18
  84. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +132 -48
  85. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +196 -74
  86. data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +43 -29
  87. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +210 -280
  88. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +78 -182
  89. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +339 -423
  90. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +24 -35
  91. data/app/assets/stylesheets/semantic-ui/modules/_flyout.scss +546 -0
  92. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +150 -153
  93. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +55 -65
  94. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +530 -310
  95. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +108 -213
  96. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +88 -168
  97. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +73 -102
  98. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +16 -32
  99. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +126 -215
  100. data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +110 -138
  101. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +3 -7
  102. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +16 -20
  103. data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +111 -141
  104. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +371 -1282
  105. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +39 -50
  106. data/app/assets/stylesheets/semantic-ui/views/_card.scss +949 -458
  107. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +44 -62
  108. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +50 -72
  109. data/app/assets/stylesheets/semantic-ui/views/_item.scss +89 -136
  110. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +78 -119
  111. data/lib/fomantic/ui/sass/version.rb +2 -2
  112. data/tasks/converter.rb +1 -1
  113. metadata +21 -3
@@ -1,10 +1,10 @@
1
1
  /*!
2
- * # Fomantic-UI 2.8.8 - Video
3
- * http://github.com/fomantic/Fomantic-UI/
2
+ * # Fomantic-UI 2.9.1 - Video
3
+ * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
6
  * Released under the MIT license
7
- * http://opensource.org/licenses/MIT
7
+ * https://opensource.org/licenses/MIT
8
8
  *
9
9
  */
10
10
 
@@ -18,14 +18,13 @@
18
18
  max-width: 100%;
19
19
  height: 0;
20
20
  overflow: hidden;
21
- background: #DCDDDE;
21
+ background: #dcddde;
22
22
  padding-bottom: 56.25%;
23
23
  }
24
24
 
25
- /*-----------------
25
+ /* -----------------
26
26
  Embedded Content
27
- ------------------*/
28
-
27
+ ------------------ */
29
28
  .ui.embed iframe,
30
29
  .ui.embed embed,
31
30
  .ui.embed object {
@@ -40,18 +39,16 @@
40
39
  overflow: hidden;
41
40
  }
42
41
 
43
- /*-----------------
42
+ /* -----------------
44
43
  Embed
45
- ------------------*/
46
-
44
+ ------------------ */
47
45
  .ui.embed > .embed {
48
46
  display: none;
49
47
  }
50
48
 
51
- /*--------------
49
+ /* --------------
52
50
  Placeholder
53
- ---------------*/
54
-
51
+ --------------- */
55
52
  .ui.embed > .placeholder {
56
53
  position: absolute;
57
54
  cursor: pointer;
@@ -63,10 +60,9 @@
63
60
  background-color: radial-gradient(transparent 45%, rgba(0, 0, 0, 0.3));
64
61
  }
65
62
 
66
- /*--------------
63
+ /* --------------
67
64
  Icon
68
- ---------------*/
69
-
65
+ --------------- */
70
66
  .ui.embed > i.icon {
71
67
  cursor: pointer;
72
68
  position: absolute;
@@ -76,30 +72,26 @@
76
72
  height: 100%;
77
73
  z-index: 2;
78
74
  }
79
- .ui.embed > i.icon:after {
75
+ .ui.embed > i.icon::after {
80
76
  position: absolute;
81
77
  top: 0;
82
78
  left: 0;
83
79
  width: 100%;
84
80
  height: 100%;
85
81
  z-index: 3;
86
- content: '';
87
- background: -webkit-radial-gradient(transparent 45%, rgba(0, 0, 0, 0.3));
82
+ content: "";
88
83
  background: radial-gradient(transparent 45%, rgba(0, 0, 0, 0.3));
89
84
  opacity: 0.5;
90
- -webkit-transition: opacity 0.5s ease;
91
85
  transition: opacity 0.5s ease;
92
86
  }
93
- .ui.embed > i.icon:before {
87
+ .ui.embed > i.icon::before {
94
88
  position: absolute;
95
89
  top: 50%;
96
90
  left: 50%;
97
- -webkit-transform: translateX(-50%) translateY(-50%);
98
- transform: translateX(-50%) translateY(-50%);
99
- color: #FFFFFF;
91
+ transform: translateX(-50%) translateY(-50%);
92
+ color: #fff;
100
93
  font-size: 6rem;
101
94
  text-shadow: 0 2px 10px rgba(34, 36, 38, 0.2);
102
- -webkit-transition: opacity 0.5s ease, color 0.5s ease;
103
95
  transition: opacity 0.5s ease, color 0.5s ease;
104
96
  z-index: 10;
105
97
  }
@@ -110,23 +102,20 @@
110
102
  *******************************/
111
103
 
112
104
 
113
- /*--------------
105
+ /* --------------
114
106
  Hover
115
- ---------------*/
116
-
117
- .ui.embed i.icon:hover:after {
118
- background: -webkit-radial-gradient(transparent 45%, rgba(0, 0, 0, 0.3));
107
+ --------------- */
108
+ .ui.embed i.icon:hover::after {
119
109
  background: radial-gradient(transparent 45%, rgba(0, 0, 0, 0.3));
120
110
  opacity: 1;
121
111
  }
122
- .ui.embed i.icon:hover:before {
123
- color: #FFFFFF;
112
+ .ui.embed i.icon:hover::before {
113
+ color: #fff;
124
114
  }
125
115
 
126
- /*--------------
116
+ /* --------------
127
117
  Active
128
- ---------------*/
129
-
118
+ --------------- */
130
119
  .ui.active.embed > i.icon,
131
120
  .ui.active.embed > .placeholder {
132
121
  display: none;
@@ -0,0 +1,546 @@
1
+ /*!
2
+ * # Fomantic-UI 2.9.1 - Flyout
3
+ * https://github.com/fomantic/Fomantic-UI/
4
+ *
5
+ *
6
+ * Released under the MIT license
7
+ * https://opensource.org/licenses/MIT
8
+ *
9
+ */
10
+
11
+
12
+ /*******************************
13
+ Flyout
14
+ *******************************/
15
+
16
+
17
+ /* Flyout Menu */
18
+ .ui.flyout {
19
+ position: fixed;
20
+ top: 0;
21
+ left: 0;
22
+ -webkit-backface-visibility: hidden;
23
+ backface-visibility: hidden;
24
+ transition: none;
25
+ will-change: transform;
26
+ transform: translate3d(0, 0, 0);
27
+ visibility: hidden;
28
+ height: 100%;
29
+ max-height: 100%;
30
+ max-width: 100%;
31
+ border-radius: 0;
32
+ margin: 0;
33
+ overflow-y: hidden;
34
+ z-index: 102;
35
+ background: #fff;
36
+ outline: none;
37
+ }
38
+
39
+ /* GPU Layers for Child Elements */
40
+ .ui.flyout > * {
41
+ -webkit-backface-visibility: hidden;
42
+ backface-visibility: hidden;
43
+ }
44
+
45
+ /* --------------
46
+ Close
47
+ --------------- */
48
+ .ui.flyout > .close {
49
+ cursor: pointer;
50
+ position: absolute;
51
+ top: 1.25rem;
52
+ right: 1.5rem;
53
+ z-index: 1;
54
+ opacity: 0.8;
55
+ font-size: 1.25em;
56
+ color: rgba(0, 0, 0, 0.85);
57
+ width: 2.25rem;
58
+ height: 2.25rem;
59
+ padding: 0;
60
+ margin: 0 0 0 0.25rem;
61
+ text-align: right;
62
+ }
63
+ .ui.flyout > .close:focus,
64
+ .ui.flyout > .close:hover {
65
+ opacity: 1;
66
+ outline: none;
67
+ }
68
+
69
+ /* --------------
70
+ Header
71
+ --------------- */
72
+ .ui.flyout > .header {
73
+ display: block;
74
+ background: #fff;
75
+ margin: 0;
76
+ padding: 1.25rem 1.5rem;
77
+ box-shadow: none;
78
+ color: rgba(0, 0, 0, 0.85);
79
+ border-bottom: 1px solid rgba(34, 36, 38, 0.15);
80
+ }
81
+
82
+ /* --------------
83
+ Content
84
+ --------------- */
85
+ .ui.flyout > .content {
86
+ display: block;
87
+ width: 100%;
88
+ font-size: 1em;
89
+ line-height: 1.4;
90
+ padding: 1.5rem;
91
+ background: #fff;
92
+ }
93
+ .ui.flyout > .content.scrolling {
94
+ overflow: auto;
95
+ -ms-scroll-chaining: none;
96
+ overscroll-behavior: none;
97
+ }
98
+ .ui.flyout.left > .content,
99
+ .ui.flyout.right > .content {
100
+ min-height: calc(100vh - 4.7rem);
101
+ }
102
+ .ui.flyout.left > .header + .content,
103
+ .ui.flyout.right > .header + .content {
104
+ min-height: calc(100vh - 9.1rem);
105
+ }
106
+ .ui.flyout.left > .scrolling.content,
107
+ .ui.flyout.right > .scrolling.content {
108
+ max-height: calc(100vh - 4.7rem);
109
+ }
110
+ .ui.flyout.left > .header + .scrolling.content,
111
+ .ui.flyout.right > .header + .scrolling.content {
112
+ max-height: calc(100vh - 9.1rem);
113
+ }
114
+ .ui.flyout.top > .scrolling.content,
115
+ .ui.flyout.bottom > .scrolling.content {
116
+ max-height: calc(80vh - 9.1rem);
117
+ }
118
+
119
+ /* --------------
120
+ Actions
121
+ --------------- */
122
+ .ui.flyout > .actions {
123
+ background: #f9fafb;
124
+ padding: 1rem;
125
+ border-top: 1px solid rgba(34, 36, 38, 0.15);
126
+ text-align: right;
127
+ }
128
+ .ui.flyout .actions > .button:not(.fluid) {
129
+ margin-left: 0.75em;
130
+ }
131
+ .ui.ui.flyout > .basic.actions {
132
+ border-top: none;
133
+ }
134
+ .ui.flyout > .left.actions {
135
+ text-align: left;
136
+ }
137
+ .ui.flyout > .left.actions > .button:not(.fluid) {
138
+ margin-left: 0.5em;
139
+ margin-right: 0.5em;
140
+ }
141
+ .ui.flyout > .centered,
142
+ .ui.flyout > .center.aligned {
143
+ text-align: center;
144
+ }
145
+ .ui.flyout > .centered.actions > .button:not(.fluid),
146
+ .ui.flyout > .center.aligned.actions > .button:not(.fluid) {
147
+ margin-left: 0.5em;
148
+ margin-right: 0.5em;
149
+ }
150
+ .ui.ui.flyout > .basic.header,
151
+ .ui.ui.flyout > .basic.actions {
152
+ background-color: transparent;
153
+ }
154
+ .ui.flyout > .basic.header {
155
+ border-bottom: none;
156
+ }
157
+
158
+ /* --------------
159
+ Direction
160
+ --------------- */
161
+ .ui.left.flyout {
162
+ right: auto;
163
+ left: 0;
164
+ transform: translate3d(-100%, 0, 0);
165
+ }
166
+ .ui.right.flyout {
167
+ right: 0;
168
+ left: auto;
169
+ transform: translate3d(100%, 0, 0);
170
+ }
171
+ .ui.top.flyout,
172
+ .ui.bottom.flyout {
173
+ width: 100%;
174
+ height: auto;
175
+ }
176
+ .ui.top.flyout {
177
+ top: 0;
178
+ bottom: auto;
179
+ transform: translate3d(0, -100%, 0);
180
+ }
181
+ .ui.bottom.flyout {
182
+ top: auto;
183
+ bottom: 0;
184
+ transform: translate3d(0, 100%, 0);
185
+ }
186
+
187
+ /* --------------
188
+ Pushable
189
+ --------------- */
190
+ .pushable.pushable.pushable {
191
+ height: 100%;
192
+ overflow-x: hidden;
193
+ padding: 0;
194
+ }
195
+ .pushable.pushable.pushable.locked {
196
+ overflow-y: hidden;
197
+ background: inherit;
198
+ }
199
+
200
+ /* Whole Page */
201
+ body.pushable {
202
+ background: #545454;
203
+ }
204
+ body.pushable.dimmed {
205
+ background: inherit;
206
+ }
207
+
208
+ /* Page Context */
209
+ .pushable:not(body) {
210
+ transform: translate3d(0, 0, 0);
211
+ overflow-y: hidden;
212
+ }
213
+ .pushable:not(body) > .ui.flyout,
214
+ .pushable:not(body) > .fixed,
215
+ .pushable:not(body) > .pusher::after {
216
+ position: absolute;
217
+ }
218
+
219
+ /* --------------
220
+ Fixed
221
+ --------------- */
222
+ .pushable > .fixed {
223
+ position: fixed;
224
+ -webkit-backface-visibility: hidden;
225
+ backface-visibility: hidden;
226
+ transition: transform 500ms ease;
227
+ will-change: transform;
228
+ z-index: 101;
229
+ }
230
+
231
+ /* --------------
232
+ Page
233
+ --------------- */
234
+ .pushable > .pusher {
235
+ position: relative;
236
+ -webkit-backface-visibility: hidden;
237
+ backface-visibility: hidden;
238
+ min-height: 100%;
239
+ transition: transform 500ms ease;
240
+ z-index: 2;
241
+
242
+ /* Pusher should inherit background from context */
243
+ background: inherit;
244
+ }
245
+ .pushable > .pusher:not(.overflowing) {
246
+ overflow: hidden;
247
+ }
248
+ body.pushable > .pusher {
249
+ background: #fff;
250
+ }
251
+
252
+ /* --------------
253
+ Dimmer
254
+ --------------- */
255
+ .pushable > .pusher::after {
256
+ position: fixed;
257
+ top: 0;
258
+ right: 0;
259
+ content: "";
260
+ background: rgba(0, 0, 0, 0.4);
261
+ overflow: hidden;
262
+ opacity: 0;
263
+ transition: all 500ms;
264
+ will-change: opacity;
265
+ z-index: 1000;
266
+ }
267
+
268
+ /* --------------
269
+ Coupling
270
+ --------------- */
271
+ .ui.flyout.menu .item {
272
+ border-radius: 0 !important;
273
+ }
274
+
275
+
276
+ /*******************************
277
+ States
278
+ *******************************/
279
+
280
+
281
+ /* --------------
282
+ Dimmed
283
+ --------------- */
284
+ .pushable > .pusher.dimmed::after {
285
+ width: 100% !important;
286
+ height: 100% !important;
287
+ opacity: 1 !important;
288
+ }
289
+ .pushable > .pusher.dimmed.blurring:not(.closing)::after {
290
+ background: rgba(0, 0, 0, 0.6);
291
+ -webkit-backdrop-filter: blur(5px) grayscale(0.7);
292
+ backdrop-filter: blur(5px) grayscale(0.7);
293
+ }
294
+ .pushable > .pusher.closing.dimmed::after {
295
+ opacity: 0 !important;
296
+ }
297
+
298
+ /* --------------
299
+ Animating
300
+ --------------- */
301
+ .ui.animating.flyout {
302
+ visibility: visible;
303
+ }
304
+
305
+ /* --------------
306
+ Visible
307
+ --------------- */
308
+ .ui.visible.flyout {
309
+ visibility: visible;
310
+ transform: translate3d(0, 0, 0);
311
+ }
312
+
313
+ /* Shadow Direction */
314
+ .ui.left.visible.flyout,
315
+ .ui.right.visible.flyout {
316
+ box-shadow: 0 0 20px rgba(34, 36, 38, 0.15);
317
+ }
318
+ .ui.top.visible.flyout,
319
+ .ui.bottom.visible.flyout {
320
+ box-shadow: 0 0 20px rgba(34, 36, 38, 0.15);
321
+ }
322
+
323
+ /* Visible On Load */
324
+ .ui.visible.left.flyout ~ .fixed,
325
+ .ui.visible.left.flyout ~ .pusher {
326
+ transform: translate3d(400px, 0, 0);
327
+ }
328
+ .ui.visible.right.flyout ~ .fixed,
329
+ .ui.visible.right.flyout ~ .pusher {
330
+ transform: translate3d(-400px, 0, 0);
331
+ }
332
+ .ui.visible.top.flyout ~ .fixed,
333
+ .ui.visible.top.flyout ~ .pusher {
334
+ transform: translate3d(0, 36px, 0);
335
+ }
336
+ .ui.visible.bottom.flyout ~ .fixed,
337
+ .ui.visible.bottom.flyout ~ .pusher {
338
+ transform: translate3d(0, -36px, 0);
339
+ }
340
+
341
+ /* opposite sides visible forces content overlay */
342
+ .ui.visible.left.flyout ~ .ui.visible.right.flyout ~ .fixed,
343
+ .ui.visible.left.flyout ~ .ui.visible.right.flyout ~ .pusher,
344
+ .ui.visible.right.flyout ~ .ui.visible.left.flyout ~ .fixed,
345
+ .ui.visible.right.flyout ~ .ui.visible.left.flyout ~ .pusher {
346
+ transform: translate3d(0, 0, 0);
347
+ }
348
+
349
+ /* --------------
350
+ Inverted
351
+ --------------- */
352
+ .ui.flyout.inverted {
353
+ background: #000;
354
+ }
355
+ .ui.flyout.inverted > .close {
356
+ color: #fff;
357
+ }
358
+ .ui.flyout.inverted > .header,
359
+ .ui.flyout.inverted > .content {
360
+ background: #000;
361
+ color: #fff;
362
+ }
363
+ .ui.flyout.inverted > .actions {
364
+ background: #191a1b;
365
+ border-top: 1px solid rgba(34, 36, 38, 0.85);
366
+ color: #fff;
367
+ }
368
+
369
+
370
+ /*******************************
371
+ Variations
372
+ *******************************/
373
+
374
+
375
+ /* --------------
376
+ Width
377
+ --------------- */
378
+
379
+ /* Left / Right */
380
+ .ui.left.flyout,
381
+ .ui.right.flyout {
382
+ width: 400px;
383
+ }
384
+ .ui.thin.left.flyout,
385
+ .ui.thin.right.flyout {
386
+ width: 200px;
387
+ }
388
+ .ui[class*="very thin"].left.flyout,
389
+ .ui[class*="very thin"].right.flyout {
390
+ width: 120px;
391
+ }
392
+ .ui.wide.left.flyout,
393
+ .ui.wide.right.flyout {
394
+ width: 600px;
395
+ }
396
+ .ui[class*="very wide"].left.flyout,
397
+ .ui[class*="very wide"].right.flyout {
398
+ width: 800px;
399
+ }
400
+
401
+ /* Left Visible */
402
+ .ui.visible.thin.left.flyout ~ .fixed,
403
+ .ui.visible.thin.left.flyout ~ .pusher {
404
+ transform: translate3d(200px, 0, 0);
405
+ }
406
+ .ui.visible[class*="very thin"].left.flyout ~ .fixed,
407
+ .ui.visible[class*="very thin"].left.flyout ~ .pusher {
408
+ transform: translate3d(120px, 0, 0);
409
+ }
410
+ .ui.visible.wide.left.flyout ~ .fixed,
411
+ .ui.visible.wide.left.flyout ~ .pusher {
412
+ transform: translate3d(600px, 0, 0);
413
+ }
414
+ .ui.visible[class*="very wide"].left.flyout ~ .fixed,
415
+ .ui.visible[class*="very wide"].left.flyout ~ .pusher {
416
+ transform: translate3d(800px, 0, 0);
417
+ }
418
+
419
+ /* Right Visible */
420
+ .ui.visible.thin.right.flyout ~ .fixed,
421
+ .ui.visible.thin.right.flyout ~ .pusher {
422
+ transform: translate3d(-200px, 0, 0);
423
+ }
424
+ .ui.visible[class*="very thin"].right.flyout ~ .fixed,
425
+ .ui.visible[class*="very thin"].right.flyout ~ .pusher {
426
+ transform: translate3d(-120px, 0, 0);
427
+ }
428
+ .ui.visible.wide.right.flyout ~ .fixed,
429
+ .ui.visible.wide.right.flyout ~ .pusher {
430
+ transform: translate3d(-600px, 0, 0);
431
+ }
432
+ .ui.visible[class*="very wide"].right.flyout ~ .fixed,
433
+ .ui.visible[class*="very wide"].right.flyout ~ .pusher {
434
+ transform: translate3d(-800px, 0, 0);
435
+ }
436
+
437
+ /* Fullscreen */
438
+ .ui.fullscreen.flyout {
439
+ width: 100%;
440
+ }
441
+
442
+ /* -------------------
443
+ Column Width
444
+ -------------------- */
445
+
446
+ /* Sizing Combinations */
447
+ .ui[class*="one wide"].flyout:not(.fullscreen) {
448
+ width: 6.25%;
449
+ }
450
+ .ui[class*="two wide"].flyout:not(.fullscreen) {
451
+ width: 12.5%;
452
+ }
453
+ .ui[class*="three wide"].flyout:not(.fullscreen) {
454
+ width: 18.75%;
455
+ }
456
+ .ui[class*="four wide"].flyout:not(.fullscreen) {
457
+ width: 25%;
458
+ }
459
+ .ui[class*="five wide"].flyout:not(.fullscreen) {
460
+ width: 31.25%;
461
+ }
462
+ .ui[class*="six wide"].flyout:not(.fullscreen) {
463
+ width: 37.5%;
464
+ }
465
+ .ui[class*="seven wide"].flyout:not(.fullscreen) {
466
+ width: 43.75%;
467
+ }
468
+ .ui[class*="eight wide"].flyout:not(.fullscreen) {
469
+ width: 50%;
470
+ }
471
+ .ui[class*="nine wide"].flyout:not(.fullscreen) {
472
+ width: 56.25%;
473
+ }
474
+ .ui[class*="ten wide"].flyout:not(.fullscreen) {
475
+ width: 62.5%;
476
+ }
477
+ .ui[class*="eleven wide"].flyout:not(.fullscreen) {
478
+ width: 68.75%;
479
+ }
480
+ .ui[class*="twelve wide"].flyout:not(.fullscreen) {
481
+ width: 75%;
482
+ }
483
+ .ui[class*="thirteen wide"].flyout:not(.fullscreen) {
484
+ width: 81.25%;
485
+ }
486
+ .ui[class*="fourteen wide"].flyout:not(.fullscreen) {
487
+ width: 87.5%;
488
+ }
489
+ .ui[class*="fifteen wide"].flyout:not(.fullscreen) {
490
+ width: 93.75%;
491
+ }
492
+ .ui[class*="sixteen wide"].flyout:not(.fullscreen) {
493
+ width: 100%;
494
+ }
495
+
496
+
497
+ /*******************************
498
+ Animations
499
+ *******************************/
500
+
501
+
502
+ /* --------------
503
+ Overlay
504
+ --------------- */
505
+
506
+ /* Set-up */
507
+ .ui.overlay.flyout {
508
+ z-index: 102;
509
+ }
510
+
511
+ /* Initial */
512
+ .ui.left.overlay.flyout {
513
+ transform: translate3d(-100%, 0, 0);
514
+ }
515
+ .ui.right.overlay.flyout {
516
+ transform: translate3d(100%, 0, 0);
517
+ }
518
+ .ui.top.overlay.flyout {
519
+ transform: translate3d(0, -100%, 0);
520
+ }
521
+ .ui.bottom.overlay.flyout {
522
+ transform: translate3d(0, 100%, 0);
523
+ }
524
+
525
+ /* Animation */
526
+ .animating.ui.overlay.flyout,
527
+ .ui.visible.overlay.flyout {
528
+ transition: transform 500ms ease;
529
+ }
530
+
531
+ /* End - flyout */
532
+ .ui.visible.overlay.flyout {
533
+ transform: translate3d(0, 0, 0);
534
+ }
535
+
536
+ /* End - Pusher */
537
+ .ui.visible.overlay.flyout ~ .fixed,
538
+ .ui.visible.overlay.flyout ~ .pusher {
539
+ transform: none !important;
540
+ }
541
+
542
+
543
+ /*******************************
544
+ Theme Overrides
545
+ *******************************/
546
+