forked from andyburke/autonomous.contact
fix: fix label styling
fix: handle primary color not being there
This commit is contained in:
parent
f03ca66a07
commit
e1bb07a138
3 changed files with 9 additions and 9 deletions
|
|
@ -67,11 +67,11 @@
|
|||
</script>
|
||||
<div>
|
||||
<input id="login-username" type="text" name="username" required />
|
||||
<label for="login-username">username</label>
|
||||
<label class="placeholder" for="login-username">username</label>
|
||||
</div>
|
||||
<div>
|
||||
<input id="login-password" type="password" name="password" required />
|
||||
<label for="login-password">password</label>
|
||||
<label class="placeholder" for="login-password">password</label>
|
||||
</div>
|
||||
<div>
|
||||
<button id="login-submit" type="submit" class="primary">Log In</button>
|
||||
|
|
@ -107,11 +107,11 @@
|
|||
</script>
|
||||
<div>
|
||||
<input id="signup-username" type="text" name="username" required />
|
||||
<label for="signup-username">username</label>
|
||||
<label class="placeholder" for="signup-username">username</label>
|
||||
</div>
|
||||
<div>
|
||||
<input id="signup-password" type="password" name="password" required />
|
||||
<label for="signup-password">password</label>
|
||||
<label class="placeholder" for="signup-password">password</label>
|
||||
</div>
|
||||
<button id="signup-submit" type="submit" class="primary">Sign Up</button>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue