mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 22:27:16 +01:00
Refactor chart components.
This commit is contained in:
parent
37bc082efc
commit
7d659212b0
12 changed files with 157 additions and 108 deletions
|
|
@ -1,9 +1,14 @@
|
|||
.wrapper {
|
||||
background: var(--gray50);
|
||||
margin-right: 10px;
|
||||
border-radius: 100%;
|
||||
}
|
||||
|
||||
.dot {
|
||||
background: var(--green400);
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
border-radius: 100%;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.dot.small {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue