Sha256: 5fc30ae3fa8e8cd1fbb08b6fe5b8b78127a9a335360625af1035f64d6da41754

Contents?: true

Size: 855 Bytes

Versions: 3

Compression:

Stored size: 855 Bytes

Contents

body#main {
  background: image-url('home-bg.jpg') no-repeat fixed center center / cover #383A3D;
  position: relative;

  .header{
    .logo {
      width: 430px;
      padding: 4% 0px 6%;
      margin: 0px auto;
    }
  }

  span {
    display: block;
    text-transform: uppercase;

    &.not-bold {
      font-size: 22px;
      line-height: 24px;
      font-weight: 200;
    }

    &.bold {
      font-weight: 600;
      font-size: 42px;
      line-height: 52px;
      margin: 0.25em 0px;
    }

  }
}

body#landing-page {
  background: image-url('landing-bg.gif') repeat-x fixed left center #B9B9B8;

  #header{
    height: 150px;
  }

  #header-region {
    float: right;
    padding: 26px 18px 0px 0px;
  }

  #header:after {
    visibility: hidden;
    display: block;
    font-size: 0px;
    content: " ";
    clear: both;
    height: 0px;
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
waterfall_bourbon_neat_rails-1.1.5 app/assets/stylesheets/partials/_layout.scss
waterfall_bourbon_neat_rails-1.1.4 app/assets/stylesheets/partials/_layout.scss
waterfall_bourbon_neat_rails-1.1.3 app/assets/stylesheets/partials/_layout.scss