mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-14 16:14:48 +01:00
18 lines
273 B
CSS
18 lines
273 B
CSS
.OptionSection {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
|
|
margin-bottom: 8px;
|
|
width: 80%;
|
|
}
|
|
|
|
.OptionSection .BigButton {
|
|
height: 100%;
|
|
min-height: 30px;
|
|
}
|
|
|
|
.OptionSection .BigButtonText {
|
|
font-size: 12px;
|
|
} |