fix(analytics): show honest empty period states
Some checks failed
CD Pipeline / deploy (push) Has been cancelled
Some checks failed
CD Pipeline / deploy (push) Has been cancelled
This commit is contained in:
@@ -156,6 +156,33 @@
|
||||
border: 1px solid var(--momo-border-subtle);
|
||||
border-radius: 4px;
|
||||
}
|
||||
.ms-period-empty {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
gap: 12px;
|
||||
margin-bottom: 16px;
|
||||
border-left: 4px solid var(--momo-page-accent);
|
||||
padding: 14px 16px;
|
||||
background: var(--momo-surface-muted, rgba(248, 250, 252, 0.88));
|
||||
}
|
||||
.ms-period-empty[hidden] {
|
||||
display: none;
|
||||
}
|
||||
.ms-period-empty i {
|
||||
margin-top: 2px;
|
||||
color: var(--momo-page-accent);
|
||||
font-size: 1.15rem;
|
||||
}
|
||||
.ms-period-empty strong {
|
||||
color: var(--momo-text-primary);
|
||||
font-size: var(--momo-text-body, 14px);
|
||||
}
|
||||
.ms-period-empty p {
|
||||
margin: 4px 0 0;
|
||||
color: var(--momo-text-secondary);
|
||||
font-size: var(--momo-text-body-sm, 13px);
|
||||
line-height: 1.5;
|
||||
}
|
||||
.ms-filter-group__label {
|
||||
display: flex; align-items: center; gap: 6px;
|
||||
font-family: var(--momo-font-display);
|
||||
|
||||
Reference in New Issue
Block a user