feat: menambah fungsionalitas status koneksi pada header
This commit is contained in:
@@ -505,6 +505,21 @@ body {
|
||||
border: 1px solid #0f172a;
|
||||
}
|
||||
|
||||
#connection-status.online {
|
||||
color: #10b981;
|
||||
border-color: rgba(16, 185, 129, 0.25);
|
||||
}
|
||||
#connection-status.online .status-dot {
|
||||
background: #10b981;
|
||||
}
|
||||
#connection-status.offline {
|
||||
color: #ef4444;
|
||||
border-color: rgba(239, 68, 68, 0.25);
|
||||
}
|
||||
#connection-status.offline .status-dot {
|
||||
background: #ef4444;
|
||||
}
|
||||
|
||||
/* ============================
|
||||
POPUP STYLES (MODERN CARD)
|
||||
============================ */
|
||||
|
||||
Reference in New Issue
Block a user