Styling
This commit is contained in:
@@ -12,11 +12,13 @@
|
||||
<ion-content padding>
|
||||
<p class="intro">Submit your story using the following form. Nicholas may be in touch to clarify what you’ve written and he reserves the right to vet stories for accuracy and appropriateness.</p>
|
||||
<form [formGroup]="userSubmissionForm" novalidate>
|
||||
<div class="item item-block">
|
||||
<div class="item item-block item-input item-label-stacked">
|
||||
<div class="item-inner">
|
||||
<div class="input-wrapper">
|
||||
<label class="label">Upload a photo</label>
|
||||
<input type="file" formControlName="pic" name="pic" class="input" />
|
||||
<div class="input">
|
||||
<input type="file" formControlName="pic" name="pic" class="file-input" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user