Sha256: 51d8973be9302469095349469ebe445348b8285957f40de8879dd93c322cbce6
Contents?: true
Size: 539 Bytes
Versions: 13
Compression:
Stored size: 539 Bytes
Contents
/* Partial: twitter/bootstrap/_hero-unit.scss */ // // Hero unit // -------------------------------------------------- .hero-unit { padding: 60px; margin-bottom: 30px; font-size: 18px; font-weight: 200; line-height: $baseLineHeight * 1.5; color: $heroUnitLeadColor; background-color: $heroUnitBackground; @include border-radius(6px); h1 { margin-bottom: 0; font-size: 60px; line-height: 1; color: $heroUnitHeadingColor; letter-spacing: -1px; } li { line-height: $baseLineHeight * 1.5; } }
Version data entries
13 entries across 11 versions & 2 rubygems