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:
authorDave Gandy <dave@davegandy.com>2016-05-04 18:08:29 +0300
committerDave Gandy <dave@davegandy.com>2016-05-04 18:08:29 +0300
commit82ed6c3e0cc971b706320bce2e1d08bae260dfbf (patch)
treedd384396642515840f08cfba388acad3b901e8f0 /less
parenteaac03f507b48b527b1e50c240523d5b31d84927 (diff)
Fixing some CSS issues
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 b3e5c8026..e74a32cb7 100644
--- a/less/icons.less
+++ b/less/icons.less
@@ -725,3 +725,5 @@
.@{fa-css-prefix}-snapchat-square:before { content: @fa-var-snapchat-square; }
.@{fa-css-prefix}-pied-piper:before { content: @fa-var-pied-piper; }
.@{fa-css-prefix}-first-order:before { content: @fa-var-first-order; }
+.@{fa-css-prefix}-yoast:before { content: @fa-var-yoast; }
+.@{fa-css-prefix}-themeisle:before { content: @fa-var-themeisle; }
diff --git a/less/variables.less b/less/variables.less
index f542416fc..9b29cc890 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -639,6 +639,7 @@
@fa-var-th: "\f00a";
@fa-var-th-large: "\f009";
@fa-var-th-list: "\f00b";
+@fa-var-themeisle: "\f2b2";
@fa-var-thumb-tack: "\f08d";
@fa-var-thumbs-down: "\f165";
@fa-var-thumbs-o-down: "\f088";
@@ -732,6 +733,7 @@
@fa-var-yc-square: "\f1d4";
@fa-var-yelp: "\f1e9";
@fa-var-yen: "\f157";
+@fa-var-yoast: "\f2b1";
@fa-var-youtube: "\f167";
@fa-var-youtube-play: "\f16a";
@fa-var-youtube-square: "\f166";