mirror of
https://github.com/umami-software/umami.git
synced 2026-02-20 04:25:39 +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
|
|
@ -37,7 +37,7 @@
|
|||
.card {
|
||||
display: grid;
|
||||
gap: 20px;
|
||||
margin-top: 8px;
|
||||
margin-top: 14px;
|
||||
}
|
||||
|
||||
.header {
|
||||
|
|
@ -73,7 +73,7 @@
|
|||
}
|
||||
|
||||
.item {
|
||||
font-size: 24px;
|
||||
font-size: 20px;
|
||||
color: var(--base900);
|
||||
font-weight: 700;
|
||||
}
|
||||
|
|
@ -83,19 +83,19 @@
|
|||
display: flex;
|
||||
justify-content: space-between;
|
||||
gap: 10px;
|
||||
font-size: 24px;
|
||||
margin: 10px 0;
|
||||
text-transform: lowercase;
|
||||
}
|
||||
|
||||
.visitors {
|
||||
color: var(--base900);
|
||||
font-size: 32px;
|
||||
font-size: 24px;
|
||||
font-weight: 900;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.percent {
|
||||
font-size: 20px;
|
||||
font-weight: 700;
|
||||
align-self: flex-end;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue