https checkbox

This commit is contained in:
SpikeHD
2022-06-11 16:14:14 -07:00
parent b8540f0891
commit af56f8ffcb
5 changed files with 53 additions and 21 deletions

View File

@@ -8,7 +8,7 @@
right: 10%;
top: 50%;
width: 30%;
width: 32%;
height: 80%;
min-width: 357px;
}
@@ -28,30 +28,36 @@
text-shadow: 1px 1px 8px black;
}
#serverControls .CheckboxDisplay {
.BottomSection .CheckboxDisplay {
border-color: #c5c5c5;
background: #fff;
}
#serverControls .Checkbox {
margin-bottom: 6px;
}
#serverControls .CheckboxDisplay {
.BottomSection .CheckboxDisplay {
margin-right: 6px;
box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.2);
}
#serverControls .Checkbox label {
.BottomSection .Checkbox label {
color: #fff;
font-weight: bold;
text-shadow: #222222 1px 0 10px;
}
#serverControls .Checkbox label span {
.BottomSection .Checkbox label span {
padding-left: 4px;
}
.ServerConfig {
margin-bottom: 6px;
}
.ServerConfig .Checkbox {
display: inline-grid;
vertical-align: middle;
margin-left: 8px;
}
.ServerLaunchButtons {
display: flex;
flex-direction: row;