Sha256: 4a6eae2180331b77518b412d763a38f8100dcf0b4358b64d7552a6bb0d79c782

Contents?: true

Size: 592 Bytes

Versions: 7

Compression:

Stored size: 592 Bytes

Contents

@include breakpoint('<=small') {
    #wrapper {
        @include vendor('flex-direction', 'column');
        height: auto;
        margin: 0;
        box-shadow: 0 0.25rem 1.5rem 0.25rem transparentize(_palette(bg), 0.5);

        > .scrollZone {
            display: none;
        }

        body.is-preload & {
            @include vendor('transform', 'translateY(1rem)');
        }
    }
}

@include breakpoint('<=xsmall') {
    #wrapper {
        box-shadow: none;

        body.is-preload & {
            @include vendor('transform', 'none');
        }
    }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
jekyll-theme-ethereal-0.5.6 _sass/small/layout/_wrapper.scss
jekyll-theme-ethereal-0.5.5 _sass/small/layout/_wrapper.scss
jekyll-theme-ethereal-0.5.4 _sass/small/layout/_wrapper.scss
jekyll-theme-ethereal-0.5.3 _sass/small/layout/_wrapper.scss
jekyll-theme-ethereal-0.5.2 _sass/small/layout/_wrapper.scss
jekyll-theme-ethereal-0.5.1 _sass/small/layout/_wrapper.scss
jekyll-theme-ethereal-0.5.0 _sass/small/layout/_wrapper.scss