mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-13 15:44:35 +01:00
38 lines
575 B
CSS
38 lines
575 B
CSS
.GameDownloadMenu {
|
|
width: 40%;
|
|
height: 40%;
|
|
}
|
|
|
|
.GameDownload {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
|
|
padding: 18px;
|
|
}
|
|
|
|
.GameDownload .MiniDialog {
|
|
height: 30%;
|
|
}
|
|
|
|
.GameDownload .BigButton {
|
|
height: 50px;
|
|
}
|
|
|
|
.GameDownload .HelpButton img {
|
|
filter: invert(0%) sepia(91%) saturate(7464%) hue-rotate(101deg) brightness(0%) contrast(107%);
|
|
}
|
|
|
|
.GameDownloadDir {
|
|
width: 70%;
|
|
}
|
|
|
|
.GameDownloadDir .DirInput .TextInputWrapper,
|
|
.GameDownloadDir .DirInput {
|
|
width: 100%;
|
|
}
|
|
|
|
.GameDownloadDir .DirInput .TextInputWrapper input {
|
|
width: 80%;
|
|
}
|