forked from External/greenlight
validate passwords and fix home
This commit is contained in:
@ -57,6 +57,8 @@ a {
|
||||
}
|
||||
|
||||
.room-section {
|
||||
position: relative;
|
||||
height: 45%;
|
||||
background-color: $background-color;
|
||||
}
|
||||
|
||||
@ -96,8 +98,9 @@ iframe{
|
||||
}
|
||||
|
||||
.feature-stamp {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
width: 7vw;
|
||||
height: 7vw;
|
||||
font-size: 1vw;
|
||||
}
|
||||
|
||||
html, body {
|
||||
@ -106,12 +109,16 @@ html, body {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.resp-header {
|
||||
font-size: 3.3vw;
|
||||
}
|
||||
|
||||
.font-weight-400 {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
min-height: calc(100% - #{$footer-height});
|
||||
height: calc(100% - #{$footer-height});
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user