NorthwestGreenChemistry / PrISM

Questionnaire app to help clarify sustainable product design objectives.
https://www.northwestgreenchemistry.org/
MIT License
1 stars 0 forks source link

Finish content navigation! #46

Closed axiomista closed 6 years ago

axiomista commented 6 years ago

Goal here is to make the modal's content fully navigable with arrows.

Suggestions and additions welcome! Keep committing~

axiomista commented 6 years ago

@NorthwestGreenChemistry/givecamp2018:

axiomista commented 6 years ago

@sjgllghr Agree, they'll look way better with space between them! I don't wanna do it in a hacky way is all so I need to look it up (I am really bad at front-end work). Tried with like float and/or text-align and I couldn't make it work.

Anyone know what frameworks are we using to style the front-end that could be overriding that? I can just use their built-in way to do it if I can figure out what they are.

halfnibble commented 6 years ago

How do you feel about using Material UI buttons? I made a couple changes. The best way to style, based on my 3 days of experience, is to add a className={styles.someClass} attribute to the tag. Then in Prism.css, make a .someClass CSS styling.

axiomista commented 6 years ago

Thanks @halfnibble! That's how I've been styling but I'm getting hit by style overrides inside either the form or the modal...