mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
15 lines
245 B
CSS
15 lines
245 B
CSS
.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;
|
|
}
|
|
}
|