show all rooms

This commit is contained in:
Josh
2018-06-01 17:28:39 -04:00
parent 475646f7c1
commit 11a61180ed
8 changed files with 43 additions and 40 deletions

View File

@ -43,7 +43,7 @@
$background-color: #F5F7FB;
$rule-color: lightblue;
$footer-height: 70px;
$footer-height: 80px;
.video-container {
position: relative;
@ -96,20 +96,22 @@ iframe{
html, body {
width: 100%;
height: 100%;
//background: linear-gradient(180deg, $background-color 50%, white 50%);
//background-repeat: no-repeat;
background-color: white;
}
.font-weight-400 {
font-weight: 400;
}
.wrapper {
min-height: calc(100% - $footer-height);
min-height: calc(100% - #{$footer-height});
position: relative;
}
.footer {
width: 100%;
height: 70px;
text-align: center;
position: abolute;
bottom: 0px;
}
.small-rule {