| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Use border-color: transparent instead border: none | 2021-02-05 | -1/+1 | |
| | | ||||
| * | Move container and return styles back to FormPage | 2021-01-28 | -52/+1 | |
| | | ||||
| * | Remove unnecessary separator from sent form return home button | 2021-01-28 | -10/+0 | |
| | | ||||
| * | Use relative units | 2021-01-21 | -2/+2 | |
| | | ||||
| * | Implement dynamic showing of form submitted text | 2021-01-21 | -1/+1 | |
| | | ||||
| * | Add state for displaying thanks for submitting showing | 2021-01-20 | -1/+62 | |
| | | ||||
| * | Add webkit CSS to invalidStyle to support Safari | 2021-01-19 | -0/+2 | |
| | | ||||
| * | Move invalid styles to common styles | 2021-01-18 | -0/+8 | |
| | | ||||
| * | Updates Transition Speed | 2021-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 Accessibility | 2021-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 Issues | 2021-01-10 | -1/+1 | |
| | | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
| * | Breaks Up CSS Into Components | 2021-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]> | ||||