semantic-ui-sass 1.8.1.0 → 1.11.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (76) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/app/assets/fonts/semantic-ui/icons.eot +0 -0
  4. data/app/assets/fonts/semantic-ui/icons.otf +0 -0
  5. data/app/assets/fonts/semantic-ui/icons.svg +526 -465
  6. data/app/assets/fonts/semantic-ui/icons.ttf +0 -0
  7. data/app/assets/fonts/semantic-ui/icons.woff +0 -0
  8. data/app/assets/javascripts/semantic-ui/accordion.js +63 -43
  9. data/app/assets/javascripts/semantic-ui/api.js +38 -18
  10. data/app/assets/javascripts/semantic-ui/checkbox.js +6 -4
  11. data/app/assets/javascripts/semantic-ui/colorize.js +3 -3
  12. data/app/assets/javascripts/semantic-ui/dimmer.js +57 -15
  13. data/app/assets/javascripts/semantic-ui/dropdown.js +65 -27
  14. data/app/assets/javascripts/semantic-ui/form.js +108 -29
  15. data/app/assets/javascripts/semantic-ui/modal.js +31 -31
  16. data/app/assets/javascripts/semantic-ui/nag.js +4 -4
  17. data/app/assets/javascripts/semantic-ui/popup.js +74 -37
  18. data/app/assets/javascripts/semantic-ui/progress.js +4 -4
  19. data/app/assets/javascripts/semantic-ui/rating.js +4 -4
  20. data/app/assets/javascripts/semantic-ui/search.js +67 -26
  21. data/app/assets/javascripts/semantic-ui/shape.js +4 -4
  22. data/app/assets/javascripts/semantic-ui/sidebar.js +22 -17
  23. data/app/assets/javascripts/semantic-ui/site.js +3 -3
  24. data/app/assets/javascripts/semantic-ui/state.js +30 -25
  25. data/app/assets/javascripts/semantic-ui/sticky.js +89 -72
  26. data/app/assets/javascripts/semantic-ui/tab.js +37 -22
  27. data/app/assets/javascripts/semantic-ui/transition.js +163 -61
  28. data/app/assets/javascripts/semantic-ui/video.js +4 -4
  29. data/app/assets/javascripts/semantic-ui/visibility.js +186 -124
  30. data/app/assets/javascripts/semantic-ui/visit.js +6 -4
  31. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +6 -7
  32. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +56 -40
  33. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +100 -45
  34. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +28 -16
  35. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +4 -5
  36. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +8 -7
  37. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +11 -11
  38. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +5 -8
  39. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +11 -4
  40. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +34 -10
  41. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +391 -51
  42. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +18 -5
  43. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +33 -49
  44. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +47 -14
  45. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +7 -8
  46. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +10 -5
  47. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +5 -6
  48. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +4 -5
  49. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +52 -7
  50. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +5 -6
  51. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +4 -5
  52. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +20 -7
  53. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +5 -6
  54. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +4 -5
  55. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +4 -5
  56. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +31 -13
  57. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +9 -8
  58. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +4 -5
  59. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +4 -5
  60. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +21 -9
  61. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +6 -17
  62. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +4 -5
  63. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +4 -5
  64. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +15 -11
  65. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +4 -5
  66. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +4 -5
  67. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +161 -323
  68. data/app/assets/stylesheets/semantic-ui/modules/_video.scss +4 -5
  69. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +5 -6
  70. data/app/assets/stylesheets/semantic-ui/views/_card.scss +202 -51
  71. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +5 -6
  72. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +5 -6
  73. data/app/assets/stylesheets/semantic-ui/views/_item.scss +10 -12
  74. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +5 -6
  75. data/lib/semantic/ui/sass/version.rb +2 -2
  76. metadata +3 -4
@@ -1,7 +1,7 @@
1
- /*
2
- * # Semantic UI - 1.8.1
3
- * https://github.com/Semantic-Org/Semantic-UI
4
- * http://www.semantic-ui.com/
1
+ /*!
2
+ * # Semantic UI 1.11.4 - Image
3
+ * http://github.com/semantic-org/semantic-ui/
4
+ *
5
5
  *
6
6
  * Copyright 2014 Contributors
7
7
  * Released under the MIT license
@@ -10,7 +10,6 @@
10
10
  */
