Skip to content

Move generic CSS related to forms to form.css #65

@nbkhope

Description

@nbkhope

Right now it seems we are reusing classes like .form-group for multiple forms in different pages.

We should move the definition of CSS classes that are generic and related to forms in general to a separate file form.css.

That way, if any page needs those classes, it would include with a link tag:

<link rel="stylesheet" href="form.css">

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