2020-11-11 14:11:51 +00:00
|
|
|
@media only screen and (max-width: $verySmallScreen) {
|
|
|
|
.welcome {
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
#enter_room {
|
|
|
|
position: relative;
|
|
|
|
height: 42px;
|
|
|
|
|
|
|
|
.welcome-page-button {
|
|
|
|
font-size: 16px;
|
|
|
|
left: 0;
|
|
|
|
position: absolute;
|
|
|
|
top: 68px;
|
|
|
|
text-align: center;
|
|
|
|
width: 100%;
|
2020-07-31 11:53:19 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-11-11 14:11:51 +00:00
|
|
|
.header {
|
|
|
|
background-color: #002637;
|
2020-11-09 08:11:14 +00:00
|
|
|
|
2020-11-11 14:11:51 +00:00
|
|
|
#enter_room {
|
|
|
|
.enter-room-input-container {
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
2020-10-19 07:37:19 +00:00
|
|
|
|
2020-11-11 14:11:51 +00:00
|
|
|
.warning-without-link,
|
|
|
|
.warning-with-link {
|
|
|
|
top: 120px;
|
|
|
|
}
|
|
|
|
}
|
2020-10-19 07:37:19 +00:00
|
|
|
}
|
|
|
|
|
2020-11-11 14:11:51 +00:00
|
|
|
.welcome-tabs {
|
|
|
|
display: none;
|
2020-10-19 07:37:19 +00:00
|
|
|
}
|
|
|
|
|
2020-11-11 14:11:51 +00:00
|
|
|
.header-text-title {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2020-10-19 07:37:19 +00:00
|
|
|
|
2020-11-11 14:11:51 +00:00
|
|
|
.welcome-cards-container {
|
|
|
|
padding: 0;
|
|
|
|
}
|
2020-11-09 08:11:14 +00:00
|
|
|
|
2020-11-11 14:11:51 +00:00
|
|
|
&.without-content {
|
|
|
|
.header {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
}
|
2020-10-19 07:37:19 +00:00
|
|
|
|
2020-11-11 14:11:51 +00:00
|
|
|
#moderated-meetings {
|
2020-07-31 11:53:19 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2020-11-11 14:11:51 +00:00
|
|
|
.welcome-footer-row-block {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.welcome-badge {
|
|
|
|
margin-right: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.welcome-footer {
|
|
|
|
display: none;
|
2020-07-31 11:53:19 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-01-12 13:24:55 +00:00
|
|
|
|
|
|
|
.desktop-browser {
|
|
|
|
&.shift-right {
|
|
|
|
|
|
|
|
@media only screen and (max-width: $verySmallScreen + $sidebarWidth) {
|
|
|
|
|
|
|
|
#videoResolutionLabel {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.vertical-filmstrip .filmstrip {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.chrome-extension-banner {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|