Sha256: 48db5e508eae9ffa9770cfd90d5ac287caddf73c71e9db680585b2d6712ee901
Contents?: true
Size: 712 Bytes
Versions: 13
Compression:
Stored size: 712 Bytes
Contents
// Hero feature // ========================== .usa-hero { @include padding($site-margins null); background-image: url('#{$image-path}/hero.png'); background-position: center; background-size: cover; .usa-button { color: $color-white; } } .usa-section-dark { .usa-hero-link { color: $color-primary-alt; } } .usa-hero-callout { background-color: $color-primary-darkest; padding: 3rem; @include media($small-screen) { max-width: 30rem; } > *:first-child { @include margin(0 null $site-margins null); } .usa-button { font-size: $small-font-size; margin-top: 7rem; width: 100%; } } .usa-hero-callout-alt { color: $color-white; display: block; }
Version data entries
13 entries across 10 versions & 2 rubygems