mirror of
https://github.com/umami-software/umami.git
synced 2026-02-15 10:05:36 +01:00
Bootstrap User Journey report.
This commit is contained in:
parent
37eb157ab5
commit
76cab03bb2
18 changed files with 329 additions and 19 deletions
14
src/app/(main)/reports/journey/JourneyView.module.css
Normal file
14
src/app/(main)/reports/journey/JourneyView.module.css
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
.title {
|
||||
font-size: 24px;
|
||||
line-height: 36px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.row {
|
||||
display: grid;
|
||||
grid-template-columns: 50% 50%;
|
||||
gap: 20px;
|
||||
border-bottom: 1px solid var(--base300);
|
||||
padding-bottom: 30px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue