Sha256: 71836c2d3749d9111ea88b72755834dd01add7c4fa238822f825707b39290eb9

Contents?: true

Size: 450 Bytes

Versions: 16

Compression:

Stored size: 450 Bytes

Contents

%button-pagination {
    @extend %button;
    display: block;
    text-align: center;
    width: 6.5em;
}

.pagination {
    &::before {
        @extend %divider-gradient-bottom;
        margin-bottom: 2em;
    }   
    .next {
        @extend %button-pagination;
        float: left;
    }
    .archives {
        @extend %button-pagination;
        margin: 0 auto;
    }
    .prev {
        @extend %button-pagination;
        float: right;
    }
}

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
jekyll-theme-perry-0.1.16 _sass/components/_pagination.scss
jekyll-theme-perry-0.1.15 _sass/components/_pagination.scss
jekyll-theme-perry-0.1.14 _sass/components/_pagination.scss
jekyll-theme-perry-0.1.13 _sass/components/_pagination.scss
jekyll-theme-perry-0.1.12 _sass/components/_pagination.scss
jekyll-theme-perry-0.1.11 _sass/components/_pagination.scss
jekyll-theme-perry-0.1.10 _sass/components/_pagination.scss
jekyll-theme-perry-0.1.8 _sass/components/_pagination.scss
jekyll-theme-perry-0.1.7 _sass/components/_pagination.scss
jekyll-theme-perry-0.1.6 _sass/components/_pagination.scss
jekyll-theme-perry-0.1.5 _sass/components/_pagination.scss
jekyll-theme-perry-0.1.4 _sass/components/_pagination.scss
jekyll-theme-perry-0.1.3 _sass/components/_pagination.scss
jekyll-theme-perry-0.1.2 _sass/components/_pagination.scss
jekyll-theme-perry-0.1.1 _sass/components/_pagination.scss
jekyll-theme-perry-0.1.0 _sass/components/_pagination.scss