Question

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?

Was it helpful?

Solution

Found it.

need to append a class to the input in the HAML

 = f.password_field :password, :class => 'text'
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top