Update menu
This commit is contained in:
parent
3e6aa84749
commit
1a27b7d2ee
3 changed files with 19 additions and 5 deletions
8
front/dist/resources/html/gameMenuIcon.html
vendored
8
front/dist/resources/html/gameMenuIcon.html
vendored
|
@ -10,7 +10,9 @@
|
|||
background-color: black;
|
||||
color: white;
|
||||
border-radius: 7px;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
#menuIcon button img{
|
||||
width: 14px;
|
||||
}
|
||||
#menuIcon section {
|
||||
margin: 10px;
|
||||
|
@ -18,6 +20,8 @@
|
|||
</style>
|
||||
<main id="menuIcon">
|
||||
<section>
|
||||
<button id="openMenuButton">Menu</button>
|
||||
<button id="openMenuButton">
|
||||
<img src="/static/images/menu.svg">
|
||||
</button>
|
||||
</section>
|
||||
</main>
|
Loading…
Add table
Add a link
Reference in a new issue