umami/components/pages/reports/FunnelPage.module.css
2023-05-14 21:38:03 -07:00

11 lines
223 B
CSS

.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;
}