Sha256: 9281d84dc35f216ef385fc9e070f86d53a55c2e3395263173967bf3f2f468c14

Contents?: true

Size: 666 Bytes

Versions: 3

Compression:

Stored size: 666 Bytes

Contents

.article__sharing {
  margin: map-get($spacers, 4) 0;
}
.article__section-navigator {
  padding-top: map-get($spacers, 3);
  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: map-get($spacers, 2);
  }
  & > .next {
    float: right;
    padding-left: map-get($spacers, 2);
    text-align: right;
  }
}

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
jekyll-text-theme-fork-2.2.6 _sass/layout/_article.scss
jekyll-text-theme-2.2.6 _sass/layout/_article.scss
jekyll-text-theme-2.2.5 _sass/layout/_article.scss