Sha256: b7b720db533abbcd8bca04aa94f256b66f9b14c3dbd0c0e3ea581b2e3cd5421f

Contents?: true

Size: 834 Bytes

Versions: 1

Compression:

Stored size: 834 Bytes

Contents

* {
  &,
  &:before,
  &:after {
    box-sizing: border-box;
  }
}

html,
body {
  height: 100%;
  background: $dark-grey;
  color: white;
}

body {
  padding: 0;
  margin: 0;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

button {
  cursor: pointer;
}

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

.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-size: 36px;
  margin: 0;
  letter-spacing: -.04em;

  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.6 lib/middleman-sculptor/template/source/assets/styles/glyptotheque/_base.scss