Clean up/refactor UserCardContent component css
UserCardContent
component CSS is a mess at the moment. It has styles for its parent. Also, several parents of that component have duplicated logic to override that component inner style.
- Remove styles for its parent
- Move the duplicated overridden style into the component
- Improve CSS modularity
Edited by Tae Hoon