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 - Comment
3
- * http://github.com/fomantic/Fomantic-UI/
2
+ * # Fomantic-UI 2.9.2 - Comment
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
 
@@ -14,10 +14,9 @@
14
14
  *******************************/
15
15
 
16
16
 
17
- /*--------------
17
+ /* --------------
18
18
  Comments
19
- ---------------*/
20
-
19
+ --------------- */
21
20
  .ui.comments {
22
21
  margin: 1.5em 0;
23
22
  max-width: 650px;
@@ -29,10 +28,9 @@
29
28
  margin-bottom: 0;
30
29
  }
31
30
 
32
- /*--------------
31
+ /* --------------
33
32
  Comment
34
- ---------------*/
35
-
33
+ --------------- */
36
34
  .ui.comments .comment {
37
35
  position: relative;
38
36
  background: none;
@@ -47,10 +45,9 @@
47
45
  padding-top: 0;
48
46
  }
49
47
 
50
- /*--------------------
48
+ /* --------------------
51
49
  Nested Comments
52
- ---------------------*/
53
-
50
+ --------------------- */
54
51
  .ui.comments .comment > .comments {
55
52
  margin: 0 0 0.5em 0.5em;
56
53
  padding: 1em 0 1em 1em;
@@ -66,10 +63,9 @@
66
63
  background: none;
67
64
  }
68
65
 
69
- /*--------------
70
- Avatar
71
- ---------------*/
72
-
66
+ /* --------------
67
+ Avatar
68
+ --------------- */
73
69
  .ui.comments .comment .avatar {
74
70
  display: block;
75
71
  width: 2.5em;
@@ -86,10 +82,9 @@
86
82
  border-radius: 0.25rem;
87
83
  }
88
84
 
89
- /*--------------
85
+ /* --------------
90
86
  Content
91
- ---------------*/
92
-
87
+ --------------- */
93
88
  .ui.comments .comment > .content {
94
89
  display: block;
95
90
  }
@@ -99,10 +94,9 @@
99
94
  margin-left: 3.5em;
100
95
  }
101
96
 
102
- /*--------------
103
- Author
104
- ---------------*/
105
-
97
+ /* --------------
98
+ Author
99
+ --------------- */
106
100
  .ui.comments .comment .author {
107
101
  font-size: 1em;
108
102
  color: rgba(0, 0, 0, 0.87);
@@ -115,10 +109,9 @@
115
109
  color: #1e70bf;
116
110
  }
117
111
 
118
- /*--------------
119
- Metadata
120
- ---------------*/
121
-
112
+ /* --------------
113
+ Metadata
114
+ --------------- */
122
115
  .ui.comments .comment .metadata {
123
116
  display: inline-block;
124
117
  margin-left: 0.5em;
@@ -133,10 +126,9 @@
133
126
  margin-right: 0;
134
127
  }
135
128
 
136
- /*--------------------
129
+ /* --------------------
137
130
  Comment Text
138
- ---------------------*/
139
-
131
+ --------------------- */
140
132
  .ui.comments .comment .text {
141
133
  margin: 0.25em 0 0.5em;
142
134
  font-size: 1em;
@@ -145,10 +137,9 @@
145
137
  line-height: 1.3;
146
138
  }
147
139
 
148
- /*--------------------
149
- User Actions
150
- ---------------------*/
151
-
140
+ /* --------------------
141
+ User Actions
142
+ --------------------- */
152
143
  .ui.comments .comment .actions {
153
144
  font-size: 0.875em;
154
145
  }
@@ -166,10 +157,9 @@
166
157
  color: rgba(0, 0, 0, 0.8);
167
158
  }
168
159
 
169
- /*--------------------
170
- Reply Form
171
- ---------------------*/
172
-
160
+ /* --------------------
161
+ Reply Form
162
+ --------------------- */
173
163
  .ui.comments > .reply.form {
174
164
  margin-top: 1em;
175
165
  }
@@ -199,40 +189,34 @@
199
189
  *******************************/
200
190
 
201
191
 
202
- /*--------------------
203
- Threaded
204
- ---------------------*/
205
-
192
+ /* --------------------
193
+ Threaded
194
+ --------------------- */
206
195
  .ui.threaded.comments .comment > .comments {
207
196
  margin: -1.5em 0 -1em 1.25em;
208
197
  padding: 3em 0 2em 2.25em;
209
- -webkit-box-shadow: -1px 0 0 rgba(34, 36, 38, 0.15);
210
- box-shadow: -1px 0 0 rgba(34, 36, 38, 0.15);
198
+ box-shadow: -1px 0 0 rgba(34, 36, 38, 0.15);
211
199
  }
