diff --git a/app/assets/images/quote-after-white.png b/app/assets/images/quote-after-white.png new file mode 100644 index 000000000..5889b1780 Binary files /dev/null and b/app/assets/images/quote-after-white.png differ diff --git a/app/assets/images/quote-before-white.png b/app/assets/images/quote-before-white.png new file mode 100644 index 000000000..78e74b277 Binary files /dev/null and b/app/assets/images/quote-before-white.png differ diff --git a/app/assets/stylesheets/dashboard.scss b/app/assets/stylesheets/dashboard.scss index 3f5c92692..ce93979a7 100644 --- a/app/assets/stylesheets/dashboard.scss +++ b/app/assets/stylesheets/dashboard.scss @@ -431,6 +431,11 @@ color: #fff; padding: $line-height * 2; + img { + max-width: rem-calc(40); + vertical-align: top; + } + h1 { font-size: rem-calc(60); } diff --git a/app/views/dashboard/mailer/forward.html.erb b/app/views/dashboard/mailer/forward.html.erb index 21bfd2a69..f64019f85 100644 --- a/app/views/dashboard/mailer/forward.html.erb +++ b/app/views/dashboard/mailer/forward.html.erb @@ -4,9 +4,11 @@ - diff --git a/app/views/dashboard/mailing/index.html.erb b/app/views/dashboard/mailing/index.html.erb index c2eefa7eb..6db3347d3 100644 --- a/app/views/dashboard/mailing/index.html.erb +++ b/app/views/dashboard/mailing/index.html.erb @@ -2,7 +2,9 @@
-

"<%= proposal.title %>"

+ <%= image_tag 'quote-before-white.png' %> +

<%= proposal.title %>

+ <%= image_tag 'quote-after-white.png' %>

<%= t("dashboard.mailer.forward.subtitle").html_safe %>

-

"<%= @proposal.title %>"

-

<%= t("dashboard.mailer.forward.subtitle").html_safe %>

+
+ <%= image_tag 'quote-before-white.png', style: 'max-width: 40px; vertical-align: top;' %> +

<%= @proposal.title %>

+ <%= image_tag 'quote-after-white.png', style: 'max-width: 40px; vertical-align: top;' %> +

<%= t("dashboard.mailer.forward.subtitle").html_safe %>