mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Style tweaks for new dashboard
This commit is contained in:
parent
f4e8fbd6c2
commit
bbd545b97a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user