forked from External/greenlight
settings and sessions UI
This commit is contained in:
@ -41,14 +41,6 @@
|
||||
$background-color: #D1E2FF;
|
||||
$rule-color: lightblue;
|
||||
|
||||
.header {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.footer {
|
||||
background-color: $background-color;
|
||||
}
|
||||
|
||||
.video-container {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
@ -77,8 +69,23 @@ iframe{
|
||||
html, body {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: linear-gradient(180deg, $background-color 50%, white 50%);
|
||||
background-repeat: no-repeat;
|
||||
//background: linear-gradient(180deg, $background-color 50%, white 50%);
|
||||
//background-repeat: no-repeat;
|
||||
background-color: $background-color;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
min-height:100%;
|
||||
position:relative;
|
||||
}
|
||||
|
||||
.footer {
|
||||
width: 100%;
|
||||
height: 70px;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.small-rule {
|
||||
@ -88,7 +95,7 @@ html, body {
|
||||
}
|
||||
|
||||
.thumbnail {
|
||||
height: 60%;
|
||||
height: 40%;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
@ -125,19 +132,6 @@ body[data-controller=landing].app-background {
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
.header {
|
||||
padding: 20px 40px;
|
||||
margin-bottom: 160px;
|
||||
.logo {
|
||||
max-width: 150px;
|
||||
max-height: 50px;
|
||||
}
|
||||
}
|
||||
|
||||
.footer {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.center-block {
|
||||
float: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user