Sha256: 191e894392cf6493afeefd763495326bb5130802cf23bd0ca5d90e1051c708ea
Contents?: true
Size: 990 Bytes
Versions: 3
Compression:
Stored size: 990 Bytes
Contents
.layout--article { .article__footer { margin: map-get($base, vertical-space-lg) 0; font-size: map-get($base, font-size-sm); color: $text-color-l; .article__license { img { height: map-get($base, font-size) * 1.6; } a { @include link-colors($text-color, $main-color-1); } } } .article__section-navigator { padding-top: map-get($base, vertical-space-lg) / 2; margin: map-get($spacers, 4) 0 map-get($spacers, 3) 0; word-wrap: break-word; @include split-line(top, 4px); & > .previous, & > .next { width: 50%; & > span { font-weight: map-get($base, font-weight-bold); color: $text-color-l; } & > a { display: block; @include link-colors($text-color, $main-color-1); } } & > .previous { float: left; padding-right: .5rem; } & > .next { float: right; padding-left: .5rem; text-align: right; } } }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jekyll-text-theme-2.2.1 | _sass/layout/_article.scss |
jekyll-text-theme-2.2.0 | _sass/layout/_article.scss |
jekyll-text-theme-2.1.0 | _sass/layout/_article.scss |