bridge-school / cohort3-final-project-catcall

Other
1 stars 7 forks source link

Styling cleanup #34

Closed talyh closed 6 years ago

talyh commented 6 years ago

Unified StyledGrid elements (grid, row, column) in a single file, since they’re all related and used together

Removed App.css, moving the text-alignment (the only relevant styling from that file) to the body element in the index.css

Adjusted Image component (and, by extent, its reference in the NavBar), to make it generic so it can be reused in other places

Adjusted RatingFrom and EmojiButton to use our custom components, which already have some styling in them. Turned our Input custom component into something more generic, that could be used for radio as well, and can handle visibility as a prop.

NOTE: RatingForm still has h2 as vanilla-html tag, with basic styling for it being set in the index.css. Still assessing whether it's worth turning it into a StyledComponent.

talyh commented 6 years ago

Fixed latests conflicts based on other merges - please recheck