fomantic-ui-sass 2.9.0 → 2.9.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (104) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +8 -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.woff +0 -0
  20. data/app/assets/fonts/semantic-ui/brand-icons.woff2 +0 -0
  21. data/app/assets/fonts/semantic-ui/icons.woff +0 -0
  22. data/app/assets/fonts/semantic-ui/icons.woff2 +0 -0
  23. data/app/assets/fonts/semantic-ui/outline-icons.woff +0 -0
  24. data/app/assets/fonts/semantic-ui/outline-icons.woff2 +0 -0
  25. data/app/assets/javascripts/semantic-ui/accordion.js +569 -596
  26. data/app/assets/javascripts/semantic-ui/api.js +1158 -1180
  27. data/app/assets/javascripts/semantic-ui/calendar.js +1935 -1810
  28. data/app/assets/javascripts/semantic-ui/checkbox.js +843 -842
  29. data/app/assets/javascripts/semantic-ui/dimmer.js +707 -738
  30. data/app/assets/javascripts/semantic-ui/dropdown.js +4196 -4237
  31. data/app/assets/javascripts/semantic-ui/embed.js +646 -676
  32. data/app/assets/javascripts/semantic-ui/flyout.js +1503 -1466
  33. data/app/assets/javascripts/semantic-ui/form.js +2035 -2007
  34. data/app/assets/javascripts/semantic-ui/modal.js +1552 -1487
  35. data/app/assets/javascripts/semantic-ui/nag.js +521 -527
  36. data/app/assets/javascripts/semantic-ui/popup.js +1469 -1457
  37. data/app/assets/javascripts/semantic-ui/progress.js +944 -998
  38. data/app/assets/javascripts/semantic-ui/rating.js +508 -524
  39. data/app/assets/javascripts/semantic-ui/search.js +1521 -1535
  40. data/app/assets/javascripts/semantic-ui/shape.js +762 -811
  41. data/app/assets/javascripts/semantic-ui/sidebar.js +1042 -1100
  42. data/app/assets/javascripts/semantic-ui/site.js +437 -477
  43. data/app/assets/javascripts/semantic-ui/slider.js +1311 -1312
  44. data/app/assets/javascripts/semantic-ui/state.js +639 -658
  45. data/app/assets/javascripts/semantic-ui/sticky.js +848 -902
  46. data/app/assets/javascripts/semantic-ui/tab.js +903 -967
  47. data/app/assets/javascripts/semantic-ui/toast.js +911 -885
  48. data/app/assets/javascripts/semantic-ui/transition.js +998 -1078
  49. data/app/assets/javascripts/semantic-ui/visibility.js +1214 -1246
  50. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +7 -7
  51. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +311 -377
  52. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +191 -331
  53. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +302 -439
  54. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +127 -199
  55. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +549 -776
  56. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +711 -1123
  57. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +9 -8
  58. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +45 -63
  59. data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +3558 -3558
  60. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +272 -270
  61. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +120 -144
  62. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +667 -747
  63. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +41 -65
  64. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +416 -300
  65. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +361 -412
  66. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +51 -72
  67. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +69 -157
  68. data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +24 -44
  69. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +17 -22
  70. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +46 -85
  71. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +173 -227
  72. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +79 -152
  73. data/app/assets/stylesheets/semantic-ui/elements/_text.scss +34 -34
  74. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +10 -15
  75. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +29 -51
  76. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +37 -55
  77. data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +26 -29
  78. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +159 -230
  79. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +55 -174
  80. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +261 -393
  81. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +21 -32
  82. data/app/assets/stylesheets/semantic-ui/modules/_flyout.scss +97 -143
  83. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +122 -156
  84. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +55 -65
  85. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +573 -206
  86. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +108 -213
  87. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +83 -124
  88. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +71 -100
  89. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +16 -32
  90. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +105 -208
  91. data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +102 -127
  92. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +3 -7
  93. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +12 -16
  94. data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +71 -149
  95. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +371 -1282
  96. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +36 -47
  97. data/app/assets/stylesheets/semantic-ui/views/_card.scss +221 -367
  98. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +43 -61
  99. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +37 -59
  100. data/app/assets/stylesheets/semantic-ui/views/_item.scss +87 -134
  101. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +77 -118
  102. data/lib/fomantic/ui/sass/version.rb +2 -2
  103. data/tasks/converter.rb +1 -1
  104. metadata +17 -1
