mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 17:55:08 +01:00
e1f99a7d01
* Rewrite admin. * Clean up password forms. * Fix naming issues. * CSS Naming.
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;
|
|
}
|