bhardin/ants

View on GitHub
app/assets/stylesheets/tournaments.css.scss

Summary

Maintainability
Test Coverage
// Place all the styles related to the Tournaments controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/

.submitted {
  background-color: #66AA00;
}

.edit {
    background-color: blue;
}