Sha256: 5977a5a3ec3edd180de48dfa4b705fd9dbfb846cb10c7ef37c7e3f69e2ffd887
Contents?: true
Size: 807 Bytes
Versions: 3
Compression:
Stored size: 807 Bytes
Contents
/* Home Page Jumbotron Div */ div#featured-jumbotron { text-align: center; margin-top: $navbar-height + 20; } #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; } /* Featured Image Overlay - 50% opacity */ .overlay { background-color: rgba(0, 0, 0, 0.5); 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jumbo-jekyll-theme-1.4.29 | _sass/core/jumbotron.scss |
jumbo-jekyll-theme-1.4.28 | _sass/core/jumbotron.scss |
jumbo-jekyll-theme-1.4.27 | _sass/core/jumbotron.scss |