mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-14 08:04:52 +01:00
options panel and custom checkbox
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user