Sha256: dcead2e29d876b756c2d5b5b4a7a45818f6891b713c97ba23be36b0038660bbe

Contents?: true

Size: 876 Bytes

Versions: 1

Compression:

Stored size: 876 Bytes

Contents

html,
body {
  height: 100%;
}

body {
  background: #d9d7de;
}

.glyptotheque {
  padding: 40px 20px;
  min-height: 100%;
  overflow: hidden;
  background: white;
  box-shadow: -1px 0 0 rgba(black, .1);
  position: relative;

  > header {
    margin: 0 0 30px;
    border-bottom: 1px solid #ccc;

    h1 {
      font-size: 28px;
      font-weight: 400;
      margin: 0;
      padding-bottom: 4px;
      border-bottom: 4px solid #ccc;
      display: inline-block;
    }
  }
}

.glypto-section {
  margin: 0 -20px 30px;
  padding: 0 20px 30px;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 1px rgba(white, .4);

  &:last-child {
    box-shadow: none;
    border: 0;
  }

  .glypto-title {
    font-weight: 400;
    font-size: 24px;
    margin: 0;

    a {
      color: #0070a8;
      text-decoration: none;

      &:hover {
        color: $hover-orange;
      }
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
middleman-sculptor-0.3 lib/middleman-sculptor/template/source/assets/styles/glyptotheque/_base.scss