Sha256: 7f18e66dd9b9324c95bf55964f1bb8a059f9187d79a8e3e9c1f06f2b6ad5ca0f
Contents?: true
Size: 1.21 KB
Versions: 2
Compression:
Stored size: 1.21 KB
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: 40px 30px; min-height: 100%; overflow: hidden; background: white; color: #343434; box-shadow: -1px 0 0 rgba(black, .1); } .glypto-section { margin: 0 -30px 40px; padding: 0 30px 40px; border-bottom: 2px solid lighten($dark-grey, 50); box-shadow: 0 1px rgba(white, .4); &:last-child { box-shadow: none; border: 0; margin-bottom: 0; } } .glyptotheque, .glypto-section { > h2, > h3, > h4 { margin: 1.1em 0 .5em; font-size: 36px; } h3 { font-size: 28px; } h4 { font-size: 24px; } } .glypto-title { font-size: 48px; font-family: 'Helvetica Neue'; margin: 0 0 40px; letter-spacing: -.04em; a { color: #0070a8; text-decoration: none; &:hover { color: $hover-orange; } } } h1.glypto-title { margin: -40px -30px 40px; padding: 40px 30px; background: #ddd; background: linear-gradient(58deg, #ddd, #f6f6f6); }
Version data entries
2 entries across 2 versions & 1 rubygems