feat(ui): overhaul design to match Portara logo, integrate live telemetry and remove isolated analytics tab
CI & Build NaxOS Web Dashboard / build (push) Successful in 1m55s
CI & Build NaxOS Web Dashboard / build (push) Successful in 1m55s
This commit is contained in:
+12
-2
@@ -20,10 +20,20 @@
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: #334155;
|
||||
background: #1e293b;
|
||||
border-radius: 9999px;
|
||||
border: 1px solid rgba(12, 179, 229, 0.15);
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
background: #475569;
|
||||
background: #0284c7;
|
||||
}
|
||||
|
||||
.glow-cyan-sm {
|
||||
box-shadow: 0 0 15px -3px rgba(12, 179, 229, 0.25);
|
||||
}
|
||||
|
||||
.glow-cyan {
|
||||
box-shadow: 0 0 25px -5px rgba(12, 179, 229, 0.35);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user