umami/components/metrics/RealtimeLog.module.css

19 lines
219 B
CSS
Raw Normal View History

2020-10-09 11:56:15 +02:00
.table {
font-size: var(--font-size-small);
}
.row {
display: flex;
border-bottom: 1px solid var(--gray300);
}
2020-10-09 13:21:59 +02:00
.body {
height: 600px;
overflow: auto;
}
.icon {
align-self: center;
margin-right: 20px;
}