rubyforgood / applied-conservation

MIT License
7 stars 17 forks source link

Change form buttons to use same css (and therefore match) login button #112

Open maebeale opened 5 years ago

maebeale commented 5 years ago

The following forms are set up using button-primary health_attributes/_form projects/_form targets/_form tasks/_form

The button style we'd like to use is currently applied on sessions/new.html.erb via 'login-button' class.

We'd like for this to instead be an application-wide class applied to these forms (and sessions/new) so all action buttons look the same.

vvtrip commented 5 years ago

Please review my PR for this issue