feat(webui): add dashboard stat details
This commit is contained in:
+32
-2
@@ -2100,11 +2100,41 @@ a.nav-link {
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.stat-panel .account-health-detail {
|
||||
color: #c7c7c7;
|
||||
.stat-caption {
|
||||
margin-top: 3px;
|
||||
color: #bdbdbd;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.stat-meta {
|
||||
position: absolute;
|
||||
right: 18px;
|
||||
bottom: 15px;
|
||||
left: 18px;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
gap: 12px;
|
||||
color: #bdbdbd;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.stat-meta span + span {
|
||||
padding-left: 12px;
|
||||
border-left: 1px solid #363636;
|
||||
}
|
||||
|
||||
.stat-meta strong {
|
||||
display: block;
|
||||
margin-bottom: 1px;
|
||||
color: #ededed;
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.stat-panel .account-health-detail {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.panel {
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
|
||||
Reference in New Issue
Block a user