fomantic-ui-sass 2.9.0 → 2.9.1

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 (103) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/fonts/semantic-ui/Lato-Bold.woff +0 -0
  3. data/app/assets/fonts/semantic-ui/Lato-Bold.woff2 +0 -0
  4. data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff +0 -0
  5. data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff2 +0 -0
  6. data/app/assets/fonts/semantic-ui/Lato-Italic.woff +0 -0
  7. data/app/assets/fonts/semantic-ui/Lato-Italic.woff2 +0 -0
  8. data/app/assets/fonts/semantic-ui/Lato-Regular.woff +0 -0
  9. data/app/assets/fonts/semantic-ui/Lato-Regular.woff2 +0 -0
  10. data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff +0 -0
  11. data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff2 +0 -0
  12. data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff +0 -0
  13. data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff2 +0 -0
  14. data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff +0 -0
  15. data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff2 +0 -0
  16. data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff +0 -0
  17. data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff2 +0 -0
  18. data/app/assets/fonts/semantic-ui/brand-icons.woff +0 -0
  19. data/app/assets/fonts/semantic-ui/brand-icons.woff2 +0 -0
  20. data/app/assets/fonts/semantic-ui/icons.woff +0 -0
  21. data/app/assets/fonts/semantic-ui/icons.woff2 +0 -0
  22. data/app/assets/fonts/semantic-ui/outline-icons.woff +0 -0
  23. data/app/assets/fonts/semantic-ui/outline-icons.woff2 +0 -0
  24. data/app/assets/javascripts/semantic-ui/accordion.js +569 -596
  25. data/app/assets/javascripts/semantic-ui/api.js +1158 -1180
  26. data/app/assets/javascripts/semantic-ui/calendar.js +1935 -1810
  27. data/app/assets/javascripts/semantic-ui/checkbox.js +843 -842
  28. data/app/assets/javascripts/semantic-ui/dimmer.js +707 -738
  29. data/app/assets/javascripts/semantic-ui/dropdown.js +4196 -4237
  30. data/app/assets/javascripts/semantic-ui/embed.js +646 -676
  31. data/app/assets/javascripts/semantic-ui/flyout.js +1515 -1466
  32. data/app/assets/javascripts/semantic-ui/form.js +2023 -2005
  33. data/app/assets/javascripts/semantic-ui/modal.js +1545 -1487
  34. data/app/assets/javascripts/semantic-ui/nag.js +521 -527
  35. data/app/assets/javascripts/semantic-ui/popup.js +1457 -1457
  36. data/app/assets/javascripts/semantic-ui/progress.js +970 -998
  37. data/app/assets/javascripts/semantic-ui/rating.js +508 -524
  38. data/app/assets/javascripts/semantic-ui/search.js +1521 -1535
  39. data/app/assets/javascripts/semantic-ui/shape.js +784 -811
  40. data/app/assets/javascripts/semantic-ui/sidebar.js +1062 -1100
  41. data/app/assets/javascripts/semantic-ui/site.js +437 -477
  42. data/app/assets/javascripts/semantic-ui/slider.js +1311 -1312
  43. data/app/assets/javascripts/semantic-ui/state.js +639 -658
  44. data/app/assets/javascripts/semantic-ui/sticky.js +848 -902
  45. data/app/assets/javascripts/semantic-ui/tab.js +903 -967
  46. data/app/assets/javascripts/semantic-ui/toast.js +911 -885
  47. data/app/assets/javascripts/semantic-ui/transition.js +1049 -1078
  48. data/app/assets/javascripts/semantic-ui/visibility.js +1214 -1246
  49. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +7 -7
  50. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +246 -341
  51. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +185 -331
  52. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +272 -433
  53. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +127 -199
  54. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +549 -776
  55. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +711 -1123
  56. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +9 -8
  57. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +45 -63
  58. data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +3556 -3556
  59. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +272 -270
  60. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +120 -144
  61. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +667 -747
  62. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +41 -65
  63. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +358 -276
  64. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +361 -412
  65. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +51 -72
  66. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +69 -157
  67. data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +24 -44
  68. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +17 -22
  69. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +46 -85
  70. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +150 -226
  71. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +79 -152
  72. data/app/assets/stylesheets/semantic-ui/elements/_text.scss +33 -33
  73. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +10 -15
  74. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +30 -43
  75. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +37 -55
  76. data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +26 -29
  77. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +122 -193
  78. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +55 -174
  79. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +254 -388
  80. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +20 -31
  81. data/app/assets/stylesheets/semantic-ui/modules/_flyout.scss +97 -143
  82. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +122 -156
  83. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +55 -65
  84. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +426 -204
  85. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +108 -213
  86. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +83 -124
  87. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +71 -100
  88. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +16 -32
  89. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +105 -208
  90. data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +93 -121
  91. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +3 -7
  92. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +12 -16
  93. data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +71 -149
  94. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +371 -1282
  95. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +36 -47
  96. data/app/assets/stylesheets/semantic-ui/views/_card.scss +221 -367
  97. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +43 -61
  98. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +37 -59
  99. data/app/assets/stylesheets/semantic-ui/views/_item.scss +86 -133
  100. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +77 -118
  101. data/lib/fomantic/ui/sass/version.rb +2 -2
  102. data/tasks/converter.rb +1 -1
  103. metadata +17 -1
