mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
Toggle formatting on click. Renamed charts folder to metrics.
This commit is contained in:
parent
d9f3c385fb
commit
e75593443a
19 changed files with 33 additions and 28 deletions
15
components/metrics/WebsiteHeader.module.css
Normal file
15
components/metrics/WebsiteHeader.module.css
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
.title {
|
||||
color: var(--gray-900);
|
||||
font-size: var(--font-size-large);
|
||||
line-height: var(--font-size-large);
|
||||
}
|
||||
|
||||
.button {
|
||||
font-size: var(--font-size-small);
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 576px) {
|
||||
.active {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue