diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index a212757b..826c736e 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -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 { diff --git a/app/views/main/index.html.erb b/app/views/main/index.html.erb index 7ed62eb0..8e7a5a0c 100644 --- a/app/views/main/index.html.erb +++ b/app/views/main/index.html.erb @@ -1,5 +1,5 @@