Sha256: 9959ef1f5a23f11c95282f2c2358123f515a5026a64f405bef3808ce0f845e80

Contents?: true

Size: 494 Bytes

Versions: 10

Compression:

Stored size: 494 Bytes

Contents

.pagination {
  margin-top: 2em;

  .older,
  .newer {
    border: 1px solid var(--border-color);
    padding: 1em;
  }

  .older {
    border-top-left-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .newer {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
  }
}

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
daydream-theme-1.1.0 _sass/daydream/_pagination.scss
daydream-theme-1.0.4 _sass/daydream/_pagination.scss
daydream-theme-1.0.3 _sass/daydream/_pagination.scss
daydream-theme-1.0.2 _sass/daydream/_pagination.scss
daydream-theme-1.0.1 _sass/daydream/_pagination.scss
daydream-theme-1.0.0 _sass/daydream/_pagination.scss
daydream-theme-0.1.0 _sass/daydream/_pagination.scss
jekyll-theme-hydure-2.0.0 _sass/hydure/_pagination.scss
jekyll-theme-hydure-1.0.0 _sass/hydure/_pagination.scss
jekyll-theme-hydure-0.1.0 _sass/hydure/_pagination.scss