umami/components/tables/UsersTable.module.css

27 lines
238 B
CSS
Raw Normal View History

2022-12-26 07:00:20 +01:00
.table th,
.table td {
flex: 2;
}
.cell {
display: flex;
align-items: center;
}
.input {
flex: 2;
}
.cell:last-child {
justify-content: flex-end;
}
.actions {
display: flex;
gap: 12px;
}
.empty {
min-height: 300px;
}