Operations dashboard screens are added
This commit is contained in:
@@ -15,7 +15,7 @@ export default function BuildingOwnerPortal() {
|
||||
<div className="mt-20 font-sans antialiased">
|
||||
|
||||
{/* --- HEADER SECTION --- */}
|
||||
<div className="flex flex-col md:flex-row md:items-start md:justify-between gap-4 mb-8">
|
||||
<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">
|
||||
<span className="text-teal-400">Apple One — HQ Tower</span>
|
||||
@@ -33,7 +33,10 @@ export default function BuildingOwnerPortal() {
|
||||
</div>
|
||||
|
||||
{/* Action Button */}
|
||||
<Button className="flex items-center gap-2 px-4 py-2 bg-[#091624] hover:bg-[#11233a] border border-[#142538] rounded-xl text-xs font-semibold text-slate-200 transition-colors duration-200 shadow-sm self-start md:mt-6">
|
||||
<Button className="flex items-center
|
||||
gap-2 px-4 py-2 bg-[#091624] hover:bg-[#11233a] border border-[#142538]
|
||||
rounded-xl text-xs font-semibold text-slate-200 transition-colors
|
||||
duration-200 shadow-sm self-start md:mt-15">
|
||||
<FileSpreadsheet size={14} className="text-slate-400" />
|
||||
Portfolio report
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user