Finish login and reset password
This commit is contained in:
parent
d5dc807b09
commit
53b96d61fe
8 changed files with 256 additions and 31 deletions
2
front/dist/resources/html/gameLogin.html
vendored
2
front/dist/resources/html/gameLogin.html
vendored
|
@ -10,7 +10,7 @@
|
|||
background: #eceeee;
|
||||
border: 1px solid #42464b;
|
||||
border-radius: 6px;
|
||||
height: 257px;
|
||||
height: 270px;
|
||||
margin: 20px auto 0;
|
||||
width: 298px;
|
||||
}
|
||||
|
|
1
front/dist/resources/html/gameMenuIcon.html
vendored
1
front/dist/resources/html/gameMenuIcon.html
vendored
|
@ -16,6 +16,7 @@
|
|||
#menuIcon button img{
|
||||
width: 14px;
|
||||
padding-top: 4px;
|
||||
cursor: url('/resources/logos/cursor_pointer.png'), pointer;
|
||||
}
|
||||
#menuIcon section {
|
||||
margin: 10px;
|
||||
|
|
2
front/dist/resources/html/gameRegister.html
vendored
2
front/dist/resources/html/gameRegister.html
vendored
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue