RealtimeLog component.

This commit is contained in:
Mike Cao 2020-10-09 02:56:15 -07:00
parent db9b238585
commit b682e41aff
6 changed files with 163 additions and 123 deletions

View file

@ -0,0 +1,8 @@
.table {
font-size: var(--font-size-small);
}
.row {
display: flex;
border-bottom: 1px solid var(--gray300);
}