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 490fd4aee..eec9bf35d 100644
--- a/scss/_icons.scss
+++ b/scss/_icons.scss
@@ -807,3 +807,5 @@
.#{$fa-css-prefix}-activitypub:before { content: $fa-var-activitypub; }
.#{$fa-css-prefix}-ethereum:before { content: $fa-var-ethereum; }
.#{$fa-css-prefix}-keybase:before { content: $fa-var-keybase; }
+.#{$fa-css-prefix}-shaarli:before { content: $fa-var-shaarli; }
+.#{$fa-css-prefix}-shaarli-o:before { content: $fa-var-shaarli-o; }
diff --git a/scss/_variables.scss b/scss/_variables.scss
index 440e138bc..bdccc6b70 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -598,6 +598,8 @@ $fa-var-sellsy: "\f213";
$fa-var-send: "\f1d8";
$fa-var-send-o: "\f1d9";
$fa-var-server: "\f233";
+$fa-var-shaarli: "\f2f5";
+$fa-var-shaarli-o: "\f2f6";
$fa-var-share: "\f064";
$fa-var-share-alt: "\f1e0";
$fa-var-share-alt-square: "\f1e1";