Sha256: 6f5e62b6b99bc3e492cbf447f48bb35eb3e48c0b09985f2856ca9bc1d7487537

Contents?: true

Size: 676 Bytes

Versions: 2

Compression:

Stored size: 676 Bytes

Contents

nav.pagination {
  text-align: center;
  margin-bottom: 2em;

  a {
    padding: 2px 6px;
    margin-right: 0.2em;
    text-decoration: none;
    border: 0;
  }

  a:hover {
    text-decoration: underline;
  }

  a[rel=next]:hover, a[rel=prev]:hover {
    background: none;
    text-decoration: underline;
    color: $link-color;
  }

  span {
    padding: 2px 6px;
    margin-right: 0.2em;
  }

  span.gap {
    padding: 2px;
    color: $gray-color;
  }

  span.disabled {
    color: #aaa;
  }

  em {
    padding: 4px 8px;
  }

  @media #{$small-query} {
    a, span.gap {
      display: none;
      margin: 0;
    }

    a.prev, a.next {
      display: inline;
    }
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
soffes-blog-jekyll-0.2.0 _sass/components/pagination.scss
soffes-blog-jekyll-0.1.0 _sass/components/pagination.scss