remotes/1693045480750635534/spooky-22
kek7198 2021-11-30 22:03:12 -06:00
parent 392db43ab2
commit 38ea787b95
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
<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">
<input id="giveaward" class="btn btn-primary" style="float:right" type="submit" value="Give Award" disabled>
<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" type="submit" value="Give Award" disabled>
</div>
</form>
</div>