Sha256: c516ed0321cebf0ee6f2089a21106bc364480d9974d44fd1045bddc45b084662

Contents?: true

Size: 1.39 KB

Versions: 1

Compression:

Stored size: 1.39 KB

Contents

//
// BLOCK
// ******************************************************************

#woo-styleguide {

  dl.styleguide {
    box-shadow: inset 0 0 0 2px $black;
    margin: 0;
    margin-bottom: 1em;
    padding: 2px;
    position: relative;

    a[name] {
      height: 0;
      padding: 0;
      margin: 0;
    }

    dt.page-title {
      background-color: $black;
      color: $white;
      display: block;
      font-size: 2em;
      font-weight: 100;
      margin: 0;
      padding: 10px 0;
      text-align: center;
    }

    dd {
      margin: 0 auto;
      padding-top: 4em;
      padding-bottom: 4em;
      position: relative;
      overflow: hidden;

      &.notes {
        background: $notes-section-background-color;
        padding-top: 0;
        padding-bottom: 0;

        .wrapper {
          background: $notes-background-color;
          padding: 4em;
        }

        .notes-title {
          box-shadow: 0 1px 0 0 rgba($black, .08);
          color: rgba($black, .35);
          font-size: rem-calc(14);
          font-weight: 100;
          font-style: italic;
          padding-bottom: .35em;
          position: relative;
        }

        h1, h2, h3, h4, h5, h6, p {
          color: lighten($black, 15%);
          font-weight: 200;
        }
      }

      &.preview {
        background: $body-background-color;
      }

      &.location-title {
        padding: 0;
      }
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
woo-0.2.0 app/assets/stylesheets/woo/partials/_block.scss