mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-14 08:04:52 +01:00
close menu button
This commit is contained in:
@@ -21,5 +21,25 @@
|
||||
|
||||
.MenuHeading {
|
||||
font-size: 2rem;
|
||||
margin: 16px;
|
||||
}
|
||||
|
||||
.MenuTop {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.MenuExit {
|
||||
height: 30px;
|
||||
margin: 20px;
|
||||
}
|
||||
|
||||
.MenuExit:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.MenuExit img {
|
||||
height: 100%;
|
||||
}
|
||||
Reference in New Issue
Block a user