Sha256: 5f5299b42d53dc9bb9348097d1e19439c5ca240155afd91ee57fe74d7ad5683b
Contents?: true
Size: 533 Bytes
Versions: 4
Compression:
Stored size: 533 Bytes
Contents
// // 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 ctb-border-radius(6px); h1 { margin-bottom: 0; font-size: 60px; line-height: 1; color: $heroUnitHeadingColor; letter-spacing: -1px; } li { line-height: $baseLineHeight * 1.5; // Reset since we specify in type.less } }
Version data entries
4 entries across 4 versions & 1 rubygems