less-rails-semantic_ui 2.1.8.2 → 2.2.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (97) hide show
  1. checksums.yaml +4 -4
  2. data/.github/ISSUE_TEMPLATE.md +15 -0
  3. data/assets/fonts/semantic_ui/themes/default/assets/fonts/icons.eot +0 -0
  4. data/assets/fonts/semantic_ui/themes/default/assets/fonts/icons.svg +146 -26
  5. data/assets/fonts/semantic_ui/themes/default/assets/fonts/icons.ttf +0 -0
  6. data/assets/fonts/semantic_ui/themes/default/assets/fonts/icons.woff +0 -0
  7. data/assets/fonts/semantic_ui/themes/default/assets/fonts/icons.woff2 +0 -0
  8. data/assets/javascripts/semantic_ui/definitions/behaviors/api.js +41 -16
  9. data/assets/javascripts/semantic_ui/definitions/behaviors/colorize.js +233 -227
  10. data/assets/javascripts/semantic_ui/definitions/behaviors/form.js +58 -23
  11. data/assets/javascripts/semantic_ui/definitions/behaviors/state.js +20 -7
  12. data/assets/javascripts/semantic_ui/definitions/behaviors/visibility.js +89 -22
  13. data/assets/javascripts/semantic_ui/definitions/behaviors/visit.js +13 -5
  14. data/assets/javascripts/semantic_ui/definitions/globals/site.js +2 -2
  15. data/assets/javascripts/semantic_ui/definitions/modules/accordion.js +20 -6
  16. data/assets/javascripts/semantic_ui/definitions/modules/checkbox.js +31 -9
  17. data/assets/javascripts/semantic_ui/definitions/modules/dimmer.js +27 -9
  18. data/assets/javascripts/semantic_ui/definitions/modules/dropdown.js +482 -207
  19. data/assets/javascripts/semantic_ui/definitions/modules/embed.js +50 -13
  20. data/assets/javascripts/semantic_ui/definitions/modules/modal.js +28 -13
  21. data/assets/javascripts/semantic_ui/definitions/modules/nag.js +28 -7
  22. data/assets/javascripts/semantic_ui/definitions/modules/popup.js +136 -76
  23. data/assets/javascripts/semantic_ui/definitions/modules/progress.js +177 -62
  24. data/assets/javascripts/semantic_ui/definitions/modules/rating.js +41 -8
  25. data/assets/javascripts/semantic_ui/definitions/modules/search.js +109 -56
  26. data/assets/javascripts/semantic_ui/definitions/modules/shape.js +52 -19
  27. data/assets/javascripts/semantic_ui/definitions/modules/sidebar.js +21 -7
  28. data/assets/javascripts/semantic_ui/definitions/modules/sticky.js +48 -19
  29. data/assets/javascripts/semantic_ui/definitions/modules/tab.js +57 -27
  30. data/assets/javascripts/semantic_ui/definitions/modules/transition.js +24 -8
  31. data/assets/stylesheets/semantic_ui/definitions/collections/breadcrumb.less +1 -2
  32. data/assets/stylesheets/semantic_ui/definitions/collections/form.less +42 -36
  33. data/assets/stylesheets/semantic_ui/definitions/collections/grid.less +12 -5
  34. data/assets/stylesheets/semantic_ui/definitions/collections/menu.less +50 -6
  35. data/assets/stylesheets/semantic_ui/definitions/collections/message.less +20 -1
  36. data/assets/stylesheets/semantic_ui/definitions/collections/table.less +16 -3
  37. data/assets/stylesheets/semantic_ui/definitions/elements/button.less +184 -40
  38. data/assets/stylesheets/semantic_ui/definitions/elements/container.less +1 -2
  39. data/assets/stylesheets/semantic_ui/definitions/elements/divider.less +1 -3
  40. data/assets/stylesheets/semantic_ui/definitions/elements/flag.less +1 -2
  41. data/assets/stylesheets/semantic_ui/definitions/elements/header.less +2 -2
  42. data/assets/stylesheets/semantic_ui/definitions/elements/icon.less +1 -2
  43. data/assets/stylesheets/semantic_ui/definitions/elements/image.less +6 -1
  44. data/assets/stylesheets/semantic_ui/definitions/elements/input.less +14 -14
  45. data/assets/stylesheets/semantic_ui/definitions/elements/label.less +3 -3
  46. data/assets/stylesheets/semantic_ui/definitions/elements/list.less +29 -16
  47. data/assets/stylesheets/semantic_ui/definitions/elements/loader.less +72 -9
  48. data/assets/stylesheets/semantic_ui/definitions/elements/rail.less +21 -2
  49. data/assets/stylesheets/semantic_ui/definitions/elements/reveal.less +2 -3
  50. data/assets/stylesheets/semantic_ui/definitions/elements/segment.less +44 -3
  51. data/assets/stylesheets/semantic_ui/definitions/elements/step.less +28 -8
  52. data/assets/stylesheets/semantic_ui/definitions/globals/reset.less +1 -2
  53. data/assets/stylesheets/semantic_ui/definitions/globals/site.less +0 -1
  54. data/assets/stylesheets/semantic_ui/definitions/modules/accordion.less +0 -1
  55. data/assets/stylesheets/semantic_ui/definitions/modules/checkbox.less +9 -10
  56. data/assets/stylesheets/semantic_ui/definitions/modules/dimmer.less +1 -2
  57. data/assets/stylesheets/semantic_ui/definitions/modules/dropdown.less +39 -21
  58. data/assets/stylesheets/semantic_ui/definitions/modules/embed.less +0 -1
  59. data/assets/stylesheets/semantic_ui/definitions/modules/modal.less +0 -1
  60. data/assets/stylesheets/semantic_ui/definitions/modules/nag.less +1 -2
  61. data/assets/stylesheets/semantic_ui/definitions/modules/popup.less +344 -2
  62. data/assets/stylesheets/semantic_ui/definitions/modules/progress.less +0 -1
  63. data/assets/stylesheets/semantic_ui/definitions/modules/rating.less +0 -1
  64. data/assets/stylesheets/semantic_ui/definitions/modules/search.less +1 -1
  65. data/assets/stylesheets/semantic_ui/definitions/modules/shape.less +1 -2
  66. data/assets/stylesheets/semantic_ui/definitions/modules/sidebar.less +1 -2
  67. data/assets/stylesheets/semantic_ui/definitions/modules/sticky.less +1 -2
  68. data/assets/stylesheets/semantic_ui/definitions/modules/tab.less +1 -2
  69. data/assets/stylesheets/semantic_ui/definitions/modules/transition.less +1 -2
  70. data/assets/stylesheets/semantic_ui/definitions/views/card.less +20 -2
  71. data/assets/stylesheets/semantic_ui/definitions/views/comment.less +1 -2
  72. data/assets/stylesheets/semantic_ui/definitions/views/feed.less +0 -1
  73. data/assets/stylesheets/semantic_ui/definitions/views/item.less +1 -2
  74. data/assets/stylesheets/semantic_ui/definitions/views/statistic.less +18 -19
  75. data/assets/stylesheets/semantic_ui/themes/basic/globals/reset.overrides +1 -1
  76. data/assets/stylesheets/semantic_ui/themes/default/collections/form.variables +4 -5
  77. data/assets/stylesheets/semantic_ui/themes/default/collections/menu.variables +13 -0
  78. data/assets/stylesheets/semantic_ui/themes/default/collections/message.variables +47 -1
  79. data/assets/stylesheets/semantic_ui/themes/default/collections/table.variables +7 -2
  80. data/assets/stylesheets/semantic_ui/themes/default/elements/button.variables +14 -0
  81. data/assets/stylesheets/semantic_ui/themes/default/elements/icon.overrides +263 -76
  82. data/assets/stylesheets/semantic_ui/themes/default/elements/icon.variables +3 -1
  83. data/assets/stylesheets/semantic_ui/themes/default/elements/input.variables +2 -4
  84. data/assets/stylesheets/semantic_ui/themes/default/elements/list.variables +2 -1
  85. data/assets/stylesheets/semantic_ui/themes/default/elements/loader.variables +17 -5
  86. data/assets/stylesheets/semantic_ui/themes/default/elements/rail.variables +2 -2
  87. data/assets/stylesheets/semantic_ui/themes/default/elements/step.variables +1 -1
  88. data/assets/stylesheets/semantic_ui/themes/default/globals/reset.overrides +1 -6
  89. data/assets/stylesheets/semantic_ui/themes/default/globals/site.variables +170 -46
  90. data/assets/stylesheets/semantic_ui/themes/default/modules/dropdown.variables +15 -12
  91. data/assets/stylesheets/semantic_ui/themes/default/modules/popup.variables +41 -3
  92. data/assets/stylesheets/semantic_ui/themes/default/modules/rating.overrides +2 -2
  93. data/assets/stylesheets/semantic_ui/themes/default/modules/sticky.variables +1 -1
  94. data/assets/stylesheets/semantic_ui/themes/default/views/card.variables +11 -0
  95. data/assets/stylesheets/semantic_ui/themes/material/collections/menu.variables +1 -1
  96. data/lib/less/rails/semantic_ui/version.rb +1 -1
  97. metadata +4 -3
