Email Style

- Added style as per email sent
- Change color
- Changed alignment title
- Added image decide madrid
- Added Shadow to image
This commit is contained in:
Alessandro Cuoghi
2019-01-08 17:38:57 +01:00
committed by taitus
parent 8064ac3779
commit 4ec858f1a0
3 changed files with 22 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

View File

@@ -425,17 +425,32 @@
.dashboard-mail-preview { .dashboard-mail-preview {
.mail-header { .mail-header {
background: #3700fd; background: #0300ff;
color: #fff; color: #fff;
padding: $line-height; 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 { .mail-body {
text-align: justify; text-align: justify;
color: $text-medium;
.button { .button {
background: #3700fd; background: #064c86;
}
img {
margin-top: $line-height;
max-width: rem-calc(120);
} }
} }
} }

View File

@@ -1,7 +1,7 @@
<% content_for :action_title, t("dashboard.mailing.index.title") %> <% content_for :action_title, t("dashboard.mailing.index.title") %>
<div class="row expanded"> <div class="row expanded">
<div class="small-12 medium-9 large-7 column dashboard-mail-preview"> <div class="small-12 medium-9 large-7 column dashboard-mail-preview">
<div class="mail-header"> <div class="mail-header text-left">
<h1><%= proposal.title %></h1> <h1><%= proposal.title %></h1>
<h2><%= t("dashboard.mailer.forward.subtitle") %></h2> <h2><%= t("dashboard.mailer.forward.subtitle") %></h2>
</div> </div>
@@ -32,6 +32,8 @@
title: @proposal.title, title: @proposal.title,
url: proposal_url(@proposal), url: proposal_url(@proposal),
description: @proposal.summary } %> description: @proposal.summary } %>
<%= image_tag "decide_madrid.png" %>
</div> </div>
</div> </div>
</div> </div>