Fine tune spacing under the _upload again_ button

This makes it match the upload CSV page which has 30px of space between
the button and the following heading.

bottom-gutter-1-2 = 15px
form-group = 15px

15px + 15px = 30px
This commit is contained in:
Chris Hill-Scott
2019-11-27 15:06:56 +00:00
committed by Pea Tyczynska
parent 02beccd066
commit e70dcadc76

View File

@@ -15,15 +15,17 @@
{% if status == 'invalid' and message %}
{% include "partials/check/letter-validation-failed-banner.html" %}
<div class="js-stick-at-top-when-scrolling">
<div class="form-group">
{{ file_upload(
re_upload_form.file,
action=url_for('main.upload_letter', service_id=current_service.id),
button_text='Upload your file again'
) }}
<div class="bottom-gutter-1-2">
<div class="js-stick-at-top-when-scrolling">
<div class="form-group">
{{ file_upload(
re_upload_form.file,
action=url_for('main.upload_letter', service_id=current_service.id),
button_text='Upload your file again'
) }}
</div>
<a href="#content" class="back-to-top-link">Back to top</a>
</div>
<a href="#content" class="back-to-top-link">Back to top</a>
</div>
{% elif current_service.trial_mode %}
{% call banner_wrapper(type='dangerous') %}