Sha256: 12a7242f188b0e17240aaca16f31c2fdece957b1630d3dad08f602fbe417b437
Contents?: true
Size: 627 Bytes
Versions: 14
Compression:
Stored size: 627 Bytes
Contents
// Hero feature // ========================== .usa-hero { @include padding($site-margins null); background-image: asset-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
14 entries across 14 versions & 1 rubygems