aboutsummaryrefslogtreecommitdiffstats
path: root/src/commonStyles.tsx (follow)
Commit message (Collapse)AuthorAgeLines
* Add state for displaying thanks for submitting showingGravatar ks1292021-01-20-1/+62
|
* Add webkit CSS to invalidStyle to support SafariGravatar ks1292021-01-19-0/+2
|
* Move invalid styles to common stylesGravatar ks1292021-01-18-0/+8
|
* Updates Transition SpeedGravatar Hassan Abouelela2021-01-17-1/+1
| | | | | | | Increases select and deselect transition speeds for checkboxes, radios, and selects. Signed-off-by: Hassan Abouelela <[email protected]>
* Rewrites Components For AccessibilityGravatar Hassan Abouelela2021-01-16-1/+22
| | | | | | | Makes major changes to the structuring of checkboxes, and ranges to be more accessible to all users. Signed-off-by: Hassan Abouelela <[email protected]>
* 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]>