@@ -1,10 +1,10 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.0 - Sidebar
3
- * http://github.com/fomantic/Fomantic-UI/
2
+ * # Fomantic-UI 2.9.2 - Sidebar
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
 
@@ -21,18 +21,17 @@
21
21
  left: 0;
22
22
  -webkit-backface-visibility: hidden;
23
23
  backface-visibility: hidden;
24
- -webkit-transition: none;
25
24
  transition: none;
26
25
  will-change: transform;
27
- -webkit-transform: translate3d(0, 0, 0);
28
- transform: translate3d(0, 0, 0);
26
+ transform: translate3d(0, 0, 0);
29
27
  visibility: hidden;
30
- -webkit-overflow-scrolling: touch;
31
28
  height: 100% !important;
32
29
  max-height: 100%;
33
30
  border-radius: 0 !important;
34
31
  margin: 0 !important;
35
32
  overflow-y: auto !important;
33
+ -ms-scroll-chaining: none;
34
+ overscroll-behavior: none;
36
35
  z-index: 102;
37
36
  }
38
37
 
@@ -42,21 +41,18 @@
42
41
  backface-visibility: hidden;
43
42
  }
44
43
 
45
- /*--------------
44
+ /* --------------
46
45
  Direction
47
- ---------------*/
48
-
46
+ --------------- */
49
47
  .ui.left.sidebar {
50
48
  right: auto;
51
49
  left: 0;
52
- -webkit-transform: translate3d(-100%, 0, 0);
53
- transform: translate3d(-100%, 0, 0);
50
+ transform: translate3d(-100%, 0, 0);
54
51
  }
55
52
  .ui.right.sidebar {
56
53
  right: 0 !important;
57
54
  left: auto !important;
58
- -webkit-transform: translate3d(100%, 0, 0);
59
- transform: translate3d(100%, 0, 0);
55
+ transform: translate3d(100%, 0, 0);
60
56
  }
61
57
  .ui.top.sidebar,
