Search code examples
ruby-on-railscsssasscompass-sassblueprint-css

How use Blueprint's form styles with password_field


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?


Solution

  • Found it.

    need to append a class to the input in the HAML

     = f.password_field :password, :class => 'text'