client-web
client-web copied to clipboard
Refine usage of CSS classes
Description
As a developer I want a clear and standardised approach to css classes in the application
Acceptance criteria
- [ ] Remove the index.scss in styles
- [ ] Migrate from
makeStyles/withStyles
tostyled
,sx
andBoxProps
;makeStyles/withStyles
are considered legacy (see https://mui.com/system/styles/basics/)