umami/components/pages/settings/teams/TeamsTable.module.css

19 lines
182 B
CSS
Raw Normal View History

.table th,
.table td {
flex: 2;
}
.cell {
display: flex;
align-items: center;
}
.cell:last-child {
justify-content: flex-end;
}
.actions {
display: flex;
gap: 12px;
}