message if no plans
This commit is contained in:
1 parent
dd1ad02b32
commit
436e242cf1
4 files changed
+37
-11
No files matched your search
@@ -5,10 +5,10 @@
|
||||
class="relative flex flex-col bg-white text-gray-700 shadow-md rounded-xl w-full h-full overflow-hidden min-h-[175px]">
|
||||
<!-- Header Section -->
|
||||
<div class="p-4 flex items-center justify-between border-b ">
|
||||
<p class="text-xl font-semibold text-blue-gray-700 truncate" title="<%= thing.name %>">
|
||||
<p class="text-2xl font-bold tracking-tight text-blue-gray-700 truncate" title="<%= thing.name %>">
|
||||
<%= thing.name %>
|
||||
</p>
|
||||
<h4 class="planGoal text-xl font-semibold whitespace-nowrap">
|
||||
<h4 class="planGoal text-2xl font-bold tracking-tight whitespace-nowrap">
|
||||
<%= thing.retirementAssets %>
|
||||
</h4>
|
||||
</div>
|
||||
@@ -17,7 +17,7 @@
|
||||
<div class="mt-2">
|
||||
<div class="p-4 mt-auto border-gray-900">
|
||||
<div class="flex justify-between items-center mb-1">
|
||||
<p class="text-sm font-medium text-blue-gray-600">
|
||||
<p class="text-lg font-bold tracking-tight text-blue-gray-600">
|
||||
Progress:
|
||||
</p>
|
||||
<p class="text-sm font-semibold justify-between text-green-500">
|
||||
|
||||
Reference in new issue
Block a user