@@ -1,39 +1,26 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.0 - Loader
3
- * http://github.com/fomantic/Fomantic-UI/
2
+ * # Fomantic-UI 2.9.1 - Loader
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
 
11
- /*-------------------
11
+ /* -------------------
12
12
  Content
13
- --------------------*/
14
-
13
+ -------------------- */
15
14
  .ui.placeholder {
16
15
  position: static;
17
16
  overflow: hidden;
18
- -webkit-animation: placeholderShimmer 2s linear;
19
- animation: placeholderShimmer 2s linear;
20
- -webkit-animation-iteration-count: infinite;
21
- animation-iteration-count: infinite;
22
- background-color: #FFFFFF;
23
- background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.08)), color-stop(15%, rgba(0, 0, 0, 0.15)), color-stop(30%, rgba(0, 0, 0, 0.08)));
24
- background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.08) 0, rgba(0, 0, 0, 0.15) 15%, rgba(0, 0, 0, 0.08) 30%);
17
+ animation: placeholderShimmer 2s linear;
18
+ animation-iteration-count: infinite;
19
+ background-color: #fff;
25
20
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.08) 0, rgba(0, 0, 0, 0.15) 15%, rgba(0, 0, 0, 0.08) 30%);
26
21
  background-size: 1200px 100%;
27
22
  max-width: 30rem;
28
23
  }
