umami/src/components/common/DataTable.module.css
2023-08-25 11:54:44 -07:00

17 lines
173 B
CSS

.search {
max-width: 300px;
margin: 20px 0;
}
.action {
justify-content: flex-end;
gap: 5px;
}
.body td {
align-items: center;
}
.pager {
margin-top: 20px;
}