@@ -13,7 +13,6 @@
13
13
  * http://github.com/semantic-org/semantic-ui/
14
14
  *
15
15
  *
16
- * Copyright 2015 Contributors
17
16
  * Released under the MIT license
18
17
  * http://opensource.org/licenses/MIT
19
18
  *
@@ -86,4 +85,4 @@
86
85
  }
87
86
 
88
87
 
89
- .loadUIOverrides();
88
+ .loadUIOverrides();
@@ -13,7 +13,6 @@
13
13
  * http://github.com/semantic-org/semantic-ui/
14
14
  *
15
15
  *
16
- * Copyright 2015 Contributors
17
16
  * Released under the MIT license
18
17
  * http://opensource.org/licenses/MIT
19
18
  *
@@ -431,6 +430,25 @@
431
430
  Variations
432
431
  *******************************/
433
432
 
433
+ /*-------------------
434
+ Raised
435
+ --------------------*/
436
+
437
+ .ui.raised.cards > .card,
438
+ .ui.raised.card {
439
+ box-shadow: @raisedShadow;
440
+ }
441
+ .ui.raised.cards a.card:hover,
442
+ .ui.link.cards .raised.card:hover,
443
+ a.ui.raised.card:hover,
444
+ .ui.link.raised.card:hover {
445
+ box-shadow: @raisedShadowHover;
446
+ }
447
+
448
+ .ui.raised.cards > .card,
449
+ .ui.raised.card {
450
+ box-shadow: @raisedShadow;
451
+ }
434
452
  /*-------------------
435
453
  Centered
436
454
  --------------------*/
@@ -849,7 +867,7 @@ a.ui.card:hover,
849
867
  Doubling
850
868
  --------------------*/
851
869
 
852
- /* Mobily Only */
870
+ /* Mobile Only */
853
871
  @media only screen and (max-width : @largestMobileScreen) {
854
872
  .ui.two.doubling.cards {
855
873
  margin-left: @oneCardOffset;
@@ -13,7 +13,6 @@
13
13
  * http://github.com/semantic-org/semantic-ui/
14
14
  *
15
15
  *
16
- * Copyright 2015 Contributors
17
16
  * Released under the MIT license
18
17
  * http://opensource.org/licenses/MIT
19
18
  *
@@ -263,4 +262,4 @@
263
262
  font-size: @huge;
264
263
  }
265
264
 
266
- .loadUIOverrides();
265
+ .loadUIOverrides();
@@ -13,7 +13,6 @@
13
13
  * http://github.com/semantic-org/semantic-ui/
14
14
  *
15
15
  *
16
- * Copyright 2015 Contributors
17
16
  * Released under the MIT license
18
17
  * http://opensource.org/licenses/MIT
19
18
  *
@@ -13,7 +13,6 @@
13
13
  * http://github.com/semantic-org/semantic-ui/
14
14
  *
15
15
  *
16
- * Copyright 2015 Contributors
17
16
  * Released under the MIT license
18
17
  * http://opensource.org/licenses/MIT
19
18
  *
@@ -362,7 +361,7 @@
362
361
 
363
362
  }
364
363
 
