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 - Form
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
  Elements
16
15
  *******************************/
@@ -82,32 +81,36 @@
82
81
 
83
82
  .ui.form textarea,
84
83
  .ui.form input:not([type]),
85
- .ui.form input[type="text"],
86
- .ui.form input[type="email"],
87
84
  .ui.form input[type="date"],
88
85
  .ui.form input[type="datetime-local"],
89
- .ui.form input[type="password"],
86
+ .ui.form input[type="email"],
90
87
  .ui.form input[type="number"],
91
- .ui.form input[type="url"],
88
+ .ui.form input[type="password"],
89
+ .ui.form input[type="search"],
92
90
  .ui.form input[type="tel"],
91
+ .ui.form input[type="time"],
92
+ .ui.form input[type="text"],
93
+ .ui.form input[type="url"],
93
94
  .ui.form .ui.input {
94
95
  width: 100%;
95
96
  vertical-align: top;
96
97
  }
97
98
  .ui.form input:not([type]),
98
- .ui.form input[type="text"],
99
- .ui.form input[type="email"],
100
99
  .ui.form input[type="date"],
101
100
  .ui.form input[type="datetime-local"],
102
- .ui.form input[type="password"],
101
+ .ui.form input[type="email"],
103
102
  .ui.form input[type="number"],
