fomantic-ui-sass 2.8.2 → 2.8.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (65) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +24 -0
  3. data/app/assets/fonts/semantic-ui/brand-icons.eot +0 -0
  4. data/app/assets/fonts/semantic-ui/brand-icons.svg +928 -689
  5. data/app/assets/fonts/semantic-ui/brand-icons.ttf +0 -0
  6. data/app/assets/fonts/semantic-ui/brand-icons.woff +0 -0
  7. data/app/assets/fonts/semantic-ui/brand-icons.woff2 +0 -0
  8. data/app/assets/fonts/semantic-ui/icons.eot +0 -0
  9. data/app/assets/fonts/semantic-ui/icons.svg +610 -426
  10. data/app/assets/fonts/semantic-ui/icons.ttf +0 -0
  11. data/app/assets/fonts/semantic-ui/icons.woff +0 -0
  12. data/app/assets/fonts/semantic-ui/icons.woff2 +0 -0
  13. data/app/assets/fonts/semantic-ui/outline-icons.eot +0 -0
  14. data/app/assets/fonts/semantic-ui/outline-icons.svg +22 -18
  15. data/app/assets/fonts/semantic-ui/outline-icons.ttf +0 -0
  16. data/app/assets/fonts/semantic-ui/outline-icons.woff +0 -0
  17. data/app/assets/fonts/semantic-ui/outline-icons.woff2 +0 -0
  18. data/app/assets/javascripts/semantic-ui/calendar.js +249 -60
  19. data/app/assets/javascripts/semantic-ui/checkbox.js +2 -2
  20. data/app/assets/javascripts/semantic-ui/dimmer.js +3 -3
  21. data/app/assets/javascripts/semantic-ui/dropdown.js +98 -62
  22. data/app/assets/javascripts/semantic-ui/form.js +97 -35
  23. data/app/assets/javascripts/semantic-ui/modal.js +9 -1
  24. data/app/assets/javascripts/semantic-ui/popup.js +8 -7
  25. data/app/assets/javascripts/semantic-ui/progress.js +20 -24
  26. data/app/assets/javascripts/semantic-ui/search.js +30 -2
  27. data/app/assets/javascripts/semantic-ui/slider.js +8 -8
  28. data/app/assets/javascripts/semantic-ui/tab.js +3 -2
  29. data/app/assets/javascripts/semantic-ui/toast.js +11 -9
  30. data/app/assets/javascripts/semantic-ui/visibility.js +1 -1
  31. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +86 -93
  32. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +8 -6
  33. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +36 -35
  34. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +4 -4
  35. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +39 -23
  36. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +9 -3
  37. data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +1 -1
  38. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +8 -8
  39. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +159 -18
  40. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +33 -4
  41. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +68 -68
  42. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +38 -2
  43. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +12 -12
  44. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +7 -1
  45. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +16 -9
  46. data/app/assets/stylesheets/semantic-ui/elements/_text.scss +15 -0
  47. data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +16 -9
  48. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +1 -0
  49. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +26 -23
  50. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +123 -32
  51. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +6 -6
  52. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +13 -6
  53. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +36 -7
  54. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +32 -3
  55. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +90 -0
  56. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +1 -0
  57. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +2 -1
  58. data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +9 -0
  59. data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +7 -7
  60. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +34 -34
  61. data/app/assets/stylesheets/semantic-ui/views/_card.scss +1 -1
  62. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +5 -5
  63. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +4 -4
  64. data/lib/fomantic/ui/sass/version.rb +2 -2
  65. metadata +6 -6
@@ -632,15 +632,17 @@
632
632
  .ui.button > .icon:not(.button) {
633
633
  height: auto;
634
634
  opacity: 0.8;
635
- margin: 0 0.42857143em 0 -0.21428571em;
636
635
  -webkit-transition: opacity 0.1s ease;
637
636
  transition: opacity 0.1s ease;
638
- vertical-align: '';
639
637
  color: '';
640
638
  }
