GreenStepsChatt / greensteps

This is the web app for Green Steps, a community focused initiative that incentivizes litter cleanup in the Chattanooga area.
https://www.greenstepschatt.com/
MIT License
12 stars 31 forks source link

Create custom style for number fields #31

Open crawfoal opened 6 years ago

crawfoal commented 6 years ago

I'd like to have number fields that have big increment and decrement buttons and has the default spinners hidden.

i-hardy commented 6 years ago

@crawfoal Do you mean something like this? I'd be happy to take this on.

crawfoal commented 6 years ago

Yep, kind of like that 😃 For me that one is a little hard on the eyes - the borders are hard to see and I think that the + and - icons are too small.

For Sass, the app is using Bourbon and Bitters. The Bitters styles are in stylesheets/base. I'm still deciding on conventions for Sass stuff, but I like the idea of defining component styles in mixins and having classes and ids describe what the element is rather than how it looks. If you look through stylesheets, you'll notice not everything follows this. And I don't like the organization of certain things in there, so any suggestions are welcome 😃

i-hardy commented 6 years ago

Okay awesome, I'll see what I can come up with.

crawfoal commented 6 years ago

Hi @i-hardy, just checking in. Are you still planning on finishing this? Is there anything I can help you with?