Sha256: 92ff518facb65e6d93e85ce8ba481d41ee20fa7d681e368b0efe9a94bee89b16

Contents?: true

Size: 501 Bytes

Versions: 7

Compression:

Stored size: 501 Bytes

Contents

@include breakpoint('<=small') {
    .panel.spotlight {
        .content {
            @include padding($pad-small-tb, $pad-small-lr);
            @include vendor('flex-direction', 'column !important');
            background-image: linear-gradient(0deg, rgba(0,0,0,0.25) 70%, rgba(0,0,0,0.175)) !important;
            min-height: 25rem;
        }
    }
}

@include breakpoint('<=xsmall') {
    .panel.spotlight {
        .content {
            min-height: 30rem;
        }
    }
}

Version data entries

7 entries across 7 versions & 1 rubygems

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