mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-14 08:04:52 +01:00
42 lines
602 B
CSS
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;
|
|
}
|