mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 22:59:28 +00:00
Refactor form styling
This commit is contained in:
@@ -77,8 +77,8 @@
|
||||
<span>Stratos HQ, HX9 9HN</span>
|
||||
</div>
|
||||
</div>
|
||||
<form class='form' action='/contact' method='post'>
|
||||
<div class='form__input-group'>
|
||||
<form action='/contact' method='post'>
|
||||
<div class='input-group'>
|
||||
<input type='text' id='fname' name='fname' placeholder='First Name' required/>
|
||||
<input type='text' id='lname' name='lname' placeholder='Last Name' required/>
|
||||
</div>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{{> mainPageHeader name='Log In' }}
|
||||
|
||||
<div class='mainFormContainer'>
|
||||
<form class='mainForm' action='/login' method='post'>
|
||||
<div class='mainForm'>
|
||||
<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/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user