develop #83

Merged
M-Gabrielly merged 426 commits from develop into main 2025-12-04 04:13:15 +00:00
2 changed files with 5 additions and 4 deletions
Showing only changes of commit 7061909480 - Show all commits

View File

@ -485,7 +485,7 @@ const ProfissionalPage = () => {
variant="outline"
size="sm"
onClick={goToToday}
className="ml-4 px-3 py-1 text-sm transition-colors hover:bg-primary hover:text-white cursor-pointer"
className="w-full justify-start transition-colors hover:bg-primary hover:text-white cursor-pointer"
>
Hoje
</Button>

View File

@ -47,18 +47,19 @@ export function Header() {
<SimpleThemeToggle />
<Button
variant="outline"
className="text-primary border-primary hover:bg-primary hover:text-primary-foreground bg-transparent"
className="text-primary border-primary hover:bg-transparent hover:text-primary bg-transparent transition-all duration-200"
asChild
>
<Link href="/login-paciente">Sou Paciente</Link>
</Button>
<Button className="bg-primary hover:bg-primary/90 text-primary-foreground">
<Link href="/login">Sou Profissional de Saúde</Link>
</Button>
<Link href="/login-admin">
<Button
<Button
variant="outline"
className="text-slate-700 border-slate-600 hover:bg-slate-700 hover:text-white bg-transparent"
className="text-slate-700 border-slate-600 hover:bg-transparent hover:text-slate-700 bg-transparent transition-all duration-200"
>
Sou Administrador de uma Clínica
</Button>