2020-12-04 11:30:35 +01:00
|
|
|
<style>
|
2020-12-16 16:32:28 +01:00
|
|
|
*{
|
|
|
|
font-family: 'Open Sans', sans-serif;
|
|
|
|
cursor: url('../logos/cursor_normal.png'), auto !important;
|
|
|
|
}
|
|
|
|
* a, button, select{
|
|
|
|
cursor: url('../logos/cursor_pointer.png'), pointer !important;
|
|
|
|
}
|
2020-12-04 11:30:35 +01:00
|
|
|
#menuIcon button {
|
|
|
|
background-color: black;
|
|
|
|
color: white;
|
|
|
|
border-radius: 7px;
|
2020-12-16 17:17:31 +01:00
|
|
|
}
|
|
|
|
#menuIcon button img{
|
|
|
|
width: 14px;
|
2020-12-04 11:30:35 +01:00
|
|
|
}
|
|
|
|
#menuIcon section {
|
|
|
|
margin: 10px;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
<main id="menuIcon">
|
|
|
|
<section>
|
2020-12-16 17:17:31 +01:00
|
|
|
<button id="openMenuButton">
|
|
|
|
<img src="/static/images/menu.svg">
|
|
|
|
</button>
|
2020-12-04 11:30:35 +01:00
|
|
|
</section>
|
|
|
|
</main>
|