Browse Source

Signup - fix button text

pull/24/head
kouceyla 8 years ago
parent
commit
7c12e2fb65
1 changed files with 1 additions and 13 deletions
  1. +1
    -13
      src/signup.html

+ 1
- 13
src/signup.html View File

@ -92,19 +92,7 @@
<input type="password" class="form-control" placeholder="Password">
</div>
<div class="form-group">
<div class="peers ai-c jc-sb fxw-nw">
<div class="peer">
<div class="checkbox checkbox-circle checkbox-info peers ai-c">
<input type="checkbox" id="inputCall1" name="inputCheckboxesCall" class="peer">
<label for="inputCall1" class=" peers peer-greed js-sb ai-c">
<span class="peer peer-greed">Remember Me</span>
</label>
</div>
</div>
<div class="peer">
<button class="btn btn-primary">Login</button>
</div>
</div>
<button class="btn btn-primary">Register</button>
</div>
</form>
</div>


Loading…
Cancel
Save