nicolasmccurdy/tickets

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

Summary

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

// Ticket creation form
#ticket_name {
  width: 150px;
}
#ticket_computer {
  width: 50px;
}