|
|
|
@ -100,6 +100,14 @@ small {
|
|
|
|
|
class="w-full py-1 px-3 border border-gray-300 outline-none rounded-md mt-1 resize-none" rows="8"></textarea>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="w-full flex justify-center items-center mt-3">
|
|
|
|
|
<button type="submit"
|
|
|
|
|
class="w-fit py-1 px-5 bg-osiblue rounded-md outline-none text-white border border-osiblue text-xl cursor-pointer hover:bg-white hover:text-osiblue duration-300">Save</button>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
<div class="w-full flex flex-col">
|
|
|
|
|
<div class="w-full border border-gray-300 rounded-md px-3 py-5 flex justify-between items-center gap-3">
|
|
|
|
|
<label>Upload File</label>
|
|
|
|
@ -118,14 +126,6 @@ small {
|
|
|
|
|
|
|
|
|
|
<div id="uploaded_files" class="w-full flex flex-col gap-3 top-0 right-0 inset-0"></div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="w-full flex justify-center items-center mt-3">
|
|
|
|
|
<button type="submit"
|
|
|
|
|
class="w-fit py-1 px-5 bg-osiblue rounded-md outline-none text-white border border-osiblue text-xl cursor-pointer hover:bg-white hover:text-osiblue duration-300">Save</button>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|