Sha256: d6a89f8617514a9de7b4ab06ef1c0f3f0aeee95b082652926bd0fa90c4b0c313

Contents?: true

Size: 871 Bytes

Versions: 1

Compression:

Stored size: 871 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;
    }
  }

  .welcome-shared 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

1 entries across 1 versions & 1 rubygems

Version Path
waterfall_bourbon_neat_rails-1.2.0 app/assets/stylesheets/partials/_layout.scss