2021-08-20 08:53:11 +00:00
|
|
|
.lobby-screen {
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 400;
|
|
|
|
line-height: 26px;
|
2020-04-15 13:13:43 +00:00
|
|
|
|
2021-08-20 08:53:11 +00:00
|
|
|
&-content {
|
|
|
|
align-items: center;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2020-04-15 13:13:43 +00:00
|
|
|
|
2021-08-20 08:53:11 +00:00
|
|
|
.spinner {
|
|
|
|
margin: 8px;
|
|
|
|
}
|
2021-03-29 08:42:04 +00:00
|
|
|
|
2021-08-20 08:53:11 +00:00
|
|
|
.joining-message {
|
|
|
|
color: white;
|
|
|
|
margin: 24px auto;
|
|
|
|
text-align: center;
|
2020-04-15 13:13:43 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-05-20 08:25:31 +00:00
|
|
|
#lobby-section {
|
2020-04-15 13:13:43 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
|
2020-06-25 13:44:17 +00:00
|
|
|
.description {
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
|
2020-05-20 08:25:31 +00:00
|
|
|
.control-row {
|
2020-04-15 13:13:43 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
2020-05-20 08:25:31 +00:00
|
|
|
justify-content: space-between;
|
|
|
|
margin-top: 15px;
|
2020-04-15 13:13:43 +00:00
|
|
|
|
2020-05-20 08:25:31 +00:00
|
|
|
label {
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: bold;
|
2020-04-15 13:13:43 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|