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