Sha256: 9387a56181d6309888a3027505f9b0ff3c48dd240dd1abe72e6cad2e2eb78a6c

Contents?: true

Size: 865 Bytes

Versions: 1

Compression:

Stored size: 865 Bytes

Contents

//= require_self
//= require_tree ./marketing

$baseFontSize: 16px
$baseLineHeight: $baseFontSize * 1.65
$color: #333
$backgroundColor: lighten($color,45)

body
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif
  line-height: $baseLineHeight
  font-size: $baseFontSize
  margin: 0px
  padding: 0px

.wrapper
  width: 960px
  margin: 40px auto
  background: #FFF
  border-radius: 3px
  box-shadow: 0 0 6px rgba(0,0,0,0.9)
  padding: 20px 20px 40px 20px

  p
    line-height: $baseLineHeight
    margin-bottom: $baseLineHeight * 0.5

  ul.links
    margin: 0px
    padding: 0px
    margin-bottom: $baseLineHeight * 0.5
    li
      display: inline
      margin-right: 12px
      list-style-type: none

  .codehilite
    pre
      padding: 10px
      border-radius: 8px
      max-width: 940px
      overflow: scroll

  section
    p, ul
      width: 80%

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
code_sync-0.6.7 lib/assets/stylesheets/marketing.css.sass