aboutsummaryrefslogtreecommitdiffstats
path: root/src/commonStyles.tsx (follow)
Commit message (Collapse)AuthorAgeLines
* Fixes Subtle Alignment IssuesGravatar Hassan Abouelela2021-01-10-1/+1
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Breaks Up CSS Into ComponentsGravatar Hassan Abouelela2021-01-06-0/+39
Moves the styles from the CSS file, into emotion CSS in each component's file to make navigation easier, and keep CSS and JSX together.Drops raw-loader dependency. Signed-off-by: Hassan Abouelela <[email protected]>