IT61/it61-rails

View on GitHub
app/assets/stylesheets/pages/_errors.scss

Summary

Maintainability
Test Coverage
.error-content {
  text-align: center;
  margin: 5% 0;
  margin-bottom: 60px;
  img {
    width: 280px;
    height: 280px;
    margin: 20px 0;
  }

  h1 {
    font-weight: bold;
    font-size: 2.5em;
    color: #777;
    margin-bottom: 15px;
    text-transform: uppercase;
  }

  h5 {
    color: #999;
    font-size: 1.5em;
  }
}