Sha256: 0f723e92897a905402413d9be66a4c8de9c29d99240c167c215d6aa247bb0348
Contents?: true
Size: 882 Bytes
Versions: 56
Compression:
Stored size: 882 Bytes
Contents
// // Jumbotron // -------------------------------------------------- .jumbotron { padding: $jumbotron-padding; margin-bottom: $jumbotron-padding; font-size: ($font-size-base * 1.5); font-weight: 200; line-height: ($line-height-base * 1.5); color: $jumbotron-color; background-color: $jumbotron-bg; h1 { line-height: 1; color: $jumbotron-heading-color; } p { line-height: 1.4; } .container & { border-radius: $border-radius-large; // Only round corners at higher resolutions if contained in a container } @media screen and (min-width: $screen-tablet) { padding-top: ($jumbotron-padding * 1.6); padding-bottom: ($jumbotron-padding * 1.6); .container & { padding-left: ($jumbotron-padding * 2); padding-right: ($jumbotron-padding * 2); } h1 { font-size: ($font-size-base * 4.5); } } }
Version data entries
56 entries across 56 versions & 6 rubygems