Launch button stylized to look clearer. WIP on moving all the launch elements to the right for better readability.

This commit is contained in:
Wehi
2023-05-10 02:19:44 +02:00
parent ed743b2ff9
commit f4b8cdf732
2 changed files with 8 additions and 8 deletions

View File

@@ -8,9 +8,10 @@
right: 10%;
top: 50%;
width: 32%;
height: 80%;
width: 20%;
height: 120%;
min-width: 357px;
padding: 0 0 140px 0;
}
#playButton > div {
@@ -20,13 +21,15 @@
#playButton .BigButton {
height: 100%;
box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
font-size: 24px;
font-weight: 400;
}
#serverControls {
color: white;
text-shadow: 1px 1px 8px black;
}
}
.BottomSection .CheckboxDisplay {
border-color: #c5c5c5;