mirror of
https://github.com/umami-software/umami.git
synced 2026-02-13 00:55:37 +01:00
Create attribution report template and parameters
This commit is contained in:
parent
e7163c4e7e
commit
203e782530
16 changed files with 817 additions and 0 deletions
|
|
@ -0,0 +1,12 @@
|
|||
.item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.value {
|
||||
display: flex;
|
||||
align-self: center;
|
||||
gap: 20px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue