mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
refactor join to intermediary page
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
min-width: 15em;
|
||||
border: 2px solid transparent;
|
||||
margin: 0.5em 0;
|
||||
box-shadow: 2px 2px 5px rgb(0 0 0 / 40%);
|
||||
}
|
||||
|
||||
#lobby-players {
|
||||
@@ -125,6 +126,7 @@ h1 {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
transition: background-color 0.2s;
|
||||
max-width: 20em;
|
||||
}
|
||||
|
||||
#game-link > div {
|
||||
@@ -624,22 +626,6 @@ label[for='moderator'] {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
#game-parameters {
|
||||
color: #d7d7d7;
|
||||
font-size: 25px;
|
||||
margin: 0.5em;
|
||||
}
|
||||
|
||||
#game-parameters > div {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#game-parameters img {
|
||||
height: 20px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
#players-alive-label {
|
||||
display: block;
|
||||
margin-bottom: 10px;
|
||||
|
||||
Reference in New Issue
Block a user