29
- @-webkit-keyframes placeholderShimmer {
30
- 0% {
31
- background-position: -1200px 0;
32
- }
33
- 100% {
34
- background-position: 1200px 0;
35
- }
36
- }
37
24
  @keyframes placeholderShimmer {
38
25
  0% {
39
26
  background-position: -1200px 0;
@@ -46,27 +33,23 @@
46
33
  margin-top: 2rem;
47
34
  }
48
35
  .ui.placeholder + .ui.placeholder {
49
- -webkit-animation-delay: 0.15s;
50
- animation-delay: 0.15s;
36
+ animation-delay: 0.15s;
51
37
  }
52
38
  .ui.placeholder + .ui.placeholder + .ui.placeholder {
53
- -webkit-animation-delay: 0.3s;
54
- animation-delay: 0.3s;
39
+ animation-delay: 0.3s;
55
40
  }
56
41
  .ui.placeholder + .ui.placeholder + .ui.placeholder + .ui.placeholder {
57
- -webkit-animation-delay: 0.45s;
58
- animation-delay: 0.45s;
42
+ animation-delay: 0.45s;
59
43
  }
60
44
  .ui.placeholder + .ui.placeholder + .ui.placeholder + .ui.placeholder + .ui.placeholder {
61
- -webkit-animation-delay: 0.6s;
62
- animation-delay: 0.6s;
45
+ animation-delay: 0.6s;
63
46
  }
64
47
  .ui.placeholder,
65
48
  .ui.placeholder > ::before,
66
49
  .ui.placeholder .image.header::after,
67
50
  .ui.placeholder .line,
68
51
  .ui.placeholder .line::after {
69
- background-color: #FFFFFF;
52
+ background-color: #fff;
70
53
  }
71
54
  .ui.placeholder.hidden {
72
55
  display: none;
@@ -100,7 +83,7 @@
100
83
  .ui.placeholder .line::after {
101
84
  top: 100%;
102
85
  position: absolute;
103
- content: '';
86
+ content: "";
104
87
  background-color: inherit;
105
88
  }
106
89
  .ui.placeholder .line::before {
@@ -145,7 +128,7 @@
145
128
  overflow: hidden;
146
129
  }
147
130
 
148
- /* Header Line 1 & 2*/
131
+ /* Header Line 1 & 2 */
149
132
  .ui.placeholder .header .line {
150
133
  margin-bottom: 0.64285714em;
151
134
  }
@@ -162,6 +145,7 @@
162
145
  .ui.placeholder .header .line:nth-child(2)::after {
163
146
  width: 60%;
164
147
  }
148
+
165
149
  /* Image Header */
166
150
  .ui.placeholder .image.header .line {
167
151
  margin-left: 3em;
@@ -172,7 +156,7 @@
172
156
  .ui.placeholder .image.header::after {
173
157
  display: block;
174
158
  height: 0.85714286em;
175
- content: '';
159
+ content: "";
176
160
  margin-left: 3em;
177
161
  }
178
162
 
@@ -186,14 +170,12 @@
186
170
  .ui.placeholder .paragraph:not(:first-child)::before,
187
171
  .ui.placeholder .header:not(:first-child)::before {
188
172
  height: 1.42857143em;
189
- content: '';
173
+ content: "";
190
174
  display: block;
191
175
  }
192
176
 
193
177
  /* Inverted Content Loader */
194
178
  .ui.inverted.placeholder {
195
- background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.08)), color-stop(15%, rgba(255, 255, 255, 0.14)), color-stop(30%, rgba(255, 255, 255, 0.08)));
196
- background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.08) 0, rgba(255, 255, 255, 0.14) 15%, rgba(255, 255, 255, 0.08) 30%);
197
179
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.08) 0, rgba(255, 255, 255, 0.14) 15%, rgba(255, 255, 255, 0.08) 30%);
198
180
  }
199
181
  .ui.inverted.placeholder,
@@ -201,7 +183,7 @@
201
183
  .ui.inverted.placeholder .image.header::after,
202
184
  .ui.inverted.placeholder .line,
203
185
  .ui.inverted.placeholder .line::after {
204
- background-color: #1B1C1D;
186
+ background-color: #1b1c1d;
205
187
  }
206
188
 
207
189
 
@@ -210,10 +192,9 @@
210
192
  *******************************/
211
193
 
212
194
 
213
- /*-------------------
195
+ /* -------------------
214
196
  Sizes
215
- --------------------*/
216
-
197
+ -------------------- */
217
198
  .ui.placeholder .full.line.line.line::after {
218
199
  width: 0;
219
200
  }
@@ -233,10 +214,9 @@
233
214
  width: 80%;
234
215
  }
235
216
 
236
- /*-------------------
237
- Fluid
238
- --------------------*/
239
-
217
+ /* -------------------
218
+ Fluid
219
+ -------------------- */
240
220
  .ui.fluid.placeholder {
241
221
  max-width: none;
242
222
  }
@@ -1,10 +1,10 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.0 - Rail
3
- * http://github.com/fomantic/Fomantic-UI/
2
+ * # Fomantic-UI 2.9.1 - Rail
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
 
@@ -38,10 +38,9 @@
38
38
  *******************************/
39
39
 
40
40
 