365
- /* Mobily Only */
364
+ /* Mobile Only */
366
365
  @media only screen and (max-width: @largestMobileScreen) {
367
366
  .ui.items > .item {
368
367
  flex-direction: column;
@@ -13,7 +13,6 @@
13
13
  * http://github.com/semantic-org/semantic-ui/
14
14
  *
15
15
  *
16
- * Copyright 2015 Contributors
17
16
  * Released under the MIT license
18
17
  * http://opensource.org/licenses/MIT
19
18
  *
@@ -482,86 +481,86 @@
482
481
  /* Mini */
483
482
  .ui.mini.statistics .statistic > .value,
484
483
  .ui.mini.statistic > .value {
485
- font-size: @miniValueSize;
484
+ font-size: @miniValueSize !important;
486
485
  }
487
486
  .ui.mini.horizontal.statistics .statistic > .value,
488
487
  .ui.mini.horizontal.statistic > .value {
489
- font-size: @miniHorizontalValueSize;
488
+ font-size: @miniHorizontalValueSize !important;
490
489
  }
491
490
  .ui.mini.statistics .statistic > .text.value,
492
491
  .ui.mini.statistic > .text.value {
493
- font-size: @miniTextValueSize;
492
+ font-size: @miniTextValueSize !important;
494
493
  }
495
494
 
496
495
 
497
496
  /* Tiny */
498
497
  .ui.tiny.statistics .statistic > .value,
499
498
  .ui.tiny.statistic > .value {
500
- font-size: @tinyValueSize;
499
+ font-size: @tinyValueSize !important;
501
500
  }
502
501
  .ui.tiny.horizontal.statistics .statistic > .value,
503
502
  .ui.tiny.horizontal.statistic > .value {
504
- font-size: @tinyHorizontalValueSize;
503
+ font-size: @tinyHorizontalValueSize !important;
505
504
  }
506
505
  .ui.tiny.statistics .statistic > .text.value,
507
506
  .ui.tiny.statistic > .text.value {
508
- font-size: @tinyTextValueSize;
507
+ font-size: @tinyTextValueSize !important;
509
508
  }
510
509
 
511
510
  /* Small */
512
511
  .ui.small.statistics .statistic > .value,
513
512
  .ui.small.statistic > .value {
514
- font-size: @smallValueSize;
513
+ font-size: @smallValueSize !important;
515
514
  }
516
515
  .ui.small.horizontal.statistics .statistic > .value,
517
516
  .ui.small.horizontal.statistic > .value {
518
- font-size: @smallHorizontalValueSize;
517
+ font-size: @smallHorizontalValueSize !important;
519
518
  }
520
519
  .ui.small.statistics .statistic > .text.value,
521
520
  .ui.small.statistic > .text.value {
522
- font-size: @smallTextValueSize;
521
+ font-size: @smallTextValueSize !important;
523
522
  }
524
523
 
525
524
  /* Medium */
526
525
  .ui.statistics .statistic > .value,
527
526
  .ui.statistic > .value {
528
- font-size: @valueSize;
527
+ font-size: @valueSize !important;
529
528
  }
530
529
  .ui.horizontal.statistics .statistic > .value,
531
530
  .ui.horizontal.statistic > .value {
532
- font-size: @horizontalValueSize;
531
+ font-size: @horizontalValueSize !important;
533
532
  }
534
533
  .ui.statistics .statistic > .text.value,
535
534
  .ui.statistic > .text.value {
536
- font-size: @textValueSize;
535
+ font-size: @textValueSize !important;
537
536
  }
538
537
 
539
538
  /* Large */
540
539
  .ui.large.statistics .statistic > .value,
541
540
  .ui.large.statistic > .value {
542
- font-size: @largeValueSize;
541
+ font-size: @largeValueSize !important;
543
542
  }
544
543
  .ui.large.horizontal.statistics .statistic > .value,
545
544
  .ui.large.horizontal.statistic > .value {
546
- font-size: @largeHorizontalValueSize;
545
+ font-size: @largeHorizontalValueSize !important;
547
546
  }
548
547
  .ui.large.statistics .statistic > .text.value,
549
548
  .ui.large.statistic > .text.value {
550
- font-size: @largeTextValueSize;
549
+ font-size: @largeTextValueSize !important;
551
550
  }
552
551
 
553
552
  /* Huge */
554
553
  .ui.huge.statistics .statistic > .value,
555
554
  .ui.huge.statistic > .value {
556
- font-size: @hugeValueSize;
555
+ font-size: @hugeValueSize !important;
557
556
  }
558
557
  .ui.huge.horizontal.statistics .statistic > .value,
559
558
  .ui.huge.horizontal.statistic > .value {
560
- font-size: @hugeHorizontalValueSize;
559
+ font-size: @hugeHorizontalValueSize !important;
561
560
  }
562
561
  .ui.huge.statistics .statistic > .text.value,
563
562
  .ui.huge.statistic > .text.value {
564
- font-size: @hugeTextValueSize;
563
+ font-size: @hugeTextValueSize !important;
565
564
  }
566
565
 
567
566
 
@@ -2,4 +2,4 @@
2
2
  Overrides
3
3
  *******************************/
4
4
 
5
- /* No Additonal Resets */
5
+ /* No Additional Resets */
@@ -16,6 +16,9 @@
16
16
  /* Field */
17
17
  @fieldMargin: 0em 0em @rowDistance;
18
18
 
19
+ /* Fields */
20
+ @fieldsMargin: 0em -(@gutterWidth / 2) @rowDistance;
21
+
19
22
  /* Form Label */
20
23
  @labelDistance: @4px;
21
24
  @labelMargin: 0em 0em @labelDistance 0em;
@@ -127,10 +130,6 @@
127
130
  @inputErrorFocusBorder: @negativeBorderColor;
128
131
  @inputErrorFocusBoxShadow: none;
129
132
 
130
- /* Placeholder */
131
- @inputPlaceholderColor: lighten(@inputColor, 55);
132
- @inputPlaceholderFocusColor: lighten(@inputColor, 35);
133
-
134
133
  /* Placeholder Error */
135
134
  @inputErrorPlaceholderColor: lighten(@formErrorColor, 40);
136
135
  @inputErrorPlaceholderFocusColor: lighten(@formErrorColor, 30);
@@ -193,4 +192,4 @@
193
192
  Groups
194
193
  --------------------*/
195
194
 
196
- @inlineFieldsMargin: 0em 1em 0em 0em;
195
+ @inlineFieldsMargin: 0em 1em 0em 0em;
@@ -438,8 +438,21 @@
438
438
  @attachedBoxShadow
439
439
  ;
440
440
 
441
+ /* Resize large sizes */
442
+ @mini: @11px;
443
+ @tiny: @12px;
444
+ @small: @13px;
445
+ @large: @15px;
446
+ @huge: @16px;
447
+ @big: @17px;
448
+ @massive: @18px;
449
+
441
450
  /* Sizes */
451
+ @miniWidth: 9rem;
452
+ @tinyWidth: 11rem;
442
453
  @smallWidth: 13rem;
443
454
  @mediumWidth: 15rem;
444
455
  @largeWidth: 18rem;
445
456
  @hugeWidth: 20rem;
457
+ @bigWidth: 22rem;
458
+ @massiveWidth: 25rem;
@@ -84,6 +84,52 @@
84
84
  @floatingShadow
85
85
  ;
86
86
 
87
+ /* Colors */
88
+ @redBoxShadow:
89
+ 0px 0px 0px @borderWidth @redBorderColor inset,
90
+ @shadowShadow
91
+ ;
92
+ @orangeBoxShadow:
93
+ 0px 0px 0px @borderWidth @orangeBorderColor inset,
94
+ @shadowShadow
95
+ ;
96
+ @yellowBoxShadow:
97
+ 0px 0px 0px @borderWidth @yellowBorderColor inset,
98
+ @shadowShadow
99
+ ;
100
+ @oliveBoxShadow:
101
+ 0px 0px 0px @borderWidth @oliveBorderColor inset,
102
+ @shadowShadow
103
+ ;
104
+ @greenBoxShadow:
105
+ 0px 0px 0px @borderWidth @greenBorderColor inset,
106
+ @shadowShadow
107
+ ;
108
+ @tealBoxShadow:
109
+ 0px 0px 0px @borderWidth @tealBorderColor inset,
110
+ @shadowShadow
111
+ ;
112
+ @blueBoxShadow:
113
+ 0px 0px 0px @borderWidth @blueBorderColor inset,
114
+ @shadowShadow
115
+ ;
116
+ @violetBoxShadow:
117
+ 0px 0px 0px @borderWidth @violetBorderColor inset,
118
+ @shadowShadow
119
+ ;
120
+ @purpleBoxShadow:
121
+ 0px 0px 0px @borderWidth @purpleBorderColor inset,
122
+ @shadowShadow
123
+ ;
124
+ @pinkBoxShadow:
125
+ 0px 0px 0px @borderWidth @pinkBorderColor inset,
126
+ @shadowShadow
127
+ ;
128
+ @brownBoxShadow:
129
+ 0px 0px 0px @borderWidth @brownBorderColor inset,
130
+ @shadowShadow
131
+ ;
132
+
87
133
  /* Warning / Positive / Negative / Info */
88
134
  @positiveBoxShadow:
89
135
  0px 0px 0px @borderWidth @positiveBorderColor inset,
@@ -108,4 +154,4 @@
108
154
  @successBoxShadow:
109
155
  0px 0px 0px @borderWidth @successBorderColor inset,
110
156
  @shadowShadow
111
- ;
157
+ ;
@@ -90,8 +90,13 @@
90
90
  @definitionFooterFontWeight: @definitionHeaderFontWeight;
91
91
 
92
92
  @definitionColumnBackground: @subtleTransparentBlack;
93
- @definitionColumnColor: @selectedTextColor;
94
93
  @definitionColumnFontWeight: bold;
94
+ @definitionColumnColor: @selectedTextColor;
95
+ @definitionColumnFontSize: @relativeMedium;
96
+ @definitionColumnTextTransform: '';
97
+ @definitionColumnBoxShadow: '';
98
+ @definitionColumnTextAlign: '';
99
+ @definitionColumnHorizontalPadding: '';
95
100
 
96
101
 
97
102
  /*--------------
@@ -238,4 +243,4 @@
238
243
  /* Sizes */
239
244
  @small: 0.9em;
240
245
  @medium: 1em;
241
- @large: 1.1em;
246
+ @large: 1.1em;
@@ -97,6 +97,10 @@
97
97
  @focusColor: @hoveredTextColor;
98
98
  @iconFocusOpacity: 0.85;
99
99
 
100
+ /* Disabled */
101
+ @disabledBackgroundImage: none;
102
+ @disabledBoxShadow: none;
103
+
100
104
  /* Pressed Down */
101
105
  @downBackgroundColor: #BABBBC;
102
106
  @downBackgroundImage: '';
@@ -322,6 +326,16 @@
322
326
  @secondaryTextShadow: @invertedTextShadow;
323
327
  @secondaryBoxShadow: @coloredBoxShadow;
324
328
 
329
+ @positiveBackgroundImage: @coloredBackgroundImage;
330
+ @positiveTextColor: @invertedTextColor;
331
+ @positiveTextShadow: @invertedTextShadow;
332
+ @positiveBoxShadow: @coloredBoxShadow;
333
+
334
+ @negativeBackgroundImage: @coloredBackgroundImage;
335
+ @negativeTextColor: @invertedTextColor;
336
+ @negativeTextShadow: @invertedTextShadow;
337
+ @negativeBoxShadow: @coloredBoxShadow;
338
+
325
339
  /* Compact */
326
340
  @compactVerticalPadding: (@verticalPadding * 0.75);
327
341
  @compactHorizontalPadding: (@horizontalPadding * 0.75);
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
2
+ * Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
3
3
  * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
4
4
  */
5
5
 
@@ -33,7 +33,6 @@ for instance `lemon icon` not `lemon outline icon` since there is only one lemon
33
33
  /* Web Content */
34
34
  i.icon.search:before { content: "\f002"; }
35
35
  i.icon.mail.outline:before { content: "\f003"; }
36
- i.icon.external:before { content: "\f08e"; }
37
36
  i.icon.signal:before { content: "\f012"; }
38
37
  i.icon.setting:before { content: "\f013"; }
39
38
  i.icon.home:before { content: "\f015"; }
@@ -41,12 +40,16 @@ i.icon.inbox:before { content: "\f01c"; }
41
40
  i.icon.browser:before { content: "\f022"; }
42
41
  i.icon.tag:before { content: "\f02b"; }
43
42
  i.icon.tags:before { content: "\f02c"; }
43
+ i.icon.image:before { content: "\f03e"; }
44
44
  i.icon.calendar:before { content: "\f073"; }
45
45
  i.icon.comment:before { content: "\f075"; }
46
- i.icon.comments:before { content: "\f086"; }
47
46
  i.icon.shop:before { content: "\f07a"; }
47
+ i.icon.comments:before { content: "\f086"; }
48
+ i.icon.external:before { content: "\f08e"; }
48
49
  i.icon.privacy:before { content: "\f084"; }
49
50
  i.icon.settings:before { content: "\f085"; }
51
+ i.icon.comments:before { content: "\f086"; }
52
+ i.icon.external:before { content: "\f08e"; }
50
53
  i.icon.trophy:before { content: "\f091"; }
51
54
  i.icon.payment:before { content: "\f09d"; }
52
55
  i.icon.feed:before { content: "\f09e"; }
@@ -55,9 +58,11 @@ i.icon.tasks:before { content: "\f0ae"; }
55
58
  i.icon.cloud:before { content: "\f0c2"; }
56
59
  i.icon.lab:before { content: "\f0c3"; }
57
60
  i.icon.mail:before { content: "\f0e0"; }
58
- i.icon.idea:before { content: "\f0eb"; }
59
61
  i.icon.dashboard:before { content: "\f0e4"; }
62
+ i.icon.comment.outline:before { content: "\f0e5"; }
63
+ i.icon.comments.outline:before { content: "\f0e6"; }
60
64
  i.icon.sitemap:before { content: "\f0e8"; }
65
+ i.icon.idea:before { content: "\f0eb"; }
61
66
  i.icon.alarm:before { content: "\f0f3"; }
62
67
  i.icon.terminal:before { content: "\f120"; }
63
68
  i.icon.code:before { content: "\f121"; }
@@ -65,25 +70,42 @@ i.icon.protect:before { content: "\f132"; }
65
70
  i.icon.calendar.outline:before { content: "\f133"; }
66
71
  i.icon.ticket:before { content: "\f145"; }
67
72
  i.icon.external.square:before { content: "\f14c"; }
68
- i.icon.map:before { content: "\f14e"; }
69
73
  i.icon.bug:before { content: "\f188"; }
70
74
  i.icon.mail.square:before { content: "\f199"; }
71
75
  i.icon.history:before { content: "\f1da"; }
72
76
  i.icon.options:before { content: "\f1de"; }
73
- i.icon.comment.outline:before { content: "\f0e5"; }
74
- i.icon.comments.outline:before { content: "\f0e6"; }
75
77
  i.icon.text.telephone:before { content: "\f1e4"; }
76
78
  i.icon.find:before { content: "\f1e5"; }
77
79
  i.icon.wifi:before { content: "\f1eb"; }
78
- i.icon.alarm.slash:before { content: "\f1f6"; }
79
- i.icon.alarm.slash.outline:before { content: "\f1f7"; }
80
+ i.icon.alarm.mute:before { content: "\f1f6"; }
81
+ i.icon.alarm.mute.outline:before { content: "\f1f7"; }
80
82
  i.icon.copyright:before { content: "\f1f9"; }
81
83
  i.icon.at:before { content: "\f1fa"; }
82
84
  i.icon.eyedropper:before { content: "\f1fb"; }
83
85
  i.icon.paint.brush:before { content: "\f1fc"; }
84
86
  i.icon.heartbeat:before { content: "\f21e"; }
87
+ i.icon.mouse.pointer:before { content: "\f245"; }
88
+ i.icon.hourglass.empty:before { content: "\f250"; }
89
+ i.icon.hourglass.start:before { content: "\f251"; }
90
+ i.icon.hourglass.half:before { content: "\f252"; }
91
+ i.icon.hourglass.end:before { content: "\f253"; }
92
+ i.icon.hourglass.full:before { content: "\f254"; }
93
+ i.icon.hand.pointer:before { content: "\f25a"; }
94
+ i.icon.trademark:before { content: "\f25c"; }
95
+ i.icon.registered:before { content: "\f25d"; }
96
+ i.icon.creative.commons:before { content: "\f25e"; }
97
+ i.icon.add.to.calendar:before { content: "\f271"; }
98
+ i.icon.remove.from.calendar:before { content: "\f272"; }
99
+ i.icon.delete.calendar:before { content: "\f273"; }
100
+ i.icon.checked.calendar:before { content: "\f274"; }
101
+ i.icon.industry:before { content: "\f275"; }
102
+ i.icon.shopping.bag:before { content: "\f290"; }
103
+ i.icon.shopping.basket:before { content: "\f291"; }
104
+ i.icon.hashtag:before { content: "\f292"; }
105
+ i.icon.percent:before { content: "\f295"; }
85
106
 
86
107
  /* User Actions */
108
+ i.icon.wait:before { content: "\f017"; }
87
109
  i.icon.download:before { content: "\f019"; }
88
110
  i.icon.repeat:before { content: "\f01e"; }
89
111
  i.icon.refresh:before { content: "\f021"; }
@@ -91,8 +113,8 @@ i.icon.lock:before { content: "\f023"; }
91
113
  i.icon.bookmark:before { content: "\f02e"; }
92
114
  i.icon.print:before { content: "\f02f"; }
93
115
  i.icon.write:before { content: "\f040"; }
94
- i.icon.theme:before { content: "\f043"; }
95
116
  i.icon.adjust:before { content: "\f042"; }
117
+ i.icon.theme:before { content: "\f043"; }
96
118
  i.icon.edit:before { content: "\f044"; }
97
119
  i.icon.external.share:before { content: "\f045"; }
98
120
  i.icon.ban:before { content: "\f05e"; }
@@ -109,8 +131,8 @@ i.icon.pin:before { content: "\f08d"; }
109
131
  i.icon.sign.in:before { content: "\f090"; }
110
132
  i.icon.upload:before { content: "\f093"; }
111
133
  i.icon.call:before { content: "\f095"; }
112
- i.icon.call.square:before { content: "\f098"; }
113
134
  i.icon.remove.bookmark:before { content: "\f097"; }
135
+ i.icon.call.square:before { content: "\f098"; }
114
136
  i.icon.unlock:before { content: "\f09c"; }
115
137
  i.icon.configure:before { content: "\f0ad"; }
116
138
  i.icon.filter:before { content: "\f0b0"; }
@@ -123,6 +145,8 @@ i.icon.reply:before { content: "\f112"; }
123
145
  i.icon.reply.all:before { content: "\f122"; }
124
146
  i.icon.erase:before { content: "\f12d"; }
125
147
  i.icon.unlock.alternate:before { content: "\f13e"; }
148
+ i.icon.write.square:before { content: "\f14b"; }
149
+ i.icon.share.square:before { content: "\f14d"; }
126
150
  i.icon.archive:before { content: "\f187"; }
127
151
  i.icon.translate:before { content: "\f1ab"; }
128
152
  i.icon.recycle:before { content: "\f1b8"; }
@@ -130,32 +154,35 @@ i.icon.send:before { content: "\f1d8"; }
130
154
  i.icon.send.outline:before { content: "\f1d9"; }
131
155
  i.icon.share.alternate:before { content: "\f1e0"; }
132
156
  i.icon.share.alternate.square:before { content: "\f1e1"; }
133
- i.icon.wait:before { content: "\f017"; }
134
- i.icon.write.square:before { content: "\f14b"; }
135
- i.icon.share.square:before { content: "\f14d"; }
136
157
  i.icon.add.to.cart:before { content: "\f217"; }
137
158
  i.icon.in.cart:before { content: "\f218"; }
138
159
  i.icon.add.user:before { content: "\f234"; }
139
160
  i.icon.remove.user:before { content: "\f235"; }
161
+ i.icon.object.group:before { content: "\f247"; }
162
+ i.icon.object.ungroup:before { content: "\f248"; }
163
+ i.icon.clone:before { content: "\f24d"; }
164
+ i.icon.talk:before { content: "\f27a"; }
165
+ i.icon.talk.outline:before { content: "\f27b"; }
140
166
 
141
167
  /* Messages */
142
168
  i.icon.help.circle:before { content: "\f059"; }
143
169
  i.icon.info.circle:before { content: "\f05a"; }
144
- i.icon.warning:before { content: "\f12a"; }
145
170
  i.icon.warning.circle:before { content: "\f06a"; }
146
171
  i.icon.warning.sign:before { content: "\f071"; }
172
+ i.icon.announcement:before { content: "\f0a1"; }
147
173
  i.icon.help:before { content: "\f128"; }
148
174
  i.icon.info:before { content: "\f129"; }
149
- i.icon.announcement:before { content: "\f0a1"; }
175
+ i.icon.warning:before { content: "\f12a"; }
150
176
  i.icon.birthday:before { content: "\f1fd"; }
177
+ i.icon.help.circle.outline:before { content: "\f29c"; }
151
178
 
152
179
  /* Users */
180
+ i.icon.user:before { content: "\f007"; }
153
181
  i.icon.users:before { content: "\f0c0"; }
154
182
  i.icon.doctor:before { content: "\f0f0"; }
155
- i.icon.child:before { content: "\f1ae"; }
156
- i.icon.user:before { content: "\f007"; }
157
183
  i.icon.handicap:before { content: "\f193"; }
158
184
  i.icon.student:before { content: "\f19d"; }
185
+ i.icon.child:before { content: "\f1ae"; }
159
186
  i.icon.spy:before { content: "\f21b"; }
160
187
 
161
188
  /* Gender & Sexuality */
@@ -173,11 +200,25 @@ i.icon.other.gender:before { content: "\f229"; }
173
200
  i.icon.other.gender.vertical:before { content: "\f22a"; }
174
201
  i.icon.other.gender.horizontal:before { content: "\f22b"; }
175
202
  i.icon.neuter:before { content: "\f22c"; }
203
+ i.icon.genderless:before { content: "\f22d"; }
204
+
205
+ /* Accessibility */
206
+ i.icon.universal.access:before { content: "\f29a"; }
207
+ i.icon.wheelchair:before { content: "\f29b"; }
208
+ i.icon.blind:before { content: "\f29d"; }
209
+ i.icon.audio.description:before { content: "\f29e"; }
210
+ i.icon.volume.control.phone:before { content: "\f2a0"; }
211
+ i.icon.braille:before { content: "\f2a1"; }
212
+ i.icon.asl:before { content: "\f2a3"; }
213
+ i.icon.assistive.listening.systems:before { content: "\f2a2"; }
214
+ i.icon.deafness:before { content: "\f2a4"; }
215
+ i.icon.sign.language:before { content: "\f2a7"; }
216
+ i.icon.low.vision:before { content: "\f2a8"; }
176
217
 
177
218
  /* View Adjustment */
219
+ i.icon.block.layout:before { content: "\f009"; }
178
220
  i.icon.grid.layout:before { content: "\f00a"; }
179
221
  i.icon.list.layout:before { content: "\f00b"; }
180
- i.icon.block.layout:before { content: "\f009"; }
181
222
  i.icon.zoom:before { content: "\f00e"; }
182
223
  i.icon.zoom.out:before { content: "\f010"; }
183
224
  i.icon.resize.vertical:before { content: "\f07d"; }
@@ -195,14 +236,14 @@ i.icon.leaf:before { content: "\f06c"; }
195
236
  i.icon.fire:before { content: "\f06d"; }
196
237
  i.icon.plane:before { content: "\f072"; }
197
238
  i.icon.magnet:before { content: "\f076"; }
198
- i.icon.legal:before { content: "\f0e3"; }
199
239
  i.icon.lemon:before { content: "\f094"; }
200
240
  i.icon.world:before { content: "\f0ac"; }
201
241
  i.icon.travel:before { content: "\f0b1"; }
202
242
  i.icon.shipping:before { content: "\f0d1"; }
203
243
  i.icon.money:before { content: "\f0d6"; }
244
+ i.icon.legal:before { content: "\f0e3"; }
204
245
  i.icon.lightning:before { content: "\f0e7"; }
205
- i.icon.rain:before { content: "\f0e9"; }
246
+ i.icon.umbrella:before { content: "\f0e9"; }
206
247
  i.icon.treatment:before { content: "\f0f1"; }
207
248
  i.icon.suitcase:before { content: "\f0f2"; }
208
249
  i.icon.bar:before { content: "\f0fc"; }
@@ -221,22 +262,33 @@ i.icon.bomb:before { content: "\f1e2"; }
221
262
  i.icon.soccer:before { content: "\f1e3"; }
222
263
  i.icon.calculator:before { content: "\f1ec"; }
223
264
  i.icon.diamond:before { content: "\f219"; }
265
+ i.icon.sticky.note:before { content: "\f249"; }
266
+ i.icon.sticky.note.outline:before { content: "\f24a"; }
267
+ i.icon.law:before { content: "\f24e"; }
268
+ i.icon.hand.peace:before { content: "\f25b"; }
269
+ i.icon.hand.rock:before { content: "\f255"; }
270
+ i.icon.hand.paper:before { content: "\f256"; }
271
+ i.icon.hand.scissors:before { content: "\f257"; }
272
+ i.icon.hand.lizard:before { content: "\f258"; }
273
+ i.icon.hand.spock:before { content: "\f259"; }
274
+ i.icon.tv:before { content: "\f26c"; }
224
275
 
225
276
  /* Shapes */
226
277
  i.icon.crosshairs:before { content: "\f05b"; }
227
278
  i.icon.asterisk:before { content: "\f069"; }
279
+ i.icon.square.outline:before { content: "\f096"; }
228
280
  i.icon.certificate:before { content: "\f0a3"; }
229
- i.icon.circle:before { content: "\f111"; }
281
+ i.icon.square:before { content: "\f0c8"; }
230
282
  i.icon.quote.left:before { content: "\f10d"; }
231
283
  i.icon.quote.right:before { content: "\f10e"; }
284
+ i.icon.spinner:before { content: "\f110"; }
285
+ i.icon.circle:before { content: "\f111"; }
232
286
  i.icon.ellipsis.horizontal:before { content: "\f141"; }
233
287
  i.icon.ellipsis.vertical:before { content: "\f142"; }
234
288
  i.icon.cube:before { content: "\f1b2"; }
235
289
  i.icon.cubes:before { content: "\f1b3"; }
236
290
  i.icon.circle.notched:before { content: "\f1ce"; }
237
291
  i.icon.circle.thin:before { content: "\f1db"; }
238
- i.icon.square.outline:before { content: "\f096"; }
239
- i.icon.square:before { content: "\f0c8"; }
240
292
 
241
293
  /* Item Selection */
242
294
  i.icon.checkmark:before { content: "\f00c"; }
@@ -253,10 +305,10 @@ i.icon.plus:before { content: "\f067"; }
253
305
  i.icon.minus:before { content: "\f068"; }
254
306
  i.icon.add.square:before { content: "\f0fe"; }
255
307
  i.icon.radio:before { content: "\f10c"; }
256
- i.icon.selected.radio:before { content: "\f192"; }
257
308
  i.icon.minus.square:before { content: "\f146"; }
258
309
  i.icon.minus.square.outline:before { content: "\f147"; }
259
310
  i.icon.check.square:before { content: "\f14a"; }
311
+ i.icon.selected.radio:before { content: "\f192"; }
260
312
  i.icon.plus.square.outline:before { content: "\f196"; }
261
313
  i.icon.toggle.off:before { content: "\f204"; }
262
314
  i.icon.toggle.on:before { content: "\f205"; }
@@ -318,30 +370,37 @@ i.icon.arrow.circle.outline.right:before { content: "\f18e"; }
318
370
  i.icon.arrow.circle.outline.left:before { content: "\f190"; }
319
371
  i.icon.toggle.left:before { content: "\f191"; }
320
372
 
373
+ /* Mobile */
374
+ i.icon.tablet:before { content: "\f10a"; }
375
+ i.icon.mobile:before { content: "\f10b"; }
376
+ i.icon.battery.full:before { content: "\f240"; }
377
+ i.icon.battery.high:before { content: "\f241"; }
378
+ i.icon.battery.medium:before { content: "\f242"; }
379
+ i.icon.battery.low:before { content: "\f243"; }
380
+ i.icon.battery.empty:before { content: "\f244"; }
381
+
321
382
  /* Computer */
322
383
  i.icon.power:before { content: "\f011"; }
323
- i.icon.trash:before { content: "\f1f8"; }
324
384
  i.icon.trash.outline:before { content: "\f014"; }
325
385
  i.icon.disk.outline:before { content: "\f0a0"; }
326
386
  i.icon.desktop:before { content: "\f108"; }
327
387
  i.icon.laptop:before { content: "\f109"; }
328
- i.icon.tablet:before { content: "\f10a"; }
329
- i.icon.mobile:before { content: "\f10b"; }
330
388
  i.icon.game:before { content: "\f11b"; }
331
389
  i.icon.keyboard:before { content: "\f11c"; }
332
390
  i.icon.plug:before { content: "\f1e6"; }
333
391
 
334
392
  /* File System */
393
+ i.icon.trash:before { content: "\f1f8"; }
394
+ i.icon.file.outline:before { content: "\f016"; }
335
395
  i.icon.folder:before { content: "\f07b"; }
336
396
  i.icon.folder.open:before { content: "\f07c"; }
397
+ i.icon.file.text.outline:before { content: "\f0f6"; }
398
+ i.icon.folder.outline:before { content: "\f114"; }
399
+ i.icon.folder.open.outline:before { content: "\f115"; }
337
400
  i.icon.level.up:before { content: "\f148"; }
338
401
  i.icon.level.down:before { content: "\f149"; }
339
402
  i.icon.file:before { content: "\f15b"; }
340
- i.icon.file.outline:before { content: "\f016"; }
341
403
  i.icon.file.text:before { content: "\f15c"; }
342
- i.icon.file.text.outline:before { content: "\f0f6"; }
343
- i.icon.folder.outline:before { content: "\f114"; }
344
- i.icon.folder.open.outline:before { content: "\f115"; }
345
404
  i.icon.file.pdf.outline:before { content: "\f1c1"; }
346
405
  i.icon.file.word.outline:before { content: "\f1c2"; }
347
406
  i.icon.file.excel.outline:before { content: "\f1c3"; }
@@ -353,16 +412,19 @@ i.icon.file.video.outline:before { content: "\f1c8"; }
353
412
  i.icon.file.code.outline:before { content: "\f1c9"; }
354
413
 
355
414
  /* Technologies */
356
- i.icon.barcode:before { content: "\f02a"; }
357
415
  i.icon.qrcode:before { content: "\f029"; }
416
+ i.icon.barcode:before { content: "\f02a"; }
417
+ i.icon.rss:before { content: "\f09e"; }
358
418
  i.icon.fork:before { content: "\f126"; }
359
419
  i.icon.html5:before { content: "\f13b"; }
360
420
  i.icon.css3:before { content: "\f13c"; }
361
- i.icon.rss:before { content: "\f09e"; }
362
421
  i.icon.rss.square:before { content: "\f143"; }
363
422
  i.icon.openid:before { content: "\f19b"; }
364
423
  i.icon.database:before { content: "\f1c0"; }
365
424
  i.icon.server:before { content: "\f233"; }
425
+ i.icon.usb:before { content: "\f287"; }
426
+ i.icon.bluetooth:before { content: "\f293"; }
427
+ i.icon.bluetooth.alternative:before { content: "\f294"; }
366
428
 
367
429
  /* Rating */
368
430
  i.icon.heart:before { content: "\f004"; }
@@ -400,6 +462,10 @@ i.icon.unmute:before { content: "\f130"; }
400
462
  i.icon.mute:before { content: "\f131"; }
401
463
  i.icon.video.play:before { content: "\f144"; }
402
464
  i.icon.closed.captioning:before { content: "\f20a"; }
465
+ i.icon.pause.circle:before { content: "\f28b"; }
466
+ i.icon.pause.circle.outline:before { content: "\f28c"; }
467
+ i.icon.stop.circle:before { content: "\f28d"; }
468
+ i.icon.stop.circle.outline:before { content: "\f28e"; }
403
469
 
404
470
  /* Map, Locations, & Transportation */
405
471
  i.icon.marker:before { content: "\f041"; }
@@ -412,6 +478,7 @@ i.icon.first.aid:before { content: "\f0fa"; }
412
478
  i.icon.military:before { content: "\f0fb"; }
413
479
  i.icon.h:before { content: "\f0fd"; }
414
480
  i.icon.location.arrow:before { content: "\f124"; }
481
+ i.icon.compass:before { content: "\f14e"; }
415
482
  i.icon.space.shuttle:before { content: "\f197"; }
416
483
  i.icon.university:before { content: "\f19c"; }
417
484
  i.icon.building:before { content: "\f1ad"; }
@@ -428,13 +495,17 @@ i.icon.street.view:before { content: "\f21d"; }
428
495
  i.icon.hotel:before { content: "\f236"; }
429
496
  i.icon.train:before { content: "\f238"; }
430
497
  i.icon.subway:before { content: "\f239"; }
498
+ i.icon.map.pin:before { content: "\f276"; }
499
+ i.icon.map.signs:before { content: "\f277"; }
500
+ i.icon.map.outline:before { content: "\f278"; }
501
+ i.icon.map:before { content: "\f279"; }
431
502
 
432
503
  /* Tables */
433
504
  i.icon.table:before { content: "\f0ce"; }
434
505
  i.icon.columns:before { content: "\f0db"; }
435
506
  i.icon.sort:before { content: "\f0dc"; }
436
- i.icon.sort.ascending:before { content: "\f0de"; }
437
507
  i.icon.sort.descending:before { content: "\f0dd"; }
508
+ i.icon.sort.ascending:before { content: "\f0de"; }
438
509
  i.icon.sort.alphabet.ascending:before { content: "\f15d"; }
439
510
  i.icon.sort.alphabet.descending:before { content: "\f15e"; }
440
511
  i.icon.sort.content.ascending:before { content: "\f160"; }
@@ -466,11 +537,12 @@ i.icon.ordered.list:before { content: "\f0cb"; }
466
537
  i.icon.strikethrough:before { content: "\f0cc"; }
467
538
  i.icon.underline:before { content: "\f0cd"; }
468
539
  i.icon.paste:before { content: "\f0ea"; }
469
- i.icon.unlink:before { content: "\f127"; }
540
+ i.icon.unlinkify:before { content: "\f127"; }
470
541
  i.icon.superscript:before { content: "\f12b"; }
471
542
  i.icon.subscript:before { content: "\f12c"; }
472
543
  i.icon.header:before { content: "\f1dc"; }
473
544
  i.icon.paragraph:before { content: "\f1dd"; }
545
+ i.icon.text.cursor:before { content: "\f246"; }
474
546
 
475
547
  /* Currency */
476
548
  i.icon.euro:before { content: "\f153"; }
@@ -480,18 +552,22 @@ i.icon.rupee:before { content: "\f156"; }
480
552
  i.icon.yen:before { content: "\f157"; }
481
553
  i.icon.ruble:before { content: "\f158"; }
482
554
  i.icon.won:before { content: "\f159"; }
555
+ i.icon.bitcoin:before { content: "\f15a"; }
483
556
  i.icon.lira:before { content: "\f195"; }
484
557
  i.icon.shekel:before { content: "\f20b"; }
485
558
 
486
559
  /* Payment Options */
487
560
  i.icon.paypal:before { content: "\f1ed"; }
488
- i.icon.paypal.card:before { content: "\f1f4"; }
489
561
  i.icon.google.wallet:before { content: "\f1ee"; }
490
562
  i.icon.visa:before { content: "\f1f0"; }
491
563
  i.icon.mastercard:before { content: "\f1f1"; }
492
564
  i.icon.discover:before { content: "\f1f2"; }
493
565
  i.icon.american.express:before { content: "\f1f3"; }
566
+ i.icon.paypal.card:before { content: "\f1f4"; }
494
567
  i.icon.stripe:before { content: "\f1f5"; }
568
+ i.icon.japan.credit.bureau:before { content: "\f24b"; }
569
+ i.icon.diners.club:before { content: "\f24c"; }
570
+ i.icon.credit.card.alternative:before { content: "\f283"; }
495
571
 
496
572
  /* Networks and Websites*/
497
573
  i.icon.twitter.square:before { content: "\f081"; }
@@ -499,7 +575,7 @@ i.icon.facebook.square:before { content: "\f082"; }
499
575
  i.icon.linkedin.square:before { content: "\f08c"; }
500
576
  i.icon.github.square:before { content: "\f092"; }
501
577
  i.icon.twitter:before { content: "\f099"; }
502
- i.icon.facebook:before { content: "\f09a"; }
578
+ i.icon.facebook.f:before { content: "\f09a"; }
503
579
  i.icon.github:before { content: "\f09b"; }
504
580
  i.icon.pinterest:before { content: "\f0d2"; }
505
581
  i.icon.pinterest.square:before { content: "\f0d3"; }
@@ -508,7 +584,6 @@ i.icon.google.plus:before { content: "\f0d5"; }
508
584
  i.icon.linkedin:before { content: "\f0e1"; }
509
585
  i.icon.github.alternate:before { content: "\f113"; }
510
586
  i.icon.maxcdn:before { content: "\f136"; }
511
- i.icon.bitcoin:before { content: "\f15a"; }
512
587
  i.icon.youtube.square:before { content: "\f166"; }
513
588
  i.icon.youtube:before { content: "\f167"; }
514
589
  i.icon.xing:before { content: "\f168"; }
@@ -527,7 +602,7 @@ i.icon.apple:before { content: "\f179"; }
527
602
  i.icon.windows:before { content: "\f17a"; }
528
603
  i.icon.android:before { content: "\f17b"; }
529
604
  i.icon.linux:before { content: "\f17c"; }
530
- i.icon.dribbble:before { content: "\f17d"; }
605
+ i.icon.dribble:before { content: "\f17d"; }
531
606
  i.icon.skype:before { content: "\f17e"; }
532
607
  i.icon.foursquare:before { content: "\f180"; }
533
608
  i.icon.trello:before { content: "\f181"; }
@@ -537,7 +612,7 @@ i.icon.weibo:before { content: "\f18a"; }
537
612
  i.icon.renren:before { content: "\f18b"; }
538
613
  i.icon.pagelines:before { content: "\f18c"; }
539
614
  i.icon.stack.exchange:before { content: "\f18d"; }
540
- i.icon.vimeo:before { content: "\f194"; }
615
+ i.icon.vimeo.square:before { content: "\f194"; }
541
616
  i.icon.slack:before { content: "\f198"; }
542
617
  i.icon.wordpress:before { content: "\f19a"; }
543
618
  i.icon.yahoo:before { content: "\f19e"; }
@@ -587,9 +662,59 @@ i.icon.sellsy:before { content: "\f213"; }
587
662
  i.icon.shirtsinbulk:before { content: "\f214"; }
588
663
  i.icon.simplybuilt:before { content: "\f215"; }
589
664
  i.icon.skyatlas:before { content: "\f216"; }
665
+ i.icon.facebook:before { content: "\f230"; }
666
+ i.icon.pinterest:before { content: "\f231"; }
590
667
  i.icon.whatsapp:before { content: "\f232"; }
591
668
  i.icon.viacoin:before { content: "\f237"; }
592
669
  i.icon.medium:before { content: "\f23a"; }
670
+ i.icon.y.combinator:before { content: "\f23b"; }
671
+ i.icon.optinmonster:before { content: "\f23c"; }
672
+ i.icon.opencart:before { content: "\f23d"; }
673
+ i.icon.expeditedssl:before { content: "\f23e"; }
674
+ i.icon.gg:before { content: "\f260"; }
675
+ i.icon.gg.circle:before { content: "\f261"; }
676
+ i.icon.tripadvisor:before { content: "\f262"; }
677
+ i.icon.odnoklassniki:before { content: "\f263"; }
678
+ i.icon.odnoklassniki.square:before { content: "\f264"; }
679
+ i.icon.pocket:before { content: "\f265"; }
680
+ i.icon.wikipedia:before { content: "\f266"; }
681
+ i.icon.safari:before { content: "\f267"; }
682
+ i.icon.chrome:before { content: "\f268"; }
683
+ i.icon.firefox:before { content: "\f269"; }
684
+ i.icon.opera:before { content: "\f26a"; }
685
+ i.icon.internet.explorer:before { content: "\f26b"; }
686
+ i.icon.contao:before { content: "\f26d"; }
687
+ i.icon.\35 00px:before { content: "\f26e"; }
688
+ i.icon.amazon:before { content: "\f270"; }
689
+ i.icon.houzz:before { content: "\f27c"; }
690
+ i.icon.vimeo:before { content: "\f27d"; }
691
+ i.icon.black.tie:before { content: "\f27e"; }
692
+ i.icon.fonticons:before { content: "\f280"; }
693
+ i.icon.reddit.alien:before { content: "\f281"; }
694
+ i.icon.microsoft.edge:before { content: "\f282"; }
695
+ i.icon.codiepie:before { content: "\f284"; }
696
+ i.icon.modx:before { content: "\f285"; }
697
+ i.icon.fort.awesome:before { content: "\f286"; }
698
+ i.icon.product.hunt:before { content: "\f288"; }
699
+ i.icon.mixcloud:before { content: "\f289"; }
700
+ i.icon.scribd:before { content: "\f28a"; }
701
+ i.icon.gitlab:before { content: "\f296"; }
702
+ i.icon.wpbeginner:before { content: "\f297"; }
703
+ i.icon.wpforms:before { content: "\f298"; }
704
+ i.icon.envira.gallery:before { content: "\f299"; }
705
+ i.icon.glide:before { content: "\f2a5"; }
706
+ i.icon.glide.g:before { content: "\f2a6"; }
707
+ i.icon.viadeo:before { content: "\f2a9"; }
708
+ i.icon.viadeo.square:before { content: "\f2aa"; }
709
+ i.icon.snapchat:before { content: "\f2ab"; }
710
+ i.icon.snapchat.ghost:before { content: "\f2ac"; }
711
+ i.icon.snapchat.square:before { content: "\f2ad"; }
712
+ i.icon.pied.piper.hat:before { content: "\f2ae"; }
713
+ i.icon.first.order:before { content: "\f2b0"; }
714
+ i.icon.yoast:before { content: "\f2b1"; }
715
+ i.icon.themeisle:before { content: "\f2b2"; }
716
+ i.icon.google.plus.circle:before { content: "\f2b3"; }
717
+ i.icon.font.awesome:before { content: "\f2b4"; }
593
718
 
594
719
  /*******************************
595
720
  Aliases
@@ -603,11 +728,6 @@ i.icon.close:before { content: "\f00d"; }
603
728
  i.icon.cancel:before { content: "\f00d"; }
604
729
  i.icon.delete:before { content: "\f00d"; }
605
730
  i.icon.x:before { content: "\f00d"; }
606
- i.icon.user.times:before { content: "\f235"; }
607
- i.icon.user.close:before { content: "\f235"; }
608
- i.icon.user.cancel:before { content: "\f235"; }
609
- i.icon.user.delete:before { content: "\f235"; }
610
- i.icon.user.x:before { content: "\f235"; }
611
731
  i.icon.zoom.in:before { content: "\f00e"; }
612
732
  i.icon.magnify:before { content: "\f00e"; }
613
733
  i.icon.shutdown:before { content: "\f011"; }
@@ -624,20 +744,20 @@ i.icon.point:before { content: "\f041"; }
624
744
  i.icon.tint:before { content: "\f043"; }
625
745
  i.icon.signup:before { content: "\f044"; }
626
746
  i.icon.plus.circle:before { content: "\f055"; }
747
+ i.icon.question.circle:before { content: "\f059"; }
627
748
  i.icon.dont:before { content: "\f05e"; }
628
749
  i.icon.minimize:before { content: "\f066"; }
629
750
  i.icon.add:before { content: "\f067"; }
630
- i.icon.eye:before { content: "\f06e"; }
751
+ i.icon.exclamation.circle:before { content: "\f06a"; }
631
752
  i.icon.attention:before { content: "\f06a"; }
632
- i.icon.cart:before { content: "\f07a"; }
753
+ i.icon.eye:before { content: "\f06e"; }
754
+ i.icon.exclamation.triangle:before { content: "\f071"; }
633
755
  i.icon.shuffle:before { content: "\f074"; }
634
756
  i.icon.talk:before { content: "\f075"; }
635
757
  i.icon.chat:before { content: "\f075"; }
758
+ i.icon.cart:before { content: "\f07a"; }
636
759
  i.icon.shopping.cart:before { content: "\f07a"; }
637
760
  i.icon.bar.graph:before { content: "\f080"; }
638
- i.icon.area.graph:before { content: "\f1fe"; }
639
- i.icon.pie.graph:before { content: "\f200"; }
640
- i.icon.line.graph:before { content: "\f201"; }
641
761
  i.icon.key:before { content: "\f084"; }
642
762
  i.icon.cogs:before { content: "\f085"; }
643
763
  i.icon.discussions:before { content: "\f086"; }
@@ -647,16 +767,13 @@ i.icon.heart.outline:before { content: "\f08a"; }
647
767
  i.icon.log.out:before { content: "\f08b"; }
648
768
  i.icon.thumb.tack:before { content: "\f08d"; }
649
769
  i.icon.winner:before { content: "\f091"; }
650
- i.icon.bookmark.outline:before { content: "\f097"; }
651
770
  i.icon.phone:before { content: "\f095"; }
771
+ i.icon.bookmark.outline:before { content: "\f097"; }
652
772
  i.icon.phone.square:before { content: "\f098"; }
653
773
  i.icon.credit.card:before { content: "\f09d"; }
654
774
  i.icon.hdd.outline:before { content: "\f0a0"; }
655
775
  i.icon.bullhorn:before { content: "\f0a1"; }
656
- i.icon.bell:before { content: "\f0f3"; }
657
776
  i.icon.bell.outline:before { content: "\f0a2"; }
658
- i.icon.bell.slash:before { content: "\f1f6"; }
659
- i.icon.bell.slash.outline:before { content: "\f1f7"; }
660
777
  i.icon.hand.outline.right:before { content: "\f0a4"; }
661
778
  i.icon.hand.outline.left:before { content: "\f0a5"; }
662
779
  i.icon.hand.outline.up:before { content: "\f0a6"; }
@@ -665,6 +782,8 @@ i.icon.globe:before { content: "\f0ac"; }
665
782
  i.icon.wrench:before { content: "\f0ad"; }
666
783
  i.icon.briefcase:before { content: "\f0b1"; }
667
784
  i.icon.group:before { content: "\f0c0"; }
785
+ i.icon.linkify:before { content: "\f0c1"; }
786
+ i.icon.chain:before { content: "\f0c1"; }
668
787
  i.icon.flask:before { content: "\f0c3"; }
669
788
  i.icon.sidebar:before { content: "\f0c9"; }
670
789
  i.icon.bars:before { content: "\f0c9"; }
@@ -681,9 +800,10 @@ i.icon.triangle.left:before { content: "\f0d9"; }
681
800
  i.icon.triangle.right:before { content: "\f0da"; }
682
801
  i.icon.envelope:before { content: "\f0e0"; }
683
802
  i.icon.conversation:before { content: "\f0e6"; }
684
- i.icon.umbrella:before { content: "\f0e9"; }
803
+ i.icon.rain:before { content: "\f0e9"; }
685
804
  i.icon.clipboard:before { content: "\f0ea"; }
686
805
  i.icon.lightbulb:before { content: "\f0eb"; }
806
+ i.icon.bell:before { content: "\f0f3"; }
687
807
  i.icon.ambulance:before { content: "\f0f9"; }
688
808
  i.icon.medkit:before { content: "\f0fa"; }
689
809
  i.icon.fighter.jet:before { content: "\f0fb"; }
@@ -691,12 +811,11 @@ i.icon.beer:before { content: "\f0fc"; }
691
811
  i.icon.plus.square:before { content: "\f0fe"; }
692
812
  i.icon.computer:before { content: "\f108"; }
693
813
  i.icon.circle.outline:before { content: "\f10c"; }
694
- i.icon.intersex:before { content: "\f10c"; }
695
- i.icon.asexual:before { content: "\f10c"; }
696
- i.icon.spinner:before { content: "\f110"; }
697
814
  i.icon.gamepad:before { content: "\f11b"; }
698
815
  i.icon.star.half.full:before { content: "\f123"; }
816
+ i.icon.broken.chain:before { content: "\f127"; }
699
817
  i.icon.question:before { content: "\f128"; }
818
+ i.icon.exclamation:before { content: "\f12a"; }
700
819
  i.icon.eraser:before { content: "\f12d"; }
701
820
  i.icon.microphone:before { content: "\f130"; }
702
821
  i.icon.microphone.slash:before { content: "\f131"; }
@@ -704,41 +823,51 @@ i.icon.shield:before { content: "\f132"; }
704
823
  i.icon.target:before { content: "\f140"; }
705
824
  i.icon.play.circle:before { content: "\f144"; }
706
825
  i.icon.pencil.square:before { content: "\f14b"; }
707
- i.icon.compass:before { content: "\f14e"; }
708
- i.icon.amex:before { content: "\f1f3"; }
709
826
  i.icon.eur:before { content: "\f153"; }
710
827
  i.icon.gbp:before { content: "\f154"; }
711
828
  i.icon.usd:before { content: "\f155"; }
712
829
  i.icon.inr:before { content: "\f156"; }
713
- i.icon.cny:before,
714
- i.icon.rmb:before,
830
+ i.icon.cny:before { content: "\f157"; }
831
+ i.icon.rmb:before { content: "\f157"; }
715
832
  i.icon.jpy:before { content: "\f157"; }
716
- i.icon.rouble:before,
833
+ i.icon.rouble:before { content: "\f158"; }
717
834
  i.icon.rub:before { content: "\f158"; }
718
835
  i.icon.krw:before { content: "\f159"; }
719
836
  i.icon.btc:before { content: "\f15a"; }
720
- i.icon.sheqel:before,
721
- i.icon.ils:before { content: "\f20b"; }
722
- i.icon.try:before { content: "\f195"; }
837
+ i.icon.gratipay:before { content: "\f184"; }
723
838
  i.icon.zip:before { content: "\f187"; }
724
839
  i.icon.dot.circle.outline:before { content: "\f192"; }
725
- i.icon.sliders:before { content: "\f1de"; }
726
- i.icon.wi-fi:before { content: "\f1eb"; }
840
+ i.icon.try:before { content: "\f195"; }
727
841
  i.icon.graduation:before { content: "\f19d"; }
842
+ i.icon.circle.outline:before { content: "\f1db"; }
843
+ i.icon.sliders:before { content: "\f1de"; }
728
844
  i.icon.weixin:before { content: "\f1d7"; }
729
- i.icon.binoculars:before { content: "\f1e5"; }
730
- i.icon.gratipay:before { content: "\f184"; }
731
- i.icon.genderless:before { content: "\f1db"; }
845
+ i.icon.tty:before { content: "\f1e4"; }
732
846
  i.icon.teletype:before { content: "\f1e4"; }
847
+ i.icon.binoculars:before { content: "\f1e5"; }
733
848
  i.icon.power.cord:before { content: "\f1e6"; }
734
- i.icon.tty:before { content: "\f1e4"; }
849
+ i.icon.wi-fi:before { content: "\f1eb"; }
850
+ i.icon.visa.card:before { content: "\f1f0"; }
851
+ i.icon.mastercard.card:before { content: "\f1f1"; }
852
+ i.icon.discover.card:before { content: "\f1f2"; }
853
+ i.icon.amex:before { content: "\f1f3"; }
854
+ i.icon.american.express.card:before { content: "\f1f3"; }
855
+ i.icon.stripe.card:before { content: "\f1f5"; }
856
+ i.icon.bell.slash:before { content: "\f1f6"; }
857
+ i.icon.bell.slash.outline:before { content: "\f1f7"; }
858
+ i.icon.area.graph:before { content: "\f1fe"; }
859
+ i.icon.pie.graph:before { content: "\f200"; }
860
+ i.icon.line.graph:before { content: "\f201"; }
735
861
  i.icon.cc:before { content: "\f20a"; }
862
+ i.icon.sheqel:before { content: "\f20b"; }
863
+ i.icon.ils:before { content: "\f20b"; }
736
864
  i.icon.plus.cart:before { content: "\f217"; }
737
865
  i.icon.arrow.down.cart:before { content: "\f218"; }
738
866
  i.icon.detective:before { content: "\f21b"; }
739
867
  i.icon.venus:before { content: "\f221"; }
740
868
  i.icon.mars:before { content: "\f222"; }
741
869
  i.icon.mercury:before { content: "\f223"; }
870
+ i.icon.intersex:before { content: "\f224"; }
742
871
  i.icon.venus.double:before { content: "\f226"; }
743
872
  i.icon.female.homosexual:before { content: "\f226"; }
744
873
  i.icon.mars.double:before { content: "\f227"; }
@@ -747,9 +876,67 @@ i.icon.venus.mars:before { content: "\f228"; }
747
876
  i.icon.mars.stroke:before { content: "\f229"; }
748
877
  i.icon.mars.alternate:before { content: "\f229"; }
749
878
  i.icon.mars.vertical:before { content: "\f22a"; }
750
- i.icon.mars.horizontal:before { content: "\f22b"; }
751
879
  i.icon.mars.stroke.vertical:before { content: "\f22a"; }
880
+ i.icon.mars.horizontal:before { content: "\f22b"; }
752
881
  i.icon.mars.stroke.horizontal:before { content: "\f22b"; }
753
- i.icon.facebook.official { content: "\f230"; }
754
- i.icon.pinterest.official { content: "\f231"; }
882
+ i.icon.asexual:before { content: "\f22d"; }
883
+ i.icon.facebook.official:before { content: "\f230"; }
884
+ i.icon.user.plus:before { content: "\f234"; }
885
+ i.icon.user.times:before { content: "\f235"; }
886
+ i.icon.user.close:before { content: "\f235"; }
887
+ i.icon.user.cancel:before { content: "\f235"; }
888
+ i.icon.user.delete:before { content: "\f235"; }
889
+ i.icon.user.x:before { content: "\f235"; }
755
890
  i.icon.bed:before { content: "\f236"; }
891
+ i.icon.yc:before { content: "\f23b"; }
892
+ i.icon.ycombinator:before { content: "\f23b"; }
893
+ i.icon.battery.four:before { content: "\f240"; }
894
+ i.icon.battery.three:before { content: "\f241"; }
895
+ i.icon.battery.three.quarters:before { content: "\f241"; }
896
+ i.icon.battery.two:before { content: "\f242"; }
897
+ i.icon.battery.half:before { content: "\f242"; }
898
+ i.icon.battery.one:before { content: "\f243"; }
899
+ i.icon.battery.quarter:before { content: "\f243"; }
900
+ i.icon.battery.zero:before { content: "\f244"; }
901
+ i.icon.i.cursor:before { content: "\f246"; }
902
+ i.icon.jcb:before { content: "\f24b"; }
903
+ i.icon.japan.credit.bureau.card:before { content: "\f24b"; }
904
+ i.icon.diners.club.card:before { content: "\f24c"; }
905
+ i.icon.balance:before { content: "\f24e"; }
906
+ i.icon.hourglass.outline:before { content: "\f250"; }
907
+ i.icon.hourglass.zero:before { content: "\f250"; }
908
+ i.icon.hourglass.one:before { content: "\f251"; }
909
+ i.icon.hourglass.two:before { content: "\f252"; }
910
+ i.icon.hourglass.three:before { content: "\f253"; }
911
+ i.icon.hourglass.four:before { content: "\f254"; }
912
+ i.icon.grab { content: "\f255"; }
913
+ i.icon.hand.victory:before { content: "\f25b"; }
914
+ i.icon.tm:before { content: "\f25c"; }
915
+ i.icon.r.circle:before { content: "\f25d"; }
916
+ i.icon.television { content: "\f26c"; }
917
+ i.icon.five.hundred.pixels:before { content: "\f26e"; }
918
+ i.icon.calendar.plus:before { content: "\f271"; }
919
+ i.icon.calendar.minus:before { content: "\f272"; }
920
+ i.icon.calendar.times:before { content: "\f273"; }
921
+ i.icon.calendar.check:before { content: "\f274"; }
922
+ i.icon.factory:before { content: "\f275"; }
923
+ i.icon.commenting:before { content: "\f27a"; }
924
+ i.icon.commenting.outline:before { content: "\f27b"; }
925
+ i.icon.edge:before { content: "\f282"; }
926
+ i.icon.ms.edge:before { content: "\f282"; }
927
+ i.icon.wordpress.beginner:before { content: "\f297"; }
928
+ i.icon.wordpress.forms:before { content: "\f298"; }
929
+ i.icon.envira:before { content: "\f299"; }
930
+ i.icon.question.circle.outline:before { content: "\f29c"; }
931
+ i.icon.assistive.listening.devices:before { content: "\f2a2"; }
932
+ i.icon.als:before { content: "\f2a2"; }
933
+ i.icon.ald:before { content: "\f2a2"; }
934
+ i.icon.asl.interpreting:before { content: "\f2a3"; }
935
+ i.icon.deaf:before { content: "\f2a4"; }
936
+ i.icon.american.sign.language.interpreting:before { content: "\f2a3"; }
937
+ i.icon.hard.of.hearing:before{ content: "\f2a4"; }
938
+ i.icon.signing:before { content: "\f2a7"; }
939
+ i.icon.new.pied.piper:before { content: "\f2ae"; }
940
+ i.icon.theme.isle:before { content: "\f2b2"; }
941
+ i.icon.google.plus.official:before { content: "\f2b3"; }
942
+ i.icon.fa:before { content: "\f2b4"; }