Finish select character scene and custom character scene
This commit is contained in:
parent
78d888ffaf
commit
0a04f5d631
6 changed files with 534 additions and 329 deletions
6
front/dist/resources/html/loginScene.html
vendored
6
front/dist/resources/html/loginScene.html
vendored
|
@ -1,7 +1,7 @@
|
|||
<style>
|
||||
#loginScene {
|
||||
background: #000000;
|
||||
border: 1px solid #ebeeee;
|
||||
/*border: 1px solid #ebeeee;*/
|
||||
border-radius: 6px;
|
||||
margin: 20px auto 0;
|
||||
width: 90%;
|
||||
|
@ -45,8 +45,8 @@
|
|||
}
|
||||
#loginScene button {
|
||||
margin: 10px;
|
||||
background-color: #ebeeee;;
|
||||
color: black;
|
||||
background-color: black;;
|
||||
color: #ebeeee;
|
||||
border-radius: 7px;
|
||||
padding-bottom: 4px;
|
||||
width: 100px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue