Sha256: eac64f9fef19c10d9b91f261aba003a27b1fc2936d4a72edfcfd0e101c1af678

Contents?: true

Size: 915 Bytes

Versions: 7

Compression:

Stored size: 915 Bytes

Contents

@include breakpoint('<=small') {
    .panel.banner {
        .content {
            @include padding($pad-small-tb, $pad-small-lr);
            @include vendor('flex-basis', '60%');

            > .actions:last-child {
                margin-bottom: _size(element-margin);
            }
        }

        .image {
            @include vendor('flex-basis', '40%');
        }
    }

    @include orientation(portrait) {
        .panel.banner {
            .content {
                @include vendor('flex-basis', 'auto');
            }

            .image {
                @include vendor('flex-basis', 'auto');
                height: 18rem;
            }

            &.left {
                @include vendor('flex-direction', 'column');
            }

            &.right {
                @include vendor('flex-direction', 'column-reverse');
            }
        }
    }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
jekyll-theme-ethereal-0.5.6 _sass/small/components/_panel-banner.scss
jekyll-theme-ethereal-0.5.5 _sass/small/components/_panel-banner.scss
jekyll-theme-ethereal-0.5.4 _sass/small/components/_panel-banner.scss
jekyll-theme-ethereal-0.5.3 _sass/small/components/_panel-banner.scss
jekyll-theme-ethereal-0.5.2 _sass/small/components/_panel-banner.scss
jekyll-theme-ethereal-0.5.1 _sass/small/components/_panel-banner.scss
jekyll-theme-ethereal-0.5.0 _sass/small/components/_panel-banner.scss