more work on frontend

This commit is contained in:
Josh
2018-05-25 16:51:16 -04:00
parent 0dce8d2bf5
commit 6c1074443f
5 changed files with 126 additions and 23 deletions

View File

@ -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 {