diff options
| author | Loek Le Blansch <32883851+lonkaars@users.noreply.github.com> | 2021-04-21 10:40:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-21 10:40:52 +0200 |
| commit | dadc722875b2095bd3d6c4ab628a644197b85f7b (patch) | |
| tree | 9e061708fad5bfdcc40f4c40662d77fbc42cfe64 /styles/loginregister.css | |
| parent | c603cb79e7ba7fdbb101a506e36f6d8d70b3a8f4 (diff) | |
| parent | 5cb39d822716c650e520c3855ef049ff308a348c (diff) | |
Merge pull request #12 from lonkaars/css-files
big redesign css move thing
Diffstat (limited to 'styles/loginregister.css')
| -rw-r--r-- | styles/loginregister.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/styles/loginregister.css b/styles/loginregister.css new file mode 100644 index 0000000..854aeb2 --- /dev/null +++ b/styles/loginregister.css @@ -0,0 +1,13 @@ +.centeredForm { + top: 50%; + transform: translateY(-50%); + margin: 0 auto; +} + +.centeredForm .input { + margin-bottom: var(--spacing-medium); +} + +.centeredForm .input:nth-last-of-type(2) { + margin-bottom: var(--spacing-large); +} |