-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
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 {}Reactions are currently unavailable