options panel and custom checkbox

This commit is contained in:
SpikeHD
2022-05-10 00:13:31 -07:00
parent a6d5f3404c
commit 18a74590f9
10 changed files with 99 additions and 13 deletions

View File

@@ -0,0 +1,25 @@
.Menu {
position: fixed;
z-index: 99;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
height: 70%;
width: 60%;
background-color: #fff;
}
.MenuInner {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.MenuHeading {
font-size: 2rem;
margin: 20px;
}