From fa64e537924503b1d6ad6386d13ba2b71d177a76 Mon Sep 17 00:00:00 2001 From: Josh Date: Tue, 5 Jun 2018 16:49:00 -0400 Subject: [PATCH] remove video modal --- app/assets/stylesheets/application.scss | 7 ------ app/views/main/index.html.erb | 5 ---- app/views/shared/modals/_video_modal.html.erb | 23 ------------------- 3 files changed, 35 deletions(-) delete mode 100644 app/views/shared/modals/_video_modal.html.erb diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 7f919212..2b2c9425 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -45,13 +45,6 @@ $rule-color: lightblue; $footer-height: 80px; -.video-container { - position: relative; - width: 100%; - height: 0; - padding-bottom: 56.25%; -} - a { text-decoration: none !important; cursor: pointer; diff --git a/app/views/main/index.html.erb b/app/views/main/index.html.erb index 9d8a8f60..80543d93 100644 --- a/app/views/main/index.html.erb +++ b/app/views/main/index.html.erb @@ -1,7 +1,6 @@

Teach Students Online.

- <%= render "shared/modals/video_modal" %>
@@ -9,10 +8,6 @@