umami/src/app/(main)/reports/revenue/RevenueReport.module.css
2024-06-19 21:41:45 -07:00

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