104
- .ui.form input[type="url"],
105
- .ui.form input[type="tel"] {
103
+ .ui.form input[type="password"],
104
+ .ui.form input[type="search"],
105
+ .ui.form input[type="tel"],
106
+ .ui.form input[type="time"],
107
+ .ui.form input[type="text"],
108
+ .ui.form input[type="url"] {
106
109
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
107
110
  margin: 0em;
108
111
  outline: none;
109
112
  -webkit-appearance: none;
110
- -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
113
+ tap-highlight-color: rgba(255, 255, 255, 0);
111
114
  line-height: 1.2142em;
112
115
  padding: 0.67861em 1em;
113
116
  font-size: 1em;
@@ -123,7 +126,7 @@
123
126
  .ui.form textarea {
124
127
  margin: 0em;
125
128
  -webkit-appearance: none;
126
- -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
129
+ tap-highlight-color: rgba(255, 255, 255, 0);
127
130
  padding: 0.78571em 1em;
128
131
  background: #ffffff;
129
132
  border: 1px solid rgba(39, 41, 43, 0.15);
@@ -201,7 +204,6 @@
201
204
  Types of Messages
202
205
  ---------------------*/
203
206
 
204
- .ui.form .info.message,
205
207
  .ui.form .success.message,
206
208
  .ui.form .warning.message,
207
209
  .ui.form .error.message {
@@ -221,7 +223,7 @@
221
223
  white-space: nowrap;
222
224
  }
223
225
  .ui.form .inline.field .prompt {
224
- margin: 0em 0em 0em 1em;
226
+ margin: -0.5em 0em -0.5em 1em;
225
227
  }
226
228
  .ui.form .inline.field .prompt:before {
227
229
  margin-top: -0.3em;
@@ -275,14 +277,16 @@
275
277
  ---------------------*/
276
278
 
277
279
  .ui.form input:not([type]):focus,
278
- .ui.form input[type="text"]:focus,
279
- .ui.form input[type="email"]:focus,
280
280
  .ui.form input[type="date"]:focus,
281
281
  .ui.form input[type="datetime-local"]:focus,
282
- .ui.form input[type="password"]:focus,
282
+ .ui.form input[type="email"]:focus,
283
283
  .ui.form input[type="number"]:focus,
284
- .ui.form input[type="url"]:focus,
285
- .ui.form input[type="tel"]:focus {
284
+ .ui.form input[type="password"]:focus,
285
+ .ui.form input[type="search"]:focus,
286
+ .ui.form input[type="tel"]:focus,
287
+ .ui.form input[type="time"]:focus,
288
+ .ui.form input[type="text"]:focus,
289
+ .ui.form input[type="url"]:focus {
286
290
  color: rgba(0, 0, 0, 0.85);
287
291
  border-color: rgba(39, 41, 43, 0.3);
288
292
  border-radius: 0em 0.2857rem 0.2857rem 0em;
@@ -341,25 +345,31 @@
341
345
  color: #ffffff;
342
346
  }
343
347
  .ui.form .fields.error .field textarea,
348
+ .ui.form .fields.error .field select,
344
349
  .ui.form .fields.error .field input:not([type]),
345
- .ui.form .fields.error .field input[type="text"],
346
- .ui.form .fields.error .field input[type="email"],
347
350
  .ui.form .fields.error .field input[type="date"],
348
351
  .ui.form .fields.error .field input[type="datetime-local"],
349
- .ui.form .fields.error .field input[type="password"],
352
+ .ui.form .fields.error .field input[type="email"],
350
353
  .ui.form .fields.error .field input[type="number"],
351
- .ui.form .fields.error .field input[type="url"],
354
+ .ui.form .fields.error .field input[type="password"],
355
+ .ui.form .fields.error .field input[type="search"],
352
356
  .ui.form .fields.error .field input[type="tel"],
357
+ .ui.form .fields.error .field input[type="time"],
358
+ .ui.form .fields.error .field input[type="text"],
359
+ .ui.form .fields.error .field input[type="url"],
353
360
  .ui.form .field.error textarea,
361
+ .ui.form .field.error select,
354
362
  .ui.form .field.error input:not([type]),
355
- .ui.form .field.error input[type="text"],
356
- .ui.form .field.error input[type="email"],
357
363
  .ui.form .field.error input[type="date"],
358
364
  .ui.form .field.error input[type="datetime-local"],
359
- .ui.form .field.error input[type="password"],
365
+ .ui.form .field.error input[type="email"],
360
366
  .ui.form .field.error input[type="number"],
361
- .ui.form .field.error input[type="url"],
362
- .ui.form .field.error input[type="tel"] {
367
+ .ui.form .field.error input[type="password"],
368
+ .ui.form .field.error input[type="search"],
369
+ .ui.form .field.error input[type="tel"],
370
+ .ui.form .field.error input[type="time"],
371
+ .ui.form .field.error input[type="text"],
372
+ .ui.form .field.error input[type="url"] {
363
373
  background: #fff0f0;
364
374
  border-color: #dbb1b1;
365
375
  color: #d95c5c;
@@ -367,15 +377,18 @@
367
377
  box-shadow: 2px 0em 0em 0em #d95c5c inset;
368
378
  }
369
379
  .ui.form .field.error textarea:focus,
380
+ .ui.form .field.error select:focus,
370
381
  .ui.form .field.error input:not([type]):focus,
371
- .ui.form .field.error input[type="text"]:focus,
372
- .ui.form .field.error input[type="email"]:focus,
373
382
  .ui.form .field.error input[type="date"]:focus,
374
383
  .ui.form .field.error input[type="datetime-local"]:focus,
375
- .ui.form .field.error input[type="password"]:focus,
384
+ .ui.form .field.error input[type="email"]:focus,
376
385
  .ui.form .field.error input[type="number"]:focus,
377
- .ui.form .field.error input[type="url"]:focus,
378
- .ui.form .field.error input[type="tel"]:focus {
386
+ .ui.form .field.error input[type="password"]:focus,
387
+ .ui.form .field.error input[type="search"]:focus,
388
+ .ui.form .field.error input[type="tel"]:focus,
389
+ .ui.form .field.error input[type="time"]:focus,
390
+ .ui.form .field.error input[type="text"]:focus,
391
+ .ui.form .field.error input[type="url"]:focus {
379
392
  background: #fff0f0;
380
393
  border-color: #dbb1b1;
381
394
  color: #dc6868;
@@ -383,6 +396,11 @@
383
396
  box-shadow: 2px 0em 0em 0em #dc6868 inset;
384
397
  }
385
398
 
399
+ /* Preserve Native Select Stylings */
400
+ .ui.form .field.error select {
401
+ -webkit-appearance: menulist-button;
402
+ }
403
+
386
404
  /*------------------
387
405
  Dropdown Error
388
406
  --------------------*/
@@ -411,7 +429,7 @@
411
429
  /* Hover */
412
430
  .ui.form .fields.error .field .ui.dropdown .menu .item:hover,
413
431
  .ui.form .field.error .ui.dropdown .menu .item:hover {
414
- background-color: #fff2f2;
432
+ background-color: #fbe7e7;
415
433
  }
416
434
 
417
435
  /* Active */
@@ -504,12 +522,10 @@
504
522
  z-index: 101;
505
523
  }
506
524
  @-webkit-keyframes form-spin {
507
-
508
525
  from {
509
526
  -webkit-transform: rotate(0deg);
510
527
  transform: rotate(0deg);
511
528
  }
512
-
513
529
  to {
514
530
  -webkit-transform: rotate(360deg);
515
531
  transform: rotate(360deg);
@@ -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 - Grid
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
  *******************************/
@@ -939,10 +938,13 @@
939
938
  .ui.centered.grid > .row,
940
939
  .ui.grid > .centered.row {
941
940
  text-align: center;
941
+ -webkit-box-pack: center;
942
+ -webkit-justify-content: center;
943
+ -ms-flex-pack: center;
944
+ justify-content: center;
942
945
  }
943
946
  .ui.centered.grid > .column:not(.aligned):not(.row),
944
947
  .ui.centered.grid > .row > .column:not(.aligned),
945
- .ui.centered.grid > .row:not(.centered),
946
948
  .ui.grid .centered.row > .column:not(.aligned) {
947
949
  text-align: left;
948
950
  }
@@ -1170,6 +1172,10 @@
1170
1172
  .ui.grid [class*="left aligned"].column,
1171
1173
  .ui.grid > [class*="left aligned"].row > .column {
1172
1174
  text-align: left;
1175
+ -webkit-box-align: start !important;
1176
+ -webkit-align-items: flex-start !important;
1177
+ -ms-flex-align: start !important;
1178
+ align-items: flex-start !important;
1173
1179
  }
1174
1180
  .ui.grid [class*="left aligned"].column {
1175
1181
  text-align: left !important;
@@ -1181,6 +1187,10 @@
1181
1187
  .ui[class*="center aligned"].grid > .column,
1182
1188
  .ui.grid > [class*="center aligned"].row > .column {
1183
1189
  text-align: center;
1190
+ -webkit-box-align: center !important;
1191
+ -webkit-align-items: center !important;
1192
+ -ms-flex-align: center !important;
1193
+ align-items: center !important;
1184
1194
  }
1185
1195
  .ui.grid [class*="center aligned"].column {
1186
1196
  text-align: center !important;
@@ -1192,6 +1202,10 @@
1192
1202
  .ui[class*="right aligned"].grid > .column,
1193
1203
  .ui.grid > [class*="right aligned"].row > .column {
1194
1204
  text-align: right;
1205
+ -webkit-box-align: end !important;
1206
+ -webkit-align-items: flex-end !important;
1207
+ -ms-flex-align: end !important;
1208
+ align-items: flex-end !important;
1195
1209
  }
1196
1210
  .ui.grid [class*="right aligned"].column {
1197
1211
  text-align: right !important;
@@ -1229,9 +1243,35 @@
1229
1243
  .ui.grid [class*="top aligned"].column,
1230
1244
  .ui.grid > [class*="top aligned"].row > .column {
1231
1245
  vertical-align: top;
1246
+ -webkit-box-pack: start !important;
1247
+ -webkit-justify-content: flex-start !important;
1248
+ -ms-flex-pack: start !important;
1249
+ justify-content: flex-start !important;
1232
1250
  }
1233
1251
  .ui.grid [class*="top aligned"].column {
1234
1252
  vertical-align: top !important;
1253
+ -webkit-box-pack: start !important;
1254
+ -webkit-justify-content: flex-start !important;
1255
+ -ms-flex-pack: start !important;
1256
+ justify-content: flex-start !important;
1257
+ }
1258
+ .ui.stretched.grid > .row > .column,
1259
+ .ui.stretched.grid > .column,
1260
+ .ui.grid .stretched.column,
1261
+ .ui.grid > .stretched.row > .column {
1262
+ display: -webkit-box !important;
1263
+ display: -webkit-flex !important;
1264
+ display: -ms-flexbox !important;
1265
+ display: flex !important;
1266
+ }
1267
+ .ui.stretched.grid > .row > .column > *,
1268
+ .ui.stretched.grid > .column > *,
1269
+ .ui.grid .stretched.column > *,
1270
+ .ui.grid > .stretched.row > .column > * {
1271
+ -webkit-box-flex: 1;
1272
+ -webkit-flex-grow: 1;
1273
+ -ms-flex-positive: 1;
1274
+ flex-grow: 1;
1235
1275
  }
1236
1276
 
1237
1277
  /* Middle Aligned */
@@ -1240,13 +1280,17 @@
1240
1280
  .ui[class*="middle aligned"].grid > .column,
1241
1281
  .ui.grid > [class*="middle aligned"].row > .column {
1242
1282
  vertical-align: middle;
1243
- -webkit-box-align: center;
1244
- -webkit-align-items: center;
1245
- -ms-flex-align: center;
1246
- align-items: center;
1283
+ -webkit-box-pack: center !important;
1284
+ -webkit-justify-content: center !important;
1285
+ -ms-flex-pack: center !important;
1286
+ justify-content: center !important;
1247
1287
  }
1248
1288
  .ui.grid [class*="middle aligned"].column {
1249
1289
  vertical-align: middle !important;
1290
+ -webkit-box-pack: center !important;
1291
+ -webkit-justify-content: center !important;
1292
+ -ms-flex-pack: center !important;
1293
+ justify-content: center !important;
1250
1294
  }
1251
1295
 
1252
1296
  /* Bottom Aligned */
@@ -1255,12 +1299,16 @@
1255
1299
  .ui[class*="bottom aligned"].grid > .column,
1256
1300
  .ui.grid > [class*="bottom aligned"].row > .column {
1257
1301
  vertical-align: bottom;
1258
- -webkit-box-align: end;
1259
- -webkit-align-items: flex-end;
1260
- -ms-flex-align: end;
1261
- align-items: flex-end;
1302
+ -webkit-box-pack: end !important;
1303
+ -webkit-justify-content: flex-end !important;
1304
+ -ms-flex-pack: end !important;
1305
+ justify-content: flex-end !important;
1262
1306
  }
1263
1307
  .ui.grid [class*="bottom aligned"].column {
1308
+ -webkit-box-pack: end !important;
1309
+ -webkit-justify-content: flex-end !important;
1310
+ -ms-flex-pack: end !important;
1311
+ justify-content: flex-end !important;
1264
1312
  vertical-align: bottom !important;
1265
1313
  }
1266
1314
 
@@ -1269,7 +1317,7 @@
1269
1317
  -----------------------*/
1270
1318
 
1271
1319
  .ui.grid > .white.row,
1272
- .ui.grid .white.column {
1320
+ .ui.grid > .row > .white.column {
1273
1321
  background-color: #ffffff !important;
1274
1322
  color: rgba(0, 0, 0, 0.8);
1275
1323
  }
@@ -1280,7 +1328,7 @@
1280
1328
  padding-bottom: 1rem;
1281
1329
  }
1282
1330
  .ui.grid > .black.row,
1283
- .ui.grid .black.column {
1331
+ .ui.grid > .row > .black.column {
1284
1332
  background-color: #1b1c1d !important;
1285
1333
  color: #ffffff;
1286
1334
  }
@@ -1291,7 +1339,7 @@
1291
1339
  padding-bottom: 1rem;
1292
1340
  }
1293
1341
  .ui.grid > .blue.row,
1294
- .ui.grid .blue.column {
1342
+ .ui.grid > .row > .blue.column {
1295
1343
  background-color: #3b83c0 !important;
1296
1344
  color: #ffffff;
1297
1345
  }
@@ -1302,7 +1350,7 @@
1302
1350
  padding-bottom: 1rem;
1303
1351
  }
1304
1352
  .ui.grid > .green.row,
1305
- .ui.grid .green.column {
1353
+ .ui.grid > .row > .green.column {
1306
1354
  background-color: #5bbd72 !important;
1307
1355
  color: #ffffff;
1308
1356
  }
@@ -1313,7 +1361,7 @@
1313
1361
  padding-bottom: 1rem;
1314
1362
  }
1315
1363
  .ui.grid > .orange.row,
1316
- .ui.grid .orange.column {
1364
+ .ui.grid > .row > .orange.column {
1317
1365
  background-color: #e07b53 !important;
1318
1366
  color: #ffffff;
1319
1367
  }
@@ -1335,7 +1383,7 @@
1335
1383
  padding-bottom: 1rem;
1336
1384
  }
1337
1385
  .ui.grid > .purple.row,
1338
- .ui.grid .purple.column {
1386
+ .ui.grid > .row > .purple.column {
1339
1387
  background-color: #564f8a !important;
1340
1388
  color: #ffffff;
1341
1389
  }
@@ -1346,7 +1394,7 @@
1346
1394
  padding-bottom: 1rem;
1347
1395
  }
1348
1396
  .ui.grid > .red.row,
1349
- .ui.grid .red.column {
1397
+ .ui.grid > .row > .red.column {
1350
1398
  background-color: #d95c5c !important;
1351
1399
  color: #ffffff;
1352
1400
  }
@@ -1357,7 +1405,7 @@
1357
1405
  padding-bottom: 1rem;
1358
1406
  }
1359
1407
  .ui.grid > .teal.row,
1360
- .ui.grid .teal.column {
1408
+ .ui.grid > .row > .teal.column {
1361
1409
  background-color: #00b5ad !important;
1362
1410
  color: #ffffff;
1363
1411
  }
@@ -1368,7 +1416,7 @@
1368
1416
  padding-bottom: 1rem;
1369
1417
  }
1370
1418
  .ui.grid > .yellow.row,
1371
- .ui.grid .yellow.column {
1419
+ .ui.grid > .row > .yellow.column {
1372
1420
  background-color: #f2c61f !important;
1373
1421
  color: #ffffff;
1374
1422
  }
@@ -1422,24 +1470,20 @@
1422
1470
  -webkit-flex-direction: row;
1423
1471
  -ms-flex-direction: row;
1424
1472
  flex-direction: row;
1425
- -webkit-box-align: stretch;
1426
- -webkit-align-items: stretch;
1427
- -ms-flex-align: stretch;
1428
- align-items: stretch;
1429
1473
  }
1430
1474
  .ui[class*="equal width"].grid > .column,
1431
1475
  .ui[class*="equal width"].grid > .row > .column,
1432
1476
  .ui.grid > [class*="equal width"].row > .column {
1433
- display: inline-block;
1477
+ display: block;
1434
1478
  -webkit-box-orient: vertical;
1435
1479
  -webkit-box-direction: normal;
1436
1480
  -webkit-flex-direction: column;
1437
1481
  -ms-flex-direction: column;
1438
1482
  flex-direction: column;
1439
1483
  -webkit-box-flex: 1;
1440
- -webkit-flex: 1 0 auto;
1441
- -ms-flex: 1 0 auto;
1442
- flex: 1 0 auto;
1484
+ -webkit-flex-grow: 1;
1485
+ -ms-flex-positive: 1;
1486
+ flex-grow: 1;
1443
1487
  }
1444
1488
 
1445
1489
  /*----------------------
@@ -1463,7 +1507,17 @@
1463
1507
  }
1464
1508
 
1465
1509
  /* Flexbox (Experimental / Overrides Where Supported) */
1466
- .ui[class*="equal height"].grid,
1510
+ .ui[class*="equal height"].grid {
1511
+ display: -webkit-box;
1512
+ display: -webkit-flex;
1513
+ display: -ms-flexbox;
1514
+ display: flex;
1515
+ -webkit-box-orient: vertical;
1516
+ -webkit-box-direction: normal;
1517
+ -webkit-flex-direction: column;
1518
+ -ms-flex-direction: column;
1519
+ flex-direction: column;
1520
+ }
1467
1521
  .ui[class*="equal height"].grid > .row,
1468
1522
  .ui.grid > [class*="equal height"].row {
1469
1523
  display: -webkit-box;
@@ -1475,24 +1529,20 @@
1475
1529
  -webkit-flex-direction: row;
1476
1530
  -ms-flex-direction: row;
1477
1531
  flex-direction: row;
1478
- -webkit-box-align: stretch;
1479
- -webkit-align-items: stretch;
1480
- -ms-flex-align: stretch;
1481
- align-items: stretch;
1482
1532
  }
1483
1533
  .ui[class*="equal height"].grid > .column,
1484
1534
  .ui[class*="equal height"].grid > .row > .column,
1485
1535
  .ui.grid > [class*="equal height"].row > .column {
1486
- display: inline-block;
1536
+ display: block;
1487
1537
  -webkit-box-orient: vertical;
1488
1538
  -webkit-box-direction: normal;
1489
1539
  -webkit-flex-direction: column;
1490
1540
  -ms-flex-direction: column;
1491
1541
  flex-direction: column;
1492
1542
  -webkit-box-flex: 1;
1493
- -webkit-flex: 1 0 auto;
1494
- -ms-flex: 1 0 auto;
1495
- flex: 1 0 auto;
1543
+ -webkit-flex-grow: 1;
1544
+ -ms-flex-positive: 1;
1545
+ flex-grow: 1;
1496
1546
  }
1497
1547
 
1498
1548
  /*-------------------
@@ -1694,8 +1744,8 @@
1694
1744
  .ui.stackable.grid {
1695
1745
  display: block !important;
1696
1746
  width: auto;
1697
- margin-left: -1rem !important;
1698
- margin-right: -1rem !important;
1747
+ margin-left: 0em !important;
1748
+ margin-right: 0em !important;
1699
1749
  padding: 0em;
1700
1750
  }
1701
1751
  .ui.stackable.grid > .row > .wide.column,
@@ -1708,15 +1758,20 @@
1708
1758
  width: auto !important;
1709
1759
  margin: 0em 0em !important;
1710
1760
  box-shadow: none !important;
1761
+ float: none !important;
1711
1762
  padding: 1rem 1rem !important;
1712
1763
  }
1713
1764
  .ui.stackable.grid > .row {
1765
+ display: block !important;
1714
1766
  margin: 0em;
1715
1767
  padding: 0em;
1716
1768
  }
1717
- .ui.stackable.page.grid {
1718
- margin-left: 0em !important;
1719
- margin-right: 0em !important;
1769
+
1770
+ /* Don't pad inside segment or nested grid */
1771
+ .ui.grid .ui.stackable.grid,
1772
+ .ui.segment:not(.vertical) .ui.stackable.page.grid {
1773
+ margin-left: -1rem !important;
1774
+ margin-right: -1rem !important;
1720
1775
  }
1721
1776
 
1722
1777
  /* Equal Height Stackable */
@@ -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 - Menu
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
  *******************************/
@@ -23,7 +22,7 @@
23
22
  .ui.menu {
24
23
  margin: 1rem 0rem;
25
24
  background: #ffffff;
26
- font-size: 0px;
25
+ font-size: 0em;
27
26
  font-weight: normal;
28
27
  box-shadow: 0px 0px 0px 1px rgba(39, 41, 43, 0.15), 0px 1px 2px 0 rgba(0, 0, 0, 0.05);
29
28
  border-radius: 0.2857rem;
@@ -41,6 +40,12 @@
41
40
  .ui.menu:last-child {
42
41
  margin-bottom: 0rem;
43
42
  }
43
+ .ui.menu .menu {
44
+ margin: 0em;
45
+ }
46
+ .ui.menu:not(.vertical) .menu {
47
+ font-size: 0em;
48
+ }
44
49
 
45
50
  /*--------------
46
51
  Colors
@@ -83,9 +88,6 @@
83
88
  -webkit-transition: opacity 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
84
89
  transition: opacity 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
85
90
  }
86
- .ui.menu .menu {
87
- margin: 0em;
88
- }
89
91
 
90
92
  /* Floated Content */
91
93
  .ui.menu > .item:first-child {
@@ -521,7 +523,7 @@
521
523
  /* Sub Menu */
522
524
  .ui.tiered.menu .sub.menu {
523
525
  background-color: #fcfcfc;
524
- border-radius: 0em;
526
+ border-radius: 0em 0em 0.2857rem 0.2857rem;
525
527
  border-top: 1px solid rgba(39, 41, 43, 0.15);
526
528
  box-shadow: none;
527
529
  }
@@ -622,13 +624,14 @@
622
624
  /* Active */
623
625
  .ui.tabular.menu .active.item {
624
626
  position: relative;
627
+ border-bottom: none;
628
+ vertical-align: bottom;
625
629
  background-color: #ffffff;
626
630
  color: rgba(0, 0, 0, 0.8);
627
631
  border-color: #d4d4d5;
628
632
  font-weight: bold;
629
633
  margin-bottom: -1px;
630
- border-bottom: none;
631
- box-shadow: 0px 2px 0px -1px #ffffff;
634
+ box-shadow: none;
632
635
  border-radius: 5px 5px 0px 0px;
633
636
  }
634
637
 
@@ -1013,13 +1016,13 @@
1013
1016
  .ui.icon.menu > .item {
1014
1017
  height: auto;
1015
1018
  text-align: center;
1016
- color: rgba(60, 60, 60, 0.7);
1019
+ color: rgba(0, 0, 0, 0.6);
1017
1020
  }
1018
1021
  .ui.icon.menu > .item > .icon {
1019
1022
  display: block;
1020
1023
  float: none !important;
1021
- opacity: 1;
1022
1024
  margin: 0em auto !important;
1025
+ opacity: 1;
1023
1026
  }
1024
1027
  .ui.icon.menu .icon:before {
1025
1028
  opacity: 1;
@@ -1141,6 +1144,12 @@
1141
1144
  }
1142
1145
  .ui.inverted.menu .dropdown .menu .item {
1143
1146
  color: rgba(0, 0, 0, 0.8) !important;
1147
+ -webkit-transition: none;
1148
+ transition: none;
1149
+ }
1150
+ .ui.inverted.menu .dropdown .menu .item:hover {
1151
+ background: rgba(0, 0, 0, 0.05) !important;
1152
+ color: rgba(0, 0, 0, 0.85) !important;
1144
1153
  }
1145
1154
  .ui.inverted.menu .item.disabled,
1146
1155
  .ui.inverted.menu .item.disabled:hover {
@@ -1485,14 +1494,14 @@
1485
1494
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
1486
1495
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
1487
1496
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
1488
- margin: 1px 0em 0em 0em;
1497
+ margin: 0em;
1489
1498
  background: none;
1490
1499
  width: 0.6em;
1491
1500
  height: 0.6em;
1492
1501
  border: none;
1493
1502
  border-bottom: 1px solid #d4d4d5;
1494
1503
  border-right: 1px solid #d4d4d5;
1495
- z-index: 2;
1504
+ z-index: 11;
1496
1505
  -webkit-transition: background 0.2s ease;
1497
1506
  transition: background 0.2s ease;
1498
1507
  }
@@ -1529,6 +1538,9 @@
1529
1538
  .ui.vertical.pointing.menu .active.item:after {
1530
1539
  background-color: #f7f7f7;
1531
1540
  }
1541
+ .ui.vertical.pointing.menu .menu .active.item:after {
1542
+ background-color: #ffffff;
1543
+ }
1532
1544
 
1533
1545
  /*--------------
1534
1546
  Attached
@@ -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 - Message
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
  Message
16
15
  *******************************/