adds symbol for 'Read More ...'

This commit is contained in:
Huy Tran 2018-09-12 12:34:09 +10:00
parent 6647bf6ba5
commit 367ac4126c

View file

@ -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,8 +126,13 @@ 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;
padding-top: 2rem; padding-top: 2rem;