Sha256: 5a8a8eeb68b8e35da43ffd8abd484211afd7277f075743011560c483a5e971e9

Contents?: true

Size: 881 Bytes

Versions: 1

Compression:

Stored size: 881 Bytes

Contents

.container {
    @include outer-container;
}

ul, ol {
  font-size: 1em;
  font-weight: 500;

  li {
    margin: .5em 0;

    span {
      display: inline-block;

      &:before {
        content: '/';
        margin: 0 .3em;
      }
    }
  }
}

.large-column {
  @include span-columns(8 of 12);
}

.small-column {
  @include span-columns(4 of 12);
}

.side-bar {
  @include span-columns(4);
}

.main-content {
  @include span-columns(8);
  @include omega();
}

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

  img.logo {
    margin-top: 15px:
  }

  div#login {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: image-url('home-tile-bg.gif') repeat scroll left top #0057A7;
    height: 35%;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.46);
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

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