mirror of
https://github.com/umami-software/umami.git
synced 2026-02-20 04:25:39 +01:00
24 lines
260 B
CSS
24 lines
260 B
CSS
.timeline {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 20px;
|
|
}
|
|
|
|
.row {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 20px;
|
|
}
|
|
|
|
.time {
|
|
color: var(--font-color200);
|
|
width: 150px;
|
|
}
|
|
|
|
.value {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.header {
|
|
font-weight: bold;
|
|
}
|