mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Add top padding to terms file upload input in enterprises form
This commit is contained in:
@@ -150,3 +150,7 @@ dl {
|
||||
input.text-big {
|
||||
font-size: 1.1rem;
|
||||
}
|
||||
|
||||
.pad-top {
|
||||
padding-top: 1em;
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user