Sha256: 2444768b8f2305642b9c30c6231d09c3662ee35d4bc788134e778603dd498382
Contents?: true
Size: 940 Bytes
Versions: 27
Compression:
Stored size: 940 Bytes
Contents
/* Home Page Jumbotron Div */ div#featured-jumbotron { text-align: center; margin-top: $navbar-height + 20; margin-bottom: $navbar-height + 20; min-height: 320px; } #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; z-index: 0; } 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; } .row.shape-divider svg { margin-bottom: -5px; }
Version data entries
27 entries across 27 versions & 2 rubygems