app/assets/stylesheets/users.css.scss
// Place all the styles related to the users controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
@import "bootstrap";
.new_user {
.actions {
input {
@extend .btn, .btn-large;
}
}
}