build out retention reports

This commit is contained in:
Francis Cao 2023-08-04 13:10:03 -07:00
parent 253a46460b
commit 9cde107ddf
14 changed files with 479 additions and 3 deletions

View file

@ -0,0 +1,10 @@
.filters {
display: flex;
flex-direction: column;
justify-content: space-between;
border: 1px solid var(--base400);
border-radius: var(--border-radius);
line-height: 32px;
padding: 10px;
overflow: hidden;
}