Added toggle button to report menu.

This commit is contained in:
Mike Cao 2024-06-15 02:28:52 -07:00
parent 21ff3d1280
commit d765f5f1a0
3 changed files with 49 additions and 5 deletions

View file

@ -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;
}