641
639
  .ui.button:not(.icon) > .icon:not(.button):not(.dropdown),
642
640
  .ui.button:not(.icon) > .icons:not(.button):not(.dropdown) {
643
641
  margin: 0 0.42857143em 0 -0.21428571em;
642
+ vertical-align: baseline;
643
+ }
644
+ .ui.button:not(.icon) > .icons:not(.button):not(.dropdown) > .icon {
645
+ vertical-align: baseline;
644
646
  }
645
647
  .ui.button:not(.icon) > .right.icon:not(.button):not(.dropdown) {
646
648
  margin: 0 -0.21428571em 0 0.42857143em;
@@ -754,15 +756,19 @@
754
756
  ---------------*/
755
757
 
756
758
  .ui.icon.buttons .button,
757
- .ui.icon.button {
759
+ .ui.icon.button:not(.animated):not(.compact) {
758
760
  padding: 0.78571429em 0.78571429em 0.78571429em;
759
761
  }
762
+ .ui.animated.icon.button > .content > .icon,
760
763
  .ui.icon.buttons .button > .icon,
761
764
  .ui.icon.button > .icon {
762
765
  opacity: 0.9;
763
766
  margin: 0 !important;
764
767
  vertical-align: top;
765
768
  }
769
+ .ui.animated.button > .content > .icon {
770
+ vertical-align: top;
771
+ }
766
772
 
767
773
  /*-------------------
768
774
  Basic
@@ -50,7 +50,7 @@ em[data-emoji].loading:before {
50
50
  Link
51
51
  --------------------*/
52
52
 
53
- em[data-emoji].link {
53
+ em[data-emoji].link:not(.disabled) {
54
54
  cursor: pointer;
55
55
  }
56
56
  /*
@@ -50,7 +50,7 @@
50
50
  Icon
51
51
  ---------------*/
52
52
 
53
- .ui.header > .icon {
53
+ .ui.header > i.icon {
54
54
  display: table-cell;
55
55
  opacity: 1;
56
56
  font-size: 1.5em;
@@ -59,7 +59,7 @@
59
59
  }
60
60
 
61
61
  /* With Text Node */
62
- .ui.header .icon:only-child {
62
+ .ui.header > i.icon:only-child {
63
63
  display: inline-block;
64
64
  padding: 0;
65
65
  margin-right: 0.75rem;
@@ -99,7 +99,7 @@
99
99
  }
100
100
 
101
101
  /* After Icon */
102
- .ui.header > .icon + .content {
102
+ .ui.header > i.icon + .content {
103
103
  padding-left: 0.75rem;
104
104
  display: table-cell;
105
105
  vertical-align: middle;
@@ -269,7 +269,7 @@ h6.ui.header .sub.header {
269
269
  .ui.icon.header:first-child {
270
270
  margin-top: 0;
271
271
  }
272
- .ui.icon.header .icon {
272
+ .ui.icon.header > i.icon {
273
273
  float: none;
274
274
  display: block;
275
275
  width: auto;
@@ -287,13 +287,13 @@ h6.ui.header .sub.header {
287
287
  display: block;
288
288
  padding: 0;
289
289
  }
290
- .ui.icon.header .circular.icon {
290
+ .ui.icon.header > i.circular.icon {
291
291
  font-size: 2em;
292
292
  }
293
- .ui.icon.header .square.icon {
293
+ .ui.icon.header > i.square.icon {
294
294
  font-size: 2em;
295
295
  }
296
- .ui.block.icon.header .icon {
296
+ .ui.block.icon.header > i.icon {
297
297
  margin-bottom: 0;
298
298
  }
299
299
  .ui.icon.header.aligned {
@@ -675,7 +675,7 @@ a.ui.inverted.black.header.header.header:hover {
675
675
  .ui.dividing.header .sub.header {
676
676
  padding-bottom: 0.21428571rem;
677
677
  }
678
- .ui.dividing.header .icon {
678
+ .ui.dividing.header i.icon {
679
679
  margin-bottom: 0;
680
680
  }
681
681
  .ui.inverted.dividing.header {
@@ -411,48 +411,42 @@ i.inverted.circular.black.icon.icon.icon.icon {
411
411
  i.icon,
412
412
  i.icons {
413
413
  font-size: 1em;
414
+ line-height: 1;
414
415
  }
415
416
  i.mini.mini.mini.icon,
416
417
  i.mini.mini.mini.icons {
417
- line-height: 1;
418
- vertical-align: middle;
419
418
  font-size: 0.4em;
419
+ vertical-align: middle;
420
420
  }
421
421
  i.tiny.tiny.tiny.icon,
422
422
  i.tiny.tiny.tiny.icons {
423
- line-height: 1;
424
- vertical-align: middle;
425
423
  font-size: 0.5em;
424
+ vertical-align: middle;
426
425
  }
427
426
  i.small.small.small.icon,
428
427
  i.small.small.small.icons {
429
- line-height: 1;
430
- vertical-align: middle;
431
428
  font-size: 0.75em;
429
+ vertical-align: middle;
432
430
  }
433
431
  i.large.large.large.icon,
434
432
  i.large.large.large.icons {
435
- line-height: 1;
436
- vertical-align: middle;
437
433
  font-size: 1.5em;
434
+ vertical-align: middle;
438
435
  }
439
436
  i.big.big.big.icon,
440
437
  i.big.big.big.icons {
441
- line-height: 1;
442
- vertical-align: middle;
443
438
  font-size: 2em;
439
+ vertical-align: middle;
444
440
  }
445
441
  i.huge.huge.huge.icon,
446
442
  i.huge.huge.huge.icons {
447
- line-height: 1;
448
- vertical-align: middle;
449
443
  font-size: 4em;
444
+ vertical-align: middle;
450
445
  }
451
446
  i.massive.massive.massive.icon,
452
447
  i.massive.massive.massive.icons {
453
- line-height: 1;
454
- vertical-align: middle;
455
448
  font-size: 8em;
449
+ vertical-align: middle;
456
450
  }
457
451
 
458
452
 
@@ -521,7 +515,7 @@ i.icons .inverted.corner.icon {
521
515
  text-shadow: -1px -1px 0 #1B1C1D, 1px -1px 0 #1B1C1D, -1px 1px 0 #1B1C1D, 1px 1px 0 #1B1C1D;
522
516
  }
523
517
  /*
524
- * Font Awesome 5.11.2 by @fontawesome [https://fontawesome.com]
518
+ * Font Awesome 5.13.0 by @fontawesome [https://fontawesome.com]
525
519
  * License - https://fontawesome.com/license (Icons: CC BY 4.0 License, Fonts: SIL OFL 1.1 License, CSS: MIT License)
526
520
  */
527
521
 
@@ -743,6 +737,9 @@ i.icon.backward:before {
743
737
  i.icon.bacon:before {
744
738
  content: "\f7e5";
745
739
  }
740
+ i.icon.bahai:before {
741
+ content: "\f666";
742
+ }
746
743
  i.icon.balance.scale:before {
747
744
  content: "\f24e";
748
745
  }
@@ -884,6 +881,9 @@ i.icon.box:before {
884
881
  i.icon.box.open:before {
885
882
  content: "\f49e";
886
883
  }
884
+ i.icon.box.tissue:before {
885
+ content: "\f95b";
886
+ }
887
887
  i.icon.boxes:before {
888
888
  content: "\f468";
889
889
  }
@@ -995,6 +995,9 @@ i.icon.car.crash:before {
995
995
  i.icon.car.side:before {
996
996
  content: "\f5e4";
997
997
  }
998
+ i.icon.caravan:before {
999
+ content: "\f8ff";
1000
+ }
998
1001
  i.icon.caret.down:before {
999
1002
  content: "\f0d7";
1000
1003
  }
@@ -1058,6 +1061,9 @@ i.icon.chart.bar:before {
1058
1061
  i.icon.chart.line:before {
1059
1062
  content: "\f201";
1060
1063
  }
1064
+ i.icon.chartline:before {
1065
+ content: "\f201";
1066
+ }
1061
1067
  i.icon.chart.pie:before {
1062
1068
  content: "\f200";
1063
1069
  }
@@ -1247,6 +1253,9 @@ i.icon.compass:before {
1247
1253
  i.icon.compress:before {
1248
1254
  content: "\f066";
1249
1255
  }
1256
+ i.icon.compress.alternate:before {
1257
+ content: "\f422";
1258
+ }
1250
1259
  i.icon.compress.arrows.alternate:before {
1251
1260
  content: "\f78c";
1252
1261
  }
@@ -1352,6 +1361,9 @@ i.icon.digital.tachograph:before {
1352
1361
  i.icon.directions:before {
1353
1362
  content: "\f5eb";
1354
1363
  }
1364
+ i.icon.disease:before {
1365
+ content: "\f7fa";
1366
+ }
1355
1367
  i.icon.divide:before {
1356
1368
  content: "\f529";
1357
1369
  }
@@ -1475,6 +1487,9 @@ i.icon.exclamation.triangle:before {
1475
1487
  i.icon.expand:before {
1476
1488
  content: "\f065";
1477
1489
  }
1490
+ i.icon.expand.alternate:before {
1491
+ content: "\f424";
1492
+ }
1478
1493
  i.icon.expand.arrows.alternate:before {
1479
1494
  content: "\f31e";
1480
1495
  }
@@ -1502,6 +1517,9 @@ i.icon.fast.backward:before {
1502
1517
  i.icon.fast.forward:before {
1503
1518
  content: "\f050";
1504
1519
  }
1520
+ i.icon.faucet:before {
1521
+ content: "\f905";
1522
+ }
1505
1523
  i.icon.fax:before {
1506
1524
  content: "\f1ac";
1507
1525
  }
@@ -1817,9 +1835,15 @@ i.icon.hand.holding:before {
1817
1835
  i.icon.hand.holding.heart:before {
1818
1836
  content: "\f4be";
1819
1837
  }
1838
+ i.icon.hand.holding.medical:before {
1839
+ content: "\f95c";
1840
+ }
1820
1841
  i.icon.hand.holding.usd:before {
1821
1842
  content: "\f4c0";
1822
1843
  }
1844
+ i.icon.hand.holding.water:before {
1845
+ content: "\f4c1";
1846
+ }
1823
1847
  i.icon.hand.lizard:before {
1824
1848
  content: "\f258";
1825
1849
  }
@@ -1853,6 +1877,9 @@ i.icon.hand.rock:before {
1853
1877
  i.icon.hand.scissors:before {
1854
1878
  content: "\f257";
1855
1879
  }
1880
+ i.icon.hand.sparkles:before {
1881
+ content: "\f95d";
1882
+ }
1856
1883
  i.icon.hand.spock:before {
1857
1884
  content: "\f259";
1858
1885
  }
@@ -1862,9 +1889,18 @@ i.icon.hands:before {
1862
1889
  i.icon.hands.helping:before {
1863
1890
  content: "\f4c4";
1864
1891
  }
1892
+ i.icon.hands.wash:before {
1893
+ content: "\f95e";
1894
+ }
1865
1895
  i.icon.handshake:before {
1866
1896
  content: "\f2b5";
1867
1897
  }
1898
+ i.icon.handshake.alternate.slash:before {
1899
+ content: "\f95f";
1900
+ }
1901
+ i.icon.handshake.slash:before {
1902
+ content: "\f960";
1903
+ }
1868
1904
  i.icon.hanukiah:before {
1869
1905
  content: "\f6e6";
1870
1906
  }
@@ -1883,12 +1919,21 @@ i.icon.hat.cowboy.side:before {
1883
1919
  i.icon.hat.wizard:before {
1884
1920
  content: "\f6e8";
1885
1921
  }
1886
- i.icon.haykal:before {
1887
- content: "\f666";
1888
- }
1889
1922
  i.icon.hdd:before {
1890
1923
  content: "\f0a0";
1891
1924
  }
1925
+ i.icon.head.side.cough:before {
1926
+ content: "\f961";
1927
+ }
1928
+ i.icon.head.side.cough.slash:before {
1929
+ content: "\f962";
1930
+ }
1931
+ i.icon.head.side.mask:before {
1932
+ content: "\f963";
1933
+ }
1934
+ i.icon.head.side.virus:before {
1935
+ content: "\f964";
1936
+ }
1892
1937
  i.icon.heading:before {
1893
1938
  content: "\f1dc";
1894
1939
  }
@@ -1949,6 +1994,9 @@ i.icon.hospital.alternate:before {
1949
1994
  i.icon.hospital.symbol:before {
1950
1995
  content: "\f47e";
1951
1996
  }
1997
+ i.icon.hospital.user:before {
1998
+ content: "\f80d";
1999
+ }
1952
2000
  i.icon.hot.tub:before {
1953
2001
  content: "\f593";
1954
2002
  }
@@ -1973,6 +2021,9 @@ i.icon.hourglass.start:before {
1973
2021
  i.icon.house.damage:before {
1974
2022
  content: "\f6f1";
1975
2023
  }
2024
+ i.icon.house.user:before {
2025
+ content: "\f965";
2026
+ }
1976
2027
  i.icon.hryvnia:before {
1977
2028
  content: "\f6f2";
1978
2029
  }
@@ -2072,6 +2123,9 @@ i.icon.laptop:before {
2072
2123
  i.icon.laptop.code:before {
2073
2124
  content: "\f5fc";
2074
2125
  }
2126
+ i.icon.laptop.house:before {
2127
+ content: "\f966";
2128
+ }
2075
2129
  i.icon.laptop.medical:before {
2076
2130
  content: "\f812";
2077
2131
  }
@@ -2159,6 +2213,12 @@ i.icon.low.vision:before {
2159
2213
  i.icon.luggage.cart:before {
2160
2214
  content: "\f59d";
2161
2215
  }
2216
+ i.icon.lungs:before {
2217
+ content: "\f604";
2218
+ }
2219
+ i.icon.lungs.virus:before {
2220
+ content: "\f967";
2221
+ }
2162
2222
  i.icon.magic:before {
2163
2223
  content: "\f0d0";
2164
2224
  }
@@ -2429,6 +2489,9 @@ i.icon.pencil.alternate:before {
2429
2489
  i.icon.pencil.ruler:before {
2430
2490
  content: "\f5ae";
2431
2491
  }
2492
+ i.icon.people.arrows:before {
2493
+ content: "\f968";
2494
+ }
2432
2495
  i.icon.people.carry:before {
2433
2496
  content: "\f4ce";
2434
2497
  }
@@ -2486,6 +2549,9 @@ i.icon.plane.arrival:before {
2486
2549
  i.icon.plane.departure:before {
2487
2550
  content: "\f5b0";
2488
2551
  }
2552
+ i.icon.plane.slash:before {
2553
+ content: "\f969";
2554
+ }
2489
2555
  i.icon.play:before {
2490
2556
  content: "\f04b";
2491
2557
  }
@@ -2555,6 +2621,12 @@ i.icon.procedures:before {
2555
2621
  i.icon.project.diagram:before {
2556
2622
  content: "\f542";
2557
2623
  }
2624
+ i.icon.pump.medical:before {
2625
+ content: "\f96a";
2626
+ }
2627
+ i.icon.pump.soap:before {
2628
+ content: "\f96b";
2629
+ }
2558
2630
  i.icon.puzzle.piece:before {
2559
2631
  content: "\f12e";
2560
2632
  }
@@ -2741,6 +2813,9 @@ i.icon.shekel.sign:before {
2741
2813
  i.icon.shield.alternate:before {
2742
2814
  content: "\f3ed";
2743
2815
  }
2816
+ i.icon.shield.virus:before {
2817
+ content: "\f96c";
2818
+ }
2744
2819
  i.icon.ship:before {
2745
2820
  content: "\f21a";
2746
2821
  }
@@ -2846,6 +2921,9 @@ i.icon.snowman:before {
2846
2921
  i.icon.snowplow:before {
2847
2922
  content: "\f7d2";
2848
2923
  }
2924
+ i.icon.soap:before {
2925
+ content: "\f96e";
2926
+ }
2849
2927
  i.icon.socks:before {
2850
2928
  content: "\f696";
2851
2929
  }
@@ -2969,12 +3047,21 @@ i.icon.stop.circle:before {
2969
3047
  i.icon.stopwatch:before {
2970
3048
  content: "\f2f2";
2971
3049
  }
3050
+ i.icon.stopwatch.twenty:before {
3051
+ content: "\f96f";
3052
+ }
2972
3053
  i.icon.store:before {
2973
3054
  content: "\f54e";
2974
3055
  }
2975
3056
  i.icon.store.alternate:before {
2976
3057
  content: "\f54f";
2977
3058
  }
3059
+ i.icon.store.alternate.slash:before {
3060
+ content: "\f970";
3061
+ }
3062
+ i.icon.store.slash:before {
3063
+ content: "\f971";
3064
+ }
2978
3065
  i.icon.stream:before {
2979
3066
  content: "\f550";
2980
3067
  }
@@ -3155,6 +3242,9 @@ i.icon.toilet:before {
3155
3242
  i.icon.toilet.paper:before {
3156
3243
  content: "\f71e";
3157
3244
  }
3245
+ i.icon.toilet.paper.slash:before {
3246
+ content: "\f972";
3247
+ }
3158
3248
  i.icon.toolbox:before {
3159
3249
  content: "\f552";
3160
3250
  }
@@ -3179,6 +3269,9 @@ i.icon.trademark:before {
3179
3269
  i.icon.traffic.light:before {
3180
3270
  content: "\f637";
3181
3271
  }
3272
+ i.icon.trailer:before {
3273
+ content: "\f941";
3274
+ }
3182
3275
  i.icon.train:before {
3183
3276
  content: "\f238";
3184
3277
  }
@@ -3377,6 +3470,15 @@ i.icon.video.slash:before {
3377
3470
  i.icon.vihara:before {
3378
3471
  content: "\f6a7";
3379
3472
  }
3473
+ i.icon.virus:before {
3474
+ content: "\f974";
3475
+ }
3476
+ i.icon.virus.slash:before {
3477
+ content: "\f975";
3478
+ }
3479
+ i.icon.viruses:before {
3480
+ content: "\f976";
3481
+ }
3380
3482
  i.icon.voicemail:before {
3381
3483
  content: "\f897";
3382
3484
  }
@@ -3871,6 +3973,9 @@ i.icon.like:before {
3871
3973
  i.icon.line.graph:before {
3872
3974
  content: "\f201";
3873
3975
  }
3976
+ i.icon.linegraph:before {
3977
+ content: "\f201";
3978
+ }
3874
3979
  i.icon.linkify:before {
3875
3980
  content: "\f0c1";
3876
3981
  }
@@ -5218,6 +5323,10 @@ i.icon.d.and.d.beyond:before {
5218
5323
  content: "\f6ca";
5219
5324
  font-family: 'brand-icons';
5220
5325
  }
5326
+ i.icon.dailymotion:before {
5327
+ content: "\f952";
5328
+ font-family: 'brand-icons';
5329
+ }
5221
5330
  i.icon.dashcube:before {
5222
5331
  content: "\f210";
5223
5332
  font-family: 'brand-icons';
@@ -5386,6 +5495,10 @@ i.icon.firefox:before {
5386
5495
  content: "\f269";
5387
5496
  font-family: 'brand-icons';
5388
5497
  }
5498
+ i.icon.firefox.browser:before {
5499
+ content: "\f907";
5500
+ font-family: 'brand-icons';
5501
+ }
5389
5502
  i.icon.first.order:before {
5390
5503
  content: "\f2b0";
5391
5504
  font-family: 'brand-icons';
@@ -5626,6 +5739,10 @@ i.icon.hubspot:before {
5626
5739
  content: "\f3b2";
5627
5740
  font-family: 'brand-icons';
5628
5741
  }
5742
+ i.icon.ideal:before {
5743
+ content: "\f913";
5744
+ font-family: 'brand-icons';
5745
+ }
5629
5746
  i.icon.imdb:before {
5630
5747
  content: "\f2d8";
5631
5748
  font-family: 'brand-icons';
@@ -5634,6 +5751,10 @@ i.icon.instagram:before {
5634
5751
  content: "\f16d";
5635
5752
  font-family: 'brand-icons';
5636
5753
  }
5754
+ i.icon.instagram.square:before {
5755
+ content: "\f955";
5756
+ font-family: 'brand-icons';
5757
+ }
5637
5758
  i.icon.intercom:before {
5638
5759
  content: "\f7af";
5639
5760
  font-family: 'brand-icons';
@@ -5822,6 +5943,10 @@ i.icon.mendeley:before {
5822
5943
  content: "\f7b3";
5823
5944
  font-family: 'brand-icons';
5824
5945
  }
5946
+ i.icon.microblog:before {
5947
+ content: "\f91a";
5948
+ font-family: 'brand-icons';
5949
+ }
5825
5950
  i.icon.microsoft:before {
5826
5951
  content: "\f3ca";
5827
5952
  font-family: 'brand-icons';
@@ -5834,6 +5959,10 @@ i.icon.mixcloud:before {
5834
5959
  content: "\f289";
5835
5960
  font-family: 'brand-icons';
5836
5961
  }
5962
+ i.icon.mixer:before {
5963
+ content: "\f956";
5964
+ font-family: 'brand-icons';
5965
+ }
5837
5966
  i.icon.mizuni:before {
5838
5967
  content: "\f3cc";
5839
5968
  font-family: 'brand-icons';
@@ -5974,6 +6103,10 @@ i.icon.pied.piper.pp:before {
5974
6103
  content: "\f1a7";
5975
6104
  font-family: 'brand-icons';
5976
6105
  }
6106
+ i.icon.pied.piper.square:before {
6107
+ content: "\f91e";
6108
+ font-family: 'brand-icons';
6109
+ }
5977
6110
  i.icon.pinterest:before {
5978
6111
  content: "\f0d2";
5979
6112
  font-family: 'brand-icons';
@@ -6134,6 +6267,10 @@ i.icon.shirtsinbulk:before {
6134
6267
  content: "\f214";
6135
6268
  font-family: 'brand-icons';
6136
6269
  }
6270
+ i.icon.shopify:before {
6271
+ content: "\f957";
6272
+ font-family: 'brand-icons';
6273
+ }
6137
6274
  i.icon.shopware:before {
6138
6275
  content: "\f5b5";
6139
6276
  font-family: 'brand-icons';
@@ -6370,6 +6507,10 @@ i.icon.uniregistry:before {
6370
6507
  content: "\f404";
6371
6508
  font-family: 'brand-icons';
6372
6509
  }
6510
+ i.icon.unity:before {
6511
+ content: "\f949";
6512
+ font-family: 'brand-icons';
6513
+ }
6373
6514
  i.icon.untappd:before {
6374
6515
  content: "\f405";
6375
6516
  font-family: 'brand-icons';