62
58
  .ui.bottom.sidebar {
@@ -66,20 +62,17 @@
66
62
  .ui.top.sidebar {
67
63
  top: 0 !important;
68
64
  bottom: auto !important;
69
- -webkit-transform: translate3d(0, -100%, 0);
70
- transform: translate3d(0, -100%, 0);
65
+ transform: translate3d(0, -100%, 0);
71
66
  }
72
67
  .ui.bottom.sidebar {
73
68
  top: auto !important;
74
69
  bottom: 0 !important;
75
- -webkit-transform: translate3d(0, 100%, 0);
76
- transform: translate3d(0, 100%, 0);
70
+ transform: translate3d(0, 100%, 0);
77
71
  }
78
72
 
79
- /*--------------
73
+ /* --------------
80
74
  Pushable
81
- ---------------*/
82
-
75
+ --------------- */
83
76
  .pushable.pushable.pushable {
84
77
  height: 100%;
85
78
  overflow-x: hidden;
@@ -100,8 +93,7 @@ body.pushable.dimmed {
100
93
 
101
94
  /* Page Context */
102
95
  .pushable:not(body) {
103
- -webkit-transform: translate3d(0, 0, 0);
104
- transform: translate3d(0, 0, 0);
96
+ transform: translate3d(0, 0, 0);
105
97
  overflow-y: hidden;
106
98
  }
107
99
  .pushable:not(body) > .ui.sidebar,
@@ -110,35 +102,27 @@ body.pushable.dimmed {
110
102
  position: absolute;
111
103
  }
112
104
 
113
- /*--------------
105
+ /* --------------
114
106
  Fixed
115
- ---------------*/
116
-
107
+ --------------- */
117
108
  .pushable > .fixed {
118
109
  position: fixed;
119
110
  -webkit-backface-visibility: hidden;
120
111
  backface-visibility: hidden;
121
- -webkit-transition: -webkit-transform 500ms ease;
122
- transition: -webkit-transform 500ms ease;
123
112
  transition: transform 500ms ease;
124
- transition: transform 500ms ease, -webkit-transform 500ms ease;
125
113
  will-change: transform;
126
114
  z-index: 101;
127
115
  }
128
116
 
129
- /*--------------
117
+ /* --------------
130
118
  Page
131
- ---------------*/
132
-
119
+ --------------- */
133
120
  .pushable > .pusher {
134
121
  position: relative;
135
122
  -webkit-backface-visibility: hidden;
136
123
  backface-visibility: hidden;
137
124
  min-height: 100%;
138
- -webkit-transition: -webkit-transform 500ms ease;
139
- transition: -webkit-transform 500ms ease;
140
125
  transition: transform 500ms ease;
141
- transition: transform 500ms ease, -webkit-transform 500ms ease;
142
126
  z-index: 2;
143
127
 
144
128
  /* Pusher should inherit background from context */
@@ -148,31 +132,28 @@ body.pushable.dimmed {
148
132
  overflow: hidden;
149
133
  }
150
134
  body.pushable > .pusher {
151
- background: #FFFFFF;
135
+ background: #fff;
152
136
  }
153
137
 
154
- /*--------------
138
+ /* --------------
155
139
  Dimmer
156
- ---------------*/
157
-
140
+ --------------- */
158
141
  .pushable > .pusher::after {
159
142
  position: fixed;
160
143
  top: 0;
161
144
  right: 0;
162
- content: '';
145
+ content: "";
163
146
  background: rgba(0, 0, 0, 0.4);
164
147
  overflow: hidden;
165
148
  opacity: 0;
166
- -webkit-transition: all 500ms;
167
149
  transition: all 500ms;
168
150
  will-change: opacity;
169
151
  z-index: 1000;
170
152
  }
171
153
 
172
- /*--------------
154
+ /* --------------
173
155
  Coupling
174
- ---------------*/
175
-
156
+ --------------- */
176
157
  .ui.sidebar.menu .item {
177
158
  border-radius: 0 !important;
178
159
  }
@@ -183,10 +164,9 @@ body.pushable > .pusher {
183
164
  *******************************/
184
165
 
185
166
 
186
- /*--------------
167
+ /* --------------
187
168
  Dimmed
188
- ---------------*/
189
-
169
+ --------------- */
190
170
  .pushable > .pusher.dimmed::after {
191
171
  width: 100% !important;
192
172
  height: 100% !important;
@@ -201,56 +181,47 @@ body.pushable > .pusher {
201
181
  opacity: 0 !important;
202
182
  }
203
183
 
204
- /*--------------
184
+ /* --------------
205
185
  Animating
206
- ---------------*/
207
-
186
+ --------------- */
208
187
  .ui.animating.sidebar {
209
188
  visibility: visible;
210
189
  }
211
190
 
212
- /*--------------
191
+ /* --------------
213
192
  Visible
214
- ---------------*/
215
-
193
+ --------------- */
216
194
  .ui.visible.sidebar {
217
195
  visibility: visible;
218
- -webkit-transform: translate3d(0, 0, 0);
219
- transform: translate3d(0, 0, 0);
196
+ transform: translate3d(0, 0, 0);
220
197
  }
221
198
 
222
199
  /* Shadow Direction */
223
200
  .ui.left.visible.sidebar,
224
201
  .ui.right.visible.sidebar {
225
- -webkit-box-shadow: 0 0 20px rgba(34, 36, 38, 0.15);
226
- box-shadow: 0 0 20px rgba(34, 36, 38, 0.15);
202
+ box-shadow: 0 0 20px rgba(34, 36, 38, 0.15);
227
203
  }
228
204
  .ui.top.visible.sidebar,
229
205
  .ui.bottom.visible.sidebar {
230
- -webkit-box-shadow: 0 0 20px rgba(34, 36, 38, 0.15);
231
- box-shadow: 0 0 20px rgba(34, 36, 38, 0.15);
206
+ box-shadow: 0 0 20px rgba(34, 36, 38, 0.15);
232
207
  }
233
208
 
234
209
  /* Visible On Load */
235
210
  .ui.visible.left.sidebar ~ .fixed,
236
211
  .ui.visible.left.sidebar ~ .pusher {
237
- -webkit-transform: translate3d(260px, 0, 0);
238
- transform: translate3d(260px, 0, 0);
212
+ transform: translate3d(260px, 0, 0);
239
213
  }
240
214
  .ui.visible.right.sidebar ~ .fixed,
241
215
  .ui.visible.right.sidebar ~ .pusher {
242
- -webkit-transform: translate3d(-260px, 0, 0);
243
- transform: translate3d(-260px, 0, 0);
216
+ transform: translate3d(-260px, 0, 0);
244
217
  }
245
218
  .ui.visible.top.sidebar ~ .fixed,
246
219
  .ui.visible.top.sidebar ~ .pusher {
247
- -webkit-transform: translate3d(0, 36px, 0);
248
- transform: translate3d(0, 36px, 0);
220
+ transform: translate3d(0, 36px, 0);
249
221
  }
250
222
  .ui.visible.bottom.sidebar ~ .fixed,
251
223
  .ui.visible.bottom.sidebar ~ .pusher {
252
- -webkit-transform: translate3d(0, -36px, 0);
253
- transform: translate3d(0, -36px, 0);
224
+ transform: translate3d(0, -36px, 0);
254
225
  }
255
226
 
256
227
  /* opposite sides visible forces content overlay */
@@ -258,14 +229,12 @@ body.pushable > .pusher {
258
229
  .ui.visible.left.sidebar ~ .ui.visible.right.sidebar ~ .pusher,
259
230
  .ui.visible.right.sidebar ~ .ui.visible.left.sidebar ~ .fixed,
260
231
  .ui.visible.right.sidebar ~ .ui.visible.left.sidebar ~ .pusher {
261
- -webkit-transform: translate3d(0, 0, 0);
262
- transform: translate3d(0, 0, 0);
232
+ transform: translate3d(0, 0, 0);
263
233
  }
264
234
 
265
- /*--------------
235
+ /* --------------
266
236
  iOS
267
- ---------------*/
268
-
237
+ --------------- */
269
238
 
270
239
 
271
240
  /*******************************
@@ -273,10 +242,9 @@ body.pushable > .pusher {
273
242
  *******************************/
274
243
 
275
244
 
276
- /*--------------
245
+ /* --------------
277
246
  Width
278
- ---------------*/
279
-
247
+ --------------- */
280
248
 
281
249
  /* Left / Right */
282
250
  .ui.thin.left.sidebar,
@@ -303,45 +271,37 @@ body.pushable > .pusher {
303
271
  /* Left Visible */
304
272
  .ui.visible.thin.left.sidebar ~ .fixed,
305
273
  .ui.visible.thin.left.sidebar ~ .pusher {
306
- -webkit-transform: translate3d(150px, 0, 0);
307
- transform: translate3d(150px, 0, 0);
274
+ transform: translate3d(150px, 0, 0);
308
275
  }
309
276
  .ui.visible[class*="very thin"].left.sidebar ~ .fixed,
310
277
  .ui.visible[class*="very thin"].left.sidebar ~ .pusher {
311
- -webkit-transform: translate3d(60px, 0, 0);
312
- transform: translate3d(60px, 0, 0);
278
+ transform: translate3d(60px, 0, 0);
313
279
  }
314
280
  .ui.visible.wide.left.sidebar ~ .fixed,
315
281
  .ui.visible.wide.left.sidebar ~ .pusher {
316
- -webkit-transform: translate3d(350px, 0, 0);
317
- transform: translate3d(350px, 0, 0);
282
+ transform: translate3d(350px, 0, 0);
318
283
  }
319
284
  .ui.visible[class*="very wide"].left.sidebar ~ .fixed,
320
285
  .ui.visible[class*="very wide"].left.sidebar ~ .pusher {
321
- -webkit-transform: translate3d(475px, 0, 0);
322
- transform: translate3d(475px, 0, 0);
286
+ transform: translate3d(475px, 0, 0);
323
287
  }
324
288
 
325
289
  /* Right Visible */
326
290
  .ui.visible.thin.right.sidebar ~ .fixed,
327
291
  .ui.visible.thin.right.sidebar ~ .pusher {
328
- -webkit-transform: translate3d(-150px, 0, 0);
329
- transform: translate3d(-150px, 0, 0);
292
+ transform: translate3d(-150px, 0, 0);
330
293
  }
331
294
  .ui.visible[class*="very thin"].right.sidebar ~ .fixed,
332
295
  .ui.visible[class*="very thin"].right.sidebar ~ .pusher {
333
- -webkit-transform: translate3d(-60px, 0, 0);
334
- transform: translate3d(-60px, 0, 0);
296
+ transform: translate3d(-60px, 0, 0);
335
297
  }
336
298
  .ui.visible.wide.right.sidebar ~ .fixed,
337
299
  .ui.visible.wide.right.sidebar ~ .pusher {
338
- -webkit-transform: translate3d(-350px, 0, 0);
339
- transform: translate3d(-350px, 0, 0);
300
+ transform: translate3d(-350px, 0, 0);
340
301
  }
341
302
  .ui.visible[class*="very wide"].right.sidebar ~ .fixed,
342
303
  .ui.visible[class*="very wide"].right.sidebar ~ .pusher {
343
- -webkit-transform: translate3d(-475px, 0, 0);
344
- transform: translate3d(-475px, 0, 0);
304
+ transform: translate3d(-475px, 0, 0);
345
305
  }
346
306
 
347
307
 
@@ -350,10 +310,9 @@ body.pushable > .pusher {
350
310
  *******************************/
351
311
 
352
312
 
353
- /*--------------
354
- Overlay
355
- ---------------*/
356
-
313
+ /* --------------
314
+ Overlay
315
+ --------------- */
357
316
 
358
317
  /* Set-up */
359
318
  .ui.overlay.sidebar {
@@ -362,120 +321,92 @@ body.pushable > .pusher {
362
321
 
363
322
  /* Initial */
364
323
  .ui.left.overlay.sidebar {
365
- -webkit-transform: translate3d(-100%, 0, 0);
366
- transform: translate3d(-100%, 0, 0);
324
+ transform: translate3d(-100%, 0, 0);
367
325
  }
368
326
  .ui.right.overlay.sidebar {
369
- -webkit-transform: translate3d(100%, 0, 0);
370
- transform: translate3d(100%, 0, 0);
327
+ transform: translate3d(100%, 0, 0);
371
328
  }
372
329
  .ui.top.overlay.sidebar {
373
- -webkit-transform: translate3d(0%, -100%, 0);
374
- transform: translate3d(0%, -100%, 0);
330
+ transform: translate3d(0, -100%, 0);
375
331
  }
376
332
  .ui.bottom.overlay.sidebar {
377
- -webkit-transform: translate3d(0%, 100%, 0);
378
- transform: translate3d(0%, 100%, 0);
333
+ transform: translate3d(0, 100%, 0);
379
334
  }
380
335
 
381
336
  /* Animation */
382
337
  .animating.ui.overlay.sidebar,
383
338
  .ui.visible.overlay.sidebar {
384
- -webkit-transition: -webkit-transform 500ms ease;
385
- transition: -webkit-transform 500ms ease;
386
339
  transition: transform 500ms ease;
387
- transition: transform 500ms ease, -webkit-transform 500ms ease;
388
340
  }
389
341
 
390
342
  /* End - Sidebar */
391
343
  .ui.visible.left.overlay.sidebar {
392
- -webkit-transform: translate3d(0%, 0, 0);
393
- transform: translate3d(0%, 0, 0);
344
+ transform: translate3d(0, 0, 0);
394
345
  }
395
346
  .ui.visible.right.overlay.sidebar {
396
- -webkit-transform: translate3d(0%, 0, 0);
397
- transform: translate3d(0%, 0, 0);
347
+ transform: translate3d(0, 0, 0);
398
348
  }
399
349
  .ui.visible.top.overlay.sidebar {
400
- -webkit-transform: translate3d(0%, 0, 0);
401
- transform: translate3d(0%, 0, 0);
350
+ transform: translate3d(0, 0, 0);
402
351
  }
403
352
  .ui.visible.bottom.overlay.sidebar {
404
- -webkit-transform: translate3d(0%, 0, 0);
405
- transform: translate3d(0%, 0, 0);
353
+ transform: translate3d(0, 0, 0);
406
354
  }
407
355
 
408
356
  /* End - Pusher */
409
357
  .ui.visible.overlay.sidebar ~ .fixed,
410
358
  .ui.visible.overlay.sidebar ~ .pusher {
411
- -webkit-transform: none !important;
412
- transform: none !important;
359
+ transform: none !important;
413
360
  }
414
361
 
415
- /*--------------
416
- Push
417
- ---------------*/
418
-
362
+ /* --------------
363
+ Push
364
+ --------------- */
419
365
 
420
366
  /* Initial */
421
367
  .ui.push.sidebar {
422
- -webkit-transition: -webkit-transform 500ms ease;
423
- transition: -webkit-transform 500ms ease;
424
368
  transition: transform 500ms ease;
425
- transition: transform 500ms ease, -webkit-transform 500ms ease;
426
369
  z-index: 102;
427
370
  }
428
371
 
429
372
  /* Sidebar - Initial */
430
373
  .ui.left.push.sidebar {
431
- -webkit-transform: translate3d(-100%, 0, 0);
432
- transform: translate3d(-100%, 0, 0);
374
+ transform: translate3d(-100%, 0, 0);
433
375
  }
434
376
  .ui.right.push.sidebar {
435
- -webkit-transform: translate3d(100%, 0, 0);
436
- transform: translate3d(100%, 0, 0);
377
+ transform: translate3d(100%, 0, 0);
437
378
  }
438
379
  .ui.top.push.sidebar {
439
- -webkit-transform: translate3d(0%, -100%, 0);
440
- transform: translate3d(0%, -100%, 0);
380
+ transform: translate3d(0, -100%, 0);
441
381
  }
442
382
  .ui.bottom.push.sidebar {
443
- -webkit-transform: translate3d(0%, 100%, 0);
444
- transform: translate3d(0%, 100%, 0);
383
+ transform: translate3d(0, 100%, 0);
445
384
  }
446
385
 
447
386
  /* End */
448
387
  .ui.visible.push.sidebar {
449
- -webkit-transform: translate3d(0%, 0, 0);
450
- transform: translate3d(0%, 0, 0);
388
+ transform: translate3d(0, 0, 0);
451
389
  }
452
390
 
453
- /*--------------
454
- Uncover
455
- ---------------*/
456
-
391
+ /* --------------
392
+ Uncover
393
+ --------------- */
457
394
 
458
395
  /* Initial */
459
396
  .ui.uncover.sidebar {
460
- -webkit-transform: translate3d(0, 0, 0);
461
- transform: translate3d(0, 0, 0);
397
+ transform: translate3d(0, 0, 0);
462
398
  z-index: 1;
463
399
  }
464
400
 
465
401
  /* End */
466
402
  .ui.visible.uncover.sidebar {
467
- -webkit-transform: translate3d(0, 0, 0);
468
- transform: translate3d(0, 0, 0);
469
- -webkit-transition: -webkit-transform 500ms ease;
470
- transition: -webkit-transform 500ms ease;
403
+ transform: translate3d(0, 0, 0);
471
404
  transition: transform 500ms ease;
472
- transition: transform 500ms ease, -webkit-transform 500ms ease;
473
405
  }
474
406
 
475
- /*--------------
476
- Slide Along
477
- ---------------*/
478
-
407
+ /* --------------
408
+ Slide Along
409
+ --------------- */
479
410
 
480
411
  /* Initial */
481
412
  .ui.slide.along.sidebar {
@@ -484,40 +415,31 @@ body.pushable > .pusher {
484
415
 
485
416
  /* Sidebar - Initial */
486
417
  .ui.left.slide.along.sidebar {
487
- -webkit-transform: translate3d(-50%, 0, 0);
488
- transform: translate3d(-50%, 0, 0);
418
+ transform: translate3d(-50%, 0, 0);
489
419
  }
490
420
  .ui.right.slide.along.sidebar {
491
- -webkit-transform: translate3d(50%, 0, 0);
492
- transform: translate3d(50%, 0, 0);
421
+ transform: translate3d(50%, 0, 0);
493
422
  }
494
423
  .ui.top.slide.along.sidebar {
495
- -webkit-transform: translate3d(0, -50%, 0);
496
- transform: translate3d(0, -50%, 0);
424
+ transform: translate3d(0, -50%, 0);
497
425
  }
498
426
  .ui.bottom.slide.along.sidebar {
499
- -webkit-transform: translate3d(0%, 50%, 0);
500
- transform: translate3d(0%, 50%, 0);
427
+ transform: translate3d(0, 50%, 0);
501
428
  }
502
429
 
503
430
  /* Animation */
504
431
  .ui.animating.slide.along.sidebar {
505
- -webkit-transition: -webkit-transform 500ms ease;
506
- transition: -webkit-transform 500ms ease;
507
432
  transition: transform 500ms ease;
508
- transition: transform 500ms ease, -webkit-transform 500ms ease;
509
433
  }
510
434
 
511
435
  /* End */
512
436
  .ui.visible.slide.along.sidebar {
513
- -webkit-transform: translate3d(0%, 0, 0);
514
- transform: translate3d(0%, 0, 0);
437
+ transform: translate3d(0, 0, 0);
515
438
  }
516
439
 
517
- /*--------------
518
- Slide Out
519
- ---------------*/
520
-
440
+ /* --------------
441
+ Slide Out
442
+ --------------- */
521
443
 
522
444
  /* Initial */
523
445
  .ui.slide.out.sidebar {
@@ -526,90 +448,67 @@ body.pushable > .pusher {
526
448
 
527
449
  /* Sidebar - Initial */
528
450
  .ui.left.slide.out.sidebar {
529
- -webkit-transform: translate3d(50%, 0, 0);
530
- transform: translate3d(50%, 0, 0);
451
+ transform: translate3d(50%, 0, 0);
531
452
  }
532
453
  .ui.right.slide.out.sidebar {
533
- -webkit-transform: translate3d(-50%, 0, 0);
534
- transform: translate3d(-50%, 0, 0);
454
+ transform: translate3d(-50%, 0, 0);
535
455
  }
536
456
  .ui.top.slide.out.sidebar {
537
- -webkit-transform: translate3d(0%, 50%, 0);
538
- transform: translate3d(0%, 50%, 0);
457
+ transform: translate3d(0, 50%, 0);
539
458
  }
540
459
  .ui.bottom.slide.out.sidebar {
541
- -webkit-transform: translate3d(0%, -50%, 0);
542
- transform: translate3d(0%, -50%, 0);
460
+ transform: translate3d(0, -50%, 0);
543
461
  }
544
462
 
545
463
  /* Animation */
546
464
  .ui.animating.slide.out.sidebar {
547
- -webkit-transition: -webkit-transform 500ms ease;
548
- transition: -webkit-transform 500ms ease;
549
465
  transition: transform 500ms ease;
550
- transition: transform 500ms ease, -webkit-transform 500ms ease;
551
466
  }
552
467
 
553
468
  /* End */
554
469
  .ui.visible.slide.out.sidebar {
555
- -webkit-transform: translate3d(0%, 0, 0);
556
- transform: translate3d(0%, 0, 0);
470
+ transform: translate3d(0, 0, 0);
557
471
  }
558
472
 
559
- /*--------------
560
- Scale Down
561
- ---------------*/
562
-
473
+ /* --------------
474
+ Scale Down
475
+ --------------- */
563
476
 
564
477
  /* Initial */
565
478
  .ui.scale.down.sidebar {
566
- -webkit-transition: -webkit-transform 500ms ease;
567
- transition: -webkit-transform 500ms ease;
568
479
  transition: transform 500ms ease;
569
- transition: transform 500ms ease, -webkit-transform 500ms ease;
570
480
  z-index: 102;
571
481
  }
572
482
  .ui.left.scale.down.sidebar {
573
- -webkit-transform: translate3d(-100%, 0, 0);
574
- transform: translate3d(-100%, 0, 0);
483
+ transform: translate3d(-100%, 0, 0);
575
484
  }
576
485
  .ui.right.scale.down.sidebar {
577
- -webkit-transform: translate3d(100%, 0, 0);
578
- transform: translate3d(100%, 0, 0);
486
+ transform: translate3d(100%, 0, 0);
579
487
  }
580
488
  .ui.top.scale.down.sidebar {
581
- -webkit-transform: translate3d(0%, -100%, 0);
582
- transform: translate3d(0%, -100%, 0);
489
+ transform: translate3d(0, -100%, 0);
583
490
  }
584
491
  .ui.bottom.scale.down.sidebar {
585
- -webkit-transform: translate3d(0%, 100%, 0);
586
- transform: translate3d(0%, 100%, 0);
492
+ transform: translate3d(0, 100%, 0);
587
493
  }
588
494
 
589
495
  /* Pusher - Initial */
590
496
  .ui.scale.down.left.sidebar ~ .pusher {
591
- -webkit-transform-origin: 75% 50%;
592
- transform-origin: 75% 50%;
497
+ transform-origin: 75% 50%;
593
498
  }
594
499
  .ui.scale.down.right.sidebar ~ .pusher {
595
- -webkit-transform-origin: 25% 50%;
596
- transform-origin: 25% 50%;
500
+ transform-origin: 25% 50%;
597
501
  }
598
502
  .ui.scale.down.top.sidebar ~ .pusher {
599
- -webkit-transform-origin: 50% 75%;
600
- transform-origin: 50% 75%;
503
+ transform-origin: 50% 75%;
601
504
  }
602
505
  .ui.scale.down.bottom.sidebar ~ .pusher {
603
- -webkit-transform-origin: 50% 25%;
604
- transform-origin: 50% 25%;
506
+ transform-origin: 50% 25%;
605
507
  }
606
508
 
607
509
  /* Animation */
608
510
  .ui.animating.scale.down > .visible.ui.sidebar {
609
- -webkit-transition: -webkit-transform 500ms ease;
610
- transition: -webkit-transform 500ms ease;
611
511
  transition: transform 500ms ease;
612
- transition: transform 500ms ease, -webkit-transform 500ms ease;
613
512
  }
614
513
  .ui.visible.scale.down.sidebar ~ .pusher,
615
514
  .ui.animating.scale.down.sidebar ~ .pusher {
@@ -621,12 +520,10 @@ body.pushable > .pusher {
621
520
 
622
521
  /* End */
623
522
  .ui.visible.scale.down.sidebar {
624
- -webkit-transform: translate3d(0, 0, 0);
625
- transform: translate3d(0, 0, 0);
523
+ transform: translate3d(0, 0, 0);
626
524
  }
627
525
  .ui.visible.scale.down.sidebar ~ .pusher {
628
- -webkit-transform: scale(0.75);
629
- transform: scale(0.75);
526
+ transform: scale(0.75);
630
527
  }
631
528
 
632
529