Add offline alert
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
This commit is contained in:
@@ -87,3 +87,21 @@ body { background: #f1f1f1; line-height: 18px; user-select:none;}
|
||||
.fullscreen > .user-menu {
|
||||
top:1em;
|
||||
}
|
||||
|
||||
.healthstatus-container {
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
bottom: 0px;
|
||||
overflow: hidden;
|
||||
transition: height 0.5s ease-out;
|
||||
height:3.25em;
|
||||
}
|
||||
|
||||
.healthstatus {
|
||||
width: 100%;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
.online {
|
||||
height:0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user