request-yo-racks / web

Simplify the bike rack request process for the city of Austin
https://www.requestyoracks.org/
MIT License
3 stars 10 forks source link

Use emotion to style the location components #166

Closed rgreinho closed 5 years ago

rgreinho commented 5 years ago

Issue Type

Current Behavior

The location components are simply styled using inline style with javascript objects.

Expected Behavior

Emotion offers some advanced features to create and style components. This will also help us reduce style duplication.

Possible Solution

rgreinho commented 5 years ago

Done where it made sense via #177, #178, #179, #180.