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

github.com/thegeeklab/hugo-geekdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRobert Kaussow <mail@geeklabor.de>2022-01-12 23:40:57 +0300
committerGitHub <noreply@github.com>2022-01-12 23:40:57 +0300
commit735b9c37ade8fce174953ca2b872901090a997b5 (patch)
tree9ad5254f1d2cc6f20843ddfd7d5823d304d441ee /src
parent5bbbb9b5ff2696080fa82b3ac6224752d5e08017 (diff)
fix: fix iconfont usage (#281)
Diffstat (limited to 'src')
-rw-r--r--src/sass/_base.scss19
1 files changed, 5 insertions, 14 deletions
diff --git a/src/sass/_base.scss b/src/sass/_base.scss
index 820d6b8..1d92b8e 100644
--- a/src/sass/_base.scss
+++ b/src/sass/_base.scss
@@ -122,6 +122,11 @@ a {
}
}
+i.gdoc-icon {
+ font-family: "GeekdocIcons";
+ font-style: normal;
+}
+
img {
vertical-align: middle;
}
@@ -365,14 +370,6 @@ img {
background-size: 100% 1px;
background-repeat: no-repeat;
}
- &--prev:before {
- font-family: GeekdocIcons;
- content: "\ea13";
- }
- &--next:after {
- font-family: GeekdocIcons;
- content: "\ea02";
- }
}
&__anchorwrap {
@@ -414,7 +411,6 @@ img {
word-wrap: break-word;
border-top: 1px dashed $gray-600;
padding: $padding-32 0;
- line-height: 1.5em;
&:first-of-type {
padding-top: 0;
@@ -449,11 +445,6 @@ img {
&__readmore {
margin: 1.5rem 0 2rem 0;
- a:after {
- font-family: GeekdocIcons;
- content: "\ea02";
- }
-
a,
a:hover,
a:visited {