umami/src/components/common/DataTable.module.css

18 lines
173 B
CSS
Raw Normal View History

2023-08-25 18:54:44 +00:00
.search {
max-width: 300px;
margin: 20px 0;
}
.action {
justify-content: flex-end;
gap: 5px;
}
.body td {
align-items: center;
}
.pager {
margin-top: 20px;
}