code9ty/website

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

Summary

Maintainability
Test Coverage
// Place all the styles related to the comments controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
.field_with_errors {
    textarea, input {
    border-color: red;
    }
}
.validation_error_messages {
    color: red;
}