forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-01 10:55:49 -06:00
parent 6b2199e610
commit 9de2ed74fb
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
<small class="font-normal text-gray-500">Optional</small>
</label>
<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>
<textarea id="note" maxlength="200" name="note" class="form-input" 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

View File

@ -13,7 +13,7 @@
<div class="modal-body">
<div class="font-bold text-lg leading-normal">We're sorry something here is wrong.</div>
<small class="text-gray-500">Please enter a reason for reporting below.</small>
<input maxlength="100" id="reason" class="mt-3 block w-full rounded shadow-inner px-2 py-1.5 text-gray-700 bg-white border border-gray-300 focus:bg-white focus:text-black" placeholder="e.g. this post violates community standards">
<input maxlength="100" id="reason" class="mt-3 form-input" placeholder="e.g. this post violates community standards">
</div>
<div class="flex justify-end space-x-2 border-t border-gray-300 p-4">
<button type="button" class="px-4 py-2 text-sm font-bold text-gray-500 hover:text-gray-700" data-bs-dismiss="modal">