Sha256: c72480c8800fd5c423ef32b756b54385a4b57806d003fdbfa086684beb680015
Contents?: true
Size: 1.12 KB
Versions: 20
Compression:
Stored size: 1.12 KB
Contents
// Bootstrap does some weird things with body/container-fluid margin/padding // swapping it around at different sizes. We had trouble working with that, // so make it more consistent here. body { background-color: $umlautBackgroundColor; padding: 0; margin: 0; } .container-fluid { @include umlaut-container(); // max width and center beyond that max-width: $umlautContainerMaxWidth; } .header { @include umlaut-container(); @include clearfix(); background-color: $umlautHeaderBackgroundColor; border: { bottom: 1px solid $umlautHeaderBorderColor; } color: $navbar-default-brand-color; h1 { //semantically an h1, but let's make it not so big, inspired //by twitter's navbar styles, copied display: inline; float: left; margin: 0 $umlautIndent 0 0; padding: 0; font-size: 20px; font-weight: 200; line-height: 40px; } line-height: 40px; } .footer { @include umlaut-container(); @extend .text-muted; margin: { top: $line-height-computed; } padding: { top: 10px; bottom: 10px; } border: { top: 1px solid $umlautBorderColor; } }
Version data entries
20 entries across 20 versions & 1 rubygems