forked from External/greenlight
show all rooms
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user