Sha256: 14f35b5c6c322f4abd7a13960e3b20fea5d68e898d0a1994d7e753c1d35813e7

Contents?: true

Size: 838 Bytes

Versions: 7

Compression:

Stored size: 838 Bytes

Contents

/* Home Page Shape Divider */
.homepage-shape {
    margin-bottom: -6px;
}

/* Home Page Jumbotron Div */
div#featured-jumbotron {
    margin-top: $navbar-height + 10;
    text-align: center;
}

#jumbotron-image:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #000, #000);
    opacity: .5;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    position: relative;
}


div.jumbotron-image{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.overlay:before {
    content: '';
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #000, #000);
    opacity: .5;
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
jumbo-jekyll-theme-1.4.2.14 _sass/core/jumbotron.scss
jumbo-jekyll-theme-1.4.2.13 _sass/core/jumbotron.scss
jumbo-jekyll-theme-1.4.2.12 _sass/core/jumbotron.scss
jumbo-jekyll-theme-1.4.2.11 _sass/core/jumbotron.scss
jumbo-jekyll-theme-1.4.2.9 _sass/core/jumbotron.scss
jumbo-jekyll-theme-1.4.2.8 _sass/core/jumbotron.scss
jumbo-jekyll-theme-1.4.2.7 _sass/core/jumbotron.scss