umami/components/pages/settings/users/UsersTable.module.css
2023-01-09 23:59:26 -08:00

27 lines
238 B
CSS

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