Sha256: 09aaeb226307e4712b65d392a253ea69765a07ed0f5ea348b61df126c5fcd438

Contents?: true

Size: 1001 Bytes

Versions: 1

Compression:

Stored size: 1001 Bytes

Contents

.main-content {
  position: relative;
  min-height: 100%;

  @include bp(large) {
    min-height: calc(100% - 90px); // roughly the size of the header
  }

  &:before {
    content: '';
    position: absolute;
    left: $sidenav-width - 10px;
    top: 0;
    width: 10px;
    height: 100%;
  }
}

.content {
  padding: 30px $content-buffer;
  padding-bottom: 0;
  display: block; // IE, Safari don't treat <main> as a block element

  &.-bottom-shim {
    padding-bottom: 150px;
  }

  h2 {
    padding: 17px $content-buffer;
    color: pickForegroundColor($c-custom-highlight, $c-white, $c-black);
    background: $c-custom-highlight;
    border-top: 1px solid $c-border;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .2em;
    margin: 0 0 30px;
  }

  h3 {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 15px;
    color: $c-text-heavy;
    margin-bottom: 20px;
  }
}

p {
  margin-bottom: 1.3em;
  max-width: 80%;
  line-height: 1.2em;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fae-rails-2.2.0 app/assets/stylesheets/fae/globals/layout/_base.scss