Skip to content

Commit

Permalink
Update per discussion with Nina to final color/spacing, img size
Browse files Browse the repository at this point in the history
  • Loading branch information
eloquence committed Aug 13, 2019
1 parent 3c5648b commit a965c2a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions securedrop/sass/modules/_footer.sass
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,23 @@
text-align: center
margin-top: 20px
padding-top: 20px
margin-bottom: 20px
padding-bottom: 20px
font-size: .9em

footer #footer-powered-by
color: #000
color: #373737
margin-bottom: 0.5em

footer #footer-advisory
color: #3b3b3b
line-height: 2
line-height: 1.25
margin-bottom: 0.5em

footer #footer-fpf
line-height: 2
color: $color_grey_medium
line-height: 1.25
color: #9d9cbd

footer img#footer-logo
vertical-align: -45%
vertical-align: -35%
margin-right: 0.5em
2 changes: 1 addition & 1 deletion securedrop/source_templates/footer.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<footer>
<div id="footer-powered-by">
<img id="footer-logo" src="{{url_for('static', filename='i/logo-footer.png') }}" width="26" height="30">{{ gettext('Powered by') }} <strong>SecureDrop {{ version }}</strong>.
<img id="footer-logo" src="{{url_for('static', filename='i/logo-footer.png') }}" width="20" height="23">{{ gettext('Powered by') }} <strong>SecureDrop {{ version }}</strong>.
</div>
<div id="footer-advisory">
{{ gettext('Please note: Sharing sensitive documents may put you at risk, even when using Tor and SecureDrop.') }}
Expand Down

0 comments on commit a965c2a

Please sign in to comment.