forked from External/greenlight
more work on frontend
This commit is contained in:
@ -38,9 +38,17 @@
|
||||
@import "tabler";
|
||||
@import "tabler.plugins";
|
||||
|
||||
$background-color: #d1e2ff;
|
||||
$background-color: #D1E2FF;
|
||||
$rule-color: lightblue;
|
||||
|
||||
.header {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.footer {
|
||||
background-color: $background-color;
|
||||
}
|
||||
|
||||
.video-container {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
@ -48,6 +56,16 @@ $rule-color: lightblue;
|
||||
padding-bottom: 56.25%;
|
||||
}
|
||||
|
||||
.start-block {
|
||||
background-color: white;
|
||||
border: 3px solid lightblue;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.main-large {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
iframe{
|
||||
position: absolute;
|
||||
top: 0;
|
||||
@ -60,6 +78,7 @@ html, body {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: linear-gradient(180deg, $background-color 50%, white 50%);
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.small-rule {
|
||||
|
Reference in New Issue
Block a user