thomas-mcdonald/qa

View on GitHub
app/assets/stylesheets/admin.scss

Summary

Maintainability
Test Coverage
.management-pages {
  h3 { margin-top: 0; }

  ul {
    padding-left: 0;
    list-style-type: none;
  }
}

.admin-warning-bar {
  width: 100%;
  height: 10px;
  margin-top: -19px;
  background-color: #f00;
  border-bottom: 3px solid lighten(#f00, 40%);
}