mirror of
https://github.com/umami-software/umami.git
synced 2026-02-16 10:35:35 +01:00
Added drop-off info to journey.
This commit is contained in:
parent
499392c110
commit
84548a669e
2 changed files with 50 additions and 7 deletions
|
|
@ -22,8 +22,29 @@
|
|||
}
|
||||
|
||||
.header {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.stats {
|
||||
display: flex;
|
||||
min-height: 70px;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 20px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.visitors {
|
||||
font-weight: 600;
|
||||
font-size: 16px;
|
||||
text-transform: lowercase;
|
||||
}
|
||||
|
||||
.dropoff {
|
||||
font-weight: 600;
|
||||
color: var(--base800);
|
||||
background: var(--base200);
|
||||
padding: 4px 8px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.num {
|
||||
|
|
@ -38,7 +59,7 @@
|
|||
color: var(--base100);
|
||||
background: var(--base800);
|
||||
z-index: 1;
|
||||
margin: 0 auto;
|
||||
margin: 0 auto 20px;
|
||||
}
|
||||
|
||||
.column {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue