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,11 +1,11 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.0 - Ad
3
- * http://github.com/fomantic/Fomantic-UI/
2
+ * # Fomantic-UI 2.9.1 - Ad
3
+ * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
6
  * Copyright 2013 Contributors
7
7
  * Released under the MIT license
8
- * http://opensource.org/licenses/MIT
8
+ * https://opensource.org/licenses/MIT
9
9
  *
10
10
  */
11
11
 
@@ -32,10 +32,9 @@
32
32
  overflow: hidden;
33
33
  }
34
34
 
35
- /*--------------
35
+ /* --------------
36
36
  Common
37
- ---------------*/
38
-
37
+ --------------- */
39
38
 
40
39
  /* Leaderboard */
41
40
  .ui.leaderboard.ad {
@@ -61,10 +60,9 @@
61
60
  height: 600px;
62
61
  }
63
62
 
64
- /*--------------
65
- Square
66
- ---------------*/
67
-
63
+ /* --------------
64
+ Square
65
+ --------------- */
68
66
 
69
67
  /* Square */
70
68
  .ui.square.ad {
@@ -78,10 +76,9 @@
78
76
  height: 200px;
79
77
  }
80
78
 
81
- /*--------------
82
- Rectangle
83
- ---------------*/
84
-
79
+ /* --------------
80
+ Rectangle
81
+ --------------- */
85
82
 
86
83
  /* Small Rectangle */
87
84
  .ui[class*="small rectangle"].ad {
@@ -95,10 +92,9 @@
95
92
  height: 400px;
96
93
  }
97
94
 
98
- /*--------------
99
- Button
100
- ---------------*/
101
-
95
+ /* --------------
96
+ Button
97
+ --------------- */
102
98
  .ui.button.ad {
103
99
  width: 120px;
104
100
  height: 90px;
@@ -112,10 +108,9 @@
112
108
  height: 60px;
113
109
  }
114
110
 
115
- /*--------------
116
- Skyscrapers
117
- ---------------*/
118
-
111
+ /* --------------
112
+ Skyscrapers
113
+ --------------- */
119
114
 
120
115
  /* Skyscraper */
121
116
  .ui.skyscraper.ad {
@@ -128,10 +123,9 @@
128
123
  width: 160px;
129
124
  }
130
125
 
131
- /*--------------
132
- Banners
133
- ---------------*/
134
-
126
+ /* --------------
127
+ Banners
128
+ --------------- */
135
129
 
136
130
  /* Banner */
137
131
  .ui.banner.ad {
@@ -157,10 +151,9 @@
157
151
  height: 60px;
158
152
  }
159
153
 
160
- /*--------------
154
+ /* --------------
161
155
  Boards
162
- ---------------*/
163
-
156
+ --------------- */
164
157
 
165
158
  /* Leaderboard */
166
159
  .ui[class*="large leaderboard"].ad {
@@ -174,10 +167,9 @@
174
167
  height: 250px;
175
168
  }
176
169
 
177
- /*--------------
178
- Panorama
179
- ---------------*/
180
-
170
+ /* --------------
171
+ Panorama
172
+ --------------- */
181
173
 
182
174
  /* Panorama */
183
175
  .ui.panorama.ad {
@@ -185,10 +177,9 @@
185
177
  height: 120px;
186
178
  }
187
179
 
188
- /*--------------
189
- Netboard
190
- ---------------*/
191
-
180
+ /* --------------
181
+ Netboard
182
+ --------------- */
192
183
 
193
184
  /* Netboard */
194
185
  .ui.netboard.ad {
@@ -196,10 +187,9 @@
196
187
  height: 400px;
197
188
  }
198
189
 
199
- /*--------------
200
- Mobile
201
- ---------------*/
202
-
190
+ /* --------------
191
+ Mobile
192
+ --------------- */
203
193
 
204
194
  /* Large Mobile Banner */
205
195
  .ui[class*="large mobile banner"].ad {
@@ -215,8 +205,8 @@
215
205
 
216
206
 
217
207
  /*******************************
218
- Types
219
- *******************************/
208
+ Types
209
+ *******************************/
220
210
 
221
211
 
222
212
  /* Mobile Sizes */
@@ -248,10 +238,9 @@
248
238
  left: 50%;
249
239
  width: 100%;
250
240
  text-align: center;
251
- -webkit-transform: translateX(-50%) translateY(-50%);
252
- transform: translateX(-50%) translateY(-50%);
253
- content: 'Ad';
254
- color: #FFFFFF;
241
+ transform: translateX(-50%) translateY(-50%);
242
+ content: "Ad";
243
+ color: #fff;
255
244
  font-size: 1em;
256
245
  font-weight: bold;
257
246
  }