Skip to content

Commit

Permalink
refactor: update agency selector template to use new logo dimensions
Browse files Browse the repository at this point in the history
add new logo files from design that have correct dimensions
  • Loading branch information
angela-tran committed Aug 11, 2023
1 parent 2eb1184 commit 29d1fc9
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ <h3 id="{{ aria_labelledby_id }}" class="modal-title h1 p-0 text-center">
<div class="card-body d-flex flex-row-reverse flex-lg-column justify-content-center align-items-center">
<img class="sm d-lg-none ms-auto"
src="{% get_static_prefix %}img/agencies/{{ agency.slug }}-sm.svg"
width="46"
height="29"
width="52"
height="36"
alt="{% blocktranslate with agency=agency.short_name %}{{ agency }} logo{% endblocktranslate %}">
<img class="lg d-none d-lg-block mt-lg-3 mx-lg-auto"
src="{% get_static_prefix %}img/agencies/{{ agency.slug }}-lg.svg"
width="117"
height="74"
width="148"
height="72"
alt="{% blocktranslate with agency=agency.short_name %}{{ agency }} logo{% endblocktranslate %}">
<h4 class="card-title mt-lg-3 mb-0 mb-lg-3">{{ agency.long_name }}</h4>
</div>
Expand Down
8 changes: 4 additions & 4 deletions benefits/static/img/agencies/mst-lg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions benefits/static/img/agencies/mst-sm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions benefits/static/img/agencies/sacrt-lg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions benefits/static/img/agencies/sacrt-sm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 29d1fc9

Please sign in to comment.