fix(welcome_page): Fix mobile version
* Fix layout * Change background color & show image
This commit is contained in:
parent
da7383f89c
commit
68d97f6d9d
|
@ -31,6 +31,8 @@
|
||||||
|
|
||||||
@media only screen and (max-width: $verySmallScreen) {
|
@media only screen and (max-width: $verySmallScreen) {
|
||||||
.welcome {
|
.welcome {
|
||||||
|
display: block;
|
||||||
|
|
||||||
#enter_room {
|
#enter_room {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 42px;
|
height: 42px;
|
||||||
|
@ -46,8 +48,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
background: #06345E;
|
background-color: #002637;
|
||||||
background-image: linear-gradient(180deg, rgba(8, 110, 202, 0.8) 0%, rgba(8, 110, 202, 0) 100%);
|
|
||||||
|
|
||||||
#enter_room {
|
#enter_room {
|
||||||
.enter-room-input-container {
|
.enter-room-input-container {
|
||||||
|
@ -89,6 +90,10 @@
|
||||||
.welcome-badge {
|
.welcome-badge {
|
||||||
margin-right: 16px;
|
margin-right: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.welcome-footer {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#videoResolutionLabel {
|
#videoResolutionLabel {
|
||||||
|
|
|
@ -176,7 +176,7 @@ $welcomePageBackground: none;
|
||||||
$welcomePageTitleColor: #fff;
|
$welcomePageTitleColor: #fff;
|
||||||
|
|
||||||
$welcomePageHeaderBackground: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/images/welcome-background.png');
|
$welcomePageHeaderBackground: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/images/welcome-background.png');
|
||||||
$welcomePageHeaderBackgroundPosition: none;
|
$welcomePageHeaderBackgroundPosition: center;
|
||||||
$welcomePageHeaderBackgroundRepeat: none;
|
$welcomePageHeaderBackgroundRepeat: none;
|
||||||
$welcomePageHeaderBackgroundSize: cover;
|
$welcomePageHeaderBackgroundSize: cover;
|
||||||
$welcomePageHeaderPaddingBottom: 0px;
|
$welcomePageHeaderPaddingBottom: 0px;
|
||||||
|
|
Loading…
Reference in New Issue