212
200
 
213
- /*--------------------
214
- Minimal
215
- ---------------------*/
216
-
201
+ /* --------------------
202
+ Minimal
203
+ --------------------- */
217
204
  .ui.minimal.comments .comment .actions {
218
205
  opacity: 0;
219
206
  position: absolute;
220
207
  top: 0;
221
208
  right: 0;
222
209
  left: auto;
223
- -webkit-transition: opacity 0.2s ease;
224
210
  transition: opacity 0.2s ease;
225
- -webkit-transition-delay: 0.1s;
226
- transition-delay: 0.1s;
211
+ transition-delay: 0.1s;
227
212
  }
228
213
  .ui.minimal.comments .comment > .content:hover > .actions {
229
214
  opacity: 1;
230
215
  }
231
216
 
232
- /*-------------------
217
+ /* -------------------
233
218
  Sizes
234
- --------------------*/
235
-
219
+ -------------------- */
236
220
  .ui.comments {
237
221
  font-size: 1rem;
238
222
  }
@@ -258,12 +242,11 @@
258
242
  font-size: 1.71428571rem;
259
243
  }
260
244
 
261
- /*-------------------
262
- Inverted
263
- --------------------*/
264
-
245
+ /* -------------------
246
+ Inverted
247
+ -------------------- */
265
248
  .ui.inverted.comments .comment {
266
- background-color: #1B1C1D;
249
+ background-color: #1b1c1d;
267
250
  }
268
251
  .ui.inverted.comments .comment .author,
269
252
  .ui.inverted.comments .comment .text {
@@ -279,8 +262,7 @@
279
262
  color: #ffffff;
280
263
  }
281
264
  .ui.inverted.threaded.comments .comment > .comments {
282
- -webkit-box-shadow: -1px 0 0 #555555;
283
- box-shadow: -1px 0 0 #555555;
265
+ box-shadow: -1px 0 0 #555;
284
266
  }
285
267
 
286
268
 
@@ -1,10 +1,10 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.0 - Feed
3
- * http://github.com/fomantic/Fomantic-UI/
2
+ * # Fomantic-UI 2.9.2 - Feed
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
 
@@ -31,13 +31,8 @@
31
31
 
32
32
  /* Event */
33
33
  .ui.feed > .event {
34
- display: -webkit-box;
35
- display: -ms-flexbox;
36
34
  display: flex;
37
- -webkit-box-orient: horizontal;
38
- -webkit-box-direction: normal;
39
- -ms-flex-direction: row;
40
- flex-direction: row;
35
+ flex-direction: row;
41
36
  width: 100%;
42
37
  padding: 0.21428571rem 0;
43
38
  margin: 0;
@@ -55,13 +50,10 @@
55
50
  /* Event Label */
56
51
  .ui.feed > .event > .label {
57
52
  display: block;
58
- -webkit-box-flex: 0;
59
- -ms-flex: 0 0 auto;
60
- flex: 0 0 auto;
53
+ flex: 0 0 auto;
61
54
  width: 2.5em;
62
55
  height: auto;
63
- -ms-flex-item-align: stretch;
64
- align-self: stretch;
56
+ align-self: stretch;
65
57
  text-align: left;
66
58
  }
67
59
  .ui.feed > .event > .label .icon {
@@ -83,19 +75,15 @@
83
75
  margin: 0.5em 0 0.35714286em 1.14285714em;
84
76
  }
85
77
 
86
- /*--------------
78
+ /* --------------
87
79
  Content
88
- ---------------*/
89
-
80
+ --------------- */
90
81
 
91
82
  /* Content */
92
83
  .ui.feed > .event > .content {
93
84
  display: block;
94
- -webkit-box-flex: 1;
95
- -ms-flex: 1 1 auto;
96
- flex: 1 1 auto;
97
- -ms-flex-item-align: stretch;
98
- align-self: stretch;
85
+ flex: 1 1 auto;
86
+ align-self: stretch;
99
87
  text-align: left;
100
88
  word-wrap: break-word;
101
89
  }
@@ -108,10 +96,9 @@
108
96
  cursor: pointer;
109
97
  }
110
98
 
111
- /*--------------
112
- Date
113
- ---------------*/
114
-
99
+ /* --------------
100
+ Date
101
+ --------------- */
115
102
  .ui.feed > .event > .content .date {
116
103
  margin: -0.5rem 0 0;
117
104
  padding: 0;
@@ -121,10 +108,9 @@
121
108
  font-style: normal;
122
109
  }
123
110
 
124
- /*--------------
125
- Summary
126
- ---------------*/
127
-
111
+ /* --------------
112
+ Summary
113
+ --------------- */
128
114
  .ui.feed > .event > .content .summary {
129
115
  margin: 0;
130
116
  font-size: 1em;
@@ -142,10 +128,9 @@
142
128
  vertical-align: middle;
143
129
  }
144
130
 
145
- /*--------------
146
- Inline Date
147
- ---------------*/
148
-
131
+ /* --------------
132
+ Inline Date
133
+ --------------- */
149
134
 
150
135
  /* Date inside Summary */
151
136
  .ui.feed > .event > .content .summary > .date {
@@ -159,10 +144,9 @@
159
144
  color: rgba(0, 0, 0, 0.4);
160
145
  }
161
146
 
162
- /*--------------
163
- User
164
- ---------------*/
165
-
147
+ /* --------------
148
+ User
149
+ --------------- */
166
150
  .ui.feed > .event > .content .user {
167
151
  display: inline-block;
168
152
  font-weight: bold;
@@ -176,10 +160,9 @@
176
160
  vertical-align: middle;
177
161
  }
178
162
 
179
- /*--------------
180
- Extra Summary
181
- ---------------*/
182
-
163
+ /* --------------
164
+ Extra Summary
165
+ --------------- */
183
166
  .ui.feed > .event > .content .extra {
184
167
  margin: 0.5em 0 0;
185
168
  background: none;
@@ -203,10 +186,9 @@
203
186
  line-height: 1.4285em;
204
187
  }
205
188
 
206
- /*--------------
207
- Meta
208
- ---------------*/
209
-
189
+ /* --------------
190
+ Meta
191
+ --------------- */
210
192
  .ui.feed > .event > .content .meta {
211
193
  display: inline-block;
212
194
  font-size: 0.85714286em;
@@ -214,8 +196,7 @@
214
196
  background: none;
215
197
  border: none;
216
198
  border-radius: 0;
217
- -webkit-box-shadow: none;
218
- box-shadow: none;
199
+ box-shadow: none;
219
200
  padding: 0;
220
201
  color: rgba(0, 0, 0, 0.6);
221
202
  }
@@ -224,7 +205,7 @@
224
205
  margin-left: 0.75em;
225
206
  }
226
207
  .ui.feed > .event > .content .meta > *::after {
227
- content: '';
208
+ content: "";
228
209
  color: rgba(0, 0, 0, 0.2);
229
210
  top: 0;
230
211
  left: -1em;
@@ -233,15 +214,14 @@
233
214
  vertical-align: top;
234
215
  }
235
216
  .ui.feed > .event > .content .meta .like {
236
- color: '';
237
- -webkit-transition: 0.2s color ease;
217
+ color: "";
238
218
  transition: 0.2s color ease;
239
219
  }
240
220
  .ui.feed > .event > .content .meta .like:hover i.icon {
241
- color: #FF2733;
221
+ color: #ff2733;
242
222
  }
243
223
  .ui.feed > .event > .content .meta .active.like i.icon {
244
- color: #EF404A;
224
+ color: #ef404a;
245
225
  }
246
226
 
247
227
  /* First element */
@@ -258,7 +238,6 @@
258
238
  cursor: pointer;
259
239
  opacity: 1;
260
240
  color: rgba(0, 0, 0, 0.5);
261
- -webkit-transition: color 0.1s ease;
262
241
  transition: color 0.1s ease;
263
242
  }
264
243
  .ui.feed > .event > .content .meta a:hover,
@@ -297,12 +276,11 @@
297
276
  font-size: 1.71428571rem;
298
277
  }
299
278
 
300
- /*------------------
301
- Inverted
302
- -------------------*/
303
-
279
+ /* ------------------
280
+ Inverted
281
+ ------------------- */
304
282
  .ui.inverted.feed > .event {
305
- background: #1B1C1D;
283
+ background: #1b1c1d;
306
284
  }
307
285
  .ui.inverted.feed > .event > .content .date,
308
286
  .ui.inverted.feed > .event > .content .meta .like {