41
- /*--------------
42
- Internal
43
- ---------------*/
44
-
41
+ /* --------------
42
+ Internal
43
+ --------------- */
45
44
  .ui.left.internal.rail {
46
45
  left: 0;
47
46
  right: auto;
@@ -55,10 +54,9 @@
55
54
  margin: 0 2rem 0 0;
56
55
  }
57
56
 
58
- /*--------------
59
- Dividing
60
- ---------------*/
61
-
57
+ /* --------------
58
+ Dividing
59
+ --------------- */
62
60
  .ui.dividing.rail {
63
61
  width: 302.5px;
64
62
  }
@@ -73,10 +71,9 @@
73
71
  margin: 0 0 0 2.5rem;
74
72
  }
75
73
 
76
- /*--------------
77
- Distance
78
- ---------------*/
79
-
74
+ /* --------------
75
+ Distance
76
+ --------------- */
80
77
  .ui.close.rail {
81
78
  width: calc(300px + 1em);
82
79
  }
@@ -100,20 +97,18 @@
100
97
  margin: 0 0 0 0.5em;
101
98
  }
102
99
 
103
- /*--------------
104
- Attached
105
- ---------------*/
106
-
100
+ /* --------------
101
+ Attached
102
+ --------------- */
107
103
  .ui.attached.left.rail,
108
104
  .ui.attached.right.rail {
109
105
  padding: 0;
110
106
  margin: 0;
111
107
  }
112
108
 
113
- /*--------------
109
+ /* --------------
114
110
  Sizing
115
- ---------------*/
116
-
111
+ --------------- */
117
112
  .ui.rail {
118
113
  font-size: 1rem;
119
114
  }
@@ -1,10 +1,10 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.0 - Reveal
3
- * http://github.com/fomantic/Fomantic-UI/
2
+ * # Fomantic-UI 2.9.1 - Reveal
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
 
@@ -23,7 +23,6 @@
23
23
  top: 0 !important;
24
24
  left: 0 !important;
25
25
  z-index: 3 !important;
26
- -webkit-transition: all 0.5s ease 0.1s;
27
26
  transition: all 0.5s ease 0.1s;
28
27
  }
29
28
  .ui.reveal > .hidden.content {
@@ -43,10 +42,9 @@
43
42
  *******************************/
44
43
 
45
44
 
46
- /*--------------
47
- Slide
48
- ---------------*/
49
-
45
+ /* --------------
46
+ Slide
47
+ --------------- */
50
48
  .ui.slide.reveal {
51
49
  position: relative !important;
52
50
  overflow: hidden !important;
@@ -58,10 +56,7 @@
58
56
  white-space: normal;
59
57
  float: left;
60
58
  margin: 0;
61
- -webkit-transition: -webkit-transform 0.5s ease 0.1s;
62
- transition: -webkit-transform 0.5s ease 0.1s;
63
59
  transition: transform 0.5s ease 0.1s;
64
- transition: transform 0.5s ease 0.1s, -webkit-transform 0.5s ease 0.1s;
65
60
  }
66
61
  .ui.slide.reveal > .visible.content {
67
62
  position: relative !important;
@@ -70,70 +65,56 @@
70
65
  position: absolute !important;
71
66
  left: 0 !important;
72
67
  width: 100% !important;
73
- -webkit-transform: translateX(100%) !important;
74
- transform: translateX(100%) !important;
68
+ transform: translateX(100%) !important;
75
69
  }
76
70
  .ui.slide.active.reveal > .visible.content,
77
71
  .ui.slide.reveal:hover > .visible.content {
78
- -webkit-transform: translateX(-100%) !important;
79
- transform: translateX(-100%) !important;
72
+ transform: translateX(-100%) !important;
80
73
  }
81
74
  .ui.slide.active.reveal > .hidden.content,
82
75
  .ui.slide.reveal:hover > .hidden.content {
83
- -webkit-transform: translateX(0%) !important;
84
- transform: translateX(0%) !important;
76
+ transform: translateX(0) !important;
85
77
  }
86
78
  .ui.slide.right.reveal > .visible.content {
87
- -webkit-transform: translateX(0%) !important;
88
- transform: translateX(0%) !important;
79
+ transform: translateX(0) !important;
89
80
  }
90
81
  .ui.slide.right.reveal > .hidden.content {
91
- -webkit-transform: translateX(-100%) !important;
92
- transform: translateX(-100%) !important;
82
+ transform: translateX(-100%) !important;
93
83
  }
94
84
  .ui.slide.right.active.reveal > .visible.content,
95
85
  .ui.slide.right.reveal:hover > .visible.content {
96
- -webkit-transform: translateX(100%) !important;
97
- transform: translateX(100%) !important;
86
+ transform: translateX(100%) !important;
98
87
  }
99
88
  .ui.slide.right.active.reveal > .hidden.content,
100
89
  .ui.slide.right.reveal:hover > .hidden.content {
101
- -webkit-transform: translateX(0%) !important;
102
- transform: translateX(0%) !important;
90
+ transform: translateX(0) !important;
103
91
  }
104
92
  .ui.slide.up.reveal > .hidden.content {
105
- -webkit-transform: translateY(100%) !important;
106
- transform: translateY(100%) !important;
93
+ transform: translateY(100%) !important;
107
94
  }
108
95
  .ui.slide.up.active.reveal > .visible.content,
109
96
  .ui.slide.up.reveal:hover > .visible.content {
110
- -webkit-transform: translateY(-100%) !important;
111
- transform: translateY(-100%) !important;
97
+ transform: translateY(-100%) !important;
112
98
  }
113
99
  .ui.slide.up.active.reveal > .hidden.content,
114
100
  .ui.slide.up.reveal:hover > .hidden.content {
115
- -webkit-transform: translateY(0%) !important;
116
- transform: translateY(0%) !important;
101
+ transform: translateY(0) !important;
117
102
  }
118
103
  .ui.slide.down.reveal > .hidden.content {
119
- -webkit-transform: translateY(-100%) !important;
120
- transform: translateY(-100%) !important;
104
+ transform: translateY(-100%) !important;
121
105
  }
122
106
  .ui.slide.down.active.reveal > .visible.content,
123
107
  .ui.slide.down.reveal:hover > .visible.content {
124
- -webkit-transform: translateY(100%) !important;
125
- transform: translateY(100%) !important;
108
+ transform: translateY(100%) !important;
126
109
  }
127
110
  .ui.slide.down.active.reveal > .hidden.content,
128
111
  .ui.slide.down.reveal:hover > .hidden.content {
129
- -webkit-transform: translateY(0%) !important;
130
- transform: translateY(0%) !important;
112
+ transform: translateY(0) !important;
131
113
  }
132
114
 
133
- /*--------------
134
- Fade
135
- ---------------*/
136
-
115
+ /* --------------
116
+ Fade
117
+ --------------- */
137
118
  .ui.fade.reveal > .visible.content {
138
119
  opacity: 1;
139
120
  }
@@ -142,10 +123,9 @@
142
123
  opacity: 0;
143
124
  }
144
125
 
145
- /*--------------
146
- Move
147
- ---------------*/
148
-
126
+ /* --------------
127
+ Move
128
+ --------------- */
149
129
  .ui.move.reveal {
150
130
  position: relative !important;
151
131
  overflow: hidden !important;
@@ -156,10 +136,7 @@
156
136
  float: left;
157
137
  white-space: normal;
158
138
  margin: 0;
159
- -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0.1s;
160
- transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0.1s;
161
139
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0.1s;
162
- transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0.1s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0.1s;
163
140
  }
164
141
  .ui.move.reveal > .visible.content {
165
142
  position: relative !important;
@@ -171,55 +148,44 @@
171
148
  }
172
149
  .ui.move.active.reveal > .visible.content,
173
150
  .ui.move.reveal:hover > .visible.content {
174
- -webkit-transform: translateX(-100%) !important;
175
- transform: translateX(-100%) !important;
151
+ transform: translateX(-100%) !important;
176
152
  }
