Skip to content

Commit

Permalink
[Lincolnshire] Update logo.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Feb 28, 2024
1 parent 5c20e85 commit b817f78
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions templates/email/lincolnshire/_email_color_overrides.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
secondary_column_text_color = color_lincs_text

logo_width = '249'
logo_height = '81'
logo_file = "email-logo.png"
logo_height = '82'
logo_file = "logo.png"

%]
9 changes: 3 additions & 6 deletions web/cobrands/lincolnshire/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,16 @@ h1, h2, h3 {
#site-logo {
height: 64px;
width: 163px;
background-size: 162.5px 55.5px;
background-image: url(/cobrands/lincolnshire/images/site-logo.png);
background-image: url(/cobrands/lincolnshire/images/site-logo.svg),none;


background-size: 162.5px 53.5px;
background-image: url(/cobrands/lincolnshire/images/logo.png);
}

.body.frontpage, body.twothirdswidthpage, body.fullwidthpage, body.authpage {
#site-logo {
@media (min-width: 48em) {
height: 100px;
width: 249px;
background-size: 249px 81px;
background-size: 249px 82px;
}
}
}
Expand Down
Binary file removed web/cobrands/lincolnshire/images/email-logo.png
Binary file not shown.
Binary file added web/cobrands/lincolnshire/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b817f78

Please sign in to comment.