Changes Completed in Overview
This commit is contained in:
@@ -18,18 +18,20 @@ import { CardHeader } from "@/components/common/cardHeader";
|
||||
|
||||
export default function PropertyManagerPortal() {
|
||||
return (
|
||||
<div className=" text-slate-100 mt-15
|
||||
<div className=" mt-15 font-sans antiliased
|
||||
">
|
||||
|
||||
{/* --- HEADER SECTION --- */}
|
||||
<div className="flex flex-col md:flex-row md:items-start md:justify-between gap-4 mb-4">
|
||||
<div className="flex flex-col md:flex-row md:items-start
|
||||
md:justify-between gap-4 mb-4">
|
||||
<div>
|
||||
<div className="flex items-center gap-2 text-[10px] font-bold tracking-widest text-slate-500 uppercase font-mono">
|
||||
<div className="flex items-center
|
||||
gap-2 text-[12px] font-bold tracking-widest text-slate-500 uppercase font-mono">
|
||||
<span className="text-teal-400">Apple One — HQ Tower</span>
|
||||
<span>•</span>
|
||||
<span>Portal</span>
|
||||
<span>•</span>
|
||||
<span>Property Manager</span>
|
||||
<span className="text-gray-600">•</span>
|
||||
<span className="text-gray-400">Portal</span>
|
||||
<span className="text-gray-600">•</span>
|
||||
<span className="text-gray-400">Property Manager</span>
|
||||
</div>
|
||||
<h1 className="text-2xl font-bold text-white tracking-tight mt-2">
|
||||
Property manager portal
|
||||
|
||||
Reference in New Issue
Block a user