umami/components/metrics/RealtimeLog.module.css
2020-10-09 04:21:59 -07:00

27 lines
368 B
CSS

.table {
font-size: var(--font-size-small);
}
.row {
display: flex;
border-bottom: 1px solid var(--gray300);
}
.body {
height: 600px;
overflow: auto;
}
.event {
font-size: var(--font-size-small);
padding: 2px 4px;
border: 1px solid var(--gray300);
border-radius: 4px;
margin-right: 10px;
}
.icon {
align-self: center;
margin-right: 20px;
}