mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
Convert buttons to links.
This commit is contained in:
parent
e35821a0c3
commit
5e57b26e46
16 changed files with 82 additions and 50 deletions
|
|
@ -4,10 +4,14 @@
|
|||
line-height: var(--font-size-large);
|
||||
}
|
||||
|
||||
.button {
|
||||
.link {
|
||||
font-size: var(--font-size-small);
|
||||
}
|
||||
|
||||
.link svg {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 576px) {
|
||||
.active {
|
||||
display: none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue