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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user