mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 14:47:14 +01:00
RealtimeLog component.
This commit is contained in:
parent
db9b238585
commit
b682e41aff
6 changed files with 163 additions and 123 deletions
8
components/metrics/RealtimeLog.module.css
Normal file
8
components/metrics/RealtimeLog.module.css
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
.table {
|
||||
font-size: var(--font-size-small);
|
||||
}
|
||||
|
||||
.row {
|
||||
display: flex;
|
||||
border-bottom: 1px solid var(--gray300);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue