Changes done in ui screens
This commit is contained in:
@@ -14,17 +14,17 @@ export default function CommandCenterPortal() {
|
||||
{/* --- HEADER SECTION --- */}
|
||||
<div className="flex flex-col md:flex-row md:items-start md:justify-between gap-4 mb-6">
|
||||
<div>
|
||||
<div className="flex items-center gap-2 text-[11px] font-semibold tracking-widest text-[#4e6178] uppercase font-mono">
|
||||
<div className="flex items-center gap-2 text-[12px] font-semibold tracking-widest text-[#4e6178] uppercase font-mono">
|
||||
<span className="text-emerald-400 font-bold">APPLE ONE — HQ TOWER</span>
|
||||
<span>•</span>
|
||||
<span>IOT</span>
|
||||
<span>•</span>
|
||||
<span>COMMAND CENTER</span>
|
||||
<span className='text-gray-600'>•</span>
|
||||
<span className='text-gray-400'>IOT</span>
|
||||
<span className='text-gray-600'>•</span>
|
||||
<span className='text-gray-400'>COMMAND CENTER</span>
|
||||
</div>
|
||||
<h1 className="text-3xl font-bold text-white tracking-tight mt-1">
|
||||
IoT command center
|
||||
</h1>
|
||||
<p className="text-sm text-[#7f93ac] mt-2 max-w-xl leading-relaxed">
|
||||
<p className="text-sm text-[#7f93ac] font-medium mt-2 max-w-xl leading-relaxed">
|
||||
Every gateway, controller and sensor across the portfolio on one live board — scoped to Apple One.
|
||||
</p>
|
||||
</div>
|
||||
@@ -192,9 +192,9 @@ export default function CommandCenterPortal() {
|
||||
<div>
|
||||
<div className="flex justify-between items-center mb-1">
|
||||
<h3 className="font-semibold text-white text-base">Live alarm feed</h3>
|
||||
<button className="text-xs text-[#10b981] font-semibold hover:underline">
|
||||
<Button className="text-xs text-[#10b981] font-semibold hover:underline">
|
||||
All alarms
|
||||
</button>
|
||||
</Button>
|
||||
</div>
|
||||
<p className="text-[11px] text-[#4e6178] font-mono mb-4">streaming</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user