177
153
  .ui.move.right.active.reveal > .visible.content,
178
154
  .ui.move.right.reveal:hover > .visible.content {
179
- -webkit-transform: translateX(100%) !important;
180
- transform: translateX(100%) !important;
155
+ transform: translateX(100%) !important;
181
156
  }
182
157
  .ui.move.up.active.reveal > .visible.content,
183
158
  .ui.move.up.reveal:hover > .visible.content {
184
- -webkit-transform: translateY(-100%) !important;
185
- transform: translateY(-100%) !important;
159
+ transform: translateY(-100%) !important;
186
160
  }
187
161
  .ui.move.down.active.reveal > .visible.content,
188
162
  .ui.move.down.reveal:hover > .visible.content {
189
- -webkit-transform: translateY(100%) !important;
190
- transform: translateY(100%) !important;
163
+ transform: translateY(100%) !important;
191
164
  }
192
165
 
193
- /*--------------
194
- Rotate
195
- ---------------*/
196
-
166
+ /* --------------
167
+ Rotate
168
+ --------------- */
197
169
  .ui.rotate.reveal > .visible.content {
198
- -webkit-transition-duration: 0.5s;
199
- transition-duration: 0.5s;
200
- -webkit-transform: rotate(0deg);
201
- transform: rotate(0deg);
170
+ transition-duration: 0.5s;
171
+ transform: rotate(0);
202
172
  }
203
173
  .ui.rotate.reveal > .visible.content,
204
174
  .ui.rotate.right.reveal > .visible.content {
205
- -webkit-transform-origin: bottom right;
206
- transform-origin: bottom right;
175
+ transform-origin: bottom right;
207
176
  }
208
177
  .ui.rotate.active.reveal > .visible.content,
209
178
  .ui.rotate.reveal:hover > .visible.content,
210
179
  .ui.rotate.right.active.reveal > .visible.content,
211
180
  .ui.rotate.right.reveal:hover > .visible.content {
212
- -webkit-transform: rotate(110deg);
213
- transform: rotate(110deg);
181
+ transform: rotate(110deg);
214
182
  }
215
183
  .ui.rotate.left.reveal > .visible.content {
216
- -webkit-transform-origin: bottom left;
217
- transform-origin: bottom left;
184
+ transform-origin: bottom left;
218
185
  }
219
186
  .ui.rotate.left.active.reveal > .visible.content,
220
187
  .ui.rotate.left.reveal:hover > .visible.content {
221
- -webkit-transform: rotate(-110deg);
222
- transform: rotate(-110deg);
188
+ transform: rotate(-110deg);
223
189
  }
224
190
 
225
191
 
@@ -235,8 +201,7 @@
235
201
  left: 0 !important;
236
202
  right: auto !important;
237
203
  bottom: auto !important;
238
- -webkit-transform: none !important;
239
- transform: none !important;
204
+ transform: none !important;
240
205
  }
241
206
  .ui.disabled.reveal:hover > .hidden.hidden.content {
242
207
  display: none !important;
@@ -257,27 +222,23 @@
257
222
  *******************************/
258
223
 
259
224
 
260
- /*--------------
225
+ /* --------------
261
226
  Visible
262
- ---------------*/
263
-
227
+ --------------- */
264
228
  .ui.visible.reveal {
265
229
  overflow: visible;
266
230
  }
267
231
 
268
- /*--------------
232
+ /* --------------
269
233
  Instant
270
- ---------------*/
271
-
234
+ --------------- */
272
235
  .ui.instant.reveal > .content {
273
- -webkit-transition-delay: 0s !important;
274
- transition-delay: 0s !important;
236
+ transition-delay: 0s !important;
275
237
  }
276
238
 
277
- /*--------------
239
+ /* --------------
278
240
  Sizing
279
- ---------------*/
280
-
241
+ --------------- */
281
242
  .ui.reveal > .content {
282
243
  font-size: 1rem;
283
244
  }