Add top padding to terms file upload input in enterprises form

This commit is contained in:
Luis Ramos
2020-08-18 17:16:39 +01:00
parent fc4cc65e07
commit aedc12e0e3
2 changed files with 5 additions and 1 deletions

View File

@@ -150,3 +150,7 @@ dl {
input.text-big {
font-size: 1.1rem;
}
.pad-top {
padding-top: 1em;
}

View File

@@ -39,5 +39,5 @@
.omega.eight.columns
%a{ href: '{{ Enterprise.terms_and_conditions }}', ng: { if: 'Enterprise.terms_and_conditions' } }
= '{{ Enterprise.terms_and_conditions_file_name }}'
%p
.pad-top
= f.file_field :terms_and_conditions