Finish login and reset password

This commit is contained in:
Gregoire Parant 2020-12-21 19:43:57 +01:00
parent d5dc807b09
commit 53b96d61fe
8 changed files with 256 additions and 31 deletions

View file

@ -10,7 +10,7 @@
background: #eceeee;
border: 1px solid #42464b;
border-radius: 6px;
height: 257px;
height: 270px;
margin: 20px auto 0;
width: 298px;
}

View file

@ -16,6 +16,7 @@
#menuIcon button img{
width: 14px;
padding-top: 4px;
cursor: url('/resources/logos/cursor_pointer.png'), pointer;
}
#menuIcon section {
margin: 10px;

View file

@ -112,6 +112,6 @@
</section>
<section class="action">
<button type="submit" id="gameRegisterFormSubmit">Sign In</button>
<button type="submit" id="gameRegisterFormCancel">Login</button>
<a href="#" id="gameRegisterFormCancel">Login</a>
</section>
</form>