1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-02 12:59:27 +00:00

Generalised form styles

This commit is contained in:
2022-03-07 14:45:09 +00:00
parent c6419cad8b
commit 27a4ecd7c1
8 changed files with 35 additions and 33 deletions

View File

@@ -1,11 +1,11 @@
{{> mainPageHeader name='Log In' }}
<div class='mainForm'>
<div class='formContainer'>
<form action='/login' method='post'>
<input type='email' id='email' name='email' placeholder='Email Address' required/>
<input type='password' id='password' name='password' placeholder='Password' required/>
<input type='submit' class='btn btn--primary' value='Log In'/>
<input type='submit' class='btn btn--primary btn--full' value='Log In'/>
</form>
<a href='/register'>Not got an account yet? Sign up</a>
<a href='/password-reset'>Forgotten your password?</a>