Skip to content

Commit

Permalink
[Surrey] Add text under happy-or-not section
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismytton authored and dracos committed Dec 4, 2024
1 parent 42fe86b commit c89644e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions templates/web/surrey/footer_extra.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<section id="happy-or-not-smiley-section">
<div id="happy-or-not-smiley-digital-embed"></div>
[% IF c.action == 'tokens/confirm_problem' OR c.action == 'report/confirmation' %]
<div class="container hidden-nojs" id="happy-or-not-feedback-statement">
<p>This feedback relates to how easy it was to report and will not be included as part of your report.</p>
</div>
[% END %]
</section>

<section class="scc-subscribe">
Expand Down
5 changes: 5 additions & 0 deletions web/cobrands/surrey/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,11 @@ a#geolocate_link,
background: #f3f6f9;
}

#happy-or-not-feedback-statement {
padding: 1em 0;
text-align: center;
}

.scc-subscribe {
background-color: #e0e7cf;
padding: 0.9375rem 0;
Expand Down

0 comments on commit c89644e

Please sign in to comment.