diff --git a/app/assets/images/decide_madrid.png b/app/assets/images/decide_madrid.png new file mode 100644 index 000000000..7ae6b26b4 Binary files /dev/null and b/app/assets/images/decide_madrid.png differ diff --git a/app/assets/stylesheets/dashboard.scss b/app/assets/stylesheets/dashboard.scss index c4bc401a2..efc328b40 100644 --- a/app/assets/stylesheets/dashboard.scss +++ b/app/assets/stylesheets/dashboard.scss @@ -425,17 +425,32 @@ .dashboard-mail-preview { .mail-header { - background: #3700fd; + background: #0300ff; color: #fff; padding: $line-height; - text-align: center; + + h2 { + margin-top: $line-height; + } + } + + .margin-bottom { + img { + box-shadow: -16px 61px 49px -19px rgba(0,0,0,0.1); + } } .mail-body { text-align: justify; + color: $text-medium; .button { - background: #3700fd; + background: #064c86; + } + + img { + margin-top: $line-height; + max-width: rem-calc(120); } } } @@ -644,7 +659,7 @@ } .poster-content { - + h2 { font-size: 3cm; margin: $line-height 0; diff --git a/app/views/dashboard/mailing/index.html.erb b/app/views/dashboard/mailing/index.html.erb index abca60739..df442ed02 100644 --- a/app/views/dashboard/mailing/index.html.erb +++ b/app/views/dashboard/mailing/index.html.erb @@ -1,7 +1,7 @@ <% content_for :action_title, t("dashboard.mailing.index.title") %>