Skip to content

Commit

Permalink
Mailer, fix icon size on header
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudgg committed Sep 10, 2024
1 parent abdd959 commit 9926ca5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
13 changes: 3 additions & 10 deletions app/assets/stylesheets/mailer.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 ------------------------------ */
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/mailer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<!-- start text/html -->
<tr>
<td class="email-masthead">
<a href="<%= Current.org.url %>" class="f-fallback email-masthead_name" title="<%= Current.org.name %>" target="_blank">
<a href="<%= Current.org.url %>" class="f-fallback" title="<%= Current.org.name %>" target="_blank">
<img src="<%= org_logo_url %>" width="100" height="100" alt="<%= Current.org.name %>" align="center">
</a>
</td>
Expand Down

0 comments on commit 9926ca5

Please sign in to comment.