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:
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 609ad6123..fecfc6712 100644
--- a/scss/_icons.scss
+++ b/scss/_icons.scss
@@ -713,3 +713,5 @@
.#{$fa-css-prefix}-deafness:before,
.#{$fa-css-prefix}-hard-of-hearing:before,
.#{$fa-css-prefix}-deaf:before { content: $fa-var-deaf; }
+.#{$fa-css-prefix}-glide:before { content: $fa-var-glide; }
+.#{$fa-css-prefix}-glide-g:before { content: $fa-var-glide-g; }
diff --git a/scss/_variables.scss b/scss/_variables.scss
index ea274eae9..d016f4950 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -312,6 +312,8 @@ $fa-var-github-square: "\f092";
$fa-var-gitlab: "\f296";
$fa-var-gittip: "\f184";
$fa-var-glass: "\f000";
+$fa-var-glide: "\f2a5";
+$fa-var-glide-g: "\f2a6";
$fa-var-globe: "\f0ac";
$fa-var-google: "\f1a0";
$fa-var-google-plus: "\f0d5";