mirror of
https://github.com/umami-software/umami.git
synced 2026-02-11 08:07:12 +01:00
Added reports section.
This commit is contained in:
parent
ad918c5bba
commit
a5700d4a25
36 changed files with 422 additions and 43 deletions
14
components/pages/reports/reports.module.css
Normal file
14
components/pages/reports/reports.module.css
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
.container {
|
||||
display: grid;
|
||||
grid-template-rows: 1fr;
|
||||
grid-template-columns: max-content 1fr;
|
||||
}
|
||||
|
||||
.menu {
|
||||
width: 300px;
|
||||
grid-column: 1 / 2;
|
||||
}
|
||||
|
||||
.content {
|
||||
grid-column: 2 / 3;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue