further fix menu generation, add missing images
This commit is contained in:
parent
1a3af93a01
commit
a945c96842
6 changed files with 51 additions and 39 deletions
|
|
@ -186,6 +186,9 @@ header:not(.sticky-header) .header-button-container {
|
|||
}
|
||||
|
||||
@media (max-width: 960px) {
|
||||
body.logged-in header {
|
||||
top: 45px;
|
||||
}
|
||||
header {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
|
|
|
|||
|
|
@ -273,7 +273,7 @@ nav > ul > li .nav-first-level-opener::after {
|
|||
width: 0.88889rem;
|
||||
height: 0.88889rem;
|
||||
font-size: 1.44444rem;
|
||||
background-image: url(img/arrow-right-grey.svg);
|
||||
background-image: url(../img/arrow-right-grey.svg);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: contain;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue