diff --git a/app/assets/stylesheets/main.scss b/app/assets/stylesheets/main.scss index 74e3784d5..f4944ecac 100644 --- a/app/assets/stylesheets/main.scss +++ b/app/assets/stylesheets/main.scss @@ -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'; diff --git a/app/assets/stylesheets/views/send.scss b/app/assets/stylesheets/views/send.scss new file mode 100644 index 000000000..2bed875f8 --- /dev/null +++ b/app/assets/stylesheets/views/send.scss @@ -0,0 +1,7 @@ +.send-one-off-form { + + .form-group { + margin-bottom: 20px; + } + +} diff --git a/app/templates/views/send-test.html b/app/templates/views/send-test.html index 0a39ebdb7..c84c5fbce 100644 --- a/app/templates/views/send-test.html +++ b/app/templates/views/send-test.html @@ -15,7 +15,7 @@ {% 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" ) %}