crowdint/cfp

View on GitHub
app/assets/stylesheets/cfp/_comments.css.scss

Summary

Maintainability
Test Coverage
.comment {
  padding: 10px 0 10px 0;

  .email {
    font-weight: bold;
    font-size: 10px;
  }
}

.comment:hover {
  background-color: #eeeeee;
}