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 - Icon
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
  Icon
16
15
  *******************************/
@@ -18,7 +17,7 @@
18
17
  @font-face {
19
18
  font-family: 'Icons';
20
19
  src: font-url("semantic-ui/icons.eot");
21
- src: font-url("semantic-ui/icons.eot?#iefix") format('embedded-opentype'), font-url("semantic-ui/icons.svg#icons") format('svg'), font-url("semantic-ui/icons.woff") format('woff'), font-url("semantic-ui/icons.ttf") format('truetype');
20
+ src: font-url("semantic-ui/icons.eot?#iefix") format('embedded-opentype'), font-url("semantic-ui/icons.woff2") format('woff'), font-url("semantic-ui/icons.woff") format('woff'), font-url("semantic-ui/icons.ttf") format('truetype'), font-url("semantic-ui/icons.svg#icons") format('svg');
22
21
  font-style: normal;
23
22
  font-weight: normal;
24
23
  font-variant: normal;
@@ -63,12 +62,10 @@ i.icon.loading {
63
62
  animation: icon-loading 2s linear infinite;
64
63
  }
65
64
  @-webkit-keyframes icon-loading {
66
-
67
65
  from {
68
66
  -webkit-transform: rotate(0deg);
69
67
  transform: rotate(0deg);
70
68
  }
71
-
72
69
  to {
73
70
  -webkit-transform: rotate(360deg);
74
71
  transform: rotate(360deg);
@@ -340,28 +337,9 @@ i.massive.icon {
340
337
  vertical-align: middle;
341
338
  }
342
339
  /*
343
- * # Semantic - Icon
344
- * http://github.com/semantic-org/semantic-ui/
345
- *
346
- *
347
- * Copyright 2014 Contributor
348
- * Released under the MIT license
349
- * http://opensource.org/licenses/MIT
350
- *
340
+ * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
341
+ * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
351
342
  */
352
- /*
353
- * Font Awesome 4.0.3
354
- * the iconic font designed for Bootstrap
355
- * ------------------------------------------------------------------------------
356
- * The full suite of pictographic icons, examples, and documentation can be
357
- * found at http://fon.io. Stay up to date on Twitter at
358
- * http://twitter.com/fon.
359
- *
360
- * License
361
- * ------------------------------------------------------------------------------
362
- * - The Font Awesome font is licensed under SIL OFL 1.1 -
363
- * http://scripts.sil.org/OFL
364
-
365
343
 
366
344
 
367
345
  /*******************************
@@ -401,10 +379,10 @@ i.icon.search:before {
401
379
  i.icon.mail.outline:before {
402
380
  content: "\f003";
403
381
  }
404
- i.icon.external.link:before {
382
+ i.icon.external:before {
405
383
  content: "\f08e";
406
384
  }
407
- i.icon.wifi:before {
385
+ i.icon.signal:before {
408
386
  content: "\f012";
409
387
  }
410
388
  i.icon.setting:before {
@@ -494,7 +472,7 @@ i.icon.calendar.outline:before {
494
472
  i.icon.ticket:before {
495
473
  content: "\f145";
496
474
  }
497
- i.icon.external.link.square:before {
475
+ i.icon.external.square:before {
498
476
  content: "\f14c";
499
477
  }
500
478
  i.icon.map:before {
@@ -518,6 +496,36 @@ i.icon.comment.outline:before {
518
496
  i.icon.comments.outline:before {
519
497
  content: "\f0e6";
520
498
  }
499
+ i.icon.text.telephone:before {
500
+ content: "\f1e4";
501
+ }
502
+ i.icon.find:before {
503
+ content: "\f1e5";
504
+ }
505
+ i.icon.wifi:before {
506
+ content: "\f1eb";
507
+ }
508
+ i.icon.alarm.slash:before {
509
+ content: "\f1f6";
510
+ }
511
+ i.icon.alarm.slash.outline:before {
512
+ content: "\f1f7";
513
+ }
514
+ i.icon.copyright:before {
515
+ content: "\f1f9";
516
+ }
517
+ i.icon.at:before {
518
+ content: "\f1fa";
519
+ }
520
+ i.icon.eyedropper:before {
521
+ content: "\f1fb";
522
+ }
523
+ i.icon.paint.brush:before {
524
+ content: "\f1fc";
525
+ }
526
+ i.icon.heartbeat:before {
527
+ content: "\f21e";
528
+ }
521
529
 
522
530
  /* User Actions */
523
531
  i.icon.download:before {
@@ -667,6 +675,18 @@ i.icon.write.square:before {
667
675
  i.icon.share.square:before {
668
676
  content: "\f14d";
669
677
  }
678
+ i.icon.add.to.cart:before {
679
+ content: "\f217";
680
+ }
681
+ i.icon.in.cart:before {
682
+ content: "\f218";
683
+ }
684
+ i.icon.add.user:before {
685
+ content: "\f234";
686
+ }
687
+ i.icon.remove.user:before {
688
+ content: "\f235";
689
+ }
670
690
 
671
691
  /* Messages */
672
692
  i.icon.help.circle:before {
@@ -693,6 +713,9 @@ i.icon.info:before {
693
713
  i.icon.announcement:before {
694
714
  content: "\f0a1";
695
715
  }
716
+ i.icon.birthday:before {
717
+ content: "\f1fd";
718
+ }
696
719
 
697
720
  /* Users */
698
721
  i.icon.users:before {
@@ -701,12 +724,6 @@ i.icon.users:before {
701
724
  i.icon.doctor:before {
702
725
  content: "\f0f0";
703
726
  }
704
- i.icon.female:before {
705
- content: "\f182";
706
- }
707
- i.icon.male:before {
708
- content: "\f183";
709
- }
710
727
  i.icon.child:before {
711
728
  content: "\f1ae";
712
729
  }
@@ -719,6 +736,53 @@ i.icon.handicap:before {
719
736
  i.icon.student:before {
720
737
  content: "\f19d";
721
738
  }
739
+ i.icon.spy:before {
740
+ content: "\f21b";
741
+ }
742
+
743
+ /* Gender & Sexuality */
744
+ i.icon.female:before {
745
+ content: "\f182";
746
+ }
747
+ i.icon.male:before {
748
+ content: "\f183";
749
+ }
750
+ i.icon.woman:before {
751
+ content: "\f221";
752
+ }
753
+ i.icon.man:before {
754
+ content: "\f222";
755
+ }
756
+ i.icon.non.binary.transgender:before {
757
+ content: "\f223";
758
+ }
759
+ i.icon.intergender:before {
760
+ content: "\f224";
761
+ }
762
+ i.icon.transgender:before {
763
+ content: "\f225";
764
+ }
765
+ i.icon.lesbian:before {
766
+ content: "\f226";
767
+ }
768
+ i.icon.gay:before {
769
+ content: "\f227";
770
+ }
771
+ i.icon.heterosexual:before {
772
+ content: "\f228";
773
+ }
774
+ i.icon.other.gender:before {
775
+ content: "\f229";
776
+ }
777
+ i.icon.other.gender.vertical:before {
778
+ content: "\f22a";
779
+ }
780
+ i.icon.other.gender.horizontal:before {
781
+ content: "\f22b";
782
+ }
783
+ i.icon.neuter:before {
784
+ content: "\f22c";
785
+ }
722
786
 
723
787
  /* View Adjustment */
724
788
  i.icon.grid.layout:before {
@@ -846,6 +910,15 @@ i.icon.life.ring:before {
846
910
  i.icon.bomb:before {
847
911
  content: "\f1e2";
848
912
  }
913
+ i.icon.soccer:before {
914
+ content: "\f1e3";
915
+ }
916
+ i.icon.calculator:before {
917
+ content: "\f1ec";
918
+ }
919
+ i.icon.diamond:before {
920
+ content: "\f219";
921
+ }
849
922
 
850
923
  /* Shapes */
851
924
  i.icon.crosshairs:before {
@@ -943,6 +1016,12 @@ i.icon.check.square:before {
943
1016
  i.icon.plus.square.outline:before {
944
1017
  content: "\f196";
945
1018
  }
1019
+ i.icon.toggle.off:before {
1020
+ content: "\f204";
1021
+ }
1022
+ i.icon.toggle.on:before {
1023
+ content: "\f205";
1024
+ }
946
1025
 
947
1026
  /* Media */
948
1027
  i.icon.film:before {
@@ -960,6 +1039,18 @@ i.icon.bar.chart:before {
960
1039
  i.icon.camera.retro:before {
961
1040
  content: "\f083";
962
1041
  }
1042
+ i.icon.newspaper:before {
1043
+ content: "\f1ea";
1044
+ }
1045
+ i.icon.area.chart:before {
1046
+ content: "\f1fe";
1047
+ }
1048
+ i.icon.pie.chart:before {
1049
+ content: "\f200";
1050
+ }
1051
+ i.icon.line.chart:before {
1052
+ content: "\f201";
1053
+ }
963
1054
 
964
1055
  /* Pointers */
965
1056
  i.icon.arrow.circle.outline.down:before {
@@ -1100,6 +1191,9 @@ i.icon.power:before {
1100
1191
  content: "\f011";
1101
1192
  }
1102
1193
  i.icon.trash:before {
1194
+ content: "\f1f8";
1195
+ }
1196
+ i.icon.trash.outline:before {
1103
1197
  content: "\f014";
1104
1198
  }
1105
1199
  i.icon.disk.outline:before {
@@ -1123,6 +1217,9 @@ i.icon.game:before {
1123
1217
  i.icon.keyboard:before {
1124
1218
  content: "\f11c";
1125
1219
  }
1220
+ i.icon.plug:before {
1221
+ content: "\f1e6";
1222
+ }
1126
1223
 
1127
1224
  /* File System */
1128
1225
  i.icon.folder:before {
@@ -1199,6 +1296,9 @@ i.icon.html5:before {
1199
1296
  i.icon.css3:before {
1200
1297
  content: "\f13c";
1201
1298
  }
1299
+ i.icon.rss:before {
1300
+ content: "\f09e";
1301
+ }
1202
1302
  i.icon.rss.square:before {
1203
1303
  content: "\f143";
1204
1304
  }
@@ -1208,6 +1308,9 @@ i.icon.openid:before {
1208
1308
  i.icon.database:before {
1209
1309
  content: "\f1c0";
1210
1310
  }
1311
+ i.icon.server:before {
1312
+ content: "\f233";
1313
+ }
1211
1314
 
1212
1315
  /* Rating */
1213
1316
  i.icon.heart:before {
@@ -1308,8 +1411,11 @@ i.icon.mute:before {
1308
1411
  i.icon.video.play:before {
1309
1412
  content: "\f144";
1310
1413
  }
1414
+ i.icon.closed.captioning:before {
1415
+ content: "\f20a";
1416
+ }
1311
1417
 
1312
- /* Map & Locations */
1418
+ /* Map, Locations, & Transportation */
1313
1419
  i.icon.marker:before {
1314
1420
  content: "\f041";
1315
1421
  }
@@ -1364,6 +1470,30 @@ i.icon.taxi:before {
1364
1470
  i.icon.tree:before {
1365
1471
  content: "\f1bb";
1366
1472
  }
1473
+ i.icon.bicycle:before {
1474
+ content: "\f206";
1475
+ }
1476
+ i.icon.bus:before {
1477
+ content: "\f207";
1478
+ }
1479
+ i.icon.ship:before {
1480
+ content: "\f21a";
1481
+ }
1482
+ i.icon.motorcycle:before {
1483
+ content: "\f21c";
1484
+ }
1485
+ i.icon.street.view:before {
1486
+ content: "\f21d";
1487
+ }
1488
+ i.icon.hotel:before {
1489
+ content: "\f236";
1490
+ }
1491
+ i.icon.train:before {
1492
+ content: "\f238";
1493
+ }
1494
+ i.icon.subway:before {
1495
+ content: "\f239";
1496
+ }
1367
1497
 
1368
1498
  /* Tables */
1369
1499
  i.icon.table:before {
@@ -1511,6 +1641,35 @@ i.icon.won:before {
1511
1641
  i.icon.lira:before {
1512
1642
  content: "\f195";
1513
1643
  }
1644
+ i.icon.shekel:before {
1645
+ content: "\f20b";
1646
+ }
1647
+
1648
+ /* Payment Options */
1649
+ i.icon.paypal:before {
1650
+ content: "\f1ed";
1651
+ }
1652
+ i.icon.paypal.card:before {
1653
+ content: "\f1f4";
1654
+ }
1655
+ i.icon.google.wallet:before {
1656
+ content: "\f1ee";
1657
+ }
1658
+ i.icon.visa:before {
1659
+ content: "\f1f0";
1660
+ }
1661
+ i.icon.mastercard:before {
1662
+ content: "\f1f1";
1663
+ }
1664
+ i.icon.discover:before {
1665
+ content: "\f1f2";
1666
+ }
1667
+ i.icon.american.express:before {
1668
+ content: "\f1f3";
1669
+ }
1670
+ i.icon.stripe:before {
1671
+ content: "\f1f5";
1672
+ }
1514
1673
  /* Networks and Websites*/
1515
1674
  i.icon.twitter.square:before {
1516
1675
  content: "\f081";
@@ -1740,6 +1899,66 @@ i.icon.qq:before {
1740
1899
  i.icon.wechat:before {
1741
1900
  content: "\f1d7";
1742
1901
  }
1902
+ i.icon.slideshare:before {
1903
+ content: "\f1e7";
1904
+ }
1905
+ i.icon.twitch:before {
1906
+ content: "\f1e8";
1907
+ }
1908
+ i.icon.yelp:before {
1909
+ content: "\f1e9";
1910
+ }
1911
+ i.icon.lastfm:before {
1912
+ content: "\f202";
1913
+ }
1914
+ i.icon.lastfm.square:before {
1915
+ content: "\f203";
1916
+ }
1917
+ i.icon.ioxhost:before {
1918
+ content: "\f208";
1919
+ }
1920
+ i.icon.angellist:before {
1921
+ content: "\f209";
1922
+ }
1923
+ i.icon.meanpath:before {
1924
+ content: "\f20c";
1925
+ }
1926
+ i.icon.buysellads:before {
1927
+ content: "\f20d";
1928
+ }
1929
+ i.icon.connectdevelop:before {
1930
+ content: "\f20e";
1931
+ }
1932
+ i.icon.dashcube:before {
1933
+ content: "\f210";
1934
+ }
1935
+ i.icon.forumbee:before {
1936
+ content: "\f211";
1937
+ }
1938
+ i.icon.leanpub:before {
1939
+ content: "\f212";
1940
+ }
1941
+ i.icon.sellsy:before {
1942
+ content: "\f213";
1943
+ }
1944
+ i.icon.shirtsinbulk:before {
1945
+ content: "\f214";
1946
+ }
1947
+ i.icon.simplybuilt:before {
1948
+ content: "\f215";
1949
+ }
1950
+ i.icon.skyatlas:before {
1951
+ content: "\f216";
1952
+ }
1953
+ i.icon.whatsapp:before {
1954
+ content: "\f232";
1955
+ }
1956
+ i.icon.viacoin:before {
1957
+ content: "\f237";
1958
+ }
1959
+ i.icon.medium:before {
1960
+ content: "\f23a";
1961
+ }
1743
1962
 
1744
1963
 
1745
1964
  /*******************************
@@ -1773,6 +1992,21 @@ i.icon.delete:before {
1773
1992
  i.icon.x:before {
1774
1993
  content: "\f00d";
1775
1994
  }
1995
+ i.icon.user.times:before {
1996
+ content: "\f235";
1997
+ }
1998
+ i.icon.user.close:before {
1999
+ content: "\f235";
2000
+ }
2001
+ i.icon.user.cancel:before {
2002
+ content: "\f235";
2003
+ }
2004
+ i.icon.user.delete:before {
2005
+ content: "\f235";
2006
+ }
2007
+ i.icon.user.x:before {
2008
+ content: "\f235";
2009
+ }
1776
2010
  i.icon.zoom.in:before {
1777
2011
  content: "\f00e";
1778
2012
  }
@@ -1782,9 +2016,6 @@ i.icon.magnify:before {
1782
2016
  i.icon.shutdown:before {
1783
2017
  content: "\f011";
1784
2018
  }
1785
- i.icon.signal:before {
1786
- content: "\f012";
1787
- }
1788
2019
  i.icon.clock:before {
1789
2020
  content: "\f017";
1790
2021
  }
@@ -1794,9 +2025,6 @@ i.icon.time:before {
1794
2025
  i.icon.play.circle.outline:before {
1795
2026
  content: "\f01d";
1796
2027
  }
1797
- i.icon.clockwise:before {
1798
- content: "\f01e";
1799
- }
1800
2028
  i.icon.headphone:before {
1801
2029
  content: "\f025";
1802
2030
  }
@@ -1851,9 +2079,6 @@ i.icon.attention:before {
1851
2079
  i.icon.cart:before {
1852
2080
  content: "\f07a";
1853
2081
  }
1854
- i.icon.plane:before {
1855
- content: "\f072";
1856
- }
1857
2082
  i.icon.shuffle:before {
1858
2083
  content: "\f074";
1859
2084
  }
@@ -1869,6 +2094,15 @@ i.icon.shopping.cart:before {
1869
2094
  i.icon.bar.graph:before {
1870
2095
  content: "\f080";
1871
2096
  }
2097
+ i.icon.area.graph:before {
2098
+ content: "\f1fe";
2099
+ }
2100
+ i.icon.pie.graph:before {
2101
+ content: "\f200";
2102
+ }
2103
+ i.icon.line.graph:before {
2104
+ content: "\f201";
2105
+ }
1872
2106
  i.icon.key:before {
1873
2107
  content: "\f084";
1874
2108
  }
@@ -1911,9 +2145,6 @@ i.icon.phone.square:before {
1911
2145
  i.icon.credit.card:before {
1912
2146
  content: "\f09d";
1913
2147
  }
1914
- i.icon.rss:before {
1915
- content: "\f09e";
1916
- }
1917
2148
  i.icon.hdd.outline:before {
1918
2149
  content: "\f0a0";
1919
2150
  }
@@ -1923,6 +2154,15 @@ i.icon.bullhorn:before {
1923
2154
  i.icon.bell:before {
1924
2155
  content: "\f0f3";
1925
2156
  }
2157
+ i.icon.bell.outline:before {
2158
+ content: "\f0a2";
2159
+ }
2160
+ i.icon.bell.slash:before {
2161
+ content: "\f1f6";
2162
+ }
2163
+ i.icon.bell.slash.outline:before {
2164
+ content: "\f1f7";
2165
+ }
1926
2166
  i.icon.hand.outline.right:before {
1927
2167
  content: "\f0a4";
1928
2168
  }
@@ -2031,6 +2271,12 @@ i.icon.computer:before {
2031
2271
  i.icon.circle.outline:before {
2032
2272
  content: "\f10c";
2033
2273
  }
2274
+ i.icon.intersex:before {
2275
+ content: "\f10c";
2276
+ }
2277
+ i.icon.asexual:before {
2278
+ content: "\f10c";
2279
+ }
2034
2280
  i.icon.spinner:before {
2035
2281
  content: "\f110";
2036
2282
  }
@@ -2098,6 +2344,10 @@ i.icon.krw:before {
2098
2344
  i.icon.btc:before {
2099
2345
  content: "\f15a";
2100
2346
  }
2347
+ i.icon.sheqel:before,
2348
+ i.icon.ils:before {
2349
+ content: "\f20b";
2350
+ }
2101
2351
  i.icon.try:before {
2102
2352
  content: "\f195";
2103
2353
  }
@@ -2110,6 +2360,9 @@ i.icon.dot.circle.outline:before {
2110
2360
  i.icon.sliders:before {
2111
2361
  content: "\f1de";
2112
2362
  }
2363
+ i.icon.wi-fi:before {
2364
+ content: "\f1eb";
2365
+ }
2113
2366
  i.icon.graduation:before {
2114
2367
  content: "\f19d";
2115
2368
  }
@@ -2119,6 +2372,93 @@ i.icon.\33d:before {
2119
2372
  i.icon.weixin:before {
2120
2373
  content: "\f1d7";
2121
2374
  }
2375
+ i.icon.binoculars:before {
2376
+ content: "\f1e5";
2377
+ }
2378
+ i.icon.gratipay:before {
2379
+ content: "\f184";
2380
+ }
2381
+ i.icon.genderless:before {
2382
+ content: "\f1db";
2383
+ }
2384
+ i.icon.teletype:before {
2385
+ content: "\f1e4";
2386
+ }
2387
+ i.icon.power.cord:before {
2388
+ content: "\f1e6";
2389
+ }
2390
+ i.icon.tty:before {
2391
+ content: "\f1e4";
2392
+ }
2393
+ i.icon.cc:before {
2394
+ content: "\f20a";
2395
+ }
2396
+ i.icon.ils:before {
2397
+ content: "\f20b";
2398
+ }
2399
+ i.icon.plus.cart:before {
2400
+ content: "\f217";
2401
+ }
2402
+ i.icon.arrow.down.cart:before {
2403
+ content: "\f218";
2404
+ }
2405
+ i.icon.detective:before {
2406
+ content: "\f21b";
2407
+ }
2408
+ i.icon.venus:before {
2409
+ content: "\f221";
2410
+ }
2411
+ i.icon.mars:before {
2412
+ content: "\f222";
2413
+ }
2414
+ i.icon.mercury:before {
2415
+ content: "\f223";
2416
+ }
2417
+ i.icon.venus.double:before {
2418
+ content: "\f226";
2419
+ }
2420
+ i.icon.female.homosexual:before {
2421
+ content: "\f226";
2422
+ }
2423
+ i.icon.mars.double:before {
2424
+ content: "\f227";
2425
+ }
2426
+ i.icon.male.homosexual:before {
2427
+ content: "\f227";
2428
+ }
2429
+ i.icon.venus.mars:before {
2430
+ content: "\f228";
2431
+ }
2432
+ i.icon.mars.stroke:before {
2433
+ content: "\f229";
2434
+ }
2435
+ i.icon.mars.alternate:before {
2436
+ content: "\f229";
2437
+ }
2438
+ i.icon.mars.vertical:before {
2439
+ content: "\f22a";
2440
+ }
2441
+ i.icon.mars.horizontal:before {
2442
+ content: "\f22b";
2443
+ }
2444
+ i.icon.mars.stroke.vertical:before {
2445
+ content: "\f22a";
2446
+ }
2447
+ i.icon.mars.stroke.horizontal:before {
2448
+ content: "\f22b";
2449
+ }
2450
+ i.icon.neuter:before {
2451
+ content: "\f22c";
2452
+ }
2453
+ i.icon.facebook.official {
2454
+ content: "\f230";
2455
+ }
2456
+ i.icon.pinterest.official {
2457
+ content: "\f231";
2458
+ }
2459
+ i.icon.bed:before {
2460
+ content: "\f236";
2461
+ }
2122
2462
 
2123
2463
 
2124
2464
  /*******************************