mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-11 02:13:48 +00:00
feat: create offline indicator
This commit is contained in:
committed by
Carlos Valente
parent
cfcf6a5684
commit
c7faab00a3
@@ -4,6 +4,23 @@
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.isOffline {
|
||||
.info {
|
||||
opacity: $opacity-disabled;
|
||||
}
|
||||
&::after {
|
||||
content: 'Disconnected';
|
||||
position: absolute;
|
||||
padding-inline: 0.5rem;
|
||||
bottom: 0.5rem;
|
||||
right: 0.5rem;
|
||||
background-color: $red-700;
|
||||
border-radius: 2px;
|
||||
font-size: calc(1rem - 2px);
|
||||
z-index: 10;
|
||||
}
|
||||
}
|
||||
|
||||
.nav {
|
||||
display: flex;
|
||||
gap: 0.5rem;
|
||||
|
||||
Reference in New Issue
Block a user