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-26 08:34:55 +0300
committerJulien Deswaef <judeswae@thoughtworks.com>2018-02-26 08:34:55 +0300
commit87f503bdd4528c76dcc03ca5b5719f36308b45eb (patch)
tree66daa4c6208579b260b6b5ebb22ba921a0a458ef /scss
parent42bd963a69a8b149fa3d063a4fa0fa8f5b0ee665 (diff)
Adding the Archive.org icon
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 bae3c8e20..f973c0b2f 100644
--- a/scss/_icons.scss
+++ b/scss/_icons.scss
@@ -813,3 +813,4 @@
.#{$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; }
+.#{$fa-css-prefix}-archive-org:before { content: $fa-var-archive-org; }
diff --git a/scss/_variables.scss b/scss/_variables.scss
index 1e221a196..35db92330 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -40,6 +40,7 @@ $fa-var-angle-right: "\f105";
$fa-var-angle-up: "\f106";
$fa-var-apple: "\f179";
$fa-var-archive: "\f187";
+$fa-var-archive-org: "\f2fc";
$fa-var-area-chart: "\f1fe";
$fa-var-arrow-circle-down: "\f0ab";
$fa-var-arrow-circle-left: "\f0a8";