Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorJulien Deswaef <judeswae@thoughtworks.com>2018-02-25 23:05:37 +0300
committerJulien Deswaef <judeswae@thoughtworks.com>2018-02-25 23:05:37 +0300
commit796dc7470741ab46f24a8970c9904983f2b0de75 (patch)
treedacf080ea5ddfa9e933ef8321638128d0e4f4f1e /scss
parent934c7c9386e7da3f0fcaaa87e8884e0058a1c7c1 (diff)
Adding XMPP icon, fixes #33
Diffstat (limited to 'scss')
-rw-r--r--scss/_icons.scss1
-rw-r--r--scss/_variables.scss1
2 files changed, 2 insertions, 0 deletions
diff --git a/scss/_icons.scss b/scss/_icons.scss
index 37852c262..bae3c8e20 100644
--- a/scss/_icons.scss
+++ b/scss/_icons.scss
@@ -812,3 +812,4 @@
.#{$fa-css-prefix}-shaarli-o:before { content: $fa-var-shaarli-o; }
.#{$fa-css-prefix}-cut-key:before,
.#{$fa-css-prefix}-key-modern:before { content: $fa-var-key-modern; }
+.#{$fa-css-prefix}-xmpp:before { content: $fa-var-xmpp; }
diff --git a/scss/_variables.scss b/scss/_variables.scss
index 477c4b111..1e221a196 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -812,6 +812,7 @@ $fa-var-wpforms: "\f298";
$fa-var-wrench: "\f0ad";
$fa-var-xing: "\f168";
$fa-var-xing-square: "\f169";
+$fa-var-xmpp: "\f2f9";
$fa-var-y-combinator: "\f23b";
$fa-var-y-combinator-square: "\f1d4";
$fa-var-yahoo: "\f19e";