jiti-meet/css/premeeting/_lobby.scss

43 lines
722 B
SCSS
Raw Normal View History

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