Sha256: a28a7486b3098ae6694670c057fa70d2bda399bbcf42324de2189a7eb8a5857c
Contents?: true
Size: 808 Bytes
Versions: 1
Compression:
Stored size: 808 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: 0; @include adjust-leading-to($base-line-mult); // $base-line-height * $base-line-mult = 24px @include border-box-sizing; @include respond-to( $breakpoint-3 ) { padding: rhythm(10) 0; } } .container{ 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
owl-cms-0.1.5 | sample/themes/base/assets/scss/partials/_main.scss |