Sha256: 483045d6ee2380c01164d0016914fa09dd7bc8ed13732045464fd7e340b1c084

Contents?: true

Size: 751 Bytes

Versions: 1

Compression:

Stored size: 751 Bytes

Contents

.style-guide-header {
  padding: 40px 0 25px 0;
  color: white;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.3), 0 0 20px rgba(0,0,0,.075);
  background: #f5f5f5;
  overflow: hidden;
  -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.1);
     -moz-box-shadow: inset 0 0 10px rgba(0,0,0,.1);
          box-shadow: inset 0 0 10px rgba(0,0,0,.1);
}

.style-guide-header h1 {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1;
  margin: 0 auto;
}

@media (min-width: 480px) {
  .style-guide-header {
    padding: 60px 0 40px 0;
  }

  .style-guide-header h1 {
    font-size: 60px;
    text-align: left;
    text-indent: 10px;
  }
}

@media (min-width: 960px) {
  .style-guide-header h1 {
    width: 960px;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
style-guide-0.4.0 app/assets/stylesheets/style_guide/header.css