mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 15:17:23 +01:00
Updates to reports.
This commit is contained in:
parent
1869a809cf
commit
22d477b98b
22 changed files with 388 additions and 117 deletions
8
components/pages/reports/funnel/UrlAddForm.module.css
Normal file
8
components/pages/reports/funnel/UrlAddForm.module.css
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
.form {
|
||||
background: var(--base50);
|
||||
padding: 30px;
|
||||
margin-top: 10px;
|
||||
border: 1px solid var(--base400);
|
||||
border-radius: var(--border-radius);
|
||||
box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue