aboutsummaryrefslogtreecommitdiffstats
path: root/src/commonStyles.tsx (follow)
Commit message (Collapse)AuthorAgeLines
* Use border-color: transparent instead border: noneGravatar ks1292021-02-05-1/+1
|
* Move container and return styles back to FormPageGravatar ks1292021-01-28-52/+1
|
* Remove unnecessary separator from sent form return home buttonGravatar ks1292021-01-28-10/+0
|
* Use relative unitsGravatar ks1292021-01-21-2/+2
|
* Implement dynamic showing of form submitted textGravatar ks1292021-01-21-1/+1
|
* 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]>