Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/huyb1991/hugo-lamp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
authorHuy Nguyen <huyb.1991@gmail.com>2018-06-01 05:10:34 +0300
committerHuy Nguyen <huyb.1991@gmail.com>2018-06-01 05:10:34 +0300
commitb8b63ed702fa7bf93ff1e740b37189c694964071 (patch)
tree224ecdb627c623349fd8892f64dba8ddb4f7521e /styles
parent0aa0dcc974137ce3084f2b957efdc6515307fee1 (diff)
Fixed variable icon font for sharing buttons
Diffstat (limited to 'styles')
-rw-r--r--styles/partials/icons.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/styles/partials/icons.scss b/styles/partials/icons.scss
index 8e23006..605db59 100644
--- a/styles/partials/icons.scss
+++ b/styles/partials/icons.scss
@@ -70,16 +70,16 @@
&-twitter {
background-color: $color-twitter;
- &:before { content: $icon-twitter; }
+ &:before { @include variable-icon-font($icon-twitter); }
}
&-facebook {
background-color: $color-facebook;
- &:before { content: $icon-facebook; }
+ &:before { @include variable-icon-font($icon-facebook); }
}
&-google {
background-color: $color-google;
- &:before { content: $icon-google; }
+ &:before { @include variable-icon-font($icon-google); }
}
}