Sha256: 608d5bc3bda0e3b377b706819e71b895608e25d0aea12ae72e8b9fb14d5754bc

Contents?: true

Size: 649 Bytes

Versions: 1

Compression:

Stored size: 649 Bytes

Contents

@import compass

//  Configure grid coordinates
$grid-columns: 12
$grid-pixels: 60px
$grid-gutter-width: 20px

@import grid-coordinates

body
  font: bold 14px helvetica, arial, sans-serif
  padding-top: 20px

#header, #page, #footer
  @include grid-container

#brand
  @include grid(4)

#nav
  @include grid(8)

#page-body
  @include grid(8)
  &.wide
    @include grid-full

#page-sidebar
  @include grid(4)

#footer-body
  @include grid-full

.common
  background: #ddd
  margin-bottom: 20px
  text-align: center
  
#brand, #nav, #footer-body
  @extend .common
  line-height: 100px

#page-body, #page-sidebar
  @extend .common
  line-height: 400px

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
grid-coordinates-1.0.6 templates/project/screen.sass