aboutsummaryrefslogtreecommitdiffstats
path: root/src/commonStyles.tsx (follow)
Commit message (Collapse)AuthorAgeLines
* Add some font weights back where they make senseGravatar Joe Banks2025-07-22-0/+2
|
* Simplify Navigation ComponentGravatar Hassan Abouelela2022-07-19-4/+57
| | | | | | | Extract the styles from the navigation component to common styles, and convert it to a function component. Signed-off-by: Hassan Abouelela <[email protected]>
* Merge branch 'main' into discord-oauthGravatar Hassan Abouelela2021-02-20-1/+11
|\ | | | | | | | | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> # Conflicts: # package.json # src/commonStyles.tsx # src/pages/FormPage.tsx
| * 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
| |
* | Dynamically Show Discord OAuth ButtonGravatar Hassan Abouelela2021-02-13-0/+32
|/ | | | | | | Dynamically displays an auth button in place of the submit button if needed, and adds full authorization flow. Signed-off-by: Hassan Abouelela <[email protected]>
* 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]>