Update style of zwave_js controller statistics (#12810)

This commit is contained in:
Raman Gupta 2022-05-27 16:33:07 -04:00 committed by GitHub
parent e2944b098d
commit 588fd87654
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -694,6 +694,11 @@ class ZWaveJSConfigDashboard extends SubscribeMixin(LitElement) {
justify-content: space-between;
}
span[slot="meta"] {
font-size: 0.95em;
color: var(--primary-text-color);
}
.network-status div.heading {
display: flex;
align-items: center;