From e0c5a79fae9e46bc2eee0ea5219a18132a339704 Mon Sep 17 00:00:00 2001 From: decabeza Date: Sat, 13 Oct 2018 12:59:05 +0200 Subject: [PATCH] Removes dashboard mailer css --- app/assets/stylesheets/dashboard_mailer.scss | 66 -------------------- config/initializers/assets.rb | 1 - 2 files changed, 67 deletions(-) delete mode 100644 app/assets/stylesheets/dashboard_mailer.scss diff --git a/app/assets/stylesheets/dashboard_mailer.scss b/app/assets/stylesheets/dashboard_mailer.scss deleted file mode 100644 index 8e4f3ba6b..000000000 --- a/app/assets/stylesheets/dashboard_mailer.scss +++ /dev/null @@ -1,66 +0,0 @@ -@import 'application'; - -body { - padding-left: 30%; - padding-right: 30%; - - p { - text-align: justify; - } -} - -header { - background-color: #3700fd; - color: #fff; - padding: 20pt; - margin-bottom: 0; - border-bottom: 0; - - h1 { - font-size: 40pt; - text-align: center; - } - - h2 { - font-size: 25pt; - text-align: center; - } -} - -.proposal-image { - width: 100%; -} - -.mail-body { - color: #838383; - font-size: 18pt; - margin-top: 20pt; -} - -.support-link { - display: block; - background-color: #004a84; - color: #dff; - text-decoration: none; - border: 1px solid $border; - width: 80%; - margin-left: auto; - margin-right: auto; - font-size: 40pt; - padding: 20pt; - border-radius: 5pt; - text-align: center; - margin-top: 50pt; - margin-bottom: 50pt; -} - -.support-link:hover { - color: #ddffffff; - text-decoration: none; -} - -.share-title { - font-weight: bold; - font-size: 25pt; -} - diff --git a/config/initializers/assets.rb b/config/initializers/assets.rb index 03469442d..b7fafd0f0 100644 --- a/config/initializers/assets.rb +++ b/config/initializers/assets.rb @@ -15,7 +15,6 @@ Rails.application.config.assets.precompile += %w( stat_graphs.js ) Rails.application.config.assets.precompile += %w( dashboard_graphs.js ) Rails.application.config.assets.precompile += %w( print.css ) Rails.application.config.assets.precompile += %w( ie.css ) -Rails.application.config.assets.precompile += %w( dashboard_mailer.css ) Rails.application.config.assets.precompile += %w( pdf_fonts.css ) # Loads app/assets/images/custom before app/assets/images