I'd like to have my password_fields styled the same as the Blueprint framework's default style for input fields. What do I need to put in my .sass for this?
Found it.
need to append a class to the input in the HAML
= f.password_field :password, :class => 'text'