mirror of
https://github.com/umami-software/umami.git
synced 2026-02-05 13:17:19 +01:00
Display page views and unique visitors.
This commit is contained in:
parent
bdcdcd9d13
commit
ce92c7897d
16 changed files with 162 additions and 44 deletions
16
components/MetricCard.module.css
Normal file
16
components/MetricCard.module.css
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
.card {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
margin-right: 50px;
|
||||
}
|
||||
|
||||
.value {
|
||||
font-size: 36px;
|
||||
line-height: 40px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.label {
|
||||
font-size: 16px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue