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-21 02:31:36 +0300
committerJulien Deswaef <judeswae@thoughtworks.com>2018-02-21 02:31:36 +0300
commit4bbd4785f1e72695ea57a1181044fa2c52b94cc1 (patch)
tree639f7f447582ba52b272e667c424660c51c200c2 /scss
parent0f46425a373019eef1af377f9daa9fbeadb21db8 (diff)
Bug on the sizing of Fork Awesome logo
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 9a1238dd8..dcab71cde 100644
--- a/scss/_icons.scss
+++ b/scss/_icons.scss
@@ -799,3 +799,4 @@
.#{$fa-css-prefix}-scuttlebutt:before { content: $fa-var-scuttlebutt; }
.#{$fa-css-prefix}-hubzilla:before { content: $fa-var-hubzilla; }
.#{$fa-css-prefix}-social-home:before { content: $fa-var-social-home; }
+.#{$fa-css-prefix}-artstation:before { content: $fa-var-artstation; }
diff --git a/scss/_variables.scss b/scss/_variables.scss
index abff70288..993e79811 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -56,6 +56,7 @@ $fa-var-arrows: "\f047";
$fa-var-arrows-alt: "\f0b2";
$fa-var-arrows-h: "\f07e";
$fa-var-arrows-v: "\f07d";
+$fa-var-artstation: "\f2ed";
$fa-var-asl-interpreting: "\f2a3";
$fa-var-assistive-listening-systems: "\f2a2";
$fa-var-asterisk: "\f069";