Sha256: c1db0afa53e70cee33d7a22ec4b32e2dbd03965353a403ef5035aa0684f0f04f
Contents?: true
Size: 621 Bytes
Versions: 29
Compression:
Stored size: 621 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 $spacing-medium null); } } .usa-hero-callout-alt { color: $color-white; display: block; }
Version data entries
29 entries across 26 versions & 4 rubygems