mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 17:55:08 +01:00
19 lines
182 B
CSS
19 lines
182 B
CSS
.table th,
|
|
.table td {
|
|
flex: 2;
|
|
}
|
|
|
|
.cell {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.cell:last-child {
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.actions {
|
|
display: flex;
|
|
gap: 12px;
|
|
}
|