remotes/1693045480750635534/spooky-22
kek7198 2021-11-30 22:33:19 -06:00
parent f0bf57a8b4
commit 6ada7a9ec2
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@
<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>
<div class="flex justify-end space-x-2 border-t border-gray-300 p-4 -mx-4 mt-4">
<button type="button" class="px-4 py-2 text-sm font-bold text-gray-500 hover:text-gray-700" data-bs-dismiss="modal">
Cancel
</button>
<input id="giveaward" class="ml-auto block px-4 py-2 bg-gradient-to-t from-green-700 to-green-600 hover:from-green-600 hover:to-green-700 active:shadow-inner border border-green-900 rounded-md text-shadow-t shadow-inset-t-white-10 text-sm font-bold text-gray-100 focus:text-gray-500 focus:outline-none disabled:opacity-50" type="submit" value="Gift Award" disabled>
</div>
</form>