Sha256: d633d33f37109057e4179162c478bbc7bbc871734e4019ad29f8212109ae4c85

Contents?: true

Size: 788 Bytes

Versions: 37

Compression:

Stored size: 788 Bytes

Contents

.c-pagination {
  margin-top: 4rem;
  margin-left: 0;
  margin-bottom: 0;
  list-style-type: none;

  @include breakpoint(mobile down) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  @include breakpoint(medium) {
    margin-bottom: 2rem;
  }

  .c-pagination__previous a,
  .c-pagination__next a {
    color: $button-color;
    background-color: $button-background;
  }
}

.c-pagination__link {
  display: inline-block;

  &.c-pagination__link--current .c-pagination__anchor {
    border: 1px $primary-color solid;
  }

  &:not(:last-child) {
    margin-right: .75rem;
  }

  &:hover a.c-pagination__anchor {
    color: $button-color;
    background-color: $button-background;
  }
}

.c-pagination__anchor {
  padding: $button-padding;
  color: $anchor-color;
  display: block;
}

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
jekyll-theme-pirati-8.0.0.pre.beta2 _sass/components/pagination.scss
jekyll-theme-pirati-8.0.0.pre.beta1 _sass/components/pagination.scss
jekyll-theme-pirati-8.0.0.pre.alpha6 _sass/components/pagination.scss
jekyll-theme-pirati-8.0.0.pre.alpha5 _sass/components/pagination.scss
jekyll-theme-pirati-8.0.0.pre.alpha4 _sass/components/pagination.scss
jekyll-theme-pirati-8.0.0.pre.alpha3 _sass/components/pagination.scss
jekyll-theme-pirati-8.0.0.pre.alpha2 _sass/components/pagination.scss
jekyll-theme-pirati-8.0.0.pre.alpha1 _sass/components/pagination.scss
jekyll-theme-pirati-7.7.1 _sass/components/pagination.scss
jekyll-theme-pirati-7.7.0 _sass/components/pagination.scss
jekyll-theme-pirati-7.6.2 _sass/components/pagination.scss
jekyll-theme-pirati-7.6.1 _sass/components/pagination.scss
jekyll-theme-pirati-7.6.0 _sass/components/pagination.scss
jekyll-theme-pirati-7.5.0 _sass/components/pagination.scss
jekyll-theme-pirati-7.4.0 _sass/components/pagination.scss
jekyll-theme-pirati-7.3.0 _sass/components/pagination.scss
jekyll-theme-pirati-7.2.0 _sass/components/pagination.scss
jekyll-theme-pirati-7.1.1 _sass/components/pagination.scss
jekyll-theme-pirati-7.0.0 _sass/components/pagination.scss
jekyll-theme-pirati-6.9.0 _sass/components/pagination.scss