help and box shadows

This commit is contained in:
SpikeHD
2022-05-24 21:54:10 -07:00
parent b4a6c2cb35
commit 5c1f3ecbaf
6 changed files with 26 additions and 7 deletions

View File

@@ -4,25 +4,34 @@
}
.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 {
width: 100%;
}
.GameDownloadDir .DirInput .TextInputWrapper input {
width: 80%;
}