mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 16:45:35 +01:00
Funnel report updates. Fixed insights report.
This commit is contained in:
parent
3aee54009c
commit
cf8d49f867
8 changed files with 94 additions and 47 deletions
|
|
@ -2,8 +2,15 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.type {
|
||||
color: var(--base700);
|
||||
}
|
||||
|
||||
.value {
|
||||
display: flex;
|
||||
align-self: center;
|
||||
gap: 20px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue