add section for gives provided by a plan

This commit is contained in:
2024-06-30 20:06:47 -06:00
parent dea3f78173
commit 1ebfc997eb
4 changed files with 122 additions and 7 deletions

View File

@@ -17,7 +17,7 @@
</div>
<div class="flex">
<textarea rows="20" class="w-full" v-model="claimStr"></textarea>
<textarea rows="20" class="border-2 w-full" v-model="claimStr"></textarea>
</div>
<button
class="block w-full text-center text-lg font-bold uppercase bg-gradient-to-b from-blue-400 to-blue-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] text-white px-2 py-3 rounded-md"