mirror of
https://github.com/umami-software/umami.git
synced 2026-02-11 16:17:13 +01:00
Retention report updates.
This commit is contained in:
parent
b37a1fce63
commit
820ad69d60
7 changed files with 86 additions and 10 deletions
28
components/pages/reports/retention/RetentionTable.module.css
Normal file
28
components/pages/reports/retention/RetentionTable.module.css
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
.table {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.header {
|
||||
width: 60px;
|
||||
height: 40px;
|
||||
text-align: center;
|
||||
font-size: var(--font-size-sm);
|
||||
}
|
||||
|
||||
.row {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: 1px;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
.cell {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
background: var(--blue100);
|
||||
border-radius: var(--border-radius);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue