mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 00:27:11 +01:00
Added toggle button to report menu.
This commit is contained in:
parent
21ff3d1280
commit
d765f5f1a0
3 changed files with 49 additions and 5 deletions
|
|
@ -31,6 +31,7 @@
|
|||
justify-content: center;
|
||||
gap: 20px;
|
||||
width: 100%;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.visitors {
|
||||
|
|
@ -41,8 +42,8 @@
|
|||
|
||||
.dropoff {
|
||||
font-weight: 600;
|
||||
color: var(--base800);
|
||||
background: var(--base200);
|
||||
color: var(--blue800);
|
||||
background: var(--blue100);
|
||||
padding: 4px 8px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue