adds symbol for 'Read More ...'
This commit is contained in:
parent
6647bf6ba5
commit
367ac4126c
1 changed files with 5 additions and 2 deletions
|
@ -5,9 +5,7 @@
|
||||||
html {
|
html {
|
||||||
-webkit-text-size-adjust: 100%; // for iOS
|
-webkit-text-size-adjust: 100%; // for iOS
|
||||||
box-direction: normal;
|
box-direction: normal;
|
||||||
font-weight: $root-font-weight;
|
|
||||||
font-family: $root-font-family;
|
font-family: $root-font-family;
|
||||||
font-size: $root-font-size;
|
|
||||||
line-height: $root-line-height;
|
line-height: $root-line-height;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -128,7 +126,12 @@ a {
|
||||||
&.tag {
|
&.tag {
|
||||||
@include link-no-decoration();
|
@include link-no-decoration();
|
||||||
}
|
}
|
||||||
|
&.read-more-symbol {
|
||||||
|
text-decoration: none;
|
||||||
|
@include link-no-decoration();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
padding-bottom: 2rem;
|
padding-bottom: 2rem;
|
||||||
|
|
Loading…
Reference in a new issue