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:
authorDave Gandy <dave@davegandy.com>2016-04-07 23:21:05 +0300
committerDave Gandy <dave@davegandy.com>2016-04-07 23:21:05 +0300
commit02bcf05d455734e944b17070ecd7f833760d40d0 (patch)
tree71f553871dec186e08909de50eaa278a6cca8c5c /scss
parentb1e157be11d2a17fd9bfb17e62a2b3a0b881578c (diff)
Adding glide and glide-g #8917
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";