mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
Mobile layout updates.
This commit is contained in:
parent
98b2ee29ef
commit
0b846b482d
17 changed files with 99 additions and 46 deletions
|
|
@ -8,14 +8,12 @@ a.link:visited {
|
|||
align-items: center;
|
||||
}
|
||||
|
||||
a.link:hover:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
bottom: -2px;
|
||||
width: 100%;
|
||||
height: 2px;
|
||||
background: var(--primary400);
|
||||
opacity: 0.5;
|
||||
a.link span {
|
||||
border-bottom: 2px solid transparent;
|
||||
}
|
||||
|
||||
a.link:hover span {
|
||||
border-bottom: 2px solid var(--primary400);
|
||||
}
|
||||
|
||||
a.link.large {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue