Alinha cabeçalho do desktop ao layout do portal
This commit is contained in:
parent
ba0dcddefb
commit
4f6d0265b5
1 changed files with 6 additions and 3 deletions
|
|
@ -548,9 +548,12 @@ function App() {
|
||||||
<div className="min-h-screen grid place-items-center p-6">
|
<div className="min-h-screen grid place-items-center p-6">
|
||||||
<div className="w-full max-w-[720px] rounded-2xl border border-slate-200 bg-white p-6 shadow-sm">
|
<div className="w-full max-w-[720px] rounded-2xl border border-slate-200 bg-white p-6 shadow-sm">
|
||||||
<div className="mb-2 flex items-center justify-between gap-3">
|
<div className="mb-2 flex items-center justify-between gap-3">
|
||||||
<div className="flex items-center gap-2 text-xl font-semibold text-neutral-900">
|
<div className="flex items-center gap-3">
|
||||||
<span className="flex size-6 items-center justify-center rounded-md bg-black text-white"><GalleryVerticalEnd className="size-4" /></span>
|
<span className="flex size-8 items-center justify-center rounded-lg bg-neutral-900 text-white"><GalleryVerticalEnd className="size-4" /></span>
|
||||||
Sistema de chamados
|
<div className="flex flex-col leading-tight">
|
||||||
|
<span className="text-base font-semibold text-neutral-900">Raven</span>
|
||||||
|
<span className="text-xs font-medium text-neutral-500">Portal do Cliente</span>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<StatusBadge status={status} />
|
<StatusBadge status={status} />
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue