Skip to content

Padding/margin looks a bit off #37

@oystersauce8

Description

@oystersauce8

The padding/margin for the generated bootstrap4 devise forms are not aesthetically pleasing.

I've been tweaking it like this:

cat >> app/assets/stylesheets/1st_load_framework.css.scss << 'eof'
// adjustments to rails_layout generated css
.authform form {
    /* padding-bottom: 40px; */
    padding: 17px 20px;
}

.authform {
    max-width: 400px;
}
// end adjustments to rails_layout generated css
eof
perl -pi -e 's/width:150px/width:150px; margin-top:1vw;/' app/views/devise/sessions/new.html.erb

but hoping me or someone else gets the time to send a PR to address it

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions