Sha256: d5f07e93082e5d8428ae61a4cd509a8dde84dc18d517a5aa3ba8dae1d76796e4
Contents?: true
Size: 812 Bytes
Versions: 4
Compression:
Stored size: 812 Bytes
Contents
@import "compass/typography/vertical_rhythm"; @import "compass/layout/grid-background"; @include establish-baseline; body{ font-family: $base-font-family; color: $base-font-color; background: $super-lightgrey; padding: rhythm(10) 0; @include adjust-leading-to($base-line-mult); // $base-line-height * $base-line-mult = 24px @include border-box-sizing; } .container{ // already in extensions.scss @include susy-grid-background; max-width: 40em; &.main{ padding-top: rhythm($base-line-mult); padding-bottom: rhythm($base-line-mult); background: white; @include border-radius( 1px ); @include box-shadow( 1px 1px 2px rgba($darkgrey, 0.05) ); } } hr{ height: 1px; border-width: 0; margin: rhythm($base-line-mult + 2) 0; box-shadow: 0 1px 0 $lightgrey; }
Version data entries
4 entries across 4 versions & 1 rubygems