WIP jordan

This commit is contained in:
Jordan Weingarten
2026-04-16 11:11:44 -05:00
parent ff2d7b18b5
commit 67482f6629
163 changed files with 50627 additions and 728 deletions

View File

@@ -31,14 +31,14 @@ async function submit() {
<UButton icon="i-heroicons-arrow-left" color="gray" variant="ghost">Back</UButton>
</NuxtLink>
<div>
<h1 class="text-3xl font-bold text-slate-900">New Provider</h1>
<p class="text-gray-500 text-sm">Register a new insurance carrier</p>
<h1 class="text-2xl font-semibold tracking-tight text-[var(--text-primary)]">New Provider</h1>
<p class="text-[13px] text-[var(--text-muted)]">Register a new insurance carrier</p>
</div>
</div>
<UCard class="max-w-2xl">
<template #header>
<p class="font-semibold text-slate-700 flex items-center gap-2">
<p class="font-semibold text-[var(--text-primary)] flex items-center gap-2">
<UIcon name="i-heroicons-building-office" class="w-4 h-4" /> Provider Information
</p>
</template>