Sha256: 60c358ed76e740c8be443de3d715dd3adc7107aa773842634cfb087d3445a627

Contents?: true

Size: 1.04 KB

Versions: 1

Compression:

Stored size: 1.04 KB

Contents

.layout--article {
  .article__sharing {
    margin: map-get($base, vertical-space-lg) 0;
  }
  .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

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-text-theme-2.2.2 _sass/layout/_article.scss