Add call ended page and redirect

This commit is contained in:
Robert Long
2021-12-14 16:12:58 -08:00
parent d43e85ecc2
commit 269d8d4729
8 changed files with 119 additions and 26 deletions

View File

@@ -164,6 +164,30 @@ limitations under the License.
margin-right: 0px;
}
.callEndedScreen h1 {
margin-bottom: 60px;
}
.callEndedScreen h2 {
font-size: 24px;
font-weight: 600;
margin-bottom: 32px;
}
.callEndedScreen p {
margin: 0 0 16px 0;
}
.callEndedScreen ul {
padding: 0;
margin-bottom: 40px;
}
.callEndedButton {
width: 100%;
max-width: 360px;
}
@media (min-width: 800px) {
.roomContainer {
flex-direction: row;