react-atlas
react-atlas copied to clipboard
Normalize CSS classnames between all components
We should have conventional names for all our components.
For example, dropdown's header classname is .labelSpacing where as TextField is .header. They both are managing the same part of it's component.
Both should either be .header or something else
we need a CSS review to determine standards