Style tweaks for new dashboard

This commit is contained in:
billz 2020-02-03 12:33:31 +00:00
parent f4e8fbd6c2
commit bbd545b97a
1 changed files with 16 additions and 5 deletions

View File

@ -73,6 +73,11 @@ ul.nav-tabs, .nav-tabs .nav-link {
margin: 10px 0 20px;
}
.navbar-logo {
margin-top: 0.5em;
margin-left: 0.5em;
}
#wrapper,#page-wrapper,
#wrapper #content-wrapper,
.nav>li>a,.nav {
@ -125,6 +130,11 @@ ul.nav-tabs, .nav-tabs .nav-link {
float: left;
}
.info-item-xs {
font-size: 0.7rem;
margin-left: 0.3rem;
}
.info-item-wifi {
width: 6rem;
float: left;
@ -141,15 +151,16 @@ ul.nav-tabs, .nav-tabs .nav-link {
border-width: 0;
}
i.fas.fa-circle.service-status-up {
color: green;
.service-status-up {
color: #a1ec38!important;
}
i.fas.fa-circle.service-status-down {
color: red;
.service-status-warn {
color: #f6f044!important;
}
.service-status-down {
color: #f80107!important;
animation: flash 1s linear infinite;
}
@keyframes flash {
@ -157,7 +168,7 @@ i.fas.fa-circle.service-status-down {
opacity: 0;
}
}
.logoutput {
width:100%;
height:300px;