Sha256: c65380aeec4e496fcaf65f89b09f849a886adc35a651116b4676b8f5e3a09496
Contents?: true
Size: 991 Bytes
Versions: 62
Compression:
Stored size: 991 Bytes
Contents
.landing-page-header { background-color: lighten($middle-gray, 30); width: 100%; height: 300px; position: relative; .landing-page-header__title { position: absolute; bottom: 25px; left: 25px; font-weight: 700; } } .landing-page-intro { line-height: 1.5; padding: 5rem 0; font-weight: 300; font-size: 1.25em; @media #{$small-up} { line-height: 1.5; padding: 5rem 0; font-weight: 300; font-size: 2em; } } .landing-page-divider { padding-bottom: 4em; } .landing-page-plug { padding-bottom: 4em; h3 { line-height: 1.4; } } // small map thumbnails .map-thumb { position: relative; overflow: hidden; background-color: $ghost-gray; width: 100%; height: 125px; margin-bottom: 2em; .map-label { position: absolute; bottom: 5px; left: 10px; } img { width: 100%; } } .icon { background-color: $ghost-gray; width: 100px; height: 100px; border-radius: 50%; margin: 0 auto 3em auto; }
Version data entries
62 entries across 62 versions & 1 rubygems