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-15 19:47:05 +0300
committerJulien Deswaef <judeswae@thoughtworks.com>2019-02-15 19:47:05 +0300
commitbdf3a663ef6a8a18b56b6420ad1043c8caf9209f (patch)
tree0cb9cdee81499edf5fd674eadde10fcab87ef765 /less
parentac62662913d8efb1b1325b2ec5b9c780cb6a4eeb (diff)
Adds a sun icon.
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 1f42e2974..6dbcaec20 100644
--- a/less/icons.less
+++ b/less/icons.less
@@ -873,3 +873,5 @@
.@{fa-css-prefix}-unsplash:before { content: @fa-var-unsplash; }
.@{fa-css-prefix}-hackster:before { content: @fa-var-hackster; }
.@{fa-css-prefix}-spell-check:before { content: @fa-var-spell-check; }
+.@{fa-css-prefix}-moon:before { content: @fa-var-moon; }
+.@{fa-css-prefix}-sun:before { content: @fa-var-sun; }
diff --git a/less/variables.less b/less/variables.less
index 9a542c089..6fbfebfd2 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -525,6 +525,7 @@
@fa-var-mobile-phone: "\f10b";
@fa-var-modx: "\f285";
@fa-var-money: "\f0d6";
+@fa-var-moon: "\f328";
@fa-var-moon-o: "\f186";
@fa-var-mortar-board: "\f19d";
@fa-var-motorcycle: "\f21c";
@@ -730,6 +731,7 @@
@fa-var-subscript: "\f12c";
@fa-var-subway: "\f239";
@fa-var-suitcase: "\f0f2";
+@fa-var-sun: "\f329";
@fa-var-sun-o: "\f185";
@fa-var-superpowers: "\f2dd";
@fa-var-superscript: "\f12b";