Merge pull request #2570 from alphagov/fix-spacing-upload-link

Fix spacing on upload link when not inside sticky
This commit is contained in:
Chris Hill-Scott
2018-12-07 11:52:19 +00:00
committed by GitHub
3 changed files with 9 additions and 1 deletions

View File

@@ -70,6 +70,7 @@ $path: '/static/images/';
@import 'views/product-page';
@import 'views/template';
@import 'views/notification';
@import 'views/send';
// TODO: break this up
@import 'app';

View File

@@ -0,0 +1,7 @@
.send-one-off-form {
.form-group {
margin-bottom: 20px;
}
}

View File

@@ -15,7 +15,7 @@
</h1>
{% call form_wrapper(
class="js-stick-at-top-when-scrolling" if template.template_type != 'sms' else '',
class='js-stick-at-top-when-scrolling send-one-off-form' if template.template_type != 'sms' else 'send-one-off-form',
module="autofocus"
) %}
<div class="grid-row">