mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 20:15:41 +01:00
20 lines
225 B
CSS
20 lines
225 B
CSS
.timeline {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 20px;
|
|
}
|
|
|
|
.row {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 20px;
|
|
}
|
|
|
|
.time {
|
|
color: var(--font-color200);
|
|
width: 120px;
|
|
}
|
|
|
|
.header {
|
|
font-weight: bold;
|
|
}
|