forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-11-30 21:54:31 -06:00
parent f2e26b8f3c
commit 2d817bf529
1 changed files with 2 additions and 6 deletions

View File

@ -1,8 +1,8 @@
<div class="modal fade" id="awardModal" tabindex="-1" role="dialog" aria-labelledby="awardModalTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-scrollable modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-content mx-auto max-w-xl bg-gray-100 rounded-md shadow-lg">
<div class="modal-header">
<h5 class="modal-title">Give Award</h5>
<h5 class="font-bold text-xl text-black font-heading leading-normal">Give Award</h5>
<button type="button" class="close" data-bs-dismiss="modal" aria-label="Close">
<span aria-hidden="true"><i class="far fa-times"></i></span>
</button>
@ -26,10 +26,6 @@
<input id="kind" name="kind" value="" hidden>
<textarea id="note" maxlength="200" name="note" class="form-control" placeholder="Note to include in award notification..."></textarea>
<input id="giveaward" class="btn btn-primary" style="float:right" type="submit" value="Give Award" disabled>
<pre>
</pre>
</form>
</div>
</div>