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-03-09 02:18:10 +0300
committerJulien Deswaef <judeswae@thoughtworks.com>2018-03-09 02:18:10 +0300
commit6780a5386b37def1a422e1632156f0ae27d6a1a9 (patch)
treeb8c08e3e2e259b169a019c3e2553a85d825a63ef /scss
parent88fc0d4e63d4514b0f0af9ae5fe1a4d9df9b7a73 (diff)
Adds the tipeee icon, fixes #39
Diffstat (limited to 'scss')
-rw-r--r--scss/_icons.scss2
-rw-r--r--scss/_variables.scss2
2 files changed, 4 insertions, 0 deletions
diff --git a/scss/_icons.scss b/scss/_icons.scss
index e0c62727a..6dec1feba 100644
--- a/scss/_icons.scss
+++ b/scss/_icons.scss
@@ -817,3 +817,5 @@
.#{$fa-css-prefix}-freedombox:before { content: $fa-var-freedombox; }
.#{$fa-css-prefix}-facebook-messenger:before { content: $fa-var-facebook-messenger; }
.#{$fa-css-prefix}-debian:before { content: $fa-var-debian; }
+.#{$fa-css-prefix}-mastodon-square:before { content: $fa-var-mastodon-square; }
+.#{$fa-css-prefix}-tipeee:before { content: $fa-var-tipeee; }
diff --git a/scss/_variables.scss b/scss/_variables.scss
index 6ed174d8d..7e3f674a3 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -477,6 +477,7 @@ $fa-var-mars-stroke-h: "\f22b";
$fa-var-mars-stroke-v: "\f22a";
$fa-var-mastodon: "\f2e1";
$fa-var-mastodon-alt: "\f2e2";
+$fa-var-mastodon-square: "\f300";
$fa-var-maxcdn: "\f136";
$fa-var-meanpath: "\f20c";
$fa-var-medium: "\f23a";
@@ -728,6 +729,7 @@ $fa-var-times-circle-o: "\f05c";
$fa-var-times-rectangle: "\f2d3";
$fa-var-times-rectangle-o: "\f2d4";
$fa-var-tint: "\f043";
+$fa-var-tipeee: "\f301";
$fa-var-toggle-down: "\f150";
$fa-var-toggle-left: "\f191";
$fa-var-toggle-off: "\f204";