Sha256: 442eef6c01f8827f406e82f53f9faf635ecb030a7074dcdc3375fef3785643cb
Contents?: true
Size: 881 Bytes
Versions: 92
Compression:
Stored size: 881 Bytes
Contents
/* Home Page Shape Divider */ .homepage-shape { margin-bottom: -6px; } /* 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
92 entries across 92 versions & 1 rubygems