mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
fix service status vertical alignment
This commit is contained in:
parent
d711acb52d
commit
ba438faaa2
@ -144,6 +144,7 @@ i.fa.fa-bars:hover{
|
||||
|
||||
.service-status {
|
||||
border-width: 0;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.service-status-up {
|
||||
|
@ -178,6 +178,7 @@ ul.nav-tabs, .nav-tabs .nav-link {
|
||||
|
||||
.service-status {
|
||||
border-width: 0;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.service-status-up {
|
||||
|
@ -377,11 +377,6 @@ tspan, rect {
|
||||
fill: #d2d2d2;
|
||||
}
|
||||
|
||||
span.text.service-status {
|
||||
font-size: 0.75rem;
|
||||
margin-top: 0.2rem;
|
||||
}
|
||||
|
||||
.text-muted {
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
@ -390,6 +385,10 @@ span.text.service-status {
|
||||
font-size: 0.5rem;
|
||||
}
|
||||
|
||||
.service-status {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.service-status-up {
|
||||
color: #a1ec38 !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user