Files
Cultivation/src/ui/components/menu/Downloads.css
Thoronium 5dfa98c9ea Update languages
Format downloads menu
2023-02-26 03:32:25 -07:00

42 lines
602 B
CSS

.Downloads {
width: 40%;
}
.DownloadMenuSection {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
margin-bottom: 12px;
width: 90%;
min-height: 30px;
}
.DownloadValue {
height: 100%;
}
.HeaderText {
font-size: 18px;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
margin-bottom: 10px;
text-decoration-line: underline;
}
.DownloadValue .BigButton {
height: 100%;
min-height: 30px;
}
.DownloadValue .BigButtonText {
font-size: 12px;
}
.DownloadMenuSection .HelpButton img {
filter: none;
}