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/less
diff options
context:
space:
mode:
Diffstat (limited to 'less')
-rw-r--r--less/icons.less2
-rw-r--r--less/variables.less2
2 files changed, 4 insertions, 0 deletions
diff --git a/less/icons.less b/less/icons.less
index e81e7600a..69f20eb25 100644
--- a/less/icons.less
+++ b/less/icons.less
@@ -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/less/variables.less b/less/variables.less
index fce0c8322..901008391 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -597,6 +597,8 @@
@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";