mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-14 16:14:48 +01:00
game download menu
This commit is contained in:
28
src/ui/components/menu/Game.css
Normal file
28
src/ui/components/menu/Game.css
Normal file
@@ -0,0 +1,28 @@
|
||||
.GameDownloadMenu {
|
||||
width: 40%;
|
||||
height: 40%;
|
||||
}
|
||||
|
||||
.GameDownload {
|
||||
padding: 18px;
|
||||
}
|
||||
|
||||
.GameDownload .BigButton {
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
.GameDownloadDir {
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
.GameDownloadDir .DirInput {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.GameDownloadDir .DirInput .TextInputWrapper {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.GameDownloadDir .DirInput .TextInputWrapper input {
|
||||
width: 80%;
|
||||
}
|
||||
Reference in New Issue
Block a user