From 9926ca55005c12425591ce024cd921c760acd2c1 Mon Sep 17 00:00:00 2001 From: Thibaud Guillaume-Gentil Date: Tue, 10 Sep 2024 17:26:24 +0200 Subject: [PATCH] Mailer, fix icon size on header --- app/assets/stylesheets/mailer.css | 13 +++---------- app/views/layouts/mailer.html.erb | 2 +- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/app/assets/stylesheets/mailer.css b/app/assets/stylesheets/mailer.css index 91b265d1d..3a5583bfb 100644 --- a/app/assets/stylesheets/mailer.css +++ b/app/assets/stylesheets/mailer.css @@ -394,16 +394,9 @@ p { text-align: center; } -.email-masthead_logo { - width: 94px; -} - -.email-masthead_name { - font-size: 16px; - font-weight: bold; - color: #a8aaaf; - text-decoration: none; - text-shadow: 0 1px 0 white; +.email-masthead img { + width: 100px; + height: 100px; } /* Body ------------------------------ */ diff --git a/app/views/layouts/mailer.html.erb b/app/views/layouts/mailer.html.erb index 22987cae2..42a390d23 100644 --- a/app/views/layouts/mailer.html.erb +++ b/app/views/layouts/mailer.html.erb @@ -22,7 +22,7 @@ - + <%= Current.org.name %>