umami/components/pages/settings/account/ApiKeysTable.module.css

32 lines
302 B
CSS
Raw Normal View History

.table th,
.table td {
flex: 2;
}
.cell {
display: flex;
align-items: center;
}
2023-01-10 08:59:26 +01:00
.header:first-child,
.cell:first-child {
min-width: 320px;
}
.input {
flex: 2;
}
.cell:last-child {
justify-content: flex-end;
}
.actions {
display: flex;
gap: 12px;
}
.empty {
min-height: 300px;
}