Created call window body

This commit is contained in:
2019-01-25 15:34:40 +01:00
parent b08255cd18
commit 29b5499b85
2 changed files with 71 additions and 50 deletions

View File

@ -13,23 +13,12 @@
right: 10px;
z-index: 100;
border: 1px black solid;
display: flex;
flex-direction: column;
}
/**
* Loading message
*/
.loading-message-container {
position: absolute;
height: inherit;
width: inherit;
display: flex;
background: 1px #0009;
flex-direction: column;
justify-content: space-around;
text-align: center;
font-size: 150%;
color: white;
.call.window.body {
flex: 1;
}
@ -51,4 +40,21 @@
.call-title {
flex: 1;
}
/**
* Loading message
*/
.loading-message-container {
position: absolute;
min-height: 110px;
width: 100%;
display: flex;
background: 1px #0009;
flex-direction: column;
justify-content: space-around;
text-align: center;
font-size: 150%;
color: white;
}