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:
authorJulien Deswaef <judeswae@thoughtworks.com>2019-02-13 20:28:09 +0300
committerJulien Deswaef <judeswae@thoughtworks.com>2019-02-13 20:28:09 +0300
commit894c16537bafade0294532141ee6f633a06f0f68 (patch)
tree18801df9f498cff91a084c863a9340c2e37868bb /less
parent39dc4b59c5a24089b3eac50fdd355fce471521c2 (diff)
Adds Unslpash icon. Fixes #141
Diffstat (limited to 'less')
-rw-r--r--less/icons.less1
-rw-r--r--less/variables.less1
2 files changed, 2 insertions, 0 deletions
diff --git a/less/icons.less b/less/icons.less
index 29076cff2..eb4770032 100644
--- a/less/icons.less
+++ b/less/icons.less
@@ -870,3 +870,4 @@
.@{fa-css-prefix}-python:before { content: @fa-var-python; }
.@{fa-css-prefix}-archlinux:before { content: @fa-var-archlinux; }
.@{fa-css-prefix}-pleroma:before { content: @fa-var-pleroma; }
+.@{fa-css-prefix}-unsplash:before { content: @fa-var-unsplash; }
diff --git a/less/variables.less b/less/variables.less
index 0b9948d1a..1be020229 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -810,6 +810,7 @@
@fa-var-unlock: "\f09c";
@fa-var-unlock-alt: "\f13e";
@fa-var-unsorted: "\f0dc";
+@fa-var-unsplash: "\f325";
@fa-var-upload: "\f093";
@fa-var-usb: "\f287";
@fa-var-usd: "\f155";