Skip to content

Proper global CSS file #18

@andrewhong04

Description

@andrewhong04

Currently, all pages/components have their own CSS file, which promotes having duplicate CSS classes which is a terrible practice. There should be a file global.css that has the following.

/* "About Ourselves", "Meet Our Clubs", "Contact Us",
 * "Rutgers Esports Executive Board & Alumni", "Rutgers Esports Executive Board Officer Recruitment Portal"
 */
.header1-text {}

/* "We are a Community", "We are Casual", "We are Competitive" */
.header2-text {}

/* Colors */
.bg-white {}
.bg-gray {}
.bg-red {}
.text-white {}
.text-gray {}
.text-red {}
.dropshadow-red {}

/* Buttons */
.button-red {}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions