Files
Cultivation/src/ui/components/menu/Options.css
2022-07-02 14:24:18 -07:00

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;
}