fomantic-ui-sass 2.8.8.1 → 2.9.0

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