11
11
 
12
12
 
13
-
14
13
  /*******************************
15
14
  Image
16
15
  *******************************/
@@ -37,6 +36,11 @@ img.ui.image {
37
36
  States
38
37
  *******************************/
39
38
 
39
+ .ui.hidden.images,
40
+ .ui.hidden.image {
41
+ display: none;
42
+ }
43
+ .ui.disabled.images,
40
44
  .ui.disabled.image {
41
45
  cursor: default;
42
46
  opacity: 0.3;
@@ -139,6 +143,7 @@ img.ui.bordered.image {
139
143
  .ui.fluid.image img {
140
144
  display: block;
141
145
  width: 100%;
146
+ height: auto;
142
147
  }
143
148
 
144
149
  /*--------------
@@ -194,6 +199,7 @@ img.ui.bordered.image {
194
199
  .ui.mini.images svg,
195
200
  .ui.mini.image {
196
201
  width: 20px;
202
+ height: auto;
197
203
  font-size: 0.71428571rem;
198
204
  }
199
205
  .ui.tiny.images .image,
@@ -201,6 +207,7 @@ img.ui.bordered.image {
201
207
  .ui.tiny.images svg,
202
208
  .ui.tiny.image {
203
209
  width: 80px;
210
+ height: auto;
204
211
  font-size: 0.85714286rem;
205
212
  }
206
213
  .ui.small.images .image,
@@ -208,6 +215,7 @@ img.ui.bordered.image {
208
215
  .ui.small.images svg,
209
216
  .ui.small.image {
210
217
  width: 150px;
218
+ height: auto;
211
219
  font-size: 0.92857143rem;
212
220
  }
213
221
  .ui.medium.images .image,
@@ -215,6 +223,7 @@ img.ui.bordered.image {
215
223
  .ui.medium.images svg,
216
224
  .ui.medium.image {
217
225
  width: 300px;
226
+ height: auto;
218
227
  font-size: 1rem;
219
228
  }
220
229
  .ui.large.images .image,
@@ -222,6 +231,7 @@ img.ui.bordered.image {
222
231
  .ui.large.images svg,
223
232
  .ui.large.image {
224
233
  width: 450px;
234
+ height: auto;
225
235
  font-size: 1.14285714rem;
226
236
  }
227
237
  .ui.big.images .image,
@@ -229,6 +239,7 @@ img.ui.bordered.image {
229
239
  .ui.big.images svg,
230
240
  .ui.big.image {
231
241
  width: 600px;
242
+ height: auto;
232
243
  font-size: 1.28571429rem;
233
244
  }
234
245
  .ui.huge.images .image,
@@ -236,6 +247,7 @@ img.ui.bordered.image {
236
247
  .ui.huge.images svg,
237
248
  .ui.huge.image {
238
249
  width: 800px;
250
+ height: auto;
239
251
  font-size: 1.42857143rem;
240
252
  }
241
253
  .ui.massive.images .image,
@@ -243,6 +255,7 @@ img.ui.bordered.image {
243
255
  .ui.massive.images svg,
244
256
  .ui.massive.image {
245
257
  width: 960px;
258
+ height: auto;
246
259
  font-size: 1.71428571rem;
247
260
  }
248
261
 
@@ -1,7 +1,7 @@
1
- /*
2
- * # Semantic UI - 1.8.1
3
- * https://github.com/Semantic-Org/Semantic-UI
4
- * http://www.semantic-ui.com/
1
+ /*!
2
+ * # Semantic UI 1.11.4 - Input
3
+ * http://github.com/semantic-org/semantic-ui/
4
+ *
5
5
  *
6
6
  * Copyright 2014 Contributors
7
7
  * Released under the MIT license
@@ -10,7 +10,6 @@
10
10
  */
11
11
 
12
12
 
13
-
14
13
  /*******************************
15
14
  Standard
16
15
  *******************************/
@@ -260,30 +259,30 @@
260
259
 
261
260
  /* Adjacent Label */
262
261
  .ui.labeled.input {
263
- display: table;
264
- }
265
- .ui.labeled.input > input {
266
- display: table-cell;
267
- vertical-align: top;
262
+ display: -webkit-inline-box;
263
+ display: -webkit-inline-flex;
264
+ display: -ms-inline-flexbox;
265
+ display: inline-flex;
268
266
  }
269
267
  .ui.labeled.input > .label {
270
- display: table-cell !important;
271
- vertical-align: middle;
272
- white-space: nowrap;
268
+ -webkit-box-flex: 1;
269
+ -webkit-flex: 1 0 auto;
270
+ -ms-flex: 1 0 auto;
271
+ flex: 1 0 auto;
272
+ margin: 0;
273
273
  font-size: 1em;
274
274
  }
275
- .ui.labeled.input > .label > .icon {
276
- display: inline;
277
- vertical-align: top;
275
+ .ui.labeled.input > .label:not(.corner) {
276
+ padding-top: 0.78571em;
277
+ padding-bottom: 0.78571em;
278
278
  }
279
279
 
280
280
  /* Fluid Labeled */
281
281
  .ui.fluid.labeled.input {
282
- display: table;
283
- width: 100%;
284
- }
285
- .ui.fluid.labeled.input > .label {
286
- width: 0.01%;
282
+ display: -webkit-box;
283
+ display: -webkit-flex;
284
+ display: -ms-flexbox;
285
+ display: flex;
287
286
  }
288
287
 
289
288
  /* Label on Left */
@@ -320,12 +319,6 @@
320
319
  }
321
320
 
322
321
  /* Spacing with corner label */
323
- .ui[class*="corner labeled"].input {
324
- display: inline-block;
325
- }
326
- .ui[class*="corner labeled"].input > input {
327
- display: block;
328
- }
329
322
  .ui[class*="corner labeled"].icon.input:not(.left) > input {
330
323
  padding-right: 3.25em !important;
331
324
  }
@@ -338,40 +331,31 @@
338
331
  ---------------------*/
339
332
 
340
333
  .ui.action.input {
341
- display: table;
342
- }
343
- .ui.action.input > input {
344
- display: table-cell;
345
- vertical-align: top;
334
+ display: -webkit-inline-box;
335
+ display: -webkit-inline-flex;
336
+ display: -ms-inline-flexbox;
337
+ display: inline-flex;
346
338
  }
347
339
  .ui.action.input > .button,
348
340
  .ui.action.input > .buttons {
349
- display: table-cell !important;
350
- vertical-align: middle;
351
- white-space: nowrap;
352
- margin: 0;
341
+ -webkit-box-flex: 1;
342
+ -webkit-flex: 1 0 auto;
343
+ -ms-flex: 1 0 auto;
344
+ flex: 1 0 auto;
353
345
  }
354
346
  .ui.action.input > .button,
355
347
  .ui.action.input > .buttons > .button {
356
- vertical-align: middle;
357
- white-space: nowrap;
358
- margin: 0;
359
348
  padding-top: 0.78571em;
360
349
  padding-bottom: 0.78571em;
361
- }
362
- .ui.action.input > .button > .icon,
363
- .ui.action.input > .buttons > .button > .icon {
364
- display: inline;
365
- vertical-align: top;
350
+ margin: 0;
366
351
  }
367
352
 
368
353
  /* Fluid */
369
354
  .ui.fluid.action.input {
370
- display: table;
371
- width: 100%;
372
- }
373
- .ui.fluid.action.input > .button {
374
- width: 0.01%;
355
+ display: -webkit-box;
356
+ display: -webkit-flex;
357
+ display: -ms-flexbox;
358
+ display: flex;
375
359
  }
376
360
 
377
361
  /* Button on Right */
@@ -1,7 +1,7 @@
1
- /*
2
- * # Semantic UI - 1.8.1
3
- * https://github.com/Semantic-Org/Semantic-UI
4
- * http://www.semantic-ui.com/
1
+ /*!
2
+ * # Semantic UI 1.11.4 - Label
3
+ * http://github.com/semantic-org/semantic-ui/
4
+ *
5
5
  *
6
6
  * Copyright 2014 Contributors
7
7
  * Released under the MIT license
@@ -10,7 +10,6 @@
10
10
  */
11
11
 
12
12
 
13
-
14
13
  /*******************************
15
14
  Label
16
15
  *******************************/
@@ -290,16 +289,15 @@ a.ui.label {
290
289
  .ui.ribbon.label {
291
290
  position: relative;
292
291
  margin: 0em;
293
- left: -webkit-calc( -1rem - 1.2em );
294
- left: calc( -1rem - 1.2em );
295
- padding-left: -webkit-calc( 1rem + 1.2em );
296
- padding-left: calc( 1rem + 1.2em );
292
+ min-width: -webkit-max-content;
293
+ min-width: -moz-max-content;
294
+ min-width: max-content;
297
295
  border-radius: 0em 0.2857rem 0.2857rem 0em;
298
296
  border-color: rgba(0, 0, 0, 0.15);
299
297
  }
300
298
  .ui.ribbon.label:after {
301
299
  position: absolute;
302
- content: "";
300
+ content: '';
303
301
  top: 100%;
304
302
  left: 0%;
305
303
  background-color: transparent !important;
@@ -310,17 +308,15 @@ a.ui.label {
310
308
  width: 0em;
311
309
  height: 0em;
312
310
  }
311
+
312
+ /* Right Ribbon */
313
313
  .ui[class*="right ribbon"].label {
314
314
  text-align: left;
315
315
  -webkit-transform: translateX(-100%);
316
316
  -ms-transform: translateX(-100%);
317
317
  transform: translateX(-100%);
318
- left: -webkit-calc(100% + 1rem + 1.2em );
319
- left: calc(100% + 1rem + 1.2em );
320
318
  border-radius: 0.2857rem 0em 0em 0.2857rem;
321
319
  padding-left: 0.8em;
322
- padding-right: -webkit-calc( 1rem + 1.2em );
323
- padding-right: calc( 1rem + 1.2em );
324
320
  }
325
321
  .ui[class*="right ribbon"].label:after {
326
322
  left: auto;
@@ -331,6 +327,43 @@ a.ui.label {
331
327
  border-top-color: inherit;
332
328
  }
333
329
 
330
+ /* Positioning */
331
+ .ui.ribbon.label {
332
+ left: -webkit-calc( -1rem - 1.2em );
333
+ left: calc( -1rem - 1.2em );
334
+ margin-right: -1.2em;
335
+ padding-left: -webkit-calc( 1rem + 1.2em );
336
+ padding-left: calc( 1rem + 1.2em );
337
+ }
338
+ .ui[class*="right ribbon"].label {
339
+ left: -webkit-calc(100% + 1rem + 1.2em );
340
+ left: calc(100% + 1rem + 1.2em );
341
+ padding-right: -webkit-calc( 1rem + 1.2em );
342
+ padding-right: calc( 1rem + 1.2em );
343
+ }
344
+
345
+ /* Inside Image */
346
+ .ui.image > .ribbon.label,
347
+ .ui.card .image > .ribbon.label {
348
+ position: absolute;
349
+ top: 1rem;
350
+ }
351
+ .ui.card .image > .ui.ribbon.label,
352
+ .ui.image > .ui.ribbon.label {
353
+ left: -webkit-calc( 0.05rem - 1.2em );
354
+ left: calc( 0.05rem - 1.2em );
355
+ padding-left: -webkit-calc( -0.05rem + 1.2em );
356
+ padding-left: calc( -0.05rem + 1.2em );
357
+ }
358
+ .ui.card .image > .ui[class*="right ribbon"].label,
359
+ .ui.image > .ui[class*="right ribbon"].label {
360
+ left: -webkit-calc(100% + -0.05rem + 1.2em );
361
+ left: calc(100% + -0.05rem + 1.2em );
362
+ padding-left: 0.8em;
363
+ padding-right: -webkit-calc( -0.05rem + 1.2em );
364
+ padding-right: calc( -0.05rem + 1.2em );
365
+ }
366
+
334
367
  /*-------------------
335
368
  Attached
336
369
  --------------------*/
@@ -1,16 +1,15 @@
1
- /*
2
- * # Semantic UI - 1.8.1
3
- * https://github.com/Semantic-Org/Semantic-UI
4
- * http://www.semantic-ui.com/
1
+ /*!
2
+ * # Semantic UI 1.11.4 - List
3
+ * http://github.com/semantic-org/semantic-ui/
5
4
  *
6
- * Copyright 2014 Contributors
5
+ *
6
+ * Copyright 2014 Contributorss
7
7
  * Released under the MIT license
8
8
  * http://opensource.org/licenses/MIT
9
9
  *
10
10
  */
11
11
 
12
12
 
13
-
14
13
  /*******************************
15
14
  List
16
15
  *******************************/
@@ -140,7 +139,7 @@ ol.ui.list ol,
140
139
  .ui.list .list > .item > .icon + .content .ui.list > .item > .image + .content,
141
140
  .ui.list > .item > .icon + .content {
142
141
  display: table-cell;
143
- padding-left: 0.5em;
142
+ padding: 0em 0em 0em 0.5em;
144
143
  vertical-align: middle;
145
144
  }
146
145
  .ui.list .list > .item > .image + .content,
@@ -148,7 +147,7 @@ ol.ui.list ol,
148
147
  .ui.list > .item > .image + .content,
149
148
  .ui.list > .item > .icon + .content {
150
149
  display: table-cell;
151
- padding-left: 0.5em;
150
+ padding: 0em 0em 0em 0.5em;
152
151
  vertical-align: middle;
153
152
  }
154
153
  .ui.list .list > .item > img.image + .content,
@@ -1,7 +1,7 @@
1
- /*
2
- * # Semantic UI - 1.8.1
3
- * https://github.com/Semantic-Org/Semantic-UI
4
- * http://www.semantic-ui.com/
1
+ /*!
2
+ * # Semantic UI 1.11.4 - Loader
3
+ * http://github.com/semantic-org/semantic-ui/
4
+ *
5
5
  *
6
6
  * Copyright 2014 Contributors
7
7
  * Released under the MIT license
@@ -10,7 +10,6 @@
10
10
  */
11
11
 
12
12
 
13
-
14
13
  /*******************************
15
14
  Loader
16
15
  *******************************/
@@ -266,6 +265,12 @@
266
265
  display: inline-block;
267
266
  }
268
267
 
268
+ /* Centered Inline */
269
+ .ui.centered.inline.loader.active,
270
+ .ui.centered.inline.loader.visible {
271
+ display: block;
272
+ }
273
+
269
274
 
270
275
  /*******************************
271
276
  Theme Overrides
@@ -1,7 +1,7 @@
1
- /*
2
- * # Semantic UI - 1.8.1
3
- * https://github.com/Semantic-Org/Semantic-UI
4
- * http://www.semantic-ui.com/
1
+ /*!
2
+ * # Semantic UI 1.11.4 - Rail
3
+ * http://github.com/semantic-org/semantic-ui/
4
+ *
5
5
  *
6
6
  * Copyright 2014 Contributors
7
7
  * Released under the MIT license
@@ -10,16 +10,15 @@
10
10
  */
11
11
 
12
12
 
13
-
14
13
  /*******************************
15
14
  Rails
16
15
  *******************************/
17
16
 
18
17
  .ui.rail {
19
- font-size: 1em;
20
18
  position: absolute;
21
19
  top: 0%;
22
20
  width: 300px;
21
+ height: 100%;
23
22
  box-sizing: content-box;
24
23
  }
25
24
  .ui.left.rail {
@@ -1,7 +1,7 @@
1
- /*
2
- * # Semantic UI - 1.8.1
3
- * https://github.com/Semantic-Org/Semantic-UI
4
- * http://www.semantic-ui.com/
1
+ /*!
2
+ * # Semantic UI 1.11.4 - Reveal
3
+ * http://github.com/semantic-org/semantic-ui/
4
+ *
5
5
  *
6
6
  * Copyright 2014 Contributors
7
7
  * Released under the MIT license
@@ -10,7 +10,6 @@
10
10
  */
11
11
 
12
12
 
13
-
14
13
  /*******************************
15
14
  Reveal
16
15
  *******************************/
@@ -1,7 +1,7 @@
1
- /*
2
- * # Semantic UI - 1.8.1
3
- * https://github.com/Semantic-Org/Semantic-UI
4
- * http://www.semantic-ui.com/
1
+ /*!
2
+ * # Semantic UI 1.11.4 - Segment
3
+ * http://github.com/semantic-org/semantic-ui/
4
+ *
5
5
  *
6
6
  * Copyright 2014 Contributors
7
7
  * Released under the MIT license
@@ -10,7 +10,6 @@
10
10
  */
11
11
 
12
12
 
13
-
14
13
  /*******************************
15
14
  Segment
16
15
  *******************************/
@@ -300,12 +299,10 @@
300
299
  z-index: 101;
301
300
  }
302
301
  @-webkit-keyframes segment-spin {
303
-
304
302
  from {
305
303
  -webkit-transform: rotate(0deg);
306
304
  transform: rotate(0deg);
307
305
  }
308
-
309
306
  to {
310
307
  -webkit-transform: rotate(360deg);
311
308
  transform: rotate(360deg);
@@ -577,6 +574,54 @@
577
574
  margin-bottom: 0em;
578
575
  }
579
576
 
577
+ /*-------------------
578
+ Groups
579
+ --------------------*/
580
+
581
+ .ui.segments {
582
+ margin: 1rem 0em;
583
+ }
584
+ .ui.segments:first-child {
585
+ margin-top: 0em;
586
+ }
587
+ .ui.segments:last-child {
588
+ margin-bottom: 0em;
589
+ }
590
+ .ui.segments > .segment {
591
+ top: 0px;
592
+ bottom: 0px;
593
+ margin: 0em -1px;
594
+ width: -webkit-calc(100% + 2px );
595
+ width: calc(100% + 2px );
596
+ max-width: -webkit-calc(100% + 2px );
597
+ max-width: calc(100% + 2px );
598
+ border-radius: 0px;
599
+ box-shadow: none;
600
+ border: 1px solid #d4d4d5;
601
+ }
602
+ .ui.segments > .segment:not(:first-child) {
603
+ border-top: none;
604
+ }
605
+
606
+ /* Top */
607
+ .ui.segments > .segment:first-child {
608
+ margin-top: 0em;
609
+ bottom: 0px;
610
+ margin-bottom: 0em;
611
+ top: 0px;
612
+ border-radius: 0.2857rem 0.2857rem 0em 0em;
613
+ }
614
+
615
+ /* Bottom */
616
+ .ui.segments > .segment:last-child {
617
+ bottom: 0px;
618
+ margin-top: 0em;
619
+ margin-bottom: 0em;
620
+ top: 0px;
621
+ box-shadow: none, 0px 1px 2px 0 rgba(0, 0, 0, 0.05);
622
+ border-radius: 0em 0em 0.2857rem 0.2857rem;
623
+ }
624
+
580
625
 
581
626
  /*******************************
582
627
  Theme Overrides
@@ -1,7 +1,7 @@
1
- /*
2
- * # Semantic UI - 1.8.1
3
- * https://github.com/Semantic-Org/Semantic-UI
4
- * http://www.semantic-ui.com/
1
+ /*!
2
+ * # Semantic UI 1.11.4 - Step
3
+ * http://github.com/semantic-org/semantic-ui/
4
+ *
5
5
  *
6
6
  * Copyright 2014 Contributors
7
7
  * Released under the MIT license
@@ -10,7 +10,6 @@
10
10
  */
11
11
 
12
12
 
13
-
14
13
  /*******************************
15
14
  Singular
16
15
  *******************************/
@@ -365,7 +364,7 @@
365
364
  .ui.six.steps,
366
365
  .ui.seven.steps,
367
366
  .ui.eight.steps {
368
- display: block;
367
+ width: 100%;
369
368
  }
370
369
  .ui.one.steps > .step {
371
370
  width: 100%;
@@ -1,7 +1,7 @@
1
- /*
2
- * # Semantic UI - 1.8.1
3
- * https://github.com/Semantic-Org/Semantic-UI
4
- * http://www.semantic-ui.com/
1
+ /*!
2
+ * # Semantic UI 1.11.4 - Reset
3
+ * http://github.com/semantic-org/semantic-ui/
4
+ *
5
5
  *
6
6
  * Copyright 2014 Contributors
7
7
  * Released under the MIT license
@@ -10,7 +10,6 @@
10
10
  */
11
11
 
12
12
 
13
-
14
13
  /*******************************
15
14
  Reset
16
15
  *******************************/
@@ -1,15 +1,14 @@
1
- /*
2
- * # Semantic UI - 1.8.1
3
- * https://github.com/Semantic-Org/Semantic-UI
4
- * http://www.semantic-ui.com/
1
+ @import 'https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin';
2
+ /*!
3
+ * # Semantic UI - Site
4
+ * http://github.com/semantic-org/semantic-ui/
5
+ *
5
6
  *
6
7
  * Copyright 2014 Contributors
7
8
  * Released under the MIT license
8
9
  * http://opensource.org/licenses/MIT
9
10
  *
10
11
  */
11
- @import 'https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin';
12
-
13
12
 
14
13
 
15
14
  /*******************************
@@ -26,7 +25,7 @@ html {
26
25
  body {
27
26
  margin: 0px;
28
27
  padding: 0px;
29
- min-width: 278px;
28
+ min-width: 320px;
30
29
  background: #f7f7f7;
31
30
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
32
31
  font-size: 14px;
@@ -68,6 +67,20 @@ h4 {
68
67
  h5 {
69
68
  font-size: 1rem;
70
69
  }
70
+ h1:first-child,
71
+ h2:first-child,
72
+ h3:first-child,
73
+ h4:first-child,
74
+ h5:first-child {
75
+ margin-top: 0em;
76
+ }
77
+ h1:last-child,
78
+ h2:last-child,
79
+ h3:last-child,
80
+ h4:last-child,
81
+ h5:last-child {
82
+ margin-bottom: 0em;
83
+ }
71
84
 
72
85
 
73
86
  /*******************************
@@ -1,7 +1,7 @@
1
- /*
2
- * # Semantic UI - 1.8.1
3
- * https://github.com/Semantic-Org/Semantic-UI
4
- * http://www.semantic-ui.com/
1
+ /*!
2
+ * # Semantic UI 1.11.4 - Accordion
3
+ * http://github.com/semantic-org/semantic-ui/
4
+ *
5
5
  *
6
6
  * Copyright 2014 Contributors
7
7
  * Released under the MIT license
@@ -10,7 +10,6 @@
10
10
  */
11
11
 
12
12
 
13
-
14
13
  /*******************************
15
14
  Accordion
16
15
  *******************************/
@@ -145,7 +144,7 @@
145
144
  transition: background 0.2s ease, color 0.2s ease;
146
145
  }
147
146
  .ui.styled.accordion > .title:first-child,
148
- .ui.styled.accordion > .accordion .title:first-child {
147
+ .ui.styled.accordion .accordion .title:first-child {
149
148
  border-top: none;
150
149
  }
151
150
 
@@ -1,7 +1,7 @@
1
- /*
2
- * # Semantic UI - 1.8.1
3
- * https://github.com/Semantic-Org/Semantic-UI
4
- * http://www.semantic-ui.com/
1
+ /*!
2
+ * # Semantic UI 1.11.4 - Checkbox
3
+ * http://github.com/semantic-org/semantic-ui/
4
+ *
5
5
  *
6
6
  * Copyright 2014 Contributors
7
7
  * Released under the MIT license
@@ -10,7 +10,6 @@
10
10
  */
11
11
 
12
12
 
13
-
14
13
  /*******************************
15
14
  Checkbox
16
15
  *******************************/