Woz-U-Group-Projects / team-the-grinchs-posse2

1 stars 2 forks source link

Complete basic styling for application #8

Open RHieger opened 5 years ago

RHieger commented 5 years ago

Do simple styling and theming for entire application.

The styling will be accomplished primarily through private stylesheets associated with each Angular component.

Additionally, given the original installation of Bootstrap, very minimal styling is attributable to the classes that are part of that framework—namely the Jumbotron class. Everything else is custom hand-coded CSS.

RHieger commented 5 years ago

Upon completion of this task description, I am now moving it to the In Progress swim lane.

RHieger commented 5 years ago

Thus far, I have accomplished the following:

  1. Adjusted the styling (app.component.css) of the app.component.html template.

  2. Created custom styling (header.component.css) for the header.component.html template.

  3. Created custom styling (home.component.css) for the home.component.html template.

  4. Made minor adjustments to ordering of the home.component.html template for the sake of better user experience design.

  5. Created custom styling (login.component.css) for the login.component.html template.

The styling that remains to be done is fairly minimal, but due to some unknowns on feature set to be frozen for this project, I have temporarily halted further coding until questions are resolved hopefully later tonight.